/*

Theme Name: Divi Child Theme

Theme URI: https://divireadythemes.com/

Description: Divi Child Theme

Author: Divi Ready Themes

Author URI: https://divireadythemes.com/

Template: Divi

Version: Updated for Divi 3+

*/
/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
body {
  background: #fff;
  font: 18px/32px 'Overpass', sans-serif;
  font-weight: 400;
  color: #202020;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  border-top: 4px solid #C88812;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.site-wrapper {
  overflow: hidden;
  width: 100%;
}
#main-content {
  position: relative;
}
.et_search_outer {
  margin: 0 !important;
  display: none;
}
.dp_field_postlink .et_pb_button {
  padding: 0 !important;
  background: transparent !important;
}


/* #Typography

================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Overpass', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 56px !important;
  line-height: 58px !important;
  margin-bottom: 10px;
}
h2 {
  font-size: 50px !important;
  line-height: 48px !important;
  margin-bottom: 10px;
}
h3 {
  font-size: 32px !important;
  line-height: 42px !important;
  margin-bottom: 10px;
}
h4 {
  font-size: 25px !important;
  line-height: 36px !important;
  margin-bottom: 10px;
}
h5 {
  font-size: 22px !important;
  line-height: 28px !important;
  margin-bottom: 5px;
}
h6 {
  font-size: 18px !important;
  line-height: 34px !important;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) and (max-width: 1119px) {
  h1 {
    font-size: 50px !important;
    line-height: 48px !important;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 40px !important;
    line-height: 20px !important;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 30px !important;
    line-height: 34px !important;
    margin-bottom: 10px;
  }
  h4 {
    font-size: 22px !important;
    line-height: 27px !important;
    margin-bottom: 10px;
  }
  h5 {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 5px;
  }
  h6 {
    font-size: 18px !important;
    line-height: 21px !important;
    margin-bottom: 0;
  }
}
/* @media only screen and (min-width: 320px) and (max-width: 599px) {

    h1 { font-size: 40px !important; line-height: 46px; !important margin-bottom: 10px; }

    h2 { font-size: 32px !important; line-height: 36px !important; margin-bottom: 10px; }

    h3 { font-size: 28px !important; line-height: 32px !important; margin-bottom: 10px; }

    h4 { font-size: 19px !important; line-height: 24px !important; margin-bottom: 10px; }

    h5 { font-size: 18px !important; line-height: 24px !important; margin-bottom: 5px; }

    h6 { font-size: 17px !important; line-height: 21px !important; margin-bottom: 0; }  

}*/
.s1 {
  font-size: 60px !important;
  line-height: 56px !important;
  margin-bottom: 10px;
}
.s2 {
  font-size: 50px !important;
  line-height: 48px !important;
  margin-bottom: 10px;
}
.s3 {
  font-size: 32px !important;
  line-height: 34px !important;
  margin-bottom: 10px;
}
.s4 {
  font-size: 25px !important;
  line-height: 32px !important;
  margin-bottom: 10px;
}
.s5 {
  font-size: 22px !important;
  line-height: 28px !important;
  margin-bottom: 5px;
}
.s6 {
  font-size: 18px !important;
  line-height: 22px !important;
  margin-bottom: 0;
}
a, a:visited {
  color: #C88812;
  text-decoration: none;
  font-weight: bold;
  outline: 0;
  -webkit-transition: background 200ms ease-in-out 0ms, color 200ms ease-in-out 0ms;
  -moz-transition: background 200ms ease-in-out 0ms, color 200ms ease-in-out 0ms;
  -ms-transition: background 200ms ease-in-out 0ms, color 200ms ease-in-out 0ms;
  -o-transition: background 200ms ease-in-out 0ms, color 200ms ease-in-out 0ms;
  transition: background 200ms ease-in-out 0ms, color 200ms ease-in-out 0ms;
}
a:hover, a:focus {
  color: #00546D;
}
p a, p a:visited {
  line-height: inherit;
}
p {
  padding-bottom: 20px !important;
}
ol li {
  line-height: 32px;
}
h4 a {
  color: #c88812 !important;
}
/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/
.container {
  width: 100% !important;
  position: relative;
}
#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
  float: none !important;
}
#page-container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#main-header {
  position: absolute;
  width: 100%;
  z-index: 9997 !important;
  top: 0;
  left: 0;
  padding: 0 0 0;
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.logo_space {
  width: 27%;
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  text-align: left;
}
.logo_space img {
  width: 80%;
  margin: 0;
  display: block;
}
#top-menu .menu-item-has-children > a:first-child:after {
  display: none !important;
}
.nav_space {
  /* width: 72%; */
  display: inline-block;
  vertical-align: top;
  text-align: right !important;
  margin-left: 0;
}
.nav_top {
  margin: 0 !important;
}
.nav_top img {
  width: 20px;
  display: block;
  margin: 0 5px;
}
.nav_covid {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px !important;
    padding-top: 30px;
}
.nav_covid a {
  color: #fff;
  text-transform: normal;
}
.nav_social {
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
  margin-right: 20px !important;
  ;
}
.nav_social ul {
  margin: 34px 0 0 0 !important;
}
.nav_social ul li {
  margin: 0 !important;
  display: inline-block;
  zoom: 1;
}
.nav_social ul li img {
  width: 22px;
  display: block;
  margin: 0 5px;
}
.nav_search {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
  padding-top: 27px;
}
.nav_presidents {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
  padding-top: 30px;
}
.nav_presidents a {
  color: #fff;
}
.nav_subscribe a {
  background: #C88812;
  display: inline-block;
  padding: 35px 20px 10px;
  color: #fff;
}
.nav_subscribe {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}
#top-menu-nav {
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 10px;
}
#top-menu-nav ul {
  margin: 0;
}
#top-menu-nav ul li {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin: 0 20px;
  padding: 0;
}
#top-menu-nav ul li:last-child {
  margin: 0 0 0 20px !important;
}
#top-menu-nav ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  padding: 15px 0 !important;
  border-bottom: 3px solid transparent;
}
#top-menu-nav ul li a:hover {
  border-bottom: 3px solid #fff;
  transition: none !important;
  padding: 15px 0 !important;
}
.sub-menu {
  background: #333333 !important;
}
.sub-menu li {
  padding: 0 0 !important;
}
.sub-menu li a {
  border-bottom: 0 !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 20px;
}
.sub-menu li a:hover {
  border-bottom: 0 !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .logo_space {
    width: 60% !important;
    margin-top: 0 !important;
    text-align: left;
    float: left;
    margin-left: 23px;
  }
  .et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 100% !important;
    display: block;
  }
  .logo_space img {
    margin: 0 auto !important;
    width: 230px;
  }
  .nav_top {
    display: none !important;
  }
  .nav_space {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .et_header_style_centered #logo {
    max-height: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .logo_space {
    width: 30% !important;
    margin-top: 0 !important;
    text-align: left;
    float: left;
    margin-left: 23px;
  }
  .et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 100% !important;
    display: block;
  }
  .logo_space img {
    margin: 0 auto !important;
    width: 230px;
  }
  .nav_top {
    display: none !important;
  }
  .nav_space {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .et_header_style_centered #logo {
    max-height: 100% !important;
  }
}
@media only screen and (min-width:980px) and (max-width: 1300px) {
  #top-menu-nav ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 15px 0 !important;
    border-bottom: 3px solid transparent;
  }
  #top-menu-nav ul li ul li:last-child {
    margin: 0 12px !important;
  }
  #top-menu-nav ul li {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    margin: 0 12px;
    padding: 0;
  }
    .nav_covid a {
        font-size: 15px; !important;
    }
    .nav_presidents a {
        font-size: 15px !important;
    }
    .nav_subscribe a {
        font-size: 15px !important;
    }
}
@media only screen and (min-width:320px) and (max-width: 979px) {
  .sub-menu li a {
    border-bottom: 0 !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 18px;
    padding: 15px 20px !important;
  }
  .sub-menu li:last-child {
    border-bottom: 0 !important;
  }
  .sub-menu {
    background: #ffffff !important;
  }
  #top-menu-nav ul li ul li:last-child {
    margin: 0 12px !important;
  }
}
/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/
.hero {
  position: relative;
  width: 100%;
  z-index: 1 !important;
  background: rgba(0, 0, 0, .4);
  overflow: hidden;
  box-sizing: border-box;
}
.hero_image {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-size: cover !important;
  background-position: top right !important;
  height: 80vh;
}
.hero_image img {
  height: auto;
  min-width: cover !important;
}
.hero_message {
  position: absolute;
  z-index: 9999;
  bottom: 50px;
  left: 5%;
  width: 40%;
}
.hero_message h1 {
  color: #fff;
  margin-bottom: 30px;
}
.hero_message a {
  background: #C88812;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 18px 35px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
}
.hero_message a:hover {
  background: #00546D !important;
  color: #fff;
}
@media only screen and (min-width: 600px) and (max-width: 1119px) {
  .hero_message {
    position: absolute;
    z-index: 9999;
    bottom: 50px;
    left: 5%;
    width: 90%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hero_image {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-position: top right !important;
    height: 30vh;
  }
  .hero_message {
    background: #00546D !important;
    position: relative;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px 30px 25px;
  }
  .hero_message h1 {
    font-size: 24px !important;
    line-height: 27px !important;
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
  }
  .hero_message a {
    background: #C88812;
    display: inline-block;
    font-size: 15px !important;
    color: #fff;
    font-weight: bold;
    padding: 8px 24px;
  }
  .hero_message a:hover {
    background: #fff !important;
    color: #c88812;
  }
}
.latest_feed {
  margin: 60px 0 80px;
}
.feed_header {
  margin-bottom: 30px;
  box-sizing: border-box;
  padding-left: 23px;
  padding-right: 23px;
}
.feed_header h2 {
  color: #00546D;
  font-weight: bold;
}
.article_feed {
  display: flex;
  flex-wrap: wrap;
}
.article_tile {
  box-sizing: border-box;
  padding-left: 23px;
  padding-right: 23px;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  cursor: pointer;
  z-index: 8888;
}
.article_tile:hover {
    cursor: pointer !important;
    cursor:pointer;
    pointer-events: auto;
}

.article_tile a {
    cursor: pointer;
}
.article_tile h4 {
    font-weight: bold;
}
.article_tile p {
    font-family:'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
}
.post_meta {
  border-top: 3px solid #9CAB4B;
  padding-top: 20px;
}
.post_cat {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-bottom: 5px !important;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #00546D;
  text-transform: uppercase;
  line-height: 22px;
}
.post_cat a {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #00546D;
}
.post_cat a:hover {
  color: #C88812;
}
.post_date {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: right;
}
.post_date p {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin-bottom: 0 !important;
  color: #00546D;
}
.post_info {
  margin-bottom: 60px;
}
.post_info a {
  font-weight: bold;
  margin-bottom: 0;
  display: block;
  font-size: 17px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  line-height: 20px;
}
.post_info a:hover {
  text-decoration: underline;
}
.post_info h4 {
  font-size: 20px !important;
  line-height: 25px !important;
}
.post_info h4 a {
  font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif !important;
  color: #202020 !important;
  text-transform: none !important;
  font-size: 20px !important;
  line-height: 25px !important;
}
.post_info h4 a:hover {
  text-decoration: none;
}
.post_info img {
  display: block;
  width: 100%;
  margin: 0 0 0 0;
}
.article_tile img {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.article_tile:hover .post_img img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.1);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.post_img {
  overflow: hidden;
}
@media only screen and (min-width: 600px) and (max-width: 1119px) {
  .article_tile {
    width: 49% !important;
  }
  .et_pb_module_inner .article_tile {
    width: 100% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .post_cat {
    margin-bottom: 20px !important;
  }
  .article_tile {
    width: 100% !important;
  }
  .post_info a {
    margin-bottom: 0px;
  }
  post_info h4 {
    margin-bottom: 5px !important;
  }
  .post_info h4 a {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
.evergreen_content {
  border-top: 1px solid #E0E0E0;
  padding-top: 70px;
  /* margin-bottom: 50px; */
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 50px;
}
.latest_feed ul {
  margin: 0 !important;
}
.latest_feed ul li {
  margin: 0 !important;
}
.ec_wrapper {
  display: inline-block;
  width: 49.8%;
  box-sizing: border-box;
  padding: 0 23px 0;
  margin-bottom: 40px;
  vertical-align: top;
}
.ec_wrapper img {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
}
.ec_wrapper h3 {
  font-weight: bold;
  color: #C88812;
}
.ec_wrapper a {

}
.ec_wrapper a:hover {

}
.ec_wrapper span {
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.ec_wrapper a p {
    color: #202020 !important;
    font-weight: normal !important;
}
.tile_wrap {
  border-bottom: 4px solid #C88812;
  padding-bottom: 40px;
  min-height: 630px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ec_wrapper {
    display: inline-block;
    width: 49.5%;
    box-sizing: border-box;
    padding: 0 23px 0;
    margin-bottom: 40px;
  }
  .ec_wrapper p {
    font-size: 16px;
    line-height: 28px;
  }
  .tile_wrap {
    min-height: auto !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .tile_wrap {
    min-height: auto !important;
  }
  .evergreen_content {
    border-top: 1px solid #E0E0E0;
    padding-top: 70px;
    /* margin-bottom: 50px; */
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 50px;
  }
  .ec_wrapper {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 23px 0;
    margin-bottom: 40px;
  }
  .ec_wrapper p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .recent_header {
    width: 100% !important;
  }
  .recent_blog_primary {
    width: 100% !important;
  }
}
.recent-blog-header {
  margin: 0 73px !important;
}
.recent-blog-header p {
  font-size: 24px !important;
  line-height: 28px !important;
  margin-bottom: 13px !important;
}
.post-slider {
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.slider-wrap h3 a {
  font-family: 'Overpass', sans-serif !important;
  font-weight: normal !important;
  color: #000 !important;
  text-transform: none;
}
.slider-wrap a {
  color: #C88812 !important;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
}
.slider-wrap a:hover {
  text-decoration: underline;
}
body.single article.has-post-thumbnail > img:nth-of-type(1) {
  width: auto !important;
  height: auto !important;
}
body.single article.has-post-thumbnail .et_post_meta_wrapper > img:nth-of-type(1) {
  width: auto !important;
  height: auto !important;
}
.et_pb_slide {
  padding: 0 73px !important;
}
.et_pb_slider .et_pb_container {
  max-width: 100% !important;
  height: auto !important;
}
/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/
.main-content-wrapper {
  padding: 60px 0;
}
.main-content-wrapper.no-bottom {
  padding: 60px 0 0 0 !important;
}
.main-content-wrapper hr {
  margin: 50px 0 !important;
  border: 0 !important;
  height: 1px;
  background: #d1d1d1;
}
.feature-with-img {
  width: 100%;
  margin-bottom: 30px;
}
.feature-with-img img {
  width: 100%;
  display: block;
  margin: 0 !important;
}
.img-info {
  background: #00546d url(images/feature-img-bkg.png) top right repeat-y;
  box-sizing: border-box;
  padding: 30px 40px 40px 30px;
}
p.img-meta {
  color: #fff;
  font-size: 13px !important;
  font-style: italic;
  margin-bottom: 5px !important;
  padding-bottom: 0 !important;
}
p.img-caption {
  color: #fff;
  font-size: 19px !important;
  line-height: 23px !important;
}
.sidebar-pg-link {
  border-top: 6px solid #c88812;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}
.link-content {
  box-sizing: border-box;
  padding: 30px 20px 40px;
}
.post-content .link-content {
  padding: 30px 0 40px !important;
}
.link-content h4 {
  font-size: 34px;
  line-height: 36px;
  padding-bottom: 0 !important;
  font-weight: bold !important;
  color: #C88812 !important;
}
.sidebar-pg-link .link-content h4 {
  color: #202020!important;
}
.sidebar-pg-link-img .link-content h4 {
  color: #202020 !important;
}

.link-content a {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar-pg-link-img a p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 0 !important;
  margin-bottom: 20px;
  color: #202020 !important;
    font-weight: normal !important;
}
.link-content span {
    font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar-pg-link-img {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 23px;
}
.sidebar-pg-link-img img {
  width: 100%;
  display: block;
  margin: 0 !important;
}
.sidebar-pg-link-img img {
     -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.sidebar-pg-link-img .post_img {
    border-top: 6px solid #c88812;
}
.sidebar-pg-link-img:hover .post_img img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.1);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.sidebar-related-tile {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 30px 30px;
  margin-bottom: 20px;
  background: #f1f1f1;
}
.sidebar-related-tile h5 {
  color: #00546d;
  font-size: 34px;
  line-height: 35px;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #9cab4b;
  font-weight: bold;
}
.sidebar-related-tile p {
  line-height: 24px !important;
  margin-bottom: 10px;
}
.sidebar-related-tile a {
  color: #c88812;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar-related-tile a:hover {
  color: #00546d;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sidebar-pg-link-img {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0;
  }
}
.sidebar-dl-list {
  background: #f1f1f1;
  box-sizing: border-box;
  padding: 30px 30px;
  margin-bottom: 30px;
}
.sidebar-dl-list h5 {
  color: #00546d;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #9cab4b;
  font-weight: bold;
}
.sidebar-dl-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar-dl-list ul li {
  border-bottom: 1px solid #a3a3a3;
  padding: 5px 0 !important;
}
.sidebar-dl-list ul li:last-child {
  border-bottom: 0 !important;
}
.sidebar-dl-list ul li a {
  font-weight: bold;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #c88812;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
.sidebar-dl-list ul li a:hover {
  color: #00546d;
}
.sidebar-section-nav {
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px 0 0;
  margin-bottom: 20px;
  /* border-right: 1px solid #d3d3d3; */
}
.sidebar-section-nav h4 {
  color: #00546d;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  font-size: 14px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  text-transform: uppercase;
  letter-spacing: 2.3px;
}
.sidebar-section-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar-section-nav ul li {
  padding: 5px 0 !important;
}
.sidebar-section-nav ul li:last-child {
  border-bottom: 0 !important;
}
.sidebar-section-nav ul li a {
  color: #202020 !important;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}
.sidebar-section-nav ul li a:after {
  content: ' »';
}
.sidebar-section-nav ul li.current_page_item a {
  font-weight: bold;
  color: #00546d !important;
}
.sidebar-section-nav ul li a:hover {
  color: #c88812 !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sidebar-section-nav {
    padding: 20px 0 0 0;
    margin: 30px 0 20px;
    border-right: 0;
    border-top: 1px solid #d3d3d3;
  }
   
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
     .sidebar-section-nav {
        width: 100%;
        box-sizing: border-box;
        padding: 0 30px 0 0;
        margin-bottom: 20px;
        border-right: 0;
    }   
}


.with-sidebar .article_tile {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}
.with-sidebar .article_tile .post_meta {
  box-sizing: border-box;
  padding: 20px 30px 0;
}
.with-sidebar .article_tile .post_info {
  padding: 0 30px;
  margin-bottom: 0px;
}
.one-third-two-third-tiles {
  margin: 0;
  padding: 0;
}
.one-third-two-third-tiles-container {
  border-top: 2px solid #9cab4b;
  padding: 60px 0;
}
.one-third-two-third-tiles-container h3 {
  color: #00546d;
}
.fifty_fifty_with_intro {
  padding: 50px 0;
  background: #f1f1f1;
  margin-bottom: 60px;
}
.fifty_fifty_with_intro .half_column_content {
  padding: 0 70px !important;
  text-align: center;
}
.fifty-fifty {
  padding: 30px 0 0 0;
  margin-bottom: 70px;
}
.fifty-intro h3 {
  font-weight: bold !important;
  color: #00546d !important;
}
.fifty-intro p {
  font-size: 22px;
}
.fifty-intro {
  text-align: center;
  box-sizing: border-box;
  padding: 0 20% 40px;
  width: 100%;
  margin: 0 auto 40px !important;
  border-bottom: 1px solid #e1e1e1;
}
.flexwrap {
  display: flex;
  flex-wrap: wrap;
}
.flexwrap .dp_dmb_repeat_item {
  display: flex !important;
  flex: 0 44%;
  border-bottom: 3px solid #9cab4b;
  margin: 0 3% 20px;
}
.two_thirds_tile {
  box-sizing: border-box;
  padding: 20px 0 20px 0;
}
.two_thirds_tile h4 {
  color: #00546d;
  font-size: 18px !important;
  line-height: 22px !important;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 0 !important;
  font-weight: bold;
}
.two_thirds_tile_content {
  margin-bottom: 30px;
}
.two_thirds_tile p {
  margin-bottom: 0 !important;
}
.tile-columns {
  padding: 0 10px;
}
.full-width-intro {
  width: 100%;
  margin-bottom: 0;
  padding: 0 !important;
  border-top: 1px solid #f1f1f1;
}
.full-width-intro img {
  display: block;
  width: 90%;
  margin: 20px auto !important;
}
.intro-wrapper {
  background: url(images/intro-top.jpg) top center no-repeat;
  padding: 100px 0 70px;
}
.intro-wrapper h6 {
  font-size: 18px !important;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.intro-wrapper p {
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
}
.two_thirds_headline_container {
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .intro-wrapper p {
    font-size: 19px;
    font-weight: bold;
    line-height: 28px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .flexwrap {
    display: block;
  }
  .flexwrap .dp_dmb_repeat_item {
    margin: 0 0 30px;
  }
  .two_thirds_tile {
    margin: 0 0 20px;
  }
}
.fw-head-image {
  text-align: center;
}
.fw-head-image h3 {
  font-weight: bold;
}
.related_posts {}
.related_posts_headline {
  box-sizing: border-box;
  padding: 0 25px;
}
.related_posts_headline h4 {
  font-weight: bold;
  color: #00546d;
  /* border-top: 1px solid #f1f1f1; */
  padding: 30px 0 20px 0;
}
.featured-story:before {
  content: '';
  background: url(images/slashes.png) top left repeat-y;
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7777;
}
.featured-story {
  position: relative;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c88812+0,b77710+100 */
  background: #c88812; /* Old browsers */
  background: -moz-linear-gradient(top, #c88812 0%, #b77710 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c88812 0%, #b77710 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c88812 0%, #b77710 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c88812', endColorstr='#b77710', GradientType=0); /* IE6-9 */
  box-sizing: border-box;
  padding: 40px 9% 40px;
}
/* .story-wrapper {

    border-top: 3px solid #9cab4b;

    padding: 15px 0 0 0;

} */
hr.divide {
  border: 1px solid #f1f1f1 !important;
  margin: 20px 0 40px !important;
}
.section-title p {
  font-weight: bold;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 15px 0;
  padding: 0 0 0 0 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #9cab4b;
}
.topics-videos {
  padding: 0 0 40px;
}
.topics-videos .addthis_inline_share_toolbox {
  margin-top: 40px !important;
}
.story-title {
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block;
  vertical-align: middle;
  width: 56%;
  box-sizing: border-box;
  padding: 0 40px 0 0 !important;
}
.story-title h3 {
  font-size: 36px !important;
  line-height: 38px !important;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.story-title h3 a {
  color: #fff !important;
}
.story-title p {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}
.story-title a.feature_link {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  padding: 11px 19px;
  color: #c88812;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.story-title a.feature_link:hover {
  color: #00546d;
}
.story-author {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  box-sizing: border-box;
  padding: 0;
}
.story-author img {
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
}
.story-thumb {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  box-sizing: border-box;
  padding: 5px;
  background: #d29f4a;
}
.story-thumb img {
  width: 100%;
  display: block;
}
.story-author h5 {
  margin-bottom: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: bold;
  color: #fff !important;
  ;
}
.story-author p {
  font-size: 15px !important;
  line-height: 18px !important;
  color: #fff;
}
.testimonial-wrapper {
  background: #9cab4b;
  padding: 100px 0;
  width: 100%;
  position: relative;
}
.testimonial-wrapper:before {
  content: url(images/reverse-slashes.png);
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.testimonial-wrapper:after {
  content: url(images/reverse-slashes.png);
  top: 0;
  right: 0;
  width: 40px;
  overflow: hidden;
  height: 100%;
  position: absolute;
}
.testimonial-wrapper .container {
  position: relative;
}
.testimonial-provider {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  text-align: center;
}
.testimonial-provider h6 {
  color: #fff;
  font-weight: bold;
  font-size: 25px !important;
  line-height: 34px;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.testimonial-provider p {
  color: #fff;
  font-size: 16px !important;
  padding: 0 !important;
}
.testimonial-img {
  width: 100%;
  height: 100% !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.testimonial-img img {
  width: 100%;
  display: block;
  margin-bottom: 0 !important;
}
.testimonial-quote {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  box-sizing: border-box;
  padding: 0 60px 0 60px;
}
.testimonial-quote p {
  font-size: 25px;
  line-height: 45px;
  font-weight: bold;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 30px;
}
.testimonial-quote p:before {
  content: url(images/reverse-quote.png);
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  left: -20px;
  position: absolute;
}
.side-by-side {
  background: #f2f2f2 url(images/positive-slashes.png) top right repeat-y;
  padding: 50px 0;
}
.side-by-side-content {
  position: relative;
}
.side-img {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
.side-img img {
  width: 100%;
  display: block;
  margin: 0;
}
.side-content {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  box-sizing: border-box;
  padding: 0 10%;
}
.side-content h6 {
  text-transform: uppercase;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #00546d;
}
.side-content h4 {
  color: #00546d;
  font-weight: bold !important;
  font-size: 38px !important;
  line-height: 42px !important;
}
.side-content p {
  margin-bottom: 20px !important;
}
.side-content a {
  background: #c88812;
  display: inline-block;
  padding: 12px 25px !important;
  font-weight: bold;
  color: #fff;
}
.side-content a:hover {
  background: #00546d;
}
.medium-header {
  position: relative;
}
.medium-content h2 {
  color: #fff;
}
.small-img {
  background-size: cover !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}
.small-content {
  padding: 190px 0 30px;
  z-index: 100;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.small-content h1 {
  font-size: 40px !important;
  font-weight: bold;
  color: #fff;
}
.small-content.categorized h1 a {
    color: #fff !important;
}
.full-post-meta {
  padding-top: 30px;
}
.medium-img {
  background-size: cover !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}
.overlay {
  background: rgba(0, 0, 0, .3);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8 !important;
  top: 0;
}
.medium-content {
  padding: 400px 0 50px 0;
  position: relative;
  z-index: 100;
  width:80%;
    margin:0 auto;
}
.medium-content h1 {
  color: #fff;
  font-weight: bold;
}
.half_column_content {
  box-sizing: border-box;
  padding: 0 70px 0 0;
}
.half_column_content h4 {
  font-weight: bold;
  color: #00546d;
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (min-width: 320px) and (max-width: 979px) {
  .testimonial-wrapper:before {
    display: none;
  }
  .testimonial-wrapper:after {
    display: none;
  }
  .testimonial-quote {
    display: block;
    width: 100%;
  }
  .testimonial-provider {
    display: block;
    width: 100%;
    text-align: center;
  }
  .small-content {
    padding: 185px 0 20px;
    z-index: 100;
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .small-content h1 {
    line-height: 40px !important;
    font-weight: bold;
    color: #fff;
  }
}
@media only screen and (min-width: 480px) and (max-width: 979px) {
  .testimonial-wrapper {
    padding: 30px 0 !important;
  }
  .testimonial-provider {
    width: 50%;
    margin: 0 auto !important;
  }
  .testimonial-img {
    width: 100%;
    height: 100% !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    margin: 0 auto !important;
    text-align: center;
  }
  .testimonial-quote p {
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 20px 0 0 30px;
  }
}
.featured-story-img {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  box-sizing: border-box;
  padding: 5px;
  background: #fff;
}
.featured-story-img img {
  display: block;
  margin: 0;
  width: 100%;
}
.author-info {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px 0 30px;
  vertical-align: middle;
}
.author-info p.featured_meta {
  margin-bottom: 5px !important;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .story-title h3 {
    font-size: 30px !important;
    line-height: 30px !important;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
  .story-title {
    display: block;
    width: 100%;
  }
  .story-author {
    display: block;
    width: 100%;
    text-align: right;
    border-top: 1px solid #fff;
    padding-top: 30px;
    margin-top: 30px;
  }
  .featured-story-img {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    box-sizing: border-box;
    padding: 3px;
    background: #fff;
  }
  .story-thumb {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .story-title h3 {
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
  .story-thumb {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .author-info {
    display: inline-block;
    width: 80%;
    box-sizing: border-box;
    padding: 0 20px 0 30px;
    vertical-align: middle;
  }
  .featured-story:before {
    display: none;
  }
  .story-title {
    display: block;
    width: 100%;
  }
  .story-author {
    display: block;
    width: 100%;
    text-align: right;
    border-top: 1px solid #fff;
    padding-top: 30px;
    margin-top: 30px;
  }
  .featured-story-img {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    box-sizing: border-box;
    padding: 3px;
    background: #fff;
  }
  .side-by-side {
    background: #f2f2f2 top right repeat-y;
    padding: 30px 0;
  }
  .side-img {
    display: block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 30px;
  }
  .side-content {
    display: block;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0;
  }
  .medium-header {
    background: #00546d !important;
    position: relative;
  }
  .medium-img {
    background-size: cover !important;
    width: 100% !important;
    z-index: 1;
    margin-top: 0 !important;
    background-position: 50% 50% !important;
  }
  .medium-content {
    padding: 220px 0px 30px 0px;
    position: relative;
    z-index: 100;
    width: 80% !important;
    margin: 0 auto;
  }
  .medium-content h2 {
    font-size: 40px !important;
    line-height: 38px !important;
    margin-bottom: 0 !important;
  }
  .medium-content h2 {
    color: #fff;
  }
  .with-sidebar h4 {
    font-size: 19px !important;
    line-height: 28px !important;
  }
}
.grid-image {
  width: 80%;
}
.grid-image img {
  width: 100%;
  display: block;
  margin: 0 auto !important;
}
.grid-image .et_pb_image_wrap {
  display: block;
  box-sizing: border-box;
  padding: 0 0 !important;
}
.main-body-content.sidebared {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 30px 40px;
}
.main-body-content_with_sidebar {
  width: 100%;
  box-sizing: border-box;
  /* padding: 0 0 30px 60px; */
}
.main-body-content_with_sidebar h4 {
  color: #00546D;
  font-weight: bold;
}
.main-body-content_with_sidebar img {
  width: 100% !important;
  display: block;
  margin-bottom: 10px;
}
.main-body-content img {
  width: 100% !important;
  display: block;
  margin-bottom: 10px;
}
.main-body-content ul li {
  padding-bottom: 0;
  line-height: 32px !important;
}
@media only screen and (min-width: 320px) and (max-width: 727px) {
  .main-body-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 0 !important;
  }
  .main-content-wrapper {
    padding: 0 0 50px 0;
  }
  .fw-two-thirds-content {
    padding: 0 !important;
  }
  .medium-header {
    padding: 0 !important;
  }
  .medium-header .et_pb_row {
    padding: 0 !important;
  }
  .et_pb_row_2.grid-image {
    padding: 0 !important;
  }
  .one-third-two-third-tiles-container {
    border-top: 2px solid #9cab4b;
    padding: 60px 0 30px;
  }
}
/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/
footer {
  background: #00546D;
  box-sizing: border-box;
  padding: 0 30px 10px;
 z-index:9999;
}
.footer_top {
  border-bottom: 1px solid #7097a5;
  padding-bottom: 20px;
}
.footer_logo {}
.footer_logo img {
  display: block;
  width: 95%;
  margin: 20px 0 10px 0;
}
.footer_main_nav {
  text-align: right;
}
.footer_main_nav ul {
  margin: 0 0 0 0;
}
.footer_main_nav ul li {
  display: inline-block;
  vertical-align: top;
  padding: 60px 20px 10px;
}
.footer_main_nav ul li a {
  color: #fff;
  font-size: 16px;
}
.footer_main_nav ul li a:hover {
  color: #E0E0E0;
}

footer a:hover {
    color: #E0E0E0;
}
.footer_main_nav ul li.subscribe {
  background-color: #C88812 !important;
  padding: 60px 20px 10px;
}
.footer_middle {
  margin-top: 30px;
}
.footer_middle ul {
  margin: 0 0 30px !important;
}
.footer_middle ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
}
.footer_middle ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}
.footer_middle ul li a:hover {
  text-decoration: underline;
}
.footer_middle h4 {
  font-size: 16px !important;
  color: #fff;
  margin-bottom: 0 !important;
  font-weight: bold;
  padding-bottom: 0 !important;
}
.footer_phone {
  text-align: right;
}
.footer_phone phone {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.footer_phone phone:visited {
    color: #fff !important;
}

.footer_phone phone:active {
     color: #E0E0E0;
}

.footer_phone phone:focus {
     color: #E0E0E0;
}
.footer_phone phone:hover {
    color: #fff !important;
}

no_highlights{
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.legal {
  padding-top: 15px;
  margin-top: 10px;
}
.legal p {
  font-size: 10px;
  line-height: 12px;
  color: #fff;
}
.social {
  padding-top: 15px;
  text-align: right;
}
.footer-legal {
    display:inline-block;
    zoom: 1;
    width: 50%;
    padding-top: 20px;
}
.footer-legal p {
    font-size: 11px;
    color: #fff;
}
.footer-social {
    display:inline-block;
    zoom: 1;
    width: 50%;
    text-align: right;
    padding-top: 20px;
}
.footer-social phone {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
.footer_bottom {
  border-top: 1px solid #7097a5;
}
.footer_bottom ul {
  margin: 0 !important;
}
.footer_bottom ul li:first-child {
    width: 300px !important;
}
.footer_bottom ul li {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  width: 30px;
  margin: 0 0 0 10px;
}
.footer_bottom ul li img {
  width: 100%;
  margin: 0;
  display: block;
}
@media only screen and (min-width: 1159px) and (max-width: 1299px) {
  .footer_main_nav ul li {
    padding: 60px 15px 10px;
  }
  .footer_main_nav ul li.subscribe {
    padding: 60px 15px 10px;
  }
  .footer_main_nav ul li a {
    color: #fff;
    font-size: 15px;
  }
}
@media only screen and (min-width: 910px) and (max-width: 1160px) {
  .footer_main_nav ul li {
    padding: 45px 10px 10px;
  }
  .footer_main_nav ul li.subscribe {
    padding: 45px 10px 10px;
  }
  .footer_main_nav ul li a {
    color: #fff;
    font-size: 13px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 909px) {
  footer {
    padding-top: 20px;
  }
  .footer_phone {
    width: 100% !important;
    text-align: center;
  }
  .footer_logo {
    width: 100% !important;
    text-align: center;
  }
  .footer_logo img {
    width: 100%;
    display: block;
    margin: 0 0 0 0;
  }
  .footer_main_nav {
    width: 100% !important;
    margin-top: 5px;
    text-align: center;
  }
  .footer_main_nav ul li.subscribe {
    background-color: transparent !important;
  }
  .footer_main_nav ul {
    margin: 0 0 20px 0;
  }
  .footer_main_nav ul li {
    padding: 5px 0;
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
  .footer_main_nav ul li.subscribe {
    padding: 0;
    display: block;
    margin-bottom: 0;
  }
  .footer_main_nav ul li a {
    color: #fff;
    font-size: 13px;
  }
  .footer_middle {
    text-align: center;
    margin-bottom: 25px;
  }
  .footer_middle .columns {
    width: 50% !important;
  }
  .footer_middle h4 {
    font-weight: bold;
  }
  .footer_middle ul {
    display: none;
  }
  .footer_bottom ul li {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 30px;
    margin: 0 5px;
  }
  .footer_middle .columns.footer_phone {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer_bottom {
    text-align: center;
  }
  .legal p {
    font-size: 13px;
    line-height: 18px;
  }
  .social {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 909px) {
   
    .footer_main_nav ul li {
        padding: 5px 0 !important;
        display: inline-block !important;
        margin: 0 20px 0;
        text-align: center;
    }
    
}
@media only screen and (min-width: 600px) and (max-width: 909px) {
  .footer_logo img {
    width: 300px;
    display: block;
    margin: 0 0 0 -20px;
  }
}
@media only screen and (min-width: 910px) and (max-width: 980px) {
    .footer_logo {
        float: left;
        width: 28%;
    }
    .footer_main_nav {
        position: absolute;
    }
}
.et_pb_section.small-header {
    padding: 0 !important;
}
.small-header {
  background: #00546d;
  position: relative;
}
.small-header.posts {
  padding: 0 !important;
  position: relative !important;
}
.small-header.posts ul li a {
  color: #fff;
  font-weight: normal !important;
}
.small-header.posts ul li a:hover {
  color: #fff !important;
}
.small-header h2 {
  padding-bottom: 0 !important;
  color: #fff;
  font-size: 40px !important;
  font-weight: bold;
}
.small-header.posts h2 {
  padding-bottom: 0 !important;
}
.small-header.cpt {
  padding: 140px 50px 100px;
  margin-bottom: -100px;
}
.small-header.staff {
  padding: 160px 50px 0px;
  margin-bottom: 0;
}
.single-featured-image .et_pb_row {
  padding: 0 !important;
}
.post-feed-container {
  box-sizing: border-box;
  padding: 50px 3%;
}
.post-feed-container.home {
  box-sizing: border-box;
  padding: 50px 3% 0;
}
.article_tile.feeds {
  display: inline-block;
  width: 33%;
}
.article_tile.feeds .post_info h4 {
    font-weight: bold !important;
}
.article_tile.feeds .post_info p {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    text-transform: uppercase !important;
}
.article_tile.feeds.resources {
  display: inline-block;
  width: 24%;
}
@media only screen and (min-width: 1120px) and (max-width: 1300px) {
  .article_tile.feeds.resources {
    display: inline-block;
    width: 33%;
  }
}
/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
.with-sidebar {
  display: flex;
  /*flex-direction: row-reverse !important;*/
}
.mobile-sidebar_flow {
  display: flex;
  flex-direction: row-reverse !important;
}
.mobile-sidebar_flow p:last-child {
  padding-bottom: 0 !important;
}
.mobile-sidebar_flow .et_pb_column_2_3 {
  box-sizing: border-box;
  padding-left: 50px;
  border-left: 1px solid #d3d3d3;
}
.with-sidebar.post-content {
  box-sizing: border-box;
}
.with-sidebar.post-content p {
  font-size: 18px;
  line-height: 32px;
}
.post-content p {
  margin-bottom: 24px;
  padding-bottom: 0 !important;
}
.post-content p a {
  color: #C88812 !important;
  text-decoration: none;
}
.post-content p a:hover {
  color: #006f8f !important;
}
.post-content h3, h4, h5 {
  /* color: #006f8f; */
}
@media only screen and (min-width: 320px) and (max-width: 979px) {
  .with-sidebar {
    display: block;
  }
  .mobile-sidebar_flow {
    display: block;
  }
  .with-sidebar .et_pb_column_2_3 {
    margin-bottom: 40px;
  }
  .mobile-sidebar_flow .et_pb_column_2_3 {
    box-sizing: border-box;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
footer .et_pb_row {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 0 !important;
}
.related_posts {
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 320px) and (max-width: 959px) {
  .mobile-sidebar_flow .et_pb_column_2_3 {
      border-left: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .small-header {
    background: #00546d;
    /* padding: 175px 10% 0; */
    box-sizing: border-box;
    margin: 0 auto !important;
  }
  .et_pb_section.small-header {
    padding: 0 !important
  }
  .small-header .et_pb_row {
    padding: 0 !important;
  }
  .small-header h2 {
    margin-bottom: 0 !important;
    font-size: 32px !important;
    padding-top: 0;
  }
  .related_posts_headline {
    padding: 0 !important;
  }
  .related_posts .article_tile {
    padding: 0 0 !important;
  }
  .related_posts .ec_wrapper {
    padding: 0 0 !important;
  }
}
.single-featured-image {
  max-width: 1400px !important;
  margin: 0 auto 40px !important;
  box-sizing: border-box;
  padding: 0 /* 120px */;
}
.single-featured-image img {
  width: 100% !important;
  display: block !important;
}
.post-content-fix {
  max-width: 1400px !important;
  margin: 0 auto !important;
}
.post-title-meta {
  max-width: 1400px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
  padding: 30px 20px 20px;
}
.post-title-meta h1 {
  color: #02546d !important;
  font-size: 40px !important;
  line-height: 44px !important;
}
.post-title-meta p {
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: none !important;
  font-weight: normal !important;
  font-size: 16px !important;
  padding-bottom: 0 !important;
}
.post-title-meta p a {
  color: #202020;
  font-weight: normal;
}
.post-title-meta p a:hover {
  color: #c88812;
}
.post-title-meta img {
  width: 30px !important;
  max-width: 30px !important;
  display: block;
}
.post-title-meta ul {
  margin: 0;
  padding: 0;
}
.post-title-meta ul li {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: normal !important;
  color: #202020;
  margin-right: 15px;
}
.post-title-back {
  position: relative;
  margin-bottom: 0;
  margin-top: 30px;
}
.small-header.staff .post-title-back {
  margin-bottom: 0 !important;
}
.post-cat-title {
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.post-cat-title h6 {
  font-size: 28px !important;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  text-transform: capitalize !important;
}
.post-back {
  float: right;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  border-left: 1px solid #fff;
}
.post-back a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-size: 16px !important;
}
.post-back a:hover {
  color: #c88812;
}
@media only screen and (min-width: 768px) and (max-width: 1650px) {
  .post-title-meta {
    padding: 30px 40px 10px;
  }
  .post-title-meta h1 {
    font-size: 36px !important;
    line-height: 42px !important;
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .post-title-meta {
    padding: 30px 0 20px;
  }
  .post-title-meta h1 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .post-back a {
    font-size: 14px;
  }
  .post-title-back {
    margin-top: 0;
  }
  .single-featured-image {
    padding: 0 0;
  }
}
.post-content-fix p {
  width: 100% !important;
}
.fourohfour #main-content {
  background: transparent !important;
}
.fourohfour #main-content .container {
  padding-top: 0 !important;
  text-align: center !important;
}
.fourohfour #main-content .container #content-area {
  width: 100% !important;
}
.fourohfour #main-content .container:before {
  display: none;
}
.medium-content.four {
  padding: 300px 0 50px 0;
  position: relative;
  z-index: 100;
}
.fourohfour h1 {
  color: #fff;
}
.fourohfour p {
  color: #fff;
}
.fourohfoursearch {
  position: relative;
  text-align: center;
  padding: 40px 0 40px !important;
  background: #fff !important;
}
.fourohfoursearch .et_pb_widget {
  float: none !important;
  max-width: 1080px;
  margin: 0 auto !important;
}
.fourohfoursearch input[type="text"] {
  height: auto !important;
  padding: 20px 30px !important;
  font-size: 22px;
  font-family: 'Overpass', sans-serif;
}
.fourohfoursearch input[type="submit"] {
  height: auto !important;
  padding: 20px 30px !important;
  font-size: 22px;
  font-family: 'Overpass', sans-serif;
  width: auto !important;
}
@media only screen and (min-width: 320px) and (max-width: 727px) {
  .small-header.cpt {
    padding: 160px 20px 10px;
    margin-bottom: 0;
  }
  .with-sidebar.post-content p {
    font-size: 15px;
    line-height: 28px;
  }
}
.main-body-content input [type="text"] {
  padding: 15px;
}
.jotform-form {
  padding: 0 0 !important;
}
.results-wrap {
  box-sizing: border-box;
  padding: 40px 140px;
  border-bottom: 1px solid #ccc;
}
.results-wrap h4 {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 14px !important;
  text-transform: uppercase;
}
.search-item {
  box-sizing: border-box;
  padding: 50px 20px;
  border-bottom: 1px solid #ccc;
}
.search-item:last-child {
  border-bottom: 0 !important;
}
.search-item h5 {
  color: #202020;
  font-weight: bold;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-size: 24px !important;
  line-height: 30px !important;
}
.search-item h5 a {
  color: #202020;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.search-item p a {
  font-weight: bold;
}
.search-link a {
  color: #aaa;
  font-weight: normal !important;
}
.search-link a:hover {
  color: #C88812;
}
.staff-post {
  box-sizing: border-box;
  padding: 50px 100px 30px;
}
.staff-post-thumb {
  display: inline-block;
  vertical-align: top;
  width: 29%;
}
.staff-post-thumb img {
  width: 100%;
  display: block;
  margin: 0;
}
.staff-post-info {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  box-sizing: border-box;
  padding-left: 60px;
  padding-top: 40px;
}
.staff-post-info.board {
  width: 100% !important;
  padding-left: 0 !important;
}
.staff-post-info h2 {
  font-size: 34px !important;
  line-height: 34px !important;
  padding-bottom: 0 !important;
  margin-bottom: 10px !important;
  font-weight: bold;
}
.staff-post-info h6 {
  font-size: 14px !important;
  line-height: 22px !important;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #6B6B6B !important;
}
.staff-post-info h5 {
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  padding: 30px 0;
  color: #6B6B6B;
  margin: 30px 0;
}
.staff-post-meta p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.staff-post-info p {
  font-size: 16px;
  line-height: 25px;
}
.staff-post-info p.declaration {
  color: #6b6b6b !important;
  font-size: 13px !important;
}
.staff-pag-left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
    text-align:right;
}
.staff-pag-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .staff-post {
    padding: 50px 0 30px !important;
  }
  .et_pb_row.staff {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .staff-post {
    padding: 50px 0 30px !important;
  }
  .et_pb_row.staff {
    padding: 0 0 30px !important;
  }
  .staff-post-thumb {
    display: block;
    width: 100%;
  }
  .staff-post-thumb img {
    width: 100%;
    display: block;
    margin: 0;
  }
  .staff-post-info {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-top: 40px;
  }
}
.staff {
  padding-bottom: 70px;
}
.staff-pag {
  border-top: 1px solid #f1f1f1;
  padding: 30px 0 0 0;
  margin-top: 50px;
}
.staff-feed {
  background: #f3f3f3 !important;
}
.staff-feed-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.staff-feed-item {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  background: #fff;
  box-sizing: border-box;
  margin: 0 1% 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.staff-feed-item:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.staff-feed-item img {
  width: 100% !important;
  display: block;
}
.staff-meta {
  box-sizing: border-box;
  padding: 20px 40px 30px;
}
.staff-meta h4 {
  font-weight: bold;
  margin-bottom: 5px !important;
  padding-bottom: 0 !important;
  line-height: 26px !important;
}
a .staff-meta p {
  color: #202020 !important;
  font-size: 15px !important;
  line-height: 21px !important;
  margin-bottom: 10px !important;
  font-weight: normal !important;
}
a .staff-meta span {
  font-weight: bold !important;
}
a p.declaration {
  color: #6b6b6b !important;
  margin-bottom: 5px !important;
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .staff-feed-item {
    width: 31%;
    margin: 0 1% 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  .staff-feed-item {
    width: 48%;
    margin: 0 1% 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .staff-feed-wrapper {
    display: block;
  }
  .staff-feed-item {
    display: block;
    vertical-align: top;
    width: 90%;
    margin: 0 5% 40px;
  }
  .post-back {
    padding-right: 0;
  }
.staff-meta {
  box-sizing: border-box;
  padding: 20px 20px 30px;
}
}
@media only screen and (min-width:320px) and (max-width: 980px) {
  .nav_space {
    display: block;
    padding-bottom: 30px;
  }
  .nav_top {
    display: none;
  }
  #main-header {
    position: absolute;
    width: 100%;
    z-index: 9997 !important;
    top: 0;
    left: 0;
    padding: 0 30px 0;
    background: transparent;
    border-bottom: 0 !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  }
}
@media only screen and (min-width:320px) and (max-width: 980px) {
  .post-title-back {
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 30px 0 28px;
    position: relative;
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width:767px) and (max-width: 980px) {
  .et_header_style_centered #logo {
    max-height: 100%;
    width: 100% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 980px) {
  .small-header.staff {
    background: #00546d;
    padding: 0 50px 0;
    box-sizing: border-box;
    margin: 0 auto !important;
  }
  .small-header.cpt {
    padding: 0 20px 10px;
    margin-bottom: 0;
  }
  .small-header.posts {
    padding: 0 20px 30px;
  }
  .small-header.posts .et_pb_row {
    padding: 0 !important;
  }
}
.story_section {
  padding: 0 0 0 0;
  margin: 0 0;
}
.horizontal_rule {
  border-top: 1px solid #dbdbdb;
  margin-top: 55px;
  margin-bottom: 15px;
}
.story_section h5 {
  font-weight: bold;
  margin-bottom: 10px !important;
}
.color_black {
  color: #202020 !important;
}
.color_teal {
  color: #00546d !important;
}
.color_rust {
  color: #c88812 !important;
}
.story_image {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.story_image img {
  display: block;
  width: 100%;
}
.story_content {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  box-sizing: border-box;
  padding: 0 0 0 40px;
}
.main-body-content_with_sidebar ul li {
  padding-bottom: 1.6em;
}
.with-sidebar .et_pb_column_2_3 {
  box-sizing: border-box;
  padding-left: 0 !important;
  padding-right: 60px !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .story_image {
    display: block;
    vertical-align: top;
    width: 100%;
  }
  .story_content {
    display: block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0 30px 0;
  }
  .with-sidebar .et_pb_column_2_3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.post_info:hover {
    cursor: pointer;
}
.post_info p {
  font-size: 16px !important;
  line-height: 22px !important;
    
}
.series_author {
  margin-bottom: 30px;
}
.author_bar {
  background: #c88812;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 15px;
}
.author_bar p {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: 13px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  letter-spacing: .4px !important;
}
.author_wrapper {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px !important;
}
.series_author_img {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  margin: 0 !important;
  padding: 0 !important;
}
.series_author_meta {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  margin: 0 !important;
  padding: 0 20px;
}
.series_author_meta h4 {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
  line-height: 22px !important;
}
.series_author_meta p {
  font-size: 14px !important;
  line-height: 18px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.series_tile {
  background: #f3f3f3;
  box-sizing: border-box;
  padding: 60px 70px 50px 50px;
  margin-bottom: 30px;
}
.series_tile h5 {
  font-size: 14px !important;
  line-height: 18px !important;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
  font-weight: bold !important;
  color: #c88812 !important;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
}
.series_tile h4 {
  color: #202020 !important;
  font-weight: normal;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
  line-height: 30px !important;
  font-weight: bold;
}
.series_tile p {
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 40px;
}
.series_post {
  border-top: 1px solid #939393;
  padding-top: 20px !important;
  margin-bottom: 15px !important;
}
.series_post h6 {
  font-weight: bold;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase !important;
  font-weight: bold;
  color: #c88812;
  margin-bottom: 5px !important;
  padding-bottom: 0 !important;
  font-size: 19px !important;
  line-height: 21px !important;
}
.series_post p {
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 5px !important;
  padding-bottom: 0 !important;
}
.series_post a {
  font-size: 15px !important;
  text-transform: uppercase;
}
.filter_container {
  padding: 18px 10px;
  box-sizing: border-box;
  background: #c88812;
  text-align: center;
}
.filter_container form {
  display: inline-block;
}
.filter_container span {
  color: #fff;
  margin-right: 5px;
  text-transform: uppercase;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.filter_container a {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 14px;
  font-weight: normal !important;
  text-transform: uppercase;
}
.searchandfilter ul li {
  display: inline-block;
  margin: 0 10px;
}
.filter_container select {
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  -webkit-appearance: none;
  background-color: #fff; /* Fallback color if gradients are not supported */
  background-image: url(images/arrow.png) !important; /* For Chrome and Safari */
  background-image: url(images/arrow.png) !important; /* For old Firefox (3.6 to 15) */
  background-image: url(images/arrow.png) !important; /* For pre-releases of Internet Explorer  10*/
  background-image: url(images/arrow.png) !important; /* For old Opera (11.1 to 12.0) */
  background-image: url(images/arrow.png) !important; /* Standard syntax; must be last */
  background-position: right 10px center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0 !important;
  color: #555;
  font-size: 15px;
  margin: 0;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.filter_container input[type="submit"] {
  padding: 6px 10px;
  text-transform: uppercase;
  border: 0 !important;
  background: rgba(0, 0, 0, .1);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.filter_container .sf-field-submit {
  position: relative;
  top: 0px;
}
.filter_container label {
    color: #fff;
}
.searchandfilter li[data-sf-field-input-type=checkbox] label {
    padding-left: 8px !important;
    padding-right: 15px;
    position: inline-block;
    vertical-align: middle;
    font-size: 18px !important;
    line-height: 22px !important;
}
.sf-input-checkbox {
    -webkit-appearance: none !important;
	background-color: #c88812;
	border: 2px solid #fff;
	padding: 5px;
	border-radius: 0;
	display: inline-block;
	position: relative;
    vertical-align: middle;
}
.sf-input-checkbox:active, .sf-input-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.sf-input-checkbox:checked {
	background-color: #fff;
	border: 2px solid #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #fff;
}
.no_staff {
    padding: 60px 0 50px;
    text-align: center;
    width: 100%;
}
.no_staff p {
    font-size: 22px;  
}
.mobile_filter {
    display: none;
    background: #b57715;
    text-align: center;
    width: 100%;
}
.mobile_filter a {
    color: #fff !important;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    
    .filter_container.filter_staff {
        text-align: left !important;
        box-sizing: border-box;
        padding-left: 42px;
    }
    .filter_container.filter_staff .sf-input-checkbox {
        width: 15px;
    }
    .filter_container.filter_staff .searchandfilter li[data-sf-field-input-type="checkbox"] label {
        width: 250px;
        display: inline-block !important;
    }
  
}

@media only screen and (min-width: 768px) and (max-width:979px) {

    .filter_container.filter_staff {
        text-align: center !important;
        box-sizing: border-box;
        padding-left: 40px;
    }
    
    .filter_container.filter_staff .searchandfilter ul li {
        display: inline-block;
        margin: 0 10px;
        padding: 5px 0 !important;
      }
    
     .filter_container.filter_staff .searchandfilter li[data-sf-field-input-type="checkbox"] label {
        width: auto !important;
        display: inline-block !important;
         vertical-align:top;
    }
    .sf-input-checkbox {
        vertical-align: top;
    }

    .sf-field-submit {
        display: block !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 979px) {
    .mobile_filter {
        display: block;
    }
    .filter_container.filter_staff span {
        display: none;
    }
    .filter_container.filter_staff {
        display: none;
    }
    .filter_container.filter_staff.open {
        display: block;
    }
  .filter_container {
    padding: 18px 10px;
    box-sizing: border-box;
    background: #c88812;
    text-align: center;
  }
      .filter_container.filter_staff ul li {
        margin: 0 !important;
        padding: 0 !important
    }
    .filter_container.filter_staff ul li ul li {
        margin: 0 0 5px !important;
        padding: 0 !important
    }
  .filter_container form {
    display: block;
  }
  .filter_container span {
    color: #fff;
    margin-right: 5px;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
  }
  .filter_container a {
    color: #fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 14px;
    font-weight: normal !important;
    text-transform: uppercase;
  }
  .searchandfilter ul li {
    display: block;
    margin: 0 10px;
    padding: 5px 0 !important;
  }
  .filter_container select {
    display: block !important;
    width: 100% !important;
  }
  .searchandfilter label {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.pagination {
  display: block;
  width: 100%;
  text-align: center;
}
.pagination a {
    display: inline-block !important;
}
.event_tile_wrapper img {
  display: block;
  margin-bottom: 0 !important;
  width: 100%;
}
.event_tile {
  box-sizing: border-box;
  padding: 40px 50px 40px 40px;
  margin-bottom: 30px;
}
.event_tile#teal_bkg {
  background: #00546D;
}
.event_tile#teal_bkg h4 {
  color: #fff;
  font-size: 32px !important;
  line-height: 38px !important;
  font-weight: bold;
}
.event_tile#teal_bkg p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.event_tile#teal_bkg a {
  background-color: #fff;
  color: #00546D;
  font-weight: bold !important;
  display: inline-block;
  padding: 8px 16px;
}
.event_tile#teal_bkg a:hover {
  background-color: #c88812;
}
.event_tile#gold_bkg {
  background: #c88812;
}
.event_tile#gold_bkg h4 {
  color: #202020;
  font-size: 32px !important;
  line-height: 38px !important;
  font-weight: bold;
}
.event_tile#gold_bkg p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.event_tile#gold_bkg a {
  background-color: #fff;
  color: #c88812;
  font-weight: bold !important;
  display: inline-block;
  padding: 8px 16px;
}
.event_tile#gold_bkg a:hover {
  background-color: #f1f1f1;
}
.event_tile#gray_bkg {
  background: #ededed;
}
.event_tile#gray_bkg h4 {
  color: #00546D;
  font-size: 32px !important;
  line-height: 38px !important;
  font-weight: bold;
}
.event_tile#gray_bkg p {
  color: #202020;
  font-size: 18px;
  line-height: 26px;
}
.event_tile#gray_bkg a {
  background-color: #c88812;
  color: #fff;
  font-weight: bold !important;
  display: inline-block;
  padding: 8px 16px;
}
.event_tile#gray_bkg a:hover {
  background-color: #00546D;
}
.tags {
  border-top: 2px solid #ededed;
  margin-bottom: 40px;
  padding: 30px 0 0 0;
  text-align: right;
}
.tags p {
  font-size: 14px;
}
.with-sidebar .et_pb_column_2_3 img {
  margin-bottom: 40px;
}
.with-sidebar .et_pb_column_2_3 h4 {
  line-height: 28px !important;
}
.body-bq {
  width: 100%;
  border-top: 6px solid #c88812;
  margin-top: 15px;
}
.body-bq .quote-container {
  box-sizing: border-box;
  padding: 50px 50px 20px;
  background: #f2f2f2;
  margin-bottom: 30px;
}
.body-bq#teal_bkg {
  border-top: 6px solid #f2f2f2;
}
#teal_bkg .quote-container {
  box-sizing: border-box;
  padding: 50px 50px 20px;
  background: #00546d;
  margin-bottom: 30px;
}
.body-bq#teal_bkg .quote-container p {
  font-family: 'Overpass', sans-serif;
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  font-style: italic;
  padding-left: 20px;
  margin-top: -10px;
  position: relative;
}
.body-bq#teal_bkg .quote-container h5 {
  color: #fff;
}
.body-bq#teal_bkg .quote-container h6 {
  color: #fff;
}
.quote-image {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
#quote-quote {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}
.body-bq#gold_bkg {
  border-top: 6px solid #f2f2f2;
}
#gold_bkg .quote-container {
  box-sizing: border-box;
  padding: 50px 50px 20px;
  background: #c88812;
  margin-bottom: 30px;
}
.body-bq#gold_bkg .quote-container p {
  font-family: 'Overpass', sans-serif;
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  font-style: italic;
  padding-left: 20px;
  margin-top: -10px;
  position: relative;
}
.body-bq#gold_bkg .quote-container h5 {
  color: #fff;
}
.body-bq#gold_bkg .quote-container h6 {
  color: #fff;
}
.body-bq#green_bkg {
  border-top: 6px solid #f2f2f2;
}
#green_bkg .quote-container {
  box-sizing: border-box;
  padding: 50px 50px 20px;
  background: #84953d;
  margin-bottom: 30px;
}
.body-bq#green_bkg .quote-container p {
  font-family: 'Overpass', sans-serif;
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  font-style: italic;
  padding-left: 20px;
  margin-top: -10px;
  position: relative;
}
.body-bq#green_bkg .quote-container h5 {
  color: #fff;
}
.body-bq#green_bkg .quote-container h6 {
  color: #fff;
}
.body-bq .quote-container p {
  font-family: 'Overpass', sans-serif;
  font-size: 26px;
  line-height: 38px;
  color: #c88812;
  font-style: italic;
  padding-left: 20px;
  margin-top: -10px;
  position: relative;
}
.presidents_blog_tile {
  background: #ededed;
  margin-bottom: 30px;
}
.subhead_bar {
  background: #c88812;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 15px;
}
.subhead_bar p {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: 13px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  letter-spacing: .4px !important;
}
.presidents_blog_wrap {
  box-sizing: border-box;
  padding: 50px 50px 40px 50px;
}
.presidents_blog_wrap .et_pb_module_inner {
  line-height: 28px !important;
}
.presidents_blog_wrap img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.presidents_blog_tile h5 {
  font-weight: bold;
  font-size: 25px !important;
  line-height: 32px !important;
  color: #00546D;
}
.presidents_blog_tile p {
  font-size: 16px !important;
  line-height: 24px !important;
}
.blog_link span {
  font-size: 14px !important;
}
.blog_link {
  position: relative;
  top: -5px;
}
.blog_link a {
  line-height: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.presidents_blog_tile#teal_bkg {
  background: #00546d;
  margin-bottom: 30px;
}
#teal_bkg .subhead_bar {
  background: #ededed;
}
.presidents_blog_tile#teal_bkg h5 {
  color: #fff !important;
}
.presidents_blog_tile#teal_bkg p {
  color: #fff !important;
}
.presidents_blog_tile#teal_bkg span {
  color: #fff !important;
}
#teal_bkg .blog_link a {
  color: #fff !important;
}
#teal_bkg .subhead_bar p {
  color: #00546d !important;
}
.presidents_blog_tile#gold_bkg {
  background: #c88812;
  margin-bottom: 30px;
}
#gold_bkg .subhead_bar {
  background: #ededed;
}
.presidents_blog_tile#gold_bkg h5 {
  color: #fff !important;
}
.presidents_blog_tile#gold_bkg p {
  color: #fff !important;
}
.presidents_blog_tile#gold_bkg span {
  color: #fff !important;
}
#gold_bkg .blog_link a {
  color: #fff !important;
}
#gold_bkg .subhead_bar p {
  color: #c88812 !important;
}
.presidents_blog_tile#green_bkg {
  background: #84953d;
  margin-bottom: 30px;
}
#green_bkg .subhead_bar {
  background: #ededed;
}
.presidents_blog_tile#green_bkg h5 {
  color: #fff !important;
}
.presidents_blog_tile#green_bkg p {
  color: #fff !important;
}
.presidents_blog_tile#green_bkg span {
  color: #fff !important;
}
#green_bkg .blog_link a {
  color: #fff !important;
}
#green_bkg .subhead_bar p {
  color: #202020 !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .tags {
    border-top: 2px solid #ededed;
    margin-bottom: 40px;
    padding: 30px 23px 0;
    text-align: center;
    box-sizing: border-box;
  }
  .presidents_blog_wrap {
    box-sizing: border-box;
    padding: 20px 20px 30px 20px;
  }
  .presidents_blog_tile h5 {
    font-weight: bold;
    font-size: 20px !important;
    line-height: 23px !important;
    color: #00546D;
  }
  .blog_end_link a {
    font-size: 20px !important;
    line-height: 23px;
    padding: 15px 60px 15px 15px;
  }
  .small-header.posts h2 {
    margin: 0 6px;
  }
}
.quote-container h5 {
  text-align: right;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.quote-container h6 {
  text-align: right;
}
.addthis_inline_share_toolbox {
  margin-bottom: 30px;
}
.recent_blog {
  padding: 15px 3%;
  margin-bottom: 60px;
}
.featured_home_wrapper {
  box-sizing: border-box;
  padding: 0 23px;
}
.featured_home_wrapper h2 {
  font-size: 32px !important;
  line-height: 32px;
  padding-bottom: 15px;
  margin-bottom: 40px !important;
  border-bottom: 1px solid #9cab4b;
  font-weight: bold;
  color: #00546D;
}
.featured_post_img {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  box-sizing: border-box;
  padding: 0 60px 0 0;
}
.featured_post_img img {
  width: 100%;
}
.featured_post_info {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
.featured_home_wrapper h3 {
  font-size: 28px !important;
  font-weight: bold;
  line-height: 34px !important;
}
.featured_home_wrapper a p {
  color: #202020 !important;
  font-weight: normal  !important;
}
.featured_home_wrapper a span {
    color: #c88812;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.featured_post_info a {}
.featured_post_info a:hover {}
@media only screen and (min-width: 960px) and (max-width: 1220px) {
  .featured_post_img {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    box-sizing: border-box;
    padding: 0 60px 0 0;
  }
  .featured_post_img img {
    width: 100%;
  }
  .featured_post_info {
    display: inline-block;
    vertical-align: top;
    width: 60%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 979px) {
  .featured_post_img {
    display: block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 0;
  }
  .featured_post_img img {
    width: 100%;
  }
  .featured_post_info {
    display: block;
    vertical-align: top;
    width: 100%;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 979px) {
  .mobile-nav-item {
    display: block !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 2300px) {
  .mobile-nav-item {
    display: none !important;
  }
}
.photo_credit {
  text-align: left;
  padding: 10px 0 0 0;
}
.photo_credit p {
  font-size: 13px !important;
  line-height: 20px !important;
}
p.featured_meta {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  color: #fff;
}
p.featured_meta a {
  color: #fff !important;
}
@media only screen and (min-width: 320px) and (max-width: 979px) {
  p.featured_meta {
    font-size: 13px !important;
    margin-bottom: 5px !important;
  }
}
.arlink {
  width: 49.5% !important;
  display: inline-block !important;
  background: #00708d;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
}
.arlink:first-child {
  margin: 0 .5% 0 0;
}
.arlink:last-child {
  margin: 0 0 0 .5%;
}
a.arlink { color: #fff !important; }
a.arlink:hover {
  background-color: #c88812 !important;
  color: #fff !important;
}
.no-margin img {
  margin-bottom: 5px !important;
}
@media only screen and (min-width: 320px) and (max-width: 979px) {
  .arlink {
    width: 100% !important;
    display: block !important;
    background: #00708d;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
    
    .arlink:last-child {
        margin: 5px 0 0 0 !important;
    }
}
.blog_end_link {
  margin: 0;
  background: #c88812 !important;
  color: #fff !important;
  display: block;
  margin-bottom: 10px;
}
.blog_end_link:hover {
  background: #00546D;
}
.blog_end_link a {
  font-size: 22px !important;
  font-weight: bold !important;
  position: relative;
  color: #fff;
  display: block;
  padding: 15px 60px 15px 15px;
  background: transparent;
}
.blog_end_link a:hover {
  background: #00546D;
}
.blog_end_link:before {
  content: url(images/right-arrow-link.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  z-index: 9999;
  top: 17px;
}
.article_related {
  box-sizing: border-box;
  margin: 0 auto !important;
  max-width: 1400px;
}
.article_related.evergreen {
  padding-top: 50px;
}
.article_related .article_tile.feeds {
  display: inline-block;
  width: 32%;
}
.article_related .article_tile {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.article_related .article_tile {
  margin: 0 1.5%;
}
.article_related .article_tile:first-child {
  margin: 0 0;
}
.article_related .article_tile:last-child {
  margin: 0 0;
}
.article_related h3 {
  color: #00546D;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 979px) {
  .article_related .article_tile {
    margin: 0 0;
  }
  .article_related .article_tile.feeds {
    
    width: 100%;
  }
  .article_related {
    padding: 0 20px;
  }
}
.our_region {
  background-size: cover !important;
  background-position: 50% 50% !important;
  position: relative;
  overflow: hidden;
  padding: 70px 0 70px;
}
.region_content {
  position: relative;
  text-align: center;
  z-index: 8888;
  box-sizing: border-box;
  padding: 0 70px;
}
.region_content h3 {
  color: #fff;
  font-weight: normal;
  font-size: 42px !important;
}
.region_content p {
  font-size: 16px !important;
  line-height: 20px !important;
  color: #fff;
}
.region_content img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.region_key {
  position: absolute;
  bottom: 30px;
  left: 40px;
  padding: 12px 20px;
  color: #006f8e;
  font-size: 16px;
  background: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 979px) {
  .our_region {
    padding: 70px 0 0;
    margin-bottom: 0 !important;
  }
  .region_content {
    position: relative;
    text-align: center;
    z-index: 8888;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .region_content h3 {
    color: #fff;
    font-weight: normal;
    font-size: 32px !important;
  }
  .region_content img {
    display: block;
    width: 100%;
    margin: 0 auto 70px !important;
  }
  .region_key {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 12px 20px;
    color: #00546d;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .region_content {
    position: relative;
    text-align: center;
    z-index: 8888;
    box-sizing: border-box;
    padding: 0 80px;
  }
   .region_content img {
    display: block;
    width: 60%;
    margin: 0 auto 70px !important;
  } 
}
.sidebar-bq {
  width: 100%;
  border-top: 10px solid #c88812;
}
.sidebar-bq .bq-container {
  box-sizing: border-box;
  padding: 40px 30px 30px;
  background: #f2f2f2;
  margin-bottom: 30px;
}
.sidebar-bq-image {
  border-top: 10px solid #c88812;
  width: 100%;
}
.sidebar-bq-image img {
  width: 100%;
  display: block;
  margin: 0;
}
.sidebar-bq-image .bq-container {
  box-sizing: border-box;
  padding: 30px 30px 40px;
  background: #f2f2f2;
  margin-bottom: 30px;
}
.bq-container h4 {
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-weight: bold !important;
}
.bq-container p.person-title {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
}
.bq-container p.quote {
  font-family: 'Overpass', sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #c88812;
  font-style: italic;
  padding-left: 0;
  margin-top: -10px;
  position: relative;
}
.sidebar-bq#teal_bkg {
  width: 100%;
  border-top: 6px solid #ededed;
}
.sidebar-bq#teal_bkg .bq-container {
  box-sizing: border-box;
  padding: 40px 30px 30px;
  background: #00546d;
  margin-bottom: 30px;
}
.sidebar-bq-image#teal_bkg .bq-container {
  box-sizing: border-box;
  padding: 40px 30px 30px;
  background: #00546d;
  margin-bottom: 30px;
}
#teal_bkg .bq-container h4 {
  color: #fff;
}
#teal_bkg .bq-container p.person-title {
  color: #fff;
}
#teal_bkg .bq-container p.quote {
  color: #fff;
}
.sidebar-bq#gold_bkg {
  width: 100%;
  border-top: 6px solid #ededed;
}
.sidebar-bq#gold_bkg .bq-container {
  box-sizing: border-box;
  padding: 40px 30px 30px;
  background: #c88812;
  margin-bottom: 30px;
}
.sidebar-bq-image#gold_bkg .bq-container {
  box-sizing: border-box;
  padding: 40px 30px 30px;
  background: #c88812;
  margin-bottom: 30px;
}
#gold_bkg .bq-container h4 {
  color: #fff;
}
#gold_bkg .bq-container p.person-title {
  color: #fff;
}
#gold_bkg .bq-container p.quote {
  color: #fff;
}
.sidebar-bq#green_bkg {
  width: 100%;
  border-top: 6px solid #ededed;
}
.sidebar-bq#green_bkg .bq-container {
  box-sizing: border-box;
  padding: 40px 30px 30px;
  background: #84953d;
  margin-bottom: 30px;
}
.sidebar-bq-image#green_bkg .bq-container {
  box-sizing: border-box;
  padding: 40px 30px 30px;
  background: #84953d;
  margin-bottom: 30px;
}
#green_bkg .bq-container h4 {
  color: #fff;
}
#green_bkg .bq-container p.person-title {
  color: #fff;
}
#green_bkg .bq-container p.quote {
  color: #fff;
}
.thin_signup {
  background: #00546d;
  padding: 30px 0;
  position: relative;
  width: 100%;
}
.signup_container {
  max-width: 1400px;
  margin: 0 auto !important;
}
.signup_container ul {
  margin: 0 !important;
  padding: 0 !important;
}
.signup_container ul li {
  display: inline-block;
  vertical-align: top;
}
.signup_container ul li.headline {
  width: 20%;
}
.signup_container ul li.form {
  width: 80%;
}
.signup_container .gform_wrapper {
  margin: 0 !important;
}
.signup_container .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
.signup_container .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}
.signup_container .gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}
.signup_container input[type="text"] {
  width: 500px !important;
  border: 0 !important;
  padding: 15px !important;
}
.signup_container input[type="submit"] {
  background: #c88812;
  padding: 15px !important;
  border: 0 !important;
  color: #fff;
}
.signup_container input[type="submit"]:hover {
  background: #b77915;
}
.thin_signup p {
  font-size: 28px !important;
  line-height: 30px !important;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.list_of_links {
  display: block;
  margin-bottom: 30px;
}
.list_wrapper {
  box-sizing: border-box;
  padding: 40px;
  background: #ededed;
}
.list_wrapper h4 {
  color: #00546d;
  font-weight: bold;
}
.list_wrapper ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}
.list_wrapper ul li {}
.list_wrapper ul li a {
  font-weight: bold;
  color: #c88812;
}
.list_wrapper ul li a:hover {
  color: #00546d;
}
.board_feed {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 30px 40px;
}
.board_feed ul {
  margin: 0 !important;
  padding: 0 !important;
}
.board_feed ul li {
  border-top: 5px solid #c88812;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 30px 40px 0;
  padding: 20px 0 0 0 !important;
  vertical-align: top;
  width: 31%;
}
.board_feed ul li h3 {
  font-size: 22px !important;
  line-height: 26px !important;
  margin-bottom: 0 !important;
  font-weight: bold;
  padding: 0 !important;
}
.board_feed ul li p {
  margin-bottom: 10px;
  padding-bottom: 0 !important;
}

.et_pb_video_0 {
    padding-left: 0 !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .board_feed {
    padding: 0 0 0 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 979px) {
  .board_feed ul li {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .board_feed ul li {
    display: inline-block;
    width: 45%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1666px) {
  .board_feed ul li {
    display: inline-block;
    width: 30%;
  }
  .et_pb_video_0 {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
    
}
/* .bq-container p.quote:before {

    content: url(images/quote-mark.png);

    display: block;

    top: 0;

    left: -5px;

    position: absolute;

} */
/* #00546D 





.accordion {
  margin: 3em auto;
  max-width: 30em;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

.title,
.content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}

.title {
  background: #fff;
  padding: 1em;
  display: block;
  color: $font-color;
  font-weight: bold;
}
.title:after, .title:before {
  content: '';
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: $font-color;
  transition: all 0.2s;
}
.title:after {
  transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
}

.toggle:checked {
  & + .title,
  & + .title + .content {
    box-shadow: 3px 3px 6px #ddd, -3px 3px 6px #ddd;
  }
  & + .title + .content {
    max-height: 500px;
  }
  & + .title:before {
    transform: rotate(90deg) !important;
  }
}

*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 84, 109); /* Fallback color */
  background-color: rgba(0, 84, 109, 0.9); /* Black w/ opacity */
}
.modal-content {
  background-color: #ededed;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  padding: 70px 80px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
  display: none;
  box-sizing: border-box;
  z-index: 9999 !important;
  overflow: auto;
}
.modal-content h3 {
  color: #00546d;
  font-weight: bold;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
}
.modal-content p {
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  top: -40px;
  right: -40px;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
a.myBtn {
  cursor: pointer;
}
.related_header {
  font-weight: bold;
  color: #00546d;
  margin-left: 25px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .related_header {
      font-weight: bold;
      color: #00546d;
      margin-left: 15px;
    }  
}
.modal-content .gform_wrapper .gform_footer {
  padding: 0 !important;
}
.modal-content .gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}
.modal-content .gform_wrapper .gfield_checkbox li {
  line-height: 0 !important;
}
.modal-content input[type="text"] {
  border: 0 !important;
  padding: 15px !important;
  font-size: 15px !important;
}
.modal-content .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  background: #00546d;
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border: 0 !important;
  padding: 12px 18px !important;
  font-size: 15px !important;
  cursor: pointer;
}



@media only screen and (min-width: 320px) and (max-width: 909px) {
    .modal-content {
        background-color: #ededed;
        position: absolute;
        top: 0%;
        bottom: auto;
        left: 0;
        right: 0;
        margin: auto;
        padding: 50px 20px;
        border: 1px solid #888;
        width: 100%;
        display: none;
        box-sizing: border-box !important;
        z-index: 9999 !important;
        overflow: visible;

    }
    
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        position: relative;
        top: 0px;
        right: 0px;
    }
}



.eg_highlight {
  background-size: cover;
  position: relative;
  padding: 0;
  width: 100%;
  overflow: hidden;
  background-attachment: fixed !important;
}
.overlay_teal {
  background: rgba(0, 84, 109, .8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.eg_highlight--content {
  position: relative;
  z-index: 888;
  width: 70%;
  margin: 80px 15% !important;
}
.eg_highlight--content h6 {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .4px !important;
  font-size: 14px !important;
  margin-bottom: 0 !important;
}
.eg_highlight--content h4 {
  color: #fff;
  font-size: 40px !important;
  font-weight: bold;
  line-height: 46px !important;
}
.eg_highlight--content p {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}
.eg_highlight--content p:last-child {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.eg_cta {
  background-size: cover;
  position: relative;
  padding: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.overlay_orange {
  background: rgba(200, 136, 18, .8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.eg_cta--content {
  position: relative;
  z-index: 888;
  width: 70%;
  margin: 80px 15% !important;
}
.eg_cta--content h4 {
  color: #fff;
  font-size: 34px !important;
  font-weight: bold;
  line-height: 42px !important;
}
.eg_cta--content p {
  color: #fff;
}
.eg_cta--content a {
  display: inline-block;
  padding: 12px 22px;
  background: #fff;
  color: #c88812;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.eg_cta--content a:hover {
  background: #c88812;
  color: #fff;
}
.eg_quote {
  background-size: cover;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-position: top center;
}
.overlay_green {
  background: rgba(156, 171, 75, .8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.eg_quote--container {
  position: relative;
  z-index: 888;
  width: 50%;
  margin: 110px 25% !important;
}
.eg_quote--container h3 {
  color: #fff;
}
.eg_quote--container p {
  color: #fff;
  text-align: right;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-weight: bold;
}
.eg_form_cta_wrapper {
  width: 100%;
  background: #00546d;
  box-sizing: border-box;
  padding: 30px 3%;
  text-align: center;
}
.eg_form_cta_left {
  display: inline-block;
  zoom: 1;
  margin-right: 20px;
}
.eg_form_cta_left h5 {
  color: #fff;
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
}
.eg_form_cta_right {
  display: inline-block;
}
.eg_form_cta_right a {
  background: #c88812;
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0 !important;
  display: inline-block;
  padding: 10px 18px;
}
.eg_form_cta_right a:hover {
  background: #fff;
  color: #c88812;
}
.eg_form_cta.orange_bkg .eg_form_cta_wrapper {
  background: #c88812 !important;
}
.eg_form_cta.orange_bkg .eg_form_cta_wrapper .eg_form_cta_right a {
  background: #00546d !important;
}
.eg_form_cta.orange_bkg .eg_form_cta_wrapper .eg_form_cta_right a:hover {
  background: #fff;
  color: #c88812;
}
#top-menu li.current-menu-item a {
  color: #fff !important;
  border-bottom: 3px solid #fff;
}
#top-menu li.current-menu-ancestor > a {
  color: #fff !important;
  border-bottom: 3px solid #fff;
}
.eg_content {
  width: 100%;
  box-sizing: border-box;
  padding: 70px 0;
}
.eg_content.sa_tiles {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 20px 0;
}
.border {
  border-bottom: 1px solid #d3d3d3;
}
.border_top {
  border-top: 1px solid #d3d3d3;
}
.eg_thirds_content {
  max-width: 1400px;
  margin: 0 auto !important;
  width: 80%;
}
.eg_thirds_content.gray {
  max-width: 1400px;
  margin: 0 auto !important;
  width: 90%;
  background: #ededed;
  position: relative;
  z-index: 8888;
  box-sizing: border-box;
  padding: 5%;
}
.eg_content--headline {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  box-sizing: border-box;
  padding-right: 50px;
}
.eg_content--headline h3 {
  color: #00546d;
  margin-bottom: 15px;
  padding-bottom: 0 !important;
  font-weight: bold;
  font-size: 32px !important;
  line-height: 40px !important;
}
.eg_content--headline p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.eg_content--accordion {
  display: inline-block;
  vertical-align: top;
  width: 66.6%;
  box-sizing: border-box;
  padding-left: 50px;
}
.eg_content--accordion h5 {
  font-family: 'Barlow Semi Condensed', sans-serf;
  font-weight: bold;
  color: #00546d;
  text-transform: uppercase;
  font-size: 18px !important;
  border-bottom: 4px solid #c6c6c6;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.eg_content--content {
  display: inline-block;
  vertical-align: top;
  width: 66.6%;
  box-sizing: border-box;
  padding-left: 50px;
}
.eg_content--accordion ul li {
  line-height: 32px !important;
}
.eg_content--content img {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.eg_content--content p:last-child {
  padding-bottom: 0 !important;
}
.eg_2third--content {
  display: inline-block;
  vertical-align: top;
  width: 66.6%;
  box-sizing: border-box;
  padding-right: 50px;
}
.eg_2third--content h3 {
  color: #00546d;
  font-weight: bold;
}
.eg_1third--image {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  box-sizing: border-box;
  padding-left: 50px;
}
.eg_1third--image img {
  width: 100%;
  display: block;
}
.eg_content--tiles {
  display: inline-block;
  vertical-align: top;
  width: 66.6%;
  box-sizing: border-box;
  padding-left: 50px;
}
.eg_content--tiles ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}
.eg_content--tiles ul li {}
.eg_content--tiles .et_pb_dp_dmb_module_34018_item {
  display: inline-block;
  vertical-align: top;
  border-top: 7px solid #9cab4b;
  width: 47% !important;
  box-sizing: border-box;
  padding: 30px 20px 40px 0;
  margin-right: 6%;
}
.eg_content--tiles .et_pb_dp_dmb_module_34018_item:nth-child(even) {
  margin-right: 0 !important;
}
.eg_content--tiles a {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.eg_content--tiles h5 {
  color: #9cab4b;
  font-weight: bold;
  font-size: 28px !important;
}
.accord {
  margin-top: -20px;
}
.accord.sidebared {
    box-sizing: border-box;
    padding-left: 40px;
}
.accord .toggle {
  display: none;
}
.accord .option {
  position: relative;
  margin-bottom: 0;
}
.accord .title, .accord .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.accord .content sup {
  font-size: 11px !important;
}
sup {
  font-size: 11px !important;
}
.accord .title {
  padding: 25px 40px 25px 0;
  display: block;
  color: #c88812;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  border-bottom: 1px solid #c6c6c6;
  cursor: pointer;
}
.accord .title:after, .accord .title:before {
  content: '';
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 4px;
  height: 0.75em;
  background-color: #c88812;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.accord .title:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accord .content {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
}
.accord .content p {
  margin: 30px 0 0 0;
  padding-bottom: 0 !important;
}
.accord .content ul {
  margin-top: 20px;
}
.accord .content p:last-child {
  margin-bottom: 30px !important;
}
.accord .toggle:checked + .accord .title, .accord .toggle:checked + .accord .title + .accord .content {}
.accord .toggle:checked + .title + .content {
  max-height: 14000px;
}
.toggle:checked + .title:before {
  -webkit-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}
.eg_content.acc_solo {
  padding-top: 0 !important;
  margin-top: -45px !important;
}
.eg_centered-intro {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0 60px;
}
.eg_centered-intro-wrapper {
  margin: 0 auto !important;
  width: 60%;
}
.eg_centered-intro-wrapper h6 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: .4px;
}
.eg_centered-intro-wrapper h4 {
  font-size: 36px !important;
  line-height: 40px !important;
  font-weight: bold;
  color: #00546d;
}
.eg_centered-intro-wrapper h5 {
  font-size: 24px !important;
  line-height: 32px !important;
}
.eg_centered-intro-wrapper p:last-child {
  margin-bottom: 0 !important;
}
.eg_centered-2cols {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0px;
}
.eg_centered-2cols_content {
  max-width: 1400px;
  margin: 0 auto !important;
  width: 80%;
  padding-bottom: 120px;
  background: url(images/module-footer-dashes.jpg) no-repeat bottom center;
}
.eg_centered-2cols_content > div {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin: 0 2%;
}
.eg_centered-3cols {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 0;
}
.eg_centered-3cols_content {
  max-width: 1400px;
  margin: 0 auto !important;
  width: 80%;
  padding-bottom: 120px;
  background: url(images/module-footer-dashes.jpg) no-repeat bottom center;
}
.eg_centered-3cols_content > div {
  display: inline-block;
  vertical-align: top;
  width: 31.3%;
  margin: 0 1%;
}
.eg_centered-3cols_content img {
  display: block;
  width: 100%;
  margin: 0 !important;
}
.eg_centered-3cols_content .eg-cols--content {
  box-sizing: border-box;
  padding: 30px 15px 0 0;
}
.eg_centered-3cols_content .eg-cols--content h5 {
  margin-bottom: 0px;
}
.eg-cols--content {
  border-top: 5px solid #9cab4b;
  padding: 40px 0;
}
.eg-cols--content h5 {
  font-size: 26px !important;
  font-weight: bold !important;
  color: #9cab4b !important;
  margin-bottom: 15px;
}
.eg_content--highlight {
  background-size: cover;
}
.eg_content--highlight .eg_thirds_content {
  padding: 70px 0;
  position: relative;
  z-index: 8888;
}
.eg_content--highlight .eg_thirds_content h3 {
  color: #fff;
}
.eg_content--highlight .eg_thirds_content p {
  color: #fff;
}
.eg_thirds_content .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}
.eg_thirds_content .gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}
.eg_thirds_content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  font-family: inherit;
  padding: 15px;
  letter-spacing: normal;
}
.eg_thirds_content .gform_wrapper .gform_footer {
  padding: 16px 0 10px;
  margin: 0 0 0;
  clear: both;
  width: 100%;
}
.eg_thirds_content .modal-content .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  background: #c88812;
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border: 0 !important;
  padding: 12px 18px !important;
  font-size: 18px !important;
  cursor: pointer;
  float: right;
}
.eg_centered-2cols.related-content {
  width: 100%;
  box-sizing: border-box;
  padding: 70px 0 70px;
}
.eg_related_intro {
  box-sizing: border-box;
  padding: 0 200px 50px;
}
.eg_related_intro p {
  padding: 0 0 10px !important;
  margin-bottom: 0 !important;
}
.eg_related_intro h1 {
  padding: 0 0 10px !important;
  margin-bottom: 0 !important;
}
.eg_related_intro h2 {
  padding: 0 0 10px !important;
  margin-bottom: 0 !important;
}
.eg_related_intro h3 {
  padding: 0 0 10px !important;
  margin-bottom: 0 !important;
}
.eg_related_intro h4 {
  padding: 0 0 10px !important;
  margin-bottom: 0 !important;
}
.eg_related_intro h5 {
  padding: 0 0 10px !important;
  margin-bottom: 0 !important;
}
.eg_related_intro h6 {
  padding: 0 0 10px !important;
  margin-bottom: 0 !important;
}
.eg_related_duo {
    box-sizing: border-box;
    padding: 0 3%;
}
.eg_related_duo .related_tile {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.eg_related_duo .related_tile img {
  display: block;
  margin: 0 !important;
}
.eg_related_duo .related_tile:first-child {
  margin-right: 1%;
}
.eg_related_duo .related_tile a {
  font-weight: bold;
  margin-bottom: 0;
  display: block;
  font-size: 17px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  line-height: 20px;
}
.eg_related_duo .related_tile h5 {
  font-size: 26px !important;
  line-height: 34px !important;
  font-weight: bold;
    text-transform: none !important;
}
.eg_related_duo .related_tile:last-child {
  margin-left: 1%;
}
.eg_centered-2cols .eg_thirds_content {
  width: 100% !important;
}
.related_tile_wrap {
  border-top: 9px solid #c88812;
  padding: 20px 0 0 0;
}
.image_offset {
  width: 100%;
  margin-bottom: -100px;
}
.image_offset img {
  display: block;
  margin: 0;
}


@media only screen and (min-width: 320px) and (max-width: 959px) {
    .eg_related_intro {
        box-sizing: border-box;
        padding: 0 50px 50px !important;
    }
}



a.bodycontent_btn {
  background: #c88812;
  color: #fff;
  display: inline-block;
  padding: 13px 18px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
a.bodycontent_btn:hover {
  background: #00546d;
}
.medium_cta {
  width: 100%;
  background-size: cover !important;
  position: relative;
}
.medium_cta .eg_thirds_content {
  padding: 90px 0;
  text-align: center;
  position: relative;
  z-index: 888;
}
.medium_cta .eg_thirds_content h5 {
  color: #fff !important;
  font-size: 26px !important;
  margin-bottom: 10px !important;
}
.medium_cta .eg_thirds_content p {
  color: #fff !important;
}
.medium_cta .eg_thirds_content a {
  background-color: #fff;
  color: #00546d;
  display: inline-block;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 18px;
  text-transform: uppercase;
}
.medium_cta .eg_thirds_content a:hover {
  background: #00546d;
  color: #fff;
}
.strategy_tile {}
.strategy_image {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
}
.strategy_image img {
  display: block;
  width: 100%;
  margin: 0;
}
.strategy_message {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 70px 100px 60px;
  width: 66.6%;
}
.strategy_message h6 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 15px !important;
  font-weight: bold;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.strategy_message h3 {
  font-weight: bold;
  font-size: 42px !important;
  line-height: 48px !important;
}
.strategy_message p {}
.blue_tile {
  border-top: 7px solid #2590c5;
}
.blue_tile h3 {
  color: #2590c5;
}
.orange_tile {
  border-top: 7px solid #c88812;
}
.orange_tile h3 {
  color: #c88812;
}
.green_tile {
  border-top: 7px solid #84953d;
}
.green_tile h3 {
  color: #84953d;
}
.teal_tile {
  border-top: 7px solid #00546d;
}
.teal_tile h3 {
  color: #00546d;
}
.qtip {
  font-size: 15px !important;
  line-height: 24px !important;
  max-width: 320px !important;
}
.map_container {
  width: 90% !important;
  margin: 0 5% 50px !important;
  border-top: 1px solid #d3d3d3;
  padding-top: 30px;
}
.map_offset h4 {
  font-weight: bold;
  color: #00546d;
  margin-bottom: 20px;
  font-size: 26px !important;
}
.map_offset p {
  font-size: 14px !important;
}
a.simple_link {
  font-family: 'Overpass', sans-serif;
  font-weight: normal;
  text-transform: none !important;
  color: #c88812;
}
a.simple_link:hover {
  color: #00546d;
}
.eg_flex_cta {
  background: #00546d;
  padding: 90px 0 60px 0 !important;
}
.eg_flex_cta h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 36px !important;
}
p.flex_intro {
  margin: 0 auto 10px;
  color: #fff;
  text-align: center;
}
.eg_flex_cta.four_cta .flex_cta_wrap > div {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin: 0 1.5%;
}
.flex_cta_wrap img {
  border-bottom: 4px solid #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  margin: 0 0 8px 0;
}
.flex_cta_wrap h5 {
  font-weight: bold;
  color: #fff;
}
.flex_cta_wrap p {
  font-size: 15px !important;
  line-height: 22px !important;
  color: #fff;
}
.flex_tile span {
  display: inline-block;
  background: #fff;
  color: #00546d;
  padding: 11px 18px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
.flex_tile:hover span {
  background: #00546d;
  color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
.cdfi_quotes {
  background: #c88812;
  min-height: 420px;
}
.cdfi_quotes .et_pb_slides {
  padding: 0 !important;
}
.cdfi_quotes h2.et_pb_slide_title {
  display: none;
}
.cdfi_quotes .et_pb_slide_content {
  width: 80% !important;
  margin: 0 auto !important;
}
.cdfi_quotes .et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.cdfi_quotes p {
  font-size: 25px !important;
  margin-bottom: 15px !important;
}
.cdfi_quotes h6 {
  font-size: 16px !important;
  line-height: 22px !important;
}
.cdfi_quotes .et_pb_slide_description {
  width: 70% !important;
}
.cdfi_quotes .et_pb_slide_image {
  width: 42% !important;
  top: 0 !important;
  margin-top: 50px !important;
}
.cdfi_quotes .et_pb_slide_image img {
  max-height: 250px !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}
.main-page-link a {
  font-size: 16px !important;
  color: #fff;
  font-weight: bold !important;
  padding-bottom: 0 !important;
  margin-bottom: 10px !important;
}
.mobile-sidebar_flow .blog_end_link {
  margin-left: 40px !important;
}
.grant_search {
  background: #ededed;
  padding: 60px 0;
}
.grant_search input[type="text"] {
  padding: 10px;
  border: 0 !important;
  font-size: 16px;
  margin: 5px 0 25px;
  width: 100%;
}
.grant_search table {
  width: 100% !important;
}
.grant_search_keywords {}
.keywords_left {
  display: block;
  vertical-align: top;
  width: 100%;
}
.search_form_tryp {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  box-sizing: border-box;
  padding: 0 15px 0 0;
}
.search_form_tryp.end {
  padding: 0 0 0 0 !important;
}
.chosen-container-multi {
  width: 100% !important;
}
.chosen-container-multi .chosen-choices {
  border: 0 !important;
  padding: 10px 10px 7px;
}
.gs_form_submit {
  margin-top: 15px;
  text-align: right;
}
.gs_form_submit input[type="submit"] {
  background: #00546d;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  border: 0 !important;
}
.gs_form_submit input[type="submit"]:hover{
cursor:pointer;
opacity:0.8;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
    .eg_flex_cta.four_cta .flex_cta_wrap > div {
      display: inline-block;
      vertical-align: top;
      width: 47%;
      margin: 0 1.5% 50px;
    }
    .cdfi_quotes .et_pb_slide_description {
        width: 60% !important;
    }
    
    .et_pb_slide_with_image .et_pb_slide_description {
        padding-right: 0 !important;
    }
    .et-pb-controllers {
        bottom: 0;
    }
    .eg_content--tiles .et_pb_dp_dmb_module_34018_item {
        width: 100% !important;
        display: block;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    p.flex_intro {
      text-align: left;
    }
  .image_offset {
    width: 100%;
    margin-bottom: 0;
  }
  .eg_content--tiles h5 {
    color: #9cab4b;
    font-weight: bold;
    font-size: 19px !important;
  }
  .eg_content--headline p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
  }
  .eg_thirds_content.gray {
    max-width: 1400px;
    margin: 0 auto !important;
    width: 100%;
    background:
      #ededed;
    position: relative;
    z-index: 8888;
    box-sizing: border-box;
    padding: 30px 23px;
  }
  .et_pb_dp_dmb_module_34263 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .eg_content.resp_nopad {
    padding: 0 !important;
  }
  .eg_centered-3cols_content > div {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 30px;
  }
  .eg-cols--content h5 {
    font-size: 19px !important;
    margin-bottom: 15px;
  }
  .medium_cta .eg_thirds_content h5 {
    font-size: 19px !important;
  }
  .strategy_image {
    display: block;
    vertical-align: top;
    width: 100%;
  }
  .strategy_message {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 20px 0 60px;
    width: 100%;
  }
  .strategy_message h3 {
    font-weight: bold;
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .strategy_message h6 {
    font-size: 15px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .eg_quote--container {
    position: relative;
    z-index: 888;
    width: 90%;
    margin: 40px 5% !important;
    box-sizing: border-box;
  }
  .eg_form_cta_wrapper {
    padding: 30px 0;
  }
  .eg_form_cta_right {
    padding: 0 23px;
  }
  .eg_content {
    padding: 40px 0;
  }
  .eg_highlight--content {
    width: 88%;
    margin: 40px 23px !important;
  }
  .eg_highlight--content p {
    font-size: 16px;
    line-height: 26px;
  }
  .eg_highlight--content h4 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .eg_cta--content h4 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  p.flex_intro {
    width: 100%;
    margin: 0 auto;
  }
  .eg_flex_cta h3 {
    text-align: left;
    font-weight: bold;
    font-size: 32px !important;
  }
  .mobile-sidebar_flow .blog_end_link {
    margin: 20px 0 !important;
  }
  .mobile-sidebar_flow {
    /* padding: 30px 0; */
  }
  .event_tile {
    box-sizing: border-box;
    padding: 20px 30px 20px 20px;
    margin-bottom: 30px;
  }
  .event_tile#gray_bkg h4 {
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: bold;
  }
  .series_tile {
    box-sizing: border-box;
    padding: 20px 30px 20px 20px;
    margin-bottom: 30px;
  }
  .series_tile h4 {
    line-height: 26px !important;
  }
}



@media only screen and (min-width: 320px) and (max-width: 767px) {
    .results-wrap {
        box-sizing: border-box;
        padding: 30px 0px;
        border-bottom: 1px solid #ccc;
    }
    .search-item {
        box-sizing: border-box;
        padding: 50px 0;
        border-bottom: 1px solid  #ccc;
    }
    .blog_end_link a {
    font-size: 22px !important;
    font-weight: bold !important;
    position: relative;
    color: #fff;
    display: block;
    padding: 15px 60px 15px 15px;
    background: transparent;
        display: block;
    }
    .no-pad-mar {
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-top: 20px;
    }
  .search_form_tryp {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin-bottom: 25px;
  }
  .eg_2third--content {
    display: block;
    width: 100%;
  }
  .eg_1third--image {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 50px;
  }
  .eg_content--headline {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .eg_content--content {
    display: block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
  }
  .et_pb_section {
    padding: 0 0 !important;
  }
  .eg_centered-intro-wrapper {
    margin: 0 auto !important;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .eg_centered-intro-wrapper h4 {
    font-size: 21px !important;
    line-height: 28px !important;
    font-weight: bold;
    color: #00546d;
  }
  .eg_centered-intro {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0 30px;
  }
  .eg_centered-intro-wrapper h5 {
    font-size: 19px !important;
    line-height: 23px !important;
  }
  .eg_centered-2cols_content > div {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 0 2%;
  }
  .eg_related_intro {
    box-sizing: border-box;
    padding: 0 30px 50px;
  }
  .eg_related_duo .related_tile {
    display: block;
    vertical-align: top;
    width: 100%;
  }
  .eg_related_duo .related_tile:first-child {
    margin-right: 0;
  }
  .eg_related_duo .related_tile:last-child {
    margin-left: 0;
  }
  .eg_related_duo .related_tile {
    display: block;
    vertical-align: top;
    width: 100%;
    padding: 0 23px;
  }
  .eg_related_duo .related_tile:first-child {
    margin-bottom: 50px;
  }
    
  .et_pb_section_1 {
    margin-top: 0 !important;
  }
  .eg_form_cta_left {
    display: block;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .eg_form_cta_left h5 {
    margin-bottom: 20px !important;
  }
  .eg_content--headline h3 {
    color: #00546d;
    margin-bottom: 15px;
    padding-bottom: 0 !important;
    font-weight: bold;
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .et_pb_slide {
    padding: 0 !important;
  }
  .cdfi_quotes .et_pb_slide_description {
    width: 100% !important;
  }
  .cdfi_quotes .et_pb_slide_content {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .et_pb_slide_with_image .et_pb_slide_description {
    padding-right: 0 !important;
  }
  .cdfi_quotes .et_pb_slide_content {
    width: 65% !important;
  }
  .cdfi_quotes p {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 15px !important;
  }
  .eg_content--accordion {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .accord .title {
    padding: 25px 50px 25px 0;
    display: block;
    color: #c88812;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px !important;
    border-bottom: 1px solid #c6c6c6;
    cursor: pointer;
  }

  .eg_flex_cta.four_cta .flex_cta_wrap > div {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 90px !important
  }
  .eg_flex_cta.four_cta .flex_cta_wrap > div:last-child {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 0 !important
  }
  .eg_content--tiles {
    display: block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
  }
  .eg_content--tiles .et_pb_dp_dmb_module_34018_item {
    display: block;
    vertical-align: top;
    border-top: 7px solid #9cab4b;
    width: 100% !important;
    box-sizing: border-box;
    padding: 30px 20px 40px 0;
    margin-right: 0;
  }
  .eg_content--tiles .et_pb_dp_dmb_module_34018_item {
    display: block;
    vertical-align: top;
    border-top: 7px solid #9cab4b;
    width: 100% !important;
    box-sizing: border-box;
    padding: 30px 20px 40px 0;
    margin-right: 0;
  }
  .post-title-meta {
    padding: 30px 23px 20px;
  }
  .article_tile {
    padding: 0 15px !important;
  }
  .et_pb_pagebuilder_layout.single-post #page-container .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 23px !important;
    margin: 20px auto 0 !important;
  }
    
}

    
    
    
    
    



 @media only screen and (min-width: 320px) and (max-width: 979px) {
    .eg_centered-intro-wrapper {
        width: 80% !important;
        padding: 0 0 !important;
    } 
    .main-body-content.sidebared {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 0;
    }
    .accord.sidebared {
    box-sizing: border-box;
    padding-left: 0;
}
}

.Zebra_Tooltip_Message {
    font-size: 14px !important;
    line-height: 20px !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  body {
    background: #fff;
    font: 16px/26px 'Overpass', sans-serif;
    font-weight: 400;
  }
  h1 {
    font-size: 38px !important;
    line-height: 40px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  h2 {
    font-size: 50px !important;
    line-height: 48px !important;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 26px !important;
    line-height: 30px !important;
    margin-bottom: 10px;
  }
  h4 {
    font-size: 21px !important;
    line-height: 28px !important;
    margin-bottom: 10px;
  }
  h5 {
    font-size: 19px !important;
    line-height: 23px !important;
    margin-bottom: 5px;
  }
  h6 {
    font-size: 18px !important;
    line-height: 34px !important;
    margin-bottom: 0;
  }
  ol li {
    line-height: 26px;
    margin-bottom: 10px;
  }
}

h5 a {
    color: #c88812 !important;
}

h5 a:hover {
    color: #00546d !important;
}



.no-left  .et_pb_column_2_3 {
    box-sizing: border-box;
    padding-right: 60px !important;
    padding-left: 0 !important;
}

.gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0 !important;
}

.no-left ul li {
    margin-bottom: 30px !important;
}

.no-left ul.gfield_radio li {
    margin-bottom: 0 !important;
}


@media only screen and (min-width: 1750px) {
    .small-header .et_pb_row {
        padding: 0 0 !important;
    }
}


@media only screen and (min-width: 1750px) {
    .medium-header .et_pb_row {
        padding: 0 0 !important;
    }
}


@media only screen and (min-width: 1750px) {
    .et_pb_section {
        padding: 0 0 !important;
    }
}


.small-content.tagged h1 a {
    color: #fff !important;
}

.footer_middle_lists {
    display: inline-block;
    width: 80%;
    vertical-align:top;
}
.footer_middle_phone {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    text-align: right;
}
.footer_middle_column {
    display: inline-block; 
    width: auto;
    vertical-align: top;
    margin-right: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer_middle_lists {
        display: none;
    }
    .footer_middle_phone {
        width: 100% !important;
        text-align: center;
    }
}

.et_mobile_menu .menu-item-has-children > a {
    font-size: 22px;
}

.et_mobile_menu li a {
    display: block;
    padding: 15px 20px;
    border-bottom: 0;
    color: #666 !important;
    font-size: 22px;
}

.site-header__search {
    -webkit-box-shadow: 0 0 5px rgba(33,33,33,0.2);
    box-shadow: 0 0 5px rgba(33,33,33,0.2);
    position: absolute;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
    visibility: hidden;
    z-index: -1;
}

.search-block {
    background: #00546d;
    color: #fff;
    padding: 10px 0 20px;
}

.site-header__search:target, .site-header__search.open {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    visibility: visible;
    z-index:9999;
}

input.search-block__field::placeholder {
    color: #fff !important;
}
input.search-block__field {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 22px !important;
    font-weight: 600;
    padding: 5px 0 10px;
    width: 600px;
    position: relative;
    top: -8px;
}

.btn-bordered.btn-reverse {
    color: #fff;
    background-color: rgba(0,0,0,0);
    border-color: #fff;
}


.search-block__btn {
    display: inline-block;
    margin: 20px 0 0 30px;
    width: 150px;
    box-sizing: border-box;
    padding: 9px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    border: 2px solid #fff;
}

.search-block__btn:hover {
    background: #c88812;
}

.site-header__search-close {
    background-color: transparent;
    color: #fff;
    display: block;
    font-size: 22px;
    height: 30px;
    line-height: 1;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 0;
    width: 30px;
    
}

.site-header__search-close img {
    width: 100%;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    .site-header__search {
        display: none;
    }
}

.member-back {
    text-align: center;
    margin-top: -20px;
}

.member-back a {
    background: #c88812;
    color: #fff;
    display: inline-block;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 20px;
    text-transform: uppercase;
}

.member-back a:hover {
    background: #00546d;
}

a.back-to-top {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0px;
    background-color: #fff;
    box-shadow: none;
    font-size: 20px;
    position: fixed;
    bottom: 20px;
    right: 1.5%;
    box-shadow: 5px 5px 24px -5px rgba(0,0,0,0.4);
        -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    z-index:5555;
}

a.back-to-top:hover {
        -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
}

@media only screen and (min-width: 320px) and (max-width: 959px) {
    a.back-to-top {
        display: none !important;
    }
     .main-content-wrapper {
        padding: 40px 0 40px 0 !important;
    }
}

.entry-content ul {
    padding: 0 0 0 1.2em;
    line-height: 26px;
    list-style-type: disc;
    /* margin-bottom: 23px; */
}


.ar-intros {
    width: 100%;
    padding: 60px 0;
}

.ar-intros_content {
    margin: 0 auto;
    width: 50%;
}

.ar_intro_teal {
    background-color: rgba(0, 84, 109, .8);
}

.ar_intro_teal strong {
    font-weight: 900 !important;
}

.ar_intro_teal h3 {
    color: #9cab4b;
    font-weight: bold !important;
    margin-bottom: 0 !important;
    font-size: 22px !important;
    text-transform: uppercase;
}

.ar_intro_teal p {
    color: #fff;
     font-size: 34px;
    line-height: 52px;
}

.ar_intro_teal p a {
    color: #fff;
     font-size: 18px;
    line-height: 38px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.ar_intro_teal p a:hover {
    text-decoration: none;
}

.ar_intro_orange {
    background: #c88812;
}

.ar_intro_orange strong {
    font-weight: 900 !important;
}

.ar_intro_orange h3 {
    color: #fff;   
    font-weight: bold !important;
    margin-bottom: 0 !important;
    font-size: 22px !important;
    text-transform: uppercase;
}

.ar_intro_orange p {
    color: #fff;
     font-size: 22px;
    line-height: 32px;
}

.ar_intro_green {
    background: #9cab4b;
}

.ar_intro_green strong {
    font-weight: 900 !important;
}

.ar_intro_green h3 {
    color: #00546d;
    font-weight: bold !important;
    margin-bottom: 0 !important;
    font-size: 22px !important;
    text-transform: uppercase;
}

.ar_intro_green p {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}

.ar_intro_green p a {
    color: #fff !important;
    text-decoration: underline !important;
}

.ar_intro_green p a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.ar_intro_green ul li {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}

.ar_intro_green .ar-intros_content {
    background: #9cab4b;
    margin: 0 auto;
    width: 70%;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    .ar-intros_content {
        margin: 0 auto;
        width: 80%;
    }
}

.ar-story {
    width: 100%;
    padding: 0 0 60px 0;
}

.ar-story-intro {
    margin: 0 auto !important;
    width: 56%;
    padding: 40px 0 0 0;
    text-align: center;
}

.ar-story-intro p {
    text-align: left;
}
.ar-story-intro h1 {
    font-size: 48px !important;
}

.ar-story-intro h6 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
}

.ar-story-intro h5 {
    font-size: 14px !important;
    line-height: 18px !important;
    font-style: italic;
    margin-bottom: 20px;
}

.ar-story-intro p {
    margin-bottom: 10px;
}

.ar-story-intro p:last-child {
    margin-bottom: 40px;
}

.ar-story-full {
    margin: 0 auto !important;
    width: 70%;
}

.ar-story-full blockquote img {
    width: 180px;
    display: inline-block;
    float: right;
    margin-left: 50px;
    margin-bottom: 50px;
}

.ar-story-full p {
    font-size: 20px !important;
    line-height: 36px !important;
    margin-bottom: 22px;
}
.ar-story-full blockquote {
    border-color: #c88812 !important;
    border-left: 0 !important;
    border-top: 10px solid;
    background: #ededed;
    box-sizing: border-box;
    padding: 40px 50px 40px 60px;
    font-style: italic;
}
.ar-story-full blockquote p {
     font-size: 22px !important;
    line-height: 32px !important;
    color: #c88812;
}
.ar-story-full blockquote h5 {
    text-align: left !important;
    font-weight: bold;
    font-size: 15px !important;
    font-style: normal !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.ar-story-full blockquote h6 {
    text-align: left !important;
    font-style: normal !important;
    font-size: 13px !important;
    line-height: 22px !important;
}

.ar-story-full hr {
    border-color: #C88812 !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 !important;
    margin: 30px 0 0 0 !important;
}
.ar-story-full .content {
    padding-top: 50px;
    width: 90%;
    margin: 0 auto;
}

.ar-story-full img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.ar-story-full img.image-credit-float {
    width: 160px !important;
    display: inline !important;
    margin-bottom: 10px;
}

.ar-story-full h5 {
    padding-bottom: 0 !important;
    margin-top: 40px;
    margin-bottom: 0 !important;
}
.ar-story-full .accord .title {
    padding: 25px 50px 25px 25px;
    display: inline-block !important;
    background: #c88812;
    color: #fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    border-bottom: 0;
    cursor: pointer;
    margin: 0 auto !important;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.ar-story-full .accord .title:before {
    background-color: #fff;
    top: 1.35em;
}

.ar-story-full .accord .title:after {
    background-color: #fff;
    top: 1.35em;
}

.ar-staff {
    background: #ededed;
    padding: 60px 0 0 0;
    width: 100%;
}

.ar-staff_intro {
    margin: 0 auto !important;
    width: 80%;
    text-align: center;
    padding: 0 0 40px;
}

.ar-staff_intro h3 {
    font-size: 40px !important;
    line-height: 52px !important;
    font-weight: bold;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.ar-staff_intro h6 {
    font-size: 22px;
    font-weight: bold;
}


.ar-staff_lists {
    background: #ededed;
    padding: 0 0 60px;
    width: 100%;
}

.ar-staff_lists-content {
    margin: 0 auto;
    width: 80%;
}

.ar-staff_lists-content h5 {
    font-weight: bold;
    font-size: 28px !important;
    border-bottom: 1px solid #202020;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.ar-staff_lists-content .dp_dmb_repeat_item {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    padding: 0 30px 0 0;
    margin: 0 0 30px 0;
    list-style-type: none;
    vertical-align: top;
}

.ar-staff_lists-content h4 {
    font-size: 20px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
        line-height: 24px !important;
}

.ar-staff_lists-content h4 a {
    font-size: 20px !important;
}

.ar-staff_lists-content p {
    font-size: 17px;
    line-height: 24px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .ar-staff_lists-content .dp_dmb_repeat_item {
        display: inline-block;
        width: 50%;
        box-sizing: border-box;
        padding: 0 30px 0 0;
        margin: 0 0 30px 0;
        list-style-type: none;
        vertical-align: top;
    }
    
    .ar-story-full {
        width: 90%;
    }
    
    .ar-story-full blockquote img {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
    
    .ar-story-full blockquote {
        border-color: #c88812 !important;
        border-left: 0 !important;
        border-top: 10px solid;
        background: #ededed;
        box-sizing: border-box;
        padding: 20px 40px 40px 40px;
        font-style: italic;
    }
    
    
    .ar-story-full blockquote h6 {
        text-align: left;
    }
    
    .ar-story-full blockquote h5 {
        text-align: left;
    }
}

.ar-financials {
    width: 100%;
    padding: 60px 0;
}

.ar-financials-content {
    margin: 0 auto !important;
    width: 80%;
    text-align: center;
}

.ar-financials-content h3 {
    font-size: 40px !important;
    line-height: 52px !important;
    font-weight: bold;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.ar-financials-content h6 {
    font-size: 22px;
    font-weight: bold;
}

.ar-financials-content p {
    margin-bottom: 30px;
}

.ar-financials-content ul {
     margin: 0 0 30px 0 !important;
     padding: 0 !important;
}

.ar-financials-content ul .dp_dmb_repeat_item {
    display: inline-block;
    width: 33%;
    box-sizing: border-box;
    padding: 0 30px 0 0;
    margin: 0 0 30px 0;
    list-style-type: none;
    vertical-align: top;
}


.ar-financials-content .dp_dmb_repeat_item img {
    display: block;
    width: 100%;
    margin: 0;
}

.ar-growth {
    border-top: 1px solid #e1e1e1;
    padding: 30px 0 0 0;
    width: 100%;
    margin: 0 auto !important;
}

.ar-growth img {
    display: block;
    width: 60%;
    margin: 0 auto !important;
}

.ar-learn-more {
    width: 100%;
    padding: 60px 0;
    background: #00546d;
    text-align: center;
}

.ar-learn-more-content {
    margin: 0 auto;
    width: 80%;
}

.ar-learn-more-content h3 {
    color: #9CAB4B;
    font-weight: 900 !important;
    font-size: 22px;
    text-transform: uppercase;
}

.ar-learn-more-content p {
    color: #fff;
}

.ar-learn-more-content p a {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
    font-weight: bold !important;
}

.ar-learn-more-content p a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .ar-financials-content ul .dp_dmb_repeat_item {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 0;
        margin: 0 0 50px 0;
        list-style-type: none;
        vertical-align: top;
    }
    
    .ar-growth img {
        display: block;
        width: 100%;
        margin: 0 auto !important;
    }
}

.ar-credits {
    width: 100%;
    padding: 40px 0 !important;
    
}

.ar_past {
    width: 100%;
    padding: 40px 0 40px 40px !important;
    border-left: 1px solid #e1e1e1;
} 

.ar_past_content h5 {
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.ar_past p {
    font-size: 14px;
    line-height: 20px !important;
}

.ar_past p a {
    color: #c88812;
    font-weight: bold;
}

.ar_past p a:hover {
    text-decoration: underline;
}

.ar-credits h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.ar-credits-content {
    margin: 0 auto;
    width: 80%;
}

.ar-credits-content h5 {
    font-size: 18px;
}

.ar-credits-content p {
    font-size: 11px;
    line-height: 20px !important;
}

.sidebar-section-nav ul {
    list-style-type: none !important;
}

.ar-mission-investing {
    width: 100%;
    padding: 60px 0;
}

.ar-mission-investing-intro {
    margin: 0 auto;
    width: 50%;
}

.ar-mission-investing-intro h3 {
    font-size: 40px !important;
    font-weight: bold;
    margin-bottom: 20px;
    color: #00546d;
}

.ar-mission-investing-intro p {
    
}

.ar-investment-type {
    width: 100%;
}

.ar-investment-type-content {
    margin: 0 auto;
    width: 80%;
    border-top: 1px solid #e1e1e1;
    padding: 50px 0 30px;
    text-align: center;
}


.ar-investment-type-content .dp_dmb_repeat_item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 60px;
}

.ar-investment-type-content h3 {
    font-weight: bold;
    margin-bottom: 30px !important;
}

.ar-investment-type-content h4 {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: bold;
    color: #c88812;
}

.ar_mission_graphics {
    width: 100%;
    margin-bottom: 70px;
}

.mission_graphics_wrapper {
    width: 80%;
    margin: 0 auto;
}

.mission_graphics_wrapper .dp_dmb_repeat_item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.mission_graphics_wrapper img {
    width: 90%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    
    .ar-mission-investing-intro {
        margin: 0 auto;
        width: 80%;
    }
    
    .mission_graphics_wrapper .dp_dmb_repeat_item {
        width: 100%;
        display: block;
    }
    
    .ar-investment-type-content .dp_dmb_repeat_item {
        display: block;
        width: 100%;
        padding: 0 0 40px;
    }
    
     .ar-investment-type-content .dp_dmb_repeat_item:last-child {
        display: block;
        width: 100%;
        padding: 0 0 0;
    }
    
    .ar-story-intro {
        margin: 0 auto !important;
        width: 80%;
        padding: 40px 0 0 0;
        text-align: center;
    }
    
    .ar-story-intro h1 {
        font-size: 30px !important;
        line-height: 40px !important;
        font-weight: bold;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .ar-story-intro h6 {
        text-transform: uppercase;
        font-size: 14px !important;
        letter-spacing: .5px;
    }
    
    .ar-story-full .content {
        padding-top: 50px;
        width: 100%;
        margin: 0 auto;
    }
    
}

.ar-story-image {
    width: 100%;
}

.ar-story-image img {
    width: 100%;
    display: block;
    margin: 0;
}

.ar-staff-hero img {
    display: block;
    width: 100%;
    margin: 0 !important;
}

.ar-mission-investing-hero img {
    display: block;
    width: 100%;
    margin: 0 !important;
}


.post-password-required {
    width: 80%;
    margin: 300px auto 150px;
    
}

/* .ar-ourregion  */
.region_key {
    display: none;
}




.insight-bq {
    border-color: #c88812 !important;
    border-left: 0 !important;
    border-top: 10px solid;
    background: #ededed;
    box-sizing: border-box;
    padding: 40px 50px 40px 60px;
    font-style: italic;
    margin-bottom: 30px;
}

.insight-bq p {
    font-family: 'Overpass', sans-serif !important;
    font-size: 24px !important;
    line-height: 30px !important;
    color: #c88812;
    font-style: italic;
    padding-left: 0;
    margin-top: -10px;
    position: relative;
}

.insight-bq h5 {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: bold !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-style: normal !important;
}

.insight-bq h6 {
    font-size: 13px !important;
    line-height: 22px !important;
    font-style: normal !important;
    margin-bottom: 10px;
}

.insight-bq-image {
    width: 30%;
    float: right;
}

.insight-bq-image img {
    width: 100%;
    display: block;
    margin: 0 !important;
}

.insight-bq-quote {
    width: 60%;
    float: left;
    padding-top: 20px;
}

.clear {
    clear: both;
}



@media only screen and (min-width: 320px) and (max-width: 767px) {
    .insight-bq-image {
        width: 100%;
        float: none;
        display: block;
    }


    .insight-bq-quote {
        width: 100%;
        float: none;
        display: block;
        margin-top: 30px;
    }
}

.mc-field-group input[type="email"] {
    padding: 15px !important;
    border: 0 !important;
    width:100% !important;
    box-sizing: border-box;
    font-size: 15px !important;
}

.mc-field-group {
    margin-bottom: 10px !important;
}
#mc-embedded-subscribe {
    background: #00546d !important;
    color: #fff !important;
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border: 0 !important;
    padding: 12px 18px !important;
    font-size: 15px !important;
    cursor: pointer !important;
    
    }

.input-group ul li label {
    font-size: 16px !important;
}

.input-group ul li {
    margin-bottom: 3px !important;
}

.modal-content input[type="text"] {
    width: 100% !important;
}

.button.close {
    float: none;
    top: 0;
    right: 0;
}

.et_header_style_centered nav#top-menu-nav {
    width: 100%;
}

.footer_simplesign {
    width: 700px;
    margin: 0 auto;
    padding: 25px 0 50px;
}

.footer_simplesign label {
    font-size: 28px;
    color: #fff;
    display:block;
    margin-bottom: 15px;
}

.footer_simplesign input[type="email"] {
    padding: 15px;
    border: 0 !important;
    box-sizing: border-box;
    width: 700px;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer_simplesign #mc-embedded-subscribe {
    padding: 18px;
    border: 0 !important;
    background-color:#C88812 !important;
    font-size: 18px !important;
    float: right;
}
.footer_simplesign #mc-embedded-subscribe:hover {
    background-color:#b67d14 !important;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
        .footer_simplesign {
            width: 100% !important;
            margin: 0 auto;
            padding: 25px 0 50px;
        }
        .footer_simplesign input[type="email"] {
            padding: 15px;
            border: 0 !important;
            box-sizing: border-box;
            width: 100% !important;
            font-size: 16px;
            margin-bottom: 15px;
        }
    
        .footer-legal {
            display: block !important;
            zoom: 1;
            width: 100% !important;
            padding-top: 20px;
        }
}

.insight_post_featured_image {
    width: 100% !important;
    height: 560px !important;
    margin-bottom: 50px !important;
    overflow: hidden;
}


.insight_post_featured_image img {
    display: block !important;
    width: 100% !important;
}

.post-content-fix .main-content-wrapper {
    padding: 0 0 60px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .insight_post_featured_image {
        width: 100% !important;
        height: 600px !important;
        overflow: hidden;
    }
    
    .single-featured-image {
        margin: 0 auto 0px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
   .insight_post_featured_image {
        width: 100% !important;
        height: auto !important;
        overflow: visible;
    } 
    
    .single-featured-image {
        margin: 0 auto -20px !important;
    }
    
    .post-content-fix .main-content-wrapper {
        padding: 20px 0 60px !important;
    }
}

