/*
  Theme Name: HARC
  Version: 1.0
  Author: LIMB
  Author URI: https://limbdesign.com
*/
#home-banner h2 + a {
    margin-top: 2em;
}
.home-slider-content-left {
	z-index: 999999999;
	padding: 60px 35px 0px;
}
.home-slider-content-left h4 {
    margin-bottom: 2em;
}
a.section-link {
    height: initial !important;
    width: initial !important;
    padding: initial !important;
	font-size: 12px;
    line-height: 17px;
    letter-spacing: 2.2px;
    font-weight: 300;
    text-transform: uppercase;
}
a.section-link:before,
a.section-link:after {
	display: none;
	opacity: 0 !important;
}
.home-slider-section * {
	overflow: visible !important;
}
.home-slider {
    height: 400px;
    width: 100%;
    left: 0;
    opacity: 0;
	/*background: red;*/
	border-top: 1px solid white;
	border-bottom: 1px solid white; /*Felicia Edit */
}
.home-slider.slick-initialized {
    opacity: 1;
}
.home-slider .slick-track {
    height: 400px;
    max-width: 100%;
}
.home-slider .slick-slide {
    height: 400px;
    width: 100%;
    position: absolute !important;
    left: 0;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.home-slider .slick-slide.slick-active {
  opacity: 1;
  pointer-events: all;
}
.home-slider-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
}
.home-slider-img {
	position: absolute;
    left: -33.33333vw;
    width: 100vw;
    top: 0;
    height: 100%;
    z-index: -1;
	background-size: cover;
    background-position: center;
}
.home-slider-img:before {
	content: '';
	background: #074876;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: .75;
	left: 0;
}
.home-slider-slide-content {
    text-align: center;
    padding: 60px 140px !important; 
}
.home-slider-slide-content h2 {
	font-size: 40px !important;
	line-height: 1em !important;
	font-weight: 300 !important;
	font-weight: 300 !important;
}
.home-slider-slide-content p {
	font-size: 15px !important;
}
.home-slider-nav-bar {
    position: absolute;
    bottom: 35px;
    width: 66.6666vw;
}
.home-slider-nav-bar .home-slider-nav-prev,
.home-slider-nav-bar .home-slider-nav-next{
	border: 0;
    display: block;
    margin: -18px auto 0;
    left: 18%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    background: transparent;
    font-size: 30px;
}
.home-slider-nav-bar .home-slider-nav-next{
	left: auto;
	right: 18%;
}
.home-slider-nav-bar .home-slider-nav-prev .icon-arrow-left,
.home-slider-nav-bar .home-slider-nav-next .icon-arrow-right{
	margin-left: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
}
.home-slider-nav-bar .home-slider-nav-next .icon-arrow-right{
	left: auto;
	right: 0;
}
.home-slider-nav-bar .home-slider-nav-prev .icon-arrow-left:before,
.home-slider-nav-bar .home-slider-nav-next .icon-arrow-right:before{
	content: "";
    width: 62px;
    height: 36px;
    background: url(images/home-left-arrow.svg) center center no-repeat transparent;
    display: block;
}
.home-slider-nav-bar .home-slider-nav-next .icon-arrow-right:before{
	background: url(images/home-right-arrow.svg) center center no-repeat transparent;
}

.home-slider-nav-bar .home-slider-nav .slick-dots li:before {
	text-align: center;
	font-size: 12px;
    line-height: 17px;
    letter-spacing: 2.2px;
    font-weight: 300;
    text-transform: uppercase;
	margin-top: 80px;
    display: block;
}
.home-slider-nav-bar .home-slider-nav .slick-dots li.slick-active:before {
	font-weight: 700;
}
.home-slider-nav-bar .home-slider-nav .slick-dots li:first-child:before {
	content: 'Air' !important;
}
.home-slider-nav-bar .home-slider-nav .slick-dots li:nth-child(2):before {
	content: 'Energy' !important;
}
.home-slider-nav-bar .home-slider-nav .slick-dots li:nth-child(3):before {
	content: 'Water' !important;
}
.home-slider-nav-bar .home-slider-nav .slick-dots li:nth-child(5):before {
	content: 'Geospatial' !important;
}
.home-slider-nav-bar .home-slider-nav .slick-dots li:nth-child(4):before {
	content: 'Resilience' !important;
	/*font-size: 11px;
  letter-spacing: .3em;
  line-height: 1.1em;
  margin-bottom: -2em;
  display: flex;*/
}
.home-slider-nav-bar .home-slider-nav .slick-dots li:first-child {
	background-image: url('images/icon-cloud.svg');
	background-size: auto 25px;
}
.home-slider-nav-bar .home-slider-nav .slick-dots li.slick-active:first-child {
	background-image: url('images/icon-cloud-fill.svg');
}
.home-slider-nav-bar .home-slider-nav .slick-dots li:nth-child(2) {
	background-image: url('images/icon-timer.svg');
}
.home-slider-nav-bar .home-slider-nav .slick-dots li.slick-active:nth-child(2) {
	background-image: url('images/icon-timer-fill.svg');
}
.home-slider-nav-bar .home-slider-nav .slick-dots li:nth-child(3) {
	background-image: url('images/icon-droplet.svg');
	background-size: auto 30px;
}
.home-slider-nav-bar .home-slider-nav .slick-dots li.slick-active:nth-child(3) {
	background-image: url('images/icon-droplet-fill.svg');
}
.home-slider-nav-bar .home-slider-nav .slick-dots li:nth-child(4) {
	background-image: url('images/icon-cece.svg');
  padding-bottom:10px;
}
.home-slider-nav-bar .home-slider-nav .slick-dots li.slick-active:nth-child(4) {
	background-image: url('images/icon-cece-fill.svg');
  padding-bottom:10px;
}
.home-slider-nav-bar .home-slider-nav .slick-dots li:nth-child(5) {
	background-image: url('images/icon-globe.svg');
}
.home-slider-nav-bar .home-slider-nav .slick-dots li.slick-active:nth-child(5) {
	background-image: url('images/icon-globe-fill.svg');
}
.home-slider-nav-bar .home-slider-nav .slick-dots li:nth-child(6) {
	background-image: url('images/icon-cece.svg');
  padding-bottom:8px;
}
.home-slider-nav-bar .home-slider-nav .slick-dots li.slick-active:nth-child(6) {
	background-image: url('images/icon-cece-fill.svg');
  padding-bottom:8px;
}
.home-slider-nav-bar .home-slider-nav .slick-dots {
	text-align: center;
}
.home-slider-nav-bar .home-slider-nav .slick-dots li {
	display: inline-block;
	margin: 60px 10px 0;
	background-size: auto 35px;
    background-repeat: no-repeat;
    background-position: center;
	width: 100px;
	margin-top: -20px;
}
.home-slider-nav-bar .home-slider-nav .slick-dots li:hover {
	cursor: pointer;
}
.home-slider-nav-bar .home-slider-nav .slick-dots li button {
	display: none;
}
.home-bottom-section {
    padding: 0 35px 35px;
    border-top: 1px solid #fff;
    position:relative;
    overflow:hidden;
}
.home-bottom-section:after {
      content: "";
      opacity: 0.8;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
}
.home-bottom-section:hover:after {
	background-color:black;
	opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.home-bottom-section h4 + p,
.home-bottom-section h4 + ul {
	margin-top: 32px
}
.home-bottom-section a.section-link {
	color: white !important;
	font-weight: 500;
}
.home-bottom-section li a {
	color: white !important;
	font-weight: 500;
    font-size: 18px;
}
.home-bottom-section-3 {
	border-right: 0;
}
.home-bottom-section * {
    color: initial !important;
}
.home-bottom-section a {
    height: initial !important;
    width: initial !important;
    padding: initial !important;
}
.home-bottom-section a:before,
.home-bottom-section a:after {
	display: none;
	opacity: 0 !important;
}
.home-bottom-section h4 {
    color: white !important;
}
.home-bottom-section h2 {
    color: white !important;
}
.home-bottom-section p {
    color: white !important;
}
@media (max-width: 1520px) {
	.home-slider .slick-slide,
	.home-slider .slick-track,
	.home-slider {
		height: 450px !important;
	}
}
@media (max-width: 1460px) {
	.home-slider .slick-slide,
	.home-slider .slick-track,
	.home-slider {
		height: 500px !important;
	}
	.home-slider-nav-bar .home-slider-nav-prev, .home-slider-nav-bar .home-slider-nav-next {
		left: 8% !important;
	}
	.home-slider-nav-bar .home-slider-nav-next {
		right: 8% !important;
	}
}
@media (min-width: 1460px) {
	.home-slider .slick-slide,
	.home-slider .slick-track,
	.home-slider {
		height: 500px !important;
	}
	.home-slider-nav-bar .home-slider-nav-prev, .home-slider-nav-bar .home-slider-nav-next {
		left: 8% !important;
	}
	.home-slider-nav-bar .home-slider-nav-next {
		right: 8% !important;
	}
}
@media (max-width: 1200px) {
	.home-slider-nav-bar .home-slider-nav-prev, .home-slider-nav-bar .home-slider-nav-next {
		left: 5% !important;
	}
	.home-slider-nav-bar .home-slider-nav-next {
		right: 5% !important;
	}
}
@media (min-width: 1200px) {
	.home-slider-nav-bar .home-slider-nav-prev, .home-slider-nav-bar .home-slider-nav-next {
		left: 0 !important;
	}
	.home-slider-nav-bar .home-slider-nav-next {
		right: 0 !important;
	}
}
@media (max-width: 1099px) {
	.home-slider-img {
    	left: 0 !important;
	}
	.home-slider-content-left {
		background: #154876;
		border-top: 1px solid white;
		padding-bottom: 35px;
	}
	.home-slider-nav-bar .home-slider-nav-next {
		right: 0% !important;
	}
	.home-slider-nav-bar .home-slider-nav-prev, .home-slider-nav-bar .home-slider-nav-next {
    	left: 0% !important;
	}
	.home-slider-nav-bar {
    	bottom: 40px;
	}
	.home-slider-slide-content {
		padding: 10% 5% !important;
	}
	#home-banner .item.home-slider-section,
	#home-banner .item.home-bottom-section {
		height: auto !important;
	}
	.home-slider .slick-slide,
	.home-slider .slick-track,
	.home-slider {
		height: 600px !important;
	}
	.home-bottom-section {
    	padding-bottom:35px;
    	margin-bottom: 35px;
	}
}
@media (min-width: 1099px) {
	.home-slider .slick-slide,
	.home-slider .slick-track,
	.home-slider {
		height: 520px !important;
	}
	.home-slider-nav-bar .home-slider-nav-prev, .home-slider-nav-bar .home-slider-nav-next {
		left: 0 !important;
	}
	.home-slider-nav-bar .home-slider-nav-next {
		right: 0 !important;
	}
}
@media (max-width: 780px) {
	.home-bottom-section {
    	padding-bottom:35px;
    	margin-bottom: 0;
	}
}
#home-banner .mid-right-post ul li,
#home-banner .home-bottom-section-3 ul li {
  list-style-type: circle;
}
#home-banner .mid-right-post ul li,
#home-banner .home-bottom-section-3 ul li::marker {
  color: rgba(255,255,255,.8);
}
#home-banner .mid-right-post {
  padding: 35px 35px;
  overflow: hidden;
}
#home-banner .mid-right-post:after {
  content: "";
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home-banner .mid-right-post:hover:after {
  background-color:black;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home-banner .mid-right-post a {
  height: initial;
  width: initial;
  padding: 0 0 20px 0;
  font-weight: 500;
	font-size: 18px;
}
#home-banner .mid-right-post a:hover,
#home-banner .home-bottom-section-3 ul li a:hover {
  text-decoration: underline;
}
#home-banner .mid-right-post a:last-child {
  padding:0;
}
#home-banner .mid-right-post a:before {
  content: none !important;
  z-index: 2;
}
#home-banner .mid-right-post a:after {
  content: none !important;
}

/* -------------------------------------------------.home-slider-img {
    position: absolute;
    left: 0;
    width: 100vw;
}------------- General */
@font-face {
  font-family: 'AvantGarde';
  src: url('./fonts/AvantGarde1.woff');
  font-weight: 300;
}
@font-face {
  font-family: 'AvantGarde';
  src: url('./fonts/AvantGarde2.woff');
  font-weight: 500;
}
@font-face {
  font-family: 'AvantGarde';
  src: url('./fonts/AvantGarde3.woff');
  font-weight: 700;
}
@font-face {
  font-family: 'AvantGarde';
  src: url('./fonts/AvantGarde4.woff');
  font-weight: 900;
}
.valign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.halign {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vhalign {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.noshadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
}
/* -------------------------------------------------------------- Scaffolding */
section {
  position: relative;
  z-index: 3;
  background-color: white;
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
}
section[style*="background-image:"] {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
section[style*="background-image:"] ul li {
  margin-bottom: 23px;
  font-weight: bold;
}
section:first-of-type {
  /*padding-top: 45px;
        padding-bottom: 45px;*/
}
/*section:last-of-type {
  padding-bottom: 0;
}*/
.columns {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.columns + .columns {
  padding-top: 0;
}
.column {
  padding: 0 15px 50px 15px;
  align-content: flex-start;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.column.nopadding,
.column.no-padding {
  padding-bottom: 0;
}
.column.lowpadding,
.column.low-padding {
  padding-bottom: 30px;
}
.column.center {
  justify-content: center;
  align-items: center;
}
.column.right {
  align-content: flex-end;
}
section:last-of-type .columns:last-child .column.nopadding:last-child,
section:last-of-type .columns:last-child .column.no-padding:last-child {
  padding-bottom: 0;
}
.d1 {
  width: 8.33%;
}
.d2 {
  width: 16.66%;
}
.d3 {
  width: 25%;
}
.d4 {
  width: 33.33%;
}
.d5 {
  width: 41.66%;
}
.d6 {
  width: 50%;
}
.d7 {
  width: 58.33%;
}
.d8 {
  width: 66.66%;
}
.d9 {
  width: 75%;
}
.d10 {
  width: 83.33%;
}
.d11 {
  width: 91.66%;
}
.d12 {
  width: 100%;
}
.show-mobile {
  display: none;
}
.hide-mobile {
  display: block;
}
/* -------------------------------------------------------------- Backgrounds */
.bg-lightgray {
  background-color: #F4F4F4;
}
/* -------------------------------------------------------------- Elements */

.past-events .posts-news .image:after,
.events .posts-news .image:after {
    opacity: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
*:focus {
  outline: 0;
}
body,
html {
  margin: 0;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #545454;
  font-weight: 300;
}
body {
  width: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
  /*margin-bottom: 344px;*/
}
body.menu-open {
  overflow-x: hidden;
  height: 100%;
  padding-bottom: 0;
}
body.menu-open section {
  pointer-events: none;
  opacity: 0;
}
body.menu-open footer {
  pointer-events: none;
  opacity: 0;
}
h1,
.h1 {
  font-size: 60px;
  line-height: 60px;
  position: relative;
  padding-top: 0;
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  color: #004778;
  text-transform: none;
}
h2,
.h2 {
  font-size: 36px;
  line-height: 54px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
  font-weight: 300;
  color: #004778;
}
h2:first-child,
.h2:first-child {
  margin-top: -3px;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #979D8D;
}
h3.green,
.h3.green {
  color: #7ebb37;
}
h4,
.h4 {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 2.2px;
  font-weight: 500;
  text-transform: uppercase;
  color: #979D8D;
}
.column > h4:first-child {
  width: 100%;
}
h5,
.h5 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #979D8D;
  font-weight: 500;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: black;
  font-weight: 400;
  opacity: 0.7;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  z-index: 2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  z-index: 2;
}
p {
  font-size: 18px;
  line-height: 1.6em;
  margin: 0 0 25px 0;
  color: #404041;
  letter-spacing: 0.5px;
  font-weight: 300;
}
p a {
  color: #7EBB37;
  /*text-decoration: underline;*/
}
p a:hover,
p a:active,
p a:focus {
  color: #7fd51c;
  /* text-decoration: underline; */
}
p:last-child {
  margin-bottom: 0;
}
.small p {
  font-size: 16px;
  line-height: 28px;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #7dbb37;
}
a:hover,
a:active,
a:focus {
  color: #004778;
  outline: 0;
  text-decoration: none;
}
*[href*='tel:'] {
  pointer-events: none;
}
hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #d2d2d2;
  position: relative;
  overflow: visible;
  margin: 0;
}
.column hr {
    margin: 1em 0 2em;
}
.columns > hr {
  margin-left: 15px;
  margin-right: 15px;
}
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: count;
}
ol li {
    margin: 0 0 1em 0;
    padding: 0 0 0 1.25em;
    position: relative;
    line-height: 1.6em;
    counter-increment: count;
}
ol li:before {
    content: counter(count);
    color: #7dbb37;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul:first-child:last-child {
  margin: 30px 0;
}
ul li {
  margin: 0 0 1em 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 300;
  color: #545454;
	counter-increment: none;
}
ul:last-child li:last-child {
  margin-bottom: 0;
}
ul:last-child {
  margin-bottom: 0;
}
.columnize-2 > ul,
ul.columnize-2 {
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style-position: outside;
  margin: 0;
}
.columnize-3 > ul,
ul.columnize-3 {
  width: 100%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style-position: outside;
  margin: 0;
}
.columnize-4 > ul,
ul.columnize-4 {
  width: 100%;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  list-style-position: outside;
  margin: 0;
}
.columnize-2 > ul li,
.columnize-3 > ul li,
.columnize-4 > ul li,
ul.columnize-2 li,
ul.columnize-3 li,
ul.columnize-4 li {
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.button {
  text-transform: uppercase;
  background-color: #7EBC36;
  color: white;
  letter-spacing: 2.5px;
  height: 60px;
  line-height: 60px;
  padding: 0 50px 0 50px;
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
  text-align: center;
  margin-right: auto;
}
.button:focus {
  text-decoration: none;
  color: white;
}
.button:hover,
.button:active {
  color: white;
  background-color: #c9da2d;
  cursor: pointer;
}
.button.white {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
.button.white:hover,
.button.white:active {
  color: white;
  border-color: #979d90;
}
.button.medium {
  width: 100%;
  max-width: 320px;
}
.button.large {
  width: 100%;
  max-width: 360px;
}
.center-button {
  text-align: center;
  margin: 35px auto 0 auto;
  width: 100%;
}
.center-button .button {
  padding: 0 80px;
  font-size: 12px;
}
form label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #979D8D;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom:10px;
}
form .fieldset {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 -15px -30px -15px;
}
form .field {
  margin-bottom: 50px;
  padding: 0 15px;
  text-align: center;
  position: relative;
}
form input[type="text"],
form input[type="number"],
form input[type="tel"],
form input[type="email"],
form input[type="password"],
form textarea {
  border: 0;
  border-bottom: 1px solid #989e90;
  font-size: 16px;
  color: #404041;
  font-weight: 300;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 0 0;
  overflow: hidden;
  display: block;
  border-radius: 0;
  background-color: transparent;
}
form input[type="text"]:focus,
form input[type="number"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form textarea:focus {
  outline: 0;
}
form textarea {
  height: 85px;
  line-height: 20px;
}
form input[type="submit"] {
  border: 0;
  float: left;
}
form input[type="submit"]:hover {
  cursor: pointer;
}
form input::placeholder {
  font-size: 16px;
  line-height: 30px;
  color: #404041;
  font-weight: 300;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
}
form input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 30px;
  color: #404041;
  font-weight: 300;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
}
form input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 30px;
  color: #404041;
  font-weight: 300;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
}
form textarea::placeholder {
  font-size: 16px;
  color: #404041;
  font-weight: 300;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
}
form textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #404041;
  font-weight: 300;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
}
form textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #404041;
  font-weight: 300;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
}
/* MailChimp CSS Feb. 2024 */
.mc-field-group {
    margin: 10px 0;
    width: 100%;
}
.phonefield.phonefield-us {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 0 10px;
}
select#mce-ADDRESS-country {
    width: 100%;
    padding: 10px 0;
}
#mc_embed_signup_scroll h2 {
    margin-bottom: 10px;
}
#mc_embed_signup_scroll .indicates-required {
    margin-bottom: 20px;
}


img {
  margin: auto auto auto 0;
  display: block;
  align-self: flex-start;
  max-width: 100%;
  height: auto;
}
.image-left {
  height: 470px;
  width: 45%;
  position: absolute;
  overflow-y: hidden;
  left: 0;
}
.image-left img {
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.image-right {
  height: 470px;
  width: 45%;
  position: absolute;
  overflow: hidden;
  right: 0;
}
.image-right img {
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
header {
  margin: 0 auto;
  background-color: white;
  left: 0;
  right: 0;
  height: 120px;
  display: flex;
  border-bottom: 1px solid rgb(136 139 137 / 22%);
}
header .logo {
  width: 200px;
  display: block;
  margin-top: 30px;
  margin-left: 35px;
}
header .logo img {
  max-width: 100%;
}
header nav {
  margin-top: 50px;
  margin-left: auto;
  padding-right: 0;
}
header nav > ul {
  margin: 0 !important;
  padding: 0;
  display: flex;
}
header nav > ul > li {
  margin: 0;
  padding: 0 15px 55px 15px;
  display: inline-block;
  white-space: nowrap;
  position: static;
}
header nav > ul > li > a {
  font-weight: 500;
  color: #545454;
  display: block;
  padding: 5px 0;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
}
header nav > ul > li > a:hover,
header nav > ul > li > a:active {
  color: #7EBB37;
  text-decoration: none;
}
header nav > ul > li > a:focus {
  color: #545454;
  text-decoration: none;
}
header nav > ul > li:last-child {
  padding-right: 0;
}
header nav > ul > li.parent > a {
  padding-right: 20px;
}
header nav > ul > li.parent > a:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f107';
  color: #979D90;
  position: absolute;
  right: 0;
  font-size: 12px;
  top: 5px;
  font-weight: normal;
  pointer-events: none;
}
header nav > ul > li.parent:hover > a:after,
header nav > ul > li.parent.hover > a:after{
  content: '\f106';
}
header nav > ul > li.parent.active > a:after{
  content: '\f106' !important;
}
header nav > ul > li.parent:hover > ul,
header nav > ul > li.parent.hover > ul{
  max-height: 500px;
  opacity: 1;
}
header nav > ul > li.parent:hover > ul:last-child,
header nav > ul > li.parent.hover > ul:last-child{
  border-bottom: 1px solid rgb(136 139 137 / 22%);
}
header nav > ul > li.parent:hover > ul:hover,
header nav > ul > li.parent.hover > ul:hover{
  background-color: #FFA100;
}
header nav > ul > li.parent:hover > ul:hover img.default,
header nav > ul > li.parent.hover > ul:hover img.default{
  opacity: 1;
}
header nav > ul > li.parent:hover > ul:hover img.color,
header nav > ul > li.parent.hover > ul:hover img.color{
  opacity: 0;
}
header nav > ul > li.parent:hover > ul:hover a,
header nav > ul > li.parent.hover > ul:hover a{
  color: white;
}
header nav > ul > li.parent:hover > ul:hover .h4,
header nav > ul > li.parent.hover > ul:hover .h4{
  color: white;
}
header nav > ul > li:nth-child(1) > a:hover,
header nav > ul > li:nth-child(1) > a:active {
  color: #FFA100;
}
header nav > ul > li:nth-child(1) ul:hover {
  background-color: #FFA100;
}
header nav > ul > li:nth-child(3) > a:hover,
header nav > ul > li:nth-child(3) > a:active {
  color: #2AB3B6;
}
header nav > ul > li:nth-child(3) ul:hover {
  background-color: #87C5EB !important;
}
header nav > ul > li:nth-child(3) ul + ul:hover {
  background-color: #2AB3B6 !important;
}
header nav > ul > li:nth-child(7) ~ li {
  display: none;
}
header nav ul ul {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  display: flex;
  opacity: 0;
  background-color: white;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 5;
  left: 0;
  width: 100%;
  height: 255px;
  margin-top: 46px;
  align-items: flex-start;
}
header nav ul ul + ul {
  margin-top: 301px;
}
header nav ul ul li {
  display: inline-block;
  padding: 0;
  height: 100%;
  min-width: 20%;
  display: flex;
  text-align: center;
  align-items: center;
  align-content: center;
  border-right: 1px solid rgb(136 139 137 / 22%);
  border-bottom: 1px solid rgb(136 139 137 / 22%);
}
header nav ul li:nth-child(3) ul li {
	/* min-width: 16.6666666%; */
	min-width: 14.2857143%;
}
header nav ul ul a {
  text-align: center;
  width: 100%;
  font-weight: 300;
  height: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #404041;
  -webkit-transition: none 0.3s ease-in-out;
  -ms-transition: none 0.3s ease-in-out;
  transition: none 0.3s ease-in-out;
}
header nav ul ul a:hover img.default,
header nav ul ul a:active img.default,
header nav ul ul a:hover img.color,
header nav ul ul a:active img.color {
  opacity: 0 !important;
}
header nav ul ul a:hover img.fill,
header nav ul ul a:active img.fill {
  opacity: 1;
}
header nav ul ul .h4 {
  font-weight: 500;
  display: block;
  text-align: left;
  padding-left: 3vw;
}
header nav ul ul .image {
  height: 50px;
  width: 57px;
  display: block;
  position: relative;
  margin: 65px auto 25px auto;
}
header nav ul ul img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
header nav ul ul img.color {
  opacity: 1;
}
header .nav-search {
  display: none;
  position: relative;
  border-top: 1px solid #d2d2d2;
  width: 100%;
}
header .nav-search form {
  display: flex;
}
header .nav-search input {
  padding-right: 65px;
  padding-left: 15px;
  height: 58px;
}
header .nav-search button {
  position: absolute;
  width: 58px;
  height: 58px;
  background-color: #7FBC42;
  color: white;
  border: 0;
  right: 0;
  bottom: 0;
}
header .nav-search button i {
  font-size: 20px;
}
header .search-trigger {
  width: 120px;
  height: 100%;
  line-height: 120px;
  text-align: center;
  background-color: #7EBB37;
  margin-left: 50px;
  -webkit-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
header .search-trigger i {
  color: white;
  font-size: 18px;
}
header .search-trigger:hover,
header .search-trigger:active {
  background-color: #C9DA2D;
}

  header .overlay {
     height: 100%;
     width: 100%;
     display: none;
     position: fixed;
     z-index: 4;
     top: 0;
     left: 0;
     background-color: #f3f3f3;
     opacity: 1;
 }

 header .overlay-content {
     position: relative;
     top: 46%;
     width: 80%;
     text-align: center;
     margin-top: 30px;
     margin: auto;
 }

 header .overlay .closebtn {
     position: absolute;
     top: 20px;
     right: 45px;
     font-size: 60px;
     cursor: pointer;
     color: #000000;
 }

 header .overlay .closebtn:hover {
     color: #ccc;
 }


.menu-trigger {
  display: none;
  width: 63px;
  height: 63px;
  margin-right: 0;
  z-index: 99;
  position: relative;
  background-color: #7FBC41;
  padding-top: 20px;
  padding-left: 17px;
}
.menu-trigger.active {
  padding-top: 15px;
}
.menu-trigger.active:before {
  transform: translateY(9px) rotate(135deg);
}
.menu-trigger.active:after {
  transform: translateY(1px) rotate(-135deg);
}
.menu-trigger:before,
.menu-trigger:after {
  background-color: #fff;
  border-radius: 3px;
  content: '';
  display: block;
  height: 1px;
  margin: 7px 0;
  width: 28px;
  transition: all 0.2s ease-in-out;
}
.nav-search input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #9AA092;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
  text-transform: none;
}
.nav-search input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #9AA092;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
  text-transform: none;
}
.nav-search input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #9AA092;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
  text-transform: none;
}
#home-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
}
#home-banner * {
  color: white;
}
#home-banner a {
  padding: 35px;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
#home-banner a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home-banner a:before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 35px;
  right: 35px;
  background: url("./images/icon-top-right-arrow.png") center center no-repeat transparent;
  background-size: contain;
  z-index: 2;
  opacity: 0;
}
#home-banner a:hover:after,
#home-banner a:active:after {
  background-color: black !important;
  opacity: 0.5;
}
#home-banner a:hover:before,
#home-banner a:hover:before {
  opacity: 1;
}
#home-banner .content {
  position: relative;
  z-index: 2;
}

#test a.external {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
#test .external .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#test .external .image:before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 35px;
  right: 35px;
  background: url("./images/icon-top-right-arrow.png") center center no-repeat transparent;
  background-size: contain;
  z-index: 2;
  opacity: 0;
}
#test .external .image:hover:after,
#test .external .image:active:after {
  background-color: black !important;
  opacity: 0.5;
}
#test .external .image:hover:before,
#test .external .image:hover:before {
  opacity: 1;
}






#home-banner h1 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}
#home-banner h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
}
#home-banner p {
  font-weight: 500;
  line-height: 24px;
}
#home-banner .date {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  margin-bottom: 18px;
}
#home-banner .item {
  background-size: cover !important;
  background-position: center !important;
}
#home-banner .item:nth-child(1) {
  width: 75%;
  height: 540px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  position: relative;
}
#home-banner .item:nth-child(1) .content {
  position: absolute;
  left: 35px;
  bottom: 70px;
  height: auto;
  width: 80%;
}
#home-banner .item:nth-child(1) a:after {
  /*opacity: 0.3;*/
}
#home-banner .item:nth-child(2) {
  width: 25%;
  height: 270px;
  border-bottom: 1px solid white;
}
#home-banner .item:nth-child(2) a:after {
  /*background-color: #004778;*/
}
#home-banner .item:nth-child(2) .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#home-banner .item:nth-child(2) h4 {
  margin-bottom: auto;
}
#home-banner .item:nth-child(2) p {
  margin-top: auto;
  max-width: 280px;
}
#home-banner .item:nth-child(3) {
  width: 25%;
  height: 270px;
  position: absolute;
  right: 0;
  top: 270px;
  border-bottom: 1px solid white;
}
#home-banner .item:nth-child(3) a:after {
  /*background-color: #29B4B7;*/
}
#home-banner .item:nth-child(3) .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#home-banner .item:nth-child(3) h4 {
  margin-bottom: auto;
}
#home-banner .item:nth-child(3) .date {
  margin-top: auto;
}
#home-banner .item:nth-child(3) p {
  max-width: 280px;
}
#home-banner .item:nth-child(4) {
  width: 50%;
  height: 340px;
  border-right: 1px solid white;
}
/* #home-banner .item:nth-child(4) a:after {
  background-color: #FEA002;
} */
#home-banner .item:nth-child(4) .content {
  padding-top: 60px;
}
#home-banner .item:nth-child(4) h2 {
  max-width: 400px;
}
#home-banner .latest-announ {
  width: 50%;
  height: 340px;
}
/*
#home-banner .item:nth-child(5) a:after {
  background-color: #93C5E8;
} */
#home-banner .latest-announ .content {
  padding-top: 50px;
}
#home-banner .latest-announ h2 {
  max-width: 450px;
}

/* Felicia Edits */
#home-banner .item:nth-child(7) {
  width: 33.3%;
}
#home-banner .item:nth-child(7) {
	  border-right: 1px solid white;
	border-top: 1px solid white;
}
#home-banner .item:nth-child(7) .content {
  padding-top: 50px;
}
#home-banner .item:nth-child(8) {
  width: 100%;
}
#home-banner .item:nth-child(8) {
	border-top: 1px solid white;
}
#home-banner .item:nth-child(8) .content {
  padding-top: 50px;
}
#home-banner .item:nth-child(9) {
  width: 33.3%;
}
#home-banner .item:nth-child(9) {
	border-right: 1px solid white;
}
#home-banner .item:nth-child(9) .content {
  padding-top: 50px;
}
#home-banner .home-bottom-section {
  width: 33.33%;
}
#home-banner .home-bottom-section .content {
  padding-top: 50px;
}
#home-banner .home-bottom-section-2 {
  border-right: 1px solid white;
}
/* Felicia Edits End */

#image-banner {
  height: 690px;
}
#image-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
}
#image-banner .back {
  width: 260px;
  height: 60px;
  position: absolute;
  top: 100px;
  left: 0;
  line-height: 60px;
  z-index: 2;
}
#image-banner .back a {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 40px;
  text-decoration: none;
  background-color: #7EBC36;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#image-banner .back a:hover,
#image-banner .back a:active {
  background-color: #c9da2d;
}
#image-banner .back i {
  position: absolute;
  left: 35px;
  font-size: 18px;
  font-weight: 300;
  top: 20px;
}
#image-banner h1 {
  font-size: 48px;
  line-height: 52px;
  color: white;
  max-width: 800px;
}
#image-banner h1 + h4 {
  margin-top: 40px;
}
#image-banner h4 {
  color: white;
  font-weight: 300;
}
#image-banner .info {
  position: absolute;
  bottom: 75px;
  z-index: 2;
}
#info-banner-buttons {
  display: flex;
  width: 100%;
  margin-top: -95px;
}
#info-banner-buttons .item {
  text-align: center;
  display: inline-block;
  width: 20%;
  height: 240px;
  cursor: pointer;
  position: static;
}
#info-banner-buttons .item.active .title {
  font-weight: 500;
}
#info-banner-buttons .item.active img {
  opacity: 0;
}
#info-banner-buttons .item.active img:nth-child(2) {
  opacity: 1;
}
#info-banner-buttons .item.active:before {
  opacity: 1;
}
#info-banner-buttons .item:nth-child(1):before {
  background-color: #86c4ea;
}
#info-banner-buttons .item:nth-child(2):before {
  background-color: #c8d92d;
}
#info-banner-buttons .item:nth-child(3):before {
  background-color: #29b4b7;
}
#info-banner-buttons .item:nth-child(4):before {
  background-color: #7ebc37;
}
#info-banner-buttons .item:nth-child(5):before {
  background-color: #ffa000;
}
#info-banner-buttons .item:before {
  content: '';
  width: 100%;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #83BDE4;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#info-banner-buttons .image {
  height: 50px;
  width: 60px;
  display: block;
  position: relative;
  z-index: 2;
  margin: 70px auto 20px auto;
}
#info-banner-buttons img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
#info-banner-buttons img:nth-child(2) {
  opacity: 0;
}
#info-banner-buttons .title {
  font-size: 20px;
  line-height: 24px;
  color: white;
  position: relative;
  z-index: 2;
  font-weight: 300;
}
#info-banner {
  text-align: center;
  height: 470px;
  margin-top: -50px;
}
#info-banner .carousel{
	height: 470px;
	width: 100%;
	position: absolute;
	left:0;
	opacity: 0;
}
#info-banner .carousel.slick-initialized {
	opacity: 1;
}
#info-banner .carousel .slick-list{
	height: 470px;
}
#info-banner .carousel .slick-track{
	height: 470px;
	max-width: 100%;
}
#info-banner .slick-prev,
#info-banner .slick-next{
	border: 0;
    display: block;
    margin: -18px auto 0;
    left: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    background: transparent;
    font-size: 30px;
}
#info-banner .slick-next{
	left: auto;
	right: 15px;
}
#info-banner .slick-prev .icon-arrow-left,
#info-banner .slick-next .icon-arrow-right{
	margin-left: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
}
#info-banner .slick-next .icon-arrow-right{
	left: auto;
	right: 0;
}
#info-banner .slick-prev .icon-arrow-left:before,
#info-banner .slick-next .icon-arrow-right:before{
	content: "";
    width: 62px;
    height: 36px;
    background: url(images/carousel-arrow-left.svg) center center no-repeat transparent;
    display: block;
}
#info-banner .slick-next .icon-arrow-right:before{
	background: url(images/carousel-arrow-right.svg) center center no-repeat transparent;
}
#info-banner .item {
  height: 470px;
  width: 100%;
  position: absolute !important;
  left: 0;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#info-banner .item.active {
  opacity: 1;
  pointer-events: all;
}
#info-banner .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  height: 100%;
}
#info-banner .desc {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
#info-banner h2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 72px;
  color: white;
}
#info-banner p {
  color: white;
  max-width: 800px;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
}
#info-banner-nav {
  position: relative;
  height: 45px;
  margin-top: -45px;
  width: 100%;
  text-align: center;
  display: none;
}
#info-banner-nav ul{
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#info-banner-nav li{
	display: inline-block;
}
#info-banner-nav button {
  border: 1px solid white;
  background-color: transparent;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
	font-size: 0;
}
#info-banner-nav .slick-active button{
  background-color: white;
}
.lists {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0;
}
.lists .list {
  width: 20%;
	flex-grow: 1;
}
.list a {
    display: inline-block;
    position: relative;
}
.list a:hover {
	color: #7EBC36;
}
.list a:after {
	content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(./images/link-arrow.svg) center center no-repeat transparent;
    margin-left: 6px;
}
.search-external-link a {
	position: relative;
}
.search-external-link a:after {
	content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(./images/link-arrow.svg) center center no-repeat transparent;
    margin-left: .5em;
}

.list li {
    margin-bottom: 1em;
    font-size: 16px;
}
.content-block ul,
.module-header ul {
    padding-left: 22px;
}
.content-block ul li::before,
.module-header ul li::before {
    content: "\25CF";
    color: #7dbb37;
    display: inline-block;
    text-indent: -24px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 26px;
}
#video-banner {
  padding-bottom: 0;
  padding-top: 0;
}
#video-banner .columns {
  max-width: 100%;
  padding: 0;
}
#video-banner .column {
  padding: 0;
}
.video {
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.video:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  top: 0;
  left: 0;
}
.video video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.video .play {
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.video .play:hover {
  opacity: 0.6;
}
.video .play:after {
  content: '';
  background: url("./images/icon-play.png") center center no-repeat transparent;
  width: 90px;
  height: 90px;
  display: block;
  background-size: contain;
}
.video.active .play {
  opacity: 0;
}
.video.active:after {
  opacity: 0;
}  
#cta {
    text-align: center;
    height: 470px;
    z-index: 1;
    position: relative;
}
#cta .cta-body {
  height: 470px;
  width: 100%;
  position: absolute;
  left: 0;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#cta .cta-body.cta-content {
  opacity: 1;
  pointer-events: all;
}
#cta .cta-body:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  height: 100%;
}
#cta .desc {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
#cta h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 52px;
  color: white;
  margin-bottom: 1em;
}
.isotope-filter {
  display: flex;
  width: 100%;
}
.isotope-filter + .isotope-filter {
  margin-top: 40px;
}
.isotope-filter a {
  font-size: 16px;
  line-height: 25px;
  text-transform: none;
  font-weight: 500;
  padding: 0 25px;
  width: auto!important;
  color: #989E90;
  display: block;
  position: relative;
  text-align: center;
}
.isotope-filter a:first-child {
  padding-left: 0;
}
.isotope-filter a:first-child:after {
  display: none;
}
.isotope-filter a:last-child {
  padding-right: 0;
}
.isotope-filter a:hover {
  color: #7EBC37;
  cursor: pointer;
}
.isotope-filter a.active {
  color: #7EBC37;
}
.isotope-filter a:after {
  content: '';
  height: 12px;
  width: 1px;
  background-color: #979d90;
  position: absolute;
  left: -1px;
  top: 6px;
}
.isotope-filter .h4 {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 2px;
}
#research {
  width: 100%;
  position: relative;
  /* overflow: hidden; */
  margin-bottom: -45px;
}
#research .isotope-reset {
  position: absolute;
  right: 0;
  top: -105px;
  z-index: 1;
}
#research .isotope-filter {
  background-color: transparent;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  margin-top: 0;
}
#research .isotope-filter a {
  padding: 38px 42px;
  font-size: 16px;
  line-height: 1.2em;
  color: #404041;
  font-weight: 300;
  position: relative;
}
#research .isotope-filter a:after {
  height: 64px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.cat-climate-equity-community-engagement {
    display: none;
}
#research .isotope-filter a:hover,
#research .isotope-filter a:active,
#research .isotope-filter a.active {
  color: #7EBC36;
}
#research .isotope-filter a:hover[data-filter=".cat-air"],
#research .isotope-filter a:active[data-filter=".cat-air"],
#research .isotope-filter a.active[data-filter=".cat-air"],
#research .conditional[data-filter-group=".cat-air"] a.active{
  color: #87C5EB !important;
}
#research .isotope-filter a:hover[data-filter=".cat-energy"],
#research .isotope-filter a:active[data-filter=".cat-energy"],
#research .isotope-filter a.active[data-filter=".cat-energy"] ,
#research .conditional[data-filter-group=".cat-energy"] a.active{
  color: #C9DA2D !important;
}
#research .isotope-filter a:hover[data-filter=".cat-water"],
#research .isotope-filter a:active[data-filter=".cat-water"],
#research .isotope-filter a.active[data-filter=".cat-water"] ,
#research .conditional[data-filter-group=".cat-water"] a.active{
  color: #28B5B8 !important;
}
#research .isotope-filter a:hover[data-filter=".cat-climate-research"],
#research .isotope-filter a:active[data-filter=".cat-climate-research"],
#research .isotope-filter a.active[data-filter=".cat-climate-research"] ,
#research .conditional[data-filter-group=".cat-climate-research"] a.active{
  color: #7EBC37 !important;
}
#research .isotope-filter a:hover[data-filter=".cat-geospatial"],
#research .isotope-filter a:active[data-filter=".cat-geospatial"],
#research .isotope-filter a.active[data-filter=".cat-geospatial"] ,
#research .conditional[data-filter-group=".cat-geospatial"] a.active{
  color: #FFA100 !important;
}
#research .isotope-filter a:hover[data-filter=".cat-resilience"],
#research .isotope-filter a:active[data-filter=".cat-resilience"],
#research .isotope-filter a.active[data-filter=".cat-resilience"] ,
#research .conditional[data-filter-group=".cat-resilience"] a.active{
  color: #004778 !important;
}
#research .isotope-filter a:hover[data-filter=".cat-applications-maps"],
#research .isotope-filter a:active[data-filter=".cat-applications-maps"],
#research .isotope-filter a.active[data-filter=".cat-applications-maps"] {
  color: #FFA100 !important;
}
#research .isotope-filter a:hover[data-filter=".cat-data-downloads"],
#research .isotope-filter a:active[data-filter=".cat-data-downloads"],
#research .isotope-filter a.active[data-filter=".cat-data-downloads"] {
  color: #00467A !important;
}
#research .isotope-filter a:hover[data-filter=".cat-publications-media"],
#research .isotope-filter a:active[data-filter=".cat-publications-media"],
#research .isotope-filter a.active[data-filter=".cat-publications-media"] {
  color: #2AB3B6 !important;
}
#research .isotope-filter a.active {
  font-weight: 500;
}
#research .isotope-filter a.active img {
  opacity: 1;
}
#research .isotope-filter a:first-child {
  padding-left: 0;
}
#research .isotope-filter a:first-child + a:after {
  display: none;
}
#research .isotope-filter:before {
  content: '';
  width: 1000%;
  height: 2px;
  background-color: #989E90;
  position: absolute;
  left: -500%;
  top: 0;
}
#research .isotope-filter:after {
  content: '';
  width: 1000%;
  height: 2px;
  background-color: #989E90;
  position: absolute;
  left: -500%;
  bottom: 0;
}
#research .isotope-filter + .isotope-filter:before {
  display: none;
}
#research .isotope-filter + .isotope-filter a:hover,
#research .isotope-filter + .isotope-filter a:active,
#research .isotope-filter + .isotope-filter a.active {
  color: #2AB3B6;
}
#research .isotope-filter img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 25px;
  max-height: 20px;
  margin-left: -30px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#research .isotope-filter.conditional {
/*  height: 90px;
*/  display: none;
}
#research .isotope-filter.conditional:before {
  display: none;
}
#research .isotope-filter.conditional a {
  width: auto !important;
  color: #979d8d;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin: 0 auto;
  display: inline-block;
}
#research .isotope-filter.conditional a:after {
  display: block !important;
  height: 15px;
}
#research .isotope-filter.conditional a:first-child {
  margin: 0 auto;
}
#research .isotope-filter.conditional a:first-child:after {
  display: none !important;
}
#research .isotope-filter.conditional a:hover,
#research .isotope-filter.conditional a:active,
#research .isotope-filter.conditional a.active {
  color: #404041;
  font-weight: 300;
}
#research .isotope-filter.conditional.active {
  display: block;
  text-align: center;
}
#research .isotope {
  margin-top: 60px;
}
.posts {
  min-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -16px 0 -16px;
}
.posts .item {
  padding: 0 16px;
  /*height: 530px;*/
	margin-bottom: 3em;
}
.posts .item.cat-air .icon-air,
.posts .item.cat-energy .icon-energy,
.posts .item.cat-water .icon-water,
.posts .item.cat-climate .icon-climate,
.posts .item.cat-geospatial .icon-geospatial,
.posts .item.cat-applications-maps .icon-applications-maps,
.posts .item.cat-data-downloads .icon-data-downloads,
.posts .item.cat-publications-media .icon-publications-media {
  display: inline-block;
}
.posts .item > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.posts .image {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.posts .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.posts .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
}
.posts .icons {
  position: absolute;
  top: 250px;
  left: 16px;
  display: flex;
  align-content: center;
}
.posts .icons img {
  max-width: 25px;
  max-height: 20px;
  display: inline-block;
  margin: 0 10px;
}
.posts .title {
  border-bottom: 1px solid #d2d2d2;
  min-height: 87px;
  position: relative;
}
.posts .h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #989E90;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.posts p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 27px;
}
.posts .h6 {
  display: inline-block;
  margin-right: 30px;
  margin-top: 20px;
}
.posts .h5 {
  display: inline-block;
  margin-top: 20px;
}
.posts + .center-button {
  margin-top: 20px;
}
.posts-news {
  min-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -16px 0 -16px;
}
.posts-news .item {
  padding: 0 16px;
  /* height: 470px; */
  margin-bottom: 3em;
}
.posts-news .item.cat-air .icon-air,
.posts-news .item.cat-energy .icon-energy,
.posts-news .item.cat-water .icon-water,
.posts-news .item.cat-climate .icon-climate,
.posts-news .item.cat-geospatial .icon-geospatial,
.posts-news .item.cat-applications-maps .icon-applications-maps,
.posts-news .item.cat-data-downloads .icon-data-downloads,
.posts-news .item.cat-publications-media .icon-publications-media {
  display: inline-block;
}
.posts-news .item > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.posts-news .image {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.posts-news .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.posts-news .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
}
.posts-news .icons {
  position: absolute;
  top: 250px;
  left: 16px;
  display: flex;
  align-content: center;
}
.posts-news .icons img {
  max-width: 25px;
  max-height: 20px;
  display: inline-block;
  margin: 0 10px;
  display: none;
}
.posts-news .title {
  border-bottom: 1px solid #989E90;
  height: 120px;
  position: relative;
}
.posts-news .h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #989E90;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.posts-news p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 27px;
}
.posts-news .h6 {
  display: inline-block;
  margin-right: 30px;
  margin-top: 20px;
}
.posts-news .h5 {
  display: inline-block;
  margin-top: 20px;
}
.posts-news + .center-button {
  margin-top: 20px;
}
.posts-news .title {
  padding: 25px 0px;
}
.posts-news .h3 {
  margin-top: 10px;
}
.isotope-filter + .posts-news {
  margin-top: 60px;
}
#team {
  width: 100%;
  margin-top: 40px;
}
#team .isotope {
  min-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 60px -16px 0 -16px;
}
#team .item {
  padding: 0 16px;
  margin-bottom: 55px;
}
#team .item.cat-fellows .image:after {
  background-color: #81BB02;
}
#team .item.cat-leadership .image:after {
  background-color: #FEA201;
}
#team .item.cat-advisory-council .image:after {
  background-color: #004876;
}
#team .item.cat-board .iamge:after {
  background-color: #37C387;
}
#team .item.research-team .image:after {
  background-color: #33B7B9;
}
#team .image {
  height: 258px;
  position: relative;
  overflow: hidden;
  display: block;
  background: #f4f4f4;
}
#team .image .h6 {
  position: absolute;
  top: 18px;
  left: 18px;
  color: white;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#team .image img {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height:100%;
}
#team .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  background-color: #28B5B8;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#team .image:before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  background: url("./images/icon-top-right-arrow.png") center center no-repeat transparent;
  background-size: contain;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#team .image:hover:after,
#team .image:active:after {
  opacity: 0.7;
}
#team .image:hover:before,
#team .image:hover:before {
  opacity: 1;
}
#team .image:hover .h6,
#team .image:active .h6 {
  opacity: 1;
}
#team .title {
  height: 57px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 15px;
}
#team .h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #989e90;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.team-gallery {
  min-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -16px -30px -16px;
}
.team-gallery .item {
  padding: 0 16px;
  margin-bottom: 30px;
}
.team-gallery .image {
  height: 200px;
  position: relative;
  overflow: hidden;
  display: block;
  background: #f4f4f4;
}
.team-gallery .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  background-color: #28B5B8;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.team-gallery .image:before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  background: url("./images/icon-top-right-arrow.png") center center no-repeat transparent;
  background-size: contain;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.team-gallery .image:hover:after,
.team-gallery .image:active:after {
  opacity: 0.7;
}
.team-gallery .image:hover:before,
.team-gallery .image:hover:before {
  opacity: 1;
}
.team-gallery .image:hover .h6,
.team-gallery .image:active .h6 {
  opacity: 1;
}
.team-gallery .image:hover .h3,
.team-gallery .image:active .h3 {
  opacity: 1;
}
.team-gallery img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height:100%;
  object-fit: cover;
}
.team-gallery h4 {
  display: block;
  width: 100%;
  margin-left: 16px;
  margin-bottom: 35px;
}
.team-gallery .h6 {
  position: absolute;
  top: 18px;
  left: 18px;
  color: white;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.team-gallery .h3 {
  position: absolute;
  bottom: 18px;
  left: 18px;
  color: white;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  max-width: 167px;
}
.team-gallery .view-more {
  background-color: #7EBC36;
  height: 200px;
  position: relative;
  overflow: hidden;
  display: block;
}
.team-gallery .view-more .h4 {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
}
.team-gallery .view-more:hover,
.team-gallery .view-more:active {
  background-color: #c9da2d;
}
.d7 .team-gallery {
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}
.d7 .team-gallery:after {
  content: '';
  width: 1px;
  height: 434px;
  background-color: #989e90;
  position: absolute;
  right: 0;
  top: 50px;
  display: block;
}
.d5 .team-gallery {
  padding-left: 15px;
}
.load-more {
  text-align: center;
  margin: 35px auto 0 auto;
}
.load-more .button {
  padding: 0 120px;
  font-size: 12px;
}
.truncate-button {
  display: none;
}
.share-icons {
  width: 100%;
  text-align: center;
}
.share-icons h4 {
  margin-bottom: 25px;
}
.share-icons .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  max-width: 160px;
  margin: 0 auto;
}
.share-icons i {
  font-size: 16px;
}
.share-icons a {
  color: #00467A;
}
.share-icons a:hover,
.share-icons a:active {
  color: #7ebb37;
}
#team-member .columns:first-child {
  padding-bottom: 120px;
}
#team-member .back {
  width: 240px;
  height: 60px;
  position: absolute;
  top: 100px;
  left: 0;
  line-height: 60px;
  z-index: 2;
}
#team-member .back a {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 40px;
  text-decoration: none;
  background-color: #7ebb37;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#team-member .back a:hover,
#team-member .back a:active {
  background-color: #c9da2d;
}
#team-member .back i {
  position: absolute;
  left: 35px;
  font-size: 18px;
  font-weight: 300;
  top: 20px;
}
#team-member .social-media {
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: -5px;
}
#team-member .social-media a {
  color: #004778;
  -webkit-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: inline-block;
  padding: 0 5px;
}
#team-member .social-media a:hover,
#team-member .social-media a:active {
  color: #c9da2d;
}
#team-member .social-media i {
  font-size: 14px;
}
#team-member .image {
  height: 354px;
  width: 354px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
#team-member .image img {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#team-member form {
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#team-member form.active {
  height: auto;
  opacity: 1;
}
#team-member form .field {
  padding-left: 0;
  padding-right: 0;
}
#team-member h1 {
  font-size: 36px;
  line-height: 40px;
}
#team-member h1 + h6 {
  margin-top: 10px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 12px 0;
  margin-bottom: 40px;
}
#team-member h3 {
  font-size: 20px;
  font-weight: 500;
}
#team-member h3 + p {
  margin-top: 30px;
}
#team-member p + h3 {
  margin-top: 30px;
}
#team-member.cat-fellows .back a {
  background-color: #81BB02;
}
#team-member.cat-fellows .back a:hover,
#team-member.cat-fellows .back a:active {
  background-color: #c9da2d;
}
#team-member.cat-fellows .social-media a,
#team-member.cat-fellows h1,
#team-member.cat-fellows h2,
#team-member.cat-fellows h3 {
  color: #81BB02;
}
#team-member.cat-fellows .social-media a:hover,
#team-member.cat-fellows .social-media a:active {
  color: #c9da2d;
}
#team-member.cat-leadership .back a {
  background-color: #FEA201;
}
#team-member.cat-leadership .back a:hover,
#team-member.cat-leadership .back a:active {
  background-color: #c9da2d;
}
#team-member.cat-leadership .social-media a,
#team-member.cat-leadership h1,
#team-member.cat-leadership h2,
#team-member.cat-leadership h3 {
  color: #FEA201;
}
#team-member.cat-leadership .social-media a:hover,
#team-member.cat-leadership .social-media a:active {
  color: #c9da2d;
}
#team-member.cat-advisory-council .back a {
  background-color: #004876;
}
#team-member.cat-advisory-council .back a:hover,
#team-member.cat-advisory-council .back a:active {
  background-color: #c9da2d;
}
#team-member.cat-advisory-council .social-media a,
#team-member.cat-advisory-council h1,
#team-member.cat-advisory-council h2,
#team-member.cat-advisory-council h3 {
  color: #004876;
}
#team-member.cat-advisory-council .social-media a:hover,
#team-member.cat-advisory-council .social-media a:active {
  color: #c9da2d;
}
#team-member.cat-board .back a {
  background-color: #37C387;
}
#team-member.cat-board .back a:hover,
#team-member.cat-board .back a:active {
  background-color: #c9da2d;
}
#team-member.cat-board .social-media a,
#team-member.cat-board h1,
#team-member.cat-board h2,
#team-member.cat-board h3 {
  color: #37C387;
}
#team-member.cat-board .social-media a:hover,
#team-member.cat-board .social-media a:active {
  color: #c9da2d;
}
#team-member.cat-research-team .back a {
  background-color: #33B7B9;
}
#team-member.cat-research-team .back a:hover,
#team-member.cat-research-team .back a:active {
  background-color: #c9da2d;
}
#team-member.cat-research-team .social-media a,
#team-member.cat-research-team h1,
#team-member.cat-research-team h2,
#team-member.cat-research-team h3 {
  color: #33B7B9;
}
#team-member.cat-research-team .social-media a:hover,
#team-member.cat-research-team .social-media a:active {
  color: #c9da2d;
}
.values {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -60px;
}
.values .item {
  width: 50%;
  margin-bottom: 60px;
}
.values .item:before {
  content: '';
  width: 100%;
  max-width: 355px;
  height: 1px;
  display: block;
  background-color: #989e90;
  margin-bottom: 50px;
}
.values .item:first-child:before,
.values .item:first-child + .item:before {
  display: none;
}
.values .item:nth-child(4n+1) h3 {
  color: #004778;
}
.values .item:nth-child(4n+2) h3 {
  color: #87B900;
}
.values .item:nth-child(4n+3) h3 {
  color: #8AC6EA;
}
.values .item:nth-child(4n+4) h3 {
  color: #FDA100;
}
.values h3 {
  max-width: 355px;
  margin-bottom: 20px;
}
.values p {
  max-width: 355px;
}
.color-blocks {
  min-height: 500px;
}
.color-blocks .items {
  position: absolute;
  width: 100%;
  min-height: 500px;
  display: flex;
  left: 0;
}
.color-blocks .item {
  width: 33.33%;
  text-align: center;
  background: white;
}
.color-blocks .item:last-child .content {
  border-right: 0;
}
.color-blocks .item:nth-child(3n+1) .title {
  background-color: #2CC283;
}
.color-blocks .item:nth-child(3n+1) h3,
.color-blocks .item:nth-child(3n+1) a {
  color: #2CC283;
}
.color-blocks .item:nth-child(3n+1) a:hover,
.color-blocks .item:nth-child(3n+1) a:active {
  color: #c9da2d;
}
.color-blocks .item:nth-child(3n+2) .title {
  background-color: #83BDE4;
}
.color-blocks .item:nth-child(3n+2) h3,
.color-blocks .item:nth-child(3n+2) a {
  color: #83BDE4;
}
.color-blocks .item:nth-child(3n+2) a:hover,
.color-blocks .item:nth-child(3n+2) a:active {
  color: #c9da2d;
}
.color-blocks .item:nth-child(3n+3) .title {
  background-color: #004778;
}
.color-blocks .item:nth-child(3n+3) h3,
.color-blocks .item:nth-child(3n+3) a {
  color: #004778;
}
.color-blocks .item:nth-child(3n+3) a:hover,
.color-blocks .item:nth-child(3n+3) a:active {
  color: #c9da2d;
}
.color-blocks .title {
  background-color: #979d8d;
  height: 136px;
  line-height: 136px;
  width: 100%;
  text-align: center;
  position: relative;
}
.color-blocks .title .text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.color-blocks .title img {
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.color-blocks .title p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: white;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.color-blocks .content {
  border-right: 1px solid #989e90;
  min-height: 360px;
  padding-top: 65px;
}
.color-blocks h3 + p {
  margin-top: 26px;
}
.color-blocks h3 {
  max-width: 320px;
  margin: 0 auto;
}
.color-blocks p {
  max-width: 320px;
  letter-spacing: 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 27px;
}
.color-blocks a {
  padding-top: 31px;
  display: block;
  margin-bottom: 3em;
}
#stats {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  height: 240px;
  margin-top: 45px;
  /*margin-bottom: -45px; */
}
#stats:after {
  content: '';
  background-color: #28B5B8;
  position: absolute;
  left: 0;
  width: 1000%;
  height: 100%;
  display: block;
}
#stats .stat {
  position: relative;
  width: 25%;
  margin-top: 70px;
  margin-bottom: 70px;
  z-index: 2;
}
#stats .number {
  font-weight: 300;
  color: white;
  font-size: 40px;
  line-height: 48px;
  position: relative;
  z-index: 2;
}
#stats .h3 {
  color: white;
  font-weight: 300;
  margin-top: 30px;
  max-width: 200px;
  margin: 30px auto;
}
#stats .after-k:after {
  content: 'k';
}
#stats .after-p:after {
  content: '%';
}
#stats .after-tons:after {
  content: ' tons';
}
#stats .after-trees:after {
  content: ' trees';
}
.download-library {
  width: 100%;
  margin: 50px 0;
}
.download-library .item {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  align-items: center;
}
.download-library .item:nth-child(5n+1) .button {
  background-color: #7EBC36;
}
.download-library .item:nth-child(5n+2) .button {
  background-color: #2CC283;
}
.download-library .item:nth-child(5n+3) .button {
  background-color: #28B5B8;
}
.download-library .item:nth-child(5n+4) .button {
  background-color: #83BDE4;
}
.download-library .item:nth-child(5n+5) .button {
  background-color: #004778;
}
.download-library .seal {
/*  width: 13%;*/
}
.download-library .title {
  width: 5%;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 2.2px;
  font-weight: 500;
  text-transform: uppercase;
  color: #979D8D;
}
.download-library .downloads {
  width: 82%;
  /* display: flex; */
  flex-wrap: wrap;
}
.download-library .button {
    width: 28%;
    margin-left: 4%;
    padding: .5em;
    vertical-align: top;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: initial;
    white-space: break-spaces;
}
.download-library .button:hover,
.download-library .button:active {
  background-color: #c9da2d !important;
}
#quote-banner {
  text-align: center;
  position: relative;
  height: 470px;
  width: 100%;
  margin: -90px 0;
}
#quote-banner * {
  color: white;
}
#quote-banner:after {
  content: '';
  width: 1000%;
  left: -500%;
  position: absolute;
  height: 100%;
  background-color: #83BDE4;
  display: block;
  top: 0;
}
#quote-banner .content {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  width: 100%;
}
#quote-banner .quotation {
  font-weight: 500;
  font-size: 80px;
  line-height: 60px;
}
#quote-banner h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
  margin-top: 10px;
}
#quote-banner .author {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  padding: 0 20px;
  position: relative;
  margin-top: 55px;
  display: block;
}
#quote-banner .author:before {
  content: '';
  width: 20px;
  height: 1px;
  position: absolute;
  top: 7px;
  margin-left: -34px;
  background-color: white;
}
.event-info-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.event-info-box {
  background-color: #83BDE4;
  /* width: 345px; */
  /* min-height: 600px; */
  position: relative;
  right: 0;
  top: 0;
  padding: 0 0 4em 0;
  display: flex;
  flex-direction: column;
}
.event-info-box:after {
  content: '';
  background-color: #83BDE4;
  position: absolute;
  left: 100%;
  width: 1000%;
  height: 100%;
  top: 0;
}
.event-info-box h4 {
  color: white;
  letter-spacing: 3px;
}
.event-info-box p {
  margin-top: 20px;
  color: white;
  font-size: 16px;
  line-height: 30px;
}
.event-info-box .title {
  display: none !important;
}
.event-info-box .item {
  padding: 22px 15px 22px 90px;
  position: relative;
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: center;
}
.event-info-box .item:first-child + .item {
  padding-top: 70px;
}
.event-info-box .social-media {
  margin-top: 20px;
}
.event-info-box .social-media a {
  padding: 0 15px 0 0;
  color: white;
}
.event-info-box .social-media a:hover,
.event-info-box .social-media a:active {
  color: #00467A;
}
.event-info-box .social-media i {
  font-size: 14px;
}
.event-info-box .button {
  background-color: white;
  color: #83BDE4;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  margin-top: 30px;
  margin-left: -30px;
  /* margin-bottom: 2em; */
}
.event-info-box .button:after {
  content: '';
  background-color: white;
  height: 100%;
  width: 1000%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
  display: block;
}
.event-info-box .button:hover,
.event-info-box .button:active {
  color: #00467A;
}
.accordions .accordion {
  width: 100%;
  margin-bottom: 35px;
}
.accordions .accordion:nth-child(4n+1) h4,
.accordions .accordion:nth-child(4n+1) .title {
  color: #28B5B8;
}
.accordions .accordion:nth-child(4n+2) h4,
.accordions .accordion:nth-child(4n+2) .title {
  color: #2CC283;
}
.accordions .accordion:nth-child(4n+3) h4,
.accordions .accordion:nth-child(4n+3) .title {
  color: #7EBC36;
}
.accordions h4 {
  margin-bottom: 15px;
}
.accordions hr {
  margin-bottom: 50px;
}
.accordions .item {
  margin-bottom: 0;
  padding-bottom: 20px;
  margin-left: 400px;
  position: relative;
}
.accordions .item .title {
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  padding-left: 35px;
}
.accordions .item .title:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  position: absolute;
  left: 0;
  top: 0px;
  color: #979d90;
  font-size: 25px;
  font-weight: 300;
}
.accordions .item.active {
  border-bottom: 0;
}
.accordions .item.active .title:after {
  content: '\f107';
}
.accordions .item.active .content {
  height: auto;
  opacity: 1;
  overflow: visible;
}
.accordions .item:last-child {
  border: 0;
}
.accordions .content {
  position: relative;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.accordions p {
  margin-top: 20px;
  margin-bottom: 17px;
  width: 100%;
  padding-left: 35px;
}

.full-width-slider .single-image-slide .image {
    padding-top: 56%;
}

.text-slider .single-image-slide .image {
    padding-top: 56%;
}

.single-image-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.tabbed-content {
  margin-top: 10px;
}
.tabbed-content .tabs {
  display: flex;
  text-align: left;
}
.tabbed-content .tab {
  display: inline-block;
  text-align: center;
  border-top: 1px solid transparent;
  white-space: nowrap;
  position: relative;
}
.tabbed-content .tab a {
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
  font-weight: 500;
  padding: 0 30px;
  color: #989E90;
  display: block;
  position: relative;
}
.tabbed-content .tab a:hover,
.tabbed-content .tab a:active {
  color: #7ebb37;
}
.tabbed-content .tab:first-child:after {
  display: none;
}
.tabbed-content .tab:first-child a {
  padding-left: 0;
}
.tabbed-content .tab:last-child a {
  padding-right: 0;
}
.tabbed-content .tab.active a {
  color: #7ebb37;
}
.tabbed-content .tab:after {
  content: '';
  height: 12px;
  width: 1px;
  background-color: #979d90;
  position: absolute;
  left: -1px;
  top: 3px;
}
.tabbed-content .content {
  /*padding-top: 88px;
  padding-bottom: 40px;*/
}
.tabbed-content .content .item {
  display: none;
  padding-top: 88px;
  padding-bottom: 40px;
}
.tabbed-content .content .item.active {
  display: block;
}
.tabbed-content p {
  max-width: 660px;
}
.tabbed-content p + form {
  margin-top: 85px;
}
.tabbed-content form {
  max-width: 760px;
}
#search-results {
  margin-bottom: 30px;
  width: 100%;
}
#search-results h4 {
  margin-bottom: 15px;
  margin-top: 30px;
  width: 100%;
}
#search-results h3 {
  color: #7EBC37;
}
#search-results h3 a {
  color: #7EBC37;
}
#search-results h3 a:hover,
#search-results h3 a:active {
  color: #c9da2d;
}
#search-results hr {
  margin-bottom: 40px;
  width: 100%;
}
#search-results .search-category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
#search-results .item {
  width: 50%;
  margin-bottom: 40px;
  padding-right: 55px;
}
#search-form {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 35px;
}
#search-form input {
  font-size: 30px;
  line-height: 54px;
  height: 54px;
  width: 670px;
  margin: 0 auto;
  border: 0;
  padding: 0 0 0 40px;
  position: relative;
  font-weight: 300;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
  color: #004778;
  border-left: 1px solid #5b6670;
}
#search-form input::placeholder {
  font-size: 30px;
  line-height: 54px;
  font-weight: 300;
  color: #004778;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
  text-transform: none;
}
#search-form input:-ms-input-placeholder {
  font-size: 30px;
  line-height: 54px;
  font-weight: 300;
  color: #004778;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
  text-transform: none;
}
#search-form input::-ms-input-placeholder {
  font-size: 30px;
  line-height: 54px;
  font-weight: 300;
  color: #004778;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
  text-transform: none;
}
.image-blocks {
  height: 520px;
  margin: -95px 0 -45px 0;
}
.image-blocks .image-block {
  position: absolute;
  width: 50%;
  height: 520px;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.image-blocks .image-block + .image-block {
  left: 50%;
  border-left: 1px solid white;
}
.image-blocks .image-block + .image-block:after {
  background-color: #FDA100;
}
.image-blocks .image-block + .image-block .button:hover,
.image-blocks .image-block + .image-block .button:active {
  color: #FDA100;
}
.image-blocks .image-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  opacity: 0.8;
  background-color: #C9DA2D;
}
.image-blocks .content {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 500px;
  width: 100%;
  position: absolute;
  z-index: 2;
  padding: 3em;
}
.image-blocks h2 {
  font-weight: 500;
  color: white;
}
.image-blocks .button {
  margin-top: 50px;
  height: 50px;
  line-height: 50px;
}
.image-blocks .button:hover,
.image-blocks .button:active {
  border-color: white;
  background-color: white;
  color: #C9DA2D;
}
footer {
  background-color: white;
  /*position: fixed;*/
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -1;
  padding-bottom: 65px;
}
footer .columns {
  max-width: none;
  padding-left: 50px;
  padding-right: 50px;
}
footer .columns:first-child .column {
  padding-bottom: 70px;
}
footer .columns:last-child .column {
  flex-direction: column;
  align-content: flex-end;
}
footer .column {
  flex-direction: row;
  padding-bottom: 0;
}
footer ul {
  margin: 0 !important;
  padding: 10px 0 40px 0;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
}
footer ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
footer ul li + li:after {
  content: '';
  height: 12px;
  width: 1px;
  background-color: #979D90;
  position: absolute;
  left: -1px;
  top: 4px;
}
footer ul li a {
  color: #979D90;
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
  display: block;
  letter-spacing: 0;
}
footer .copyright {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #404041;
  letter-spacing: 0.5px;
}
footer .copyright a {
  font-weight: 500;
  color: #979D90;
  border-left: 1px solid #d2d2d2;
  margin-left: 7px;
  padding-left: 10px;
}
footer .copyright a:hover,
footer .copyright a:active {
  color: #004778;
}
footer p {
  font-size: 13px;
  line-height: 20px;
  color: #404041;
  letter-spacing: 0.5px;
}
footer .social-media {
  display: flex;
  width: 380px;
  max-width: 100%;
  margin-left: auto;
}
footer .social-media i {
  color: #004778;
  -webkit-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-size: 16px;
}
footer .social-media img {
  height: 15px;
  width:100%;
  margin-top: 5px;
	-webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .social-media img:hover {
	filter: brightness(0) saturate(100%) invert(70%) sepia(60%) saturate(501%) hue-rotate(41deg) brightness(86%) contrast(87%);
}
footer .social-media a {
  padding: 0 10px;
}
footer .social-media a:first-child {
  padding-left: 0;
}
footer .social-media a:hover i,
footer .social-media a:active i {
  color: #7ebb37;
}
footer #newsletter {
  margin-top: 26px;
  width: 380px;
  max-width: 100%;
  display: flex;
  margin-left: auto;
}
footer #newsletter p {
  width: 50%;
  margin-bottom: 0;
}
footer #newsletter form {
  width: 50%;
  margin: 0;
  padding-left: 15px;
}
footer #newsletter .field {
  padding: 0;
  margin: 0;
  position: relative;
}
footer #newsletter input[type="text"] {
  padding-left: 15px;
  padding-right: 30px;
  height: 30px;
  border: 0;
  position: relative;
  z-index: 3;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #404041;
  font-weight: 300;
  border: 1px solid #d2d2d2;
}
footer #newsletter input[type="text"]:focus {
  background-color: transparent;
  border-color: #004778;
}
footer #newsletter button {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
  z-index: 3;
}
footer #newsletter button i {
  font-size: 15px;
  font-weight: normal;
  color: #979D90;
}
footer #newsletter button:hover i,
footer #newsletter button:active i {
  color: #004778;
}
footer #newsletter button:focus {
  outline: 0;
  border: 0;
}
#newsletter input::placeholder {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #404041;
  font-weight: 300;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
  text-transform: none;
}
#newsletter input:-ms-input-placeholder {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #404041;
  font-weight: 300;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
  text-transform: none;
}
#newsletter input::-ms-input-placeholder {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #404041;
  font-weight: 300;
  font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
  text-transform: none;
}
/* -------------------------------------------------------------- Position Specific */
h1 + h3 {
  margin-top: 8px;
}
p + h3,
p + img {
  margin-top: 15px;
}
h4 + h1,
p + .button {
  margin-top: 20px;
}
h5 + ul,
hr + h3 {
  margin-top: 30px;
}
h4 + h2 {
  margin-top: 32px;
}
h3 + p,
p + h3,
h4 + .posts-news {
  margin-top: 30px;
}
h2 + p,
h4 + .team-gallery {
  margin-top: 35px;
}
img + p,
h2 + .button,
h4 + .posts {
  margin-top: 40px;
}
h1 + h2,
.button + p {
  margin-top: 55px;
}
/* -------------------------------------------------------------- Medium Desktop */
/* -------------------------------------------------------------- Small Desktop */
/* -------------------------------------------------------------- Tablet Landscape */
@media (max-width: 1099px) {
  .t1 {
    width: 8.33%;
  }
  .t2 {
    width: 16.66%;
  }
  .t3 {
    width: 25%;
  }
  .t4 {
    width: 33.33%;
  }
  .t5 {
    width: 41.66%;
  }
  .t6 {
    width: 50%;
  }
  .t7 {
    width: 58.33%;
  }
  .t8 {
    width: 66.66%;
  }
  .t9 {
    width: 75%;
  }
  .t10 {
    width: 83.33%;
  }
  .t11 {
    width: 91.66%;
  }
  .t12 {
    width: 100%;
    display: block;
  }
  .swap-tablet {
    display: flex;
    flex-direction: column-reverse;
  }
  body {
    padding-bottom: 0;
	margin-bottom: 320px;
  }
  h1,
  .h1 {
    font-size: 36px;
    line-height: 43px;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 33px;
  }
  h2:first-child,
  .h2:first-child {
    margin-top: 0;
  }
  .column {
    padding-left: 20px;
    padding-right: 20px;
  }
  .columnize-4 > ul,
  ul.columnize-4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  header {
    height: 63px;
  }
  header .logo {
    width: 112px;
    margin-top: 15px;
    margin-left: 15px;
  }
  header .search-trigger {
    display: none;
  }
  #searchsubmit:hover {
  	cursor: pointer;
  }
  header .menu-trigger {
    display: block;
    margin-left: auto;
  }
  header nav {
    position: absolute;
    width: 100%;
    height: auto;
    min-height:0;
    z-index: 9998;
    overflow: auto;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: none 0.5s ease-in-out;
    -ms-transition: none 0.5s ease-in-out;
    transition: none 0.5s ease-in-out;
    background-color: white;
    text-align: left;
    display: block;
    margin-top: 62px;
    /* First */
    /* Second Level */
  }
  header nav > ul {
    flex-wrap: wrap;
  }
  header nav > ul > li {
    width: 100%;
    border-top: 1px solid #d2d2d2;
    padding: 0;
    display: block !important;
  }
  header nav > ul > li:last-child {
    padding-right: 15px;
  }
  header nav > ul > li.parent {
    position: relative;
  }
  header nav > ul > li.parent > a {
    padding-right: 0;
    width: 70%;
    display: inline-block;
    position: static;
  }
  header nav > ul > li.parent > a:after {
    right: 15px;
    top: 14px;
    font-weight: bold;
  }
  header nav > ul > li > a {
    padding: 16px 0 12px 15px;
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #545454;
    width: 50%;
    display: inline-block;
  }
  header nav > ul > li.parent:hover > ul:hover {
    background-color: white !important;
  }
  header nav > ul > li.parent:hover > ul:hover a,
  header nav > ul > li.parent:hover > ul:hover .h4 {
    color: #9AA092;
  }
  header nav > ul > li.parent:hover > ul:hover img.fill {
    opacity: 0;
  }
  header nav > ul > li.parent:hover > ul:hover img.color {
    opacity: 1;
  }
  header nav > ul > li.parent:hover > ul:last-child {
    border-bottom: 0;
  }
  header nav ul li.active ul {
    display: flex;
  }
  header nav ul ul {
    margin-top: 0;
    position: relative;
    max-height: 0;
    opacity: 0;
    height: auto;
    flex-wrap: wrap;
    display: none;
  }
  header nav ul ul .image {
    width: 38px;
    height: 28px;
    margin: 36px auto 15px auto;
  }
  header nav ul ul li {
    height: 126px;
    width: 33.33%;
    border-right: 1px solid #d2d2d2;
    margin-bottom: 0;
    border-top: 1px solid #d2d2d2;
  }
  header nav ul ul li:nth-child(3n+3) {
    border-right: 0;
    border-bottom: 1px solid #d2d2d2;
  }
  header nav ul ul li:nth-child(3n+3):last-child {
    border-bottom: 0;
  }
  header nav ul ul li.heading {
    width: 100%;
    height: 42px;
    border-right: 0;
    background-color: white !important;
  }
  header nav ul ul li.heading ~ li {
    border-right: 1px solid #d2d2d2;
    border-bottom: 0;
  }
  header nav ul ul li.heading ~ li:nth-child(4),
  header nav ul ul li.heading ~ li:nth-child(7) {
    border-right: 0;
    position: relative;
  }
  header nav ul ul li.heading ~ li:nth-child(4):after,
  header nav ul ul li.heading ~ li:nth-child(7):after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #979d90;
    display: block;
    bottom: -1px;
    left: 0;
  }
  header nav ul ul li.heading ~ li:nth-child(4):last-child:after,
  header nav ul ul li.heading ~ li:nth-child(7):last-child:after {
    display: none;
  }
  header nav ul ul .h4 {
    font-size: 10px;
    text-align: center;
    width: 100%;
    padding: 0;
    letter-spacing: 3.3px;
    color: #9AA092;
  }
  header nav ul ul a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #9AA092;
  }
  header nav ul ul + ul {
    margin-top: 0;
  }
  header nav ul ul li.active,
  header nav ul ul li:hover {
    background-color: #ffa100;
  }
  header nav ul ul li.active img,
  header nav ul ul li:hover img {
    opacity: 0 !important;
  }
  header nav ul ul li.active img.fill,
  header nav ul ul li:hover img.fill {
    opacity: 1 !important;
  }
  header nav ul ul li.active a,
  header nav ul ul li:hover a {
    color: white !important;
  }
  header nav > ul > li:nth-child(3) ul li:hover,
  header nav > ul > li:nth-child(3) ul li.active {
    background-color: #8EC8EA;
  }
  header nav > ul > li:nth-child(3) ul + ul li:hover,
  header nav > ul > li:nth-child(3) ul + ul li.active {
    background-color: #2ab3b6;
  }
  header nav.active {
    right: 0;
    pointer-events: all;
    visibility: visible;
	min-height: 100%;
  }
  header .nav-search {
    display: block;
  }  
  #home-banner a {
    padding: 20px 15px 20px 15px;
  }
  #home-banner a:before {
    right: 15px;
    top: 15px;
  }
  #home-banner .h4 {
    font-size: 10px !important;
  }
  #home-banner .item:nth-child(1) {
    width: 66.66%;
  }
  #home-banner .item:nth-child(1) .content {
    left: 15px;
  }
  #home-banner .item:nth-child(2),
  #home-banner .item:nth-child(3) {
    width: 33.33%;
  }
  #home-banner .item:nth-child(2) p,
  #home-banner .item:nth-child(3) p {
    font-size: 16px;
    line-height: 20px;
  }
  #image-banner {
    height: 490px;
  }
  #image-banner .back {
    top: 55px;
    height: 50px;
    line-height: 53px;
    width: 213px;
  }
  #image-banner .back i {
    left: 15px;
    font-size: 16px;
  }
  #image-banner .info {
    bottom: 40px;
  }
  #image-banner h1 {
    font-size: 36px;
    line-height: 43px;
  }
  #info-banner .desc {
    width: 100%;
  }
  #info-banner p {
    margin-left: auto;
    margin-right: auto;
	  padding-left: 50px;
	  padding-right: 50px;
  }
	#info-banner .slick-prev .icon-arrow-left:before,
	#info-banner .slick-next .icon-arrow-right:before{
		width: 32px;
	}
  #info-banner-nav {
    display: block;
  }
  #quote-banner {
    height: 330px;
    margin-top: -120px;
  }
  #research .isotope-reset {
    top: -93px;
  }
	#research .isotope-filter{
		overflow: hidden;
	}
  #research .isotope-filter a {
    padding: 40px 30px;
  }
  #research .isotope-filter a img {
    display: none;
  }
  #research .isotope-filter a:first-child {
    padding-right: 0;
    width: 128px;
  }
  #research .isotope-filter.conditional a {
    padding-left: 13px;
    padding-right: 13px;
    text-align: right;
  }
  #research .isotope-filter.conditional a:first-child {
    padding-right: 10px;
    padding-left: 0;
  }
  .isotope-filter.dropdown {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    max-height: 50px;
    overflow: hidden;
    -webkit-transition: max-width 0.3s ease-in-out;
    -ms-transition: max-width 0.3s ease-in-out;
    transition: max-width 0.3s ease-in-out;
    border-top: 2px solid #7EBC37;
  }
  .isotope-filter.dropdown a {
    display: block;
    width: 100% !important;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    height: 50px;
    padding: 18px 0 18px 0;
    border-bottom: 1px solid #989e90;
  }
  .isotope-filter.dropdown a:after {
    display: none;
  }
  .isotope-filter.dropdown a.active {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border-bottom: 0;
  }
	.isotope-filter.dropdown a.active:after{
		display: block;
		font-family: "Font Awesome 5 Pro";
		content:'\f107';
		position: absolute;
		right: 0;
		left: auto;
		width: auto;
		height: auto;
		background-color: transparent;
		top: 17px;
	}
  .isotope-filter.dropdown.open {
    max-height: 1000px;
  }
	.isotope-filter.dropdown.open a.active:after{
		content:'\f106';
	}
  .posts .item {
    /*height: 450px;*/
  }
  .posts .image {
    height: 224px;
  }
  .posts .icons {
    top: 194px;
    left: 5px;
  }
	.posts .h3{
		    position: relative;
			top: auto;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
	}
  .posts .icons img {
    max-width: 22px;
    max-height: 17px;
    margin: 0 4px;
  }
	.posts .title{
		min-height: 0;
		padding: 15px 0;
	}
  .posts p {
    margin-top: 18px;
  }
  .posts-news .image img {
    max-width: none;
  }
  .load-more {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .lists {
    margin-bottom: -55px;
  }
  .lists .list {
    margin-bottom: 55px;
    width: 33.33%;
  }
  #team .isotope {
    margin-top: 20px;
  }
  #team .item {
    width: 33.33%;
  }
  #team + .load-more {
    margin-top: 15px;
  }
  #team-member .back {
    top: 60px;
  }
  #team-member .columns:first-child {
    padding-bottom: 35px;
  }
  #team-member .image {
    height: 320px;
  }
  .team-gallery {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .team-gallery .item.d6 {
    width: 25%;
  }
  .team-gallery:after {
    display: none !important;
  }
  .d5 .team-gallery h4 {
    border-top: 1px solid #d2d2d2;
    padding-top: 35px;
  }
  .values .item:nth-child(odd) {
    padding-right: 20px;
  }
  .image-left {
    overflow: hidden;
    width: 48%;
  }
  .image-left img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    max-width: none;
  }
  .image-right {
    width: 48%;
  }
  .color-blocks {
    margin-top: -105px;
  }
  .color-blocks p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .color-blocks .title {
    height: 114px;
    line-height: 114px;
  }
  .color-blocks .content {
    padding-top: 50px;
  }
	
  #stats {
    margin-bottom: -30px;
  }
	#stats .stat{
		margin-top: 50px;
		margin-bottom: 40px;
	}
  #stats .number{
	font-size: 30px;
  }
	#cta .desc{
		width: 90%;
	}
	#cta .button{
		width: auto;
	}
  .accordions .accordion {
    margin-bottom: 15px;
  }
  .accordions .item {
    margin-left: 0;
  }
  .accordions .title {
    padding-left: 40px;
  }
  .accordions p {
    padding-left: 35px;
  }
  .accordions hr {
    margin-bottom: 35px;
  }
	.tabbed-content{
		width: 100%;
	}
  .tabbed-content .tabs {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    max-height: 50px;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-width 0.3s ease-in-out;
    -ms-transition: max-width 0.3s ease-in-out;
    transition: max-width 0.3s ease-in-out;
    border-top: 2px solid #7EBC37;
  }
  .tabbed-content .tabs .tab {
    display: block;
    width: 100% !important;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    height: 50px;
    padding: 18px 0 18px 0;
    border-bottom: 1px solid #989e90;
  }
  .tabbed-content .tabs .tab a {
    padding-left: 0;
  }
  .tabbed-content .tabs .tab:after {
    display: none;
  }
  .tabbed-content .tabs .tab.active {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border-bottom: 0;
  }
	.tabbed-content .tabs .tab.active:after{
		display:block;
		font-family: "Font Awesome 5 Pro";
		content:'\f107';
		position: absolute;
		right: 0;
		left: auto;
		top: 15px;
		width: auto;
		height: auto;
		background-color: transparent;
		font-weight: bold;
		color: #7ebb37;
	}
  .tabbed-content .tabs.open {
    max-height: 1000px;
  }
	.tabbed-content .tabs.open .tab.active:after{
		content:'\f106';
	}
  .tabbed-content .content {
    padding-top: 30px;
  }
  .tabbed-content p + form {
    margin-top: 45px;
  }
  .event-info-container {
    margin-top: -100px;
    margin-bottom: 20px;
  }
  .event-info-container:before {
    content: '';
    width: 1000%;
    height: 100%;
    position: absolute;
    left: -500%;
  }
  .event-info-container:after {
    content: '';
    width: 1000%;
    height: 18px;
    background-color: white;
    position: absolute;
    left: -500%;
    bottom: -18px;
  }
  .event-info-box {
    width: auto;
    max-height: 88px;
    min-height: 88px;
    background-color: #83BDE4;
    position: relative;
    height: auto;
    top: 0;
    overflow: hidden;
    margin: 0 -45px;
    -webkit-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
  }
  .event-info-box:after {
    left: -500%;
  }
  .event-info-box .item {
    z-index: 2;
    padding-left: 45px;
    padding-right: 45px;
  }
  .event-info-box .item:first-child + .item {
    padding-top: 30px;
  }
  .event-info-box .title {
    text-align: center;
    height: 88px !important;
    padding: 0;
    cursor: pointer;
    display: flex !important;
  }
  .event-info-box .title h4 {
    height: 88px;
    line-height: 88px;
  }
  .event-info-box .title h4 i {
    margin-left: 60px;
  }
  .event-info-box h6 {
    font-size: 12px;
  }
  .event-info-box h6 i {
    margin-left: 40px;
  }
  .event-info-box .button {
    margin-left: 0;
	  padding-right: 30px;
  }
  .event-info-box .button:after {
    display: none;
  }
  .event-info-box.active {
    max-height: 1000px;
  }
  .event-info-box.active h6 i:before {
    content: '\f062';
  }
  #search-form input {
    width: 100%;
  }
  #search-results .item {
    padding-right: 0;
  }
  #search-results .item:nth-child(odd) {
    padding-right: 15px;
  }
  footer {
    padding-bottom: 35px;
  }
  footer .columns {
    padding: 0;
  }
  footer .columns:first-child .column {
    padding-bottom: 35px;
  }
  footer ul {
    padding: 0 0 30px 0;
  }
  footer .social-media {
    padding-left: 15px;
  }
  footer #newsletter {
    flex-wrap: wrap;
  }
  footer #newsletter p {
    width: 100%;
    padding-left: 15px;
  }
  footer #newsletter a{
	margin-top: 15px;
  }
  footer #newsletter form {
    margin-top: 10px;
  }
  h1 + h2 {
    margin-top: 27px;
  }
  .swap-tablet > .button + p {
    margin-top: 0;
  }
}
/* -------------------------------------------------------------- Mobile Landscape */
@media (max-width: 767px) {
  .m1 {
    width: 8.33% !important;
  }
  .m2 {
    width: 16.66% !important;
  }
  .m3 {
    width: 25% !important;
  }
  .m4 {
    width: 33.33% !important;
  }
  .m5 {
    width: 41.66% !important;
  }
  .m6 {
    width: 50% !important;
  }
  .m7 {
    width: 58.33% !important;
  }
  .m8 {
    width: 66.66% !important;
  }
  .m9 {
    width: 75% !important;
  }
  .m10 {
    width: 83.33% !important;
  }
  .m11 {
    width: 91.66% !important;
  }
  .m12 {
    width: 100% !important;
    display: block;
  }
  .swap-mobile {
    flex-direction: column-reverse;
    display: flex;
  }
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  body {
    margin-bottom: 0px;
  }
  body ul li a,
  .column ul li{
    font-size: 14px;
    padding: 0 ;
  }
  h2:first-child:last-child {
    margin-bottom: -5px;
    margin-top: 3px;
  }
  h5,
  .h5 {
    font-size: 10px;
  }
  .columns {
    padding-top: 40px;
  }
  .column {
    padding: 0 20px 40px 20px;
  }
  section .column.m12 + .m12 {
    margin-top: -16px;
  }
  section {
    padding-top: 0;
    padding-bottom: 0;
  }
  section:first-of-type h1:first-child {
    padding-top: 20px;
  }
  section:first-of-type h1:first-child:last-child {
    padding-bottom: 20px;
  }
  img {
    max-width: 100%;
  }
  ul:first-child:last-child {
    margin: 0;
  }
  .columnize-4 > ul,
  ul.columnize-4 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .columnize-3 > ul,
  ul.columnize-3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .columnize-2 > ul,
  ul.columnize-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  form input {
    height: 35px;
    font-size: 12px;
  }
  form .fields {
    width: 100%;
  }
  form .field {
    width: 100%;
    margin-bottom: 20px;
  }
  form input[type="submit"] {
    width: auto;
  }
  .button {
    width: 100%;
  }
  #home-banner .item {
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    height: 230px !important;
    border-bottom: 1px solid white !important;
    border-right: 0 !important;
  }
  #home-banner .mid-right-post {
		padding: 20px 15px 20px 15px;
	}
  #home-banner .item:nth-child(1) {
    height: 290px !important;
  }
  #home-banner .item:nth-child(1) .content {
    bottom: 50px;
  }
  #home-banner .item:nth-child(4) .content,
  #home-banner .item:nth-child(5) .content {
    padding-top: 55px;
  }
  #home-banner .item:nth-child(4) h2,
  #home-banner .item:nth-child(5) h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 20px 0 0 0;
  }
  #home-banner h1,
  #home-banner .h1 {
    font-size: 24px;
    line-height: 28px;
  }
  #home-banner h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }
  #home-banner .date {
    font-size: 18px;
  }
	#image-banner .info{
		bottom: 100px;
	}
	#image-banner h1 + h4{
		margin-top: 20px;
	}
  #image-banner .back a {
    font-size: 12px;
  }
	#info-banner{
		height: 720px;
		margin-top: 0;
	}
	#info-banner .carousel{
		height: 720px;
	}
	#info-banner .carousel .slick-list{
		height: 720px;
	}
	#info-banner .carousel .slick-track{
		height: 720px;
	}
	#info-banner .item{
		height: 720px;
	}
	#info-banner .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
  #info-banner h2 {
    font-size: 42px;
    line-height: 50px;
  }
  #info-banner p {
    margin: 20px auto 40px auto;
    padding-left: 35px;
    padding-right: 35px;
  }
	#info-banner .slick-prev .icon-arrow-left:before,
	#info-banner .slick-next .icon-arrow-right:before{
		width: 32px;
	}
  #info-banner-buttons {
    margin-top: -42px;
  }
  #info-banner-buttons .item {
    height: 80px;
  }
  #info-banner-buttons .item:before {
    height: 80px;
  }
  #info-banner-buttons .title {
    display: none;
  }
  #info-banner-buttons .image {
    width: 35px;
    height: 27px;
    margin-top: 28px;
    margin-bottom: 0;
  }
  #quote-banner {
    margin: 0;
    height: auto;
  }
  #quote-banner h2 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 500;
  }
  #quote-banner .content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: initial;
  }
  #quote-banner .quotation {
    font-weight: 500;
    font-size: 80px;
    line-height: 0em;
    z-index: 1;
    position: relative;
    margin-top: 1em;
    display: block;
  }
  #research {
    margin-top: -15px;
  }
  #research .isotope-reset{
	  margin-top: 15px;
	}
  #research .isotope-filter {
    flex-wrap: wrap;
    height: auto;
  }
  #research .isotope-filter a {
    padding: 24px 8px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    height: auto;
    max-height: 78px;
  }
  #research .isotope-filter a:after {
    height: 30px;
  }
  #research .isotope-filter a:first-child {
    width: 100% !important;
    text-align: center;
    position: relative;
    padding: 20px 0;
    height: auto;
  }
  #research .isotope-filter a .h4:after {
    content: '';
    width: 1000%;
    height: 1px;
    background-color: #989e90;
    position: absolute;
    left: -500%;
    bottom: 0;
  }
  #research .isotope-filter:before {
    height: 1px;
  }
  #research .isotope-filter:after {
    height: 1px;
  }
  #research .isotope-filter[data-filter-group="programs"] a {
    width: 20%;
  }
  #research .isotope-filter[data-filter-group="resourcetype"] a {
    width: 33.33%;
  }
  #research .isotope-filter.conditional {
    flex-wrap: nowrap;
    justify-content: center;
	align-items: center;
    height: 54px;
  }
	#research .isotope-filter.conditional.active{
		display:flex;
	}
  #research .isotope-filter.conditional a {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    height: auto;
    padding: 15px 5px !important;
	max-width: 32%;
	margin: 0 auto !Important;
  }
  #research .isotope-filter.conditional a:after {
    display: none !important;
  }
	#research .isotope-filter.conditional a:nth-child(2){
		border-left: #979d90;
		border-right: #979d90;
	}
  #research .isotope-filter.conditional a:first-child {
    width: auto !important;
    margin-left: 0;
  }
  #research .isotope-reset {
    top: auto;
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  #research .posts {
    margin-top: 35px;
  }
  #research .load-more {
    margin-top: 0;
  }
  .posts .item {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }
  .posts .icons {
    left: 15px;
    top: 185px;
  }
  .posts .icons img {
    margin: 0 8px;
  }
  .posts + .center-button {
    margin-top: 0;
  }
  .posts-news .item {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .posts-news .image {
    height: 224px;
  }
  .posts-news .image img {
    max-width: none;
  }
  .posts-news .h5 {
    font-size: 12px;
    float: right;
  }
  .posts-news + .load-more {
    margin-bottom: 0;
  }
  .load-more,
  .center-button,
  .center-button .button {
    width: 100%;
  }
  .lists {
    margin-bottom: 0;
    padding: 0;
  }
  .lists .list {
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #5b6670;
    padding-bottom: 25px;
    margin-bottom: 26px;
  }
  .lists .list:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .video {
    height: 318px;
  }
  .video .play {
    height: 70px;
    width: 70px;
  }
  .video .play:after {
    width: 70px;
    height: 70px;
  }
  #team {
    margin-top: 0;
  }
  #team .item {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  #team .image {
    height: 277px;
  }
  #team + .load-more {
    margin-bottom: 0;
  }
  #team-member .columns:first-child {
    padding-bottom: 100px;
  }
  #team-member .image {
    width: 110%;
    margin-left: -5%;
    max-width: none;
  }
  #team-member .social-media {
    margin-bottom: 0;
  }
  #team-member form {
    overflow: hidden;
  }
  #team-member form.active {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .team-gallery .item {
    width: 50% !important;
  }
  .truncate {
    max-height: 900px;
    position: relative;
    overflow: hidden;
  }
  .truncate:after {
    content: '';
    height: 150px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.76) 48%, #ffffff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.76) 48%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.76) 48%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .truncate.show {
    max-height: 100%;
  }
  .truncate.show:after {
    display: none;
  }
  .truncate-button {
    display: block;
    margin: 0 auto 30px auto;
    width: 92%;
  }
  .values {
    margin-top: 12px;
    margin-bottom: -15px;
  }
  .values .item {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
  }
  .values .item:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f107';
    position: absolute;
    right: 20px;
    top: 35px;
  }
  .values .item:before {
    max-width: 100%;
    display: block !important;
    margin-bottom: 30px;
  }
  .values .item:first-child:before {
    display: none !important;
  }
  .values .item:first-child:after {
    top: 5px;
  }
  .values .item.active:after {
    content: '\f106';
  }
  .values .item:nth-child(odd) {
    padding-right: 0;
  }
  .values p {
    max-width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .values h3 {
    margin: 0;
  }
  .values .item.active p {
    height: auto;
    opacity: 1;
    margin: 30px 0 8px 0;
  }
  .image-left {
    width: 100%;
    position: relative;
    height: 285px;
    margin-bottom: 30px;
  }
  .image-right {
    width: 100%;
    position: relative;
    height: 285px;
    margin-bottom: 5px;
  }
  .color-blocks {
    margin-top: 0;
    height: auto;
	min-height: 342px;
  }
  .color-blocks .items {
    flex-wrap: wrap;
	display:block;
    position: relative;
    height: auto;
	min-height: 0;
    width: 110%;
    margin-left: -5%;
  }
  .color-blocks .item {
    width: 100%;
	max-height: 114px;
	overflow: hidden;
  }
	.color-blocks .item.active{
		max-height: 500px;
	}
  .color-blocks .item.active .content {
    padding-top: 50px;
    padding-bottom: 50px;
    opacity: 1;
    height: auto;
  }
  .color-blocks p {
    max-width: 100%;
  }
  .color-blocks .content {
    height: auto;
    padding-bottom: 50px;
    border: 0;
    height: 0;
    opacity: 0;
    position: relative;
    overflow: hidden;
    padding: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  #stats {
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
  }
  #stats .stat {
    width: 100%;
	margin: 15px auto;
  }
	#stats .stat:first-child{
		margin-top: 60px;
	}
  #stats .stat:last-child {
    margin-bottom: 0;
  }
	#stats .number{
		font-size: 40px;
	}
	#stats .h3{
		margin-top: 20px;
	}
  #stats:after {
    height: 100%;
  }
  .download-library {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
  }
	.d2 .download-library{
		/* display: flex; */
		justify-content: center;
	}
  .download-library .item {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .download-library .title {
    width: 100%;
    margin-bottom: 15px;
  }
  .download-library .content {
    width: 100%;
  }
  .download-library .downloads {
    width: 100%;
  }
  .download-library .button {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .download-library .seal {
    margin: 0 10px -20px 10px;
    display: inline-block;
  }
	.download-library .seal img{
		margin-bottom: 0;
	}
  #search-form {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #search-form input {
    padding: 0 0 0 15px;
  }
  #search-form input::placeholder {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #989E90;
    font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
    text-transform: none;
  }
  #search-form input:-ms-input-placeholder {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #989E90;
    font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
    text-transform: none;
  }
  #search-form input::-ms-input-placeholder {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #989E90;
    font-family: 'AvantGarde', Helvetica, Arial, sans-serif;
    text-transform: none;
  }
  #search-results .item {
    padding-right: 0 !important;
    width: 100%;
  }
  #search-results p {
    margin-top: 25px;
  }
	.event-info-container {
    margin-top: -40px;
	}
.image-blocks .content {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 100%;
    padding: 3em;
}
.image-blocks .image-block {
    position: relative;
    width: 100%;
    height: auto;
}
.image-blocks .image-block + .image-block {
    left: 0;
    border: none;
}
.image-blocks {
    height: auto;
    margin: 0 -20px;
}
  footer {
  	padding-top: 30px;
    padding-bottom: 0px;
    position: relative;
	z-index: 999999;
  }
  footer .columns:nth-child(2) {
    flex-direction: column-reverse;
  }
  footer .columns:first-child .column {
    padding-bottom: 30px;
  }
  footer .social-media {
    margin: 0;
    text-align: center;
    justify-content: center;
    padding: 0;
    width: 100%;
  }
  footer .social-media i {
    font-size: 13px;
  }
  footer #newsletter a{
	margin-left: 0 !important;
  }
  footer p {
    font-size: 13px;
    line-height: 1.4em;
    max-width: 230px;
  }
	footer ul li a{
		padding: 0 25px;
	}
  footer .copyright {
    font-size: 13px;
    line-height: 1.4em;
    max-width: 100%;
    position: relative;
    bottom: 0;
	padding-right: 15px;
  }
  footer #newsletter {
    width: 100%;
    margin-bottom: 25px;
  }
  footer #newsletter p {
    font-size: 13px;
    line-height: 1.4em;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  footer #newsletter form {
    width: 100%;
    padding-left: 0;
  }
  .swap-mobile > .button + p {
    margin-top: 0;
  }
  p + img {
    margin-bottom: 5px;
  }
  .m12 > .button:first-child {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  p + .button {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .button + p {
    margin-top: 23px;
  }
  h5 + ul {
    margin-top: 20px;
  }
  .swap-mobile > .button + p {
    margin-bottom: 20px;
  }
  img + p {
    margin-top: 30px;
  }
  #cta h3 {
    font-size: 24px;
    line-height: 1.4em;
  }
  .posts-news .title {
    height: auto !important;
  }
  .posts-news .h3 {
    position: relative !important;
    top: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  #quote-banner .author {
    margin-top: 1em;
    z-index: 1;
    margin-bottom: 3em;
  }
	
  #image-banner h1 {
    font-size: 26px;
    line-height: 1.4em;
  }
	
  #image-banner .info {
    bottom: 70px;
  }
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left; 
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}



/* -------------------------------------------------------------- Mobile Portrait */
/* IE 11 and below */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .posts .image img,
  .posts-news .image img,
  #team .image img,
  #team-member .image img,
  .team-gallery img{
      width: auto;
      height: auto;
  }
}

/* Override Gravity Form's default style on radio and checkbox  */
div[id^="gform_wrapper_"] .gchoice label  {
	font-weight: 300 !important;
	margin-top: -3px;
}