@charset "UTF-8";
/* CSS Variables */
html{
  overflow-x:hidden;
}
html, body {
  font-family: "Avenir Next LT Pro";
  font-size: 20px;
  font-weight: 400;
}
html.page, body.page {
  margin: 0;
  overflow-x:hidden;
}
html.post, body.post {
  margin: 0;
}
html .page-template-tp-landing, body .page-template-tp-landing {
  background: #E7EAEB;
  overflow-y: hidden;
  overflow-x: hidden;
}
html .page-template-tp-landing .circleCol .qlItem, body .page-template-tp-landing .circleCol .qlItem {
  z-index: 999;
}
html .page-template-tp-landing .lpNav, body .page-template-tp-landing .lpNav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
html .page-template-tp-landing .wpml-ls, body .page-template-tp-landing .wpml-ls {
  display: inline-block;
  font-size: 0.6rem;
  text-transform: uppercase;
  padding: 0;
  margin-right: 2rem;
}
html .page-template-tp-landing .wpml-ls .wpml-ls-item, body .page-template-tp-landing .wpml-ls .wpml-ls-item {
  position: relative;
}
html .page-template-tp-landing .wpml-ls .wpml-ls-item a, body .page-template-tp-landing .wpml-ls .wpml-ls-item a {
  color: #000;
  margin: 0 0.5rem;
  padding: 0.5rem 0;
}
html .page-template-tp-landing .wpml-ls .wpml-ls-item a:after, body .page-template-tp-landing .wpml-ls .wpml-ls-item a:after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.43rem 0;
}
html .page-template-tp-landing .wpml-ls .wpml-ls-item.wpml-ls-current-language a span, body .page-template-tp-landing .wpml-ls .wpml-ls-item.wpml-ls-current-language a span {
  font-weight: bold;
}
html .page-template-tp-landing .wpml-ls .wpml-ls-item.wpml-ls-last-item a:after, body .page-template-tp-landing .wpml-ls .wpml-ls-item.wpml-ls-last-item a:after {
  content: none;
}
html .page-template-tp-landing .skip, body .page-template-tp-landing .skip {
  display: inline-block;
  text-align: left;
  font-size: 0.71rem;
  margin-right: 1.5rem;
  position: relative;
  padding-top: 0.3rem;
}
html .page-template-tp-landing .skip a, body .page-template-tp-landing .skip a {
  color: #000;
}
html .page-template-tp-landing .skip a:hover, body .page-template-tp-landing .skip a:hover {
  text-decoration: none;
  color: #14A5A1;
}
html .page-template-tp-landing .skip:after, body .page-template-tp-landing .skip:after {
  content: "";
  font-family: "icomoon";
  font-weight: 900;
  color: #14A5A1;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: -1.5rem;
}
html .icon4x, body .icon4x {
  font-size: 3rem;
}
html .hidden, body .hidden {
  display: none !important;
}
html a, body a {
  color: #14A5A1;
}
html a:hover, body a:hover {
  color: #14a5a1;
}
html h1, body h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
html h2, body h2 {
  font-size: 2.14rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
html h3, body h3 {
  font-size: 1.43rem;
  font-weight: bold;
}
html h4, body h4 {
  font-size: 0.7rem;
  font-weight: bold;
}
html .fw400, body .fw400 {
  font-weight: 400;
}
html span, body span {
  font-weight: 400;
}
html strong, body strong {
  font-weight: bold;
}
html .mb1r, body .mb1r {
  margin-bottom: 1rem;
}
html .mb2r, body .mb2r {
  margin-bottom: 2rem;
}
html .brdBtmGrey, body .brdBtmGrey {
  border-bottom: 1px solid #E7EAEB;
  margin-bottom: 1.5rem;
}
html [class*=col-] p:last-child, body [class*=col-] p:last-child {
  margin-bottom: 0.5rem;
}
html .icoList, body .icoList {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
html .icoList li, body .icoList li {
  position: relative;
  padding-left: calc(0.75rem + 15px);
  margin: 0;
}
html .icoList li.phone:before, body .icoList li.phone:before {
  font-family: "icomoon";
  font-weight: normal;
  content: "";
  position: absolute;
  left: 0;
}
html .icoList li.fax:before, body .icoList li.fax:before {
  font-family: "icomoon";
  font-weight: normal;
  content: "";
  position: absolute;
  left: 0;
}
html .icoList li.email:before, body .icoList li.email:before {
  font-family: "icomoon";
  font-weight: normal;
  content: "";
  position: absolute;
  left: 0;
}
html .icoList li.map:before, body .icoList li.map:before {
  font-family: "icomoon";
  font-weight: normal;
  content: "";
  position: absolute;
  left: 0;
}
html .icoList li a, body .icoList li a {
  color: #fff;
}
html header, body header {
  position: relative;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: flex-end;
  padding: 0.5rem 0 0 0;
  transition: all ease 1s;
  background: #E7EAEB;
}
html header .headerSocial{
		margin:0;
		padding:0;
	}
	html header .headerSocial li{
		list-style:none;
		margin-left:0.5rem;
		font-size:1.25rem;
		display:inline-block;
	}
	html header .headerSocial li a{		
		color:#36b1ae;
	}
	html header .headerSocial li a:hover{
		color:#010101;
	}
@media screen and (min-width: 992px) {
  html header, body header {
    background: transparent;
    padding: 0.5rem 0 0 0;
    position: fixed;
    top: 0;
    left: 0;
  }
	
  html header.scroll, body header.scroll {
    background: #E7EAEB;
    padding: 0.25rem 0;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  }
	html header.scroll .headerSocial, body header.scroll .headerSocial{
		display:none;
	}
  html header.scroll .mast a img, body header.scroll .mast a img {
    width: 50%;
    height: auto;
  }
  html header.scroll .mast .navbar, body header.scroll .mast .navbar {
    padding: 0 1rem;
  }
}
html header#lpHeader, body header#lpHeader {
  position: relative;
  background: #E7EAEB;
}
html header .mast, body header .mast {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
html header .mast a, body header .mast a {
  display: block;
}
html header .mobileNav, body header .mobileNav {
  position: relative;
  left: -105vw;
  height: 0;
  max-height: 2000px;
  transition: all ease 1s;
}
html header .mobileNav.active, body header .mobileNav.active {
  left: 0;
  height: auto;
}
html header .mobileNav .mobNav, body header .mobileNav .mobNav {
  padding: 0;
}
html header .mobileNav .mobNav .menu, body header .mobileNav .mobNav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
html header .mobileNav .mobNav .menu > .menu-item a, body header .mobileNav .mobNav .menu > .menu-item a {
  padding: 0.5rem 1rem;
  background: #14A5A1;
  color: #fff;
  border-bottom: 1px solid #E7EAEB;
  display: block;
}
html header .mobileNav .mobNav .menu > .menu-item .sub-menu, body header .mobileNav .mobNav .menu > .menu-item .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
html header .mobileNav .mobNav .menu > .menu-item .sub-menu > .menu-item a, body header .mobileNav .mobNav .menu > .menu-item .sub-menu > .menu-item a {
  padding: 0.25rem 1.5rem;
  background: #E7EAEB;
  color: #333;
  font-size: 0.9rem;
  border-bottom: 1px solid #14A5A1;
}
html header .navbar, body header .navbar {
  display: flex;
  align-items: center;
}
html header .navbar .menu-main-navigation-container, html header .navbar .menu-main-navigation-french-container, body header .navbar .menu-main-navigation-container, body header .navbar .menu-main-navigation-french-container {
  width: 100%;
}
html header .navbar .menu-main-navigation-container ul.menu, html header .navbar .menu-main-navigation-french-container ul.menu, body header .navbar .menu-main-navigation-container ul.menu, body header .navbar .menu-main-navigation-french-container ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 0.6rem;
  font-weight: bold;
}
html header .navbar .menu-main-navigation-container ul.menu > .menu-item, html header .navbar .menu-main-navigation-french-container ul.menu > .menu-item, body header .navbar .menu-main-navigation-container ul.menu > .menu-item, body header .navbar .menu-main-navigation-french-container ul.menu > .menu-item {
  text-transform: uppercase;
  position: relative;
}
html header .navbar .menu-main-navigation-container ul.menu > .menu-item > a, html header .navbar .menu-main-navigation-french-container ul.menu > .menu-item > a, body header .navbar .menu-main-navigation-container ul.menu > .menu-item > a, body header .navbar .menu-main-navigation-french-container ul.menu > .menu-item > a {
  color: #010101;
  padding: 0.5rem;
  border-radius: 0.25rem;
  margin: 0 0.5rem;
  display: block;
}
html header .navbar .menu-main-navigation-container ul.menu > .menu-item.client a, html header .navbar .menu-main-navigation-french-container ul.menu > .menu-item.client a, body header .navbar .menu-main-navigation-container ul.menu > .menu-item.client a, body header .navbar .menu-main-navigation-french-container ul.menu > .menu-item.client a {
  background: #36b1ae;
  color: #fff;
  text-decoration: none;
}
html header .navbar .menu-main-navigation-container ul.menu > .menu-item:hover > a, html header .navbar .menu-main-navigation-french-container ul.menu > .menu-item:hover > a, body header .navbar .menu-main-navigation-container ul.menu > .menu-item:hover > a, body header .navbar .menu-main-navigation-french-container ul.menu > .menu-item:hover > a {
  background: #36b1ae;
  color: #fff;
  text-decoration: none;
}
html header .navbar .menu-main-navigation-container ul.menu > .menu-item > .sub-menu, html header .navbar .menu-main-navigation-french-container ul.menu > .menu-item > .sub-menu, body header .navbar .menu-main-navigation-container ul.menu > .menu-item > .sub-menu, body header .navbar .menu-main-navigation-french-container ul.menu > .menu-item > .sub-menu {
  position: absolute;
  width: 220px;
  left: 0.5rem;
  background: #fff;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
html header .navbar .menu-main-navigation-container ul.menu > .menu-item > .sub-menu > .menu-item > a, html header .navbar .menu-main-navigation-french-container ul.menu > .menu-item > .sub-menu > .menu-item > a, body header .navbar .menu-main-navigation-container ul.menu > .menu-item > .sub-menu > .menu-item > a, body header .navbar .menu-main-navigation-french-container ul.menu > .menu-item > .sub-menu > .menu-item > a {
  padding: 0.25rem 0.5rem;
  background: #E7EAEB;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #010101;
  text-decoration: none;
}
html header .navbar .menu-main-navigation-container ul.menu > .menu-item > .sub-menu > .menu-item > a:hover, html header .navbar .menu-main-navigation-french-container ul.menu > .menu-item > .sub-menu > .menu-item > a:hover, body header .navbar .menu-main-navigation-container ul.menu > .menu-item > .sub-menu > .menu-item > a:hover, body header .navbar .menu-main-navigation-french-container ul.menu > .menu-item > .sub-menu > .menu-item > a:hover {
  background: #36b1ae;
  color: #fff;
}
html header .navbar .menu-main-navigation-container ul.menu > .menu-item > .sub-menu .sub-menu, html header .navbar .menu-main-navigation-french-container ul.menu > .menu-item > .sub-menu .sub-menu, body header .navbar .menu-main-navigation-container ul.menu > .menu-item > .sub-menu .sub-menu, body header .navbar .menu-main-navigation-french-container ul.menu > .menu-item > .sub-menu .sub-menu {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
html header .navbar .menu-main-navigation-container ul.menu > .menu-item > .sub-menu .sub-menu > li, html header .navbar .menu-main-navigation-french-container ul.menu > .menu-item > .sub-menu .sub-menu > li, body header .navbar .menu-main-navigation-container ul.menu > .menu-item > .sub-menu .sub-menu > li, body header .navbar .menu-main-navigation-french-container ul.menu > .menu-item > .sub-menu .sub-menu > li {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
html header .navbar .menu-main-navigation-container ul.menu > .menu-item > .sub-menu .sub-menu > li a, html header .navbar .menu-main-navigation-french-container ul.menu > .menu-item > .sub-menu .sub-menu > li a, body header .navbar .menu-main-navigation-container ul.menu > .menu-item > .sub-menu .sub-menu > li a, body header .navbar .menu-main-navigation-french-container ul.menu > .menu-item > .sub-menu .sub-menu > li a {
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  display: block;
  color: #010101;
  position: relative;
}
html header .navbar .menu-main-navigation-container ul.menu > .menu-item > .sub-menu .sub-menu > li a:hover, html header .navbar .menu-main-navigation-french-container ul.menu > .menu-item > .sub-menu .sub-menu > li a:hover, body header .navbar .menu-main-navigation-container ul.menu > .menu-item > .sub-menu .sub-menu > li a:hover, body header .navbar .menu-main-navigation-french-container ul.menu > .menu-item > .sub-menu .sub-menu > li a:hover {
  text-decoration: none;
  background: #36b1ae;
  color: #fff;
}
html header .navbar .menu-main-navigation-container ul.menu > .menu-item:hover .sub-menu, html header .navbar .menu-main-navigation-french-container ul.menu > .menu-item:hover .sub-menu, body header .navbar .menu-main-navigation-container ul.menu > .menu-item:hover .sub-menu, body header .navbar .menu-main-navigation-french-container ul.menu > .menu-item:hover .sub-menu {
  display: block;
}
html header .navbar .menu-main-navigation-container ul.menu .wpml-ls-menu-item, html header .navbar .menu-main-navigation-french-container ul.menu .wpml-ls-menu-item, body header .navbar .menu-main-navigation-container ul.menu .wpml-ls-menu-item, body header .navbar .menu-main-navigation-french-container ul.menu .wpml-ls-menu-item {
  position: relative;
}
html header .navbar .menu-main-navigation-container ul.menu .wpml-ls-menu-item a, html header .navbar .menu-main-navigation-french-container ul.menu .wpml-ls-menu-item a, body header .navbar .menu-main-navigation-container ul.menu .wpml-ls-menu-item a, body header .navbar .menu-main-navigation-french-container ul.menu .wpml-ls-menu-item a {
  padding-left: 0;
  padding-right: 0;
}
html header .navbar .menu-main-navigation-container ul.menu .wpml-ls-menu-item a:hover, html header .navbar .menu-main-navigation-french-container ul.menu .wpml-ls-menu-item a:hover, body header .navbar .menu-main-navigation-container ul.menu .wpml-ls-menu-item a:hover, body header .navbar .menu-main-navigation-french-container ul.menu .wpml-ls-menu-item a:hover {
  background: none;
  color: #36b1ae;
}
html header .navbar .menu-main-navigation-container ul.menu .wpml-ls-menu-item:hover a, html header .navbar .menu-main-navigation-french-container ul.menu .wpml-ls-menu-item:hover a, body header .navbar .menu-main-navigation-container ul.menu .wpml-ls-menu-item:hover a, body header .navbar .menu-main-navigation-french-container ul.menu .wpml-ls-menu-item:hover a {
  background: none;
  color: #36b1ae;
}
html header .navbar .menu-main-navigation-container ul.menu .wpml-ls-menu-item:after, html header .navbar .menu-main-navigation-french-container ul.menu .wpml-ls-menu-item:after, body header .navbar .menu-main-navigation-container ul.menu .wpml-ls-menu-item:after, body header .navbar .menu-main-navigation-french-container ul.menu .wpml-ls-menu-item:after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.43rem 0;
  font-weight: normal;
}
html header .navbar .menu-main-navigation-container ul.menu .wpml-ls-menu-item.wpml-ls-last-item:after, html header .navbar .menu-main-navigation-french-container ul.menu .wpml-ls-menu-item.wpml-ls-last-item:after, body header .navbar .menu-main-navigation-container ul.menu .wpml-ls-menu-item.wpml-ls-last-item:after, body header .navbar .menu-main-navigation-french-container ul.menu .wpml-ls-menu-item.wpml-ls-last-item:after {
  content: none;
}
html header .navbar .menu-main-navigation-container ul.menu .wpml-ls-menu-item.wpml-ls-current-language a span, html header .navbar .menu-main-navigation-french-container ul.menu .wpml-ls-menu-item.wpml-ls-current-language a span, body header .navbar .menu-main-navigation-container ul.menu .wpml-ls-menu-item.wpml-ls-current-language a span, body header .navbar .menu-main-navigation-french-container ul.menu .wpml-ls-menu-item.wpml-ls-current-language a span {
  font-weight: bold;
}
html #bannerCarousel, body #bannerCarousel {
  padding: 2rem 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  html #bannerCarousel, body #bannerCarousel {
    padding: 8rem 0 2rem 0;
  }
}
html #bannerCarousel .logoWatermark, body #bannerCarousel .logoWatermark {
  width: 100%;
  height: 100%;
  text-align: right;
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
html #bannerCarousel:after, body #bannerCarousel:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #E7EAEB;
}
html #bannerCarousel .owlCarousel, body #bannerCarousel .owlCarousel {
  position: relative;
}
html #bannerCarousel .bannerImg, body #bannerCarousel .bannerImg {
  position: relative;
  z-index: 95;
}
html #bannerCarousel .banCnt, body #bannerCarousel .banCnt {
  display: flex;
  align-items: center;
}
html #bannerCarousel .banCnt h1, body #bannerCarousel .banCnt h1 {
  margin-bottom: 1.5rem;
}
html #bannerCarousel .banCnt h2, body #bannerCarousel .banCnt h2 {
  margin-top: 1.5rem;
}
html #bannerCarousel .banCnt table tr td, body #bannerCarousel .banCnt table tr td {
  border: 1px solid #14A5A1;
  border-radius: 20%;
  padding: 1rem;
  text-align: center;
}
html #bannerCarousel .banCnt table tr td h1, html #bannerCarousel .banCnt table tr td h2, html #bannerCarousel .banCnt table tr td h3, html #bannerCarousel .banCnt table tr td h4, body #bannerCarousel .banCnt table tr td h1, body #bannerCarousel .banCnt table tr td h2, body #bannerCarousel .banCnt table tr td h3, body #bannerCarousel .banCnt table tr td h4 {
  margin: 0;
}
html #bannerCarousel .owl-dots, body #bannerCarousel .owl-dots {
  text-align: left;
  counter-reset: dots;
  position: absolute;
  bottom: 0;
  left: 0;
}
html #bannerCarousel .owl-dots .owl-dot, body #bannerCarousel .owl-dots .owl-dot {
  position: relative;
}
html #bannerCarousel .owl-dots .owl-dot span, body #bannerCarousel .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
}
html #bannerCarousel .owl-dots .owl-dot.active span, body #bannerCarousel .owl-dots .owl-dot.active span {
  background: #14A5A1;
}
html #bannerCarousel .owl-dots .owl-dot:before, body #bannerCarousel .owl-dots .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
  font-size: 0.6rem;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  html.logged-in header, body.logged-in header {
    top: 32px;
  }
  html.logged-in header#lpHeader, body.logged-in header#lpHeader {
    top: 0;
  }
}

main {
  overflow-x: hidden;
  transition: all ease 1s;
  height: auto;
  max-height: 100%;
}
main.navHide {
  height: auto;
  max-height: 0px;
  padding: 0;
  margin: 0;
}
main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main ul li {
  margin-bottom: 0.3rem;
  margin-left: 15px;
  padding-left: 0.5rem;
  position: relative;
}
main ul li:before {
  content: "";
  font-family: "icomoon";
  font-weight: 900;
  color: #14A5A1;
  font-size: 0.4rem;
  position: absolute;
  left: -12px;
  top: 0.5rem;
}

section.cntBlocks {
  position: relative;
  z-index: 30;
}
section.blockSec {
  padding: 3rem 0;
}
section .rowCenter {
  justify-content: center;
  align-items: center;
}

.colFlex {
  display: flex;
  flex-wrap: wrap;
}
.colFlex.justCenter {
  justify-content: center;
}
.colFlex.alignCenter {
  align-items: center;
}

/******************* FOOTER STYLES *******************/
#footer, #footerLp {
  position: relative;
  /*clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);*/
  color: #fff;
  font-size: 0.8rem;
  z-index: 120;
  margin-top: -200px;
}
#footer .logoWatermark, #footerLp .logoWatermark {
  width: 100%;
  height: auto;
  text-align: right;
  opacity: 0.15;
  position: absolute;
  z-index: 30;
}
@media screen and (min-width: 992px) {
  #footer .logoWatermark, #footerLp .logoWatermark {
    position: relative;
  }
}
#footer .footCnt, #footerLp .footCnt {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 992px) {
  #footer .footCnt, #footerLp .footCnt {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#footer .footCnt:before, #footerLp .footCnt:before {
  content: "";
  position: absolute;
  top: -200px;
  left: -2000px;
  width: 6000px;
  height: 250px;
  background: #14A5A1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 10;
}
#footer .footCnt:after, #footerLp .footCnt:after {
  content: "";
  position: absolute;
  background: #14A5A1;
  width: 200vw;
  left: -100vw;
  top: 0;
  height: 100%;
  z-index: 10;
}
#footer .footCnt div, #footerLp .footCnt div {
  z-index: 33;
}
#footer .footCnt .footRight, #footerLp .footCnt .footRight {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#footer .footCnt .footRight .menu-footer-navigation-container, #footer .footCnt .footRight .menu-footer-navigation-french-container, #footerLp .footCnt .footRight .menu-footer-navigation-container, #footerLp .footCnt .footRight .menu-footer-navigation-french-container {
  width: 100%;
}
#footer .footCnt .footRight .footContact, #footerLp .footCnt .footRight .footContact {
  width: 100%;
}
#footer .footCnt .footLogo, #footerLp .footCnt .footLogo {
  filter: grayscale(100%);
  filter: brightness(100);
  margin-bottom: 1rem;
}
#footer .footCnt .menu, #footerLp .footCnt .menu {
  margin-left: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#footer .footCnt .menu li, #footerLp .footCnt .menu li {
  text-align: center;
}
@media screen and (min-width: 992px) {
  #footer .footCnt .menu, #footerLp .footCnt .menu {
    display: flex;
    justify-content: space-between;
  }
  #footer .footCnt .menu li, #footerLp .footCnt .menu li {
    text-aign: left;
  }
}
#footer .footCnt .menu a, #footerLp .footCnt .menu a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

#footerLp {
  color: #333;
  margin: auto;
  z-index: 0;
}
#footerLp .footCnt:before {
  background: #fff;
}
#footerLp .footCnt:after {
  background: #fff;
}

/******************* Page STYLES *******************/
.pageBanner {
  position: relative;
}
.pageBanner .banCnt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E7EAEB;
}
.pageBanner .banCnt h2 {
  margin-top: 1.2rem;
}
@media screen and (min-width:992px) and (max-width:1200px){
  .pageBanner .banCnt h2{
    margin-top:5rem;	
  }
}
.pageBanner .banCnt .container {
  z-index: 30;
}
.pageBanner .banCnt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2000px;
  width: 6000px;
  height: 250px;
  background: #FFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 10;
}
.pageBanner .logoWatermark {
  width: 100%;
  height: auto;
  text-align: right;
  position: relative;
  z-index: 20;
}

/******************* TEAM PAGE *******************/
.teamPopup {
  display: none;
}
.teamPopup:after {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  top: 0;
  left: 0;
}

.teamPop {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  margin: 50px 0;
}
.teamPop .teamBio {
  margin-top: 1rem;
  padding: 0.75rem;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.25rem;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .teamPop .teamBio {
    margin-top: 0;
    padding: 2rem;
  }
}
.teamPop .teamBio .bioClose {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  color: #14A5A1;
  transform: rotate(45deg);
  transform-origin: center;
  font-size: 1.5rem;
  z-index: 999;
  cursor: pointer;
}
.teamPop .teamBio .teamBioCnt h2 {
  color: #14A5A1;
  margin-bottom: 0.5rem;
}
.page-template-tp-bod .teamPop .teamBio .teamBioCnt h2, .page-template-tp-bod .teamPop .teamBio .bioClose{
	color:rgba(154,28,31,1);
}
.teamPop .teamBio .teamBioCnt h5 {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .teamPop .teamBio .teamBioCnt h5 {
    margin-bottom: 2rem;
  }
}
.teamPop .teamBio .specCnt h3 {
  font-size: 1.1rem;
  color: #14A5A1;
}
.teamPop .teamBio .specCnt .teamDes, .teamPop .teamBio .specCnt .teamSpec {
  display: none;
}
.teamPop .teamBio .specCnt .specList {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8rem;
}
.teamPop .teamBio .specCnt .specList li {
  margin-bottom: 0.7rem;
  margin-left: 15px;
  padding-left: 0.5rem;
  position: relative;
}
.teamPop .teamBio .specCnt .specList li:before {
  content: "";
  font-family: "icomoon";
  font-weight: 900;
  color: #14A5A1;
  font-size: 0.4rem;
  position: absolute;
  left: -12px;
  top: 6px;
}
.teamPop .teamBio .bioPic {
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.teamPop .teamBio .bioPic img {
  position: absolute;
  left: 0;
  top: 0;
}

.teamSec {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: minmax(200px, 400px);
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 2px solid #fff;
  padding-bottom: 200px;
}
@media screen and (min-width: 992px) {
  .teamSec {
    grid-template-columns: repeat(3, 1fr);
  }
}
.teamSec .teamMember, .teamSec .bodMember {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.teamSec .teamMember:before, .teamSec .bodMember:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all ease 1s;
}
.teamSec .teamMember:hover .teamCnt {
  background: rgba(20, 165, 161, 0.7);
}
.teamSec .teamMember .teamImg, .teamSec .bodMember .teamImg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.teamSec .teamMember .teamImg img, .teamSec .bodMember .teamImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teamSec .teamMember .teamCnt, .teamSec .bodMember .teamCnt {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 1rem 0rem 1rem 0rem;
  padding: 0.5rem 1rem;
  transition: all ease 1s;
  background: rgba(20, 165, 161, 0.4);
}
.teamSec .bodMember .teamCnt{
	background:rgba(154,28,31,0.4);
}
.teamSec .bodMember:hover .teamCnt{
	background:rgba(154,28,31,0.85);
}
.teamSec .teamMember .teamCnt h4, .teamSec .bodMember .teamCnt h4 {
  color: #FFF;
  font-size: 1.25rem;
  margin: 0;
}
.teamSec .teamMember .teamCnt h4 .nameDes, .teamSec .bodMember .teamCnt h4 .nameDes {
  font-size: 0.75rem;
}
.teamSec .teamMember .teamCnt h5, .teamSec .bodMember .teamCnt h5 {
  font-size: 0.9rem;
  color: #fff;
  margin: 0;
}

.footerSocial{
	margin:0;
	padding:0;
}
.footerSocial li{
	display:inline-block;
	margin-left:0.5rem;
	font-size:1rem;
}
.footerSocial li a{
	color:#fff;
}
/* CANDA MAP */
#mapwrapper{
	margin-bottom:6rem !important;
}
.page-template-tp-home #mapwrapper{
	margin-bottom:3rem !important;
}
/******************* BLOCK STYLES *******************/
.blocks > .cntBlock:last-child, .blocks > p:last-child, .blocks > figure:last-child {
  margin-bottom: 300px;
}
@media screen and (min-width: 992px) {
  .blocks > .cntBlock:last-child, .blocks > p:last-child, .blocks > figure:last-child {
    padding-bottom: 100px;
  }
}

.page-template-tp-home .blocks {
  margin-bottom: 0;
}
.page-template-tp-home .blocks .cntBlock:last-child {
  margin-bottom: 0;
  padding-bottom: 300px;
}
@media screen and (min-width: 992px) {
  .page-template-tp-home .blocks .cntBlock:last-child {
    padding-bottom: 250px;
  }
}

.cntBlock {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.cntBlock .btn {
  text-transform: uppercase;
  color: #fff;
  background: #14A5A1;
  font-size: 0.71rem;
  margin-top: 1rem;
}
.cntBlock .btn:after {
  content: "";
  font-family: "icomoon";
  font-weight: normal;
  margin-left: 1.5rem;
}
.cntBlock .btn.frmBck:after {
  content: none;
}
.cntBlock .btn.frmBck:before {
  content: "";
  font-family: "icomoon";
  font-weight: normal;
  margin-right: 1.5rem;
  display: inline-block;
  transform: rotate(180deg);
}
.cntBlock.bgOverlayGrey {
  padding: 0.25rem 0;
  margin: 0;
}
.cntBlock.circleCol{
	margin-top:0.25rem;
}
.cntBlock.bgOverlayGrey:before {
  content: "";
  position: absolute;
  top: -200px;
  left: -2000px;
  width: 6000px;
  height: 250px;
  background: #E7EAEB;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 10;
}
.cntBlock.bgOverlayGrey:after {
  content: "";
  position: absolute;
  background: #E7EAEB;
  width: 200vw;
  left: -100vw;
  top: 0;
  height: 100%;
  z-index: 10;
}
.cntBlock.bgOverlayGrey div {
  z-index: 20;
}
.cntBlock.bgOverlayWhite {
  padding: 2rem 0;
  margin: 0;
}
.cntBlock.bgOverlayWhite:before {
  content: "";
  position: absolute;
  top: -200px;
  left: -2000px;
  width: 6000px;
  height: 250px;
  background: #FFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 10;
}
.cntBlock.bgOverlayWhite:after {
  content: "";
  position: absolute;
  background: #FFF;
  width: 200vw;
  left: -100vw;
  top: 0;
  height: 100%;
  z-index: 10;
}
.cntBlock.bgOverlayWhite div {
  z-index: 20;
}
.cntBlock.bgOverlaySplit {
  padding: 2rem 0;
  margin: 0;
}
.cntBlock.bgOverlaySplit:before {
  content: "";
  position: absolute;
  top: calc(50% - 125px);
  left: -2000px;
  width: 6000px;
  height: 250px;
  background: #E7EAEB;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 10;
}
.cntBlock.bgOverlaySplit:after {
  content: "";
  position: absolute;
  left: -2000px;
  top: calc(50% + 124px);
  width: 6000px;
  height: calc(50% - 124px);
  z-index: 10;
  background: #E7EAEB;
}
.cntBlock.bgOverlaySplit div {
  z-index: 20;
}

/* 3 Col Layout */
.col3block {
  position: relative;
}
.col3block .colImg {
  width: 66%;
}
.col3block .colImg img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

/* 2 Col Layout */
.col2block {
  position: relative;
}
.col2block ul, .col2block ol {
  margin-left: 0;
  font-size: 0.9rem;
}
.col2block ul li, .col2block ol li {
  margin-bottom: 0.75rem;
}
.col2block .colImg {
  width: 66%;
  margin: 0 auto;
}
.col2block .colImg img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
.col2block.align-center div[class*=col-] {
  text-align: center;
}

/* Stack Block */
.stackblock {
  position: relative;
  padding-bottom: 1rem;
}
.stackblock ul, .stackblock ol {
  margin-left: 0;
  font-size: 0.9rem;
}
.stackblock ul li, .stackblock ol li {
  margin-bottom: 0.75rem;
}
.stackblock .stackImg {
  display: flex;
  align-items: center;
  height: 100%;
}

/* Circle Column Styles */
.qlItem {
  width: calc(100% - 2rem);
  height: 0;
  padding-top: calc(100% - 2rem);
  margin: 1rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: all ease 1s;
  border-radius: 50%;
}
@media screen and (min-width: 576px) {
  .qlItem {
    width: calc(50% - 2rem);
    padding-top: calc(50% - 2rem);
  }
}
@media screen and (min-width: 992px) {
  .qlItem {
    width: calc(20% - 2rem);
    padding-top: calc(20% - 2rem);
  }
}
.qlItem .qlCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #14A5A1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: margin ease 1s;
}
.qlItem .qlCircle .qlCnt {
  width: 80%;
}
.qlItem .qlCircle .qlCnt .qlIco {
  padding-bottom: 0.5rem;
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 0.5rem;
}
.qlItem .qlCircle .qlCnt .qlTtl {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 0.5rem;
}
@media screen and (min-width: 992px) {
  .qlItem .qlCircle .qlCnt .qlTtl {
    font-size: 0.8rem;
  }
}
.qlItem:hover {
  cursor: pointer;
}
.qlItem:hover .qlCircle {
  margin-top: -1rem;
  background: #FFF !important;
  color: #333;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.qlItem:hover .qlCircle .qlIco {
  color: #14a5a1;
  border-bottom: 3px solid rgba(20, 165, 161, 0.5);
}

/* Stories Block */
.stories h2 {
  width: 100%;
}
.stories .storiesImg {
  display: none;
  align-self: flex-end;
}
@media screen and (min-width: 992px) {
  .stories .storiesImg {
    display: block;
  }
}
.stories .storyCnt {
  margin-bottom: 100px;
}
.stories .storyCnt .story {
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
  .stories .storyCnt .story {
    padding: 1rem 1.5rem;
  }
}
.stories .storyCnt .story h3 {
  text-transform: uppercase;
}
.stories .storyCnt .story .newsBtn {
  display: flex;
  align-items: center;
}
.stories .storyCnt .story .newsBtn i {
  margin-left: 1.5rem;
  font-size: 0.85rem;
  color: #E7EAEB;
}
.stories .storyCnt .story .newsBtn:hover, .stories .storyCnt .story .newsBtn:visited, .stories .storyCnt .story .newsBtn:focus {
  text-decoration: none;
  color: #14A5A1;
}
.stories .storyCnt .story .newsBtn:hover i, .stories .storyCnt .story .newsBtn:visited i, .stories .storyCnt .story .newsBtn:focus i {
  color: #14A5A1;
}

/* News Block */
.newsItems {
  margin-bottom: 100px;
}
.newsItems .item {
  margin-bottom: 1rem;
}
.newsItems .newsItem {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #14A5A1;
  border-radius: 0.5rem;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .newsItems .newsItem {
    padding: 1rem 1.5rem;
  }
}
.newsItems .newsItem .newsCnt {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.newsItems .newsItem .newsCnt p {
  flex-grow: 1;
}
.newsItems .newsItem .newsCnt .newsBtn {
  display: flex;
  align-items: center;
}
.newsItems .newsItem .newsCnt .newsBtn i {
  margin-left: 1.5rem;
  font-size: 0.85rem;
  color: #E7EAEB;
}
.newsItems .newsItem .newsCnt .newsBtn:hover, .newsItems .newsItem .newsCnt .newsBtn:visited, .newsItems .newsItem .newsCnt .newsBtn:focus {
  text-decoration: none;
  color: #14A5A1;
}
.newsItems .newsItem .newsCnt .newsBtn:hover i, .newsItems .newsItem .newsCnt .newsBtn:visited i, .newsItems .newsItem .newsCnt .newsBtn:focus i {
  color: #14A5A1;
}

/* Invest Block */
.invest {
  position: relative;
}
.invest .investCnt {
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .invest .investCnt {
    margin: 1.25rem -15px;
  }
}
.invest .investCnt p {
  margin: 0;
  text-align: center;
}
.invest .investCnt.roundLeft {
  border-radius: 0.25rem 0 0 0.25rem;
}
.invest .investCnt.roundRight {
  border-radius: 0 0.25rem 0.25rem 0;
}
.invest .investHighlight {
  background: #14A5A1;
  padding: 1rem;
  position: relative;
  margin: 0 -15px;
  height: 100%;
  border-radius: 0.25rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.invest .investHighlight h1 {
  margin-bottom: 0;
}
.invest .investHighlight img {
  max-width: 50%;
  margin: 0 auto;
  display: block;
}
.invest .investImg {
  margin-top: -25%;
}

/* FAQ Block */
.faqBlock .faqItems {
  padding-bottom: 2rem;
}
.faqBlock .faqItems .faqItem {
  margin-bottom: 1rem;
  padding: 1rem 1rem 0 1rem;
  font-size: 0.9rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.faqBlock .faqItems .faqItem .faqQuestion {
  font-size: 1.1rem;
  color: #14A5A1;
  padding-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.faqBlock .faqItems .faqItem .faqQuestion .faqIcon {
  position: absolute;
  right: 0;
  top: 0;
  transition: all ease 1s;
}
.faqBlock .faqItems .faqItem .faqAnswer {
  width: 100%;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  transition: all ease 1s;
}
.faqBlock .faqItems .faqItem.active {
  border-color: #14A5A1;
}
.faqBlock .faqItems .faqItem.active .faqQuestion .faqIcon {
  transform: rotate(45deg);
  transform-origin: center;
}
.faqBlock .faqItems .faqItem.active .faqAnswer {
  max-height: 1000px;
}

/* Fileshare Block */
.fileItem {
  display: flex;
  align-items: center;
}
.fileItem a {
  margin-bottom: 1rem;
}
.fileItem svg {
  margin-right: 0.5rem;
}

/* Other Revenue Calculator */
.orCalc {
  background: #FFF;
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.orCalc .formProgress {
  background: #E7EAEB;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 0.8rem;
  overflow: hidden;
}
.orCalc .formProgress .frmTab {
  color: #333;
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
}
@media screen and (min-width: 992px) {
  .orCalc .formProgress .frmTab {
    padding: 10px 0 10px 65px;
  }
  .orCalc .formProgress .frmTab:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #E7EAEB;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
  }
  .orCalc .formProgress .frmTab:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #333;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
  }
}
.orCalc .formProgress .frmTab.active {
  background: #14A5A1;
  color: #fff;
}
.orCalc .formProgress .frmTab.active:after {
  border-left-color: #14A5A1;
}
.orCalc .formProgress .frmTab.past {
  background: #18bbb6;
  color: #fff;
}
.orCalc .formProgress .frmTab.past:after {
  border-left-color: #18bbb6;
}
.orCalc .formProgress .frmTab.past:nth-child(2) {
  background: #1cccc7;
  color: #fff;
}
.orCalc .formProgress .frmTab.past:nth-child(2):after {
  border-left-color: #1cccc7;
}
.orCalc .formProgress .frmTab.past:nth-child(3) {
  background: #22eae4;
  color: #fff;
}
.orCalc .formProgress .frmTab.past:nth-child(3):after {
  border-left-color: #22eae4;
}
.orCalc .calcCnt {
  padding: 0.5rem;
  display: none;
}
@media screen and (min-width: 992px) {
  .orCalc .calcCnt {
    padding: 1.25rem 2rem;
  }
}
.orCalc .calcCnt.active {
  display: block;
}
.orCalc .calcCnt .cnt ol {
  margin-left: 0;
}
.orCalc .calcCnt .cnt .fix, .orCalc .calcCnt .cnt .nofix {
  display: none;
}
.orCalc .calcCnt .frmNote {
  font-size: 0.8rem;
}
.orCalc .calcCnt .icoNote {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.orCalc .calcCnt .icoNote p {
  margin-bottom: 0;
}
.orCalc .calcCnt .icoNote:before {
  content: attr(data-icon);
  font-family: "icomoon";
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.orCalc .calcCnt .icoNote.fixed {
  padding-left: 60px;
  align-items: flex-start;
}
.orCalc .calcCnt .icoNote.fixed:before {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 2rem;
}
.orCalc .calcCnt .btnCnt {
  display: block;
  text-align: right;
}
.orCalc .calcCnt table {
  border: 1px solid #ccc;
  font-size: 0.8rem;
}
.orCalc .calcCnt table tr {
  border: 1px solid #ccc;
  color:#555;
}
.orCalc .calcCnt table tr.yearFixed{
color:#000;
}
.orCalc .calcCnt table tr.yr10 .yrBl{
	font-weight:bold;	
}
.orCalc .calcCnt table tr td {
  border: 1px solid #E7EAEB;
  padding: 0.25rem;
}
.orCalc .calcCnt table tr:nth-child(even) {
  background: #E7EAEB;
}
.orCalc .calcCnt table .tblHeader {
  background: #18bbb6 !important;
  color: #fff;
}
.orCalc .calcCnt table .tblHeader td {
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  border: 1px solid #fff;
}
.orCalc .calcCnt table .totals {
  background: #18bbb6 !important;
  color: #fff;
}
.orCalc .calcCnt table .totals .td {
  text-align: left;
  font-weight: normal;
}
.orCalc .frmBtn {
  cursor: pointer;
  margin: 1rem 0;
}
.orCalc .frmBtn.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.orCalc .reportBtn {
  cursor: pointer;
  margin: 1rem 0;
}
.orCalc .form-group {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.orCalc .form-group .label {
  margin-right: 1rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.orCalc .form-group .formField {
  flex-grow: 1;
}
.orCalc .form-group .formField #orCoverageRate {
  margin-top: 1rem;
  display: none;
}
@media screen and (min-width: 992px) {
  .orCalc .form-group .formField #orCoverageRate {
    margin-top: 0;
  }
}
.orCalc #varNote {
  display: none;
}
.orCalc .orIntOptions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.orCalc .orIntOptions [class*=col-] {
  margin-bottom: 1rem;
}
.orCalc .orIntOptions .orIntOption {
  width: 100%;
  height: 100%;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}
.orCalc .orIntOptions .orIntOption:hover {
  cursor: pointer;
}
.orCalc .orIntOptions .orIntOption.active {
  color: #fff;
  background: #14A5A1;
}

@supports (-ms-ime-align: auto) {
  .cntBlock.bgOverlayWhite:before, .cntBlock.bgOverlayGrey:before, #footer .footCnt:before, #footerLp .footCnt:before, .cntBlock.bgOverlaySplit:before, .cntBlock.bgOverlaySplit:after, .pageBanner .banCnt:before {
    display: none;
  }

  .newsItems {
    margin-bottom: 0;
  }

  .page-template-tp-home .blocks :last-child.cntBlock {
    padding-bottom: 2rem;
  }

  #footer, #footerLp {
    margin-top: 0;
    background: #14A5A1;
  }

  .blocks > :last-child.cntBlock, .blocks > p:last-child, .blocks > figure:last-child {
    padding-bottom: 2rem;
  }

  .blocks > :last-child.cntBlock, .blocks > p:last-child, .blocks > figure:last-child {
    margin-bottom: 0;
  }

  .teamSec {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .blocks:first-child p {
    margin-top: 2rem;
  }
}
@media screen and (-ms-high-contrast: none) {
  .cntBlock.bgOverlayWhite:before, .cntBlock.bgOverlayGrey:before, #footer .footCnt:before, #footerLp .footCnt:before, .cntBlock.bgOverlaySplit:before, .cntBlock.bgOverlaySplit:after, .pageBanner .banCnt:before {
    display: none;
  }

  .newsItems {
    margin-bottom: 0;
  }

  .page-template-tp-home .blocks :last-child.cntBlock {
    padding-bottom: 2rem;
  }

  #footer, #footerLp {
    margin-top: 0;
    background: #14A5A1;
  }

  .blocks > :last-child.cntBlock, .blocks > p:last-child, .blocks > figure:last-child {
    padding-bottom: 2rem;
  }

  .blocks > :last-child.cntBlock, .blocks > p:last-child, .blocks > figure:last-child {
    margin-bottom: 0;
  }

  img {
    width: 100%;
    height: auto;
  }

  .footLogo {
    width: 218px;
  }

  .blocks:first-child p {
    margin-top: 2rem;
  }

  .pageBanner .banCnt, .teamPop {
    justify-content: flex-start !important;
  }

  .teamSec {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}
.lawNote{
	font-size:0.88;
	font-style:italic;
	margin-bottom:0.5rem;
	font-weight:bold;
}
.lawFilter{
	display:flex;
	justify-content: space-between;
	margin-bottom:30px;
}
.lawFilter.owl-loaded{
	display:block;
	position:relative;
	width:100%;
	max-width:100%;
	overflow-x:hidden;
}
.lawFilter.owl-loaded .owl-stage{
	display:flex;
}
.lawFilter.owl-loaded .owl-nav button{
	border:none;
	background:none;
	color:#682c75;
	font-size:1.5rem;
	padding:0;
	margin:0 1rem;
}
.lawFilter.owl-loaded .owl-nav button:focus{
	outline:none;
}
.lawFilter .provFilter, .lawFilter .provFilterAll{
	display:inline-block;
	background: rgba(17,54,96,0.5);
	color:#fff;
	padding:0.25rem 0.75rem;
	cursor:pointer;
	font-size:0.88rem;
	border-radius:0.25rem;
}
.lawFilter .provFilter.active, .lawFilter .provFilter:hover, .lawFilter .provFilterAll.active, .lawFilter .provFilterAll:hover{
	background:rgba(17,54,96,1);
}
.lawItems .item{
	margin-bottom:15px;
}
.lawItems .lawItem{
	border:1px solid #333;
	width:100%;
	height:100%;
	text-align:center;
	display:flex;
	flex-direction:column;
}
.lawItems .lawItem .lawIcon{
	font-size:1.5rem;
	margin-bottom:0.25rem;
	color:#9A1C1F;
}
.lawItems .lawItem .lawTtl{
	font-size:0.888rem;
	font-weight:bold;
	margin-bottom:0.75rem;
}
.lawItems .lawItem .lawCnt{
	padding:0.75rem 0.75rem 0 0.75rem;	
	flex-grow:1;
}
.lawItems .lawItem .lawBtn{
	width:100%;
	background: rgba(20,165,161,0.75);
	display:block;
	color:#fff;
	font-weight:bold;
	padding:0.25rem;
	font-size:0.88rem;
}
.lawItems .lawItem .lawBtn:hover{
	text-decoration:none;
	background:rgba(20,165,161,1)
}
.alphabetFilter ul{
	list-style:none;
	margin:0;
	padding:0;
}
.alphabetFilter .alphaFilter{
	cursor:pointer;
	background:rgba(53,80,39,0.8);
	color:#fff;
	font-weight:bold;
	margin:0 0 0.25rem 0;
	padding:0.25rem;
	text-align:center;
	border-radius:0.25rem;
}
.alphabetFilter .alphaFilter:hover, .alphabetFilter .alphaFilter.active{
	background:rgba(53,80,39,1);
}
.alphabetFilter .alphaFilter:before{
	content:none;
}
@media screen and (-ms-high-contrast: none) and (min-width: 992px) {
  .teamSec .teamMember {
    width: 33%;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .cntBlock.bgOverlayWhite:before, .cntBlock.bgOverlayGrey:before, #footer .footCnt:before, #footerLp .footCnt:before, .cntBlock.bgOverlaySplit:before, .cntBlock.bgOverlaySplit:after, .pageBanner .banCnt:before {
      display: none;
    }

    .newsItems {
      margin-bottom: 0;
    }

    .page-template-tp-home .blocks :last-child.cntBlock {
      padding-bottom: 2rem;
    }

    #footer, #footerLp {
      margin-top: 0;
      background: #14A5A1;
    }

    .blocks > :last-child.cntBlock, .blocks > p:last-child, .blocks > figure:last-child {
      padding-bottom: 2rem;
    }

    .blocks > :last-child.cntBlock, .blocks > p:last-child, .blocks > figure:last-child {
      margin-bottom: 0;
    }

    .teamSec {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }

    .blocks:first-child p {
      margin-top: 2rem;
    }
  }
}

/*# sourceMappingURL=custom.css.map */
