@import url("https://fonts.googleapis.com/css?family=Lato:700i,900,900i");
/**
* GNL UI ICONS
*
* https://icomoon.io/app/
*/
@font-face {
  font-family: "gnl-ui-icons";
  src: url("../../gnl-web-framework/assets/vendor/fonts/gnl-ui-icons.ttf?40hoac") format("truetype"), url("../../gnl-web-framework/assets/vendor/fonts/gnl-ui-icons.woff?40hoac") format("woff"), url("../../gnl-web-framework/assets/vendor/fonts/gnl-ui-icons.svg?40hoac#gnl-ui-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "gnl-ui-icons" !important;
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e970";
}

.icon-ext:before {
  content: "\e971";
}

.icon-pdf:before {
  content: "\e972";
}

.icon-picture:before {
  content: "\e982";
}

.icon-video:before {
  content: "\e980";
}

.icon-audio:before {
  content: "\e981";
}

.icon-print:before {
  content: "\e908";
}

.icon-search:before {
  content: "\e960";
}

.icon-telephone:before {
  content: "\e990";
}

.icon-link:before {
  content: "\e906";
}

.icon-up-down:before {
  content: "\e900";
}

.icon-up:before {
  content: "\e961";
}

.icon-down:before {
  content: "\e964";
}

.icon-left:before {
  content: "\e963";
}

.icon-right:before {
  content: "\e962";
}

.icon-home-2:before {
  content: "\e904";
}

.icon-checkmark:before {
  content: "\e901";
}

.icon-profile:before {
  content: "\e905";
}

.icon-computer:before {
  content: "\e902";
}

.icon-envelope:before {
  content: "\e903";
}

.icon-info:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e909";
}

.icon-twitter:before {
  content: "\e910";
}

.icon-instagram:before {
  content: "\e984";
}

.icon-you-tube:before {
  content: "\e912";
}

.icon-pinterest:before {
  content: "\e913";
}

.icon-facebook-2:before {
  content: "\e983";
}

.icon-twitter-2:before {
  content: "\e985";
}

.icon-you-tube-2:before {
  content: "\e986";
}

.icon-folder:before {
  content: "\e90a";
}

.icon-lifesaver:before {
  content: "\e90b";
}

.icon-question:before {
  content: "\e90c";
}

.icon-scales:before {
  content: "\e90d";
}

.icon-bullet-list:before {
  content: "\e90e";
}

.icon-close:before {
  content: "\e90f";
}

.content-container .content-area h1, .content-container .content-area h2, .content-container .content-area h3, .content-container .content-area h4, .content-container .content-area h5, .content-container .content-area h6, .content-container .content-area .h1, .content-container .content-area .h2, .content-container .content-area .h3, .content-container .content-area .h4, .content-container .content-area .h5, .content-container .content-area .h6 {
  color: #3A2526;
}
.content-container .content-area h1 a, .content-container .content-area h2 a, .content-container .content-area h3 a, .content-container .content-area h4 a, .content-container .content-area h5 a, .content-container .content-area h6 a, .content-container .content-area .h1 a, .content-container .content-area .h2 a, .content-container .content-area .h3 a, .content-container .content-area .h4 a, .content-container .content-area .h5 a, .content-container .content-area .h6 a {
  color: #3A2526;
}
.content-container .content-area .entry-title {
  font-size: 2.625rem;
  line-height: 3rem;
  letter-spacing: -0.03125rem;
  margin-bottom: 1.375rem;
}
.content-container .content-area .sidebar img {
  margin: 0;
}
.content-container .content-area .emphasis {
  color: #3A2526;
  font-weight: 700;
  font-style: italic;
  font-size: 1.3125rem;
  line-height: 1.5;
  margin: -0.125rem 0 1.625rem;
}
@media print, screen and (min-width: 64em) {
  .content-container .content-area .emphasis {
    font-size: 1.6875rem;
    letter-spacing: -0.03125rem;
  }
}

.banner {
  align-items: center;
  padding-top: 3rem;
}
@media print, screen and (min-width: 40em) {
  .banner {
    padding-top: 1.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  h1.site-title {
    margin-bottom: 0.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .search-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .search-form {
    margin-bottom: 0.125rem;
  }
}

.search-field {
  padding: 0.375rem 1rem 0.5rem;
}

.search-submit {
  color: #3A2526;
}

.search-submit {
  padding: 0.375rem 1rem 0.5rem;
}

.budget-header-image-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .budget-header-image-container {
    height: 24.0625rem !important;
    background-size: cover;
    background-position: 25% 0;
  }
}
@media print, screen and (min-width: 40em) {
  .budget-header-image-container {
    background-position: 57% 0;
  }
}
@media screen and (min-width: 75em) {
  .budget-header-image-container {
    background-position: center;
  }
}
.budget-header-image-container .budget-header-image {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
.budget-header-image-container .budget-header-image .budget-header-image-logo-title-text {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
  padding: 3.5625rem 0 0;
}
@media print, screen and (min-width: 40em) {
  .budget-header-image-container .budget-header-image .budget-header-image-logo-title-text {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 2.25rem 0 0;
  }
}
@media print, screen and (min-width: 64em) {
  .budget-header-image-container .budget-header-image .budget-header-image-logo-title-text {
    flex: 0 0 auto;
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .budget-header-image-container .budget-header-image .budget-header-image-logo-title-text {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.budget-header-image-container .budget-header-image .budget-header-image-logo-title-text .budget-header-image-logo {
  flex: 0 0 auto;
  width: calc(33.3333333333% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .budget-header-image-container .budget-header-image .budget-header-image-logo-title-text .budget-header-image-logo {
    max-width: 16rem;
  }
}
.budget-header-image-container .budget-header-image .budget-header-image-logo-title-text .budget-header-image-title {
  color: #3A2526;
  font-weight: 900;
  font-size: 2.625rem;
  font-size: 2.7890625rem;
  line-height: 0.91428571;
  letter-spacing: -0.0625rem;
  margin: 0;
  margin-bottom: 5.875rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media print, screen and (min-width: 40em) {
  .budget-header-image-container .budget-header-image .budget-header-image-logo-title-text .budget-header-image-title {
    font-size: 4.375rem;
    margin-bottom: 5.25rem;
    letter-spacing: -0.09375rem;
  }
}
.budget-header-image-container .budget-header-image .budget-header-image-logo-title-text .budget-header-image-text {
  color: #fff;
  font-weight: normal;
  font-size: 1.3125rem;
  line-height: 1.2625;
  letter-spacing: 0;
  text-shadow: 0 0 1rem rgb(0, 0, 0);
  margin-bottom: 3rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media print, screen and (min-width: 40em) {
  .budget-header-image-container .budget-header-image .budget-header-image-logo-title-text .budget-header-image-text {
    font-size: 2.05882355rem;
  }
}

.top-navigation-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 64em) {
  .top-navigation-container {
    background-color: #3A2526;
  }
}

.top-navigation-container .top-navigation ul.dropdown-menu {
  justify-content: center;
}
.top-navigation-container .top-navigation ul.dropdown-menu > li > a:hover, .top-navigation-container .top-navigation ul.dropdown-menu > li > a.open {
  color: #000;
  background-color: #998B8A;
}

.page-template-homepage .content-container {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-homepage .content-container .content-area {
  margin: 0;
}
.page-template-homepage .content-container article {
  margin: 0;
}
.page-template-homepage .highlights-container {
  padding-top: 3.5625rem;
  padding-bottom: 2rem;
}
.page-template-homepage .highlights-container .highlights {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
.page-template-homepage .highlights-container .highlights .highlights-title {
  justify-content: center;
}
.page-template-homepage .highlights-container .highlights .highlights-carousel {
  min-width: 100%;
  width: 0;
  text-align: center;
  margin: 0;
}
.page-template-homepage .highlights-container .highlights .highlights-carousel .slick-prev,
.page-template-homepage .highlights-container .highlights .highlights-carousel .slick-next {
  width: 1.125rem;
  height: 2rem;
  opacity: 0.5;
}
.page-template-homepage .highlights-container .highlights .highlights-carousel .slick-prev:hover,
.page-template-homepage .highlights-container .highlights .highlights-carousel .slick-next:hover {
  opacity: 1;
}
.page-template-homepage .highlights-container .highlights .highlights-carousel .slick-prev {
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjMyODJEO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyLjEsMTMuOSAxNS45LDAuMSAxOCwyLjIgNC4yLDE2IDE4LDI5LjggMTUuOSwzMS45IDIuMSwxOC4xIDAsMTYgIi8+Cjwvc3ZnPgo=);
  -webkit-mask-repeat: no-repeat;
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjMyODJEO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyLjEsMTMuOSAxNS45LDAuMSAxOCwyLjIgNC4yLDE2IDE4LDI5LjggMTUuOSwzMS45IDIuMSwxOC4xIDAsMTYgIi8+Cjwvc3ZnPgo=);
  left: -2rem;
  mask-repeat: no-repeat;
  background-color: #3A2526;
}
.page-template-homepage .highlights-container .highlights .highlights-carousel .slick-prev:before {
  content: none;
}
.page-template-homepage .highlights-container .highlights .highlights-carousel .slick-next {
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTggMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4IDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzIzMjgyRDt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LDE2IDE1LjksMTguMSAyLjEsMzEuOSAwLDI5LjggMTMuOCwxNiAwLDIuMiAyLjEsMC4xIDE1LjksMTMuOSAiLz48L3N2Zz4=);
  -webkit-mask-repeat: no-repeat;
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTggMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4IDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzIzMjgyRDt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LDE2IDE1LjksMTguMSAyLjEsMzEuOSAwLDI5LjggMTMuOCwxNiAwLDIuMiAyLjEsMC4xIDE1LjksMTMuOSAiLz48L3N2Zz4=);
  right: -2rem;
  mask-repeat: no-repeat;
  background-color: #3A2526;
}
.page-template-homepage .highlights-container .highlights .highlights-carousel .slick-next:before {
  content: none;
}
.page-template-homepage .highlights-container .highlights .highlights-carousel .slick-track {
  display: flex;
}
.page-template-homepage .highlights-container .highlights .highlights-carousel .slick-track .slick-slide {
  height: auto;
}
.page-template-homepage .highlights-container .highlights .highlights-carousel .slick-track .slick-slide img {
  width: 100%;
}
.page-template-homepage .highlights-container .highlights .highlights-carousel.slick-dotted {
  margin-bottom: 0.375rem;
}
.page-template-homepage .highlights-container .highlights .highlights-carousel.slick-dotted .slick-dots {
  bottom: -0.8125rem;
}
.page-template-homepage .highlights-container .highlights .highlights-carousel.slick-dotted .slick-dots li.slick-active button:before {
  color: #3A2526;
  opacity: 1;
}
.page-template-homepage .highlights-container .highlights .highlights-carousel.slick-dotted .slick-dots li button:before {
  color: #3A2526;
}
.page-template-homepage .what-you-need-to-know-container {
  background-color: #e6e3e3;
  padding-top: 3.5625rem;
  padding-bottom: 2rem;
}
.page-template-homepage .what-you-need-to-know-container .what-you-need-to-know {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
.page-template-homepage .what-you-need-to-know-container .what-you-need-to-know-title {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  justify-content: center;
}
.page-template-homepage .what-you-need-to-know-container .what-you-need-to-know-post .what-you-need-to-know-title {
  justify-content: left;
  margin: 0;
}
.page-template-homepage .budget-speech-videos-container {
  padding-top: 3.5625rem;
  padding-bottom: 2rem;
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .budget-speech {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media print, screen and (min-width: 64em) {
  .page-template-homepage .budget-speech-videos-container .budget-speech-videos .budget-speech {
    flex: 0 0 auto;
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .videos {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media print, screen and (min-width: 64em) {
  .page-template-homepage .budget-speech-videos-container .budget-speech-videos .videos {
    flex: 0 0 auto;
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .budget-speech .budget-speech-title .budget-speech-link:after {
  content: none !important;
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .budget-speech .budget-speech-videos {
  display: block;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .budget-speech .budget-speech-videos .budget-speech-video {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 2rem;
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .budget-speech .budget-speech-videos .budget-speech-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .budget-speech .budget-speech-videos .budget-speech-video-link {
  color: #3A2526;
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .budget-speech .budget-speech-videos .budget-speech-video-link:hover {
  text-decoration: underline;
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .budget-speech .budget-speech-videos .budget-speech-video-link:after {
  content: none;
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .videos .videos-title .videos-link:after {
  content: none !important;
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .videos .videos-videos {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .videos .videos-videos .video-container {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  margin-bottom: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  .page-template-homepage .budget-speech-videos-container .budget-speech-videos .videos .videos-videos .video-container {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .videos .videos-videos .video-container .video-link:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(transparent, black);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .videos .videos-videos .video-container .video-link:hover:before {
  background-color: rgba(0, 0, 0, 0.25);
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .videos .videos-videos .video-container .video-link .video-image {
  width: 100%;
  margin: 0;
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .videos .videos-videos .video-container .video-link .video-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  min-height: 4rem;
  color: #fff;
  text-shadow: 0 0 0.375rem #000;
  padding: 0.875rem 2rem 1.1875rem;
  margin-bottom: 0;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .videos .videos-link a {
  color: #3A2526;
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .videos .videos-link a:hover {
  text-decoration: underline;
}
.page-template-homepage .budget-speech-videos-container .budget-speech-videos .videos .videos-link a:after {
  content: none;
}

.highlights-container .highlights {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.highlights-container .highlights .highlights-title {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.highlights-container .highlights .highlight {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #D9D9D6;
  border-radius: 0.5rem;
  padding: 2rem 1.5rem 0;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .highlights-container .highlights .highlight {
    flex: 0 0 auto;
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.highlights-container .highlights .highlight .highlight-icon {
  height: 4.5rem;
  margin: 0 auto 1.5rem;
}
.highlights-container .highlights .highlight .highlight-title:hover {
  text-decoration: underline;
}
.highlights-container .highlights .highlight .highlight-description {
  color: #3c3c3c;
}
.highlights-container .highlights .highlight .highlight-link-text {
  color: #3A2526;
}
.highlights-container .highlights .highlight .highlight-link-text:hover {
  text-decoration: underline;
}
.highlights-container .highlights .highlight:hover {
  text-decoration: none;
  background-color: #e6e3e3;
}
.highlights-container .highlights .highlight:after {
  content: none !important;
}
.highlights-container .highlights img {
  width: 100%;
  margin: 0;
}

[data-whatintent=mouse] .highlight:hover,
[data-whatintent=mouse] .highlight:active,
[data-whatintent=mouse] .highlight:focus {
  outline: 0;
}

.single-what_you_need_to_kno .what-you-need-to-know-container .what-you-need-to-know {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1.5rem;
}
.single-what_you_need_to_kno .what-you-need-to-know-container .what-you-need-to-know .what-you-need-to-know-content {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media print, screen and (min-width: 64em) {
  .single-what_you_need_to_kno .what-you-need-to-know-container .what-you-need-to-know .what-you-need-to-know-content {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.single-what_you_need_to_kno .what-you-need-to-know-container .what-you-need-to-know .what-you-need-to-know-sidebar {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media print, screen and (min-width: 64em) {
  .single-what_you_need_to_kno .what-you-need-to-know-container .what-you-need-to-know .what-you-need-to-know-sidebar {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.single-what_you_need_to_kno .what-you-need-to-know-container .what-you-need-to-know .what-you-need-to-know-sidebar .highlight {
  text-align: center;
}
.single-what_you_need_to_kno .what-you-need-to-know-container .what-you-need-to-know .what-you-need-to-know-sidebar .highlight .highlight-icon {
  margin-bottom: 1rem;
}
.single-what_you_need_to_kno .what-you-need-to-know-container .what-you-need-to-know .what-you-need-to-know-sidebar .highlight .highlight-title {
  margin-bottom: 0;
}

.what-you-need-to-know-container .what-you-need-to-know {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1.5rem;
}
.what-you-need-to-know-container .what-you-need-to-know .what-you-need-to-know-post {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .what-you-need-to-know-container .what-you-need-to-know .what-you-need-to-know-post {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .what-you-need-to-know-container .what-you-need-to-know .what-you-need-to-know-post {
    flex: 0 0 auto;
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.what-you-need-to-know-container .what-you-need-to-know .what-you-need-to-know-post .what-you-need-to-know-link .what-you-need-to-know-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  min-height: 4rem;
  color: #fff;
  text-shadow: 0 0 0.375rem #000;
  padding: 0.875rem 1rem 1.1875rem 2rem;
  margin-bottom: 0;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.what-you-need-to-know-container .what-you-need-to-know .what-you-need-to-know-post .what-you-need-to-know-link:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, black);
}
.what-you-need-to-know-container .what-you-need-to-know .what-you-need-to-know-post .what-you-need-to-know-link:hover:after {
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.what-you-need-to-know-container .what-you-need-to-know .what-you-need-to-know-post .what-you-need-to-know-image {
  width: 100%;
  height: auto;
  margin: 0;
}

.accordion {
  list-style-type: none;
  padding-left: 0;
}

a.accordion-title {
  padding: 1.0625rem 4rem 1.4375rem 0;
  margin-left: 0;
}
a.accordion-title:hover {
  text-decoration-color: #3A2526;
}
a.accordion-title:before {
  font-size: 2rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "gnl-ui-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e964";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  margin: 0;
}
a.accordion-title[aria-expanded=true]:before {
  content: "\e961";
}

.accordion-content {
  padding: 0;
  margin-left: 0;
}

.page-template-infrastructure .projects {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1.5rem;
}
.page-template-infrastructure .projects .projects-title {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.page-template-infrastructure .projects .project {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media print, screen and (min-width: 40em) {
  .page-template-infrastructure .projects .project {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-infrastructure .projects .project {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.page-template-infrastructure .projects .project .project-image {
  width: 100%;
  height: auto;
}