@charset "UTF-8";
/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*colors*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
body {
  color: #000;
  font: 300 16px/1.4 "Inter", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
}

.montserrat, .news-cards .news a,
#news .news a, #homeDev .stats, #wpsl-stores .title, #homeInvest .iIcons, .homeTextContainer .homeText strong, #sidebarNav a, #footer #footerSitemap .specialFooterLinks > .menu > li > a, #header .navbar-default {
  font-family: "Montserrat", sans-serif;
}

.inter, #caseBanner #caseHeading h2, #sidebarNav > ul:not(#menu-footer-2020) > li > ul > li.current-menu-ancestor > ul a, #sidebarNav > ul:not(#menu-footer-2020) > li > ul > li.current-menu-parent > ul a, #sidebarNav > ul:not(#menu-footer-2020) > li > ul > li.current-menu-item > ul a {
  font-family: "Inter", sans-serif;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #444;
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: #444;
}
a:focus, a:hover, a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

.embedBox {
  position: relative;
  padding-bottom: 52%;
  /* ratio for youtube embed 62.25%*/
  padding-top: 30px;
  height: auto;
  margin: 30px 0;
  overflow: hidden;
}

.embedBox iframe, .embedBox object, .embedBox embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainContent > p:first-child > .embedBox {
  margin-top: 0;
}

.button, .gform_button {
  color: #FFF;
  background: #a3dbd1;
  font-weight: bold;
  padding: 12px 38px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none !important;
}
.button:hover, .gform_button:hover {
  color: #FFF;
  background: #00A880;
}
.button.blue, .blue.gform_button {
  background: #004053;
}
.button.blue:hover, .blue.gform_button:hover {
  background: #A00C30;
}
.button.green, .green.gform_button {
  background: #00A880;
}
.button.green:hover, .green.gform_button:hover {
  background: #a3dbd1;
}
.button.red, .red.gform_button {
  background: #A00C30;
}
.button.red:hover, .red.gform_button:hover {
  background: #004053;
}
.button.red:focus, .red.gform_button:focus {
  color: #FFF;
}

.fontawesome, .accordion button:after {
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accordion {
  margin-top: 20px;
  margin-bottom: 40px;
  /*.active svg {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
  }*/
}
.accordion > div > div {
  background: #FFF;
  margin-bottom: 2px;
  padding: 20px;
  color: #004053;
}
.accordion button {
  border: 0;
  width: 100%;
  text-align: left;
  background: #FFF;
  margin-bottom: 2px;
  padding: 20px;
  padding-right: 40px;
  color: #004053;
  font-size: 18px;
  line-height: 22px;
  position: relative;
}
.accordion button svg {
  color: #00A880;
  position: absolute;
  font-size: 20px;
  top: 50%;
  margin-top: -8px;
  right: 15px;
}
.accordion > div.active > button {
  color: #A00C30;
  border-bottom: 2px solid #004053;
  margin-bottom: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
body {
  background: #FFF;
}

@media only screen and (max-width: 768px) {
  #menu-new-menu-2020, #headerIcons {
    display: none;
  }
}
/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

/* header */
#header {
  background: #004053;
  padding: 40px 0;
  color: #FFF;
  border-bottom: 20px #a3dbd1 solid;
}
@media only screen and (min-width: 768px) {
  #header .navbar-nav {
    float: right;
    margin-top: 26px;
    position: relative;
    top: 8px;
  }
}
#header .navbar-default .navbar-nav > .open > a, #header .navbar-default .navbar-nav > .open > a:hover, #header .navbar-default .navbar-nav > .open > a:focus {
  background: #00A880;
}
#header .navbar-default {
  background: transparent;
  border: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #header .navbar-default .navbar-nav {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #header .navbar-default .navbar-nav > li a:after {
    position: absolute;
    top: 8px;
    right: 0px;
    content: "";
    display: block;
    height: 25px;
    width: 1px;
    background: #a3dbd1;
    z-index: -1;
  }
}
#header .navbar-default .navbar-nav > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  padding: 10px 15px;
  z-index: 10;
}
#header .navbar-default .navbar-nav > li > a:hover {
  color: #FFF;
  background: #00A880;
}
#header .navbar-default .navbar-nav > li > a:hover:before {
  position: absolute;
  top: 0px;
  left: -1px;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #00A880;
}
#header .navbar-default .navbar-nav > li > a:hover:after {
  opacity: 0;
}
#header .navbar-default .navbar-nav > li.active > a, #header .navbar-default .navbar-nav > li.active > a:hover, #header .navbar-default .navbar-nav > li.active > a:focus {
  background: none;
  color: #CCC;
}
#header .navbar-brand {
  height: auto;
  padding: 0;
}
#header .navbar-brand > img {
  width: 325px;
}
@media only screen and (max-width: 768px) {
  #header .navbar-brand > img {
    width: 245px;
  }
}
#header .navbar-toggle {
  margin-top: 0;
  margin-right: 5px;
  border-color: #FFF;
}
#header .navbar-toggle:hover {
  background-color: #00A880;
}
#header .navbar-toggle .icon-bar {
  background-color: #FFF;
}
#header #headerIcons {
  float: right;
  font-size: 26px;
  position: relative;
  top: 37px;
}
#header #headerIcons a {
  color: #FFF;
  margin-left: 8px;
}
#header #headerIcons a:hover {
  color: #00A880;
}
#header #headerIcons > a:first-child {
  margin-right: 25px;
  margin-left: 15px;
}

#search {
  background: #a3dbd1;
  text-align: center;
  padding: 10px 20px;
  display: none;
}
#search #s {
  max-width: 200px;
  background: #FFF;
  padding: 2px 5px;
  border: 1px solid #00A880;
}

/* logo */
/* nav */
#breadcrumbs {
  color: #5A5A5A;
  font-size: 14px;
  margin-bottom: 40px;
}
#breadcrumbs > span > span > a:first-child {
  cursor: default;
  text-decoration: none;
}
#breadcrumbs > span > span.breadcrumb_last {
  display: none;
}

#main {
  text-align: left;
  margin: 40px 0 0;
}
#main h1, #main h2, #main h3, #main h4 {
  line-height: 120%;
}
#main > .container > article {
  margin-bottom: 60px;
}

.column {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .column h2:first-child {
    margin-top: 0;
  }
}

#footer {
  padding: 20px;
  background: #004053;
  color: #FFF;
  font-size: 14px;
}
@media only screen and (min-width: 450px) {
  #footer {
    padding: 60px;
  }
}
#footer .logo {
  max-width: 280px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #footer > div.row > div:last-child {
    text-align: right;
  }
}
#footer a {
  color: #FFF;
}
#footer .footerCopy a {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  #footer .footerCopy {
    text-align: right;
  }
}
#footer .social {
  font-size: 30px;
  text-align: right;
}
@media only screen and (min-width: 450px) {
  #footer .social {
    font-size: 40px;
  }
}
#footer .social a {
  color: #FFF;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}
#footer .social a:hover {
  color: #a3dbd1;
}
#footer .social a:last-child {
  margin-right: 0;
}
#footer .social a i {
  position: relative;
  top: 5px;
}
#footer .social a i.fa-instagram {
  left: 0.5px;
}
#footer .footerLine {
  border-top: 2px solid #00A880;
  padding-top: 40px;
}
@media only screen and (max-width: 450px) {
  #footer .footerLine {
    padding-top: 20px;
    margin-top: 20px;
  }
}
#footer .acknowledgement {
  padding: 40px 0;
  border-top: 2px solid #00A880;
}
#footer .acknowledgement p {
  margin: 0;
}
#footer #footerSitemap {
  margin: 40px 0;
}
@media only screen and (max-width: 450px) {
  #footer #footerSitemap {
    display: none;
  }
}
#footer #footerSitemap #menu-new-menu-2021, #footer #footerSitemap #menu-new-menu-2022, #footer #footerSitemap #menu-new-menu-2023, #footer #footerSitemap #menu-new-menu-2024 {
  padding: 0;
}
#footer #footerSitemap #menu-new-menu-2021 ul, #footer #footerSitemap #menu-new-menu-2022 ul, #footer #footerSitemap #menu-new-menu-2023 ul, #footer #footerSitemap #menu-new-menu-2024 ul {
  padding: 0;
  list-style: none;
}
#footer #footerSitemap #menu-new-menu-2021 > li, #footer #footerSitemap #menu-new-menu-2022 > li, #footer #footerSitemap #menu-new-menu-2023 > li, #footer #footerSitemap #menu-new-menu-2024 > li {
  display: none;
}
#footer #footerSitemap #menu-new-menu-2021 > li > a, #footer #footerSitemap #menu-new-menu-2022 > li > a, #footer #footerSitemap #menu-new-menu-2023 > li > a, #footer #footerSitemap #menu-new-menu-2024 > li > a {
  font-size: 21px;
  color: #a3dbd1;
  font-weight: 600;
}
#footer #footerSitemap #menu-new-menu-2021 > li > a:hover, #footer #footerSitemap #menu-new-menu-2022 > li > a:hover, #footer #footerSitemap #menu-new-menu-2023 > li > a:hover, #footer #footerSitemap #menu-new-menu-2024 > li > a:hover {
  cursor: default;
  text-decoration: none;
}
#footer #footerSitemap .menu:not(:first-child) > li {
  margin-top: 30px;
}
#footer #footerSitemap #fNavAbout > ul > li:first-child {
  display: block;
}
#footer #footerSitemap #fNavWhat > ul > li:nth-child(2) {
  display: block;
}
#footer #footerSitemap #fNavMedia > ul > li:nth-child(3) {
  display: block;
}
#footer #footerSitemap #fNavWho > ul > li:nth-child(4) {
  display: block;
}
#footer #footerSitemap h4 {
  font-size: 18px;
  color: #a3dbd1;
}
#footer #footerSitemap h4:not(:first-child) {
  margin-top: 14px;
}
#footer #footerSitemap a {
  color: #FFF;
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
}
#footer #footerSitemap .specialFooterLinks ul {
  padding: 0;
}
#footer #footerSitemap .specialFooterLinks > .menu > li {
  display: block;
}
#footer #footerSitemap .specialFooterLinks > .menu > li > a {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 15px;
}

#sidebarNav {
  padding: 10px 0;
  background: #E5F5F2;
  position: relative;
}
#sidebarNav:before {
  width: 48px;
  height: 48px;
  background-size: cover;
  content: "";
  position: absolute;
  z-index: 15;
  background-image: url("img/corner-orange.svg");
  top: -16px;
  right: -16px;
  transform: rotate(90deg);
}
#sidebarNav button {
  width: 100%;
  text-align: left;
}
#sidebarNav ul, #sidebarNav li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
#sidebarNav a {
  display: block;
  padding: 10px 15px;
  padding-left: 25px;
  text-decoration: none;
  width: 100%;
  font-size: 16px;
  white-space: normal;
  color: #000;
  position: relative;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  color: #004053;
  font-size: 20px;
}
#sidebarNav a:before {
  font-weight: lighter;
  position: absolute;
  top: 10px;
  font-size: 14px;
  left: 10px;
  color: #A00C30;
}
#sidebarNav a:hover {
  text-decoration: none;
  color: #A00C30;
  background: none;
}
#sidebarNav li.current_page_item > a, #sidebarNav li.current-menu-item > a {
  text-decoration: none;
  color: #A00C30;
  background: none;
}
#sidebarNav .caret {
  display: none;
}
#sidebarNav .dropdown-menu {
  float: none;
  position: static;
  min-width: 0;
  box-shadow: none;
  border: 0;
}
#sidebarNav > ul:not(#menu-footer-2020) > li {
  display: none;
}
#sidebarNav > ul:not(#menu-footer-2020) > li.current-menu-ancestor, #sidebarNav > ul:not(#menu-footer-2020) > li.current-menu-parent, #sidebarNav > ul:not(#menu-footer-2020) > li.current-menu-item, #sidebarNav > ul:not(#menu-footer-2020) > li.current-menu-ancestor li, #sidebarNav > ul:not(#menu-footer-2020) > li.current-menu-parent li {
  display: block;
}
#sidebarNav > ul:not(#menu-footer-2020) > li.current-menu-item li {
  display: block;
}
#sidebarNav > ul:not(#menu-footer-2020) > li.current-menu-item:not(.menu-item-has-children) {
  display: none;
}
#sidebarNav > ul:not(#menu-footer-2020) > li > a {
  display: none;
  /*top link*/
  color: #A00C30;
  font-weight: bold;
}
#sidebarNav > ul:not(#menu-footer-2020) > li > a:hover {
  cursor: text;
  color: #A00C30;
  font-weight: normal;
}
#sidebarNav > ul:not(#menu-footer-2020) > li > ul {
  display: block;
  background: transparent;
}
#sidebarNav > ul:not(#menu-footer-2020) > li > ul > li > a {
  margin-bottom: 0px;
}
#sidebarNav > ul:not(#menu-footer-2020) > li > ul > li:last-child {
  border-bottom: none;
}
#sidebarNav > ul:not(#menu-footer-2020) > li > ul > li > ul {
  display: none;
}
#sidebarNav > ul:not(#menu-footer-2020) > li > ul > li.current-menu-ancestor > ul, #sidebarNav > ul:not(#menu-footer-2020) > li > ul > li.current-menu-parent > ul, #sidebarNav > ul:not(#menu-footer-2020) > li > ul > li.current-menu-item > ul {
  display: block;
  position: static;
  background: transparent;
}
#sidebarNav > ul:not(#menu-footer-2020) > li > ul > li.current-menu-ancestor > ul a, #sidebarNav > ul:not(#menu-footer-2020) > li > ul > li.current-menu-parent > ul a, #sidebarNav > ul:not(#menu-footer-2020) > li > ul > li.current-menu-item > ul a {
  padding-left: 30px;
  background: transparent;
  font-size: 18px;
  font-weight: 300;
}
#sidebarNav > ul:not(#menu-footer-2020) > li > ul > li.current-menu-ancestor > ul a:hover, #sidebarNav > ul:not(#menu-footer-2020) > li > ul > li.current-menu-parent > ul a:hover, #sidebarNav > ul:not(#menu-footer-2020) > li > ul > li.current-menu-item > ul a:hover {
  text-decoration: none;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
#homeBG {
  text-align: right;
  margin-bottom: 40px;
}
#homeBG .container {
  position: relative;
}

.homeTextContainer {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .homeTextContainer {
    width: 60%;
    position: absolute;
    top: 16px;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .homeTextContainer {
    width: 50%;
  }
}
.homeTextContainer:before {
  width: 48px;
  height: 48px;
  background-size: cover;
  content: "";
  position: absolute;
  z-index: 15;
  background-image: url("img/corner-green.svg");
  top: -16px;
  left: -16px;
  transform: rotate(0deg);
}
.homeTextContainer .homeText {
  text-align: left;
  padding: 30px;
  background: #A00C30;
  color: #FFF;
  z-index: 10;
  font-weight: 400;
}
.homeTextContainer .homeText strong {
  font-weight: 600;
  font-size: 36px;
  line-height: 38px;
}
@media only screen and (min-width: 450px) {
  .homeTextContainer .homeText strong {
    font-size: 50px;
    line-height: 58px;
  }
}
.homeTextContainer .homeText .button, .homeTextContainer .homeText .gform_button {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .homeTextContainer .homeText .button, .homeTextContainer .homeText .gform_button {
    position: absolute;
    right: -75px;
    bottom: -10px;
  }
}

.homeBanner {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .homeBanner {
    width: 76%;
  }
}

#homeInvest {
  background: linear-gradient(to bottom, #00A880 0%, #a3dbd1 100%);
  padding: 40px 0 50px;
  text-align: center;
  color: #FFF;
}
#homeInvest p {
  font-size: 24px;
  max-width: 780px;
  font-weight: 400;
  margin: 20px auto 40px auto;
}
#homeInvest h2 {
  color: #004053;
  font-weight: 600;
}
#homeInvest .iIcons {
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
#homeInvest .iIcons > a {
  color: #FFF;
  padding: 20px;
  text-decoration: none;
  width: 50%;
}
@media only screen and (min-width: 450px) {
  #homeInvest .iIcons > a {
    width: 12.5%;
    flex: 1;
  }
}
#homeInvest .iIcons > a .iIcon {
  height: 90px;
  display: block;
}
#homeInvest .iIcons > a:hover {
  /*color:$blue;
  text-decoration: underline;*/
  color: #FFF;
  cursor: default;
}

#wpsl-wrap {
  background: transparent;
  color: #004053;
  text-align: left;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #wpsl-wrap {
    padding-top: 30px;
  }
}
#wpsl-wrap .wpsl-search {
  background: transparent;
}

#wpsl-stores {
  background: #FFF;
}

#wpsl-wrap #wpsl-result-list li {
  border-bottom: 1px solid #00A880;
}

@media only screen and (min-width: 768px) {
  #wpsl-search-wrap {
    position: relative;
  }
  #wpsl-search-wrap > form {
    position: absolute;
    top: -40px;
    left: 310px;
  }
}
.wpsl-input label, #wpsl-radius label, #wpsl-category label {
  width: 115px;
  margin-left: 20px;
}

#wpsl-search-btn, #wpsl-search-wrap input {
  border: 0;
}

#wpsl-search-btn {
  background: #00A880;
  color: #FFF;
  border-radius: 0 !important;
}

.wpsl-info-window > p > span:nth-child(2) {
  display: none;
}

.wpsl-store-location > p > span:nth-child(2) {
  display: none;
}

.wpsl-store-location > p > strong {
  display: block;
}

#wpsl-wrap div[title="Start location"] {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}
#wpsl-wrap .wpsl-direction-wrap {
  display: none !important;
}

#wpsl-gmap {
  float: left;
}

#wpsl-result-list {
  float: right;
}

#wpsl-gmap img[src*="red@2x"] {
  display: none !important;
}

#wpsl-stores .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  text-decoration: underline;
}
#wpsl-stores .title > span {
  display: none;
}
#wpsl-stores .fact {
  margin: 0;
}
#wpsl-stores .fact span {
  color: #A00C30;
  font-weight: 600 !important;
}

#wpsl-wrap #wpsl-result-list li {
  padding: 10px 15px;
}

#homeMap {
  background: #004053;
  padding: 40px 0 50px;
  text-align: center;
  color: #FFF;
}
#homeMap h2 {
  font-weight: 600;
}
#homeMap p {
  max-width: 780px;
  margin: 20px auto 40px auto;
}

#homeDev {
  background: linear-gradient(to bottom, #F57F29 0%, #FCB53B 65%);
  padding: 40px 0 50px;
  text-align: center;
  color: #FFF;
  transition: max-height 1s ease;
  max-height: 2000px;
}
#homeDev h2 {
  color: #FFF;
  font-weight: 600;
}
#homeDev p {
  font-size: 16px;
}
#homeDev .stats {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
#homeDev .stat {
  display: block;
  font-size: 70px;
  color: #004053;
}

#homeNews {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}
#homeNews h2 {
  color: #004053;
  font-weight: 600;
}
#homeNews h3 {
  color: #004053;
  font-size: 27px;
  font-weight: 600;
}
#homeNews .button:hover, #homeNews .gform_button:hover {
  background: #F57F29;
}
#homeNews .newsHighlight {
  text-align: left;
  background: linear-gradient(to top, #00A880 0%, #a3dbd1 100%);
  position: relative;
  max-width: 900px;
  margin: 20px auto 40px;
}
@media only screen and (min-width: 768px) {
  #homeNews .newsHighlight {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  #homeNews .newsHighlight .hImage {
    width: 66%;
    position: absolute;
    bottom: -40px;
    right: -80px;
  }
}
#homeNews .newsHighlight .hImage img {
  width: 100%;
}
#homeNews .newsHighlight .hImage:after {
  width: 48px;
  height: 48px;
  background-size: cover;
  content: "";
  position: absolute;
  z-index: 15;
  background-image: url("img/corner-orange.svg");
  bottom: -16px;
  right: -16px;
  transform: rotate(180deg);
}
#homeNews .newsHighlight .hContent {
  padding: 30px;
}
#homeNews .newsHighlight .hContent h3 {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  #homeNews .newsHighlight .hContent {
    width: 40%;
  }
}
#homeNews .newsRow {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#homeNews .newsRow .newsItem {
  flex: 0.3333;
  margin: 0 10px 30px;
  background: #FFF;
  text-align: left;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
@media only screen and (min-width: 990px) {
  #homeNews .newsRow .newsItem:first-child {
    margin-left: auto;
  }
  #homeNews .newsRow .newsItem:last-child {
    margin-right: auto;
  }
}
#homeNews .newsRow .newsItem img {
  display: block;
  width: 100%;
}
#homeNews .newsRow .newsItem h3 {
  font-size: 20px;
  line-height: 26px;
  color: #004053;
  font-weight: 600;
}
#homeNews .newsRow .newsItem h3 a {
  color: #004053;
}
#homeNews .newsRow .newsItem h3 a:hover {
  color: #A00C30;
  text-decoration: underline;
}
#homeNews .newsRow .newsItem > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#homeNews .newsRow .newsItem > div > div {
  justify-content: normal;
}
#homeNews .newsRow .newsItem > div > a {
  color: #00A880;
  font-weight: 600;
}
@media only screen and (max-width: 770px) {
  #homeNews .newsRow {
    display: block;
    flex: none;
  }
}

#homeFaq {
  display: flex;
  background: linear-gradient(to top, #00A880 0%, #a3dbd1 100%);
}
#homeFaq h2 {
  font-weight: 600;
  color: #004053;
}
@media only screen and (min-width: 768px) {
  #homeFaq .faqContent {
    width: 50%;
    flex: 1;
  }
}
#homeFaq .faqContent > div {
  float: right;
  max-width: 590px;
  width: 100%;
}
#homeFaq .faqContent > div > div {
  padding: 40px 20px;
}
@media only screen and (min-width: 768px) {
  #homeFaq .faqContent > div > div {
    padding-right: 40px;
  }
}
#homeFaq .faqImage {
  flex: 1;
  width: 40%;
  background: url("img/homeFaq.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #homeFaq .faqImage {
    display: none;
  }
}

.mainContent {
  margin-bottom: 40px;
  /*>ul{
  	list-style: none;
  	padding: 0;
   	>li{
  		padding-left: 1em;
   text-indent: -.7em;
  		&:before{
  			color: $red;
  			content:"•";
  		}
  	}
  }*/
}
.mainContent h2 {
  font-size: 24px;
  color: #004053;
  font-weight: 600;
}
.mainContent h2:first-child {
  margin-top: 0;
}
.mainContent a:not(.button):not(.gform_button) {
  color: #A00C30;
  font-weight: 600;
}
.mainContent p:first-child {
  margin-top: 0;
}

body.page-template-page-faq .accordion > div {
  border-bottom: 1px solid #a3dbd1;
}

#caseBanner {
  position: relative;
  text-align: right;
  margin-bottom: 40px;
}
#caseBanner > img {
  max-width: 940px;
}
#caseBanner #caseHeading {
  text-align: left;
  background: #004053;
  padding: 30px;
  max-width: 620px;
  /*top:50%;
  transform: translateY(-50%);*/
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  #caseBanner #caseHeading {
    position: absolute;
    left: 0;
    bottom: 40px;
  }
}
#caseBanner #caseHeading:before {
  width: 48px;
  height: 48px;
  background-size: cover;
  content: "";
  position: absolute;
  z-index: 15;
  background-image: url("img/corner-orange.svg");
  top: -16px;
  left: -16px;
  transform: rotate(0deg);
}
#caseBanner #caseHeading h1 {
  color: #a3dbd1;
  font-size: 45px;
  font-weight: 600;
  margin-top: 0;
}
#caseBanner #caseHeading h2 {
  font-weight: 400;
  font-size: 22px;
}

#caseStudyFacts {
  position: relative;
  margin-bottom: 40px;
}
#caseStudyFacts a {
  text-decoration: underline;
}
#caseStudyFacts span {
  color: #004053;
  font-size: 18px;
}
#caseStudyFacts > div {
  padding: 25px;
}
#caseStudyFacts > div:nth-child(1) {
  background: #E5F5F2;
}
#caseStudyFacts > div:nth-child(2) {
  background: #a3dbd1;
  margin-bottom: 20px;
}
#caseStudyFacts:before {
  width: 48px;
  height: 48px;
  background-size: cover;
  content: "";
  position: absolute;
  z-index: 15;
  background-image: url("img/corner-orange.svg");
  top: -16px;
  right: -16px;
  transform: rotate(90deg);
}
#caseStudyFacts .button, #caseStudyFacts .gform_button {
  width: 100%;
  text-align: left;
  padding-left: 80px;
  text-decoration: none;
  position: relative;
}
#caseStudyFacts .button svg, #caseStudyFacts .gform_button svg {
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 27px;
}
#caseStudyFacts #print {
  display: none;
}

#caseHighlight {
  background: #E5F5F2;
  padding: 40px 0;
}
#caseHighlight blockquote {
  padding: 0;
  border: 0;
  font-size: 18px;
}
#caseHighlight figcaption {
  color: #00A880;
  font-weight: 600;
}

.backToTop {
  bottom: 40px;
  right: 0;
  color: #F57F29;
  text-align: center;
  font-size: 60px;
}
@media only screen and (min-width: 768px) {
  .backToTop {
    position: absolute;
  }
  .backToTop svg {
    margin: 0 auto;
    display: block;
    position: relative;
    top: -25px;
  }
}
.backToTop span {
  display: block;
  font-size: 14px;
  position: relative;
  top: -20px;
}
.backToTop:hover {
  color: #A00C30;
}

body.page-template-page-case-study #homeNews {
  padding: 20px 0;
  background: linear-gradient(to bottom, #00A880 0%, #a3dbd1 100%);
  margin-bottom: 0;
}
body.page-template-page-case-study #homeNews h2 {
  color: #FFF;
  margin-bottom: 30px;
}
body.page-template-page-case-study #homeNews .newsItem > div {
  padding: 0 20px 20px;
}

body.page-template-page-profiles #homeNews {
  padding: 20px 0;
  background: linear-gradient(to bottom, #a3dbd1 0%, #E5F5F2 100%);
  margin-bottom: 0;
}
body.page-template-page-profiles #homeNews h2 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
}
body.page-template-page-profiles #homeNews .newsRow .newsItem {
  background: transparent;
}

body:not(.page-template-page-case-study) #caseBanner {
  position: relative;
  background: #004053;
}
@media only screen and (min-width: 768px) {
  body:not(.page-template-page-case-study) #caseBanner #caseHeading {
    width: 680px;
    max-width: none;
    float: left;
    position: static;
    transform: none;
    min-height: 259px;
  }
}
body:not(.page-template-page-case-study) #caseBanner #caseHeading h2 {
  font-size: 21px;
}
@media only screen and (min-width: 768px) {
  body:not(.page-template-page-case-study) #caseBanner {
    margin-bottom: 80px;
  }
}

body.page-template-default #main {
  margin-bottom: 60px;
}

#bannerImage {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #bannerImage {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 460px;
  }
}

.gform_button {
  border: none;
  background: #004053;
}
.gform_button:hover {
  background: #A00C30;
}

#profiles .profile {
  margin-bottom: 40px;
}
#profiles .profile img {
  margin-bottom: 20px;
}
#profiles .profile h2 {
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 600;
}
#profiles .profile h3 {
  margin-top: 0;
  color: #A00C30;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.news-cards .news a,
#news .news a {
  color: #004053;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 40px;
  display: block;
  min-height: 13em;
}
.news-cards .news a img,
#news .news a img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.news-cards .news a > span,
#news .news a > span {
  display: block;
  font-size: 14px;
  color: #A00C30;
  font-weight: 400;
}

.news-cards .speechPres,
#news .speechPres {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #004053;
}
.news-cards .speechPres h2,
#news .speechPres h2 {
  margin-top: 0;
}
.news-cards .speechPres h3,
#news .speechPres h3 {
  margin-bottom: 0;
}
.news-cards .speechPres .date-media,
#news .speechPres .date-media {
  color: #A00C30;
  font-size: 14px;
  margin-bottom: 20px;
}
.news-cards .speechPres .button, .news-cards .speechPres .gform_button,
#news .speechPres .button,
#news .speechPres .gform_button {
  margin-top: 20px;
}

#publicBenefit {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 40px -15px;
}
#publicBenefit .project {
  width: 33%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  #publicBenefit .project {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  #publicBenefit .project {
    width: 100%;
  }
}
#publicBenefit .project:hover {
  text-decoration: none;
}
#publicBenefit .project:hover > div {
  background: #710822;
}
#publicBenefit .project > div {
  margin: 7.5px;
  padding: 20px;
  height: 100%;
  background: #A00C30;
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
}
#publicBenefit .project:first-child > div {
  background: transparent;
  color: #000;
}
#publicBenefit .project.Yellow > div {
  background: #FCB53B;
}
#publicBenefit .project.Yellow:hover > div {
  background: #fba209;
}
#publicBenefit .project.Orange > div {
  background: #F57F29;
}
#publicBenefit .project.Orange:hover > div {
  background: #e1650a;
}
#publicBenefit .project h2 {
  color: #FFF;
  font-size: 22px;
  line-height: 26px;
}
#publicBenefit .project .label {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}
#publicBenefit .project .value {
  font-size: 26px;
  font-weight: bold;
}

.resourceSection {
  margin: 30px 50px 20px 50px;
}

.resource {
  margin-bottom: 40px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .resource {
    padding: 0 40px 20px;
  }
  .resource span {
    display: block;
    margin-bottom: 10px;
  }
}
.resource img {
  border: 1px solid #A00C30;
}

/*bootstrap pagination*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.pagination > li > a {
  color: #004053;
}
.pagination .current {
  color: #FFF;
  background: #004053;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  #footerSitemap {
    display: none;
  }

  @page {
    margin: 10mm;
  }
  body.page-template-page-case-study {
    /*font: 9pt sans-serif;
    line-height: 1.3;*/
    /* Avoid fixed header and footer to overlap page content */
    margin-top: 100px;
    margin-bottom: 50px;
  }

  #printHeader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    /* For testing */
    background: yellow;
    opacity: 0.5;
  }

  #printFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    font-size: 6pt;
    color: #777;
    /* For testing */
    background: red;
    opacity: 0.5;
  }

  /* Print progressive page numbers */
  .page-number:before {
    /* counter-increment: page; */
    content: "Page: " counter(page);
  }
}
@media (min-width: 768px) {
  #header .navbar-nav {
    position: static;
    margin-top: 34px;
    margin-bottom: -8px;
  }

  .top-phone-number {
    position: absolute !important;
    right: 0;
    top: -2em;
  }

  .top-phone-number a {
    padding-right: 0;
  }

  .top-phone-number:before,
.top-phone-number:after,
.top-phone-number a:before,
.top-phone-number a:after {
    display: none !important;
  }
}