/*

Theme Name: Divi Child Theme

Template: Divi

*/
/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/

body {
  background: #fff;
  font: 16px/32px 'commuters-sans', sans-serif !important;
    font-weight: 400;
    font-style: normal;
  color: #202020;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  border-top: 4px solid #9F6C0F;
  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;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 9999 !important;
  padding: 1em;
  background-color: black;
  color: white !important;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.main-content-area { position: relative !important; }
/* #Typography

================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Vollkorn', serif;
  font-weight: 700;
}
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;
    font-weight: bold;
}
h2 {
  font-size: 50px;
  line-height: 48px;
  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: 16px !important;
  line-height: 30px !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: #9F6C0F;
  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;
}

button, button:visited {
  color: #9F6C0F;
  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-visible {
  color: #00546D;
}

button:hover, button:focus-visible {
  color: #00546D;
}
p a, p a:visited {
  line-height: inherit;
}

p button, p a:visited {
  line-height: inherit;
}
p {
  padding-bottom: 20px !important;
}
ol li {
  line-height: 32px;
}
h4 a {
  color: #9F6C0F !important;
}

p a:focus { border: 1px solid #00546d; }
/*------------------------------------------------*/
/*-----------------[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;
    position:relative;
}
#main-header {
  width: 100%;
  z-index: 9997 !important;
  top: 100px;
  left: 0;
  padding: 0 0 0;
  background: transparent;
  border-bottom: 0 !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

#main-header-optionb {
  width: 100%;
  z-index: 9997 !important;
  top: 0;
  left: 0;
  padding: 0 0 0;
  background: #fff !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: 10px;
    margin-bottom: 5px;
  text-align: left;
}
.logo_space img {
  width: 80%;
  margin: 0;
  display: block;
}
.logo_space:active {
    outline: none !important;
}
.logo_space a:focus-visible {
  outline: 3px solid #fff;
}
#top-menu .menu-item-has-children > a:first-child:after {
  display: none !important;
}
.nav_space {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  text-align: right !important;
  margin-left: 12%;
}
.nav_top {
  margin: 0 0 25px 0 !important;
    border-bottom: 1px solid #fff;
    padding: 0 0 25px;
}
.nav_top a {
    font-family:'Vollkorn',Georgia,serif !important;
    font-weight: 700 !important;
    color: #232323 !important;
}

.nav_top.rev a {
    font-family:'Vollkorn',Georgia,serif !important;
    font-weight: bold !important;
    color: #fff !important;
}

.nav_top.rev a:hover {
    font-family:'Vollkorn',Georgia,serif !important;
    font-weight: bold !important;

}

.nav_top.rev a:focus-visible:not(a.myBtn) {
    border-bottom: 3px solid #fff;
}

.nav_presidents a {
    font-weight: bold !important;
}
.nav_top img {
  width: 30px;
  display: block;
  margin: -7px 5px;
}
.nav_covid {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px !important;
    padding-top: 5px;
}
.nav_covid a {
  color: #232323;
  text-transform: normal;
    font-size: 16px !important;
    font-weight: bold !important;
}
.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;
    /* float: left; */
  vertical-align: middle;
  /* margin-right: 20px;  */
    border-right: 1px solid #fff;
    margin-right: 15px;
    width: 50%;
}

.search-block__form {
    position:relative;
    top:-5px;
}
.nav_presidents {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
  padding-top: 5px;
}
.nav_presidents a {
    font-size: 19px !important;
  color: #fff;
}
.nav_subscribe a {
  background: #9F6C0F;
  display: inline-block;
  padding: 16px 20px 10px;
  color: #fff !important;
    font-weight: bold !important;
    font-size: 16px !important;
}


.nav_subscribe {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}
#top-menu-nav {
  border-top: 1px solid #D8D8D8;
  padding-top: 0;
  margin-top: 15px;
}
#top-menu-nav ul {
  margin: 0;
}
#top-menu-nav ul li {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin: 6px 15px 0px;
  padding: 0;
}
.menu-item-has-children:before {    
      content: '';
  background: url(images/has-children-arrow.png) top right no-repeat;
    background-size:cover;
    position: absolute;
    right: -15px;
    color: #fff;
    top: 16px;
    width: 10px;
    height: 10px;
}

#top-menu-nav ul li:last-child {
  margin: 0 0 0 20px !important;
}
#top-menu-nav ul li ul li:last-child {
    margin: 0 0 0 13px !important;
}
#top-menu-nav ul li a {
  color: #232323;
  font-family: 'Vollkorn',Georgia,serif !important;
  font-weight: 700;
  font-size: 18px;
  padding: 15px 0 !important;
  border-bottom: 3px solid transparent !important;
}
#top-menu-nav ul li a:hover {
  border-bottom: 3px solid #fff;
  transition: none !important;
  padding: 15px 0 !important;
    color: #9F6C0F;
}

#top-menu-nav ul li a:focus-visible {
  border: 1px solid #fff !important;
  transition: none !important;
  padding: 15px 0 !important;
    color: #fff !important;
}

.top-menu-nav-rev ul li a {
  color: #fff !important;
  font-family: 'Vollkorn',Georgia,serif !important;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0 !important;
  border-bottom: 3px solid transparent;
}
#top-menu-nav ul li a:hover {
  border-bottom: 3px solid #fff !important;
  transition: none !important;
  padding: 15px 0 !important;
    color: #fff !important;
    opacity: 1 !important;
}


#top-menu-nav ul li ul li a {
    color: #fff;
}

.sub-menu {
    background: #292929 !important;
    padding: 0px 10px 20px !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;
    color: #2590C5 !important;
}

@media only screen and (min-width: 1104px) and (max-width: 1300px) {
    .nav_space {
      width: 72%;
      display: inline-block;
      vertical-align: top;
      text-align: right !important;
      margin-left: 0%;
    }
}



@media only screen and (min-width: 320px) and (max-width: 767px) {
  .logo_space {
    width: 100% !important;
    margin-top: 0 !important;
    text-align: left;
    float: left;
    margin-left: 0;
  }
  .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: 20px !important;
    margin-right: 20px;
  }
  .et_header_style_centered #logo {
    max-height: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .logo_space {
    width: 45% !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: #232323;
    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);
  box-sizing: border-box;
}
.hero_image {
  width: 100%;
  position: relative;
  z-index: 1;
  background-size: cover !important;
  background-position: top right !important;
  height: 95vh;
    /* background-attachment: fixed !important; */
}
.hero_image img {
  height: auto;
  min-width: cover !important;
    background-attachment: fixed;
}
.hero_message {
  position: absolute;
  z-index: 9999;
  top: 63%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 6vw;
}
.hero_featured_bar {
    box-sizing: border-box;
    z-index: 9999 !important;
    position: relative;
}
.hero_featured_bar p {
    margin-bottom: 0;
    padding-bottom: 0 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.hero_message_wrapper {
    left: 0;
    width: 65%;
    box-sizing: border-box;
    z-index: 1;
}

.hero_message h1 {
    font-family: 'commuters-sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: .5px !important;
  color: #fff;
  margin-bottom: 10px;
}

.hero_message h2 {
    font-size: 86px !important;
    line-height: 74px !important;
  color: #fff;
  margin-bottom: 30px;
    font-weight: normal !important;
}
.hero_message a {
  display: inline-block;
  font-size: 18px;
  color: #9F6C0F;
}
.hero_message a:hover {
  color: #fff;
}
.hero_message a:focus {
  border: 2px solid #fff;
}

.hero_message a:focus > .hero_link_wrapper {
    border:2px solid #fff;
}
.hero_link_wrapper p {
 font-family:'commuters-sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
@media only screen and (min-width: 600px) and (max-width: 1199px) {
  .hero_message {
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 90%;
  }
    
    .hero_featured_bar {
        width: 40%;
    }
    
    .hero_message_wrapper {
        margin-top: -20px;
        width: 80%;
    }
    
    .hero_message h1 {
        font-family: 'commuters-sans',Helvetica,Arial,Lucida,sans-serif !important;
        font-size: 15px !important;
        line-height: 24px !important;
        letter-spacing: .5px !important;
      color: #fff;
      margin-bottom: 30px;
    }
    
    .hero_message h2 {
        font-size: 74px !important;
        line-height: 70px !important;
      color: #fff;
      margin-bottom: 20px;
        font-weight: normal !important;
    }
    .hero_message a {
      display: inline-block;
      font-size: 13px;
      color: #9F6C0F;
    }
}
@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: 85vh;
  }
  .hero_message {

    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px 30px 0;
  }
    .hero_message_wrapper {
        width: 100%;
        padding: 0 0 0 45px;
    }
  .hero_message h1 {
    font-size: 13px !important;
    line-height: 18px !important;
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
  }
    
    .hero_message h2 {
    font-size: 40px !important;
    line-height: 43px !important;
    color: #fff;
    margin-bottom: 0;
    font-weight: normal !important;
}
    
    .article_tile.feeds {
        margin: 0 0 10px !important;
    }

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero_featured_bar {
               padding: 0 0 0 45px;

    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /*.hero_featured_bar {
               padding: 0 0 0 45px;

    }*/

}

@media only screen and (min-width: 320px) and (max-width: 479px) {
     .hero_featured_bar {
       width: 80%;
         position: relative;
        top: -30px;
         padding: 0 0 0 45px;
    }
}

.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;
    color: #fff;
}

.article_tile a h4 {
    color: #fff !important;
}


.article_tile h4 {
    font-weight: bold;
}
.article_tile p {
    font-family:'commuters-sans', sans-serif;
    text-transform: uppercase;
}
.post_meta {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    padding: 50px 30px 20px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); 
}
.post_cat {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-bottom: 5px !important;
  font-family: 'commuters-sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #00546D;
  text-transform: uppercase;
  line-height: 22px;
}
.post_cat a {
  font-family: 'commuters-sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #00546D;
}
.post_cat a:hover {
  color: #9F6C0F;
}
.post_date {
  display: block;
  text-align: left;
}
.post_date p {
  font-size: 14px;
  font-weight: normal;
  font-family: 'commuters-sans', sans-serif;
  margin-bottom: 0 !important;
  color: #fff;
  padding-bottom: 0 !important;
  text-transform: none;
}
.post_info {
  /* margin-bottom: 60px; */
}







.post_info a {
  font-weight: bold;
  margin-bottom: 0;
  display: block;
  font-size: 17px;
  font-family: 'commuters-sans', sans-serif;
  text-transform: uppercase;
  line-height: 20px;
}
.post_info a:hover {
  text-decoration: underline;
}
.post_info h4 {
  font-size: 25px !important;
  line-height: 29px !important;
}
.post_info h4 a {
  font-family: 'Vollkorn', serif !important;
  color: #202020 !important;
  text-transform: none !important;
  font-size: 20px !important;
  line-height: 25px !important;
    font-weight: 700;
}
.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;
}
.home_view_all {
    text-align: center;
}

.home_view_all a {
    background: #9F6C0F;
    color: #fff;
    display: inline-block !important;
    font-family: 'Vollkorn',Georgia,serif;
    font-weight: 700;
    padding: 20px 30px;
}

.article_tile.feeds {
  display: inline-block;
  width: 46.9%;
  height: 400px;
    position: relative;
    margin: 0 20px 40px;
    background-position: 50% 50% !important;
}

.et_pb_column_4 .article_tile.feeds {
  display: inline-block;
  width: 95%;
  height: 400px;
    position: relative;
    margin: 0 20px 40px;
    background-position: 50% 50% !important;
}

.et_pb_column_1_2 .article_tile.feeds {
  display: inline-block;
  width: 95%;
  height: 400px;
    position: relative;
    margin: 0 20px 40px;
    background-position: 50% 50% !important;
}

.et_pb_column_5 .article_tile.feeds {
  display: inline-block;
  width: 95%;
  height: 400px;
    position: relative;
    margin: 0 20px 40px;
    background-position: 50% 50% !important;
}

@media only screen and (min-width: 768px) and (max-width: 1544px) {
    .article_tile.feeds {
      display: inline-block;
      width: 45.9%;
      height: 400px;
        position: relative;
        margin: 0 1.9% 40px;
        background-position: 50% 50% !important;
    }

}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .post_cat {
    margin-bottom: 20px !important;
  }
  .article_tile.feeds {
    width: 100% !important;
      height: 310px !important;
    background-position: top center !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: #9F6C0F;
}
.ec_wrapper a {

}
.ec_wrapper a:hover {

}
.ec_wrapper span {
    font-family: 'commuters-sans', 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 #9F6C0F;
  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: 'Vollkorn', serif !important;
  font-weight: 700 !important;
  color: #000 !important;
  text-transform: none;
}
.slider-wrap a {
  color: #9F6C0F !important;
  font-family: 'commuters-sans', 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 #9F6C0F;
  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: #9F6C0F !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: 'commuters-sans', 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: 'commuters-sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
    position: relative;
}

.link-content span:after {
   position: absolute;
    content: url(images/2022-updates/orange-cta-arrow.svg);
    width: 12px;
    height: 12px;
    right: -25px; 
}




.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 #9F6C0F;
}
.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 #8D9843;
  font-weight: bold;
}
.sidebar-related-tile p {
  line-height: 24px !important;
  margin-bottom: 10px;
}
.sidebar-related-tile a {
  color: #9F6C0F;
  font-family: 'commuters-sans', 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 #8D9843;
  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: 'commuters-sans', sans-serif;
  color: #9F6C0F;
  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: 'commuters-sans', 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 a:focus-visible {
    outline: 0;
  box-shadow:
    0 0 0 1px #00546d,
    0 0 10px 1px #00546d;
}
.sidebar-section-nav ul li.current_page_item a {
  font-weight: bold;
  color: #00546d !important;
}
.sidebar-section-nav ul li a:hover {
  color: #9F6C0F !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sidebar-section-nav {
    padding: 20px 0 20px 0;
    margin: 0px 0 30px;
    border-right: 0;
    border-bottom: 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;
    }   
}

.et_pb_image a {
    border: 2px solid transparent;
    display: block;
}
.et_pb_image a:focus-visible {
    outline: 0;
  box-shadow:
    0 0 0 1px #00546d,
    0 0 10px 1px #00546d;
}
.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 #8D9843;
  padding: 50px 0 !important;
}
.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 #8D9843;
  margin: 0 3% 20px;
}
.two_thirds_tile {
  box-sizing: border-box;
  padding: 20px 0 20px 0;
}
.two_thirds_tile h4 {
  color: #00546d;
  font-size: 22px !important;
  line-height: 22px !important;
  text-transform: none;
  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: 'commuters-sans', 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: 40px 0 0px 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/#9F6C0F+0,b77710+100 */
  background: #9F6C0F; /* Old browsers */
  background: -moz-linear-gradient(top, #9F6C0F 0%, #b77710 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #9F6C0F 0%, #b77710 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #9F6C0F 0%, #b77710 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9F6C0F', endColorstr='#b77710', GradientType=0); /* IE6-9 */
  box-sizing: border-box;
  padding: 40px 9% 40px;
}
/* .story-wrapper {

    border-top: 3px solid #8D9843;

    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: 'commuters-sans', 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: #8D9843;
}
.topics-videos {
  padding: 0 0 40px;
}
.topics-videos .addthis_inline_share_toolbox {
  margin-top: 0;
}

.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 h3 a:focus-visible {
  color: #fff !important;
    text-decoration: underline;
}
.story-title p {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}
.story-title a.feature_link {
  font-family: 'commuters-sans', sans-serif;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  padding: 11px 19px;
  color: #9F6C0F;
  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: #8D9843;
  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: #9F6C0F;
  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;
    top:0;
    left: 0;
}
.small-content {
  padding: 260px 0 30px;
  z-index: 100;
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.small-content.insights_header {
  padding: 260px 0 140px;
}
.small-content h1 {
  font-size: 54px !important;
  font-weight: normal !important;
  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, .5);
  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: 10px 0 10px 0;
}
.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 #8D9843;
    padding: 60px 0 30px;
  }
}
/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/
footer {
  box-sizing: border-box;
  padding: 0 4% 0;
 z-index:9999;
}
.footer_top {
  padding-bottom: 20px;
}
.footer_logo {
    margin-bottom: 40px;
}
.footer_logo img {
  display: block;
  width: 95%;
  margin: 20px 0 10px 0;
}
.footer_logo a:focus-visible img {
  border: 3px solid #00546d;
}
.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: 35px 15px 10px !important;
}
.footer_main_nav ul li a {
  color: #00546d;
  font-size: 16px;
  font-family: 'commuters-sans', sans-serif;
    font-weight: 800 !important;
    text-transform: uppercase;
}
.footer_main_nav ul li a:hover {
  color: #E0E0E0;
  border-bottom: 2px solid #fff;
}

footer a:hover {
    color: #E0E0E0;
}
.footer_main_nav ul li.subscribe {
  background-color: #9F6C0F !important;
  padding: 60px 20px 10px;
}
.footer_middle {
  margin-top: 30px;
    padding: 0  3% !important;
}
.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: #00546d;
  font-size: 12px;
  font-weight: normal;
}
.footer_middle ul li a:focus {
    border: 2px solid #00546d;
}
.footer_middle ul li a:hover {
    color: #9F6C0F;
  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-visible {
     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: 55%;
    padding-top: 20px;
    vertical-align: middle;
}
.footer-legal p {
    font-size: 11px;
    color: #383838;
    font-family: "Vollkorn", serif;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.footer-legal a:focus {
    border:2px solid #00546d;
}
.footer-legal a:hover {
    color:#00546d;
    text-decoration: underline;
}
.footer-social {
    display:inline-block;
    zoom: 1;
    width: 45%;
    text-align: right;
    padding-top: 20px;
    vertical-align: middle;
}
.footer-social phone {
    color: #00546d;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
}
.footer_bottom {
  border-top: 1px solid #7097a5;
    padding:  20px 0 40px !important;
    border-bottom: 20px solid #fff;
}
.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;
}
.footer_bottom ul li a {
    border: 2px solid rgba(255,255,255,0);
}
.footer_bottom ul li a:focus-visible {
  width: 100%;
  margin: 0;
  display: block;
  border: 2px solid #00546d;
}
@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: #00546d;
    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: 70%;
    display: inline-block;
    margin: 0 auto !important;
  }
  .footer_main_nav {
    width: 100% !important;
    margin-top: 5px;
    text-align: center;
  }
  .footer_main_nav ul li.subscribe {
    background-color: transparent !important;
  }
.footer_bottom ul li:first-child {
        width: 100% !important;
        margin-bottom: 30px !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 {

  }
  .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 {
  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: 54px !important;
  font-weight: 300;
}
.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: 85px 0 40px;
  max-width: 1400px;
  margin: 0 auto !important;
}
.lite-bkg {
    background: #F9F7F6;
}

.post-feed-container.home h3 {
    color: #00546D;
    font-size: 40px !important;
    font-weight: bold;
    margin-left: 20px;
}

.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%;
  }
}


@media only screen and (min-width: 600px) and (max-width: 1119px) {
    .post-feed-container.home {
        padding: 55px 3% 40px;
    }
  .article_tile {
    width: 45.9% !important;
  }
  .et_pb_module_inner .article_tile {
    width: 100% !important;
  }
}
/*------------------------------------------------*/
/*--------------------[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: #9F6C0F !important;
  text-decoration: none;
}
.post-content p a:focus-visible {
         outline: 0;
  box-shadow:
    0 0 0 1px #00546d,
    0 0 10px 1px #00546d;
}
.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) {
    .post-feed-container.home {

      padding: 45px 3% 40px;
    }
  .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: 48px !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: 20px auto 0 !important;
    padding: 0 4%;
}
.post-content-fix a:focus {
    border:1px solid #9f6c0f;
}
.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: 'commuters-sans', 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: #9F6C0F;
}
.post-title-meta p a:focus-visible {
    outline: 0;
  box-shadow:
    0 0 0 1px #00546d,
    0 0 10px 1px #00546d;
}
.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: 'commuters-sans', 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: 54px !important;
  font-weight: normal !important;
  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: #9F6C0F;
}
.post-back a:focus-visible {
    border: 2px solid #fff;
}
@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: 'Vollkorn', serif;
    font-weight: 700;
}
.fourohfoursearch input[type="submit"] {
  height: auto !important;
  padding: 20px 30px !important;
  font-size: 22px;
  font-family: 'Vollkorn', 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: #9F6C0F;
}
.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;
}

.hear-my-name {
    color: #9F6C0F;
    font-family: 'commuters-sans', san-serif;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    top: -11px;
}
.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;
}


.staff-meta p {
    font-size: 14px !important;
    line-height: 22px !important;
    color: #333 !important;
    font-weight: normal !important;
}
@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;
    margin: 50px 4% 0;
    box-sizing: border-box;
    position: relative;
    z-index: 8888;
}
.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.0);
  -webkit-transform: scale(1.0);
  -o-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}

.staff-feed-item a:focus img {
    border: 2px solid #00546d;
}
.staff-feed-item img {
  width: 100% !important;
  display: block;
}
.bio-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    border:0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.bio-image:focus > img.image-hover {
    opacity: 1;
     border:2px solid #00546d;
}

.bio-image img.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
}
.bio-image:hover img.image-hover {
    opacity: 1;
  }
.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: 18px !important;
  margin-bottom: 5px !important;
  font-weight: normal !important;
}
a .staff-meta span {
  font-weight: bold !important;
  margin-top: 20px !important;
}

.staff-meta span {
  font-weight: bold !important;
  margin-top: 20px !important;
}
.staff-meta span:hover {
  color: #00546d;
}
a p.declaration {
  color: #6b6b6b !important;
  margin-bottom: 5px !important;
  padding-bottom: 0 !important;
  font-weight: normal !important;
    font-size: 15px !important;
}
.staff-post-email img {
    width: 17px !important;
    display: inline-block !important;
}
.staff-post-email a {
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9F6C0F !important;
}
.staff-post-email a:hover {
    color: #00546d !important;
}
.tile-insights-link a {
    font-size: 10px !important;
    line-height: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9F6C0F !important;
}



.tile-insights-link a:hover {
    color: #00546d !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 {
    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: 40px 20px 0px;
  }
  .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: #9F6C0F !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: #9F6C0F;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 15px;
}
.author_bar p {
  color: #fff;
  font-family: 'commuters-sans', 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: 20%;
  margin: 0 !important;
  padding: 0 !important;
}
.series_author_meta {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  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;
}

.author_wrapper.with_descr .series_author_img {
  vertical-align: middle !important;
}
.author_wrapper.with_descr .series_author_meta {
  vertical-align: middle !important;
}

.series_author_desc p {
    margin-top: 20px !important;
    font-size: 13px !important;
    line-height: 22px !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: #9F6C0F !important;
  font-family: 'commuters-sans', 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: 'commuters-sans', sans-serif;
  text-transform: uppercase !important;
  font-weight: bold;
  color: #9F6C0F;
  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: #ffffff;
  text-align: center;
}
.filter_container.filter_staff {
  padding: 18px 10px;
  box-sizing: border-box;
  background: #9F6C0F;
  text-align: center;
}
.filter_container form {
  display: inline-block;
}
.filter_container span {
  color: #383838;
  margin-right: 5px;
  text-transform: uppercase;
  font-family: 'commuters-sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.filter_container.filter_staff span {
  color: #ffffff;
  margin-right: 5px;
  text-transform: uppercase;
  font-family: 'commuters-sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.filter_container a {
  color: #9F6C0F;
  font-family: 'commuters-sans', sans-serif;
  font-size: 14px;
  font-weight: normal !important;
  text-transform: uppercase;
}
.filter_container a:focus {
    border: 2px solid #00546d;
}
.filter_container.filter_staff a {
  color: #fff;
  font-family: 'commuters-sans', sans-serif;
  font-size: 14px;
  font-weight: normal !important;
  text-transform: uppercase;
  text-decoration: underline;
}

.searchandfilter ul li {
  display: inline-block;
  margin: 0 3px;
}
.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: #e8e3dd; /* 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: #333;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 12px;
  padding-right: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'commuters-sans', sans-serif;
}
.filter_container select:focus-visible {
    box-shadow:
    0 0 0 1px #ffffff,
    0 0 10px 1px #ffffff !important;
}
.filter_container input[type="submit"] {
    background: #9F6C0F !important;
  padding: 17px 25px 18px;
  text-transform: uppercase;
  border: 0 !important;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  font-family: 'commuters-sans', sans-serif;
}
.filter_container input[type="submit"]:focus {
    border: 2px solid #00546d !important;
}
.filter_container input[type="submit"]:hover {
   background: #00546d !important;
  padding: 17px 25px 18px;
  text-transform: uppercase;
  border: 0 !important;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  font-family: 'commuters-sans', sans-serif;
}
.filter_container.filter_staff input[type="submit"] {
    background: #fff !important;
    padding: 15px 25px;
    text-transform: uppercase;
    border: 0 !important;
    color: #9F6C0F;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    font-family: 'commuters-sans', 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: #9F6C0F;
	border: 2px solid #fff;
	padding: 5px;
	border-radius: 0;
	display: inline-block;
	position: relative;
    vertical-align: middle;
}
.sf-input-checkbox:focus-visible {
    outline: 0;
  box-shadow:
    0 0 0 1px #ffffff,
    0 0 10px 1px #ffffff !important;
}
.filter_container input[type="submit"]:focus-visible {
    outline: 0;
  box-shadow:
    0 0 0 1px #ffffff,
    0 0 10px 1px #ffffff !important;
}
.filter_container a:focus-visible {
     outline: 0;
  box-shadow:
    0 0 0 1px #ffffff,
    0 0 10px 1px #ffffff !important;
}
a.bodycontent_btn:focus-visible {
     outline: 0;
  box-shadow:
    0 0 0 1px #00546d,
    0 0 10px 1px #00546d !important;
    
}
.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: 'commuters-sans', 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: #9F6C0F;
    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: 'commuters-sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
  }
  .filter_container a {
    color: #fff;
    font-family: 'commuters-sans', 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: #9F6C0F;
}
.event_tile#gold_bkg {
  background: #9F6C0F;
}
.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: #9F6C0F;
  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: #9F6C0F;
  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: center;
}
.tags p {
  font-size: 14px;
}
.tags p a:focus-visible {
        outline: 0;
  box-shadow:
    0 0 0 1px #00546d,
    0 0 10px 1px #00546d;
}
.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 #9F6C0F;
  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: 'Vollkorn', serif;
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  font-style: italic;
  padding-left: 20px;
  margin-top: -10px;
  position: relative;
    font-weight: 700;
}
.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: #9F6C0F;
  margin-bottom: 30px;
}
.body-bq#gold_bkg .quote-container p {
  font-family: 'Vollkorn', serif;
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  font-style: italic;
  padding-left: 20px;
  margin-top: -10px;
  position: relative;
    font-weight: 700;
}
.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: 'Vollkorn', serif;
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  font-style: italic;
  padding-left: 20px;
  margin-top: -10px;
  position: relative;
    font-weight: 700;
}
.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: 'Vollkorn', serif;
  font-size: 26px;
  line-height: 38px;
  color: #9F6C0F;
  font-style: italic;
  padding-left: 20px;
  margin-top: -10px;
  position: relative;
    font-weight: bold;
}
.presidents_blog_tile {
  background: #ededed;
  margin-bottom: 30px;
}
.subhead_bar {
  background: #9F6C0F;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 15px;
}
.subhead_bar p {
  color: #fff;
  font-family: 'commuters-sans', 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: #9F6C0F;
  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: #9F6C0F !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 0px;
  }
}
.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 #8D9843;
  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: #9F6C0F;
    font-family: 'commuters-sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.blog_end_link a:focus-visible {
     outline: 0;
  box-shadow:
    0 0 0 1px #00546d,
    0 0 10px 1px #00546d;
}
.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;
    /* margin-top: 50px !important;*/
}
.photo_credit p {
  font-size: 13px !important;
  line-height: 20px !important;
}
p.featured_meta {
  font-family: 'commuters-sans', 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;
}
p.featured_meta a:focus-visible {
  text-decoration: underline !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: #9F6C0F !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: #9F6C0F !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 {
  position: absolute;
    content: url(images/2022-updates/white-cta-arrow.svg);
    width: 15px;
    height: 15px;
    right: 25px;
    top:  16px;
}

a.at-share-btn:focus-visible {
     outline: 0;
  box-shadow:
    0 0 0 1px #00546d,
    0 0 10px 1px #00546d;
}
.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 #9F6C0F;
}
.sidebar-bq .bq-container {
  box-sizing: border-box;
  padding: 40px 30px 30px;
  background: #f2f2f2;
  margin-bottom: 30px;
}
.sidebar-bq-image {
  border-top: 10px solid #9F6C0F;
  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: 'Vollkorn', serif;
  font-size: 24px;
  line-height: 30px;
  color: #9F6C0F;
  font-style: italic;
  padding-left: 0;
  margin-top: -10px;
  position: relative;
    font-weight: 700;
}
.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: #9F6C0F;
  margin-bottom: 30px;
}
.sidebar-bq-image#gold_bkg .bq-container {
  box-sizing: border-box;
  padding: 40px 30px 30px;
  background: #9F6C0F;
  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: #9F6C0F;
  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: #9F6C0F;
}
.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 #9F6C0F;
  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;
  }
 .post-feed-container.home h3 {
        margin-left: 0 !important;
    }
}
@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: 15%;
  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: #00546d;
  float: right;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  top: -40px;
  right: -40px;
}
.close:hover, .close:focus-visible {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
a.myBtn {
  cursor: pointer;
    border: none;
}

button.myBtn {
  cursor: pointer;
	border: none;
}
.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: 'commuters-sans', 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: 'commuters-sans', 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: 19px;
  line-height: 30px;
}
.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(159, 108, 15, .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: #9F6C0F;
  font-family: 'commuters-sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border: 3px solid #fff !important;
}
.eg_cta--content a:hover {
  background: #fff;
  color: #00546d;
}
.eg_cta--content a:focus-visible {
  background: #fff !important;
  color: #00546d !important;
  border: 3px solid #00546d !important;
}
.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 h1, .eg_quote--container h2, .eg_quote--container h3, .eg_quote--container h4, .eg_quote--container h5, .eg_quote--container h6 {
    font-family: 'commuters-sans', sans-serif;
}
.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 {
    display: inline-block;
    background: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
}
.eg_form_cta_right button {
  background: #9F6C0F;
  color: #fff;
  font-family: 'commuters-sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0 !important;
  display: inline-block;
  padding: 15px 50px 15px 20px;
  position: relative;
    margin-top: 5px;
}
.eg_form_cta_right button:focus {
    border: 2px solid #fff !important;
}

.eg_form_cta_right button:after {
  position: absolute;
    content: url(images/2022-updates/white-cta-arrow.svg);
    width: 12px;
    height: 12px;
    right: 25px;
}


.eg_form_cta_right button:focus-visible {
    border: 3px solid #fff;
}
.eg_form_cta_right button:hover {
  background: #003a4b;
  color: #fff;
}
.eg_form_cta.orange_bkg .eg_form_cta_wrapper {
  background: #9F6C0F !important;
}
.eg_form_cta.orange_bkg .eg_form_cta_wrapper .eg_form_cta_right button {
  background: #00546d;
    color: #fff;
    padding: 15px 50px 15px 20px;
    position: relative;
}
.eg_form_cta.orange_bkg .eg_form_cta_wrapper .eg_form_cta_right button:after {
    position: absolute;
    content: url(images/2022-updates/white-cta-arrow.svg);
    width: 12px;
    height: 12px;
    right: 25px;
}
.eg_form_cta.orange_bkg .eg_form_cta_wrapper .eg_form_cta_right button:hover {
  background: #003a4b;
  color: #fff;
}




.eg_form_cta.orange_bkg .eg_form_cta_wrapper .eg_form_cta_right a {
      font-size: 15px;
    background: #00546d;
    color: #fff;
    padding: 9px 50px 9px 20px;
    position: relative;
    text-transform: uppercase;
}
.eg_form_cta.orange_bkg .eg_form_cta_wrapper .eg_form_cta_right a:after {
    position: absolute;
    content: url(images/2022-updates/white-cta-arrow.svg);
    width: 12px;
    height: 12px;
    right: 25px;
}
.eg_form_cta.orange_bkg .eg_form_cta_wrapper .eg_form_cta_right a:hover {
  background: #003a4b;
  color: #fff !important;
}




#top-menu li.current-menu-item a {
  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: 85%;
}
.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: 'commuters-sans', 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 {
    list-style-type: none !important;
}
.eg_content--tiles .et_pb_dp_dmb_module_34018_item {
  display: inline-block;
  vertical-align: top;
  border-top: 7px solid #8D9843;
  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: 'commuters-sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.eg_content--tiles p.port_tiles_title {
  color: #8D9843;
  font-family: "Vollkorn", serif;
  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: #B67C11;
  font-family: 'commuters-sans', sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 1px solid #c6c6c6;
  cursor: pointer;
}
.toggle:focus + .title {
    border: 3px solid #00546d !important;
}
.accord .title:after, .accord .title:before {
  content: '';
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 4px;
  height: 0.75em;
  background-color: #B67C11;
  -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: 30px 0 0;
}
.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;
}

.accordiontog:focus-visible + label {
    border: 3px solid #000
}

 .option > checkbox:focus + label {
  /* targets the label when the input receives focus */
  color: red;
}
label.title {display:block !important;}
.toggle:focus-within {
    outline: 0;
  box-shadow:
    0 0 0 1px #00546d,
    0 0 10px 1px #00546d !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: 55%;
}
.eg_centered-intro-wrapper a:focus {
    border:1px solid #00546d;
}
.eg_centered-intro-wrapper h6 {
  font-family: 'commuters-sans', 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-intro-wrapper p a:focus-visible {
    outline: 0;
  box-shadow:
    0 0 0 1px #00546d,
    0 0 10px 1px #00546d;
}
.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;
}
.no_bottom > .eg_centered_2cols > .eg_centered-2cols_content {
  max-width: 1400px;
  margin: 0 auto !important;
  width: 80%;
  padding-bottom: 40px;
  background: transparent !important;
}

.remove_dash {
    max-width: 1400px;
  margin: 0 auto !important;
  width: 80%;
  padding-bottom: 0 !important;
  background: transparent !important;
}

.gform-body input:focus-visible {
     outline: 0;
  box-shadow:
    0 0 0 1px #00546d,
    0 0 10px 1px #00546d;
}

.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: 86%;
  padding-bottom: 60px;
  /* 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_centered-3cols_content .dp_dmb_repeat_item {
    border-top: 5px solid #84953d;
}

.eg_centered-3cols_content .dp_dmb_repeat_item h5 {
        color: #84953d;
}

.eg_centered-3cols_content .dp_dmb_repeat_item a {
   color: #00546d;
    
}

.eg-cols--content {
  padding: 30px 0 40px;
     border-top: 5px solid #8D9843;
}

.eg-cols--content h5 {
    color: #8D9843;
}


.eg-cols--content p.cdfi-head {
   font-size: 26px !important;
    font-weight: bold !important;
    color: #8D9843 !important;
    margin-bottom: 0px !important;
  color: #8D9843 !important;
    font-family: "Vollkorn", serif;
}
}
.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: #9F6C0F;
  color: #fff;
  font-family: 'commuters-sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border: 0 !important;
  padding: 12px 18px !important;
  font-size: 18px !important;
  cursor: pointer;
  float: right;
}
.eg_thirds_content .modal-content .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]:focus { 
    border:2px solid #00546d !important;
}
textarea:focus {
    border: 2px solid #00546d;   
}
select:focus {
    border: 2px solid #00546d;
}
.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: 'commuters-sans', 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 #9F6C0F;
  padding: 20px 0 0 0;
}

.related_tile_wrap span {
    position: relative;
}

.related_tile_wrap span:after {
    position: absolute;
    content: url(images/2022-updates/orange-cta-arrow.svg);
    width: 12px;
    height: 12px;
    right: -25px;
}



.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: #9F6C0F;
  color: #fff;
  display: inline-block;
  padding: 13px 50px 13px 18px;
  font-family: 'commuters-sans', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
    position:relative;
}
a.bodycontent_btn:after {
    position: absolute;
    content: url(images/2022-updates/white-cta-arrow.svg);
    width: 12px;
    height: 12px;
    right: 25px;
}
a.bodycontent_btn:hover {
  background: #00546d;
}
.medium_cta {
  width: 100%;
  background-size: cover !important;
  position: relative;
}

.medium_cta a:focus-visible {
    outline: 0;
  box-shadow:
    0 0 0 1px #ffffff,
    0 0 10px 1px #ffffff !important;
}

.medium_cta .eg_thirds_content {
  padding: 90px 0;
  text-align: center;
  position: relative;
  z-index: 888;
}

.medium_cta.a-b-testing .eg_thirds_content {
  padding: 120px 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: 'commuters-sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 18px;
  text-transform: uppercase;
}
.medium_cta .eg_thirds_content a:hover {
 background: #003e50;
  color: #fff;
}


.medium_cta .eg_thirds_content a:focus-visible {
   background: #003e50;
  color: #fff;
    border:3px solid #E6DF0F !important;
}

.medium_cta.a-b-testing .eg_thirds_content h5 {
  color: #fff !important;
  font-size: 34px !important;
  line-height: 38px !important;
  margin-bottom: 10px !important;
}

.medium_cta.a-b-testing a {
  background-color: #cc8812;
  color: #fff;
  display: inline-block;
  font-family: "Vollkorn", serif;
  font-size: 26px;
  font-weight: 800;
  padding: 15px 26px;
  text-transform: none;
    margin-top: 15px;
    
}
.strategy_tile {
    min-height: 400px !important;
}
.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: 'commuters-sans', 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 #9F6C0F;
}
.orange_tile h3 {
  color: #9F6C0F;
}
.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: 'Vollkorn', serif;
  font-weight: 700;
  text-transform: none !important;
  color: #9F6C0F;
}
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: 'commuters-sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
.flex_tile:hover span {
  background: #003e50;
  color: #fff;
}
.flex_tile:focus-visible span {
  background: #fff;
  color: #9F6C0F;
}
.cdfi_quotes {
  background: #9F6C0F;
  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;
  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: #e8e3dd;
  padding: 60px 0;
}
.grant_search input[type="text"] {
  padding: 10px;
  border: 0 !important;
  font-size: 16px;
  margin: 5px 0 25px;
  width: 100%;
}
.grant_search input[type="text"]:focus-visible {
    border: 2px solid #00546d !important;
}
.grant_search table {
  width: 100% !important;
}
.grant_search label {
    color: #fff;
}
.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-select:focus {
  border: 2px solid #00546d !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: #9F6C0F;
    border: 2px solid #9F6C0F;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  font-family: 'commuters-sans', 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;
}

.gs_form_submit input[type="submit"]:focus {
    border: 2px solid #00546d;
}



@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: #8D9843;
    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: #9F6C0F;
    font-family: 'commuters-sans', 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 #8D9843;
    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 #8D9843;
    width: 100% !important;
    box-sizing: border-box;
    padding: 30px 20px 40px 0;
    margin-right: 0;
  }
  .post-title-meta {
      width:100%;
    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 'Vollkorn', 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: #9F6C0F !important;
}

h5 a:focus-visible {
     outline: 0;
  box-shadow:
    0 0 0 1px #00546d,
    0 0 10px 1px #00546d;
}

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;
    font-family: 'Vollkorn', Georgia, serif !important;
    font-weight: 800 !important;
}

.et_mobile_menu li ul li a {
    font-weight: normal !important;
}

.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: 22px 0 38px;
}

.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;
}

.search-block label {
    font-weight: bold;
    margin-right: 10px;
}
input.search-block__field {
    border: none;
    color: #fff;
    font-size: 15px !important;
    font-weight: normal;
    padding: 10px;
    width: 70%;
    position: relative;
    top: -2px;
    background: rgba(0,0,0,.5);
}

input.search-block__field:focus {
    outline: 2px solid #fff;
}

/* .btn-bordered.btn-reverse {
    color: #fff;
    background-color: rgba(0,0,0,0);
    border: 3px solid #fff;
    font-family:'Vollkorn', Georgia, serif !important;
    text-transform: none !important;
    font-weight: 700;
    cursor: pointer;
}*/


.search-block__btn { 
    display: inline-block !important;
    margin: 20px 10px 0 5px;
    background: transparent !important;
    box-sizing: border-box;
    padding: 9px;
    font-family: 'commuters-sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    border: 0;
}

/* .search-block__btn:hover {
    background: #9F6C0F;
    border: 3px solid #fff;
}
.search-block__btn:focus-within {
    background: #003e50;
    border:3px solid #f3f3f3;
} /*

.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:focus-visible {
    border: 3px solid #fff;
}

.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: -40px;
    position: relative;
}

.member-back a {
    background: #9F6C0F;
    border: 3px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: 'commuters-sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 50px 15px 20px;
    text-transform: uppercase;
    position: relative;
}

.member-back a:after {
     position: absolute;
    content: url(images/2022-updates/white-cta-arrow.svg);
    width: 12px;
    height: 12px;
    right: 25px;
}

   

.member-back a:hover {
    background: #fff;
    border: 3px solid #9F6C0F;
    color: #9F6C0F;
}

.member-back a:hover:after {

     position: absolute;
    content: url(images/2022-updates/gold-cta-arrow.svg);
    width: 12px;
    height: 12px;
    right: 25px;
}

.member-back a:focus-visible {
    background: #FFF;
    color: #9F6C0F;
}

.member-back a:focus-visible:after {
    position: absolute;
    content: url(images/2022-updates/gold-cta-arrow.svg);
    width: 12px;
    height: 12px;
    right: 25px;
}

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;
}

a.back-to-top:focus {
    border: 2px solid #00546d;
}

@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; */
}

.entry-content .et_pb_section {
   /* margin-bottom: 30px !important; */
}


.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: #FFF;
    font-weight: bold !important;
    margin-bottom: 0 !important;
    font-size: 18px !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_teal p a:focus-visible {
    outline: 0;
  box-shadow:
    0 0 0 1px #fff,
    0 0 10px 1px #fff;
}
.ar_intro_orange {
    background: #9F6C0F;
}

.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: #8D9843;
}

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

.ar_intro_green h3 {
    color: #FFFFFF;
    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:focus-visible {
    outline: 0;
  box-shadow:
    0 0 0 1px #fff,
    0 0 10px 1px #fff;
}

.ar_past_content p a:focus-visible {
    outline: 0;
  box-shadow:
    0 0 0 1px #00546d,
    0 0 10px 1px #00546d;
}

.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: #8D9843;
    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 p a:focus {
    border: 1px solid #00546d !important;
}
.ar-story-full blockquote {
    border-color: #00546d !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: #00546d;
}
.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: #9F6C0F !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: 0;
    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: #9F6C0F;
    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 h4 a:focus-visible {
    outline: 0;
  box-shadow:
    0 0 0 1px #00546d,
    0 0 10px 1px #00546d;
}

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

.ar-staff_lists-content p a:focus-visible {
    outline: 0;
  box-shadow:
    0 0 0 1px #00546d,
    0 0 10px 1px #00546d;
}

@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: #9F6C0F !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: #8D9843;
    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:focus-visible {
         outline: 0;
  box-shadow:
    0 0 0 1px #fff,
    0 0 10px 1px #fff;
}

.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: #9F6C0F;
    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 a:focus {
    border: 1px solid #00546d;
}

.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: #9F6C0F;
}

.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: #9F6C0F !important;
    border-left: 0 !important;
    border-top: 6px solid;
    background: #ededed;
    box-sizing: border-box;
    padding: 40px 50px 40px 60px;
    font-style: italic;
    margin-bottom: 30px;
}

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


.insight-bq p.long_quote {
    font-size: 18px !important;
    line-height: 25px !important;
    margin-bottom: 30px;
    font-family: 'Vollkorn', serif !important;
    color: #9F6C0F;
    font-style: italic !important;
}

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

.insight-bq h6 {
    font-size: 16px !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="text"] {
     padding: 15px !important;
    border: 0 !important;
    width:100% !important;
    box-sizing: border-box;
    font-size: 15px !important;
    font-family: 'commuters-sans', sans-serif !important;
}

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

.mc-field-group {
    margin-bottom: 10px !important;
}
#mc-embedded-subscribe {
    background: #00546d !important;
    color: #fff !important;
    font-family: 'commuters-sans', 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 {
    color: #202020;
    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 {
   background:url(images/2022-updates/news-insight-bkg.jpg) no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 80px 80px;
    box-sizing: border-box;
}

.footer_simplesign label {
    font-size: 28px;
    color: #fff;
    display:block;
    margin-bottom: 15px;
    font-family: 'Vollkorn', Georgia, serif !important;
    font-weight: 800 !important;
}

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

.footer_simplesign input[type="email"]:focus-visible {
   outline: 0;
  box-shadow:
    0 0 0 1px #ffffff,
    0 0 10px 1px #ffffff;
}

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

.footer_simplesign #mc-embedded-subscribe:focus-visible {
    outline: 0;
  box-shadow:
    0 0 0 1px #ffffff,
    0 0 10px 1px #ffffff;
}

.footer_simplesign #mc-embedded-subscribe:hover {
    background-color:#FFF !important;
    color: #9F6C0F !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: 95% !important;
            margin: 0 auto !important;
            padding-top: 20px;
        }
    
    .footer-social {
        display:block;
        zoom: 1;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
}

.insight_post_featured_image {
    width: 100% !important;
    height: 590px !important;
    /*margin-bottom: 120px !important;*/
    overflow: hidden;
    /*background-attachment: fixed;*/
    background-size: cover;
    display: block;
}


.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;
    }
}

.article_tile:hover a span  {
    color: #9F6C0F !important;
    text-decoration: underline !important;
}







* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-template-home-page-optionB .site-wrapper {
    overflow: visible !important;
}

.homehero {
    width: 100%;
    position: relative;
    background: url(images/nwaf-pattern-teal.jpg) no-repeat;
        background-size:cover;
}
.homehero h2,
.homehero p.h2 {
    color: #fff;
    font-weight: 800;
    font-size: 52px !important;
    line-height: 52px !important;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
}

.homehero-text1-inner p,
.homehero-text2-inner p {
    font-weight: bold !important;
    font-size: 22px !important; 
    line-height: 26px !important;
    margin-bottom: 30px !important;
    color: #fff !important;
}

.homehero-text1-inner h2, 
.homehero-text2-inner h2 {
    font-family: 'Vollkorn', serif;
    font-weight: 700;
}

.homehero-text1-inner a,
.homehero-text2-inner a {
    background:#9F6C0F;
    display: inline-block;
    padding: 20px 20px;
    font-family: 'Vollkorn', serif;
    font-weight: 800 !important;
    font-size: 18px !important; 
    line-height: 20px !important;
    color: #fff;
}

.homehero-text1-inner a:hover,
.homehero-text2-inner a:hover {
    background:#00546D;
}


.homehero-video-inner img {
    max-width: none !important;
    height: 100%;
}
@media (min-width: 992px) and (min-height: 650px) {
    .homehero {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (max-width: 1080px), (max-height: 649px) {
    .homehero-video {
        position: relative;
    }
}
@media (min-width: 1080px) and (min-height: 650px) {
    .homehero-video {
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        width: 50%;
    }
}
.homehero-video :before,
.homehero-video :after {
    content: "";
    display: table;
}
.homehero-video-inner {
    font-size: 0;
    height: 450px;
    overflow: hidden;
    width: 100%;
    z-index: 10;
}
@media (min-width: 1080px) and (min-height: 650px) {
    .homehero-video-inner {
        height: calc(100vh);
    }
}
.homehero-video-inner video {
    min-width: 100%;
}

.scroll-reminder {
     position: absolute !important;
       bottom: 30px !important;
}
@media (max-width: 767px) {
    .homehero-video-inner video {
        height: 100%;
    }
}
@media (min-width: 768px) and (max-height: 649px) {
    .homehero-video-inner video {
        height: auto;
        width: 100%;
    }
}
@media (min-width: 1080px) and (min-height: 650px) {
    .homehero-video-inner video {
        min-height: 100vh;
        min-width: 100%;
    }
}
.homehero-text1,
.homehero-text2,
.homehero-text3 {
    padding: 2em 8% 2em 8%;
}
@media (min-width: 1080px) and (min-height: 650px) {
    .homehero-text1,
    .homehero-text2,
    .homehero-text3 {
        display: flex;
        display: -ms-flexbox;
        flex-direction: column;
        height: calc(100vh - 100px);
        justify-content: center;
        padding: 0 0 0 8%;
        position: relative;
        width: 50%;
          background: transparent;
    }
}
@media (min-width: 1600px) and (min-height: 650px) {

    .homehero-text3 {
        align-items: flex-end;
        align-self: flex-end;
    }
}
@media (min-width: 1080px) and (min-height: 650px) {
    .homehero-text-mask {
        background: linear-gradient(#ffffff 60%, rgba(255, 255, 255, 0));
        display: block;
        height: 100px;
        left: 0;
        margin-bottom: -50px;
        position: sticky;
        top: calc(100vh - 150px);
        width: 100%;
        z-index: 2;
    }
}
@media (min-width: 1080px) and (min-height: 650px) and (max-height: 800px) {
    .homehero-text-mask {
        height: 75px;
        top: calc(100vh - 125px);
        margin-bottom: -26px;
    }
}


@media (min-width: 1080px) and (min-height: 650px) {
    .homehero-text1-inner,
    .homehero-text2-inner,
    .homehero-text3-inner {
        max-width: 672px;
        padding-right: 50px;
        padding-bottom: 100px;
    }
}
@media (min-width: 1080px) and (min-height: 650px) and (max-height: 800px) {
    .homehero-text1-inner h2,
    .homehero-text2-inner h2,
    .homehero-text3-inner h2 {
        font-size: 2.5em;
    }
}
@media (min-width: 1600px) {
    .homehero-text1-inner,
    .homehero-text2-inner, .homehero-text3-inner {
        padding-right: 120px;
    }
}

@media (min-width: 1600px)
.scroll-reminder {
    left: calc(100% - 300px);
     position: absolute !important;
       bottom: 10px !important;
}

@media (min-height: 1081px) and (min-width: 1599px) {
   .scroll-reminder {
        left: calc(100% - 300px);
        position: absolute !important;
       bottom: 10px !important;
    } 
}

@media (min-height: 650px) and (min-width: 1080px)
.scroll-reminder {
    bottom: 0;
    display: block;
    height: 44px;
    left: calc(12% + 3px);
    position: absolute;
    width: 100%;
    z-index: 0;
}
@media (min-width: 768px)
.scroll-reminder {
    display: none;
}


.scroll-reminder img {
    width: 100px !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .homehero h2,
    .homehero p.h2 {
        font-size: 38px !important;
        line-height: 38px !important;
    }
    
    .homehero-text1 {
        padding-top: 70px !important;
    }
}


@media only screen and (min-width: 320px) and (max-width: 1600px) {
   .homehero-text1,
    .homehero-text2,
    .homehero-text3 {
          background: transparent;
    }
}


.home_form {
    background: #F9F7F6;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 85px 3% 40px;
}

.home_form hr {
    height: 1px;
    background: #A7A9AC;
    border: 0;
    margin: 40px 0 !important;
    padding: 0 !important;
}

.home_form p {
    margin: 0 !important;
    padding: 0 !important;
}

.home_form h4 {
    font-size: 42px !important;
    font-weight: 800;
    line-height: 48px !important;
}

.home_form h6 {
    font-weight: 800;
}

.home_form_left {
    display: inline-block;
    zoom: 1;
    width: 42%;
    vertical-align: top;
}

.home_form_right {
    display: inline-block;
    zoom: 1;
    width: 58%;
    vertical-align: top;
}

.home_form_offset {
    box-sizing: border-box;
    padding: 0 15%;
}

.home_form_right input[type="text"] {
    background: #fff !important;
    border: 1px solid #D6D6D6;
    display: inline-block;
    zoom: 1;
    padding: 20px 15px;
    width: 100%;
    font-family: 'commuters-sans', sans-serf;
    color: #232323 !important;
    font-size: 15px !important;
    line-height: 15px !important;
}

.home_form_right input[type="email"] {
    background: #fff !important;
    border: 1px solid #D6D6D6 !important;
    display: inline-block;
    zoom: 1;
    padding: 20px 15px;
    width: 100%;
    font-family: 'commuters-sans', sans-serf;
    color: #232323 !important;
    font-size: 15px !important;
    line-height: 15px !important;
}

.home_form #mc-embedded-subscribe  {
    background: #9F6C0F !important;
    color: #fff !important;
    font-family:'Vollkorn', Georgia, serif !important;
    font-weight: 800 !important;
    text-transform: none !important;
    float: right;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .home_form {
        background: #F9F7F6;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 85px 3% 40px;
    }
    .home_form_left {
        display: block !important;
        width: 100%;
        margin-bottom: 30px;
    }

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

    .home_form_offset {
        box-sizing: border-box;
        padding: 0 2%;
    }

    .home_form_right input[type="text"] {
        background: #fff !important;
        border: 1px solid #D6D6D6;
        display: inline-block;
        zoom: 1;
        padding: 20px 15px;
        width: 100%;
        font-family: 'commuters-sans', sans-serf;
        color: #232323 !important;
        font-size: 15px !important;
        line-height: 15px !important;
    }

    .home_form_right input[type="email"] {
        background: #fff !important;
        border: 1px solid #D6D6D6 !important;
        display: inline-block;
        zoom: 1;
        padding: 20px 15px;
        width: 100%;
        font-family: 'commuters-sans', sans-serf;
        color: #232323 !important;
        font-size: 15px !important;
        line-height: 15px !important;
    }

    .home_form #mc-embedded-subscribe  {
        float: none !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1079px) {
    .homehero-video-inner {
        height: auto !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        line-height: 0 !important;
    }
    
    .homehero-video-inner img {
        margin-bottom: 0 !important;
    }
}


.approach_intro {
    max-width: 1400px;
    width: 70%;
    text-align: center;
    padding: 90px 0;
    margin: 0 auto;
}

.approach_intro h3 {
    font-size: 42px !important;
    line-height: 40px !important;
    font-weight: 800 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.home_approach_main-content {
    margin: 0 auto;
    width: 60%;
    padding: 0 0 50px 0;
}

.home_approach_main-content.wide {
    margin: 0 auto;
    width: 85%;
    padding: 0 0 50px 0;
}

.home_approach_main-content.wide h5 {
    width: 65%;
}

.home_approach_main-content h3 {
    font-size: 42px !important;
    line-height: 40px !important;
    font-weight: bold !important;
    color: #00546D;
    border-top: 10px solid #00546D;
    display: inline-block;
    padding: 40px 0 0 0;
}

.home_approach_main-content p a {
    background: #00546D !important;
    text-transform: none !important;
    font-family: 'Vollkorn', Georgia, serif !important;
    display: inline-block;
    padding: 15px 20px;
    color: #fff !important;
    font-weight: 700;
}

.home_approach_main-content p a:hover {
    background: #9F6C0F !important;
}

.home_approach_main-content h5 {
    color: #232323 !important;
    font-family: 'commuters-sans', sans-serif !important;
}

.port_lists {
    margin-top: 40px;
    display: flex;
}

.port_wrapper {
    display: inline-block;
    zoom: 1;
    width: 23%;
    box-sizing: border-box;
    border-bottom: 7px solid #00546D;
    padding: 0 0 30px 0;
    margin: 0 2% 0 0;
    vertical-align: top;
}

.port_wrapper:last-child {
    margin: 0 0 0 0;
}

.port_wrapper h5 {
    font-family: 'Vollkorn', Georgia, serif !important;
    font-weight: 800 !important;
    font-size: 24px !important;
    line-height: 26px !important;
    color: #00546D !important;
    width: 100% !important;
}

.eg_content--accordion_home {
    width: 100% !important;
    margin-top: 50px !important;
}

.eg_content--accordion_home h5 {
    font-size: 14px !important;
    line-height: 16px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}

.eg_content--accordion_home .accord .title {
    padding: 25px 40px 25px 0;
    display: block;
    color: #9F6C0F;
    font-family: 'Vollkorn', Georgia, serif !important;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    border-bottom: 1px solid #c6c6c6;
    cursor: pointer;
    font-weight: 700;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .approach_intro {
        width: 80%;
        padding: 70px 0;
    }
    .approach_intro h3 {
        font-size: 28px !important;
        line-height: 30px !important;
        font-weight: 800 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .home_approach_main-content {
        width: 80%;
    }
    
    .port_lists {
        display: block;
    }

    .port_wrapper {
        display: block;
        width: 100%;
        margin: 0 2% 40px 0;
    }
    
    .home_approach_main-content.wide h5 {
        width: 100%;
    }
}

.related_posts .article_tile.feeds {
    width: 94% !important;
}

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

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    background: #eee;
    margin: 0 !important;
    padding: 15px 0;
}
.rmp-widgets-container p {
    margin: 0 !important;
    padding: 0 !important;
}

.rmp-heading--title {
    font-family: "Vollkorn", serif;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #00546d;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons {
    margin-bottom: 0 !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
    overflow: hidden;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.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;
}

#9cab4b



.engage-intro h3 {
    line-height: 50px !important;
}

.engage-grantseekers p {
    font-family: "Vollkorn", serif !important;
    color: #fff !important;
    text-align: center;
    font-weight: 400;
    font-size: 23px !important;
    line-height: 34px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.engage-grantseekers p a {
    color: #fff !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
}

.engage-content {
    padding: 60px 0 !important;
}

.engage-left {
    box-sizing: border-box;
    padding-right: 50px;
}

.engage-right {
    box-sizing: border-box;
    padding-left: 50px;
}

.engage-content p {
    line-height: 39px !important;
}

.engage-content h4 {
    color: #00546e;
    font-size: 32px !important;
}

.engage-left h5 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: 26px !important;
}



.engage-right input[type="text"] {
    display: block;
    width: 100% !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
   .engage-left {
        box-sizing: border-box;
        padding-right: 0;
    }

    .engage-right {
        box-sizing: border-box;
        padding-left: 0;
        margin-top: 30px !important;
    } 
    
    .engage-intro h3 {
        line-height: 40px !important;
    }
    
    .engage-grantseekers {
        padding: 40px 0 !important;
    }
    
    .engage-left img {
        width: 100% !important;
        margin-bottom: 30px !important;
    }

}

.evergreen_cta {
    text-align: center;
    position: relative;
}

.evergreen_cta_wrapper {
    position: relative;
    z-index: 8888;
        padding: 90px 0;

}

.evergreen_cta h4 {
    color: #fff;
        font-size: 34px !important;
    font-weight: bold;
    line-height: 42px !important;
}

.evergreen_cta a {
   display: inline-block;
    padding: 12px 50px 12px 22px;
    background: #9F6C0F;
    color: #fff;
    font-family: 'commuters-sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.evergreen_cta a:after {
   position: absolute;
    content: url(images/2022-updates/white-cta-arrow.svg);
    width: 12px;
    height: 12px;
    right: 25px;
}



.evergreen_cta a:hover {
   background-color:#b67d14 !important;
  color: #fff;
}

.pdfdownload {
    text-align: center;
    padding: 20px 0;
}

.pdfdownload.teal_bkg {
    background: #00546D !important;
}

.pdfdownload.orange_bkg {
    background: #9F6C0F !important;
}

.pdfdownload.gray_bkg {
  background: #ededed !important;   
}

.pdfdownload_wrapper {
    max-width: 1400px;
    width: 85%;
    background: #00546d;
    box-sizing: border-box;
    padding: 30px 3%;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}

.pdfdownload_left {
    display: inline-block;
    zoom: 1;
    width: 30% !important;
    vertical-align: middle;

}

.pdfdownload_left img {
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}

.pdfdownload_right {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    box-sizing: border-box;
    width: 70%;
    padding-left: 40px;
    text-align: left;
}

.pdfdownload_right h4 {
    font-size: 30px !important;
    line-height: 44px !important;
    color: #fff !important;
}

.pdfdownload_right a {
    display: inline-block;
    background: #fff;
    padding: 10px 25px;
    font-weight: bold !important;
    text-transform: uppercase;
    border: 2px solid #fff !important;
}

.pdfdownload_right a:hover {
    background: #003e50;
    color: #fff;
}

.pdfdownload_right a:focus-visible {
    background: #003e50;
    color:#fff;
    border:2px solid #E6DF0F !important;
}

@media only screen and (min-width: 320px) and (max-width: 959px) {
    .pdfdownload_wrapper {
    max-width: 1400px;
    width: 100%;
    background: #00546d;
    box-sizing: border-box;
    padding: 30px 5%;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}
    
    .pdfdownload_left {
    display: block
    zoom: 1;
    width: 100% !important;
    vertical-align: top;
    margin-bottom: 20px !important;

}

.pdfdownload_left img {
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}

.pdfdownload_right {
    display: block;
    vertical-align: top;
    zoom: 1;
    box-sizing: border-box;
    width: 100%;
    padding-left: 0px;
    text-align: left;
}

.pdfdownload_right h4 {
    font-size: 35px !important;
    line-height: 40px !important;
    color: #fff !important;
}

.pdfdownload_right a {
    display: block;
    background: #fff;
    padding: 10px 25px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-align: center;
}
}




.home_fw-wrapper.white {
    background-color: #fff;
}

.home_fw-wrapper.gray {
    background-color: #fff;
}

.home_fw-wrapper.orange {
    background-color: #c8812a;
}

.home_fw-wrapper.teal {
    background-color: #00546d;
}

.home_fw-wrapper.imagebg {
    background-size: cover !important;
    background-position: 50% 50%;
    position: relative;
    display: block;
    z-index: 1;
}
.imagebg::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.9) !important;
    z-index: 8888;
}

.home_fw-container-wrapper {
    max-width: 900px;
    margin: 0 auto !important;
    padding: 120px 0;
}

.home_fw-wrapper.white h3, .home_fw-wrapper.gray h3 {
    color: #00546d;
    font-size: 50px !important;
    line-height: 54px !important;
}

.home_fw-wrapper.white h3, .home_fw-wrapper.gray p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.home_fw-wrapper.teal h3, .home_fw-wrapper.orange h3, .home_fw-wrapper.imagebg h3 {
    color: #fff;
    font-size: 50px !important;
    line-height: 54px !important;
}

.home_fw-wrapper.teal p, .home_fw-wrapper.orange p, .home_fw-wrapper.imagebg p {
    color: #fff;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


.home_fw-wrapper.white h3, .home_fw-wrapper.gray p a {
   background: #00546d;
    color: #fff;
    margin-bottom: 0;
    display: inline-block !important;
    font-family: 'Vollkorn',Georgia,serif;
    font-weight: 700;
    padding: 20px 30px;
    margin-top: 20px !important;
}

.home_fw-wrapper.teal a, .home_fw-wrapper.imagebg a {
    background: #fff;
    color: #00546d;
    margin-bottom: 0;
    display: inline-block !important;
    font-family: 'Vollkorn',Georgia,serif;
    font-weight: 700;
    padding: 20px 30px;
    margin-top: 20px !important;
}

.home_fw-wrapper.orange a {
    background: #fff;
    color: #c8812a;
    margin-bottom: 0;
    display: inline-block !important;
    font-family: 'Vollkorn',Georgia,serif;
    font-weight: 700;
    padding: 20px 30px;
     margin-top: 20px !important;
}

.home_our-approach {
  position: relative;
    text-align: center;
    padding: 0 0;
}

@media only screen and (min-width: 320px) and (max-width: 959px) {
    .home_mission-wrapper {
        box-sizing: border-box;
        padding: 0 30px;
    } 
    
    .home_values-wrapper {
        box-sizing: border-box;
        padding: 0 30px;
    }
    
    .home_approach-wrapper {
        box-sizing: border-box;
        padding: 0 30px;
    }
}

.staff_insights_anchor {
    margin-top: 10px;
}

.staff_insights_anchor img {
    width: 15px;
    position: relative;
    top: 3px;
}
.staff_insights_anchor a {
    font-size: 13px !important;
    text-transform: uppercase;
}

.staff_insights_links {
    border-top: 1px solid #d1d1d1;
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
}

.staff_insights_links a:focus {
    border: 1px solid #00546d;
}




.hero-caption {
    position: absolute;
    bottom: 30px;
    right: 80px;
    z-index: 9999;
    text-align: right;
}

.hero-caption p {
    color: #fff;
    font-size: 10px;
}

.nwaf-home_introduction {
    position: relative;
    display: block;
    padding: 0 4%;
    margin-bottom: 40px;
    box-sizing: border-box;
    width: 100%;
}

.nwaf-pattern-top {
    position: absolute;
    top: -40px;
    right: 0;
}

.nwaf-pattern-top img {
   width: 180px;
}

.nwaf-pattern-bottom {
    position: absolute;
    bottom: -60px;
    left: 0;
}

.nwaf-pattern-bottom img {
   width: 200px;
}


.nwaf-icon_flag {
    position: absolute;
    margin: 0 auto;
    width: 92%;
    top: -40px;
    text-align: center;
}

.nwaf-icon_flag img {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.nwaf-home_introduction-wrapper {
    background: url(images/2022-updates/home-intro-bkg.jpg);
    background-size: cover;
    box-sizing: border-box;
    padding: 230px 140px;
    margin-top: 40px;
}

.nwaf-home_introduction-wrapper h3 {
    font-family: 'commuters-sans', sans-serif;
    font-size: 56px !important;
    line-height: 80px !important;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0;
    color: #ffffff;
}

.nwaf-home_introduction-wrapper h3 strong {
    color: #9cab4b;  
}




.nwaf-home_secondary {
    display: block;
    padding:  0 4%;
    margin-bottom: 90px;
}

.nwaf-home_secondary-wrapper {
    position: relative;
}

.overlay.thirty-percent {
  background: rgba(0, 0, 0, .3);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8 !important;
  top: 0;
}

.dei-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 888 !important;
  top: 0;
  right: 0 !important;
  overflow: hidden;
    text-align: right;
}

.dei-overlay img {
    height: 100% !important;
}

.secondary-fifty {
    position: relative;
    z-index:9999;
    box-sizing: border-box;
    padding: 380px 80px 80px;
}

.secondary_content {
    display: inline-block;
    width: 60%;
    vertical-align: bottom;
    box-sizing: border-box;
    padding-right: 30px;
}

.secondary_content p {
    font-family: 'commuters-sans', sans-serif;
    font-weight: 800;
    font-size: 13px !important;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    padding-bottom: 0 !important;
    line-height: 20px !important;
}

.secondary_content h4 {
    color: #fff;
    font-size: 70px !important;
    line-height: 75px !important;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
}

.secondary_cta {
    position: relative;
    z-index: 9999;
    display: inline-block;
    width: 40%;
    vertical-align: bottom;
    padding-bottom: 30px;
    text-align: right;
}
.secondary_cta a {
    background: #9F6C0F;
    color: #fff !important;
    display: inline-block;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 15px 60px 15px 40px;
    text-transform: uppercase;
    position: relative;
}

.secondary_cta a:focus {
    border:2px solid #fff;
}

.secondary_cta a:hover, .secondary_cta a:focus {
    background: #00546d;
}

.secondary_cta a:after {
    position: absolute;
    content: url(images/2022-updates/white-cta-arrow.svg);
    width: 12px;
    height: 12px;
    right: 40px;
    
}

.nwaf_feature-news {
    margin-bottom: 30px;
    padding: 0 4%;
    position: relative;
    z-index: 555;
}

.home_news-title {
    box-sizing: border-box;
    padding: 0 80px;
}

.related_posts .home_news-title {
    box-sizing: border-box;
    padding: 0 0;
}
.home_news-title h4, .home_news-title h5 {
    font-family: 'commuters-sans', sans-serif;
    font-weight: 800;
    font-size: 13px !important;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: #333;
}


.news-tiles_wrapper {
    background: url(images/2022-updates/insights-text-art.png) no-repeat top left;
    background-size: 40px;
    background-color: #e8e3dd;
    box-sizing: border-box;
    padding: 0 0;
    position: relative;
}

.feed_news .news-tiles_wrapper {
    background: none !important;
    box-sizing: border-box;
    padding: 0 0;
    position: relative;
}

.news-tiles {
    box-sizing: border-box;
    padding: 0 80px;
}

.feed_news .news-tiles {
    box-sizing: border-box;
    padding: 0 0px;
}

.news-tiles ul {
    margin: 0 auto;
    padding: 0;
}

.news-tiles ul li {
    background: #fff;
    display: inline-block;
    width: 48%;
    margin: -40px 0 80px 0;
    vertical-align: top;
    -webkit-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}

.news-tiles ul li a:focus {
   border: 2px solid #00546d !important;
}

.news-tiles ul li a {
    display: inline-block;
}
.news-tiles ul li a:focus-within {
    visibility: visible;
    opacity: 1;
}

.tile_content_image {
    overflow: hidden;
}

.news-tiles ul li img {
    width: 100% !important;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-ms-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;
}

.news-tiles ul li:hover img {
    width: 100% !important;
    display: block;

    -moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}

.feed_news .news-tiles_wrapper .news-tiles ul li {
    background: #fff;
    display: inline-block;
    width: 31%;
    margin: -110px 0 80px 0;
    vertical-align: top;
    -webkit-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}

.related_articles .feed_news .news-tiles_wrapper .news-tiles ul li {
    margin: -60px 0 80px 0;
}

.related_articles .feed_news .news-tiles_wrapper .news-tiles ul li:nth-child(2) {
    margin: -60px 3% 80px;
}

.related_articles {
    border-top: 120px solid #e8e3dd;
    margin:0 4%;
}

feed_news .news-tiles_wrapper .news-tiles ul li img {
  width: 100% !important;
    display: block;  
}

.nwaf-article-tile_content {
    display: block;
    box-sizing: border-box;
    padding: 30px 52px 35px;
    line-height: 20px;
}

.news-tiles ul li:first-child {
    margin-right: 3%;
}

.feed_news .news-tiles_wrapper .news-tiles ul li:nth-child(2) {
    margin: -110px 3% 80px;
}

.news-tiles ul li h3, .news-tiles_evergreen article h3 {
    font-size: 22px !important;
    line-height: 31px !important;
}

.article-author {
    display: block;
    font-family: 'commuters-sans', sans-serif;
    color: #333;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.article-cta {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding-right: 30px;
    text-transform: uppercase;
}

.article-cta:after {
    content: url(images/2022-updates/orange-cta-arrow.svg);
    width: 12px;
    height: 12px;
    right: 0;
    position: absolute;
}

.nwaf-article-tile_content > .article-meta {
    color: #383838 !important;
    font-size: 12px;
    line-height: 20px !important;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.news-tiles_cta {
    border-top: 1px solid #fff;
    box-sizing: border-box;
    padding: 40px 80px 60px;
    margin: 0 80px;
    text-align: center;
}

.news-tiles_cta a {
    background: #9F6C0F;
    color: #fff !important;
    display: inline-block;
    font-size: 14px !important;
    padding: 15px 60px 15px 40px;
    text-transform: uppercase;
    position: relative;
}

.news-tiles_cta a:focus {
    border: 2px solid #fff;
}

.news-tiles_cta a:hover, .news-tiles_cta a:focus {
    background: #00546d;
}

.news-tiles_cta a:after {
    position: absolute;
    content: url(images/2022-updates/white-cta-arrow.svg);
    width: 12px;
    height: 12px;
    right: 40px;
    
}






.news-tiles_wrapper.evergreen_news {
    background: url(images/2022-updates/insights-text-art.png) no-repeat top left;
    background-size: 40px;
    background-color: #e8e3dd;
    box-sizing: border-box;
    padding: 0 0;
    position: relative;
    width: 92%;
    margin: 0 4%;
}

.news-tiles_evergreen {
    width: 88% !important;
}

.news-tiles_evergreen article {
    background: #fff;
    display: inline-block;
    width: 94%;
    margin: -60px 3% 80px 3%;
    vertical-align: top;
    -webkit-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}

.news-tiles_evergreen .tile_content_image {
    overflow: hidden;
}

.news-tiles_evergreen article img {
    width: 100% !important;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-ms-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;
}

.news-tiles_evergreen article:hover img {
    width: 100% !important;
    display: block;

    -moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}













.hero_link_wrapper {
    background: #9F6C0F;
    color: #fff !important;
    display: inline-block;
    font-size: 14px !important;
    padding: 15px 60px 15px 40px;
    text-transform: uppercase;
    position: relative;
    -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;
    border: 2px solid rgba(255,255,255,0);
}

.hero_link_wrapper p {
    margin-bottom: 0 !important;
    padding: 0 !important;
    display: inline-block;
}

.hero_link_wrapper:hover, .hero_link_wrapper:focus{
    border: 2px solid rgba(255,255,255,1);
}

.hero_link_wrapper:after {
     position: absolute;
    content: url(images/2022-updates/white-cta-arrow.svg);
    width: 12px;
    height: 12px;
    right: 40px;
}

.footer-signup_left {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    box-sizing: border-box;
    padding-right: 50px;
}

.footer-signup_left p {
    font-family: 'commuters-sans', sans-serif;
    font-weight: 800;
    font-size: 13px !important;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
    padding-bottom: 0 !important;
}

.footer-signup_left label {
    font-family: 'Vollkorn', serif;
    font-weight: 300 !important;
    font-size: 52px !important;
    line-height: 58px !important;
}

.footer-signup_right {
     display: inline-block;
    vertical-align: middle;
    width: 55%;
}

.footer-signup_right input[type="email" ] {
    padding: 35px !important;
     font-family: 'Vollkorn', serif;
    color: #383838;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0 !important;
    width: 100% !important;
}

.footer_simplesign #mc-embedded-subscribe {
    border: 0 !important;
    background-color: #9F6C0F !important;
    font-size: 16px !important;
    float: right;
    padding: 20px 40px !important;
    position: relative;
}

.footer_simplesign #mc-embedded-subscribe:after {
    position: absolute;
    content: url(images/2022-updates/white-cta-arrow.svg);
    width: 12px;
    height: 12px;
    right: 40px;
}

.more-insights {
    box-sizing: border-box;
    padding: 0 3%;
    text-align: center;
}

.more-insights_wrapper {
    
}

.more-insights_wrapper h4 {
    font-family: 'commuters-sans', sans-serif;
    font-weight: 800;
    font-size: 13px !important;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #e8e3dd;
    padding: 0 0 20px;
}

.more-insights_wrapper.related h4 {
    font-family: 'commuters-sans', sans-serif;
    font-weight: 800;
    font-size: 13px !important;
    text-transform: uppercase;
    display: block;
    border-bottom: 0;
    padding: 0 0 20px;
}

.news-feed_post-tile {
   width: 100%;
    border-top: 90px solid #e8e3dd;
    margin-bottom: 80px;
}

.news-feed_post-image {
   display: inline-block;
    vertical-align: top;
    width: 40%;
    position: relative;
    top:-45px;
    margin-left: 3%;
    overflow:hidden;
            -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    padding-bottom: 0 !important;
}

.news-feed_post-image img {
    width: 100%;
    display:block;
    margin-left: 0;
    position: relative;
    z-index: 9999;
    margin-bottom: -15px;
    padding-bottom: 0 !important;
        -webkit-transition: all 500ms ease-in;
-moz-transition: all 900ms ease-in;
-ms-transition: all 900ms ease-in;
-o-transition: all 900ms ease-in;
transition: all 900ms ease-in;
}

.news-feed_post-image:hover img {
       -moz-transform: scale(1.04);
-webkit-transform: scale(1.04);
-o-transform: scale(1.04);
-ms-transform: scale(1.04);
transform: scale(1.04); 
    
}



.news-feed_post-data {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    box-sizing: border-box;
    padding: 120px 50px 0;
}

.thumb-dots {
    position: absolute;
    right: -60px;
    top: -20px;
    z-index: 1;
}

.thumb-dots img {
    width: 100px !important;
    display: block !important;
        -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.news-feed_post-data p {
    font-family: 'commuters-sans', sans-serif;
    font-weight: 800;
    font-size: 13px !important;
    line-height: 18px !important;
    text-transform: uppercase;
    margin-bottom: 0;
}

.news-feed_post-data .article-title {
    font-family: 'Vollkorn', serif;
    font-size: 40px !important;
    line-height: 45px !important;
    display: block;
    margin-bottom: 15px;
    font-weight: normal !important;
}

.news-feed_post-data .author-meta {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 30px;
    display: block;
}

.news-feed_post-data a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding-right: 30px;
    text-transform: uppercase;
}

.news-feed_post-data a:after {
    content: url(images/2022-updates/orange-cta-arrow.svg);
    width: 12px;
    height: 12px;
    right: 0;
    position: absolute;
}

.post-feed-container a {
    display: inline-block !important;
}

.post-feed-container a:focus {
    border: 2px solid #00546d;
}

.post-feed-container .staff-feed-item a {
    display: block !important;
}

.tile-insights-link {
    margin-bottom: 22px !important;
}

@media only screen and (min-width: 320px) and (max-width: 959px) {
    .nwaf-home_introduction-wrapper {
        background: url(images/2022-updates/home-intro-bkg.jpg);
        background-size: cover;
        box-sizing: border-box;
        padding: 110px 45px;
        margin-top: 40px;
    }
    
    .nwaf-home_introduction-wrapper h3 {
        font-family: 'commuters-sans', sans-serif;
        font-size: 24px !important;
        line-height: 38px !important;
        font-weight: 300;
        margin-bottom: 0;
        padding: 0;
        color: #ffffff;
    }
    
    .nwaf-pattern-top {
        position: absolute;
        top: -40px;
        right: 0;
    }

    .nwaf-pattern-top img {
       width: 100px;
    }

    .nwaf-pattern-bottom {
        position: absolute;
        bottom: -60px;
        left: 0;
    }

    .nwaf-pattern-bottom img {
       width: 100px;
    }
    
    .nwaf-home_secondary-wrapper {
        position: relative;
        background-position: top center !important;
    }
    
    .secondary_content {
        display: block;
        width: 100%;
        vertical-align: bottom;
        box-sizing: border-box;
        padding-right: 30px;
    }
    
    .secondary_content h4 {
        color: #fff;
        font-size: 40px !important;
        line-height: 48px !important;
        font-weight: 300 !important;
        margin-bottom: 0 !important;
    }
    
    .secondary_cta {
        position: relative;
        z-index: 9999;
        display: block;
        width: 100%;
        vertical-align: bottom;
        padding-bottom: 30px;
        text-align: center;
    }
    
    .overlay.thirty-percent {
        background: rgba(0, 0, 0, .6);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 8 !important;
        top: 0;
    }
    
    .secondary-fifty {
        position: relative;
        z-index: 9999;
        box-sizing: border-box;
        padding: 380px 50px 50px;
    }
    .news-tiles {
        box-sizing: border-box;
        padding: 0 30px;
    }
    
    .home_news-title {
        box-sizing: border-box;
        padding: 0 30px;
    }
    
    .news-tiles ul li {
        background: #fff;
        display: inline-block;
        width: 100%;
        margin: -40px 0 70px 0;
        vertical-align: top;
        -webkit-border-radius: 0 0 30px 30px;
        border-radius: 0 0 30px 30px;
        -webkit-box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
        box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
    }
    
    .news-tiles_cta {
        border-top: 1px solid #fff;
        box-sizing: border-box;
        padding: 40px 0px 60px;
        margin: 0 30px;
        text-align: center;
    }

    .nwaf_feature-news {
        z-index: 1;
    }
     .feed_news .news-tiles_wrapper .news-tiles ul li {
        background: #fff;
        display: block;
        width: 100%;
        margin: 0 0 80px 0;
        vertical-align: top;
        -webkit-border-radius: 0 0 30px 30px;
        border-radius: 0 0 30px 30px;
        -webkit-box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
        box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
    }
    
    .dei-overlay {
        display: none;
    }
    
    .small-content {
        padding: 140px 0 40px;
        z-index: 100;
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
    

    
    .feed_news .news-tiles_wrapper .news-tiles ul li:nth-child(2) {
        margin: 0 0 50px;
    }
    
    .feed_news .news-tiles_wrapper .news-tiles ul li:first-child {
        margin: -110px 0 50px;
    }
    .footer_simplesign {
        box-sizing: border-box;
        padding: 70px 50px;
        margin-bottom: 30px;
    }
    .footer-signup_left {
        display: block;
        vertical-align: middle;
        width: 100%;
        box-sizing: border-box;
        padding-right: 0px;
        text-align: left;
    }
    .footer-signup_right {
        display: block;
        vertical-align: middle;
        width: 100%;
        box-sizing: border-box;
        padding-right: 0px;
        margin:  0 auto;
    }
    
    .footer_middle ul li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 13px;
        line-height: 24px;
        color: #00546d;
    }
    
    .footer_main_nav ul li {
        display: block;
        vertical-align: top;
        padding: 0 !important;
    }
    
    .footer_main_nav ul li a {
        color: #00546d;
        font-size: 13px;
          border-bottom: 1px solid #e8e3dd;
        display: block;
        padding: 25px 0;
        width: 70%;
        margin: 0 auto;
    }
    .footer_main_nav ul li a:hover {
        border-bottom: 1px solid #e8e3dd;
    }
    .footer_main_nav ul li:last-child a {
        border-bottom: 0;
    }
    
    
    
    
    .related_articles .feed_news .news-tiles_wrapper .news-tiles ul li {
        margin: 0 0 30px 0;
    }

    .related_articles .feed_news .news-tiles_wrapper .news-tiles ul li:nth-child(2) {
        margin: 0 0 30px;
    }

    .related_articles {
        border-top: 120px solid #e8e3dd;
        margin:0 4%;
    }

}




@media only screen and (min-width: 767px) and (max-width: 959px) {
    .footer_main_nav {
        display: none;
    }
    
    .footer_logo {
        display: block;
        margin-bottom: 30px !important;
    }
    
    .footer-social {
        display: block;
        zoom: 1;
        width: 100%;
        text-align: center;
        padding-top: 0;
        vertical-align: top;
    }
    
    .footer-legal {
        display: block;
        zoom: 1;
        width: 100%;
        padding-top: 20px;
        vertical-align: top;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
       
    
        .news-feed_post-tile {
            width: 48%;
            border-top: 0;
            margin-bottom: 80px;
            -webkit-border-radius: 0 0 30px 30px;
            border-radius: 0 0 30px 30px;
            -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
            box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
            background: #fff;
            display: inline-block;
            vertical-align: top;
        }
        .news-feed_post-tile:nth-child(even) {
            width: 48%;
            border-top: 0;
            margin-bottom: 80px;
            -webkit-border-radius: 0 0 30px 30px;
            border-radius: 0 0 30px 30px;
            -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
            box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
            background: #fff;
            display: inline-block;
            vertical-align: top;
            margin-left: 2%;
        }
    
        .news-feed_post-data {
            display: block;
            width: 100%;
            display: block;
            padding: 30px 40px 30px;
        }
        .news-feed_post-image {
           display: block;
            vertical-align: top;
            width: 100%;
            position: relative;
            top:0;
            margin-left: 0  !important;
        }
        .news-feed_post-image img {
            width: 100%;
            display:block;
            margin-left: 0;
            position: relative;
            z-index: 9999;
            -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
            box-shadow: 0 0 0 0 rgba(0,0,0,0);
        }
         .news-feed_post-data .article-title {
            font-family: 'Vollkorn', serif;
            font-size: 24px;
            line-height: 29px;
            display: block;
            margin-bottom: 15px;
        }
        .news-feed_post-data p {
            font-family: 'commuters-sans', sans-serif;
            font-weight: 800;
            font-size: 11px !important;
            text-transform: uppercase;
            margin-bottom: 0;
        }
        .news-feed_post-data .author-meta {
            color: #b2b2b2;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 11px;
            margin-bottom: 18px;
            display: block;
        }
}

@media only screen and (min-width: 320px) and (max-width: 766px) {
    .news-feed_post-tile {
        width: 100%;
        border-top: 0;
        margin-bottom: 80px;
        -webkit-border-radius: 0 0 30px 30px;
        border-radius: 0 0 30px 30px;
        -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
        box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
        background: #fff;
    }
    .news-feed_post-data {
        display: block;
        width: 100%;
        display: block;
        padding: 30px 40px 30px;
    }
    .news-feed_post-image {
       display: block;
        vertical-align: top;
        width: 100%;
        position: relative;
        top:0;
        margin-left: 0 !important;
    }
    .news-feed_post-image img {
        width: 100%;
        display:block;
        margin-left: 0 !important;
        position: relative;
        z-index: 9999;
        -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
    .news-feed_post-data .article-title {
        font-family: 'Vollkorn', serif;
        font-size: 26px;
        line-height: 31px;
        display: block;
        margin-bottom: 15px;
    }
    .news-feed_post-data p {
        font-family: 'commuters-sans', sans-serif;
        font-weight: 800;
        font-size: 11px !important;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .news-feed_post-data .author-meta {
        color: #b2b2b2;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 11px;
        line-height: 18px !important;
        margin-bottom: 18px;
        display: block;
    }
    
    .nwaf-article-tile_content {
        display: block;
        box-sizing: border-box;
        padding: 30px 30px 35px !important;
        line-height: 20px;
    }
    
    .secondary_cta a:after {
        position: absolute;
        content: url(images/2022-updates/white-cta-arrow.svg);
        width: 12px;
        height: 12px;
        right: 24px !important;
        top: 37% !important;

    }
    
    .footer-signup_left label {
        font-family: 'Vollkorn', serif;
        font-weight: 300 !important;
        font-size: 36px !important;
        line-height: 42px !important;
    }
}



@media only screen and (min-width: 960px) and (max-width: 1160px) {
    
    .footer_main_nav ul li a {
        color: #00546d;
        font-size: 10px;
    }
    
    .footer_main_nav ul li {
        display: inline-block;
        vertical-align: top;
        padding: 35px 8px 10px !important;
    }
    
    .footer-social {
        display: inline-block;
        zoom: 1;
        width: 60%;
        text-align: right;
        padding-top: 0;
        vertical-align: top;
    }
    
    .footer-legal {
        display: inline-block;
        zoom: 1;
        width: 40%;
        padding-top: 20px;
        vertical-align: top;
    }

}



.small-content.full-article {
    padding: 220px 0 30px;
    z-index: 100;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.full-article-intro {
    width: 92%;
    margin: 0 auto;
}

.post-title-meta {
    width: 58% !important;
}

.full-article-intro  .post-title-meta p {
    font-size: 13px !important;
    line-height: 19px !important;
    text-transform: uppercase !important;
    font-weight: normal;
    margin-bottom: 10px;
}

.full-article-intro .post-title-meta h1 {
    color: #383838 !important;
    font-size: 42px !important;
    line-height: 54px !important;
    font-weight: 300 !important;
}

.article_main-content {
    margin: 0 auto !important;
    width: 100%;
}

.article_main-content img {
    width: 100%;
    display: block;
}

.article_main-content h1, .article_main-content h2, .article_main-content h3, .article_main-content h4, .article_main-content h5, .article_main-content h6 {
    font-family: 'commuters-sans', sans-serif !important;
    font-weight: 700;
}

.et_pb_pagebuilder_layout.single-post #page-container .et_pb_row.article_body-copy {
    width: 60% !important;
}

.et_pb_image .et_pb_image_wrap {
    display: block;
    width: 100%;
    position: relative;
    max-width: 100%;
}

.et_pb_image img {
    position: relative;
    width: 100%;
    margin: 0 auto !important;
    display: block;
}

.engage-left img {
    width: 250px !important;
    margin-bottom: 30px !important;
    margin-left: 0 !important;
}

.article_call-out {
    display: flex;
}


.article_call-out .et_pb_column {
    display: flex;
}

.article_call-out_text {
    display: flex;
    box-sizing:  border-box;
    padding: 0 120px;
    text-align: center;
    justify-content: center;
  align-items: center;   /* <---- NEW    */
}

@media only screen and (min-width: 320px) and (max-width: 1279px) {
    .full-article-intro .post-title-meta h1 {
        color: #383838 !important;
        font-size: 38px !important;
        line-height: 44px !important;
        font-weight: 300 !important;
    }
    
    .small-content.full-article {
        padding: 100px 0 60px;
        z-index: 100;
        position: relative;
        width: 80%;
        margin: 0 auto;
    }
    
    .small-content.insights_header {
        padding: 90px 0 130px;
    }
    
    .post-back {
        float: none !important;
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 25px;
        margin-top: 20px;
        border-left: 0 !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1279px) {
   .post-title-meta {
        width: 100% !important;
        padding: 30px 23px 20px;
    } 
    
    .insight_post_featured_image {
        width: 100% !important;
        height: 500px !important;
        overflow: visible;
        background-attachment: scroll;
    }
    .article_call-out {
        display: block;
    }
    .article_call-out .et_pb_column {
        display: block;
        width: 100%;
    }

    .article_call-out_text {
        display: block;
            box-sizing:  border-box;
            padding: 100px 80px;
            text-align: center;
            justify-content: center;
          align-items: center;   /* <---- NEW    */
        }

    .article_call-out .et_pb_image img {
        position: relative;
        width: 100%;
        margin: 0 auto !important;
        display: block;
    }
}



/* .post-feed-container.presidents-corner_feed ul li article:nth-child(-n+3) {
    display: none;
}

.post-feed-container.main_feed-page ul li article:nth-child(-n+3) {
    display: none;
} 

.post-feed-container.presidents-corner_feed ul li:nth-child(-n+3) {
    display: none;
}

.post-feed-container.main_feed-page ul li:nth-child(-n+3) {
    display: none;
}

*/


.multiple_authors:after {
    content:', '
}

.multiple_authors:last-child:after {
    content:''
}
/* FAQs accordian */
.accordian-collapse-open .accord .toggle + .title + .content{
	max-height: 14000px;
	display: none;
}
.accordian-collapse-open .accord .toggle:checked + .title + .content{
	display: initial;
}




/* Full story button */
.ds-toggle-btn_exchange #full_story,.ds-toggle-btn_exchange #full_story + label{
	display: none !important;
}
.ds-fullStorybtn{
	padding: 25px 50px 25px 25px;
    display: inline-block !important;
    background: #9F6C0F;
    color: #fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    border: 0;
    cursor: pointer;
    margin: 0 auto !important;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
/* .ds-fullStorybtn:before,.ds-fullStorybtn:after{
	content: '';
    position: absolute;
    right: 1.25em;
    width: 4px;
    height: 0.75em;
    background-color: #fff;
    top: 1.35em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.ds-fullStorybtn:after{
	transform: rotate(90deg);
} */
.ds-fullStorybtn i{
	position:relative;
}
.ds-fullStorybtn i.plus:before{
	font: normal 23px dashicons;
    content: "\f132";
	position: absolute;
}.ds-fullStorybtn i.minus:before{
	font: normal 23px dashicons;
    content: "\f460";
	position: absolute;
}
.ds-toggle-btn_exchange #story .ar-story-full .option .content{
	max-height: 14000px;
	display: none;
}

/* It is used to add focus style on header search button */
.ds-search-button:focus {
	outline: auto;
}


/* It is used to add focus style on header Subscribe Button */
.myBtn:focus {
	outline: 1px dashed #fff;
}

.staff-meta .staff-title:focus, .staff-meta .staff-position:focus, .staff-meta .staff-email:focus, .staff-meta .staff-insight:focus, .staff-meta .staff-about:focus {
	outline: 2px solid #9F6C0F;
}

.staff_insights_anchor a:focus-visible {
	color: unset !important;
}

.staff-post-email a:focus, .staff_insights_anchor a:focus  {
	outline: 2px solid #9F6C0F;
	color: #9F6C0F !important;
}

a.link-1:focus, a.link-2:focus, a.link-3:focus, a.link-4:focus, a.link-5:focus, a.link-6:focus, a.link-7:focus {
    text-decoration: underline;
    text-decoration-color: #9F6C0F;
	text-decoration-thickness: 2px;
}

.staff-pag-right a:focus, .staff-pag-left a:focus {
	outline: 2px solid #9F6C0F;
}

.member-back a:focus {
	outline: 2px solid #9F6C0F !important;
}

.search-block__btn:focus {
	outline: 2px solid #9F6C0F;
}

a#header-search-close:focus {
    outline: 2px solid #9F6C0F;
}
.flex_cta_wrap .et_pb_dp_dmb_module_34470_item.et_pb_dp_dmb_module_34470_item_0.dp_dmb_repeat_item.dp_dmb_module_34470_item:focus-within, .et_pb_dp_dmb_module_34470_item.et_pb_dp_dmb_module_34470_item_1.dp_dmb_repeat_item.dp_dmb_module_34470_item:focus-within,
.et_pb_dp_dmb_module_34470_item.et_pb_dp_dmb_module_34470_item_2.dp_dmb_repeat_item.dp_dmb_module_34470_item:focus-within, .et_pb_dp_dmb_module_34470_item.et_pb_dp_dmb_module_34470_item_3.dp_dmb_repeat_item.dp_dmb_module_34470_item:focus-within {
	outline: 2px solid #fff !important;
}

.cdfi_quotes.cdfi_quotes_arrows .et-pb-slider-arrows .et-pb-arrow-prev:focus, .cdfi_quotes.cdfi_quotes_arrows .et-pb-slider-arrows .et-pb-arrow-next:focus {
	outline: 2px solid #fff;
}

.cdfi_quotes .et-pb-slider-arrows .et-pb-arrow-prev:focus, .cdfi_quotes .et-pb-slider-arrows .et-pb-arrow-next:focus {
	outline: 2px solid #fff;
} 

.dp_field_eg_med_cta_link.et_pb_button:focus {
	outline: 3px solid #9F6C0F;
}

.dp_field_tinymce p a:focus {
	outline: 2px solid #9F6C0F;
}

.ds-sidebarFaqs .et_pb_column_1 {
	order: 1;
}    

.investment_tile_container img {
    margin: -30px 0 50px !important;
    width: 100%;
}

.investment_tile_container.horiz_tiles {
    margin-bottom: 50px;
}

.investment_tile_container.horiz_tiles img {
    margin: 0 0 0 !important;
    width: 100%;
}


.investment_tiles {
    margin: 0 30px;
    padding: 40px 60px;
    box-sizing: border-box;
    text-align: center;
}

.investment_tiles h6 {
    font-family: 'commuters-sans', sans-serif !important;
    font-weight: bold;
    color:  #fff
}

.investment_tiles p {
    margin-bottom: 0 !important;
}

.eg_form_cta_right > .myBtn:focus-visible, .eg_form_cta_right > .myBtn:focus{
	border: none;
	outline: none;
}

.eg_form_cta_right > .myBtn:focus{
	outline: 1px solid #fff !important;
}

.sub-menu li a:focus-visible {
    color: #fff !important;
    border: 1px solid #fff !important;
}

#top-menu-nav > ul > li:focus-within > ul {
    visibility: visible;
    opacity: 1;
}

.nav_subscribe a:hover {
  background: #fff;
  display: inline-block;
  padding: 16px 20px 10px;
  color: #00546d !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

a.myBtn:hover {
    color: #00546D !important;
}

.graphina-charts-font text, .graphina-charts-font p, .graphina-charts-font span {
    font-family: 'commuters-sans', sans-serif !important;
}


















button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

button i {
    color: #fff;
    font-size: 38px;
}

.btn {
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0.6rem 0;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
}

.icon {
  padding: 0.5rem;

  border-radius: 10px;
}

.logo {
  margin-right: 1.5rem;
}

#nav-menu {
  border-bottom: var(--border);
    font-family:'Vollkorn',Georgia,serif !important;
}

.container {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
 /*  column-gap: 2rem; */

  padding: 0 0;
}

.menu {
  position: absolute;

    right:0;
}



.menu-bar .dropdown-link-title {
  font-weight: 600;
}

.menu-bar .nav-link {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.6px;
  padding: 0.3rem;
  min-width: 60px;
  margin: 0 0.6rem;
    color:#fff;
    border:2px solid rgba(0,0,0,0)
}

.menu-bar .nav-link:focus {
    border:2px solid #fff;
}
.menu-bar .nav-link:hover,
.dropdown-link:hover {

}

ul.menu-bar li {
    width: auto !important;
}


.nav-start,
.nav-end,
.menu-bar,
.right-container,
.right-container .search {
  display: flex;
  align-items: center;
}

.dropdown {
  display: flex;
  flex-direction: column;
  min-width: 230px;
  border-top: 5px solid #00546d;
  border-radius: 0;
  position: absolute;
  top: 50px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.97) translateX(-5px);
  transition: 0.1s ease-in-out;

}

.dropdown.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateX(5px);
}

.dropdown ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.2rem;
  font-size: 0.95rem;
  background: #333;
}

.dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.15rem;
}

.dropdown-link {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 0;
  transition: 0.1s ease-in-out;
}

.dropdown-link p {
  font-size: 19px;
}

a.dropdown-link {
    color:  #FFF;
    font-size: 18px !important;
    font-weight: normal !important;
}

a.dropdown-link:hover {
    color:  #B5D115;
    text-decoration: underline;
}
a.dropdown-link:focus {
    border:1px solid #fff;
}
.right-container {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.right-container .search {
  position: relative;
}

.right-container img {
  border-radius: 50%;
}

.search input {
  border: none;
  border-radius: 6px;
  padding: 0.7rem;
  padding-left: 2.4rem;
  font-size: 16px;
  width: 100%;
}

.search-results .search input {
    width: 75% !important;
}

.search .bx-search {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 1.3rem;
  transform: translateY(-50%);
  opacity: 0.6;
}

#hamburger {
  display: none;
  padding: 0.1rem;
  margin-left: 1rem;
  font-size: 1.9rem;
}

#hamburger:focus {
    border:1px solid #fff;
}
@media (max-width: 1100px) {
    .dropdown ul {
        background:#fff;
    }
    .menu-bar .nav-link {
        background:#fff;
        color: #333;   
    }
    a.dropdown-link {
        color: #333;
    }
    a.dropdown-link:focus {
        border: 1px solid #333;
    }
    button i.bx-chevron-down {
    color: #333;
        }
  #hamburger {
    display: block;
  }

  .container {
    /*padding: 1.2rem;*/
  }

  
  .menu {
    display: none;
    position: absolute;
    top: 87px;
    min-height: 100vh;
    width: 100vw;
      background: #fff;
      padding-left: 30px;
  }

  .menu-bar li:first-child ul:nth-child(1) {
    border-right: none;
    border-bottom: var(--border);
  }

  .dropdown {
    display: none;
    min-width: 100%;
    border: none !important;
    border-radius: 5px;
    position: static;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
  }

  .menu.show,
  .dropdown.active {
    display: block;
  }

  .dropdown ul {
    padding-left: 0.3rem;
  }

  .menu-bar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 1rem;
    padding: 1rem;
  }

  .menu-bar .nav-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0;
  }
    .menu-bar .nav-link:focus-visible {
        border:1px solid #333;
    }
  .menu-bar li:first-child .dropdown {
    min-width: 100%;
  }

  .menu-bar > li:not(:last-child) {
    padding-bottom: 0.5rem;
    border-bottom: var(--border);
  }
}






@media (max-width: 600px) {
  .right-container {
    display: none;
  }
}

.sidebar-section-nav .menu {
    position: relative !important;
}

.financial_graphs { margin: 0; padding:  0 20px; }
.financials_left { display: inline-block; vertical-align: middle; margin: 0; padding: 0; width: 35%; }
.financials_right { display: inline-block; vertical-align: middle; margin: 0; padding: 0 0 0 30px; width: 65%; box-sizing: border-box;}
.financials_left img {  width: 100%; display: block; }
.financials_right p { margin:0 !important; padding: 0 !important;}
.financial-header { font-size: 26px; font-weight: 700; }

.table_wrapper_header { background: #00546d; padding: 15px; box-sizing: border-box; }
.table_wrapper_header h4 { color: #fff; font-family: 'commuters-sans', sans-serif; margin: 0px; padding: 0px; font-size: 25px; }
.table_wrapper_metric { width: 100%; display: block; border-bottom: 1px solid #c1c1c1; padding: 15px 15px; box-sizing: border-box; }
.table_wrapper_metric.grayed { background: #b1b1b1; font-weight: 700; font-size: 18px; }
.metric_one {display: inline-block; width:  20%; border-right: 1px solid #c1c1c1;  }
.metric_two {display: inline-block; width: 80%; box-sizing: border-box; padding-left: 15px;  }

@media (max-width: 1100px) {
    .sidebar-section-nav .menu {
        position: relative !important;
        display: block !important;
        min-height: auto !important;
        top: 0 !important;
        width: 100% !important;
    }

    .metric_one {display: block; width:100%; border-right: 1px solid #c1c1c1;  }
    .metric_two {display: block; width:100%; box-sizing: border-box; padding-left: 15px;  }    
    .financials_left { display: block; vertical-align:top; margin: 0; padding: 0; width: 100%; }
    .financials_right { display: block; vertical-align: top; margin: 0; padding: 0 0 0 0; width: 100%; box-sizing: border-box;}
}

.single-page-signup {
    margin: 0px auto;
    padding: 40px 0;
    width: 50%;
}

.single-page-signup input[type="email"] {
        padding: 35px !important;
    font-family: 'Vollkorn', serif;
    color: #383838;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px !important;
    width: 100% !important;
}

.single-page-signup input[type="submit"] {
    width: 100%;
}

footer .container { display:block; }


@media (max-width: 600px) {
  .right-container {
    display: none;
  }
}

.no-overlay .overlay { background: rgba(0, 0, 0, 0) !important; }

.btt {
    position: absolute;
    bottom: -9999px !important;
    left: -9999px !important;
}


.sc_player_container1 .myButton_play input:focus {
    border: solid 1px #9F6C0F;
}


.dpsp-share-text {
    padding-bottom: 0 !important;
    box-sizing: border-box;
    padding-left: 20% !important;
}

#dpsp-content-bottom {
    box-sizing: border-box;
    padding-left: 20%;
}

@media (max-width: 900px) {
  .dpsp-share-text {
    padding-bottom: 0 !important;
    box-sizing: border-box;
    padding-left: 0 !important;
}

#dpsp-content-bottom {
    box-sizing: border-box;
    padding-left: 0;
}
}

.gS-container {
    width: 100% !important;
    margin: 0 auto;
    text-align:  center;
}

.gS-container ul {
    margin: 0 auto;
}

.gS-container ul li {
    float: none !important;
    display: inline-block;
}

.gS-container ul li:last-child {
    margin-right: 0 !important;
}

.evergreen_teal_wbkg a {
    color: #ffffff !important;
}

#main {
    z-index: 1 !important;
    position: relative;
    margin-top: -90px;
}

@media only screen and (max-width: 980px) {
    #main {
        z-index: 1 !important;
        margin-top: 0px;
    } 
}

#main-header { position: absolute; }

@media only screen and (min-width: 981px) {
  .et_header_style_centered #logo {
    max-height: 90% !important;
}  
}


.et_section_regular { padding-top: 0; padding-bottom: 0; }

.grid-image {
    padding: 0 !important;
}

@media (min-width: 981px) {
    .et_pb_row {
        padding: 0 0;
    }   
    .mobile-sidebar_flow {
        padding: 2% 0;
    }
}

footer .et_pb_row_1.et_pb_row  {
    padding: 0 !important;
}

@media (max-width: 980px) {
   .small-header > .et_pb_row {
        padding: 0 !important;
    } 
    
    
}

@media only screen and (min-width: 981px) and (max-width: 1280px) {
    .small-header.posts {
        position: relative !important;
        padding: 160px 0 30px !important;
    }
}


.et_pb_section_1.et_pb_section {
    margin-top: 0 !important;
}

.mobile-sidebar_flow a.et_pb_bg_layout_light {
    font-weight: bold;
    font-family: 'commuters-sans', sans-serif;
    color: #9F6C0F;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}

#wpadminbar {
  z-index: 9999 !important;
}

.custom_caption {
    margin: 15px auto 0 !important;
    padding-bottom: 0;
    max-width: 1400px;
        font-size: 13px !important;
    line-height: 20px !important;
}


.et_pb_row.et_pb_row_fullwidth {
    width: 100% !important;
    max-width: 100% !important;
}

.member-back {
        text-align: center;
    border-top: 1px solid #f1f1f1;
    width: 74%;
    margin: 30px auto 0;
    padding-top: 20px;
}

.post_hero-image {
    height: 600px;
    overflow: hidden;
    margin: 0 auto 0 !important;
    padding-bottom: 0;
    max-width: 1400px;
}

.post_hero-image img {
    width: 100%;
    display: block;
    margin: -10% 0 0 0;
}

@media only screen and (max-width: 1280px) {
    .post_hero-image {
        height: 350px;
        overflow: hidden;
        margin: 0 auto 0 !important;
        padding-bottom: 0;
        max-width: 1400px;
    }
}

@media only screen and (max-width: 767px) {
    .post_hero-image {
        height: 290px;
        overflow: hidden;
        margin: 0 auto 0 !important;
        padding-bottom: 0;
        max-width: 1400px;
    }
}

@media only screen and (max-width: 480px) {
    .post_hero-image {
        height: 290px;
        overflow: hidden;
        margin: 0 auto 0 !important;
        padding-bottom: 0;
        max-width: 1400px;
    }
}


.et_pb_dp_dmb_module_31061_0, .et_pb_dp_dmb_module_31061_1 {
    margin-top: 0 !important;
}

.et_pb_module {
    margin-top: 0 !important;
}


.skip-to-content-link {
  left: 50%;
  position: absolute;
  transform: translateY(-100%);
}


.skip-to-content-link {
  background: #00546d;
    color: #fff !important;
  height: 60px;
    text-align: center;
    top:-10px;
  left: 0;
  padding: 20px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
    z-index:9999;
    width: 100% !important;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
    border: 2px solid #fff;
}



.financial-label-color {
    display: inline-block;
    width: 3%;
    margin-right:.5%;
    vertical-align: top;
}

.financial-label-desc {
    display: inline-block;
    width: 95.5%;
    margin-top: 2px;
    vertical-align: top;
}



.financial-label-desc p {
    line-height: 25px !important;
}


.table_wrapper_header { background: #00546d; padding: 15px; box-sizing: border-box; }
.table_wrapper_header h4 { color: #fff; font-family: 'commuters-sans', sans-serif; margin: 0px; padding: 0px; font-size: 25px; }
.table_wrapper_metric { width: 100%; display: block; border-bottom: 1px solid #c1c1c1; padding: 15px 15px; box-sizing: border-box; }
.table_wrapper_metric.grayed { background: #b1b1b1; font-weight: 700; font-size: 18px; }
.metric_one {display: inline-block; width:  20%; border-right: 1px solid #c1c1c1;  }
.metric_two {display: inline-block; width: 80%; box-sizing: border-box; padding-left: 15px;  }


.pagination nav { display: inline-block; }


.quote-container h6 {
    line-height: 22px !important;
}

.quote-container h5 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.success-message {
    background: rgba(0,0,0,.5);
    box-sizing: border-box;
    padding: 40px 60px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.success-message h4 {
    color: #fff; font-family: 'Vollkorn', Georgia, serif !important; margin: 0px; padding: 0px; font-size: 29px !important; font-weight: normal !important; 
}

.success-message p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.simple_email-signup_snipe .mc-field-group input[type="email"] {
    width: auto !important;
    font-weight: bold;
}

.simple_email-signup_snipe .mc-field-group {
    margin-bottom: 0 !important;
}

.teal_bkg #mc-embedded-subscribe {
    background: #9F6C0F !important;
    padding: 15px 60px 15px 20px !important;
    position: relative;
}


.teal_bkg #mc-embedded-subscribe:before {
    position: absolute;
    content: url(images/2022-updates/white-cta-arrow.svg);
    width: 15px;
    height: 15px;
    right: 25px;
    top: 16px;
}

.orange_bkg #mc-embedded-subscribe {
    background: #00546d !important;
    padding: 15px 60px 15px 20px !important;
    position: relative;
}


.orange_bkg #mc-embedded-subscribe:before {
    position: absolute;
    content: url(images/2022-updates/white-cta-arrow.svg);
    width: 15px;
    height: 15px;
    right: 25px;
    top: 16px;
}

.simple_email-signup_snipe .success-message {
    padding: 5px 60px;
}

.simple_email-signup_snipe .error-message {
    color: #00546d;
    position: absolute;
    width: 100%;
    left: 0;
    padding-top: 35px;
    font-size: 13px;
}