/*
	Fonts
*/
/*
	Colors
*/
body {
  background-color: #FFF;
}
body .acb_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 103;
}
body.menu_shown {
  overflow: hidden;
}
body.menu_shown .acb_overlay {
  display: block !important;
}
@media (min-width: 783px) {
  body.admin-bar header {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  body.admin-bar header {
    top: 46px;
  }
}
@media (max-width: 600px) {
  body.admin-bar header {
    top: 46px;
  }
}
@media (max-width: 600px) {
  body.admin-bar header.sticky {
    top: 0;
  }
}

.acb_pagewrap {
  width: 100%;
  max-width: 1400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 116px;
}

.acb_container {
  width: 100%;
  max-width: 1090px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.acb_btn {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: condensed;
  color: #FFF;
  line-height: 1;
  padding: 15px 26px;
  display: inline-block;
  background: #20a42c;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-decoration: none;
}
.acb_btn:hover {
  background-color: #ff581d;
}

.sdm_download_link a.sdm_download {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: condensed;
  color: #FFF !important;
  line-height: 1;
  padding: 10px 16px;
  display: inline-block;
  background: #20a42c;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  border: 0 none;
}
.sdm_download_link a.sdm_download:hover {
  background: #ff581d !important;
}

.acb_back_top {
  width: 57px;
  height: 57px;
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-border-radius: 56px;
  border-radius: 56px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #0092c3;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  z-index: 4;
}
.acb_back_top:hover {
  background-color: #ff581d;
}
.acb_back_top.sticky {
  opacity: 1;
  visibility: visible;
}

header {
  padding: 20px 0;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #FFF;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}
header .acb_container {
  position: relative;
}
header .acb_menu {
  float: left;
  padding-left: 48.6px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #20a42c;
  text-transform: uppercase;
  text-decoration: none;
  height: 24px;
  position: relative;
  line-height: 24px;
  display: block;
  margin: 26px 0;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}
header .acb_menu:hover {
  color: #ff581d;
}
header .acb_menu:hover span {
  border-color: #ff581d;
}
header .acb_menu:hover span:before {
  background-color: #ff581d;
}
header .acb_menu span {
  width: 30.6px;
  height: 20px;
  display: block;
  border-top: 2px solid #20a42c;
  border-bottom: 2px solid #20a42c;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
header .acb_menu span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #20a42c;
}
header .acb_logo {
  display: block;
  width: 353px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -177px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}
header .acb_logo img {
  width: 100%;
  height: auto;
}
header .acb_search {
  max-width: 250px;
  float: right;
  display: block;
  position: relative;
  padding: 16px 0;
  width: 156px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}
header .acb_search.focusin {
  width: 100%;
}
header .acb_search input[type="text"] {
  width: 100%;
  padding: 8px 15px 8px 48px;
  display: block;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: solid 1px #9b9b9b;
  background-color: #FFF;
  color: #9b9b9b;
  float: right;
}
header .acb_search input[type="text"]:focus {
  width: 100%;
}
header .acb_search input[type="text"]::-webkit-input-placeholder {
  color: #9b9b9b;
}
header .acb_search input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
}
header .acb_search input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
}
header .acb_search input[type="text"]:-ms-input-placeholder {
  color: #9b9b9b;
}
header .acb_search input[type="submit"] {
  position: absolute;
  top: 50%;
  margin-top: -10.5px;
  left: 15px;
  width: 21px;
  height: 20px;
  border: 0 none;
  padding: 0 0 0 0;
  text-indent: -9999px;
  cursor: pointer;
  background-color: transparent;
}
header.sticky {
  padding: 10px 0 !important;
}
header.sticky .acb_menu {
  margin: 13px 0 !important;
}
@media (min-width: 481px) {
  header.sticky .acb_logo {
    width: 254px !important;
    margin-left: -127px !important;
  }
}
header.sticky .acb_search {
  padding: 3px 0 !important;
}

#acb_mobile_menu {
  display: block;
  position: fixed;
  max-width: 345px;
  width: 100%;
  height: 100%;
  top: 0;
  left: -480px;
  background-color: #00573c;
  z-index: 105;
  overflow-y: hidden;
  overflow-x: hidden;
  perspective: 600;
  -webkit-perspective: 600;
  -ms-perspective: 600;
  -moz-perspective: 600;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}
#acb_mobile_menu.menu_shown {
  display: block !important;
  left: 0;
}
#acb_mobile_menu.menu_shown .menu_wrap {
  transition: 0.4s ease-in;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -webkit-transform: rotateY(0deg);
}
#acb_mobile_menu .menu_wrap {
  padding: 54px 0 40px;
  position: relative;
  -webkit-transform: rotateY(30deg);
  transition: 0.4s ease-out;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#acb_mobile_menu .logo {
  max-width: 160px;
  height: auto;
  display: block;
  margin: 0 auto 25px;
}
#acb_mobile_menu .logo img {
  width: 100%;
  height: auto;
}
#acb_mobile_menu .close, #acb_mobile_menu .search {
  position: absolute;
  top: 25px;
}
#acb_mobile_menu .close {
  right: 25px;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-color: transparent;
}
@media (min-width: 960px) and (max-width: 1025px) {
  #acb_mobile_menu .close {
    left: 30px !important;
  }
}
#acb_mobile_menu .close:before, #acb_mobile_menu .close:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #FFF;
}
#acb_mobile_menu .close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#acb_mobile_menu .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#acb_mobile_menu .close:hover:after, #acb_mobile_menu .close:hover:before {
  background-color: #ff581d;
}
#acb_mobile_menu .acb_search {
  width: auto;
  display: none;
  position: relative;
  margin: 16px 26px 0;
}
@media (max-width: 959px) {
  #acb_mobile_menu .acb_search {
    display: block !important;
  }
}
#acb_mobile_menu .acb_search input[type="text"] {
  width: 100%;
  padding: 8px 15px 8px 48px;
  display: block;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: solid 1px #9b9b9b;
  background-color: #FFF;
  color: #9b9b9b;
}
#acb_mobile_menu .acb_search input[type="text"]:focus {
  width: 100%;
}
#acb_mobile_menu .acb_search input[type="text"]::-webkit-input-placeholder {
  color: #9b9b9b;
}
#acb_mobile_menu .acb_search input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
}
#acb_mobile_menu .acb_search input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
}
#acb_mobile_menu .acb_search input[type="text"]:-ms-input-placeholder {
  color: #9b9b9b;
}
#acb_mobile_menu .acb_search input[type="submit"] {
  position: absolute;
  top: 50%;
  margin-top: -10.5px;
  left: 15px;
  width: 21px;
  height: 20px;
  border: 0 none;
  padding: 0 0 0 0;
  text-indent: -9999px;
  cursor: pointer;
  background-color: transparent;
}
#acb_mobile_menu .menu {
  padding: 26px;
}
#acb_mobile_menu .menu li {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
#acb_mobile_menu .menu li.current-menu-item a {
  color: #ff581d;
}
#acb_mobile_menu .menu li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  display: block;
  padding: 10px 0;
}
#acb_mobile_menu .menu li a:hover {
  color: #ff581d;
}
#acb_mobile_menu .menu li a:hover i.fa {
  color: #ff581d;
}
#acb_mobile_menu .menu li a i.fa {
  color: #FFF;
  font-size: 14px;
  float: right;
  line-height: 23px;
}
#acb_mobile_menu .menu li .sub-menu {
  display: none;
  padding-left: 18px;
}

.acb_para {
  position: absolute;
  display: block;
}
.acb_para.pawikan {
  bottom: 150px;
  right: 160px;
  z-index: 2;
}
.acb_para.flower {
  bottom: 150px;
  right: 160px;
  z-index: 2;
}
.acb_para.deer {
  bottom: 0;
  right: 78px;
  z-index: 1;
}
.acb_para.frog {
  top: 0;
  left: 0;
  z-index: 2;
}
.acb_para.eagle {
  top: -175px;
  left: 120px;
  z-index: 1;
}
.acb_para.tiger {
  top: -48px;
  right: 104px;
  z-index: 1;
}

.acb_main_banner {
  width: 100%;
  position: relative;
  height: 1024px;
  overflow: hidden;
}
.acb_main_banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../images/banner-overlay.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.acb_main_banner #acb_VideoOuput,
.acb_main_banner #acb_video {
  max-width: 1400px;
  width: 100%;
  height: 880px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
}
.acb_main_banner .acb_next_section {
  display: block;
  width: 57px;
  height: 57px;
  margin: 60px auto 0;
  -webkit-border-radius: 57px;
  border-radius: 57px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.acb_main_banner .acb_next_section:hover {
  background-color: #0092c3;
}
.acb_main_banner .slider_wrap {
  position: relative;
}
.acb_main_banner .slider_wrap .slide {
  height: 880px;
  width: 100%;
  display: table;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.acb_main_banner .slider_wrap .slide .text {
  position: relative;
  z-index: 3;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.acb_main_banner .slider_wrap .slide .text h2 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 68px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 70px;
  line-height: 1;
}
.acb_main_banner .slider_wrap .slide .text .blurb {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 12px 40px;
}
.acb_main_banner .slider_wrap .slide .text .blurb * {
  color: #d7d7d7;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: condensed;
  line-height: 1.3;
}
.acb_main_banner .slider_wrap .slide .text .blurb * a {
  font: inherit;
  color: #ff581d;
}
.acb_main_banner .slider_wrap .slide .text .blurb * a:hover {
  color: #0092c3;
}

.acb_bg_plain {
  background-image: url("../images/diagonal-plain.png");
  background-repeat: repeat;
}

.acb_bg_plain_opaque {
  background-image: url("../images/diagonal-opaque.png");
  background-repeat: repeat;
}

.acb_per_nav {
  padding: 40px 0 22px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.acb_per_nav ul {
  display: inline-block;
}
.acb_per_nav ul:after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}
.acb_per_nav ul li {
  display: inline-block;
  margin-right: 35px;
  margin-bottom: 18px;
}
.acb_per_nav ul li:last-child {
  margin-right: 0;
}
.acb_per_nav ul li a {
  display: block;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-stretch: condensed;
  line-height: 1;
  text-decoration: none;
  color: #005288;
}
.acb_per_nav ul li a:hover {
  color: #ff581d;
}

.acb_slider {
  position: relative;
}
.acb_slider.left-align .slider_wrap {
  height: 462px;
  overflow: hidden;
}
.acb_slider.left-align .slider_wrap .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.acb_slider.left-align .slider_wrap .slide .text_wrap {
  width: 100%;
  max-width: 504px;
  background-color: rgba(0, 0, 0, 0.4);
  padding-left: 213px;
  padding-right: 48px;
  display: table;
  height: 462px;
}
.acb_slider.left-align .slider_wrap .slide .text {
  display: table-cell;
  vertical-align: middle;
}
.acb_slider.left-align .slider_wrap .slide .text p {
  margin-bottom: 35px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  color: #FFF;
}
.acb_slider.left-align .slider_wrap .slide .text p:last-child {
  margin-bottom: 0;
}
.acb_slider.left-align .slider_wrap .slide .text p .acb_btn {
  padding: 11px 36px 12px;
}
.acb_slider.right-align .slider_wrap {
  height: 547px;
  overflow: hidden;
}
.acb_slider.right-align .slider_wrap .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.acb_slider.right-align .slider_wrap .slide .text_wrap {
  width: auto;
  min-width: 475px;
  display: table;
  height: 547px;
  float: right;
}
.acb_slider.right-align .slider_wrap .slide .text {
  display: table-cell;
  vertical-align: middle;
}
.acb_slider.right-align .slider_wrap .slide .text h5, .acb_slider.right-align .slider_wrap .slide .text h3, .acb_slider.right-align .slider_wrap .slide .text p {
  clear: both;
  float: right;
}
.acb_slider.right-align .slider_wrap .slide .text h5 {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: condensed;
  color: #FFF;
  line-height: 1;
  padding: 0 155px 0 0;
  text-align: right;
  position: relative;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1;
}
.acb_slider.right-align .slider_wrap .slide .text h3 {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-stretch: condensed;
  color: #FFF;
  line-height: 1;
  padding: 12px 155px 12px 43px;
  text-align: right;
  position: relative;
  display: block;
  background-color: #ff581d;
  margin-bottom: 23px;
}
.acb_slider.right-align .slider_wrap .slide .text p {
  margin-bottom: 30px;
  margin-right: 155px;
  display: block;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: condensed;
  line-height: 1.3;
  color: #FFF;
  text-align: right;
  max-width: 280px;
}
.acb_slider.right-align .slider_wrap .slide .text p:last-child {
  margin-bottom: 0;
}
.acb_slider.right-align .slider_wrap .slide .text p .acb_btn {
  border: solid 1px #FFF;
  background-color: #0092c3;
  padding: 12px 20px;
}
.acb_slider.right-align .slider_wrap .slide .text p .acb_btn:hover {
  background-color: #ff581d;
}
.acb_slider .owl-dots {
  position: absolute;
  bottom: 80px;
  left: 213px;
  overflow: hidden;
}
.acb_slider .owl-dots .owl-dot {
  margin-right: 10.6px;
  display: block;
  float: left;
}
.acb_slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.acb_slider .owl-dots .owl-dot span {
  display: block;
  width: 10.6px;
  height: 10.6px;
  background-color: #bababa;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.acb_slider .owl-dots .owl-dot.active span {
  background-color: #ff581d;
}

.home_sections .section_title {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #005288;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.home_sections.acb_concerns {
  padding: 40px 0;
}
@media (max-width: 959px) {
  .home_sections.acb_concerns {
    position: relative;
  }
}
.home_sections.acb_concerns .acb_container {
  max-width: 1190px;
}
@media (max-width: 959px) {
  .home_sections.acb_concerns .acb_container {
    position: relative;
    z-index: 2;
  }
}
.home_sections.acb_concerns .pawikan {
  display: none;
  z-index: 1;
  bottom: inherit;
  right: 50% !important;
  margin-right: -180px;
  top: 0;
  opacity: 0.2;
}
@media (max-width: 959px) {
  .home_sections.acb_concerns .pawikan {
    display: block !important;
  }
}
.home_sections.acb_concerns .filter {
  width: 100%;
  max-width: 331px;
  position: relative;
  margin: 0 auto 23px;
  display: none;
}
@media (max-width: 959px) {
  .home_sections.acb_concerns .filter {
    display: block !important;
  }
}
.home_sections.acb_concerns .filter .toggle {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #f6fff6;
  border: solid 1px #20a42c;
  display: block;
  padding: 12px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #005288;
  text-decoration: none;
}
.home_sections.acb_concerns .filter .toggle span {
  font: inherit;
  color: inherit;
}
.home_sections.acb_concerns .filter .toggle i {
  font-size: 12px;
  float: right;
  color: #005288;
}
.home_sections.acb_concerns .filter ul {
  width: 100%;
  display: block;
  position: absolute;
  top: 100%;
  background-color: #f6fff6;
  display: none;
  z-index: 3;
}
.home_sections.acb_concerns .filter ul li a {
  padding: 12px;
  display: block;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #005288;
  text-decoration: none;
  line-height: 1.3;
}
.home_sections.acb_concerns .filter ul li a:hover {
  background-color: #ff581d;
  color: #FFF;
}
.home_sections.acb_concerns .acb_concerns_categories {
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.home_sections.acb_concerns .acb_concerns_categories:after {
  content: "";
  display: block;
  clear: both;
}
.home_sections.acb_concerns .acb_concerns_categories li {
  float: left;
  display: block;
  margin-right: 30px;
  position: relative;
}
.home_sections.acb_concerns .acb_concerns_categories li:after {
  content: "";
  display: block;
  height: 27px;
  border-left: 1px solid #979797;
  position: absolute;
  top: 50%;
  margin-top: -13.5px;
  right: -15px;
}
.home_sections.acb_concerns .acb_concerns_categories li:last-child {
  margin-right: 0;
}
.home_sections.acb_concerns .acb_concerns_categories li:last-child:after {
  display: none;
}
.home_sections.acb_concerns .acb_concerns_categories li a {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #00573c;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
.home_sections.acb_concerns .acb_concerns_categories li a.active, .home_sections.acb_concerns .acb_concerns_categories li a:hover {
  text-decoration: underline;
}
.home_sections.acb_concerns .acb_film_carousel {
  height: 120px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
.home_sections.acb_concerns .acb_film_carousel:hover .acb_film_nav {
  display: block !important;
}
.home_sections.acb_concerns .acb_film_carousel .acb_film_nav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  display: none;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: transparent;
  background-size: 40px auto;
  text-indent: -9999px;
  background-color: #0092c3;
  overflow: hidden;
}
.home_sections.acb_concerns .acb_film_carousel .acb_film_nav:hover {
  background-color: #ff581d;
}
.home_sections.acb_concerns .acb_film_carousel .acb_prev_film {
  left: 0;
  background-image: url("../images/left-arrow.png");
}
.home_sections.acb_concerns .acb_film_carousel .acb_next_film {
  right: 0;
  background-image: url("../images/right-arrow.png");
}
.home_sections.acb_concerns .acb_film_carousel .thumbnails-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home_sections.acb_concerns .acb_film_carousel .thumbnails ul {
  position: relative;
  margin-left: -276px;
}
.home_sections.acb_concerns .acb_film_carousel .thumbnails ul li img {
  opacity: 0.4;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.home_sections.acb_concerns .acb_film_carousel .thumbnails ul li span {
  display: block;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #20a42c;
  border: solid 5px #d8d8d8;
  opacity: 0.4;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.home_sections.acb_concerns .acb_film_carousel .thumbnails ul li:hover span,
.home_sections.acb_concerns .acb_film_carousel .thumbnails ul li:hover img, .home_sections.acb_concerns .acb_film_carousel .thumbnails ul li.selected span,
.home_sections.acb_concerns .acb_film_carousel .thumbnails ul li.selected img {
  opacity: 1;
}
.home_sections.acb_concerns .acb_film_content {
  padding-left: 50px;
  padding-right: 50px;
}
.home_sections.acb_concerns .acb_film_content .film_content {
  position: relative;
  padding: 25px 208px 25px 0;
  display: none;
}
.home_sections.acb_concerns .acb_film_content .film_content.selected {
  display: block;
}
.home_sections.acb_concerns .acb_film_content .film_content h3 {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: condensed;
  color: #00573c;
  margin-bottom: 12px;
}
.home_sections.acb_concerns .acb_film_content .film_content p {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: condensed;
  color: #484848;
  margin-bottom: 0;
  line-height: 1.4;
}
.home_sections.acb_concerns .acb_film_content .film_content a {
  position: absolute;
  bottom: 25px;
  right: 0;
  display: block;
}
.home_sections.acb_concerns .acb_film_content .film_content a:hover {
  background-color: #ff581d !important;
}
.home_sections.acb_programmes {
  padding: 45px 0;
  background-color: #F5F5F5;
  position: relative;
}
.home_sections.acb_programmes .acb_container {
  padding: 45px 0;
  z-index: 2;
  position: relative;
}
.home_sections.acb_programmes .acb_brush_white {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 959px) {
  .home_sections.acb_programmes .acb_brush_white {
    display: none !important;
  }
}
.home_sections.acb_programmes .acb_brush_white img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-height: 100%;
  height: auto;
}
.home_sections.acb_programmes .section_title {
  position: relative;
  z-index: 3;
}
.home_sections.acb_programmes .acb_flagships {
  max-width: 820px;
  display: block;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
  z-index: 3;
}
.home_sections.acb_programmes .acb_flagships:before, .home_sections.acb_programmes .acb_flagships:after {
  content: '';
  display: table;
}
.home_sections.acb_programmes .acb_flagships:after {
  clear: both;
}
.home_sections.acb_programmes .acb_flagships .flagship {
  background-color: rgba(0, 146, 195, 0.8);
  border: solid 5px #d8d8d8;
  padding: 40px 60px;
  height: 510px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-align: center;
}
@media (min-width: 960px) {
  .home_sections.acb_programmes .acb_flagships .flagship {
    float: left;
    clear: none;
    width: 44%;
    margin-left: 0;
    margin-right: 12%;
  }
  .home_sections.acb_programmes .acb_flagships .flagship:nth-of-type(n) {
    margin-right: 12%;
    float: left;
    clear: none;
  }
  .home_sections.acb_programmes .acb_flagships .flagship:nth-of-type(2n) {
    margin-right: 0;
    float: right;
  }
  .home_sections.acb_programmes .acb_flagships .flagship:nth-of-type(2n + 1) {
    clear: both;
  }
}
.home_sections.acb_programmes .acb_flagships .flagship .icon {
  width: 175px;
  display: block;
  margin: 0 auto 25px;
}
.home_sections.acb_programmes .acb_flagships .flagship .icon img {
  max-height: 114px;
  max-width: 100%;
  width: auto;
  height: auto;
}
.home_sections.acb_programmes .acb_flagships .flagship h3 {
  margin-bottom: 20px;
}
.home_sections.acb_programmes .acb_flagships .flagship h3 a {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: condensed;
  color: #FFF;
  line-height: 1.2;
  text-decoration: none;
}
.home_sections.acb_programmes .acb_flagships .flagship p {
  margin-bottom: 36px;
  line-height: 1.6;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: condensed;
  color: #FFF;
}
.home_sections.acb_programmes .acb_flagships .flagship a.acb_btn {
  background-color: #ff581d;
  font-size: 20px;
  padding: 14px 30px;
  border: solid 1px #FFF;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.home_sections.acb_programmes .acb_flagships .flagship a.acb_btn:hover {
  background-color: #20a42c;
}
.home_sections.acb_programmes .acb_key_programmes {
  height: 348.6px;
  overflow: hidden;
}
.home_sections.acb_programmes .acb_key_programmes > .programme {
  float: left;
}
.home_sections.acb_programmes .acb_key_programmes:hover .owl-nav {
  display: block;
}
.home_sections.acb_programmes .acb_key_programmes .programme {
  width: 200px;
  height: 348.6px;
  background-color: rgba(0, 87, 60, 0.8);
  display: block;
}
.home_sections.acb_programmes .acb_key_programmes .programme:hover {
  background-color: #00573c;
}
.home_sections.acb_programmes .acb_key_programmes .programme:hover .image {
  background-color: transparent;
}
.home_sections.acb_programmes .acb_key_programmes .programme a {
  text-decoration: none;
}
.home_sections.acb_programmes .acb_key_programmes .programme a:hover .image {
  background-color: transparent;
}
.home_sections.acb_programmes .acb_key_programmes .programme .image {
  width: 100%;
  display: block;
  height: 150px;
  background-blend-mode: soft-light;
  background-color: #004B34;
  background-size: cover;
  background-position: center center;
}
.home_sections.acb_programmes .acb_key_programmes .programme .title {
  padding: 36px 12px 12px;
  display: block;
  text-align: center;
  line-height: 1.3;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: condensed;
  color: #FFF;
}
.home_sections.acb_programmes .acb_key_programmes .owl-nav {
  display: none;
}
.home_sections.acb_programmes .acb_key_programmes .owl-nav .owl-prev, .home_sections.acb_programmes .acb_key_programmes .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.home_sections.acb_programmes .acb_key_programmes .owl-nav .owl-prev span, .home_sections.acb_programmes .acb_key_programmes .owl-nav .owl-next span {
  width: 40px;
  height: 40px;
  display: block;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: transparent;
  background-size: 40px auto;
}
.home_sections.acb_programmes .acb_key_programmes .owl-nav .owl-prev:hover span, .home_sections.acb_programmes .acb_key_programmes .owl-nav .owl-next:hover span {
  background-color: #0092c3;
}
.home_sections.acb_programmes .acb_key_programmes .owl-nav .owl-prev {
  left: 20px;
}
.home_sections.acb_programmes .acb_key_programmes .owl-nav .owl-prev span {
  background-image: url("../images/left-arrow.png");
}
.home_sections.acb_programmes .acb_key_programmes .owl-nav .owl-next {
  right: 20px;
}
.home_sections.acb_programmes .acb_key_programmes .owl-nav .owl-next span {
  background-image: url("../images/right-arrow.png");
}
.home_sections.acb_posts {
  padding: 75px 0 40px 0;
  text-align: center;
  position: relative;
}
.home_sections.acb_posts .section_title {
  padding-bottom: 16px;
  display: block;
  border-bottom: 2px dotted #c1c1c1;
  margin-bottom: 16px;
}
.home_sections.acb_posts .acb_see_more {
  display: inline-block;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: condensed;
  color: #ff581d;
  line-height: 1;
  margin-bottom: 36px;
}
.home_sections.acb_posts .acb_see_more:hover {
  color: #0092c3;
}
@media (max-width: 959px) {
  .home_sections.acb_posts .acb_see_more.desktopOnly {
    display: none !important;
  }
}
.home_sections.acb_posts .acb_see_more.mobileOnly {
  display: none;
  font-size: 22px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 959px) {
  .home_sections.acb_posts .acb_see_more.mobileOnly {
    display: block !important;
  }
}
.home_sections.acb_posts .acb_post_list {
  *zoom: 1;
}
.home_sections.acb_posts .acb_post_list:before, .home_sections.acb_posts .acb_post_list:after {
  content: '';
  display: table;
}
.home_sections.acb_posts .acb_post_list:after {
  clear: both;
}
.home_sections.acb_posts .acb_post_list .post {
  background-color: #FFF;
}
@media (min-width: 960px) {
  .home_sections.acb_posts .acb_post_list .post {
    float: left;
    clear: none;
    width: 31.33333%;
    margin-left: 0;
    margin-right: 3%;
  }
  .home_sections.acb_posts .acb_post_list .post:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .home_sections.acb_posts .acb_post_list .post:nth-of-type(3n) {
    margin-right: 0;
    float: right;
  }
  .home_sections.acb_posts .acb_post_list .post:nth-of-type(3n + 1) {
    clear: both;
  }
}
.home_sections.acb_posts .acb_post_list .post:hover .image {
  background-size: auto 130%;
}
.home_sections.acb_posts .acb_post_list .post:hover .details h3 a {
  color: #ff581d;
}
.home_sections.acb_posts .acb_post_list .post .image {
  width: 100%;
  display: block;
  height: 220px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d7d7d7;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transition: background 0.6s ease;
  -webkit-transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}
.home_sections.acb_posts .acb_post_list .post .image .post_type {
  position: absolute;
  top: 23px;
  left: 0;
  padding: 6px 23px;
  display: block;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14.6px;
  font-weight: normal;
  color: #FFF;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -moz-border-radius-topleft: 100px;
  -moz-border-radius-topright: 100px;
  background-color: #ff581d;
}
.home_sections.acb_posts .acb_post_list .post .image .post_type.orange {
  background-color: #ff581d;
}
.home_sections.acb_posts .acb_post_list .post .image .post_type.green {
  background-color: #00573c;
}
.home_sections.acb_posts .acb_post_list .post .image .post_type.blue {
  background-color: #005288;
}
.home_sections.acb_posts .acb_post_list .post .details {
  padding: 23px;
}
.home_sections.acb_posts .acb_post_list .post .details h3 {
  text-align: left;
  margin-bottom: 12px;
}
.home_sections.acb_posts .acb_post_list .post .details h3 a {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  line-height: 1.3;
  min-height: 44px;
  display: block;
  text-decoration: none;
}
.home_sections.acb_posts .acb_post_list .post .details h3 a:hover {
  color: #ff581d;
}
.home_sections.acb_posts .acb_post_list .post .details p {
  text-align: left;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #000;
  line-height: 1.3;
}
.home_sections.acb_widgets {
  margin-top: 45px;
  background-image: url("../images/footer-design.png");
  background-size: cover;
  background-position: top center;
}
.home_sections.acb_widgets .acb_container {
  min-height: 1000px;
  height: 1000px;
  display: table;
}
.home_sections.acb_widgets .acb_container > .widgets {
  display: table-cell;
  vertical-align: middle;
  max-width: 986px;
  *zoom: 1;
}
.home_sections.acb_widgets .acb_container > .widgets:before, .home_sections.acb_widgets .acb_container > .widgets:after {
  content: '';
  display: table;
}
.home_sections.acb_widgets .acb_container > .widgets:after {
  clear: both;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget {
  float: left;
  clear: none;
  width: 45%;
  margin-left: 0;
  margin-right: 10%;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget:nth-of-type(n) {
  margin-right: 10%;
  float: left;
  clear: none;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget:nth-of-type(2n) {
  margin-right: 0;
  float: right;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget:nth-of-type(2n + 1) {
  clear: both;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget h3 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget p {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 21px;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  line-height: 1;
  margin-bottom: 35px;
  min-height: 80px;
  line-height: 1.3;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget .gform_wrapper .gfield_label {
  display: none;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget .gform_wrapper .gform_footer,
.home_sections.acb_widgets .acb_container > .widgets .acb_widget .gform_wrapper .ginput_container {
  margin-top: 0;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget .gform_wrapper .gform_footer {
  padding: 0 0;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget .validation_error {
  border-top: 1px solid #ff581d !important;
  border-bottom: 1px solid #ff581d !important;
  color: #ff581d !important;
  padding: 10px 0 !important;
  text-align: center !important;
  font-weight: normal !important;
  font-size: 14px !important;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget .gfield_error {
  background-color: transparent !important;
  border: 0 none !important;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget .validation_message {
  color: #ff581d !important;
  padding: 0 0 0 0 !important;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="text"],
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="email"],
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="tel"] {
  width: 100%;
  border: 0 none;
  padding: 27px 27px 27px 72px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 25px;
  color: #FFF;
  display: block;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="text"]::-webkit-input-placeholder,
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="email"]::-webkit-input-placeholder,
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="tel"]::-webkit-input-placeholder {
  color: #FFF;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="text"]:-moz-placeholder,
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="email"]:-moz-placeholder,
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="tel"]:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="text"]::-moz-placeholder,
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="email"]::-moz-placeholder,
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="tel"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="text"]:-ms-input-placeholder,
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="email"]:-ms-input-placeholder,
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="tel"]:-ms-input-placeholder {
  color: #FFF;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form .ginput_container_text input[type="text"] {
  background-image: url("../images/Name.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form .ginput_container_email input[type="text"] {
  background-image: url("../images/Email.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form > input[type="text"] {
  background-image: url("../images/Name.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form > input[type="email"] {
  background-image: url("../images/Email.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form .mc4wp-form-fields > input[type="text"] {
  background-image: url("../images/Name.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form .mc4wp-form-fields > input[type="email"] {
  background-image: url("../images/Email.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form textarea {
  width: 100%;
  border: 0 none;
  border-bottom: 1px solid #FFF;
  padding: 20px 0 20px 0;
  background-color: transparent;
  outline: none;
  color: #FFF;
  height: 72px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 70px;
  line-height: normal;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form textarea::-webkit-input-placeholder {
  color: #FFF;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form textarea:-ms-input-placeholder {
  color: #FFF;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form label {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  line-height: 1;
  margin-bottom: 70px;
  min-height: 62px;
  line-height: 1.3;
  text-align: center;
  display: block;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="submit"] {
  display: block;
  margin: 0 auto;
  padding: 16px 16px;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: condensed;
  color: #FFF;
  line-height: 1;
  border: solid 1px #FFF;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  min-width: 187.2px;
  background-color: transparent;
  cursor: pointer;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget form input[type="submit"]:hover {
  background-color: #ff581d;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget .gform_confirmation_message {
  color: #FFF;
}
.home_sections.acb_widgets .acb_container > .widgets .acb_widget .mc4wp-alert {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  font-size: 18px !important;
}

.page_sections.acb_posts {
  padding: 0 0 40px 0;
  text-align: center;
  background-color: #F5F5F5;
}
.page_sections.acb_posts .acb_featured_post {
  background-color: transparent;
  margin-bottom: 45px;
  overflow: hidden;
}
.page_sections.acb_posts .acb_featured_post .image {
  width: 100%;
  max-width: 65.6%;
  display: block;
  height: 548px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d7d7d7;
  position: relative;
  float: left;
}
.page_sections.acb_posts .acb_featured_post .image .post_type {
  position: absolute;
  top: 23px;
  left: 0;
  padding: 6px 23px;
  display: block;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14.6px;
  font-weight: normal;
  color: #FFF;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -moz-border-radius-topleft: 100px;
  -moz-border-radius-topright: 100px;
  background-color: #ff581d;
}
.page_sections.acb_posts .acb_featured_post .image .post_type.orange {
  background-color: #ff581d;
}
.page_sections.acb_posts .acb_featured_post .image .post_type.green {
  background-color: #00573c;
}
.page_sections.acb_posts .acb_featured_post .image .post_type.blue {
  background-color: #005288;
}
.page_sections.acb_posts .acb_featured_post .details {
  padding: 34px 36px 36px 36px;
  max-width: 34.4%;
  float: left;
  text-align: left;
}
.page_sections.acb_posts .acb_featured_post .details h3 {
  text-align: left;
  margin-bottom: 28px;
}
.page_sections.acb_posts .acb_featured_post .details h3 a {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #000;
  line-height: 1.3;
  display: block;
  text-decoration: none;
}
.page_sections.acb_posts .acb_featured_post .details h3 a:hover {
  color: #ff581d;
}
.page_sections.acb_posts .acb_featured_post .details p {
  text-align: left;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  line-height: 1.4;
  margin-bottom: 28px;
}
.page_sections.acb_posts .acb_featured_post .details .acb_btn {
  font-size: 17px;
  background-color: #20a42c;
  padding: 10px 25px;
}
.page_sections.acb_posts .acb_featured_post .details .acb_btn:hover {
  background-color: #ff581d;
}
.page_sections.acb_posts .acb_post_filters {
  list-style-type: none;
  padding: 3.5px 0;
  margin-bottom: 45px;
}
.page_sections.acb_posts .acb_post_filters:after {
  content: "";
  display: block;
  clear: both;
}
.page_sections.acb_posts .acb_post_filters li {
  float: left;
  display: block;
  margin-right: 30px;
  position: relative;
}
.page_sections.acb_posts .acb_post_filters li:after {
  content: "";
  display: block;
  height: 27px;
  width: 1px;
  border-left: solid 1px #979797;
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -13.5px;
}
.page_sections.acb_posts .acb_post_filters li:last-child {
  margin-right: 0;
}
.page_sections.acb_posts .acb_post_filters li:last-child:after {
  display: none;
}
.page_sections.acb_posts .acb_post_filters li a {
  display: block;
  text-transform: uppercase;
  color: #0092c3;
  text-decoration: none;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
}
.page_sections.acb_posts .acb_post_filters li a.default {
  color: #0092c3;
}
.page_sections.acb_posts .acb_post_filters li a.orange {
  color: #ff581d;
}
.page_sections.acb_posts .acb_post_filters li a.blue {
  color: #005288;
}
.page_sections.acb_posts .acb_post_filters li a.green {
  color: #00573c;
}
.page_sections.acb_posts .acb_post_filters li a.active, .page_sections.acb_posts .acb_post_filters li a:hover {
  text-decoration: underline;
}
.page_sections.acb_posts .acb_btn {
  background-color: #0092c3;
  font-size: 23px;
  padding: 18px 50px;
}
.page_sections.acb_posts .acb_btn:hover {
  background-color: #ff581d;
}
.page_sections.acb_posts .acb_post_list {
  *zoom: 1;
  min-height: 395px;
  position: relative;
}
.page_sections.acb_posts .acb_post_list:before, .page_sections.acb_posts .acb_post_list:after {
  content: '';
  display: table;
}
.page_sections.acb_posts .acb_post_list:after {
  clear: both;
}
.page_sections.acb_posts .acb_post_list .fa-spinner {
  font-size: 50px;
  color: #005288;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
}
.page_sections.acb_posts .acb_post_list .post {
  background-color: #FFF;
  margin-bottom: 3%;
}
@media (min-width: 960px) {
  .page_sections.acb_posts .acb_post_list .post {
    float: left;
    clear: none;
    width: 31.33333%;
    margin-left: 0;
    margin-right: 3%;
  }
  .page_sections.acb_posts .acb_post_list .post:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .page_sections.acb_posts .acb_post_list .post:nth-of-type(3n) {
    margin-right: 0;
    float: right;
  }
  .page_sections.acb_posts .acb_post_list .post:nth-of-type(3n + 1) {
    clear: both;
  }
}
.page_sections.acb_posts .acb_post_list .post:hover .image {
  background-size: auto 130%;
}
.page_sections.acb_posts .acb_post_list .post:hover .details h3 a {
  color: #ff581d;
}
.page_sections.acb_posts .acb_post_list .post .image {
  width: 100%;
  display: block;
  height: 220px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d7d7d7;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transition: background 0.6s ease;
  -webkit-transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}
.page_sections.acb_posts .acb_post_list .post .image .post_type {
  position: absolute;
  top: 23px;
  left: 0;
  padding: 6px 23px;
  display: block;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14.6px;
  font-weight: normal;
  color: #FFF;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -moz-border-radius-topleft: 100px;
  -moz-border-radius-topright: 100px;
  background-color: #ff581d;
}
.page_sections.acb_posts .acb_post_list .post .image .post_type.orange {
  background-color: #ff581d;
}
.page_sections.acb_posts .acb_post_list .post .image .post_type.green {
  background-color: #00573c;
}
.page_sections.acb_posts .acb_post_list .post .image .post_type.blue {
  background-color: #005288;
}
.page_sections.acb_posts .acb_post_list .post .details {
  padding: 23px;
  min-height: 175px;
}
.page_sections.acb_posts .acb_post_list .post .details h3 {
  text-align: left;
  margin-bottom: 12px;
}
.page_sections.acb_posts .acb_post_list .post .details h3 a {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  line-height: 1.3;
  min-height: 44px;
  display: block;
  text-decoration: none;
}
.page_sections.acb_posts .acb_post_list .post .details h3 a:hover {
  color: #ff581d;
}
.page_sections.acb_posts .acb_post_list .post .details p {
  text-align: left;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #000;
  line-height: 1.3;
}
.page_sections.acb_heritage {
  padding-top: 50px;
  background-color: #F5F5F5;
}
.page_sections.acb_heritage .acb_container.map .acb_park_maps {
  display: block;
}
.page_sections.acb_heritage .acb_container.map .acb_park_maps .inner_map {
  width: 700px;
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap {
  width: 100%;
  max-width: 390px;
  float: right;
  padding-right: 10px;
  padding-bottom: 65px;
  background-color: #E3F1FE;
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_header {
  padding-left: 27px;
  padding-right: 25px;
  background-color: #E3F1FE;
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_header h3 {
  margin-bottom: 15px;
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_header .view {
  right: 10px;
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_header .acb_landing_ahp {
  margin-top: 20px;
  margin-left: 0;
  margin-bottom: 0;
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_list {
  padding: 27px 23px 0 27px;
  background-color: #E3F1FE;
  height: 539px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100% !important;
  display: block;
  padding-left: 27px !important;
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_list .jspContainer {
  max-width: 100%;
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_list .jspPane {
  padding-right: 12px !important;
  padding-top: 27px !important;
  max-width: 100%;
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_list .park {
  width: 330px !important;
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_list .jspTrack {
  background-color: #f6fff6 !important;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_list .jspDrag {
  background-color: #20a42c !important;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_list .jspVerticalBar {
  background: transparent none;
  width: 10px !Important;
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_list .park {
  width: 330px !important;
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_list.jspScrollable {
  padding-left: 27px !important;
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_list .park {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 27px;
  min-width: 327px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_list .park:last-child {
  margin-right: 0;
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_list .park .image {
  background-image: none !important;
  background-color: transparent;
  height: 30px;
  border-radius: 0;
}
.page_sections.acb_heritage .acb_container.map .acb_park_wrap .acb_park_list .park:last-child {
  margin-bottom: 0;
}
.page_sections.acb_heritage h1 {
  margin-bottom: 50px;
  margin-top: 0;
}
.page_sections.acb_heritage .acb_park_maps {
  float: left;
  display: none;
  height: 792px;
  width: 700px;
  background-color: #f6fff6;
}
.page_sections.acb_heritage .acb_park_maps .inner_map {
  width: 0px;
  height: 792px;
  display: block;
  overflow: hidden;
}
.page_sections.acb_heritage .acb_park_maps .inner_map .mapboxgl-popup {
  max-width: 230px;
  min-height: 340px;
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #FFF;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding-bottom: 25px;
}
.page_sections.acb_heritage .acb_park_maps .inner_map .mapboxgl-popup .mapboxgl-popup-content {
  text-align: center;
}
.page_sections.acb_heritage .acb_park_maps .inner_map .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
  display: none;
}
.page_sections.acb_heritage .acb_park_maps .inner_map .mapboxgl-popup .mapboxgl-popup-content .image {
  width: 100%;
  height: 183px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d7d7d7;
  margin-bottom: 30px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
.page_sections.acb_heritage .acb_park_maps .inner_map .mapboxgl-popup .mapboxgl-popup-content h3 {
  margin: 0 15px 23px;
  display: block;
  text-align: center;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #005288;
  line-height: 1.2;
}
.page_sections.acb_heritage .acb_park_maps .inner_map .mapboxgl-popup .mapboxgl-popup-content .acb_btn {
  font-size: 17px;
  background-color: #20a42c;
  padding: 10px 25px;
}
.page_sections.acb_heritage .acb_park_maps .inner_map .mapboxgl-popup .mapboxgl-popup-content .acb_btn:hover {
  background-color: #ff581d;
}
.page_sections.acb_heritage .acb_park_header {
  padding: 30px 20px 20px 20px;
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.74);
  position: relative;
}
.page_sections.acb_heritage .acb_park_header h3 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #005288;
  float: left;
  display: block;
  margin-right: 35px;
}
.page_sections.acb_heritage .acb_park_header h3 span {
  display: block;
  margin-top: 10px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #8e8e93;
}
.page_sections.acb_heritage .acb_park_header .view {
  position: absolute;
  top: 30px;
  right: 20px;
  display: block;
  text-align: center;
}
.page_sections.acb_heritage .acb_park_header .view p {
  display: block;
  margin-bottom: 5px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #005288;
  text-transform: uppercase;
  text-align: left;
}
.page_sections.acb_heritage .acb_park_header .view a {
  height: 22px;
  display: inline-block;
  line-height: 1;
  background-color: transparent;
}
.page_sections.acb_heritage .acb_park_header .view a.grid {
  margin-right: 6px;
  width: 23px;
}
.page_sections.acb_heritage .acb_park_header .view a.map {
  width: 19px;
}
.page_sections.acb_heritage .acb_park_header .filter {
  width: 100%;
  max-width: 331px;
  display: block;
  float: left;
  position: relative;
}
.page_sections.acb_heritage .acb_park_header .filter .toggle {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #f6fff6;
  border: solid 1px #20a42c;
  display: block;
  padding: 12px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #005288;
  text-decoration: none;
}
.page_sections.acb_heritage .acb_park_header .filter .toggle span {
  font: inherit;
  color: inherit;
}
.page_sections.acb_heritage .acb_park_header .filter .toggle i {
  font-size: 12px;
  float: right;
  color: #005288;
}
.page_sections.acb_heritage .acb_park_header .filter ul {
  width: 100%;
  display: block;
  position: absolute;
  top: 100%;
  background-color: #f6fff6;
  display: none;
  z-index: 2;
}
.page_sections.acb_heritage .acb_park_header .filter ul li a {
  padding: 12px;
  display: block;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #005288;
  text-decoration: none;
}
.page_sections.acb_heritage .acb_park_header .filter ul li a:hover {
  background-color: #ff581d;
  color: #FFF;
}
.page_sections.acb_heritage .acb_landing_ahp {
  display: inline-block;
  margin: 10px 0 10px 20px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #0092c3;
  text-decoration: none;
}
.page_sections.acb_heritage .acb_landing_ahp:hover {
  color: #ff581d;
}
.page_sections.acb_heritage .acb_park_list {
  padding: 16px 20px;
  *zoom: 1;
  background-color: #f6fff6;
  min-height: 492px;
  position: relative;
}
.page_sections.acb_heritage .acb_park_list:before, .page_sections.acb_heritage .acb_park_list:after {
  content: '';
  display: table;
}
.page_sections.acb_heritage .acb_park_list:after {
  clear: both;
}
.page_sections.acb_heritage .acb_park_list .fa-spinner {
  font-size: 50px;
  color: #005288;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
}
.page_sections.acb_heritage .acb_park_list .park {
  background-color: #FFF;
  margin-bottom: 3%;
}
@media (min-width: 960px) {
  .page_sections.acb_heritage .acb_park_list .park {
    float: left;
    clear: none;
    width: 31.33333%;
    margin-left: 0;
    margin-right: 3%;
  }
  .page_sections.acb_heritage .acb_park_list .park:nth-of-type(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .page_sections.acb_heritage .acb_park_list .park:nth-of-type(3n) {
    margin-right: 0;
    float: right;
  }
  .page_sections.acb_heritage .acb_park_list .park:nth-of-type(3n + 1) {
    clear: both;
  }
}
.page_sections.acb_heritage .acb_park_list .park:hover .image {
  background-size: auto 130%;
}
.page_sections.acb_heritage .acb_park_list .park .image {
  width: 100%;
  display: block;
  height: 228px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d7d7d7;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transition: background 0.6s ease;
  -webkit-transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}
.page_sections.acb_heritage .acb_park_list .park .image img {
  position: absolute;
  display: block;
  top: -16px;
  left: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.page_sections.acb_heritage .acb_park_list .park .details {
  padding: 25px 20px;
  min-height: 215px;
  position: relative;
}
.page_sections.acb_heritage .acb_park_list .park .details h3 {
  text-align: left;
  margin-bottom: 16px;
}
.page_sections.acb_heritage .acb_park_list .park .details h3 a {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #4c4f59;
  line-height: 1.2;
  min-height: 48px;
  display: block;
  text-decoration: none;
}
.page_sections.acb_heritage .acb_park_list .park .details h3 a:hover {
  color: #ff581d;
}
.page_sections.acb_heritage .acb_park_list .park .details p {
  text-align: left;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #8e8e93;
  line-height: 1.3;
  margin-bottom: 0;
}
.page_sections.acb_heritage .acb_park_list .park .details .acb_btn {
  position: absolute;
  right: 20px;
  bottom: 25px;
  display: block;
  font-size: 17px;
  background-color: #20a42c;
  padding: 10px 25px;
}
.page_sections.acb_heritage .acb_park_list .park .details .acb_btn:hover {
  background-color: #ff581d;
}
.page_sections.acb_heritage_single {
  padding-top: 50px;
  background-color: #F5F5F5;
}
.page_sections.acb_heritage_single.sub_pages {
  background-color: #FFF;
  padding-top: 0;
}
.page_sections.acb_heritage_single.sub_pages .sidebar {
  padding-right: 25px;
}
.page_sections.acb_heritage_single.sub_pages .content {
  min-height: 470px;
  position: relative;
}
.page_sections.acb_heritage_single .acb_park_header {
  background-color: #FFF;
  padding: 38px 22px 33px;
  display: block;
  position: relative;
}
.page_sections.acb_heritage_single .acb_park_header .acb_back_page {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #005288;
}
.page_sections.acb_heritage_single .acb_park_header .acb_back_page:hover {
  color: #ff581d;
}
.page_sections.acb_heritage_single .acb_park_header .filter {
  width: 100%;
  max-width: 331px;
  display: block;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -20px;
}
.page_sections.acb_heritage_single .acb_park_header .filter .toggle {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #f6fff6;
  border: solid 1px #20a42c;
  display: block;
  padding: 12px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #005288;
  text-decoration: none;
}
.page_sections.acb_heritage_single .acb_park_header .filter .toggle span {
  font: inherit;
  color: inherit;
}
.page_sections.acb_heritage_single .acb_park_header .filter .toggle i {
  font-size: 12px;
  float: right;
  color: #005288;
}
.page_sections.acb_heritage_single .acb_park_header .filter ul {
  width: 100%;
  display: block;
  position: absolute;
  top: 100%;
  background-color: #f6fff6;
  display: none;
  z-index: 2;
  max-height: 400px;
  overflow-y: scroll;
}
.page_sections.acb_heritage_single .acb_park_header .filter ul li a {
  padding: 12px;
  display: block;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #005288;
  text-decoration: none;
}
.page_sections.acb_heritage_single .acb_park_header .filter ul li a:hover {
  background-color: #ff581d;
  color: #FFF;
}
.page_sections.acb_heritage_single .acb_park_banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page_sections.acb_heritage_single .acb_park_banner .acb_container {
  height: 431px;
  display: block;
  position: relative;
}
.page_sections.acb_heritage_single .acb_park_banner .acb_container .park_title {
  display: table;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.page_sections.acb_heritage_single .acb_park_banner .acb_container .park_title .flag {
  background-image: url("../images/brush-stroker.png");
  background-size: 124px auto;
  background-position: center center;
  width: 124px;
  height: 101px;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.page_sections.acb_heritage_single .acb_park_banner .acb_container .park_title .flag img {
  display: block;
  width: 53px;
  height: 53px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 0 auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.page_sections.acb_heritage_single .acb_park_banner .acb_container .park_title h2 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  display: table-cell;
  vertical-align: middle;
  text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.5);
  padding-left: 9px;
}
.page_sections.acb_heritage_single .content_wrap {
  padding: 45px 0;
}
.page_sections.acb_heritage_single .sidebar {
  width: 100%;
  display: block;
  max-width: 284px;
  float: left;
}
.page_sections.acb_heritage_single .sidebar h3 {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: condensed;
  color: #4a4a4a;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-top: 0;
}
.page_sections.acb_heritage_single .sidebar .acb_gallery_thumbnails {
  *zoom: 1;
}
.page_sections.acb_heritage_single .sidebar .acb_gallery_thumbnails:before, .page_sections.acb_heritage_single .sidebar .acb_gallery_thumbnails:after {
  content: '';
  display: table;
}
.page_sections.acb_heritage_single .sidebar .acb_gallery_thumbnails:after {
  clear: both;
}
.page_sections.acb_heritage_single .sidebar .acb_gallery_thumbnails a {
  float: left;
  clear: none;
  width: 28%;
  margin-left: 0;
  margin-right: 8%;
  display: block;
  margin-bottom: 8%;
}
.page_sections.acb_heritage_single .sidebar .acb_gallery_thumbnails a:nth-of-type(n) {
  margin-right: 8%;
  float: left;
  clear: none;
}
.page_sections.acb_heritage_single .sidebar .acb_gallery_thumbnails a:nth-of-type(3n) {
  margin-right: 0;
  float: right;
}
.page_sections.acb_heritage_single .sidebar .acb_gallery_thumbnails a:nth-of-type(3n + 1) {
  clear: both;
}
.page_sections.acb_heritage_single .sidebar .acb_gallery_thumbnails a img {
  display: block;
  width: 100%;
  height: auto;
}
.page_sections.acb_heritage_single .sidebar a.acb_back_landing {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: condensed;
  color: #005288;
  text-decoration: none;
  display: block;
  margin-bottom: 30px;
}
.page_sections.acb_heritage_single .sidebar a.acb_back_landing:hover {
  color: #ff581d;
}
.page_sections.acb_heritage_single .sidebar.pages ul {
  list-style-type: none;
}
.page_sections.acb_heritage_single .sidebar.pages ul li {
  line-height: 1.36;
  margin-bottom: 12px;
}
.page_sections.acb_heritage_single .sidebar.pages ul li a {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: condensed;
  color: #005288;
  text-decoration: none;
  display: block;
}
.page_sections.acb_heritage_single .sidebar.pages ul li a:hover, .page_sections.acb_heritage_single .sidebar.pages ul li a.selected {
  color: #ff581d;
}
.page_sections.acb_heritage_single .content {
  width: 100%;
  display: block;
  max-width: 806px;
  float: left;
  padding-left: 80px;
}
.page_sections.acb_heritage_single .content.intro {
  padding-right: 40px;
}
.page_sections.acb_heritage_single .content p, .page_sections.acb_heritage_single .content li {
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #4a4a4a;
}
.page_sections.acb_heritage_single .content p strong, .page_sections.acb_heritage_single .content li strong {
  font: inherit;
  color: inherit;
  font-weight: bold;
}
.page_sections.acb_heritage_single .content p em, .page_sections.acb_heritage_single .content li em {
  font: inherit;
  color: inherit;
  font-style: italic;
}
.page_sections.acb_heritage_single .content p a, .page_sections.acb_heritage_single .content li a {
  font: inherit;
  text-decoration: none;
  color: #005288;
}
.page_sections.acb_heritage_single .content p a:hover, .page_sections.acb_heritage_single .content li a:hover {
  color: #ff581d;
}
.page_sections.acb_heritage_single .content p span, .page_sections.acb_heritage_single .content li span {
  font: inherit;
  color: inherit;
}
.page_sections.acb_heritage_single .content p img, .page_sections.acb_heritage_single .content li img {
  max-width: 100%;
  height: auto;
}
.page_sections.acb_heritage_single .content p, .page_sections.acb_heritage_single .content ul, .page_sections.acb_heritage_single .content ol {
  margin-bottom: 30px;
}
.page_sections.acb_heritage_single .content li {
  margin-bottom: 0;
}
.page_sections.acb_heritage_single .content ul {
  list-style-type: disc;
  margin-left: 20px;
}
.page_sections.acb_heritage_single .content ol {
  list-style-type: decimal;
  margin-left: 21px;
}
.page_sections.acb_heritage_single .content .wp-caption {
  max-width: 100%;
}
.page_sections.acb_heritage_single .content .wp-caption img {
  max-width: 100%;
  height: auto;
}
.page_sections.acb_heritage_single .content .wp-caption .wp-caption-text {
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
}
.page_sections.acb_heritage_single .content table {
  max-width: 100%;
  width: auto;
  margin-bottom: 30px;
}
.page_sections.acb_heritage_single .content table td, .page_sections.acb_heritage_single .content table th {
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #4a4a4a;
  vertical-align: top;
  border: 1px solid #4a4a4a;
  padding: 5px;
  display: table-cell;
  margin-bottom: 0;
}
.page_sections.acb_heritage_single .content table td strong, .page_sections.acb_heritage_single .content table th strong {
  font: inherit;
  color: inherit;
  font-weight: bold;
}
.page_sections.acb_heritage_single .content table td em, .page_sections.acb_heritage_single .content table th em {
  font: inherit;
  color: inherit;
  font-style: italic;
}
.page_sections.acb_heritage_single .content table td a, .page_sections.acb_heritage_single .content table th a {
  font: inherit;
  text-decoration: none;
  color: #005288;
}
.page_sections.acb_heritage_single .content table td a:hover, .page_sections.acb_heritage_single .content table th a:hover {
  color: #ff581d;
}
.page_sections.acb_heritage_single .content table td span, .page_sections.acb_heritage_single .content table th span {
  font: inherit;
  color: inherit;
}
.page_sections.acb_heritage_single .content table td img, .page_sections.acb_heritage_single .content table th img {
  max-width: 100%;
  height: auto;
}
.page_sections.acb_heritage_single .content .sub_content {
  display: none;
}
.page_sections.acb_heritage_single .content .sub_content.selected {
  display: block;
}
.page_sections.acb_heritage_single .content .sub_content .detail {
  margin-bottom: 36px;
  position: relative;
}
.page_sections.acb_heritage_single .content .sub_content .detail:last-child {
  margin-bottom: 0;
}
.page_sections.acb_heritage_single .content .sub_content .detail .icon {
  position: absolute;
  left: -60px;
  top: 9px;
  text-align: center;
  display: block;
  width: 36px;
}
.page_sections.acb_heritage_single .content .sub_content .detail img {
  display: block;
  margin: 0 auto;
}
.page_sections.acb_heritage_single .content .sub_content .detail h3 {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: condensed;
  color: #4a4a4a;
  line-height: 2;
}
.page_sections.acb_heritage_single .content .sub_content .detail p {
  margin-bottom: 0;
}
.page_sections.acb_heritage_single .content .sub_content .detail p, .page_sections.acb_heritage_single .content .sub_content .detail li {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: condensed;
  color: #4a4a4a;
  line-height: 2;
}
.page_sections.acb_heritage_single .content .sub_content .detail p strong, .page_sections.acb_heritage_single .content .sub_content .detail li strong {
  font: inherit;
  color: inherit;
  font-weight: bold;
}
.page_sections.acb_heritage_single .content .sub_content .detail p em, .page_sections.acb_heritage_single .content .sub_content .detail li em {
  font: inherit;
  color: inherit;
  font-style: italic;
}
.page_sections.acb_heritage_single .content .sub_content .detail p a, .page_sections.acb_heritage_single .content .sub_content .detail li a {
  font: inherit;
  text-decoration: none;
  color: #005288;
}
.page_sections.acb_heritage_single .content .sub_content .detail p a:hover, .page_sections.acb_heritage_single .content .sub_content .detail li a:hover {
  color: #ff581d;
}
.page_sections.acb_concerns {
  padding: 40px 0;
  background-color: #F5F5F5;
}
.page_sections.acb_concerns .acb_concerns_categories {
  margin-bottom: 20px;
}
.page_sections.acb_concerns .acb_concerns_categories:after {
  content: "";
  display: block;
  clear: both;
}
.page_sections.acb_concerns .acb_concerns_categories li {
  float: left;
  display: block;
  margin-right: 30px;
  position: relative;
}
.page_sections.acb_concerns .acb_concerns_categories li:after {
  content: "";
  display: block;
  height: 27px;
  border-left: 1px solid #979797;
  position: absolute;
  top: 50%;
  margin-top: -13.5px;
  right: -15px;
}
.page_sections.acb_concerns .acb_concerns_categories li:last-child {
  margin-right: 0;
}
.page_sections.acb_concerns .acb_concerns_categories li:last-child:after {
  display: none;
}
.page_sections.acb_concerns .acb_concerns_categories li a {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #00573c;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
.page_sections.acb_concerns .acb_concerns_categories li a.active, .page_sections.acb_concerns .acb_concerns_categories li a:hover {
  text-decoration: underline;
}
.page_sections.acb_concerns .acb_film_carousel {
  height: 120px;
  overflow: hidden;
  margin-bottom: 35px;
}
.page_sections.acb_concerns .acb_film_carousel .thumbnails-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page_sections.acb_concerns .acb_film_carousel .thumbnails ul {
  position: relative;
  margin-left: -276px;
}
.page_sections.acb_concerns .acb_film_carousel .thumbnails ul li img {
  opacity: 0.4;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.page_sections.acb_concerns .acb_film_carousel .thumbnails ul li span {
  display: block;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #20a42c;
  border: solid 5px #d8d8d8;
  opacity: 0.4;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.page_sections.acb_concerns .acb_film_carousel .thumbnails ul li:hover span,
.page_sections.acb_concerns .acb_film_carousel .thumbnails ul li:hover img, .page_sections.acb_concerns .acb_film_carousel .thumbnails ul li.selected span,
.page_sections.acb_concerns .acb_film_carousel .thumbnails ul li.selected img {
  opacity: 1;
}
.page_sections.acb_concerns #acb_pjax_wrapper {
  min-height: 480px;
}
@media (max-height: 768px) {
  .page_sections.acb_concerns #acb_pjax_wrapper .fa-spinner {
    top: inherit !important;
    margin-top: 30px !Important;
  }
}
.page_sections.acb_concerns #acb_pjax_content,
.page_sections.acb_concerns #acb_pjax_wrapper {
  position: relative;
}
.page_sections.acb_concerns #acb_pjax_content .page_title,
.page_sections.acb_concerns #acb_pjax_wrapper .page_title {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: condensed;
  color: #00573c;
  margin-bottom: 50px;
}
.page_sections.acb_concerns #acb_pjax_content .sidebar,
.page_sections.acb_concerns #acb_pjax_wrapper .sidebar {
  width: 100%;
  display: block;
  max-width: 284px;
  float: left;
}
.page_sections.acb_concerns #acb_pjax_content .sidebar a.acb_back_landing,
.page_sections.acb_concerns #acb_pjax_wrapper .sidebar a.acb_back_landing {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: condensed;
  color: #005288;
  text-decoration: none;
  display: block;
  margin-bottom: 30px;
}
.page_sections.acb_concerns #acb_pjax_content .sidebar a.acb_back_landing:hover,
.page_sections.acb_concerns #acb_pjax_wrapper .sidebar a.acb_back_landing:hover {
  color: #ff581d;
}
.page_sections.acb_concerns #acb_pjax_content .sidebar h3,
.page_sections.acb_concerns #acb_pjax_wrapper .sidebar h3 {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: condensed;
  color: #4a4a4a;
  line-height: 1.2;
  margin-bottom: 25px;
}
.page_sections.acb_concerns #acb_pjax_content .sidebar ul,
.page_sections.acb_concerns #acb_pjax_wrapper .sidebar ul {
  list-style-type: none;
}
.page_sections.acb_concerns #acb_pjax_content .sidebar ul li,
.page_sections.acb_concerns #acb_pjax_wrapper .sidebar ul li {
  line-height: 1.36;
  margin-bottom: 12px;
}
.page_sections.acb_concerns #acb_pjax_content .sidebar ul li a,
.page_sections.acb_concerns #acb_pjax_wrapper .sidebar ul li a {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: condensed;
  color: #005288;
  text-decoration: none;
  display: block;
}
.page_sections.acb_concerns #acb_pjax_content .sidebar ul li a:hover, .page_sections.acb_concerns #acb_pjax_content .sidebar ul li a.selected,
.page_sections.acb_concerns #acb_pjax_wrapper .sidebar ul li a:hover,
.page_sections.acb_concerns #acb_pjax_wrapper .sidebar ul li a.selected {
  color: #ff581d;
}
.page_sections.acb_concerns #acb_pjax_content .content,
.page_sections.acb_concerns #acb_pjax_wrapper .content {
  width: 100%;
  display: block;
  max-width: 806px;
  float: left;
  padding-left: 80px;
}
.page_sections.acb_concerns #acb_pjax_content .content p, .page_sections.acb_concerns #acb_pjax_content .content li,
.page_sections.acb_concerns #acb_pjax_wrapper .content p,
.page_sections.acb_concerns #acb_pjax_wrapper .content li {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: condensed;
  line-height: 2;
  color: #4a4a4a;
}
.page_sections.acb_concerns #acb_pjax_content .content p strong, .page_sections.acb_concerns #acb_pjax_content .content li strong,
.page_sections.acb_concerns #acb_pjax_wrapper .content p strong,
.page_sections.acb_concerns #acb_pjax_wrapper .content li strong {
  font: inherit;
  color: inherit;
  font-weight: bold;
}
.page_sections.acb_concerns #acb_pjax_content .content p em, .page_sections.acb_concerns #acb_pjax_content .content li em,
.page_sections.acb_concerns #acb_pjax_wrapper .content p em,
.page_sections.acb_concerns #acb_pjax_wrapper .content li em {
  font: inherit;
  color: inherit;
  font-style: italic;
}
.page_sections.acb_concerns #acb_pjax_content .content p a, .page_sections.acb_concerns #acb_pjax_content .content li a,
.page_sections.acb_concerns #acb_pjax_wrapper .content p a,
.page_sections.acb_concerns #acb_pjax_wrapper .content li a {
  font: inherit;
  text-decoration: none;
  color: #005288;
}
.page_sections.acb_concerns #acb_pjax_content .content p a:hover, .page_sections.acb_concerns #acb_pjax_content .content li a:hover,
.page_sections.acb_concerns #acb_pjax_wrapper .content p a:hover,
.page_sections.acb_concerns #acb_pjax_wrapper .content li a:hover {
  color: #ff581d;
}
.page_sections.acb_concerns #acb_pjax_content .content p span, .page_sections.acb_concerns #acb_pjax_content .content li span,
.page_sections.acb_concerns #acb_pjax_wrapper .content p span,
.page_sections.acb_concerns #acb_pjax_wrapper .content li span {
  font: inherit;
  color: inherit;
}
.page_sections.acb_concerns #acb_pjax_content .content p img, .page_sections.acb_concerns #acb_pjax_content .content li img,
.page_sections.acb_concerns #acb_pjax_wrapper .content p img,
.page_sections.acb_concerns #acb_pjax_wrapper .content li img {
  max-width: 100%;
  height: auto;
}
.page_sections.acb_concerns #acb_pjax_content .content .wp-caption,
.page_sections.acb_concerns #acb_pjax_wrapper .content .wp-caption {
  max-width: 100%;
}
.page_sections.acb_concerns #acb_pjax_content .content .wp-caption img,
.page_sections.acb_concerns #acb_pjax_wrapper .content .wp-caption img {
  max-width: 100%;
  height: auto;
}
.page_sections.acb_concerns #acb_pjax_content .content .wp-caption .wp-caption-text,
.page_sections.acb_concerns #acb_pjax_wrapper .content .wp-caption .wp-caption-text {
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
}
.page_sections.acb_concerns #acb_pjax_content .content p, .page_sections.acb_concerns #acb_pjax_content .content ul, .page_sections.acb_concerns #acb_pjax_content .content ol,
.page_sections.acb_concerns #acb_pjax_wrapper .content p,
.page_sections.acb_concerns #acb_pjax_wrapper .content ul,
.page_sections.acb_concerns #acb_pjax_wrapper .content ol {
  margin-bottom: 30px;
}
.page_sections.acb_concerns #acb_pjax_content .content li,
.page_sections.acb_concerns #acb_pjax_wrapper .content li {
  margin-bottom: 0;
}
.page_sections.acb_concerns #acb_pjax_content .content ul,
.page_sections.acb_concerns #acb_pjax_wrapper .content ul {
  list-style-type: disc;
  margin-left: 20px;
}
.page_sections.acb_concerns #acb_pjax_content .content ol,
.page_sections.acb_concerns #acb_pjax_wrapper .content ol {
  list-style-type: decimal;
  margin-left: 21px;
}
.page_sections.acb_concerns #acb_pjax_content .content table,
.page_sections.acb_concerns #acb_pjax_wrapper .content table {
  max-width: 100%;
  width: auto;
  margin-bottom: 30px;
}
.page_sections.acb_concerns #acb_pjax_content .content table td, .page_sections.acb_concerns #acb_pjax_content .content table th,
.page_sections.acb_concerns #acb_pjax_wrapper .content table td,
.page_sections.acb_concerns #acb_pjax_wrapper .content table th {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: condensed;
  line-height: 1.5;
  color: #4a4a4a;
  vertical-align: top;
  border: 1px solid #4a4a4a;
  padding: 5px;
  display: table-cell;
  margin-bottom: 0;
}
.page_sections.acb_concerns #acb_pjax_content .content table td strong, .page_sections.acb_concerns #acb_pjax_content .content table th strong,
.page_sections.acb_concerns #acb_pjax_wrapper .content table td strong,
.page_sections.acb_concerns #acb_pjax_wrapper .content table th strong {
  font: inherit;
  color: inherit;
  font-weight: bold;
}
.page_sections.acb_concerns #acb_pjax_content .content table td em, .page_sections.acb_concerns #acb_pjax_content .content table th em,
.page_sections.acb_concerns #acb_pjax_wrapper .content table td em,
.page_sections.acb_concerns #acb_pjax_wrapper .content table th em {
  font: inherit;
  color: inherit;
  font-style: italic;
}
.page_sections.acb_concerns #acb_pjax_content .content table td a, .page_sections.acb_concerns #acb_pjax_content .content table th a,
.page_sections.acb_concerns #acb_pjax_wrapper .content table td a,
.page_sections.acb_concerns #acb_pjax_wrapper .content table th a {
  font: inherit;
  text-decoration: none;
  color: #005288;
}
.page_sections.acb_concerns #acb_pjax_content .content table td a:hover, .page_sections.acb_concerns #acb_pjax_content .content table th a:hover,
.page_sections.acb_concerns #acb_pjax_wrapper .content table td a:hover,
.page_sections.acb_concerns #acb_pjax_wrapper .content table th a:hover {
  color: #ff581d;
}
.page_sections.acb_concerns #acb_pjax_content .content table td span, .page_sections.acb_concerns #acb_pjax_content .content table th span,
.page_sections.acb_concerns #acb_pjax_wrapper .content table td span,
.page_sections.acb_concerns #acb_pjax_wrapper .content table th span {
  font: inherit;
  color: inherit;
}
.page_sections.acb_concerns #acb_pjax_content .content table td img, .page_sections.acb_concerns #acb_pjax_content .content table th img,
.page_sections.acb_concerns #acb_pjax_wrapper .content table td img,
.page_sections.acb_concerns #acb_pjax_wrapper .content table th img {
  max-width: 100%;
  height: auto;
}
.page_sections.acb_concerns #acb_pjax_content .content .sub_content,
.page_sections.acb_concerns #acb_pjax_wrapper .content .sub_content {
  display: none;
}
.page_sections.acb_concerns #acb_pjax_content .content .sub_content.selected,
.page_sections.acb_concerns #acb_pjax_wrapper .content .sub_content.selected {
  display: block;
}
.page_sections.acb_wrapper .content .acb_single-image img {
  max-width: 100%;
  height: auto;
}
.page_sections.acb_wrapper .content ul {
  list-style-type: disc;
  margin-left: 20px;
}
.page_sections.acb_wrapper .content ol {
  list-style-type: decimal;
  margin-left: 21px;
}
.page_sections.acb_wrapper .content p img, .page_sections.acb_wrapper .content li img {
  max-width: 100%;
  height: auto;
}
.page_sections.acb_wrapper .content .wp-caption {
  max-width: 100%;
}
.page_sections.acb_wrapper .content .wp-caption img {
  max-width: 100%;
  height: auto;
}
.page_sections.acb_wrapper .content .wp-caption .wp-caption-text {
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
}
.page_sections.acb_wrapper .content table {
  max-width: 100%;
  width: auto;
  margin-bottom: 30px;
}
.page_sections.acb_wrapper .content table td, .page_sections.acb_wrapper .content table th {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: condensed;
  line-height: 1.5;
  color: #4a4a4a;
  vertical-align: top;
  border: 1px solid #4a4a4a;
  padding: 5px;
  display: table-cell;
  margin-bottom: 0;
}
.page_sections.acb_wrapper .content table td strong, .page_sections.acb_wrapper .content table th strong {
  font: inherit;
  color: inherit;
  font-weight: bold;
}
.page_sections.acb_wrapper .content table td em, .page_sections.acb_wrapper .content table th em {
  font: inherit;
  color: inherit;
  font-style: italic;
}
.page_sections.acb_wrapper .content table td a, .page_sections.acb_wrapper .content table th a {
  font: inherit;
  text-decoration: none;
  color: #005288;
}
.page_sections.acb_wrapper .content table td a:hover, .page_sections.acb_wrapper .content table th a:hover {
  color: #ff581d;
}
.page_sections.acb_wrapper .content table td span, .page_sections.acb_wrapper .content table th span {
  font: inherit;
  color: inherit;
}
.page_sections.acb_wrapper .content table td img, .page_sections.acb_wrapper .content table th img {
  max-width: 100%;
  height: auto;
}
.page_sections.acb_wrapper .content h3 {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: condensed;
  color: #4a4a4a;
  line-height: 2;
}
.page_sections.acb_wrapper .content .validation_error {
  border-top: 1px solid #ff581d !important;
  border-bottom: 1px solid #ff581d !important;
  color: #ff581d !important;
  padding: 10px 0 !important;
  text-align: center !important;
  font-weight: normal !important;
  font-size: 16px !important;
}
.page_sections.acb_wrapper .content .gfield_error {
  background-color: transparent !important;
  border: 0 none !important;
  font-family: "Helvetica", "Arial", sans-serif;
}
.page_sections.acb_wrapper .content .validation_message {
  color: #ff581d !important;
  padding: 0 0 0 0 !important;
  font-size: 16px;
  font-weight: normal;
  font-family: "Helvetica", "Arial", sans-serif;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.page_sections.acb_wrapper .content .gform_body .gform_fields li {
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}
.page_sections.acb_wrapper .content .gform_body .gform_fields li .gfield_label {
  display: block;
  margin: 0 0 0 0 !important;
}
.page_sections.acb_wrapper .content .gform_body .gform_fields li .gfield_label .gfield_required {
  color: #ff581d;
}
.page_sections.acb_wrapper .content .gform_body .gform_fields li .ginput_container {
  margin-top: .375em !important;
  max-width: 100% !important;
  margin-left: 0 !important;
}
.page_sections.acb_wrapper .content .gform_body .gform_fields li .validation_message {
  padding-bottom: 0 !important;
}
.page_sections.acb_programmes {
  padding: 0 0 40px 0;
  background-color: #F5F5F5;
}
.page_sections.acb_programmes .acb_container {
  *zoom: 1;
}
.page_sections.acb_programmes .acb_container:before, .page_sections.acb_programmes .acb_container:after {
  content: '';
  display: table;
}
.page_sections.acb_programmes .acb_container:after {
  clear: both;
}
.page_sections.acb_programmes .acb_container .programme {
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}
.page_sections.acb_programmes .acb_container .programme:nth-of-type(n) {
  margin-right: 0;
  float: left;
  clear: none;
}
.page_sections.acb_programmes .acb_container .programme:nth-of-type(2n) {
  margin-right: 0;
  float: right;
}
.page_sections.acb_programmes .acb_container .programme:nth-of-type(2n + 1) {
  clear: both;
}
.page_sections.acb_programmes .acb_container .programme a {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #d7d7d7;
  display: block;
  height: 318px;
  width: 100%;
  position: relative;
}
.page_sections.acb_programmes .acb_container .programme a:hover .shadow {
  opacity: 0;
}
.page_sections.acb_programmes .acb_container .programme h3 {
  position: absolute;
  bottom: 0;
  padding: 0 25px 25px;
  display: block;
  width: 100%;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  color: #FFF;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}
.page_sections.acb_programmes .acb_container .programme .shadow {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
}
.page_sections.acb_key_programme_single {
  padding: 30px 0;
  min-height: 480px;
  background-color: #F5F5F5;
}
.page_sections.acb_key_programme_single .sidebar {
  width: 100%;
  display: block;
  max-width: 284px;
  float: left;
}
.page_sections.acb_key_programme_single .sidebar a.acb_back_landing {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: condensed;
  color: #005288;
  text-decoration: none;
  display: block;
  margin-bottom: 30px;
}
.page_sections.acb_key_programme_single .sidebar a.acb_back_landing:hover {
  color: #ff581d;
}
.page_sections.acb_key_programme_single .sidebar h3 {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: condensed;
  color: #4a4a4a;
  line-height: 1.2;
  margin-bottom: 25px;
}
.page_sections.acb_key_programme_single .sidebar ul {
  list-style-type: none;
}
.page_sections.acb_key_programme_single .sidebar ul li {
  line-height: 1.36;
  margin-bottom: 12px;
}
.page_sections.acb_key_programme_single .sidebar ul li a {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: condensed;
  color: #005288;
  text-decoration: none;
  display: block;
}
.page_sections.acb_key_programme_single .sidebar ul li a:hover, .page_sections.acb_key_programme_single .sidebar ul li a.selected {
  color: #ff581d;
}
.page_sections.acb_key_programme_single .content {
  width: 100%;
  display: block;
  max-width: 806px;
  float: left;
  padding-left: 80px;
}
.page_sections.acb_key_programme_single .content h3 {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-stretch: condensed;
  color: #00573c;
  line-height: 1.5;
  margin-bottom: 30px;
}
.page_sections.acb_key_programme_single .content h3 span {
  font: inherit;
  color: inherit;
}
.page_sections.acb_key_programme_single .content p, .page_sections.acb_key_programme_single .content li {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: condensed;
  line-height: 2;
  color: #4a4a4a;
}
.page_sections.acb_key_programme_single .content p strong, .page_sections.acb_key_programme_single .content li strong {
  font: inherit;
  color: inherit;
  font-weight: bold;
}
.page_sections.acb_key_programme_single .content p em, .page_sections.acb_key_programme_single .content li em {
  font: inherit;
  color: inherit;
  font-style: italic;
}
.page_sections.acb_key_programme_single .content p a, .page_sections.acb_key_programme_single .content li a {
  font: inherit;
  text-decoration: none;
  color: #005288;
}
.page_sections.acb_key_programme_single .content p a:hover, .page_sections.acb_key_programme_single .content li a:hover {
  color: #ff581d;
}
.page_sections.acb_key_programme_single .content p span, .page_sections.acb_key_programme_single .content li span {
  font: inherit;
  color: inherit;
}
.page_sections.acb_key_programme_single .content p img, .page_sections.acb_key_programme_single .content li img {
  max-width: 100%;
  height: auto;
}
.page_sections.acb_key_programme_single .content p, .page_sections.acb_key_programme_single .content ul, .page_sections.acb_key_programme_single .content ol {
  margin-bottom: 30px;
}
.page_sections.acb_key_programme_single .content .wp-caption {
  max-width: 100%;
}
.page_sections.acb_key_programme_single .content .wp-caption img {
  max-width: 100%;
  height: auto;
}
.page_sections.acb_key_programme_single .content .wp-caption .wp-caption-text {
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
}
.page_sections.acb_key_programme_single .content li {
  margin-bottom: 0;
}
.page_sections.acb_key_programme_single .content ul {
  list-style-type: disc;
  margin-left: 20px;
}
.page_sections.acb_key_programme_single .content ol {
  list-style-type: decimal;
  margin-left: 21px;
}
.page_sections.acb_key_programme_single .content .sub_content {
  display: none;
}
.page_sections.acb_key_programme_single .content .sub_content.selected {
  display: block;
}
.page_sections.acb_key_programme_single .content table {
  max-width: 100%;
  width: auto;
  margin-bottom: 30px;
}
.page_sections.acb_key_programme_single .content table td, .page_sections.acb_key_programme_single .content table th {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: condensed;
  line-height: 1.5;
  color: #4a4a4a;
  vertical-align: top;
  border: 1px solid #4a4a4a;
  padding: 5px;
  display: table-cell;
  margin-bottom: 0;
}
.page_sections.acb_key_programme_single .content table td strong, .page_sections.acb_key_programme_single .content table th strong {
  font: inherit;
  color: inherit;
  font-weight: bold;
}
.page_sections.acb_key_programme_single .content table td em, .page_sections.acb_key_programme_single .content table th em {
  font: inherit;
  color: inherit;
  font-style: italic;
}
.page_sections.acb_key_programme_single .content table td a, .page_sections.acb_key_programme_single .content table th a {
  font: inherit;
  text-decoration: none;
  color: #005288;
}
.page_sections.acb_key_programme_single .content table td a:hover, .page_sections.acb_key_programme_single .content table th a:hover {
  color: #ff581d;
}
.page_sections.acb_key_programme_single .content table td span, .page_sections.acb_key_programme_single .content table th span {
  font: inherit;
  color: inherit;
}
.page_sections.acb_key_programme_single .content table td img, .page_sections.acb_key_programme_single .content table th img {
  max-width: 100%;
  height: auto;
}
.page_sections.acb_programme_title {
  padding: 30px 0;
  display: block;
  background-color: #FFF;
}
.page_sections.acb_programme_title h2 {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: condensed;
  color: #005288;
  line-height: 1.2;
}
.page_sections.acb_faqs {
  padding-top: 35px;
  padding-bottom: 100px;
}
.page_sections.acb_faqs .acb_faqs {
  list-style-type: decimal;
  margin-left: 20px;
  margin-left: 20px;
}
.page_sections.acb_faqs .acb_faqs li a {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: condensed;
  color: #005288;
  line-height: 1.5;
  margin-bottom: 0;
  text-decoration: none;
}
.page_sections.acb_faqs .acb_faqs li a:hover {
  text-decoration: underline;
}
.page_sections.acb_faqs .acb_faws_ans li {
  padding-top: 47px;
  position: relative;
}
.page_sections.acb_faqs .acb_faws_ans li h4 {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: condensed;
  color: #005288;
  line-height: 1.3;
}
.page_sections.acb_faqs .acb_faws_ans li > p {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: condensed;
  color: #4a4a4a;
  line-height: 1.5;
  margin-bottom: 0;
}
.page_sections.acb_aichi {
  padding-top: 35px;
}
.page_sections.acb_aichi .acb_header h3 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #005288;
  display: inline-block;
  margin-right: 15px;
}
.page_sections.acb_aichi .acb_header .filter {
  width: 100%;
  max-width: 331px;
  display: inline-block;
  position: relative;
}
.page_sections.acb_aichi .acb_header .filter .toggle {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #f6fff6;
  border: solid 1px #20a42c;
  display: block;
  padding: 12px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #005288;
  text-decoration: none;
}
.page_sections.acb_aichi .acb_header .filter .toggle span {
  font: inherit;
  color: inherit;
}
.page_sections.acb_aichi .acb_header .filter .toggle i {
  font-size: 12px;
  float: right;
  color: #005288;
}
.page_sections.acb_aichi .acb_header .filter ul {
  width: 100%;
  display: block;
  position: absolute;
  top: 100%;
  background-color: #f6fff6;
  display: none;
  z-index: 2;
}
.page_sections.acb_aichi .acb_header .filter ul li a {
  padding: 12px;
  display: block;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #005288;
  text-decoration: none;
}
.page_sections.acb_aichi .acb_header .filter ul li a:hover {
  background-color: #ff581d;
  color: #FFF;
}
.page_sections.acb_aichi .acb_targets {
  padding-top: 60px;
}
.page_sections.acb_aichi .acb_targets > h3 {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: condensed;
  color: #005288;
  line-height: 1.3;
  margin-bottom: 8px;
}
.page_sections.acb_aichi .acb_targets > p {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: condensed;
  color: #4a4a4a;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page_sections.acb_aichi .acb_targets > ul {
  padding-top: 60px;
}
.page_sections.acb_aichi .acb_targets > ul > li {
  margin-bottom: 47px;
  position: relative;
  padding-left: 105px;
}
.page_sections.acb_aichi .acb_targets > ul > li .icon {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: center center;
}
.page_sections.acb_aichi .acb_targets > ul > li h4 {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-stretch: condensed;
  color: #005288;
  line-height: 1.3;
}
.page_sections.acb_aichi .acb_targets > ul > li > p {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: condensed;
  color: #4a4a4a;
  line-height: 1.5;
  margin-bottom: 0;
}
.page_sections.acb_404 .acb_container {
  min-height: 300px;
}
.page_sections.acb_404 p {
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 20px;
  text-align: center;
}
.page_sections.acb_404 .acb_search {
  max-width: 250px;
  display: block;
  position: relative;
  padding: 16px 0;
  width: 100%;
  margin: 0 auto;
}
.page_sections.acb_404 .acb_search input[type="text"] {
  width: 100%;
  padding: 8px 15px 8px 48px;
  display: block;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: solid 1px #9b9b9b;
  background-color: #FFF;
  color: #9b9b9b;
  background-color: #FFF;
}
.page_sections.acb_404 .acb_search input[type="text"]:focus {
  width: 100%;
}
.page_sections.acb_404 .acb_search input[type="text"]::-webkit-input-placeholder {
  color: #9b9b9b;
}
.page_sections.acb_404 .acb_search input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
}
.page_sections.acb_404 .acb_search input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
}
.page_sections.acb_404 .acb_search input[type="text"]:-ms-input-placeholder {
  color: #9b9b9b;
}
.page_sections.acb_404 .acb_search input[type="submit"] {
  position: absolute;
  top: 50%;
  margin-top: -10.5px;
  left: 15px;
  width: 21px;
  height: 20px;
  border: 0 none;
  padding: 0 0 0 0;
  text-indent: -9999px;
  cursor: pointer;
  background-color: transparent;
}

.acb_banner .brush {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-image: url("../images/brush-white.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.acb_banner.key_programme_single {
  margin-bottom: 0;
  position: relative;
  background-blend-mode: soft-light;
  background-color: #004B34;
}
.acb_banner.key_programme_single .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 54, 26, 0.6);
  z-index: 1;
}
.acb_banner.key_programme_single .acb_text_wrap {
  position: relative;
  z-index: 2;
}
.acb_banner.key_programme_single p {
  font-family: "PT Serif", serif !important;
  font-style: italic !important;
  font-weight: normal !important;
  font-size: 33px !important;
  line-height: 1.6 !important;
}

.acb_sub_links {
  background-color: #0092c3;
  display: none;
  position: relative;
  width: 100%;
}
@media (max-width: 959px) {
  .acb_sub_links {
    display: block !important;
  }
}
.acb_sub_links .toggle {
  display: block;
  text-align: left;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  line-height: 1;
  padding: 18px 15px;
  background-color: #0092c3;
  text-decoration: none;
}
.acb_sub_links .toggle span {
  font: inherit;
  color: inherit;
}
.acb_sub_links .toggle i.fa {
  float: right;
  color: #FFF;
}
.acb_sub_links ul {
  display: none;
  width: 100%;
  background-color: #0092c3;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.acb_sub_links ul li {
  display: block;
}
.acb_sub_links ul li a {
  display: block;
  text-align: left;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  line-height: 1;
  padding: 18px 15px;
  text-decoration: none;
  background-color: #0092c3;
}
.acb_sub_links ul li.selected a, .acb_sub_links ul li.current_page_item a {
  background-color: #ff581d;
}

.search_page_wrapper .acb_result-wrapper h3 {
  line-height: 1.3 !important;
}
.search_page_wrapper .acb_result-wrapper h3 a {
  display: inline-block !important;
}

footer {
  padding: 65px 0;
  background-color: #00573c;
}
footer * {
  color: #FFF;
}
footer ul.left {
  float: left;
}
footer ul.right {
  float: right;
}
footer ul li {
  float: left;
  display: block;
  margin-right: 18px;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li a, footer ul li span, footer ul li i.fa {
  color: #d8d8d8;
}
footer ul li i.fa {
  font-size: 20px;
  line-height: 18px;
  opacity: 0.5;
}
footer ul li a, footer ul li span {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
footer ul li a {
  text-decoration: none;
}
footer ul li a:hover {
  color: #ff581d;
}
footer ul li a:hover i {
  color: #ff581d;
}
footer.inside_page {
  background-color: transparent;
  position: relative;
  padding-top: 100px;
}
footer.inside_page .acb_container {
  min-height: 1000px;
  height: 1000px;
  display: table;
  position: relative;
  z-index: 2;
}
footer.inside_page .acb_container .acb_content {
  display: table-cell;
  vertical-align: middle;
}
footer.inside_page .acb_overlay_bg {
  background-image: url("../images/footer-design.png");
  background-size: cover;
  background-position: top center;
  background-color: transparent;
  min-height: 1000px;
  height: 1000px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: block;
}

.filter {
  width: 100%;
  max-width: 331px;
  position: relative;
  margin: 0 auto 23px;
  display: block;
}
.filter .toggle {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #f6fff6;
  border: solid 1px #20a42c;
  display: block;
  padding: 12px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #005288;
  text-decoration: none;
  text-align: left;
}
.filter .toggle span {
  font: inherit;
  color: inherit;
}
.filter .toggle i {
  font-size: 12px;
  float: right;
  color: #005288;
}
.filter ul {
  width: 100%;
  display: block;
  position: absolute;
  top: 100%;
  background-color: #f6fff6;
  display: none;
  z-index: 3;
}
.filter ul li a {
  padding: 12px;
  display: block;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #005288;
  text-decoration: none;
  line-height: 1.3;
  text-align: left;
}
.filter ul li a:hover {
  background-color: #ff581d;
  color: #FFF;
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.fa-spinner {
  font-size: 50px;
  color: #005288;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
}
