/* Plow Digital*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto+Slab:wght@100..900&display=swap");
html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

.blue {
  color: #177DC1;
}

.darkGreen {
  color: #29594D;
}

.lightGreen {
  color: #71AA0F;
}

.bloodhoundYellow {
  color: #FFCD03;
}

.reconnBlue {
  color: #137289;
}

.ontargetGreen {
  color: #0B7544;
}

.bh-teal {
  color: #0D87A5;
}

.bh-orange {
  color: #FA8400;
}

.bh-yellow {
  color: #FFB603;
}

.btn.white {
  background-color: #fff;
  color: #0D87A5;
}
.btn.white:hover {
  background-color: #0b758f;
  color: #fff;
}
.btn.blue {
  background-color: #177DC1;
}
.btn.blue:hover {
  background-color: #00305B;
}
.btn.darkGreen {
  background-color: #29594D;
}
.btn.darkGreen:hover {
  background-color: #1a3a32;
}
.btn.lightGreen {
  background-color: #71AA0F;
}
.btn.lightGreen:hover {
  background-color: #5f8e0f;
}
.btn.bloodhoundYellow {
  background-color: #FFCD03;
  color: #000;
}
.btn.bloodhoundYellow:hover {
  background-color: #000;
  color: #FFCD03;
}
.btn.reconnBlue {
  background-color: #137289;
  color: #fff;
}
.btn.reconnBlue:hover {
  background-color: #0c4d5d;
}
.btn.ontargetGreen {
  background-color: #0B7544;
  color: #fff;
}
.btn.ontargetGreen:hover {
  background-color: #07522f;
}
.btn.bh-teal {
  background-color: #0D87A5;
  color: #fff;
}
.btn.bh-teal:hover {
  background-color: #0a6f88;
}
.btn.bh-orange {
  background-color: #FA8400;
  color: #fff;
}
.btn.bh-orange:hover {
  background-color: #d47103;
}
.btn.bh-yellow {
  background-color: #FFB603;
  color: #fff;
}
.btn.bh-yellow:hover {
  background-color: #E2A40C;
}

.articleContainer .btn.bh-teal {
  background-color: #0D87A5;
  color: #fff;
}
.articleContainer .btn.bh-teal:hover {
  background-color: #0a6f88;
}

.background_darkBlue {
  background-color: #00305B;
}
.background_darkBlue.solidHeaderBackground .container {
  background-color: #00305B;
}

.background_teal {
  background-color: #43908F;
}
.background_teal.solidHeaderBackground .container {
  background-color: #43908F;
}

.background_bloodhoundYellow {
  background-color: #FFCD03;
}
.background_bloodhoundYellow.solidHeaderBackground .container {
  background-color: #FFCD03;
}

.background_reconnBlue {
  background-color: #137289;
}
.background_reconnBlue.solidHeaderBackground .container {
  background-color: #137289;
}

.background_ontargetGreen {
  background-color: #0B7544;
}
.background_ontargetGreen.solidHeaderBackground .container {
  background-color: #0B7544;
}

.interiorHeaderWithOverlay .skewOverlay.blue {
  background: #177DC1;
}
.interiorHeaderWithOverlay .skewOverlay.teal {
  background: #43908F;
}
.interiorHeaderWithOverlay .skewOverlay.black {
  background: #000;
}
.interiorHeaderWithOverlay .skewOverlay.bloodhoundYellow {
  background: #885B01;
}
.interiorHeaderWithOverlay .skewOverlay.reconnBlue {
  background: #137289;
}
.interiorHeaderWithOverlay .skewOverlay.ontargetGreen {
  background: #0B7544;
}

.locationSelectionContainer.pageTabs .locationTab.bloodhoundYellow .tabFlex:after {
  background: #FFCD03;
}
.locationSelectionContainer.pageTabs .locationTab.reconnBlue .tabFlex:after {
  background: #137289;
}
.locationSelectionContainer.pageTabs .locationTab.ontargetGreen .tabFlex:after {
  background: #0B7544;
}
.locationSelectionContainer.pageTabs .locationTab.blue .tabFlex:after {
  background: #177DC1;
}
.locationSelectionContainer.pageTabs .locationTab.darkGreen .tabFlex:after {
  background: #29594D;
}
.locationSelectionContainer.pageTabs .locationTab.lightGreen .tabFlex:after {
  background: #71AA0F;
}

.blue input[type='radio']:checked:after {
  background-color: #177DC1;
  border: 2px solid #177DC1;
}

.darkGreen input[type='radio']:checked:after {
  background-color: #29594D;
  border: 2px solid #29594D;
}

.lightGreen input[type='radio']:checked:after {
  background-color: #71AA0F;
  border: 2px solid #71AA0F;
}

.bloodhoundYellow input[type='radio']:checked:after {
  background-color: #FFCD03;
  border: 2px solid #FFCD03;
}

.reconnBlue input[type='radio']:checked:after {
  background-color: #137289;
  border: 2px solid #137289;
}

.ontargetGreen input[type='radio']:checked:after {
  background-color: #0B7544;
  border: 2px solid #0B7544;
}

input[type='file'] {
  color: #000 !important;
}

.formContainer .bloodhoundYellow .btn {
  background-color: #FFCD03;
  color: #000;
}
.formContainer .bloodhoundYellow .btn:hover {
  background-color: #000;
  color: #FFCD03;
}
.formContainer .reconnBlue {
  background-color: #137289;
  color: #fff;
}
.formContainer .reconnBlue:hover {
  background-color: #0c4d5d;
}
.formContainer .ontargetGreen {
  background-color: #0B7544;
  color: #fff;
}
.formContainer .ontargetGreen:hover {
  background-color: #07522f;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  transition: none !important;
  background: #E4E4E4;
}

html.with-scrollbarComp {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-scrollbarComp .hide-scrollbar {
  padding-right: 16px;
  width: auto;
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.pageWrap {
  max-width: 2200px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

::selection {
  background: #39a2e8;
  color: #fff;
}

::-moz-selection {
  background: #39a2e8;
  color: #fff;
}

.inner {
  padding: 10% 8%;
  position: relative;
  z-index: 2;
}

strong, b {
  font-weight: 600;
}

sup {
  font-size: .6em;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

h1 {
  font-family: 'Roboto Slab', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.9375rem;
  line-height: 1.1;
  margin: 8px 0 35px;
}

h2 {
  font-family: 'Roboto Slab', serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.625rem;
  line-height: 1.3;
  margin: 0px 0 40px;
}

.copyWrap h2 {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h3 {
  font-family: 'Roboto Slab', serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.1875rem;
  line-height: 1.3;
  margin: 10px 0 30px;
}

h4 {
  font-family: 'Roboto Slab', serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.4;
  margin: 10px 0 20px;
}

p, ul, ol {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.9;
  margin-bottom: 40px;
}
p a, ul a, ol a {
  color: inherit;
  transition: .15s ease;
}
p a:hover, ul a:hover, ol a:hover {
  color: #033046;
}

ul, ol {
  margin: 30px 0 30px 25px;
}

ol {
  margin-left: 0 !important;
}
ol li {
  list-style: none;
  position: relative;
  padding-left: 50px;
}
ol li:before {
  content: counter(list-item);
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  background-color: #71AA0F;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}

ul li, ol li {
  padding-bottom: 8px;
}
ul li:last-of-type, ol li:last-of-type {
  padding-bottom: 0;
}

p.listLabel {
  margin-bottom: 5px;
}

ul.hasLabel {
  margin-top: 0;
}

.smlTitle {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.4375rem;
  letter-spacing: .025em;
  color: #000;
}

.btn {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.3125rem;
  letter-spacing: .03em;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  padding: 15px 45px;
  line-height: 1.4;
  transition: color .2s ease, background-color .2s ease;
  text-align: center;
  background-color: #177DC1;
  cursor: pointer;
  outline: none;
  border: none;
}
.btn:hover {
  background-color: #00305B;
}

header {
  position: relative;
  z-index: 3;
}

nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: 1;
  margin-right: 45px;
}
nav ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
nav ul li:last-of-type a {
  margin-right: 0;
  padding-right: 0;
}
nav ul li a {
  display: inline-block;
  color: #023047;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 5px 5px 0;
  position: relative;
  padding-bottom: 10px;
  font-size: 1.25rem;
  transition: none;
}
nav ul li a:hover {
  color: #023047;
}
nav ul li:hover:after, nav ul li:hover ul.subnav {
  display: block;
}
nav ul li:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #d47103;
}
nav ul li.active-desktop-menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #d47103;
}
nav ul li ul.subnav {
  position: absolute;
  top: 100%;
  background: #f5f5f5;
  display: none;
  padding: 10px 0;
  margin-left: -15px;
}
nav ul li ul.subnav li {
  padding-bottom: 0;
  width: 100%;
  list-style: none;
  margin-right: 0;
}
nav ul li ul.subnav li a {
  font-size: 0.875rem;
  padding: 15px 17px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  font-weight: 500;
  color: #000;
}
nav ul li ul.subnav li a:hover, nav ul li ul.subnav li a.active-desktop-sub-menu-item {
  text-stroke: .5px #000;
  -webkit-text-stroke: .5px #000;
}
nav ul li ul.subnav li a:after {
  display: none;
}
nav ul li ul.subnav li:hover:after {
  display: none;
}

.template-home ul.subnav {
  background: #fff;
}
.template-home nav ul li a {
  color: #fff;
}

.headerBanner {
  background: #fff;
}
.headerBanner .bannerLinks {
  display: flex;
  justify-content: flex-end;
}
.headerBanner .bannerLinks a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8125rem;
  color: #fff;
  padding: 17px 20px;
  font-weight: 600;
  line-height: 1;
  min-width: 200px;
  box-sizing: border-box;
  border-radius: 0;
  letter-spacing: .025em;
}
.headerBanner .bannerLinks a:last-of-type {
  margin-left: 8px;
}

.headerMain {
  position: absolute;
  top: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
}
.headerMain .headerLogo {
  width: 200px;
  margin-top: -32px;
}
.headerMain .stickyLogo {
  display: none;
}

nav.mainNav {
  margin-top: 20px;
}

body.activateStickyHeader {
  padding-top: 40px;
}
body.activateStickyHeader header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  max-width: 2200px;
  margin: 0 auto;
}
body.activateStickyHeader .headerMain {
  background: #fff;
  position: relative;
  top: 0;
  border-bottom: 1px solid #000;
  padding: 10px 45px;
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: right;
  align-items: center;
}
body.activateStickyHeader .headerMain:after {
  content: "";
  display: table;
  clear: both;
}
body.activateStickyHeader .headerMain .headerLogo {
  background: #fff;
  padding: 0 50px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 420px;
  height: 84px;
  display: flex;
  align-items: center;
}
body.activateStickyHeader .headerMain .mainNav {
  float: right;
  margin-top: 0;
}
body.activateStickyHeader .headerMain .defaultLogo {
  display: none;
}
body.activateStickyHeader .headerMain .stickyLogo {
  display: block;
}
body.activateStickyHeader nav ul li a {
  color: #000;
  font-weight: 600;
  font-size: 0.9375rem;
  padding-bottom: 14px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
body.activateStickyHeader nav ul li a:after {
  content: attr(data-text);
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: 700;
}
body.activateStickyHeader nav ul li:hover:after {
  display: none;
}
body.activateStickyHeader nav ul li ul.subnav {
  background: #f5f5f5;
  min-width: 190px;
}
body.activateStickyHeader nav ul li ul.subnav a {
  color: #000;
  padding: 15px 17px;
}
body.activateStickyHeader nav ul li ul.subnav a:hover {
  text-stroke: .5px #000;
  -webkit-text-stroke: .5px #000;
}
body.activateStickyHeader .headerBanner .bannerLinks a:last-of-type {
  border: none;
}
body.activateStickyHeader .headerBanner .bannerLinks a:hover {
  font-weight: 700;
}

.activateStickyHeader nav ul li.active-desktop-menu-item:after {
  display: none;
}
.activateStickyHeader nav ul li.active-desktop-menu-item a {
  font-weight: 700;
}
.activateStickyHeader nav ul.subnav a.active-desktop-sub-menu-item {
  color: #000;
  font-weight: 500;
}
.activateStickyHeader .headerBanner .bannerLinks a {
  padding: 12px 20px;
}

.activateStickyHeader nav ul li.active-desktop-menu-item .subnav a {
  font-weight: 400;
}

.module_fullWidthLargeHeader {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.module_fullWidthLargeHeader .largeHeaderImage {
  object-fit: cover;
  height: 100%;
  object-position: center top;
}
.module_fullWidthLargeHeader .container:before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 50%;
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 6%, rgba(0, 3, 20, 0.4824054622) 83%);
  pointer-events: none;
  top: 0;
}

.largeHeaderImage {
  position: absolute;
  z-index: 1;
}

.interiorHeaderWithOverlay .inner {
  position: relative;
  padding: 200px 60px 0 260px;
}
.interiorHeaderWithOverlay .skewOverlay {
  display: block;
  width: 55%;
  background: #177DC1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
  opacity: .45;
  transform: skewX(15deg);
  margin-left: -100px;
}

.heroContentBlock {
  color: #000;
  max-width: 1200px;
  position: relative;
  z-index: 3;
}
.heroContentBlock .smlTitle {
  font-weight: 600;
  color: #71AA0F;
}
.heroContentBlock .smlTitle.blue {
  color: #177DC1;
}
.heroContentBlock .smlTitle.darkGreen {
  color: #29594D;
}
.heroContentBlock .smlTitle.lightGreen {
  color: #71AA0F;
}
.heroContentBlock .smlTitle.bloodhoundYellow {
  color: #FFCD03;
}
.heroContentBlock .smlTitle.reconnBlue {
  color: #137289;
}
.heroContentBlock .smlTitle.ontargetGreen {
  color: #0B7544;
}
.heroContentBlock p {
  font-weight: 500;
}
.heroContentBlock.centerContent {
  text-align: center;
  width: 75%;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 0;
}
.heroContentBlock.centerContent h1 {
  font-weight: 400;
  font-size: 5rem;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.heroContentBlock.centerContent p {
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 1.5625rem;
  color: #fff;
}

.interiorHeaderWithOverlay .heroContentBlock .smlTitle {
  color: #000;
}

.flexBtn {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
}
.flexBtn span {
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  margin-top: 6px;
  letter-spacing: .02em;
}
.flexBtn .playButton span {
  margin-top: 0;
}
.flexBtn .playButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  position: relative;
}
.flexBtn .playButton .playIcon {
  width: 40px;
  position: absolute;
  margin-right: -5px;
  transition: transform .5s ease-in-out;
  transition-delay: .05s;
  margin-right: -10px;
}
.flexBtn .playButton .playRing {
  width: 100%;
  transition: transform .6s ease-in-out;
}
.flexBtn .playButton:hover .playRing {
  transform: rotate(180deg);
}
.flexBtn .playButton:hover .playIcon {
  transform: scale(1.15);
}

.flexBtn .playButton {
  transform: scale(0.8);
}

.animatedRing {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  transform: rotate(45deg);
}
.animatedRing:hover span:before {
  transition: opacity .2s ease-in;
  opacity: 0;
  animation: animateDots .4s ease-in forwards;
  animation-delay: calc(var(--n) * 0.03s);
}
@keyframes animateDots {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: .5;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animatedRing span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  transform: rotate(calc(var(--n) * 18deg));
  transform-origin: 0 70px;
  display: inline !important;
}
.animatedRing span:nth-of-type(1):before {
  content: "";
  background: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(2):before {
  content: "";
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(3):before {
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(4):before {
  content: "";
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(5):before {
  content: "";
  background: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(6):before {
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(7):before {
  content: "";
  background: #fff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(8):before {
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(9):before {
  content: "";
  background: #fff;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(10):before {
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(11):before {
  content: "";
  background: #fff;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(12):before {
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(13):before {
  content: "";
  background: #fff;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(14):before {
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(15):before {
  content: "";
  background: #fff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(16):before {
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(17):before {
  content: "";
  background: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(18):before {
  content: "";
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(19):before {
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(20):before {
  content: "";
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
}

.module_fullWidthSlant {
  position: relative;
  display: flex;
  background: #fff;
  z-index: 2;
}
.module_fullWidthSlant.border {
  border-bottom: 2px solid #707070;
}
.module_fullWidthSlant h4 {
  margin: 80px 0 20px;
}
.module_fullWidthSlant h4:first-of-type {
  margin-top: 40px;
}
.module_fullWidthSlant .swiper {
  width: 55%;
}
.module_fullWidthSlant .swiper .slantImg {
  width: 100%;
  height: 100%;
}
.module_fullWidthSlant ul {
  direction: rtl;
}

.slantImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 35%;
}

.logoSlant .slantImg {
  background: #02566A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logoSlant .slantImg img {
  width: 35%;
  margin-left: 25%;
}

.slantContent {
  width: 45%;
  padding: 6% 8% 8% 4%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: end;
}
.slantContent:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: -169px;
  width: 100%;
  background: #fff;
  transform: skewX(-15deg);
}
.slantContent .copyWrap {
  position: relative;
  z-index: 2;
  text-align: right;
  max-width: 840px;
}
.slantContent .copyWrap .serviceIcon {
  float: right;
}
.slantContent .copyWrap .btn {
  margin-top: 50px;
  display: block;
  float: right;
  clear: both;
}
.slantContent .copyWrap:after {
  content: "";
  display: table;
  clear: both;
}
.slantContent .copyWrap .smlTitle, .slantContent .copyWrap h1, .slantContent .copyWrap h2, .slantContent .copyWrap h3, .slantContent .copyWrap h4, .slantContent .copyWrap h5, .slantContent .copyWrap p, .slantContent .copyWrap ul, .slantContent .copyWrap ol, .slantContent .copyWrap span {
  display: block;
  clear: both;
}

.slantContent .copyWrap a {
  text-decoration: none;
}

.slantContent .copyWrap a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.slantContent .copyWrap p:last-of-type,
.copyWrap p:last-of-type {
  margin-bottom: 0px;
}

.module_fullWidthSlant.reverse {
  flex-direction: row-reverse;
}
.module_fullWidthSlant.reverse .slantContent {
  justify-content: flex-start;
  padding: 5% 4% 5% 8%;
  background: #FA8400;
}
.module_fullWidthSlant.reverse .slantContent:before {
  display: none;
}
.module_fullWidthSlant.reverse .slantContent:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  right: -169px;
  width: 100%;
  background: #FA8400;
  transform: skewX(-15deg);
}
.module_fullWidthSlant.reverse .slantContent .copyWrap {
  text-align: left;
  color: #fff;
}
.module_fullWidthSlant.reverse .slantContent .copyWrap .btn {
  float: left;
}
.module_fullWidthSlant.reverse ul {
  direction: ltr;
}
.module_fullWidthSlant.reverse .serviceIcon {
  float: left;
}
.module_fullWidthSlant.reverse.tealBG .slantContent {
  background: #219DBB;
}
.module_fullWidthSlant.reverse.tealBG .slantContent:after {
  background: #219DBB;
}
.module_fullWidthSlant.reverse.tealBG .slantContent:before {
  background: #219DBB;
}
.module_fullWidthSlant.reverse.tealBG .slantContent, .module_fullWidthSlant.reverse.orangeBG .slantContent, .module_fullWidthSlant.reverse.yellowBG .slantContent, .module_fullWidthSlant.reverse.whiteBG .slantContent, .module_fullWidthSlant.reverse.lightBlueBG .slantContent {
  background: #E0F0F8;
}
.module_fullWidthSlant.reverse.tealBG .slantContent .copyWrap, .module_fullWidthSlant.reverse.orangeBG .slantContent .copyWrap, .module_fullWidthSlant.reverse.yellowBG .slantContent .copyWrap, .module_fullWidthSlant.reverse.whiteBG .slantContent .copyWrap, .module_fullWidthSlant.reverse.lightBlueBG .slantContent .copyWrap {
  color: #023047;
}
.module_fullWidthSlant.reverse.tealBG .slantContent .textBtn span, .module_fullWidthSlant.reverse.orangeBG .slantContent .textBtn span, .module_fullWidthSlant.reverse.yellowBG .slantContent .textBtn span, .module_fullWidthSlant.reverse.whiteBG .slantContent .textBtn span, .module_fullWidthSlant.reverse.lightBlueBG .slantContent .textBtn span {
  color: #023047;
}
.module_fullWidthSlant.reverse.tealBG .slantContent .textBtn .textBtn-caret, .module_fullWidthSlant.reverse.orangeBG .slantContent .textBtn .textBtn-caret, .module_fullWidthSlant.reverse.yellowBG .slantContent .textBtn .textBtn-caret, .module_fullWidthSlant.reverse.whiteBG .slantContent .textBtn .textBtn-caret, .module_fullWidthSlant.reverse.lightBlueBG .slantContent .textBtn .textBtn-caret {
  stroke: #023047;
}
.module_fullWidthSlant.reverse.tealBG .slantContent .textBtn:hover span, .module_fullWidthSlant.reverse.orangeBG .slantContent .textBtn:hover span, .module_fullWidthSlant.reverse.yellowBG .slantContent .textBtn:hover span, .module_fullWidthSlant.reverse.whiteBG .slantContent .textBtn:hover span, .module_fullWidthSlant.reverse.lightBlueBG .slantContent .textBtn:hover span {
  color: #165d81;
}
.module_fullWidthSlant.reverse.tealBG .slantContent .textBtn:hover .textBtn-caret, .module_fullWidthSlant.reverse.orangeBG .slantContent .textBtn:hover .textBtn-caret, .module_fullWidthSlant.reverse.yellowBG .slantContent .textBtn:hover .textBtn-caret, .module_fullWidthSlant.reverse.whiteBG .slantContent .textBtn:hover .textBtn-caret, .module_fullWidthSlant.reverse.lightBlueBG .slantContent .textBtn:hover .textBtn-caret {
  stroke: #165d81;
}
.module_fullWidthSlant.reverse.tealBG .slantContent:before, .module_fullWidthSlant.reverse.orangeBG .slantContent:before, .module_fullWidthSlant.reverse.yellowBG .slantContent:before, .module_fullWidthSlant.reverse.whiteBG .slantContent:before, .module_fullWidthSlant.reverse.lightBlueBG .slantContent:before {
  background: #E0F0F8;
}
.module_fullWidthSlant.reverse.tealBG .slantContent:after, .module_fullWidthSlant.reverse.orangeBG .slantContent:after, .module_fullWidthSlant.reverse.yellowBG .slantContent:after, .module_fullWidthSlant.reverse.whiteBG .slantContent:after, .module_fullWidthSlant.reverse.lightBlueBG .slantContent:after {
  background: #E0F0F8;
}

.slantContent .textBtn {
  color: #fff;
  margin: 40px 0 0px;
}
.slantContent .textBtn .textBtn-caret {
  stroke: #fff;
}
.slantContent .textBtn:hover span {
  color: #033046;
}
.slantContent .textBtn:hover .textBtn-caret {
  stroke: #033046;
}

.slantContent .copyWrap a.textBtn {
  border: none;
}

.slantContent .copyWrap a.textBtn:hover {
  border: none;
}

.module_fullWidthSlant.grayBackground {
  background: #ECECEF;
}
.module_fullWidthSlant.grayBackground .slantContent:after, .module_fullWidthSlant.grayBackground .slantContent:before {
  background: #ECECEF;
}

.serviceIcon {
  max-width: 150px;
  margin-bottom: 40px;
}

.iconGrid {
  position: relative;
  padding-bottom: 2%;
  background: #FA8400;
  color: #fff;
}
.iconGrid:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -100px;
  left: 0;
  height: 200px;
  width: 100%;
  background: #FA8400;
  transform: skewY(-4deg);
}

.radialIcon {
  background: #fff;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  margin: 0 auto;
  position: absolute;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background .6s ease;
}
.radialIcon img {
  width: 50%;
  position: relative;
}
.radialIcon span:first-of-type {
  font-weight: 800;
  font-size: 1.3125rem;
  font-family: 'Roboto Slab', serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #023047;
}
.radialIcon span:last-of-type {
  text-transform: uppercase;
  color: #023047;
  font-weight: 600;
  font-size: 0.5625rem;
  letter-spacing: .03em;
  margin-top: 5px;
}

.twoColumnContent .animatedRing span:before, .gridFlex .animatedRing span:before {
  background: #fff !important;
}

.hoverRing {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  width: 140px;
  height: 140px;
  opacity: 1;
  transition: opacity .6s ease;
}
.hoverRing span:before {
  opacity: 0;
}

.iconFlexContainer {
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(2);
}

.twoColumnContent .iconFlexContainer {
  transform: scale(1.8);
}

.twoColumnContent .iconFlexContainer .radialIcon {
  background: #95C93D;
}

.twoColumnContent .iconFlexContainer:hover .radialIcon {
  background: #95C93D;
}

.twoColumnContent .iconFlexContainer:hover .hoverRing span:before {
  transition: opacity .2s ease-in;
  opacity: 0;
  animation: animateDots .4s ease-in forwards;
  animation-delay: calc(var(--n) * 0.03s);
}

.twoColumnContent .colFlex .col:last-of-type .iconFlexContainer img {
  width: 75%;
}

.gridFlex {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  align-items: center;
}
.gridFlex .gridBlock {
  padding: 4%;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #000;
  position: relative;
}
.gridFlex .gridBlock:nth-of-type(2) .blockCopy {
  max-width: 225px;
  margin: 0 auto;
}
.gridFlex .gridBlock:nth-of-type(3) .radialIcon img {
  margin-top: 6px;
}
.gridFlex .gridBlock:nth-of-type(4) .radialIcon img {
  width: 60%;
}
.gridFlex .gridBlock span {
  display: block;
}
.gridFlex .gridBlock .blockLabel {
  font-family: 'Roboto Slab';
  font-size: 3.125rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1;
  color: #fff;
}
.gridFlex .gridBlock .blockCopy {
  font-size: 1.3125rem;
  line-height: 1.4;
  color: #fff;
  padding-top: 35px;
  max-width: 230px;
  margin: 0 auto;
}
.gridFlex .gridBlock:hover .hoverRing span:before {
  transition: opacity .2s ease-in;
  opacity: 0;
  animation: animateDots .4s ease-in forwards;
  animation-delay: calc(var(--n) * 0.03s);
}
.gridFlex .gridCopyBlock {
  min-width: 360px;
  max-width: 360px;
  margin-right: 10%;
}

.parallaxVideo {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.parallaxVideo video {
  display: block;
  width: 100%;
}

.fullWidthVideo video {
  display: block;
  width: 100%;
}

.threeColumnSlant {
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 3;
  -webkit-backface-visibility: hidden;
}
.threeColumnSlant .slantBlock {
  transform: skewX(-15deg);
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.threeColumnSlant .slantBlock .slantBlockCopy {
  transform: skewX(15deg);
  padding: 50px 40px 100px;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  text-decoration: none;
  color: #000;
  max-width: 600px;
  margin: 0 auto;
}
.threeColumnSlant .slantBlock .slantBlockCopy p {
  font-size: 0.9375rem;
  line-height: 2;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.threeColumnSlant .slantBlock .slantBlockCopy:hover .readMore {
  border-bottom: 2px solid #000;
}
.threeColumnSlant .slantBlock:nth-of-type(1) {
  margin-left: -155px;
  width: 50%;
}
.threeColumnSlant .slantBlock:nth-of-type(1) .slantBlockHeader {
  background: #0D87A5;
}
.threeColumnSlant .slantBlock:nth-of-type(1) .slantBlockCopy {
  width: 96%;
  padding-left: 260px;
}
.threeColumnSlant .slantBlock:nth-of-type(2) {
  width: 42%;
}
.threeColumnSlant .slantBlock:nth-of-type(2) .slantBlockHeader {
  background: #219DBB;
}
.threeColumnSlant .slantBlock:nth-of-type(2) .slantBlockCopy {
  padding-left: 15%;
  width: 95%;
}
.threeColumnSlant .slantBlock:nth-of-type(3) {
  margin-right: -85px;
  width: 52.1%;
}
.threeColumnSlant .slantBlock:nth-of-type(3) .slantBlockHeader {
  background: #02566A;
}
.threeColumnSlant .slantBlock:nth-of-type(3) .slantBlockCopy {
  width: 91%;
  padding-left: 13%;
}
.threeColumnSlant .slantBlock .slantBlockTitle {
  display: block;
  position: relative;
  z-index: 2;
  color: #fff;
  width: 50%;
  margin: 0 auto;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  margin-bottom: 40px;
}
.threeColumnSlant .slantBlock:after {
  content: "";
  display: block;
  width: 1px;
  background: #707070;
  position: absolute;
  right: 0;
  bottom: 15%;
  height: 120px;
}
.threeColumnSlant .slantBlock:last-of-type:after {
  display: none;
}
.threeColumnSlant .slantBlockHeader {
  height: 30vw;
  max-height: 576px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.threeColumnSlant .slantBlockHeader .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: skewX(15deg);
}
.threeColumnSlant .slantBlockHeader img {
  width: 130%;
  position: absolute;
  left: -12%;
  top: 0;
  transition: width .6s ease;
}
.threeColumnSlant .slantBlockHeader:hover img {
  width: 140%;
}

.radialImage {
  min-width: 270px;
  max-width: 270px;
  min-height: 270px;
  max-height: 270px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.radialImage:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1);
  transition: transform .2s ease-out;
}
.radialImage:hover:after {
  transform: scale(1.15);
}

.innerRadial {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.readMore {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75rem;
  display: block;
  float: left;
  margin-top: 30px;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  transition: border-bottom .4s ease;
}

footer {
  background: #023047;
  position: relative;
  z-index: 4;
  color: #fff;
  padding: 4% 2% 3% 8%;
}
footer .counterSkew {
  display: flex;
}
footer .socialLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
}
footer .socialLinks a {
  display: inline-block;
  margin-right: 20px;
  transform: scale(1.1);
}
footer .socialLinks a .iconHover {
  transition: fill .4s ease;
}
footer .socialLinks a:hover .iconHover {
  fill: #FA8400;
}
footer .socialLinks a:last-of-type {
  margin-right: 0;
}

.footerLogoContainer {
  margin-right: 10%;
  width: 170px;
}

ul.footerNav {
  margin: 0 0 60px 0;
  padding: 0;
}
ul.footerNav li {
  list-style: none;
  display: inline-block;
  margin-right: 35px;
  padding: 0;
}
ul.footerNav li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.25rem;
  transition: color .4s ease;
}
ul.footerNav li a:hover {
  color: #FA8400;
}
ul.footerNav li:last-of-type {
  margin-right: 0;
}

.footerMiddleRow {
  display: flex;
  margin-bottom: 30px;
}
.footerMiddleRow span, .footerMiddleRow a {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s ease;
  line-height: 1.7;
}
.footerMiddleRow a:hover {
  color: #FA8400;
}
.footerMiddleRow .footerAddress {
  margin-right: 30px;
  min-width: 500px;
}
.footerMiddleRow .directionsLink {
  margin-right: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #8DC9E5;
}
.footerMiddleRow .footerPhone {
  font-weight: 800;
}

.footerBottomRow span, .footerBottomRow a {
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
}
.footerBottomRow span {
  margin-right: 50px;
}
.footerBottomRow a:hover {
  text-decoration: underline;
}

.backToTopButton {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: opacity .4s ease;
  width: 80px;
}
.backToTopButton:hover {
  opacity: .8;
}

.module_cardGridContainer {
  background: #219DBB;
  color: #fff;
  position: relative;
}
.module_cardGridContainer .inner {
  padding-top: 6%;
  max-width: 1188px;
  margin: 0 auto;
}
.module_cardGridContainer .inner .copyWrap {
  padding-bottom: 60px;
  width: 90%;
}
.module_cardGridContainer h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}

.heroContentBlock:not(.centerContent) h1 {
  margin-bottom: 0;
}

.cardGrid {
  background: #fff;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: hidden;
  width: 100%;
}
.cardGrid .card {
  padding: 40px 20px 40px 40px;
  position: relative;
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
}
.cardGrid .card h4 {
  font-weight: 600;
}
.cardGrid .card .flexgrp, .cardGrid .card .readMore {
  z-index: 2;
}
.cardGrid .card .flexgrp {
  width: 100%;
}
.cardGrid .card .flexgrp h1, .cardGrid .card .flexgrp h2, .cardGrid .card .flexgrp h2, .cardGrid .card .flexgrp h3, .cardGrid .card .flexgrp h4, .cardGrid .card .flexgrp a, .cardGrid .card .flexgrp p, .cardGrid .card .flexgrp span, .cardGrid .card .flexgrp ul, .cardGrid .card .flexgrp ol {
  position: relative;
  z-index: 3;
}
.cardGrid .card .flexgrp:after {
  content: "";
  background: none;
  transition: background .3s ease-out;
}
.cardGrid .card:before {
  content: "";
  display: block;
  width: 250px;
  height: 2px;
  background: #DFDFE0;
  position: absolute;
  left: 20%;
  top: 0;
}
.cardGrid .card:after {
  content: "";
  display: block;
  width: 2px;
  height: 250px;
  background: #DFDFE0;
  position: absolute;
  right: 0;
  top: 20%;
  transition: background .3s ease-out;
}
.cardGrid .card p {
  font-size: 0.9375rem;
  margin-bottom: 10px;
  width: 90%;
}
.cardGrid .card:nth-of-type(1), .cardGrid .card:nth-of-type(2), .cardGrid .card:nth-of-type(3) {
  padding-top: 50px;
}
.cardGrid .card:nth-of-type(1):before, .cardGrid .card:nth-of-type(2):before, .cardGrid .card:nth-of-type(3):before {
  display: none;
}
.cardGrid .card:nth-child(3n+3):after {
  display: none;
}
.cardGrid .card:nth-of-type(4), .cardGrid .card:nth-of-type(5), .cardGrid .card:nth-of-type(6) {
  padding-bottom: 60px;
}
.cardGrid .card:nth-of-type(5):after {
  display: none;
}
.cardGrid .card:hover {
  color: #fff;
}
.cardGrid .card:hover .flexgrp:after {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #FA8400;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.cardGrid .card:hover .readMore {
  color: #fff;
}
.cardGrid .card span {
  display: block;
}
.cardGrid .indexLayer {
  position: relative;
  z-index: 3;
}
.cardGrid .card_thumb {
  width: 100%;
  height: 14vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #E2E2E2;
  border-radius: 6px;
  margin-bottom: 20px;
}
.cardGrid .card_tagName {
  font-size: 0.9375rem;
  color: #7F7C7F;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .025em;
  margin-bottom: 10px;
}
.cardGrid .card_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.cardGrid .card_date {
  font-size: 0.9375rem;
  line-height: 1.2;
}

@media (hover: none) {
  .cardGrid .card:hover, .cardGrid .card:hover .readMore {
    color: #fff;
    color: #000;
  }

  .cardGrid .card:hover .flexgrp:after {
    background: none;
  }
}
.module_sliderBoxes {
  background: #fff;
  position: relative;
  z-index: 2;
}

.sliderBox {
  display: flex;
  align-items: center;
  padding: 5% 8%;
  text-decoration: none;
  color: #000;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.sliderBox:before {
  content: "";
  display: block;
  width: 100%;
  background: #7F7C7F;
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
}
.sliderBox:after {
  content: "";
  display: block;
  width: 500px;
  background: #71AA0F;
  height: 100%;
  position: absolute;
  transform: skewX(-15deg);
  left: 105%;
  top: 0;
  z-index: 2;
  transition: left .3s ease-in-out;
}
.sliderBox.bloodhoundYellow:after {
  background: #FFCD03;
}
.sliderBox.reconnBlue:after {
  background: #137289;
}
.sliderBox.ontargetGreen:after {
  background: #0B7544;
}
.sliderBox div {
  position: relative;
  z-index: 3;
}
.sliderBox .sliderCaret {
  min-width: 43px;
  max-width: 43px;
}
.sliderBox .sliderCaret svg {
  width: 100%;
  height: auto;
}
.sliderBox .imgWrap {
  margin-right: 60px;
  min-width: 150px;
  max-width: 150px;
}
.sliderBox .imgWrap img {
  filter: grayscale(1);
  transition: filter .2s ease-in-out;
}
.sliderBox .copyWrap {
  margin-right: 80px;
  width: 100%;
}
.sliderBox p {
  padding: 0;
  margin: 0;
}
.sliderBox .sliderCaret .icon_feather-chevron-right {
  transition: stroke .2s ease-in-out, stroke-width .2s ease-in-out;
}
.sliderBox:hover .imgWrap img {
  filter: grayscale(0);
}
.sliderBox:hover:after {
  left: 86%;
}
.sliderBox:hover .sliderCaret .icon_feather-chevron-right {
  stroke: #fff;
  stroke-width: 3px;
}

.fancybox__slide {
  padding: 20px;
}

.animatedLoad {
  position: relative;
  -webkit-animation: textFade 1s;
  -webkit-animation-fill-mode: forwards;
  animation: textFade 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: .2s;
}

@-webkit-keyframes textFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes textFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.animate.activate {
  opacity: 1;
}

.animateDelay_100 {
  animation-delay: .1s;
}

.animateDelay_200 {
  animation-delay: .3s;
}

.animateDelay_300 {
  animation-delay: .3s;
}

.animateDelay_400 {
  animation-delay: .4s;
}

.animateDelay_500 {
  animation-delay: .5s;
}

.fullWidthContent {
  color: #000;
  position: relative;
  background: #fff;
}
.fullWidthContent:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -100px;
  left: 0;
  height: 200px;
  width: 100%;
  background: #fff;
  transform: skewY(5deg);
}
.fullWidthContent .inner {
  padding-top: .1%;
  padding-bottom: 2%;
  max-width: 1260px;
  margin: 0 auto;
}
.fullWidthContent .copyWrap .btn {
  display: inline-block;
  margin: 30px auto;
  box-sizing: border-box;
}
.fullWidthContent.noSlant:before {
  display: none;
}
.fullWidthContent.noSlant .inner {
  padding-top: 5%;
  padding-bottom: 5%;
}
.fullWidthContent.slantReverse:before {
  transform: skewY(5deg);
}

.inner.small {
  max-width: 1260px;
  margin: 0 auto;
}

.fullWidthContent.noPadding .inner {
  padding-top: 0;
  padding-bottom: 0;
}
.fullWidthContent img.desktop {
  display: block;
}
.fullWidthContent img.mobile {
  display: none;
}

.fullWidthButtonWrap {
  display: flex;
  align-items: center;
}

.twoColumnContent {
  background: #fff;
  position: relative;
}
.twoColumnContent h4 {
  margin-top: 0;
}
.twoColumnContent .inner {
  padding-top: 4%;
  padding-bottom: 4%;
}
.twoColumnContent .inner .btn {
  display: block;
  float: left;
  clear: both;
}
.twoColumnContent .inner .btn:nth-of-type(1) {
  margin-top: 50px;
  margin-bottom: 20px;
}
.twoColumnContent .inner .col:after {
  content: "";
  display: table;
  clear: both;
}
.twoColumnContent .colFlex {
  display: flex;
  align-items: center;
}
.twoColumnContent .colFlex .col:first-of-type {
  width: 35%;
  margin-right: 10%;
  max-width: 650px;
}
.twoColumnContent .colFlex .col:last-of-type {
  width: 65%;
}
.twoColumnContent .colFlex .col:last-of-type img {
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}
.twoColumnContent .imageLabel {
  margin: 50px auto 0;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 1.5;
  max-width: 300px;
}
.twoColumnContent.reverse .colFlex {
  flex-direction: row-reverse;
}
.twoColumnContent.reverse .colFlex .col:first-of-type {
  margin-left: 5%;
  margin-right: 0;
}

.footnoteContainer {
  padding-top: 0;
}
.footnoteContainer .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footnoteContainer p, .footnoteContainer span, .footnoteContainer ul, .footnoteContainer ol {
  font-size: 1rem;
}
.footnoteContainer p, .footnoteContainer ul, .footnoteContainer ol {
  margin-bottom: 20px;
}
.footnoteContainer p li, .footnoteContainer ul li, .footnoteContainer ol li {
  padding-bottom: 10px;
}
.footnoteContainer ul, .footnoteContainer ol {
  margin: 20px 0 20px 20px;
}

.fullWidthQuote {
  background: #DFDFE0;
  z-index: 2;
  position: relative;
}
.fullWidthQuote .inner {
  padding-top: 6%;
  padding-bottom: 6%;
}
.fullWidthQuote .inner:after {
  content: '';
  display: table;
  clear: both;
}
.fullWidthQuote .quote {
  text-align: center;
  display: block;
  font-family: 'Roboto Slab';
  font-size: 3rem;
  color: #7F7C7F;
  line-height: 1.2;
}
.fullWidthQuote .quote:before {
  content: '';
  display: inline-block;
  color: #fff;
  width: 35px;
  height: 28px;
  background: url(../bh-images/archerQuote.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: -20px;
  margin-right: 20px;
}
.fullWidthQuote .attribution {
  float: right;
  display: block;
  margin: 30px 40px 0 0;
  color: #7F7C7F;
  font-weight: 600;
  font-size: 1.375rem;
  font-style: italic;
  text-align: right;
}

.newsMainContainer {
  background: #fff;
  position: relative;
}
.newsMainContainer:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -100px;
  left: 0;
  height: 200px;
  width: 100%;
  background: #fff;
  transform: skewY(-5deg);
}
.newsMainContainer .inner {
  padding: 0 0 30px;
  z-index: 3;
}

.newsFilters {
  position: absolute;
  top: 0;
  right: 8%;
}
.newsFilters .flexgrp {
  display: flex;
}

.newsMainContainer .newsSwiperContainer .swiper {
  overflow-y: visible;
}
.newsMainContainer .newsSwiperContainer .swiper-wrapper {
  min-height: 30vw;
}
.newsMainContainer .newsSwiperContainer .swiper-button-next, .newsMainContainer .newsSwiperContainer .swiper-button-prev {
  color: #fff;
  top: auto;
  bottom: 50px;
  transition: color .25s ease-out;
}
.newsMainContainer .newsSwiperContainer .swiper-button-next:hover, .newsMainContainer .newsSwiperContainer .swiper-button-prev:hover {
  color: #71AA0F;
}
.newsMainContainer .newsSwiperContainer .swiper-button-next {
  right: 40px;
}
.newsMainContainer .newsSwiperContainer .swiper-button-prev {
  display: none;
}
.newsMainContainer .newsSwiperContainer .swiper-pagination {
  bottom: -50px !important;
  right: 0;
  display: block;
  margin: 0 auto;
}
.newsMainContainer .newsSwiperContainer .swiper-pagination .swiper-pagination-bullet {
  background: #C6C6C6;
}
.newsMainContainer .newsSwiperContainer .swiper-pagination .swiper-pagination-bullet-active {
  background: #71AA0F;
}
.newsMainContainer .newsSwiperContainer .swiperSlant .slantContent:before {
  left: auto;
  width: 100%;
  right: 120px;
}

.swiperSlant {
  position: relative;
  display: flex;
  z-index: 2;
  background: #00305B;
  color: #fff;
  height: 100%;
}
.swiperSlant .slantContent {
  width: 40%;
  padding: 2% 2% 2% 0;
}
.swiperSlant .slantContent:before {
  background: #00305B;
  right: calc(100% - 130px);
  width: 200px;
}
.swiperSlant .slantContent .copyWrap {
  text-align: left;
}
.swiperSlant .slantContent .copyInner {
  padding-right: 50px;
}
.swiperSlant span.boldLabel {
  font-family: 'Roboto Slab';
  font-size: 3.375rem;
  text-align: right;
  display: block;
  margin-bottom: 50px;
}
.swiperSlant .slantImg {
  width: 60%;
}
.swiperSlant a {
  text-decoration: none;
  color: #fff;
  transition: color .25s ease-out;
}
.swiperSlant a:hover {
  color: #71AA0F;
}
.swiperSlant h3 {
  text-transform: none;
}
.swiperSlant p {
  font-size: 1.125rem;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.contentSlider .swiper-slide {
  height: auto;
  width: 100%;
  background: #fff;
}
.contentSlider .swiper {
  overflow: visible;
  padding-bottom: 20px;
}
.contentSlider .swiper-button-next {
  color: #707070;
  right: -10px;
}
.contentSlider .swiper-button-prev {
  color: #707070;
  left: -70px;
  display: none;
}
.contentSlider .swiper-pagination, .contentSlider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  display: block;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.contentSlider .swiper-pagination .swiper-pagination-bullet, .contentSlider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #C6C6C6;
}
.contentSlider .swiper-pagination .swiper-pagination-bullet-active, .contentSlider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #71AA0F;
}
.contentSlider .copyWrap {
  padding-right: 60px;
}

.blockLabel {
  font-size: 2.0625rem;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}

.newsGridContainer {
  background: #fff;
  padding-top: 4%;
}
.newsGridContainer:before {
  display: none;
}
.newsGridContainer .inner {
  max-width: none;
  padding: 6% 8% 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsGridContainer .cardGrid {
  background: #E2E2E2;
}
.newsGridContainer .cardGrid .card {
  padding: 60px;
}
.newsGridContainer .cardGrid .card:before, .newsGridContainer .cardGrid .card:after {
  background: #fff;
}
.newsGridContainer .cardGrid .card:hover .flexgrp:after {
  background: #219DBB;
}
.newsGridContainer .cardGrid .card:hover .card_tagName {
  color: #fff;
}
.newsGridContainer .cardGrid .card:hover .card_thumb {
  border: 2px solid #fff;
  background-color: #fff;
}

.loadMoreButton {
  background: #fff;
  color: #00305B;
  border: 1px solid #00305B;
  margin-top: 100px;
}
.loadMoreButton:hover {
  background: #00305B;
  color: #fff;
}

.requestContainer {
  background-color: #fff;
  position: relative;
}
.requestContainer .inner {
  padding: 4% 8%;
}
.requestContainer .requestLabel {
  font-family: 'Roboto Slab';
  font-size: 2.625rem;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.requestContainer p a {
  display: block;
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
  color: #000;
}
.requestContainer p a:hover {
  text-decoration: underline;
}

.searchBox {
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
}
.searchBox form {
  display: flex;
  align-items: center;
}
.searchBox input {
  background: none;
  border: none;
  line-height: 1.4;
  outline: none;
  font-size: 1.375rem;
  margin-right: 6px;
  width: 275px;
}
.searchBox .searchBtn {
  background: #fff url(../bh-images/icon-search.svg) no-repeat 95% center;
  background-size: contain;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: none;
  outline: none;
  margin-right: 0;
}
.searchBox .searchBtn:hover {
  opacity: .7;
}

.sortgroup {
  display: flex;
  flex-direction: row-reverse;
}

.filters {
  width: 45px;
  cursor: pointer;
}
.filters:hover {
  opacity: .7;
}

.sort {
  cursor: pointer;
  width: 40px;
  margin: 2px 0 0 25px;
}
.sort:hover {
  opacity: .7;
}

.solidHeaderBackground .heroContentBlock {
  max-width: 1500px;
}
.solidHeaderBackground .skewOverlay {
  opacity: .20;
  width: 60%;
}

.floatContainer {
  clear: both;
}

.articleMain img {
  width: auto;
  max-width: 100%;
  margin-bottom: 60px;
}
.articleMain p img {
  margin-bottom: 0;
}

.floatContainer .articleImage {
  animation: none;
}
.floatContainer .articleImage img {
  animation: none;
}

@keyframes simpleFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.articleContainer {
  position: relative;
  z-index: 4;
  background: #fff;
}
.articleContainer .inner {
  padding: 0 8% 6% 20%;
}
.articleContainer .date {
  text-transform: uppercase;
  font-family: 'Roboto Slab';
  font-size: 1.3125rem;
  font-weight: 700;
  color: #000;
  display: block;
  padding: 120px 0 35px;
  float: left;
}
.articleContainer .flexgrp {
  display: flex;
  align-items: flex-end;
}
.articleContainer .flexgrp .col:first-of-type {
  width: 50%;
  margin-right: 8%;
}
.articleContainer .flexgrp .col:last-of-type {
  max-width: 600px;
  min-width: 600px;
  height: 480px;
}
.articleContainer .articleIntro {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.articleContainer .articleImage {
  float: right;
  padding: 0 0 0 80px;
  margin-top: -260px;
  width: 644px;
  height: 514px;
  overflow: hidden;
}
.articleContainer .articleImage img {
  object-fit: cover;
  height: 100%;
  object-position: top center;
}
.articleContainer .btn {
  font-size: 1.0625rem;
  font-weight: 700;
  background: #219DBB;
  border-radius: 50px;
  display: block;
  width: 160px;
  box-sizing: border-box;
  padding: 12px 20px;
  margin: 0 0 50px 0;
  cursor: pointer;
}
.articleContainer .btn.is-active {
  background-color: #c6c6c6;
}
.articleContainer .btn.is-active:hover {
  background-color: #a7a7a7;
}

.articleMain {
  position: relative;
  max-height: 235px;
  overflow: hidden;
  margin-bottom: 50px;
}
.articleMain p {
  margin: 0 0 60px;
  max-width: 800px;
}
.articleMain .articleHighlight {
  font-size: 1.3em;
  color: #219DBB;
}
.articleMain:after {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.8129376751) 48%, rgba(255, 255, 255, 0) 100%);
}

.articleOpen .articleMain {
  max-height: 10000px;
  overflow: visible;
}
.articleOpen .articleMain:after {
  display: none;
}

.articleNavigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  clear: both;
}
.articleNavigation a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #219DBB;
  font-size: 1.3125rem;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 1;
  transition: opacity .2s ease-in;
}
.articleNavigation a:hover {
  opacity: .5;
}
.articleNavigation a img {
  width: 30px;
}
.articleNavigation .prevArticle img {
  transform: rotate(180deg);
  margin-right: 20px;
}
.articleNavigation .nextArticle img {
  margin-left: 20px;
}

.solidHeaderBackground {
  background: none;
}
.solidHeaderBackground .container {
  width: 100%;
  height: 100%;
  position: absolute;
}
.solidHeaderBackground .inner {
  padding: 10% 8%;
}

.leadershipMainContainer {
  background-color: #E8EAEB;
  position: relative;
}
.leadershipMainContainer:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -100px;
  left: 0;
  height: 200px;
  width: 100%;
  background: #fff;
  transform: skewY(5deg);
}
.leadershipMainContainer .inner {
  padding-top: 6%;
  padding-bottom: 6%;
  max-width: 1200px;
  margin: 0 auto;
  top: -220px;
}

.leadershipGrid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.leadershipGrid .gridBlock {
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.leadershipGrid .gridInner {
  padding: 40px 30px 25px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.leadershipGrid .gridInner span {
  display: block;
}
.leadershipGrid .gridInner .leaderName {
  font-weight: 600;
  font-size: 1.625rem;
  margin-bottom: 10px;
}
.leadershipGrid .gridInner .leaderRole {
  font-size: 1.125rem;
}
.leadershipGrid .leaderImage {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.leadershipGrid .leaderImage img {
  transition: transform .25s ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.leadershipGrid .leaderImage:hover img {
  transform: scale(1.1);
}
.leadershipGrid .gridBlockFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.leadershipGrid .gridBlockFooter a {
  color: #0D87A5;
  font-weight: 700;
  font-size: 0.9375rem;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 1px;
  cursor: pointer;
}
.leadershipGrid .gridBlockFooter a svg {
  width: 25px;
}
.leadershipGrid .gridBlockFooter a svg .fill-hover {
  transition: fill .25s ease-in;
}
.leadershipGrid .gridBlockFooter a:hover {
  border-bottom: 2px solid #0D87A5;
}
.leadershipGrid .gridBlockFooter a:hover svg .fill-hover {
  fill: #0f7188;
}
.leadershipGrid .gridBlockFooter a:last-of-type {
  border: none;
}
.leadershipGrid .gridBlockFooter a:last-of-type:hover {
  border: none;
}

.executiveTeam {
  margin-top: 100px;
}

.regionalTeam .inner {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
  margin-bottom: -100px;
}
.regionalTeam.leadershipMainContainer:before {
  display: none;
}

.leadershipModal {
  position: fixed;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.leadershipModal:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(127, 124, 127, 0.5);
}
.leadershipModal .modalFlex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.modalCard {
  background-color: #fff;
  box-sizing: border-box;
  width: 75%;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  max-height: 72vh;
}
.modalCard .cardHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.modalCard .cardHeader svg, .modalCard .cardHeader img {
  width: 30px;
  transition: .25s ease-in;
}
.modalCard .cardHeader svg .fill-hover, .modalCard .cardHeader img .fill-hover {
  fill: #0D87A5;
  transition: fill .25s ease-in;
}
.modalCard .cardHeader svg:hover .fill-hover, .modalCard .cardHeader img:hover .fill-hover {
  fill: #1487a3;
}
.modalCard .cardHeader span {
  display: block;
  font-size: 1.625rem;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 15px;
}
.modalCard .cardHeader .leaderName {
  margin-bottom: 5px;
}
.modalCard .cardHeader .leaderRole {
  color: #0D87A5;
}
.modalCard:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -45px;
  left: 0;
  height: 100px;
  width: 100%;
  background: #fff;
  transform: skewY(5deg);
}

.cardScroller {
  padding: 100px 100px 60px;
  overflow: auto;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}

.mapHeader {
  margin-bottom: 50px;
  padding: 0;
}

.mapContainer {
  border: none;
  background: #e6e6e6;
}
.mapContainer h3 {
  color: #023047;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.mapContainer p {
  color: #023047;
  font-weight: 600;
  text-align: left;
  font-size: 1.125rem;
}
.mapContainer .inner {
  text-align: center;
}
.mapContainer .desktopMap {
  padding: 0 0 50px;
}
.mapContainer h2 {
  text-transform: uppercase;
  font-size: 2.875rem;
  text-align: center;
  margin-bottom: 0;
}

.modalCard .cardHeader a:hover svg .fill-hover, .modalCard .cardHeader a:hover .fill-hover {
  fill: #0f7188;
}

.heading-wrapper.textWrapper {
  position: relative;
  z-index: 3;
}
.heading-wrapper.textWrapper span {
  display: block;
}
.heading-wrapper.textWrapper p {
  color: #fff;
}

.largeText {
  font-weight: 800;
  font-size: 3.9375rem;
  color: #C6612D;
  margin-bottom: 10px;
}
.largeText span {
  color: #fff;
  font-weight: 600;
}

.smallText {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.2;
  letter-spacing: .04em;
  margin-bottom: 40px;
}

.locationsHeader {
  overflow: hidden;
}
.locationsHeader .headerFlex {
  display: flex;
}
.locationsHeader .headerFlex:before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 50%;
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 6%, rgba(0, 3, 20, 0.4824054622) 83%);
  pointer-events: none;
  top: 0;
  display: none;
}
.locationsHeader .panel {
  position: relative;
  background-color: #0D87A5;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px 60px 100px 165px;
  width: 720px;
  min-width: 720px;
  box-sizing: border-box;
}
.locationsHeader .panel .innerPanel {
  display: flex;
  padding-top: 120px;
}
.locationsHeader .panel .panelBackBtn {
  min-width: 46px;
  max-width: 46px;
  min-height: 46px;
  max-height: 46px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .25s ease;
  margin-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.locationsHeader .panel .panelBackBtn svg {
  width: 11px;
  height: auto;
  margin-left: -2px;
}
.locationsHeader .panel .panelBackBtn svg .iconFillHover {
  transition: stroke .1s ease;
}
.locationsHeader .panel .panelBackBtn:hover {
  background-color: #FA8400;
}
.locationsHeader .panel .panelBackBtn:hover .iconFillHover {
  stroke: #fff;
}
.locationsHeader .panel .infoBlock span {
  display: block;
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.8;
}
.locationsHeader .panel .infoBlock .locationName {
  font-size: 1.625rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
.locationsHeader .panel .infoBlock .locationPhone {
  font-weight: 700;
}
.locationsHeader .panel .infoBlock .externalMapLink {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  margin-top: 30px;
  display: inline-block;
  transition: color .25s ease;
  font-size: 1.1875rem;
}
.locationsHeader .panel .infoBlock .externalMapLink:hover {
  color: #FA8400;
}
.locationsHeader .gMap .gMapInner {
  height: 100%;
}

.secondaryMapContainer {
  padding-top: 4%;
}
.secondaryMapContainer:before {
  display: none;
}

.locationsHeader .panel .panelBackBtn svg .iconFillHover {
  stroke: #FA8400;
}

.locationSelectionContainer {
  position: relative;
  background: #fff;
  padding-bottom: 40px;
}
.locationSelectionContainer:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -100px;
  left: 0;
  height: 200px;
  width: 100%;
  background: #fff;
  transform: skewY(-5deg);
  display: none;
}
.locationSelectionContainer h2 {
  text-transform: uppercase;
  font-size: 2.875rem;
  text-align: center;
}
.locationSelectionContainer.pageTabs {
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  padding-bottom: 0;
}
.locationSelectionContainer.pageTabs:before {
  display: none;
}
.locationSelectionContainer.pageTabs .locationInner {
  padding: 0;
}
.locationSelectionContainer.pageTabs h2 {
  margin-bottom: 0;
}
.locationSelectionContainer.pageTabs .locationTab .tabLeft {
  align-items: center;
}
.locationSelectionContainer.pageTabs .locationTab .tabRight span {
  color: #000;
}
.locationSelectionContainer.pageTabs .locationTab:hover .tabRight span {
  color: #fff;
}
.locationSelectionContainer.pageTabs .locationTab .listIndicator {
  min-width: 0px;
  width: 100px;
  max-width: 100px;
  min-height: 0px;
  max-height: none;
  background: none;
  border-radius: 0;
}
.locationSelectionContainer.pageTabs .locationTab:hover:before, .locationSelectionContainer.pageTabs .locationTab:hover:after, .locationSelectionContainer.pageTabs .locationTab.active:before, .locationSelectionContainer.pageTabs .locationTab.active:after {
  opacity: 1;
  display: block;
}
.locationSelectionContainer .animatedLoad {
  z-index: 2;
}

.locationInner {
  padding: 40px 8%;
  position: relative;
  z-index: 2;
}

.locationTab {
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.locationTab .tabInner {
  margin: 0 auto;
  padding: 40px 0 40px 10%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.locationTab .tabFlex {
  display: flex;
  width: 100%;
  align-items: center;
  overflow: hidden;
}
.locationTab .tabFlex:after {
  content: "";
  display: block;
  background: #FA8400;
  width: calc(35% + 10px);
  position: absolute;
  height: 100%;
  right: -45%;
  z-index: 1;
  transform: skewX(-15deg);
  opacity: 0;
  transition: opacity .25s ease, right .25s ease;
}
.locationTab .tabLeft {
  display: flex;
  width: 65%;
}
.locationTab .listIndicator {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  background-color: #0D87A5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  margin-right: 50px;
  transition: background-color .25s ease;
}
.locationTab .tabInfo span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.8;
}
.locationTab .tabInfo .locationName {
  font-family: 'Roboto Slab';
  font-size: 1.375rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 15px;
  color: #000;
}
.locationTab .tabInfo div span {
  display: inline-block;
}
.locationTab .tabRight {
  display: flex;
  align-items: center;
  padding-left: 12px;
  width: 35%;
  position: relative;
  z-index: 2;
  text-decoration: none;
}
.locationTab .tabRight span {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #C6C6C6;
  line-height: 1;
  padding-top: 10px;
  transition: color .25s ease;
}
.locationTab .tabRight:before {
  content: "";
  display: block;
  width: 1px;
  height: 85px;
  background: #707070;
  transform: rotate(15deg);
  margin-right: 50px;
  transition: opacity .3s ease;
}
.locationTab .tabRight svg {
  width: 35px;
  margin-left: 40px;
  display: inline-block;
  opacity: 0;
  transition: opacity .25s ease;
}
.locationTab:before, .locationTab:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  transition: opacity .25s ease;
}
.locationTab:before {
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 80%);
  bottom: 100%;
}
.locationTab:after {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 80%);
  top: 100%;
}
.locationTab:hover:before, .locationTab:hover:after, .locationTab.active:before, .locationTab.active:after {
  opacity: 1;
}
.locationTab:hover .listIndicator, .locationTab.active .listIndicator {
  background-color: #FA8400;
}
.locationTab:hover .tabFlex:after, .locationTab.active .tabFlex:after {
  opacity: 1;
  right: -4.21%;
}
.locationTab:hover .tabRight:before, .locationTab.active .tabRight:before {
  opacity: 0;
}
.locationTab:hover .tabRight span, .locationTab.active .tabRight span {
  color: #fff;
}
.locationTab:hover .tabRight svg, .locationTab.active .tabRight svg {
  opacity: 1;
  left: -8px;
  position: relative;
  transition: left .15s ease-out;
}
.locationTab:hover .tabRight:hover svg, .locationTab.active .tabRight:hover svg {
  left: 0;
}
.locationTab:hover:before, .locationTab:hover:after {
  display: none;
}

.locationTab.active:hover:before, .locationTab.active:hover:after {
  display: block;
}

.formContainer {
  background: #fff;
  position: relative;
}
.formContainer:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -100px;
  left: 0;
  height: 200px;
  width: 100%;
  background: #fff;
  transform: skewY(-5deg);
}
.formContainer .inner {
  padding-top: 1%;
  padding-bottom: 4%;
  max-width: 1300px;
  margin: 0 auto;
}
.formContainer .formHeader {
  margin-top: -30px;
}
.formContainer .formHeader h4 {
  text-transform: uppercase;
}
.formContainer .formHeader p {
  text-align: center;
  margin-bottom: 80px;
  font-weight: 300;
}
.formContainer input[type="submit"] {
  width: 220px;
  margin: 80px auto 0;
  display: block;
}

.row-fluid .umbraco-forms-container {
  display: flex;
}
.row-fluid .form-group {
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
}
.row-fluid .form-group:last-of-type {
  margin-right: 0;
}
.row-fluid .form-group input, .row-fluid .form-group select, .row-fluid .form-group textarea {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 6px;
  font-size: 1.125rem;
  padding: 10px 20px;
  box-sizing: border-box;
}
.row-fluid .form-group input.input-validation-error, .row-fluid .form-group select.input-validation-error, .row-fluid .form-group textarea.input-validation-error {
  background: #C6612D;
  border: 1px solid #C6612D;
}
.row-fluid .form-group input span.field-validation-error, .row-fluid .form-group select span.field-validation-error, .row-fluid .form-group textarea span.field-validation-error {
  font-size: 0.75rem;
  font-style: italic;
  color: #C6612D;
}
.row-fluid .form-group select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
}
.row-fluid .form-group select::-ms-expand {
  display: none;
}
.row-fluid .form-group textarea {
  resize: none;
  max-width: 650px;
  min-height: 150px;
}
.row-fluid .form-group label {
  color: #636163;
  font-size: 1.125rem;
  padding-bottom: 10px;
  display: block;
}
.row-fluid .form-group h4 {
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.row-fluid .form-group.jobinfoheader, .row-fluid .form-group.detailheader {
  margin-bottom: 0;
  margin-top: 5%;
}
.row-fluid .form-group.selectaservice .umbraco-forms-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  padding-bottom: 15px;
}
.row-fluid .form-group.utilitiestobemarked {
  margin-top: 5%;
}
.row-fluid .form-group.utilitiestobemarked h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #636163;
}
.row-fluid .form-group.country {
  width: 50%;
}

.labelContainer {
  margin-top: 5%;
  margin-bottom: 30px;
}

.labelContainer .label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #636163;
}

div#\38 c3c71a7-d0fd-4c5a-bba9-39a3b596e74b h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  padding-bottom: 0px;
  margin-bottom: 0;
  color: #636163;
}

fieldset#\32 8d0147e-59ca-4ec8-8722-40d88be3ddda .row-fluid {
  margin-bottom: 5%;
}

.umbraco-forms-fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.umbraco-forms-field.state {
  max-width: 225px;
}
.umbraco-forms-field.zip, .umbraco-forms-field.zipcode {
  max-width: 200px;
}
.umbraco-forms-field.phone {
  max-width: 300px;
}
.umbraco-forms-field.reason {
  max-width: 210px;
}
.umbraco-forms-field.locationtype {
  max-width: 450px;
}

.dropdown .umbraco-forms-field-wrapper {
  position: relative;
}
.dropdown .umbraco-forms-field-wrapper:after {
  content: "";
  display: block;
  width: 28px;
  height: 24px;
  background: url(../bh-images/icon-drop.svg) no-repeat;
  background-size: contain;
  transition: transform .2s ease-in;
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
}

.umbraco-forms-container .dropdown {
  position: relative;
}

.formFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  margin-top: 40px;
}
.formFooter img {
  max-width: 110px;
  margin-top: 30px;
}
.formFooter .supportText {
  text-align: center;
  display: block;
  color: #636163;
  font-size: 1.25rem;
}
.formFooter .supportText a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -4px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #7F7C7F;
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -4px;
  left: -1px;
  position: relative;
  background-color: #177DC1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #177DC1;
}

.disclaimer {
  background: #fff;
  position: relative;
}
.disclaimer .inner {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 900px;
}
.disclaimer .inner p {
  margin: 0;
  padding: 0 0 5px;
  font-size: 0.875rem;
  line-height: 2;
}

.filterDropdown, .sortDropdown {
  width: 240px;
  background: #fff;
  padding: 50px 30px 30px;
  border-radius: 6px;
  box-sizing: border-box;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 3;
  -webkit-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.1);
  display: none;
}
.filterDropdown .btn, .sortDropdown .btn {
  margin: 50px auto 0;
  font-size: 0.9375rem;
  display: block;
  width: 100%;
  padding: 10px;
}

.row-fluid .form-group .radiobuttonlist {
  margin-top: 10px;
}
.row-fluid .form-group .radiobuttonlist input {
  float: left;
  display: inline-block;
  width: auto;
  margin: 8px 15px 0 0;
  cursor: pointer;
}
.row-fluid .form-group .radiobuttonlist input:nth-of-type(5) {
  clear: both;
}
.row-fluid .form-group .radiobuttonlist label {
  cursor: pointer;
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
}
.row-fluid .form-group .radiobuttonlist br {
  display: none;
}

.form-group.checkbox {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  cursor: pointer;
}
.form-group.checkbox label {
  margin-left: 10px;
  cursor: pointer;
  padding-bottom: 0;
}
.form-group.checkbox input[type=checkbox] {
  background-color: #ccc;
  border-radius: 4px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
  padding: 0;
  cursor: pointer;
  position: relative;
  top: 5px;
  outline: none;
}
.form-group.checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 13px;
  left: 8px;
  top: 2px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.form-group.checkbox input[type=checkbox]:hover {
  background-color: #b8b8b8;
}
.form-group.checkbox input[type=checkbox]:checked {
  background-color: #FFCD03;
}
.form-group.checkbox input[type=checkbox]:checked:after {
  display: block;
}

fieldset#\32 8d0147e-59ca-4ec8-8722-40d88be3ddda .umbraco-forms-container,
fieldset#\35 9d32dc6-331d-4ffe-89af-03b36857c8c0 .umbraco-forms-container {
  flex-wrap: wrap;
}

.checkbox-container {
  flex-wrap: wrap;
}
.checkbox-container .form-group.checkbox {
  width: auto;
}
.checkbox-container.bottomPadding {
  margin-bottom: 5%;
}

.formContainer form h4 {
  color: #000;
  text-transform: uppercase;
}

fieldset#\32 8d0147e-59ca-4ec8-8722-40d88be3ddda .form-group,
fieldset#\35 9d32dc6-331d-4ffe-89af-03b36857c8c0 .form-group {
  width: auto;
}

.filter-container {
  display: block;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 30px;
  font-size: 0.9375rem;
  color: #000;
}

.filter-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filter-container .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border-radius: 4px;
}

.filter-container:hover input ~ .checkmark {
  background-color: #b8b8b8;
}

.filter-container input:checked ~ .checkmark {
  background-color: #177DC1;
}

.filter-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.filter-container input:checked ~ .checkmark:after {
  display: block;
}

.filter-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #000;
}

.radio-container {
  display: block;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 30px;
  font-size: 0.9375rem;
  color: #000;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-container .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #7F7C7F;
  box-sizing: border-box;
  border-radius: 50%;
}

.radio-container:hover input ~ .checkmark {
  background-color: #e7e7e7;
}

.radio-container input:checked ~ .checkmark {
  background-color: #177DC1;
  border: 2px solid #177DC1;
}

.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container input:checked ~ .checkmark:after {
  display: none;
}

.radio-container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: white;
}

.bloodHoundMap .module_map {
  background: #00305B;
  overflow: hidden;
}
.bloodHoundMap .module_map .inner {
  padding-top: 8%;
  padding-bottom: 8%;
}

.bloodHoundMap .desktopMap {
  position: relative;
}

.bloodHoundMap .map-wrapper .info-box, .bloodHoundMap .map-wrapper .info-box-link {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 325px;
  background: #fff;
  transform-origin: center bottom;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
  padding: 25px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 6px;
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}
.bloodHoundMap .map-wrapper .info-box .number, .bloodHoundMap .map-wrapper .info-box-link .number {
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  font-family: 'Roboto Slab';
  font-size: 3.5625rem;
  line-height: 1;
}
.bloodHoundMap .map-wrapper .info-box p, .bloodHoundMap .map-wrapper .info-box-link p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 8px;
  line-height: 1.1;
}
.bloodHoundMap .map-wrapper .info-box.active, .bloodHoundMap .map-wrapper .info-box-link.active {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.bloodHoundMap .map-wrapper .info-box:after, .bloodHoundMap .map-wrapper .info-box-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 65px;
  height: 30px;
  background: url(../bh-images/infoCaret.svg) no-repeat center;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -18px;
}

.bloodHoundMap .map-wrapper .info-box-link {
  width: 300px;
}
.bloodHoundMap .map-wrapper .info-box-link p {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
.bloodHoundMap .map-wrapper .info-box-link p span {
  display: block;
  line-height: 1.2;
}
.bloodHoundMap .map-wrapper .info-box-link span {
  line-height: 1.3;
}
.bloodHoundMap .map-wrapper .info-box-link span a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.bloodHoundMap .map-wrapper .info-box-link span a:hover {
  text-decoration: underline;
}

.bloodHoundMap .map-wrapper svg text {
  cursor: pointer;
  pointer-events: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.bloodHoundMap .map-wrapper svg path, .bloodHoundMap .map-wrapper svg polygon {
  cursor: pointer;
}
.bloodHoundMap .map-wrapper svg path:hover, .bloodHoundMap .map-wrapper svg polygon:hover {
  fill: #43C3FD;
  opacity: 1;
}
.bloodHoundMap .map-wrapper svg path.backgroundGradient, .bloodHoundMap .map-wrapper svg polygon.backgroundGradient {
  fill: url(#SVGID_1_);
  pointer-events: none;
}

.bloodHoundMap .map-wrapper.skew-map .svg-responsive {
  transform: skew(26deg, 355deg) scaley(0.7);
  margin-top: -100px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.bloodHoundMap .map-wrapper svg path.disabled-state {
  fill: rgba(0, 0, 0, 0.1);
}
.bloodHoundMap .map-wrapper svg path.disabled-state:hover {
  fill: #43C3FD;
  opacity: 1;
}

.bloodHoundMap path#AB, text#L-AB {
  display: none !important;
}

.swiper-slide {
  height: auto;
}

.swiper-scrollbar {
  opacity: 1 !important;
  background: #95C93D;
  max-width: 30%;
  margin: 0 auto;
  left: 0 !important;
  right: 0;
  bottom: 60px !important;
  height: 7px !important;
}

.swiper-scrollbar-drag {
  background: #fff;
}

.swiper-pagination, .swiper-pagination-bullets.swiper-pagination-horizontal {
  max-width: 40%;
  margin: 0;
  right: auto;
  left: 5%;
  bottom: 50px;
  display: flex;
}
.swiper-pagination .swiper-pagination-bullet, .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 30%;
  border-radius: 5px;
  background: #fff;
  opacity: 1;
  height: 8px;
}
.swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:hover {
  opacity: .8;
}
.swiper-pagination .swiper-pagination-bullet-active, .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #FA8400;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active:hover, .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active:hover {
  opacity: 1;
}

.module_fullWidthSlant.reverse .swiper-pagination {
  right: 5%;
  left: auto;
}

.mobileTopBtn, .mNav, .mHeader, .mflexBtn, .fancybox__footer, .mobileDropdownSelection, .date.mobile {
  display: none;
}

@media speech {
  .parallaxVideo {
    display: none;
  }
}
.gMap {
  width: 100%;
}
.gMap .leaflet-container {
  height: 100%;
  z-index: 1;
}
.gMap .leaflet-pane {
  z-index: 1;
}

.gMap:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #0D87A5;
  z-index: 1;
  position: absolute;
  top: 0;
  opacity: .1;
  pointer-events: none;
}

.mapIcon {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  border: 2px solid #fff;
  background: #0D87A5;
  color: #fff;
}

.mapIcon.activeIcon {
  background: #FA8400;
}

.fullWidthContent .mapContainer g {
  display: none;
}

.button-row {
  display: flex;
}
.button-row .btn {
  margin: 0 20px;
}

.accordionSection {
  background: #ECECEF;
  position: relative;
  margin-bottom: 100px;
}
.accordionSection .inner {
  padding-top: 4%;
  padding-bottom: 0;
  z-index: 4;
  max-width: 1127px;
  margin: 0 auto;
}
.accordionSection h3 {
  text-align: center;
  font-family: 'Roboto Slab';
  font-size: 3.125rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.1;
}
.accordionSection .acc {
  margin: 3.5% 0 6%;
}
.accordionSection .acc__panel {
  display: none;
}
.accordionSection .acc__title {
  font-size: 1.625rem;
  font-weight: 600;
  padding: 20px 10px 20px 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #177DC1;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordionSection .acc__title span {
  display: block;
  padding-right: 20px;
}
.accordionSection .acc__title svg {
  stroke-width: 3px;
}
.accordionSection .acc__title:hover {
  font-weight: 700;
}
.accordionSection .acc__title:hover svg {
  stroke-width: 6px;
}
.accordionSection .acc__title.active {
  font-weight: 700;
  border-bottom: 4px solid #177DC1;
}
.accordionSection .acc__title.active svg {
  display: block;
  transform: rotate(90deg);
  stroke-width: 6px;
}
.accordionSection .fullWidthButtonWrap {
  justify-content: center;
  padding-top: 30px;
}
.accordionSection:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -97px;
  left: 0;
  height: 200px;
  width: 100%;
  background: #ECECEF;
  transform: skewY(5deg);
}

.fullWidthContent.noBorder {
  border: none;
}

.largeVideoContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.largeVideoContainer video {
  display: block;
  width: 100%;
  height: auto;
}
.largeVideoContainer:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #023047;
  opacity: .55;
}

.module_fullWidthLargeHeader.videoHeader {
  height: 50vw;
  max-height: 1080px;
}

.layout-locator-lines {
  position: relative;
}

.interactiveCover {
  text-align: center;
  background: #219DBB;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.interactiveCover .inner {
  padding: 8% 8%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.interactiveCover .inner h2 {
  font-weight: 300;
}
.interactiveCover .inner p {
  max-width: 760px;
  margin: 0 auto 30px;
}
.interactiveCover .inner .btn {
  display: inline-block;
  margin: 2% 0 0;
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.icon_811 {
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
  margin: 20px auto 55px;
  font-family: 'Roboto Slab';
  font-size: 2.75rem;
  background: #FA8400;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
  font-weight: 700;
  letter-spacing: .02em;
  position: relative;
  cursor: pointer;
  transition: opacity .2s ease-out;
}
.icon_811:before {
  content: "";
  display: block;
  width: 125%;
  height: 125%;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
}
.icon_811:after {
  content: "";
  display: block;
  width: 145%;
  height: 145%;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
}

.icon_811:hover {
  opacity: .9;
}

.fullWidthContent.slantReverse {
  padding-bottom: 6%;
}

.service-card-slider {
  background: #E8EAEB;
  position: relative;
  padding: 80px 8%;
}
.service-card-slider h2 {
  margin-top: 0;
}
.service-card-slider .innerContainer {
  max-width: 1500px;
  margin: 0 auto;
}

.swiper-card {
  display: flex;
  flex-direction: column;
  height: 450px;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding-bottom: 55px;
}
.swiper-card .card-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-card .card-image img {
  transition: transform .2s ease-out;
}
.swiper-card .card-image:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 600px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
}
.swiper-card .card-copy {
  height: 50%;
  background: #fff;
  padding: 50px 10%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  color: #14212B;
}
.swiper-card .card-copy .cardTitle {
  font-size: 1.625rem;
  font-weight: 600;
  margin-top: -15px;
  height: 64px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.swiper-card .card-copy p {
  font-size: 1.1875rem;
  line-height: 1.4;
}
.swiper-card .card-copy:after {
  content: "";
  width: 100%;
  height: 50px;
  background: #219DBB;
  position: absolute;
  bottom: -34px;
  transform: skewY(4deg);
  z-index: -1;
  left: 0;
  transition: opacity .2s ease-out;
  opacity: 0;
}
.swiper-card:hover .card-image img {
  transform: scale(1.1);
}
.swiper-card:hover .card-copy:after {
  opacity: 1;
}

.swiper-horizontal {
  overflow: hidden;
}

.services-swiper .swiper-button-next {
  width: 5%;
  right: 20px;
  z-index: 3;
}
.services-swiper .swiper-button-next:after {
  display: none;
}
.services-swiper .swiper-button-next:hover {
  opacity: .8;
}

.fullQuoteBlock {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.fullQuoteBlock.yellowBG {
  background: #FFB603;
}
.fullQuoteBlock.orangeBG {
  background: #FA8400;
}
.fullQuoteBlock.whiteBG {
  background: #fff;
  color: #023047;
}
.fullQuoteBlock.whiteBG .cls-2 {
  fill: #8DC9E5;
}
.fullQuoteBlock.tealBG {
  background: #219DBB;
  color: #fff;
}
.fullQuoteBlock.tealBG .cls-2 {
  fill: #8DC9E5;
}
.fullQuoteBlock .quoteIcon {
  width: 50px;
  margin: 0 auto 10px;
}
.fullQuoteBlock p {
  font-family: 'Roboto Slab', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.5;
  max-width: 1300px;
  margin: 0 auto 20px;
}
.fullQuoteBlock .inner {
  padding: 6% 10%;
}
.fullQuoteBlock .quoteCredit {
  text-transform: uppercase;
  font-size: 1.25rem;
  max-width: 600px;
  display: block;
  margin: 20px auto 0;
  padding: 0px;
  letter-spacing: .01em;
  line-height: 1.4;
}

.align {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footerAlign {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.module_fullWidthLargeHeader.mobileHeader {
  display: none;
}

.inner.teal-bg {
  background: #0D87A5;
  color: #fff;
}
.inner.teal-bg .heroContentBlock {
  color: #fff;
}
.inner.teal-bg .heroContentBlock h1 {
  font-family: 'Montserrat', sans-serif;
}

footer .socialLinks.mobileSocialLinks {
  display: none;
}

.card.alwaysActive {
  background: #02566A;
  color: #fff;
}
.card.alwaysActive:before {
  display: none;
}
.card.alwaysActive .readMore {
  color: #fff;
}
.card.alwaysActive:hover .flexgrp:after {
  background: #024454;
  width: 100%;
}
.card.alwaysActive p:last-of-type {
  padding-top: 15px;
}

.headerImage {
  height: 30vw;
  position: relative;
  z-index: 1;
}
.headerImage:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -72px;
  left: 0;
  height: 200px;
  width: 100%;
  background: #fff;
  transform: skewY(-5deg);
}

.locationsSlantedheader {
  overflow: visible;
}

.locationsSlant {
  position: relative;
  z-index: 1;
  display: block;
}
.locationsSlant:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -100px;
  left: 0;
  height: 200px;
  width: 100%;
  background: #fff;
  transform: skewY(-5deg);
}

.threeColumn {
  background: #fff;
}
.threeColumn .inner {
  display: flex;
  align-items: flex-start;
  padding: 8%;
}
.threeColumn .column {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 28%;
}
.threeColumn .column:nth-of-type(2) {
  margin: 0 8%;
}
.threeColumn .col-icon {
  height: 125px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.threeColumn .col-icon img {
  width: auto;
  height: 100%;
}
.threeColumn .col-label {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  padding-bottom: 25px;
  color: #023047;
}
.threeColumn .col-label:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #023047;
  margin: 25px auto 0;
  border-radius: 5px;
}
.threeColumn p {
  color: #023047;
  line-height: 1.8;
  font-weight: 500;
}
.threeColumn p:last-of-type {
  margin-bottom: 0;
}

.threeColumnList {
  background: #219DBB;
  color: #fff;
}
.threeColumnList:before {
  background: #219DBB;
}
.threeColumnList .innerTwoCol {
  display: flex;
}
.threeColumnList .innerTwoCol div {
  margin-right: 50px;
}
.threeColumnList .innerTwoCol span {
  font-weight: 700;
  font-size: 1.3125rem;
}
.threeColumnList .colFlex {
  align-items: flex-start;
}

.addPadding {
  padding-bottom: 100px;
}

.twoColumn5050 .colFlex {
  align-items: normal;
}
.twoColumn5050 .colFlex .col, .twoColumn5050 .colFlex .col:first-of-type, .twoColumn5050 .colFlex .col:last-of-type {
  width: 50%;
  max-width: none;
  margin: 0;
}
.twoColumn5050 .colContent {
  padding: 7%;
  background: #E8EAEB;
  box-sizing: border-box;
}
.twoColumn5050 .colContent p:last-of-type {
  margin-bottom: 0;
}
.twoColumn5050.flip .colFlex {
  flex-direction: row-reverse;
}

.logoGrid .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 6%;
  padding-bottom: 6%;
}
.logoGrid .inner h3 {
  margin-top: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  margin-top: 40px;
}
.grid div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid div img {
  width: 80%;
}

.parallaxImage {
  width: 100%;
  height: 30vw;
  min-height: 500px;
}

.textLink {
  text-decoration: none;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.textLink:hover {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.quoteSlant:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -100px;
  left: 0;
  height: 200px;
  width: 100%;
  background: #fff;
  transform: skewY(5deg);
}

.quoteSlant {
  margin-top: 120px;
}
.quoteSlant.orangeBG:before {
  background: #FA8400;
}
.quoteSlant.tealBG:before {
  background: #219DBB;
}
.quoteSlant.yellowBG:before {
  background: #FFB603;
}
.quoteSlant.whiteBG:before {
  background: #fff;
}

.fullQuoteBlock.quoteSlant .inner {
  padding-top: 0;
}

.certificationGrid .inner {
  padding-top: 6%;
  padding-bottom: 6%;
  max-width: 1260px;
  margin: 0 auto;
}
.certificationGrid .grid {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  aspect-ratio: 1;
  margin: 80px 0;
}
.certificationGrid .certBlock {
  background: #FA8400;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: background .2s ease-out;
  position: relative;
}
.certificationGrid .certBlock img.certIcon {
  transition: opacity .2s ease-out;
  opacity: 0;
}
.certificationGrid .certBlock span {
  font-size: 2rem;
  line-height: 1.5;
  transition: opacity .2s ease-out;
}
.certificationGrid .certBlock:hover {
  background: #e2660b;
  color: #fff;
}
.certificationGrid .certBlock:hover img.certIcon {
  opacity: 1;
}
.certificationGrid .certBlock:hover span {
  opacity: 0;
}

.grid img.certIcon {
  position: absolute;
  width: 60%;
  display: block;
}

.gridContainer {
  display: flex;
  flex-wrap: wrap;
}

.gridSquare {
  width: 50%;
  height: auto;
  aspect-ratio: 1;
}

.mobileSliderImages {
  display: none;
}

.textBtn {
  font-size: 1.375rem;
  font-weight: 700;
  text-decoration: none;
  color: #023047;
  text-transform: uppercase;
  letter-spacing: .05em;
  display: inline-block;
  padding-right: 20px;
  display: flex;
  align-items: center;
  margin: 50px 0 20px;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  float: left;
}
.textBtn span {
  transition: color .1s ease-out;
}
.textBtn svg {
  min-width: 13px;
  max-width: 13px;
  min-height: 26px;
  max-height: 26px;
  display: inline-block;
  margin-left: 18px;
  transition: stroke .3s ease-out;
}
.textBtn:hover span {
  color: #FA8400;
}
.textBtn:hover .textBtn-caret {
  stroke: #FA8400;
}

.tealBG {
  background: #219dbb;
  color: #fff;
}
.tealBG:before {
  background: #219dbb;
}

.orangeBG {
  background: #fa8400;
  color: #fff;
}
.orangeBG:before {
  background: #fa8400;
}

.yellowBG {
  background: #ffb603;
}
.yellowBG:before {
  background: #ffb603;
}

.whiteBG {
  background: #ffffff;
}
.whiteBG:before {
  background: #ffffff;
}

.lightBlueBG {
  background: #E0F0F8;
}
.lightBlueBG:before {
  background: #E0F0F8;
}

.twoColumn5050.whiteBG .colContent {
  background: #fff;
  color: #023047;
}
.twoColumn5050.whiteBG .colContent p {
  margin: 10px 0 60px;
}
.twoColumn5050.whiteBG .colContent p:last-of-type {
  margin-bottom: 0;
}
.twoColumn5050.whiteBG .colContent h4 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.375rem;
}

.twoColumnContent.iconLayout .colFlex .col:first-of-type {
  width: 80%;
  margin-right: 5%;
  max-width: none;
}

.iconLayout p {
  margin-bottom: 0px;
}

.iconLayout ul, .iconLayout ol {
  margin-top: 10px;
}

.fullWidthContent .copyWrap:after {
  content: "";
  display: table;
  clear: both;
}

.layout-locator-lines.addPadding {
  padding-bottom: 0;
}

.twoColumnContent.tealBG .inner,
.twoColumnContent.orangeBG .inner,
.twoColumnContent.yellowBG .inner,
.twoColumnContent.whiteBG .inner,
.twoColumnContent.lightBlueBG .inner {
  padding-top: 1.5%;
}

.logoGrid .swiper-pagination .swiper-pagination-bullet, .logoGrid .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #d4d4d4;
}

.logoGrid .swiper-pagination .swiper-pagination-bullet-active, .logoGrid .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #FA8400;
}

.logoWrap {
  display: flex;
  align-items: center;
}
.logoWrap img {
  width: 50%;
}

.logo-swiper .swiper-pagination, .logo-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 10%;
  bottom: 80px;
}

.modalCloseBtn {
  position: absolute;
  right: 36px;
  top: 17px;
  width: 20px;
  height: 20px;
  padding: 10px;
  border: 2px solid #1487a3;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  transition: background .2s ease-out;
}
.modalCloseBtn svg {
  width: 100%;
  height: auto;
  display: block;
}
.modalCloseBtn #modal-close {
  transition: fill .2s ease-out;
}
.modalCloseBtn:hover {
  background: #1487a3;
}
.modalCloseBtn:hover #modal-close {
  fill: #fff;
}

.iconLayout.twoColumnContent .iconFlexContainer .radialIcon {
  background: none;
  border: 2px solid #269db9;
}

.iconLayout.twoColumnContent .iconFlexContainer:hover .radialIcon {
  background: none;
}

.iconLayout.twoColumnContent .animatedRing span:before {
  background: #269db9 !important;
}

.logo-swiper .swiper-slide {
  display: flex;
}

.background-sky {
  width: 100%;
  position: absolute;
  top: -310px;
  display: flex;
  justify-content: center;
  z-index: -1;
}

.background-sky img {
  width: 2000px;
  margin: 0 auto;
}

.layout-video-scrubber-alt .interaction-wrapper::before {
  height: 50%;
}

.layout-video-scrubber-alt .hand {
  background-color: #fff;
}

.template-home .videoHeader .inner {
  padding-top: 10.5%;
}

.headerImage.withVideo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerImage.withVideo .flexBtn {
  margin-top: 0;
  transform: translateY(40px);
}

.layout-video-scrubber-alt .wheel:first-of-type {
  margin-right: 1.1em;
}

.layout-video-scrubber-alt .column-container {
  align-items: flex-end;
}

.layout-video-scrubber-alt .vid-wrapper {
  margin-bottom: 10%;
}

.column.column-1 .column-inner {
  padding: 10% 8% 8% 19%;
}

.layout-video-scrubber-alt .info-wrapper {
  display: flex;
  align-items: center;
}

.layout-video-scrubber-alt .info-wrapper:before {
  position: relative;
  margin-right: 8px;
  margin: 0 8px 0 -15px;
  top: 0;
}

.layout-video-scrubber-alt .info-points-wrapper {
  height: 71%;
}

.layout-video-scrubber-alt .handle:before {
  left: 1.5em;
}

.layout-video-scrubber-alt .handle:after {
  right: 1.5em;
}

.layout-video-scrubber-alt {
  border-bottom: 1px solid #b5b5b5;
}

.layout-video-scrubber-alt .handle:hover .hand {
  background: #FFB603;
}

.twoColumnContent.centered-image .col.colImage {
  background-size: 80% !important;
  background-repeat: no-repeat;
  background-position: center !important;
}

.twoColumnContent.centered-image.hasBorder {
  border-top: 2px solid #E8EAEB;
}

.dynamix-form select, .dynamix-form option {
  color: #000;
}

.col p a, .col ul a, .col ol a {
  font-weight: 600;
  text-decoration: none;
}

.col p a:hover, .col ul a:hover, .col ol a:hover {
  text-decoration: underline;
}

@media (hover: none) {
  .parallaxImage {
    background-attachment: scroll !important;
    background-position: center !important;
  }
}
.module_fullWidthSlant.addPadding {
  padding-bottom: 0;
}

.location-wrapper p {
  line-height: 1.5 !important;
  color: #023047;
}

.layout-location-map a.address {
  display: block;
  margin: 0;
}

.layout-location-map.newLocationMap .map-wrapper {
  position: relative;
  height: 45vw;
}

.layout-location-map.newLocationMap .map-container {
  position: relative;
  transform: none;
  left: auto;
}

@media screen and (max-width: 1900px) {
  .layout-video-scrubber-alt .vid-wrapper {
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 1800px) {
  ul.footerNav li a {
    font-size: 1.125rem;
  }

  ul.footerNav {
    margin-bottom: 45px;
  }

  .backToTopButton {
    width: 68px;
  }
}
@media screen and (max-width: 1680px) {
  .footerLogoContainer {
    margin-right: 5%;
  }

  .template-home .videoHeader .inner {
    padding-top: 9.5%;
  }
}
@media screen and (max-width: 1580px) {
  .gridFlex .gridCopyBlock {
    margin-right: 6%;
  }
}
@media screen and (max-width: 1550px) {
  .template-home .videoHeader .inner {
    padding-top: 9%;
  }

  .logo-swiper .swiper-pagination, .logo-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 6%;
  }

  .fullWidthContent.twoColumnContent.tealBG:before,
  .fullWidthContent.twoColumnContent.orangeBG:before,
  .fullWidthContent.twoColumnContent.yellowBG:before,
  .fullWidthContent.twoColumnContent.whiteBG:before,
  .fullWidthContent.twoColumnContent.lightBlueBG:before {
    top: -56px;
    height: 120px;
  }

  .headerImage:before {
    top: -110px;
  }

  .textBtn {
    font-size: 1.125rem;
    margin: 40px 0 10px;
  }

  h1 {
    font-size: 3.5625rem;
    margin: 15px 0 30px;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 1.1;
    margin: 10px 0 30px;
  }

  h3 {
    font-size: 1.875rem;
    margin: 10px 0 20px;
  }

  p, ul, ol {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  .smlTitle {
    font-size: 1.25rem;
  }

  .inner {
    padding: 8% 6%;
  }

  .interiorHeaderWithOverlay .inner {
    position: relative;
    padding: 150px 40px 0 190px;
  }

  .headerBanner .bannerLinks a {
    font-size: 0.8125rem;
  }

  nav ul li a {
    font-size: 1.125rem;
  }

  body.activateStickyHeader .headerMain {
    padding: 10px 50px 0;
    height: 50px;
  }

  .heroContentBlock {
    max-width: 630px;
  }

  .flexBtn {
    margin-top: 50px;
  }
  .flexBtn span {
    font-size: 1.125rem;
  }
  .flexBtn .playButton {
    transform: scale(0.8);
  }

  .btn {
    font-size: 1.25rem;
  }

  .slantContent .copyWrap .btn {
    margin-top: 40px;
  }

  .twoColumnContent .inner .btn:nth-of-type(1) {
    margin-top: 40px;
  }

  .fullWidthContent .copyWrap .btn {
    margin-top: 30px;
  }

  .gridFlex .gridBlock .blockLabel {
    font-size: 2.625rem;
  }
  .gridFlex .gridBlock .blockCopy {
    font-size: 1.125rem;
  }

  .threeColumnSlant .slantBlock .slantBlockTitle {
    font-size: 1.1875rem;
    margin-bottom: 30px;
  }
  .threeColumnSlant .slantBlock .slantBlockCopy {
    padding: 40px 30px 80px;
  }
  .threeColumnSlant .slantBlock .slantBlockCopy p {
    font-size: 0.875rem;
  }

  .readMore {
    font-size: 0.8125rem;
  }

  .threeColumnSlant .slantBlock:nth-of-type(1) {
    width: 48%;
  }
  .threeColumnSlant .slantBlock:nth-of-type(1) .slantBlockCopy {
    padding-left: 240px;
  }
  .threeColumnSlant .slantBlock:nth-of-type(1) .container {
    margin-right: -5%;
  }

  .threeColumnSlant .slantBlock:nth-of-type(3) {
    width: 48%;
  }
  .threeColumnSlant .slantBlock:nth-of-type(3) .container {
    margin-left: -15%;
  }

  footer {
    padding: 4% 2% 3% 6%;
  }

  ul.footerNav {
    margin-bottom: 50px;
  }
  ul.footerNav li a {
    font-size: 1rem;
  }

  .footerMiddleRow span, .footerMiddleRow a {
    font-size: 1rem;
  }

  .footerMiddleRow .footerAddress {
    min-width: 350px;
  }

  .footerBottomRow span, .footerBottomRow a {
    font-size: 0.875rem;
  }

  .footerLogoContainer {
    width: 150px;
    margin-right: 7%;
  }

  .backToTopButton {
    width: 75px;
  }

  body.activateStickyHeader nav ul li a {
    padding-bottom: 15px;
  }

  .fullWidthQuote .quote {
    font-size: 3.125rem;
  }

  .searchBox {
    margin-right: 40px;
  }
  .searchBox input {
    font-size: 1.1875rem;
    width: 235px;
  }

  .filters {
    width: 40px;
  }

  .sort {
    margin-top: 0;
  }

  .blockLabel {
    font-size: 1.875rem;
    margin-bottom: 25px;
  }

  .swiperSlant span.boldLabel {
    font-size: 3.125rem;
    margin-bottom: 40px;
  }

  .newsSwiperContainer .swiper-button-next {
    right: 20px;
  }

  .newsGridContainer .cardGrid .card {
    padding: 50px;
  }

  .cardGrid .card_tagName {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  .cardGrid .card_title {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }
  .cardGrid .card_date {
    font-size: 0.875rem;
  }

  .articleContainer .flexgrp .col:last-of-type {
    max-width: 550px;
    min-width: 550px;
    height: 440px;
  }

  .articleMain p {
    margin: 0 0 50px;
  }

  .articleMain img {
    margin-bottom: 50px;
  }

  .articleContainer .date {
    font-size: 1.1875rem;
    padding-bottom: 30px;
  }

  .articleContainer .inner {
    padding: 0 6% 6% 15%;
  }

  .articleContainer .btn {
    font-size: 1rem;
    width: 150px;
  }

  .articleNavigation a {
    font-size: 1.125rem;
  }

  .articleNavigation a img {
    width: 25px;
  }

  .solidHeaderBackground .heroContentBlock {
    max-width: 1200px;
  }

  .leadershipGrid .gridInner {
    padding: 30px 25px 20px;
  }
  .leadershipGrid .gridInner .leaderName {
    font-size: 1.4375rem;
    margin-bottom: 8px;
  }
  .leadershipGrid .gridInner .leaderRole {
    font-size: 1rem;
  }
  .leadershipGrid .gridBlockFooter a {
    font-size: 0.875rem;
  }

  .cardScroller {
    padding: 80px 80px 50px;
  }

  .modalCard .cardHeader span {
    font-size: 1.5rem;
  }

  .modalCard .cardHeader {
    margin-bottom: 30px;
  }

  .locationsHeader .panel {
    padding: 150px 50px 100px;
  }
  .locationsHeader .panel .innerPanel {
    padding-top: 100px;
  }
  .locationsHeader .panel .panelBackBtn {
    min-width: 42px;
    max-width: 42px;
    min-height: 42px;
    max-height: 42px;
    margin-right: 40px;
  }
  .locationsHeader .panel .infoBlock .locationName {
    font-size: 1.5625rem;
    margin-bottom: 22px;
  }
  .locationsHeader .panel .infoBlock span {
    font-size: 1.0625rem;
  }
  .locationsHeader .panel .infoBlock .externalMapLink {
    font-size: 1.0625rem;
    margin-top: 25px;
  }

  .locationSelectionContainer h2 {
    font-size: 2.625rem;
  }

  .locationTab .tabInner {
    padding: 40px 0 40px 8%;
  }
  .locationTab .tabInfo .locationName {
    font-size: 1.25rem;
    padding-bottom: 10px;
  }
  .locationTab .tabInfo span {
    font-size: 1.125rem;
  }

  .articleContainer .articleImage {
    margin-top: -250px;
    width: 550px;
    height: 440px;
  }

  .module_map .inner {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .largeText {
    font-size: 3.4375rem;
  }

  .smallText {
    font-size: 1.125rem;
  }

  .accordionSection h3 {
    font-size: 2.8125rem;
  }

  .accordionSection .acc__title {
    font-size: 1.5rem;
  }

  .heroContentBlock.centerContent h1 {
    font-size: 4.375rem;
  }

  .heroContentBlock.centerContent p {
    font-size: 1.375rem;
  }

  .iconFlexContainer {
    transform: scale(1.8);
  }

  .gridFlex .gridBlock .blockCopy {
    padding-top: 25px;
  }

  .threeColumn .inner {
    padding: 6% 6%;
  }

  .interactiveCover .inner {
    padding: 6% 6%;
  }

  .icon_811 {
    min-width: 130px;
    max-width: 130px;
    min-height: 130px;
    max-height: 130px;
    font-size: 2.375rem;
    margin: 20px auto 45px;
  }

  .swiper-card .card-copy .cardTitle {
    font-size: 1.5rem;
    height: 58px;
  }

  .swiper-card .card-copy p {
    font-size: 1.0625rem;
  }

  .fullQuoteBlock .inner {
    padding: 5% 10%;
  }

  .fullQuoteBlock p {
    font-size: 1.5625rem;
  }

  .fullQuoteBlock .quoteCredit {
    font-size: 1.125rem;
  }

  .fullQuoteBlock .quoteIcon {
    width: 46px;
    margin: 0 auto 10px;
  }

  .radialImage {
    transform: scale(0.95);
  }

  .fullWidthContent:before {
    top: -75px;
  }

  .fullWidthContent .inner {
    padding-bottom: 4%;
  }

  .threeColumn .col-label {
    font-size: 1.8125rem;
    padding-bottom: 15px;
  }

  .layout-video-scrubber-alt .vid-wrapper {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 1505px) {
  .gridFlex {
    max-width: 1188px;
    width: 100%;
    padding: 0 6%;
  }
}
@media screen and (max-width: 1460px) {
  .gridFlex {
    width: 85%;
  }

  .gridFlex .gridCopyBlock {
    min-width: 250px;
    max-width: 250px;
    margin-right: 4%;
  }
}
@media screen and (max-width: 1400px) {
  .footerLogoContainer {
    width: 130px;
    margin-right: 6%;
  }

  ul.footerNav {
    margin-bottom: 40px;
  }
  ul.footerNav li {
    margin-right: 25px;
  }
  ul.footerNav li a {
    font-size: 1rem;
  }

  .footerMiddleRow span, .footerMiddleRow a {
    font-size: 1rem;
  }

  .footerBottomRow span, .footerBottomRow a {
    font-size: 0.875rem;
  }

  .backToTopButton {
    width: 60px;
  }

  .headerBanner .bannerLinks a:last-of-type {
    padding-right: 50px;
  }

  .threeColumnSlant .slantBlock:after {
    bottom: 20%;
    height: 80px;
  }

  .articleContainer .flexgrp .col:last-of-type {
    max-width: 525px;
    min-width: 525px;
    height: 419px;
  }
}
@media screen and (max-width: 1280px) {
  .twoColumnContent h4 {
    font-size: 1.4375rem;
  }

  .template-home .videoHeader .inner {
    padding-top: 6%;
  }

  .headerMain .headerLogo {
    width: 140px;
  }

  .headerImage:before {
    top: -130px;
  }

  .certificationGrid .certBlock span {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .executiveTeam {
    margin-top: 150px;
  }

  .headerImage {
    height: 40vw;
  }

  .fullQuoteBlock p {
    font-size: 1.375rem;
  }

  .fullQuoteBlock .quoteCredit {
    font-size: 1rem;
  }

  .fullQuoteBlock .quoteIcon {
    width: 40px;
  }

  h1 {
    font-size: 3rem;
    margin: 15px 0 30px;
  }

  h2 {
    font-size: 2.375rem;
    margin: 10px 0 30px;
  }

  h3 {
    font-size: 1.6875rem;
    margin: 10px 0 20px;
  }

  p, ul, ol {
    font-size: 1.0625rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  .footnoteContainer p, .footnoteContainer span, .footnoteContainer ul, .footnoteContainer ol {
    font-size: 0.875rem;
  }

  .disclaimer .inner p {
    font-size: 0.75rem;
  }

  .smlTitle {
    font-size: 1rem;
  }

  .headerBanner .bannerLinks a {
    font-size: 0.75rem;
    padding: 12px 17px;
  }

  body.activateStickyHeader {
    padding-top: 32px;
  }

  nav ul li {
    margin-right: 35px;
  }

  nav ul li a {
    font-size: 1rem;
  }

  body.activateStickyHeader nav ul li a {
    font-size: 0.875rem;
    padding-bottom: 16px;
  }

  nav ul li ul.subnav li a {
    font-size: 0.8125rem;
    padding-bottom: 10px;
  }

  .twoColumnContent .inner .btn:nth-of-type(1) {
    margin-top: 30px;
  }

  .fullWidthContent .copyWrap .btn {
    margin-top: 20px;
  }

  .flexBtn {
    margin-top: 0px;
  }
  .flexBtn span {
    font-size: 0.9375rem;
    margin-top: -5px;
  }
  .flexBtn .playButton {
    transform: scale(0.7);
  }

  .btn {
    font-size: 1rem;
    padding: 14px 35px;
  }

  .slantContent {
    padding: 6% 8% 8%;
    width: 50%;
  }
  .slantContent .copyWrap .btn {
    margin-top: 30px;
  }

  .slantImg {
    width: 50%;
  }

  .gridFlex .gridBlock {
    padding-bottom: 5%;
  }
  .gridFlex .gridBlock .blockLabel {
    font-size: 2.5rem;
    margin-bottom: 5px;
  }
  .gridFlex .gridBlock .blockCopy {
    font-size: 1rem;
  }
  .gridFlex .gridBlock svg {
    width: 120px;
  }

  .iconGrid:before {
    top: -70px;
    height: 150px;
  }

  .threeColumnSlant .slantBlockHeader {
    height: 40vw;
  }

  .threeColumnSlant .slantBlock .slantBlockCopy {
    padding: 35px 20px 55px;
  }
  .threeColumnSlant .slantBlock .slantBlockCopy p {
    font-size: 0.875rem;
  }

  .readMore {
    font-size: 0.75rem;
    margin-top: 7px;
  }

  .threeColumnSlant .slantBlock:nth-of-type(1) .slantBlockCopy {
    width: 93%;
    padding-left: 230px;
  }

  body.activateStickyHeader .headerMain .headerLogo {
    width: 300px;
    padding: 0 40px;
  }

  .grid {
    margin-top: 20px;
  }

  .logo-swiper .swiper-pagination, .logo-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 6%;
    bottom: 40px;
  }

  .cardGrid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .cardGrid .card {
    padding: 40px;
  }
  .cardGrid .card p {
    width: 100%;
  }

  .cardGrid .card:nth-of-type(3) {
    padding-top: 40px;
  }
  .cardGrid .card:nth-of-type(3):before {
    display: block;
  }
  .cardGrid .card:nth-of-type(3):after {
    display: block;
  }

  .sliderBox {
    padding: 5%;
  }
  .sliderBox .copyWrap {
    margin-right: 100px;
  }
  .sliderBox .sliderCaret {
    min-width: 35px;
    max-width: 35px;
  }
  .sliderBox:hover:after {
    left: 88%;
  }

  .fullWidthQuote .quote {
    font-size: 2.8125rem;
  }
  .fullWidthQuote .quote:before {
    width: 30px;
    height: 24px;
    top: -15px;
    margin-right: 15px;
  }

  .module_fullWidthSlant h4:first-of-type {
    margin-top: 20px;
  }

  .module_fullWidthSlant h4 {
    margin: 60px 0 10px;
  }

  h4 {
    font-size: 1.3125rem;
  }

  .cardGrid .card:nth-child(2n+2):after {
    display: none;
  }

  .searchBox {
    margin-right: 35px;
  }
  .searchBox input {
    font-size: 1.0625rem;
  }

  .filters {
    width: 35px;
  }

  .sort {
    width: 34px;
    margin-left: 15px;
  }

  .blockLabel {
    font-size: 1.6875rem;
    margin-bottom: 25px;
  }

  .swiperSlant span.boldLabel {
    font-size: 2.8125rem;
    margin-bottom: 30px;
  }

  .newsSwiperContainer .swiper-button-next {
    right: 20px;
  }

  .newsGridContainer .cardGrid .card {
    padding: 40px;
  }

  .cardGrid .card_thumb {
    height: 24vw;
  }
  .cardGrid .card_tagName {
    font-size: 0.8125rem;
    margin-bottom: 10px;
  }
  .cardGrid .card_title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .cardGrid .card_date {
    font-size: 0.8125rem;
  }

  .swiperSlant .slantImg, .swiperSlant .slantContent {
    width: 50%;
  }

  .loadMoreButton {
    margin-top: 60px;
  }

  .requestContainer .requestLabel {
    font-size: 2.375rem;
    margin-bottom: 30px;
  }

  .swiperSlant p {
    font-size: 1.0625rem;
  }

  .solidHeaderBackground .heroContentBlock {
    max-width: 900px;
  }

  .articleContainer .inner {
    padding: 0 6% 6% 10%;
  }

  .articleContainer .flexgrp .col:last-of-type {
    max-width: 480px;
    min-width: 480px;
    height: 383px;
  }

  .articleContainer .date {
    font-size: 1.125rem;
    padding: 20px 0 30px;
  }

  .articleMain p {
    margin: 0 0 40px;
  }

  .articleMain img {
    margin-bottom: 40px;
  }

  .articleMain p:first-of-type {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }

  .articleContainer .btn {
    font-size: 0.9375rem;
    width: 145px;
  }

  .articleNavigation a {
    font-size: 1rem;
  }

  .articleNavigation a img {
    width: 22px;
  }

  .leadershipGrid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .leadershipGrid .gridInner {
    padding: 30px 25px 20px;
  }
  .leadershipGrid .gridInner .leaderName {
    font-size: 1.1875rem;
    margin-bottom: 6px;
  }
  .leadershipGrid .gridInner .leaderRole {
    font-size: 0.875rem;
  }
  .leadershipGrid .leadershipGrid .gridBlockFooter a {
    font-size: 0.875rem;
  }

  .modalCard .cardHeader span {
    font-size: 1.375rem;
  }

  .modalCard .cardHeader {
    margin-bottom: 30px;
  }

  .cardScroller {
    padding: 60px 60px 40px;
  }

  .modalCard .cardHeader .leaderName {
    margin-bottom: 2px;
  }

  .locationsHeader .panel {
    padding: 120px 50px 80px;
  }
  .locationsHeader .panel .innerPanel {
    padding-top: 100px;
  }
  .locationsHeader .panel .panelBackBtn {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-right: 40px;
  }
  .locationsHeader .panel .infoBlock .locationName {
    font-size: 1.4375rem;
    margin-bottom: 20px;
  }
  .locationsHeader .panel .infoBlock span {
    font-size: 1rem;
  }
  .locationsHeader .panel .infoBlock .externalMapLink {
    font-size: 1rem;
    margin-top: 22px;
  }

  .locationSelectionContainer:before {
    top: -65px;
    height: 120px;
  }

  .locationSelectionContainer h2 {
    font-size: 2.375rem;
  }

  .locationTab .tabInner {
    padding: 40px 0 40px 50px;
  }
  .locationTab .tabInfo .locationName {
    font-size: 1.125rem;
    padding-bottom: 8px;
  }
  .locationTab .tabInfo span {
    font-size: 1rem;
  }
  .locationTab .tabLeft {
    width: 75%;
  }
  .locationTab .tabRight {
    width: 25%;
    padding-right: 10px;
  }
  .locationTab .tabRight span {
    font-size: 1.125rem;
  }
  .locationTab .tabRight svg {
    width: 30px;
    margin-left: 30px;
  }
  .locationTab .tabFlex:after {
    width: calc(25% + 10px);
  }
  .locationTab .listIndicator {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-right: 40px;
    font-size: 1.125rem;
  }

  .locationTab:hover .tabFlex:after, .locationTab.active .tabFlex:after {
    right: -30px;
  }

  .articleContainer .articleImage {
    margin-top: -210px;
    width: 480px;
    height: 383px;
    padding-left: 60px;
  }

  .largeText {
    font-size: 3rem;
    margin-bottom: 5px;
  }

  .smallText {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .swiper-pagination, .swiper-pagination-bullets.swiper-pagination-horizontal {
    max-width: 30%;
  }

  .module_fullWidthSlant .swiper {
    width: 50%;
  }

  .row-fluid .form-group.selectaservice .umbraco-forms-label,
  .row-fluid .form-group.utilitiestobemarked .umbraco-forms-label {
    font-size: 1rem;
  }

  .fullWidthQuote .attribution {
    font-size: 1.25rem;
  }

  div#\38 c3c71a7-d0fd-4c5a-bba9-39a3b596e74b h4,
  .row-fluid .form-group.utilitiestobemarked h4,
  .labelContainer .label {
    font-size: 1rem;
  }

  .accordionSection h3 {
    font-size: 2.625rem;
  }

  .accordionSection .acc__title {
    font-size: 1.375rem;
  }

  .accordionSection .acc__title svg {
    transform: scale(0.85);
  }

  .accordionSection .acc__title.active svg {
    transform: scale(0.85) rotate(90deg);
  }

  .accordionSection:after {
    height: 115px;
    bottom: -58px;
  }

  .heroContentBlock.centerContent {
    padding-top: 4%;
  }

  .heroContentBlock.centerContent h1 {
    font-size: 3.875rem;
  }

  .heroContentBlock.centerContent p {
    font-size: 1.1875rem;
  }

  .threeColumn .col-label {
    font-size: 1.6875rem;
    padding-bottom: 10px;
  }

  .threeColumn .col-icon {
    height: 90px;
  }
}
@media screen and (max-width: 1230px) {
  ul.footerNav li a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1200px) {
  .layout-video-scrubber-alt .vid-wrapper {
    margin-bottom: 0%;
  }

  .service-card-slider {
    padding: 50px 100px 0 40px;
  }

  .services-swiper .swiper-button-next {
    width: 70px;
    right: 15px;
  }

  .formContainer .formHeader p {
    margin-bottom: 60px;
  }

  .gridFlex {
    width: 90%;
  }

  .swiper-card .card-copy .cardTitle {
    font-size: 1.375rem;
    height: 54px;
  }

  .swiper-card .card-copy {
    padding: 45px 10%;
  }

  .module_fullWidthLargeHeader.videoHeader {
    height: 650px;
  }

  .template-home .fullWidthContent:before {
    top: -76px;
  }

  .template-home .largeVideoContainer video {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1170px) {
  ul.footerNav {
    margin-bottom: 30px;
  }

  .fullWidthContent:before {
    top: -80px;
    height: 150px;
  }

  .headerBanner .bannerLinks a:last-of-type {
    padding-right: 40px;
  }

  .footerLogoContainer {
    width: 110px;
    margin-right: 4%;
  }

  .threeColumnSlant .slantBlock:nth-of-type(1) {
    width: 54%;
  }
  .threeColumnSlant .slantBlock:nth-of-type(1) .slantBlockTitle {
    padding-left: 70px;
  }
  .threeColumnSlant .slantBlock:nth-of-type(1) .slantBlockCopy {
    width: 95%;
  }

  .footerMiddleRow .footerAddress {
    margin-right: 10px;
  }

  .backToTopButton {
    width: 50px;
  }

  ul.footerNav li a {
    font-size: 0.9375rem;
  }

  ul.footerNav li {
    margin-right: 16px;
  }

  .footerMiddleRow span, .footerMiddleRow a {
    font-size: 0.9375rem;
  }

  .footerMiddleRow .directionsLink {
    margin-right: 20px;
  }

  footer {
    padding-left: 40px;
  }
  footer .socialLinks a {
    transform: scale(1);
    margin-right: 15px;
  }

  .interiorHeaderWithOverlay .skewOverlay {
    width: 60%;
  }

  .articleContainer .flexgrp .col:last-of-type {
    max-width: 400px;
    min-width: 400px;
    height: 319px;
  }

  .solidHeaderBackground .inner {
    padding: 12% 8% 12%;
    min-height: 300px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1150px) {
  .layout-location-map.newLocationMap .mapHeader {
    margin-bottom: 0px;
  }

  .layout-location-map.newLocationMap .mapHeader {
    margin-bottom: 0px;
  }

  .layout-location-map.newLocationMap .map-svg {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-left: 0;
    transform: translate(0, -50%);
  }

  .layout-location-map .info-box {
    margin: -180px 0 0 -35px;
  }

  .layout-location-map.newLocationMap .map-wrapper {
    height: 55vw;
  }
}
@media screen and (max-width: 1080px) {
  .quoteSlant:before {
    top: -75px;
  }

  .heroContentBlock.centerContent {
    width: 90%;
  }

  .articleContainer .inner {
    padding: 0 6% 6%;
  }

  .locationsHeader .panel {
    padding: 120px 40px 80px;
  }
  .locationsHeader .panel .panelBackBtn {
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    margin-right: 35px;
  }
  .locationsHeader .panel .panelBackBtn svg {
    margin-left: -2px;
  }

  .locationSelectionContainer h2 {
    font-size: 2.125rem;
  }

  .locationInner {
    padding: 30px 20px 30px;
  }

  .locationSelectionContainer {
    padding-bottom: 30px;
  }

  .locationTab .tabInner {
    padding: 40px 0 40px 40px;
  }
  .locationTab .listIndicator {
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    margin-right: 35px;
    font-size: 1rem;
  }

  .formContainer .formHeader p {
    margin-bottom: 40px;
  }

  .formContainer .inner {
    padding-top: 6%;
    padding-bottom: 8%;
  }

  .row-fluid .form-group {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .row-fluid .form-group label, .row-fluid .form-group input, .row-fluid .form-group select, .row-fluid .form-group textarea {
    font-size: 1rem;
  }

  .formContainer input[type="submit"] {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .layout-video-scrubber-alt .vid-wrapper {
    width: 90%;
    height: 348px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .locationsSlant:before {
    height: 150px;
  }

  .locationsHeader .panel {
    padding: 80px 40px 80px;
  }

  .module_cardGridContainer h2 {
    margin-bottom: 30px;
  }

  .module_cardGridContainer .inner .copyWrap {
    padding-bottom: 40px;
  }

  .twoColumnContent.centered-image .col.colImage {
    background-size: contain !important;
  }

  .template-home .module_fullWidthLargeHeader.videoHeader {
    height: 580px;
  }

  .template-home .largeVideoContainer {
    height: 580px;
    display: flex;
    justify-content: center;
  }

  .template-home .heroContentBlock.centerContent {
    width: 100%;
  }

  .newsGridContainer {
    padding-top: 40px;
  }

  .twoColumn5050.whiteBG .colContent p {
    margin: 10px 0 50px;
  }

  .newsGridContainer .inner {
    padding-top: 70px;
  }

  .textBtn {
    font-size: 1rem;
    margin: 30px 0 0px;
  }

  .grid {
    margin-top: 60px;
  }

  .certificationGrid .grid {
    margin: 60px 0;
  }

  .certificationGrid .certBlock span {
    font-size: 1.5625rem;
  }

  .gridFlex {
    max-width: 1188px;
    margin: 0;
    padding: 0 40px;
  }

  footer .socialLinks {
    margin-top: 47px;
  }

  .threeColumnSlant .slantBlock:nth-of-type(1) .container .radialImage {
    margin-left: 10%;
  }

  .threeColumnSlant .slantBlock:nth-of-type(3) .container {
    margin-left: -20%;
  }

  .threeColumnSlant .slantBlock:nth-of-type(3) .container .radialImage {
    margin-right: 5%;
  }

  .radialImage {
    transform: scale(0.75);
  }

  .heroContentBlock.centerContent h1 {
    font-size: 3.5rem;
  }

  .heroContentBlock.centerContent p {
    font-size: 1.0625rem;
  }

  h1 {
    font-size: 2.5rem;
    margin: 12px 0 25px;
  }

  h2 {
    font-size: 2.0625rem;
    margin: 10px 0 25px;
  }

  h3 {
    font-size: 1.5rem;
    margin: 10px 0 20px;
  }

  p, ul, ol {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }

  .footnoteContainer p, .footnoteContainer span, .footnoteContainer ul, .footnoteContainer ol {
    font-size: 0.8125rem;
  }

  .footnoteContainer p, .footnoteContainer ul, .footnoteContainer ol {
    margin-bottom: 10px;
  }

  .smlTitle {
    font-size: 0.875rem;
  }

  .inner {
    padding: 150px 40px 100px;
  }

  .interiorHeaderWithOverlay .inner {
    position: relative;
    padding: 120px 40px 0 130px;
  }

  .headerBanner .bannerLinks a {
    font-size: 0.6875rem;
    padding: 8px 14px;
    height: 27px;
  }

  body.activateStickyHeader {
    padding-top: 27px;
  }

  nav ul li {
    margin-right: 28px;
  }

  nav ul li a {
    font-size: 0.875rem;
  }

  nav ul li ul.subnav li a {
    font-size: 0.75rem;
    padding: 9px 15px;
  }

  .headerMain .headerLogo {
    width: 100px;
  }

  .heroContentBlock {
    max-width: 500px;
    padding-left: 0;
  }

  .flexBtn span {
    font-size: 0.875rem;
    margin-right: 0;
  }
  .flexBtn .playButton {
    transform: scale(0.6);
  }

  .btn {
    font-size: 0.875rem;
    padding: 15px 35px;
  }

  .slantContent {
    padding: 80px 60px 40px;
  }
  .slantContent:before {
    width: 300px;
  }

  .module_fullWidthSlant.reverse .slantContent:after {
    width: 310px;
  }

  .slantImg, .module_fullWidthSlant .swiper {
    width: 50%;
  }

  .threeColumnSlant .slantBlock .slantBlockTitle {
    font-size: 1.125rem;
  }
  .threeColumnSlant .slantBlock .slantBlockCopy {
    padding: 25px 15px 40px;
  }
  .threeColumnSlant .slantBlock .slantBlockCopy p {
    font-size: 0.8125rem;
  }
  .threeColumnSlant .readMore {
    font-size: 0.75rem;
    margin-top: 5px;
  }

  .gridFlex .gridBlock .blockLabel {
    font-size: 2.25rem;
  }
  .gridFlex .gridBlock .blockCopy {
    font-size: 0.875rem;
  }

  .footerLogoContainer {
    width: 100px;
    margin-right: 3%;
  }

  ul.footerNav {
    margin-bottom: 35px;
  }
  ul.footerNav li {
    margin-right: 20px;
  }
  ul.footerNav li a {
    font-size: 0.8125rem;
  }

  .footerMiddleRow {
    margin-bottom: 20px;
  }
  .footerMiddleRow .footerAddress {
    margin-right: 20px;
  }
  .footerMiddleRow span, .footerMiddleRow a {
    font-size: 0.8125rem;
  }

  .backToTopButton {
    width: 45px;
  }

  .gridFlex .iconFlexContainer {
    transform: scale(1.3);
    margin-bottom: 10px;
  }

  .sliderBox .imgWrap {
    margin-right: 40px;
    min-width: 110px;
    max-width: 110px;
  }

  .sliderBox .sliderCaret {
    min-width: 28px;
    max-width: 28px;
  }

  .sliderBox {
    padding: 50px 40px;
  }

  .fullWidthQuote .quote {
    font-size: 2.375rem;
  }
  .fullWidthQuote .quote:before {
    width: 26px;
    height: 21px;
    top: -10px;
    margin-right: 10px;
  }

  .fullWidthQuote .attribution {
    font-size: 1.0625rem;
    margin: 20px 20px 0 0;
  }

  .blockLabel {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .swiperSlant span.boldLabel {
    font-size: 2.25rem;
    margin-bottom: 20px;
  }

  .newsSwiperContainer .swiper-button-next {
    right: 20px;
  }

  .newsGridContainer .cardGrid .card {
    padding: 30px;
  }

  .cardGrid .card_tagName {
    font-size: 0.75rem;
    margin-bottom: 10px;
  }
  .cardGrid .card_title {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
  .cardGrid .card_date {
    font-size: 0.75rem;
  }

  .swiperSlant p {
    font-size: 0.9375rem;
  }

  .swiperSlant .slantContent:before {
    right: calc(100% - 100px);
    width: 150px;
  }

  .newsMainContainer .newsSwiperContainer .swiperSlant .slantContent:before {
    right: 100px;
    width: 100%;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 40px;
  }

  .newsSwiperContainer .swiper-pagination {
    bottom: -40px !important;
  }

  .requestContainer .requestLabel {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .solidHeaderBackground .heroContentBlock {
    max-width: 650px;
  }

  .articleContainer .flexgrp .col:last-of-type {
    max-width: 350px;
    min-width: 350px;
    height: 280px;
  }

  .articleContainer .date {
    font-size: 1rem;
    padding-bottom: 20px;
  }

  .articleContainer .btn {
    font-size: 0.875rem;
    width: 140px;
  }

  .articleMain p {
    margin: 0 0 30px;
  }

  .articleMain img {
    margin-bottom: 30px;
  }

  .articleContainer .inner {
    padding: 0 40px 60px 40px;
  }

  .leadershipGrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .leadershipMainContainer .inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .mapContainer .textWrapper {
    padding-bottom: 20px;
    padding-top: 0;
  }

  .articleContainer .articleImage {
    margin-top: -140px;
    width: 400px;
    height: 319px;
    padding-left: 50px;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 40px;
  }

  .module_map .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .map-wrapper.skew-map .svg-responsive {
    margin-top: -50px;
  }

  .accordionSection h3 {
    font-size: 2.25rem;
  }

  .accordionSection .acc__title {
    font-size: 1.125rem;
    padding: 15px 5px 15px 0;
  }

  .accordionSection .inner {
    padding-top: 60px;
  }

  ol li {
    padding-left: 40px;
  }

  ol li:before {
    content: counter(list-item);
    left: 0;
    top: 5px;
    height: 23px;
    width: 23px;
    font-size: 0.875rem;
  }

  .headerMain {
    padding: 0 30px;
  }

  nav.mainNav {
    margin-top: 5px;
  }

  .module_fullWidthLargeHeader.videoHeader .inner {
    padding: 80px 40px 0;
  }

  .fullQuoteBlock .inner, .interactiveCover .inner, .threeColumn .inner {
    padding: 50px 40px;
  }

  .fullQuoteBlock p {
    font-size: 1.375rem;
  }

  .fullQuoteBlock .quoteCredit {
    font-size: 1rem;
  }

  .fullQuoteBlock .quoteIcon {
    width: 40px;
    margin: 0 auto 10px;
  }

  .threeColumn .col-label {
    font-size: 1.5625rem;
    padding-bottom: 8px;
  }

  .threeColumn .col-icon {
    height: 75px;
  }

  .threeColumn .col-label:after {
    margin-top: 20px;
    height: 4px;
  }

  .logoSlant .slantImg img {
    width: 35%;
    margin-left: 35%;
  }
}
@media screen and (max-width: 1000px) {
  .threeColumnSlant .slantBlock:nth-of-type(3) {
    margin-right: -60px;
  }

  .locationTab .tabRight {
    width: 30%;
  }

  .locationTab .tabFlex:after {
    width: calc(30% + 10px);
  }
}
@media screen and (max-width: 960px) {
  .interactiveCover .inner {
    padding: 3% 20px;
  }

  .icon_811 {
    min-width: 110px;
    max-width: 110px;
    min-height: 110px;
    max-height: 110px;
    font-size: 30px;
    margin: 20px auto 45px;
  }

  .interactiveCover .inner .btn {
    display: inline-block;
    margin: 1% 0 0;
  }
}
@media screen and (max-width: 900px) {
  .headerImage.withVideo .flexBtn {
    margin-top: 0;
    transform: translateY(10px);
  }

  .module_fullWidthSlant.reverse.logoSlant .slantContent:after {
    right: -100px;
  }

  .logoSlant .slantImg img {
    width: 40%;
    margin-left: 35%;
  }

  .headerImage {
    height: 50vw;
  }

  .threeColumnSlant .slantBlockHeader {
    height: 50vw;
  }

  .iconGrid .gridFlex {
    display: block;
  }

  footer {
    padding: 40px;
  }
  footer .counterSkew {
    flex-direction: column;
  }
  footer .socialLinks {
    margin-left: 0;
    margin-top: 10px;
  }

  .footerMiddleRow {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .footerLogoContainer {
    width: 120px;
    margin: 20px 0px 10px;
  }

  ul.footerNav li a {
    font-size: 0.875rem;
    display: block;
    line-height: 1.1;
    margin: 25px 0;
  }

  ul.footerNav {
    margin-bottom: 20px;
  }

  .footerMiddleRow span, .footerMiddleRow a {
    font-size: 0.9375rem;
    margin-bottom: 15px;
  }

  .gridFlex {
    width: 85%;
    flex-wrap: wrap;
  }

  .threeColumnSlant .slantBlock:nth-of-type(1) .slantBlockCopy {
    width: 100%;
  }

  .gridFlex .iconFlexContainer {
    transform: scale(1.5);
    margin-bottom: 20px;
  }

  .gridFlex .gridCopyBlock {
    max-width: 400px;
  }

  .articleContainer .articleImage {
    width: 350px;
    height: 279px;
  }

  .slantImg, .module_fullWidthSlant .swiper, .slantContent {
    width: 50%;
  }

  .slantContent {
    padding: 80px 40px 40px;
  }

  .slantContent:before {
    width: 315px;
  }

  .swiper-pagination, .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 2%;
  }

  .largeText {
    font-size: 2.625rem;
    margin-bottom: 5px;
  }

  .smallText {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }

  .icon_811 {
    min-width: 90px;
    max-width: 90px;
    min-height: 90px;
    max-height: 90px;
    font-size: 1.5rem;
    margin: 0px auto 18px;
  }

  .interactiveCover .inner p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  .fullWidthContent.layout-location-map.newLocationMap:before {
    display: none;
  }

  .layout-location-map.newLocationMap .mobile-selector {
    margin: 30px 0 20px;
  }

  .mapHeader p {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  ul.footerNav li {
    margin-right: 15px;
  }
}
@media screen and (min-width: 767px) {
  html.with-scrollbarComp .hide-scrollbar {
    overflow: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mapContainer h3, .mapContainer p {
    color: #fff;
  }

  .heroContentBlock.centerContent {
    padding-top: 0;
  }

  .template-home .fullWidthContent:before {
    top: -47px;
  }

  .template-home .videoHeader .inner {
    padding: 50px 20px 0;
  }

  .heroContentBlock.centerContent h1 {
    font-size: 2.875rem;
  }

  .heroContentBlock.centerContent p {
    font-size: 0.9375rem;
  }

  .fullQuoteBlock p {
    font-size: 1.25rem;
  }

  .logo-swiper {
    margin-bottom: 80px;
  }

  .logo-swiper .swiper-pagination, .logo-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 100px;
  }

  .threeColumnList .innerTwoCol {
    margin-top: 40px;
  }

  .layout-locator-lines.addPadding {
    padding-bottom: 100px;
    position: relative;
  }
  .layout-locator-lines.addPadding:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #219DBB;
  }

  .layout-video-scrubber-alt {
    margin-bottom: 40px;
  }

  .headerImage:before {
    top: -150px;
  }

  .quoteSlant:before {
    top: -90px;
  }

  .certificationGrid .certBlock span {
    font-size: 1.3125rem;
  }

  .module_fullWidthSlant.reverse.logoSlant {
    display: flex;
    flex-direction: column-reverse;
  }

  .module_fullWidthSlant.reverse.logoSlant .slantContent {
    padding: 40px 40px 0px;
  }
  .module_fullWidthSlant.reverse.logoSlant .slantContent:before {
    top: auto;
    bottom: -50px;
  }

  .logoSlant .slantImg img {
    width: 35%;
    margin-left: 0;
    margin-top: 10%;
  }

  .threeColumnSlant .slantBlockHeader .container {
    transform: skewX(5deg);
    flex-direction: row;
    justify-content: space-between;
  }

  .mobileSlant:before {
    display: block !important;
    top: -50px;
    height: 100px;
  }

  .threeColumnSlant {
    flex-direction: column;
  }

  .inner.teal-bg {
    padding-bottom: 120px;
  }

  .fullWidthContent.slantReverse.mobileSlant {
    border-bottom: none;
  }

  h4 {
    font-size: 1.1875rem;
  }

  .threeColumnSlant .slantBlock:nth-of-type(3) .container {
    margin-left: 0;
  }

  .threeColumnSlant .slantBlock:nth-of-type(1) .container .radialImage {
    margin-left: 0;
    pointer-events: none;
  }

  .threeColumnSlant .slantBlock:nth-of-type(1) .container {
    margin-right: 0;
  }

  .threeColumnSlant .slantBlock:nth-of-type(3) .container .radialImage {
    margin-right: 0;
  }

  .radialImage {
    transform: scale(0.6);
    border: 2px solid #fff;
  }
  .radialImage:after {
    border: 2px solid #fff;
  }

  .fullQuoteBlock.mobileSlant {
    padding-bottom: 50px;
  }

  .slantBlockHeader.activateAccordion.is-active .radialImage:after {
    transform: scale(1.15);
  }

  .innerRadial {
    border: 6px solid #fff;
  }

  .threeColumnSlant {
    overflow: visible;
    margin-bottom: -40px;
  }
  .threeColumnSlant .slantBlock {
    overflow: visible;
  }
  .threeColumnSlant .slantBlock:nth-of-type(1), .threeColumnSlant .slantBlock:nth-of-type(2), .threeColumnSlant .slantBlock:nth-of-type(3) {
    width: 100%;
    margin-left: 0;
    transform: skew(0);
  }
  .threeColumnSlant .slantBlock:nth-of-type(1) .slantBlockCopy, .threeColumnSlant .slantBlock:nth-of-type(2) .slantBlockCopy, .threeColumnSlant .slantBlock:nth-of-type(3) .slantBlockCopy {
    width: 100%;
    padding: 30px 30px 80px 30px;
    max-width: none;
    flex: none;
  }
  .threeColumnSlant .slantBlock:nth-of-type(1) .slantBlockTitle, .threeColumnSlant .slantBlock:nth-of-type(2) .slantBlockTitle, .threeColumnSlant .slantBlock:nth-of-type(3) .slantBlockTitle {
    transform: skewY(5deg) skewX(-5deg);
    margin: 0;
    padding: 0 30px 0;
    text-align: left;
    max-width: none;
    left: auto;
    width: auto;
    font-size: 1.375rem;
    font-weight: 600;
  }
  .threeColumnSlant .slantBlock .slantBlockCopy {
    transform: skew(0);
    display: none;
  }
  .threeColumnSlant .slantBlock .slantBlockTitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .threeColumnSlant .slantBlock .slantBlockTitle:after {
    content: "";
    display: block;
    width: 26px;
    height: 13px;
    background: url(../bh-images/icon-accordionCaret-thinWhite.svg) no-repeat;
    background-size: contain;
    margin-top: 20px;
    transition: transform .2s ease-in;
  }
  .threeColumnSlant .slantBlock:after {
    display: none;
  }
  .threeColumnSlant .slantBlockHeader {
    transform: skewY(-5deg);
    top: -40px;
    height: 35vw;
    justify-content: flex-end;
    cursor: pointer;
    pointer-events: all;
  }
  .threeColumnSlant .slantBlockHeader img {
    width: 100%;
    transform: skewY(5deg) skewX(0);
    left: 0;
    right: 0;
    top: -20%;
  }
  .threeColumnSlant .slantBlockHeader:hover img {
    width: 110%;
  }
  .threeColumnSlant .slantBlockHeader.is-active .slantBlockTitle:after {
    transform: rotate(180deg);
  }

  footer {
    padding: 0;
    margin-top: -33px;
    background: none;
  }
  footer .footerSkewContainer {
    transform: skewY(-5deg);
    background: #023047;
    padding: 50px 40px 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  footer:before {
    display: none;
  }
  footer:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -40px;
    left: 0;
    height: 80px;
    width: 100%;
    background: #00305B;
  }
  footer .counterSkew {
    transform: skewY(5deg);
  }

  .backToTopButton, .footerLogoContainer, .footerMainContainer {
    z-index: 4;
  }

  .backToTopButton {
    width: 70px;
    top: 20px;
    right: 15px;
    transform: skewY(5deg);
  }

  .mobileTopBtn {
    display: block;
  }

  .defaultTopBtn {
    display: none;
  }

  ul.footerNav li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  header {
    display: none;
  }

  .mNav {
    display: block;
    background: #fff;
    width: 100%;
    height: calc(100vh - 78px);
    z-index: 7;
    position: fixed;
    top: -100%;
    transition: top .5s ease;
  }

  .mNav.is-active {
    top: 78px;
  }

  .pageWrap {
    padding-top: 78px;
  }

  .mHeader {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #E2E2E2;
    height: 78px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 10;
    top: 0;
  }
  .mHeader .mNavLogo {
    width: 85px;
    margin-top: -15px;
  }

  .bannerLinks.mNavFixedLinks {
    display: block;
    height: 162px;
  }
  .bannerLinks.mNavFixedLinks .btn {
    display: block;
    border-radius: 0;
    text-align: center;
    padding: 20px;
  }

  .mNavScrollContainer {
    height: calc(100vh - 250px);
    overflow: auto;
  }
  .mNavScrollContainer ul {
    padding: 0;
    margin: 0;
  }
  .mNavScrollContainer ul li {
    list-style: none;
    padding: 0;
  }
  .mNavScrollContainer ul li a {
    color: #0F2F57;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 25px 30px;
    display: block;
    border-bottom: 1px solid #E2E2E2;
  }
  .mNavScrollContainer ul li a.hasDropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mNavScrollContainer ul li a.hasDropdown:after {
    content: "";
    display: block;
    width: 23px;
    height: 13px;
    background: url("../bh-images/icon-accordionCaret.svg") no-repeat;
    background-size: contain;
    transition: transform .2s ease-in;
  }
  .mNavScrollContainer ul li a.hasDropdown.is-active:after {
    transform: rotate(180deg);
  }
  .mNavScrollContainer ul.subnav {
    background: #EDEDED;
    display: none;
  }
  .mNavScrollContainer ul.subnav li a {
    text-transform: none;
    font-weight: 600px;
    font-size: 0.9375rem;
    padding: 18px 30px;
    border-bottom: none;
  }

  body.activateStickyHeader {
    padding-top: 0;
  }

  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 43px;
    height: 35px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }

  .c-hamburger:focus {
    outline: none;
  }

  .c-hamburger span {
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    right: 18px;
    background: #00305B;
    border-radius: 10px;
    height: 5px;
    width: 100%;
  }

  .c-hamburger span::before,
  .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    background: #00305B;
    content: "";
    border-radius: 10px;
    height: 5px;
    width: 100%;
  }

  .c-hamburger span::before {
    top: -9px;
  }

  .c-hamburger span::after {
    bottom: -9px;
  }

  .c-hamburger--htx {
    background: none;
  }

  .c-hamburger--htx span {
    -webkit-transition: background 0s 0.2s;
    transition: background 0s 0.2s;
  }

  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    -webkit-transition-duration: 0.2s, 0.2s;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }

  .c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }

  .c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }

  /* active state, i.e. menu open */
  .c-hamburger--htx.is-active {
    background: none;
  }

  .c-hamburger--htx.is-active span {
    background: none;
  }

  .c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }

  .cff-item {
    padding: 20px !important;
    border: 1px solid #fff !important;
    margin: 0 0 20px !important;
    border-radius: 5px;
    box-sizing: border-box !important;
  }

  .module_fullWidthLargeHeader .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .mflexBtn {
    position: absolute;
    z-index: 2;
  }

  .largeHeaderImage {
    position: relative;
  }

  .mflexBtn {
    display: block;
    margin: 0 auto;
  }
  .mflexBtn .playButton {
    transform: scale(0.8);
  }

  .inner, .fullWidthQuote .inner {
    padding: 50px 40px;
  }

  .interiorHeaderWithOverlay .inner {
    position: relative;
    padding: 60px 40px 0 40px;
  }

  .twoColumnContent .inner {
    padding: 50px 40px;
  }

  .module_fullWidthSlant {
    display: block;
  }

  .heroContentBlock {
    color: #000;
  }

  .slantImg {
    width: 100%;
    height: 350px;
  }

  .module_fullWidthSlant .swiper {
    width: 100%;
    height: 450px;
  }

  .slantContent {
    width: 100%;
    padding: 40px 40px 80px;
  }
  .slantContent:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -40px;
    left: 0;
    height: 80px;
    width: 100%;
    background: #FA8400;
    transform: skewY(-5deg);
  }
  .slantContent .copyWrap {
    text-align: left;
    display: block;
  }
  .slantContent .copyWrap .btn {
    float: none;
    display: inline-block;
  }
  .slantContent .copyWrap *:not(.btn) {
    width: 100%;
  }

  .slantContent .copyWrap .textBtn {
    width: auto;
  }

  .module_fullWidthSlant.reverse .slantContent {
    padding: 40px;
  }

  .module_fullWidthSlant.addPadding .slantContent {
    padding-bottom: 150px;
  }

  .gridFlex .gridBlock {
    width: 50%;
  }

  .threeColumnSlant .slantBlock .slantBlockCopy p {
    font-size: 0.875rem;
  }

  .readMore {
    font-size: 0.8125rem;
    margin-top: 15px;
  }

  .iconGrid {
    padding: 40px 0;
  }

  ul.footerNav {
    margin-bottom: 40px;
  }
  ul.footerNav li a {
    margin: 30px 0;
  }

  .footerMiddleRow span, .footerMiddleRow a {
    font-size: 0.875rem;
    margin-bottom: 15px;
  }

  .footerBottomRow span {
    margin-right: 20px;
  }

  .footerBottomRow span, .footerBottomRow a {
    font-size: 0.75rem;
  }

  .heroContentBlock .smlTitle {
    color: #000;
  }

  .footerMiddleRow .footerAddress {
    font-weight: 400;
  }

  .desktopMap {
    display: none;
  }

  .mapInner {
    height: 100%;
  }

  .mobileDropdownSelection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .mobileDropdownSelection select {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #000;
    padding: 20px 43px 20px 20px;
    border-radius: 6px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .mobileDropdownSelection select::-ms-expand {
    display: none;
  }
  .mobileDropdownSelection .textWrapper {
    margin-bottom: 40px;
    text-align: center;
  }
  .mobileDropdownSelection .textWrapper span {
    display: block;
  }
  .mobileDropdownSelection .textWrapper span span {
    display: inline;
  }
  .mobileDropdownSelection .selectionOuter {
    position: relative;
  }
  .mobileDropdownSelection .selectionOuter:after {
    content: "";
    display: block;
    width: 23px;
    height: 13px;
    background: url(../bh-images/icon-accordionCaret_black.svg) no-repeat;
    background-size: contain;
    transition: transform .2s ease-in;
    position: absolute;
    top: 23px;
    right: 10px;
    pointer-events: none;
  }

  .largeText {
    font-size: 2.8125rem;
    margin-bottom: 5px;
  }

  .smallText {
    font-size: 0.8125rem;
    margin-bottom: 0;
  }

  .iconGrid:before {
    display: none;
  }

  .module_map {
    height: auto;
    min-height: 0;
    padding: 60px 40px;
  }

  .cardGrid {
    display: block;
    margin-bottom: 80px;
  }
  .cardGrid .card:nth-of-type(2):before {
    display: block;
  }
  .cardGrid .card:after {
    display: none;
  }

  .newsGridContainer {
    margin-top: 0px;
  }
  .newsGridContainer .inner {
    padding: 50px 40px;
  }
  .newsGridContainer .cardGrid .card {
    padding: 50px;
  }

  .newsGridContainer .inner {
    padding-top: 60px;
  }

  .cardGrid .card_thumb {
    height: 45vw;
  }

  .requestContainer .inner {
    padding: 50px 40px;
  }

  .module_cardGridContainer:before {
    height: 100px;
    top: -50px;
  }

  .cardGrid .card:before {
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .cardGrid .card:nth-of-type(3):after {
    display: none;
  }

  .sliderBox {
    display: block;
    padding: 50px 5%;
  }
  .sliderBox:after {
    left: auto;
    right: -20px;
    width: 90px;
    height: 80px;
  }
  .sliderBox:hover:after {
    left: auto;
  }
  .sliderBox .copyWrap {
    margin-right: 0;
  }
  .sliderBox .imgWrap {
    margin: 0 auto 30px;
    min-width: 150px;
    max-width: 150px;
  }
  .sliderBox .imgWrap img {
    filter: grayscale(0);
  }
  .sliderBox .sliderCaret {
    position: absolute;
    top: 25px;
    right: 25px;
    min-width: 17px;
    max-width: 17px;
  }
  .sliderBox .sliderCaret .icon_feather-chevron-right {
    stroke: #fff;
    stroke-width: 3px;
  }

  .fullWidthContent:before {
    display: none;
  }

  .fullWidthContent.twoColumnContent:before, .fullWidthContent.layout-location-map:before {
    display: block;
  }

  .fullWidthContent.twoColumnContent:before {
    height: 100px;
    top: -50px;
  }

  .interiorHeaderWithOverlay .inner:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: -45px;
    left: 0;
    height: 80px;
    width: 100%;
    background: #fff;
    transform: skewY(-5deg);
  }
  .interiorHeaderWithOverlay .inner h1 {
    margin-bottom: 0;
    line-height: 1.4;
  }

  .twoColumnContent .colFlex {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .twoColumnContent .colFlex .col {
    width: 100%;
    margin-right: 0;
  }
  .twoColumnContent .colFlex .col:first-of-type {
    width: 100%;
    margin-right: 0;
    max-width: 800px;
  }
  .twoColumnContent .colFlex .col:last-of-type {
    width: 100%;
  }
  .twoColumnContent .colFlex .col .btn {
    float: left;
    clear: both;
  }
  .twoColumnContent .colFlex .col:after {
    display: table;
    clear: both;
  }

  .twoColumnContent.iconLayout .colFlex {
    padding-bottom: 0;
  }

  .twoColumnContent.iconLayout .colFlex {
    flex-direction: column-reverse;
  }
  .twoColumnContent.iconLayout .colFlex .col img {
    margin-bottom: 30px;
  }
  .twoColumnContent.iconLayout .colFlex .col:last-of-type img {
    margin-top: 0;
  }

  .twoColumnContent .colFlex .col p:last-of-type {
    margin-bottom: 0;
  }

  .twoColumnContent.twoColumn5050 .colFlex {
    padding-bottom: 0;
    flex-direction: column-reverse;
  }
  .twoColumnContent.twoColumn5050 .colImage {
    height: 280px;
  }

  .twoColumnContent.reverse .colFlex {
    flex-direction: column;
  }
  .twoColumnContent.reverse .colFlex .col:first-of-type {
    margin-left: 0;
  }

  .twoColumnContent .colFlex .col:last-of-type img {
    max-width: 250px;
    margin-top: 50px;
  }

  .twoColumnContent .imageLabel {
    margin-top: 40px;
  }

  .module_fullWidthSlant.reverse .slantContent:before {
    display: block;
  }

  .module_fullWidthSlant.reverse .slantContent:after {
    display: none;
  }

  .swiper-pagination, .swiper-pagination-bullets.swiper-pagination-horizontal, .module_fullWidthSlant.reverse .swiper-pagination {
    bottom: 80px;
    max-width: 40%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .swiper-scrollbar-drag {
    background: #71AA0F;
  }

  .twoColumnContent {
    border-bottom: none;
  }

  .serviceIcon {
    max-width: 120px;
    margin-bottom: 40px;
  }

  .hideOnMobile {
    display: none;
  }

  .fullWidthContent .inner {
    padding-bottom: 20px;
  }

  .fullWidthContent.twoColumnContent .inner {
    padding-top: 10px;
  }

  .fullWidthQuote .quote {
    font-size: 2rem;
  }
  .fullWidthQuote .quote:before {
    width: 22px;
    height: 18px;
    top: -10px;
    margin-right: 10px;
  }

  .newsMainContainer .inner {
    padding: 50px 40px 0;
  }

  .newsMainContainer:before {
    display: none;
  }

  .swiperSlant {
    flex-direction: column;
    background: #fff;
  }

  .swiperSlant .slantContent {
    padding: 40px 0 0;
  }

  .swiperSlant .slantContent:before {
    display: none;
  }

  .swiperSlant .slantImg, .swiperSlant .slantContent {
    width: 100%;
  }

  .swiperSlant span.boldLabel {
    text-align: left;
  }

  .swiperSlant, .swiperSlant a {
    color: #000;
  }

  .blockLabel {
    font-size: 1.3125rem;
    margin-bottom: 15px;
    font-weight: 700;
  }

  .swiperSlant span.boldLabel {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .newsSwiperContainer .swiper-button-next {
    right: 20px;
  }

  .newsMainContainer .newsFilters {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
  }
  .newsMainContainer .newsFilters .flexgrp {
    justify-content: space-between;
  }

  .searchBox input {
    width: 200px;
  }

  .solidHeaderBackground .container {
    height: 40vw;
  }

  .articleContainer .inner {
    top: 0;
    margin-bottom: 0;
  }

  .articleContainer:before {
    display: none;
  }

  .articleContainer .flexgrp .col:first-of-type {
    width: 100%;
    margin-right: 0;
  }

  .articleContainer .flexgrp {
    flex-direction: column-reverse;
  }

  .date.desktop {
    display: none;
  }

  .date.mobile {
    display: block;
    padding: 30px 0 30px;
  }

  .articleContainer .flexgrp .col:last-of-type {
    max-width: none;
    min-width: 0;
    height: auto;
    width: 100%;
    margin-bottom: 30px;
  }

  .articleMain {
    padding-right: 0;
    margin-top: 30px;
  }

  .articleMain p {
    margin: 0 0 30px;
  }

  .articleNavigation {
    padding-bottom: 60px;
  }

  .articleNavigation a {
    font-size: 0.875rem;
  }

  .articleNavigation a img {
    width: 18px;
  }

  .articleNavigation .nextArticle img {
    margin-left: 15px;
  }

  .articleNavigation .prevArticle img {
    margin-right: 15px;
  }

  .articleContainer .btn {
    font-size: 0.8125rem;
    width: 140px;
  }

  .leadershipMainContainer:before {
    display: none;
  }

  .leaderShipHeader {
    background-color: #DFDFE0;
  }
  .leaderShipHeader .inner:before {
    background-color: #DFDFE0;
  }

  .leadershipGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .leadershipGrid .gridBlockFooter {
    margin-top: 40px;
  }

  .cardScroller {
    padding: 50px 50px 30px;
  }

  .mapContainer .inner {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .mapContainer .mobileDropdownSelection {
    padding: 80px 30px 180px 30px;
    box-sizing: border-box;
    background: #1f886e;
    background: linear-gradient(90deg, #1f886e 0%, #14768e 100%);
    color: #fff;
  }
  .mapContainer .textWrapper {
    padding-bottom: 0;
    max-width: 450px;
  }
  .mapContainer .mobileDropdownSelection .selectionOuter {
    width: 95%;
    max-width: 450px;
  }
  .mapContainer .mobileDropdownSelection .selectionOuter select {
    width: 100%;
  }

  .locationsHeader .headerFlex {
    flex-direction: column-reverse;
  }
  .locationsHeader .panel {
    width: 100%;
    min-width: 0;
    padding: 140px 40px 60px;
  }
  .locationsHeader .panel:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: -40px;
    left: 0;
    height: 80px;
    width: 100%;
    background: #00305B;
    transform: skewY(-5deg);
  }
  .locationsHeader .panel .innerPanel {
    padding-top: 0;
    position: relative;
    z-index: 2;
  }
  .locationsHeader .panel .panelBackBtn {
    display: none;
  }

  .locationSelectionContainer h2 {
    font-size: 1.75rem;
  }

  .locationInner {
    padding: 10px 20px 10px;
  }

  .locationSelectionContainer {
    padding-bottom: 10px;
  }

  .locationTab .tabFlex {
    justify-content: space-between;
  }
  .locationTab .tabInner {
    padding: 20px 35px 20px 20px;
  }
  .locationTab .listIndicator {
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px;
    margin-right: 20px;
    font-size: 0.875rem;
  }
  .locationTab .tabInfo .locationName {
    font-size: 1.0625rem;
  }
  .locationTab .tabInfo span {
    font-size: 0.8125rem;
  }
  .locationTab .tabLeft {
    width: 100%;
    padding-right: 25px;
    align-items: center;
  }
  .locationTab .tabRight {
    padding: 0;
    width: 26px;
  }
  .locationTab .tabRight span {
    text-indent: -9999px;
    width: 26px;
    height: 38px;
    background: url("../bh-images/icon-location.svg") no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0;
  }
  .locationTab .tabRight svg {
    display: none;
  }
  .locationTab .tabRight:before {
    display: none;
  }
  .locationTab .tabFlex:after {
    min-width: 130px;
    max-width: 130px;
  }

  .pageTabs .locationTab .tabRight span {
    background: url("../bh-images/icon-feather-chevron-right.svg") no-repeat;
    background-size: contain;
  }

  .fullWidthBasic .mapContainer .inner {
    padding: 0;
  }

  .articleContainer .articleImage {
    float: none;
    padding: 0;
    margin: 0 0 30px;
    width: 100%;
    height: 45vw;
  }

  .articleContainer .date {
    padding: 30px 0;
  }

  .row-fluid .umbraco-forms-container {
    display: block;
  }

  .umbraco-forms-field.state, .umbraco-forms-field.zip, .umbraco-forms-field.phone, .umbraco-forms-field.reason, .row-fluid .form-group textarea {
    max-width: none;
  }

  .formContainer {
    padding-bottom: 60px;
  }

  .supportText {
    font-size: 1.0625rem;
  }

  .disclaimer {
    margin-top: 40px;
    padding-bottom: 50px;
  }

  .module_map .inner {
    padding: 0;
  }

  .solidHeaderBackground .inner {
    min-height: 0;
  }

  .formContainer:before {
    display: none;
  }

  .formContainer .formHeader p {
    text-align: left;
  }

  .solidHeaderBackground .inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fullWidthContent img.desktop {
    display: none;
  }
  .fullWidthContent img.mobile {
    display: block;
  }

  .twoColumnContent .colFlex .col:last-of-type .iconFlexContainer img {
    margin: 0;
  }

  .twoColumnContent .iconFlexContainer {
    margin: 30px 0 20px;
    transform: scale(1.2);
  }

  .row-fluid .form-group.country {
    width: 100%;
  }

  fieldset#\32 8d0147e-59ca-4ec8-8722-40d88be3ddda .form-group, fieldset#\35 9d32dc6-331d-4ffe-89af-03b36857c8c0 .form-group,
  .checkbox-container .form-group.checkbox {
    width: 100%;
    justify-content: flex-end;
  }

  .accordionSection h3 {
    font-size: 2.125rem;
  }

  .accordionSection .acc__title {
    font-size: 1.0625rem;
  }

  .accordionSection .inner {
    padding-top: 50px;
  }

  .accordionSection .fullWidthButtonWrap {
    padding-top: 10px;
  }

  .accordionSection {
    margin-bottom: 70px;
  }

  .swiper-card .card-copy .cardTitle {
    font-size: 1.25rem;
    height: 48px;
  }

  .swiper-card .card-copy p {
    font-size: 1rem;
  }

  .module_fullWidthLargeHeader.mobileHeader {
    display: none;
  }

  .module_fullWidthLargeHeader.videoHeader {
    display: block;
  }

  .module_sliderBoxes .sliderBox:last-of-type:before {
    display: none;
  }

  .fullWidthContent:last-of-type {
    padding-bottom: 8%;
  }

  .mapContainer {
    margin-bottom: -8%;
  }

  .footerAlign {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
  }

  ul.footerNav li a.highlightMobile {
    color: #8DC9E5;
  }

  .footerMiddleRow .footerPhone {
    font-size: 20px;
  }

  footer .socialLinks {
    margin-left: 0;
    margin-top: 10px;
    justify-content: flex-start;
  }

  footer .socialLinks.desktopSocialLinks {
    display: none;
  }

  footer .socialLinks.mobileSocialLinks {
    display: block;
  }

  .footerBottomRow {
    margin-top: 30px;
  }

  .footerBottomRow span {
    display: block;
    margin-bottom: 15px;
  }

  .footerMiddleRow span, .footerMiddleRow a {
    font-size: 1rem;
  }

  .threeColumn .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .threeColumn .column, .threeColumn .column:nth-of-type(2) {
    width: 90%;
    max-width: 560px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 700px) {
  .icon_811 {
    min-width: 110px;
    max-width: 110px;
    min-height: 110px;
    max-height: 110px;
    font-size: 1.875rem;
    margin: 15px auto 35px;
  }
}
@media screen and (max-width: 680px) {
  .headerImage:before {
    top: -140px;
  }

  .gridFlex {
    width: 100%;
    box-sizing: border-box;
  }

  .gridFlex .gridBlock {
    width: 100%;
    box-sizing: border-box;
  }

  .align {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .gridFlex .iconFlexContainer {
    transform: scale(1.75);
    margin-bottom: 40px;
  }

  .gridFlex .gridBlock {
    padding-bottom: 50px;
  }
  .gridFlex .gridBlock:last-of-type {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .modalCloseBtn {
    transform: scale(0.75);
    top: 4px;
    right: 25px;
  }

  .twoColumn5050 .colContent p {
    margin: 10px 0 35px;
  }

  .threeColumnList .innerTwoCol {
    display: block;
  }

  .threeColumnList .innerTwoCol div {
    margin: 0 0 30px 0;
  }

  .newsFilters {
    right: 20px;
  }

  .textBtn {
    font-size: 0.9375rem;
    margin: 40px 0 20px;
  }

  .textBtn svg {
    transform: scale(0.8);
    margin-left: 12px;
  }

  .grid {
    margin-top: 40px;
  }

  .certificationGrid .grid {
    margin: 40px 0 80px;
  }

  .certificationGrid .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .certificationGrid .certBlock span {
    font-size: 1.25rem;
  }

  .leadershipMainContainer .inner {
    top: -150px;
    padding-bottom: 20px;
  }

  .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    margin-top: 60px;
  }

  .headerImage {
    height: 50vw;
  }

  .cardGrid {
    display: block;
    margin-bottom: 0;
  }

  .module_cardGridContainer h2 {
    margin-bottom: 30px;
  }

  .headerImage:before {
    top: -140px;
  }

  .radialImage {
    transform: scale(0.5);
    border: 2px solid #fff;
  }

  .slantBlockTitle {
    font-size: 1rem;
  }

  .service-card-slider {
    padding: 50px 40px 0 40px;
  }

  .services-swiper .swiper-button-next {
    width: 90px;
    right: 20px;
    top: 45%;
  }

  .slantImg, .module_fullWidthSlant .swiper {
    height: 280px;
  }

  .threeColumnSlant .slantBlock .slantBlockTitle {
    font-size: 1.875rem;
  }

  .threeColumnSlant .slantBlockHeader {
    height: 40vw;
  }

  .parallaxVideo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .parallaxVideo video {
    width: 140%;
    margin: 0 auto;
  }

  .module_cardGridContainer .inner {
    padding: 1% 0 0;
  }
  .module_cardGridContainer .inner .copyWrap {
    width: 100%;
    padding: 10px 40px 40px;
    box-sizing: border-box;
  }

  .cardGrid .card:before {
    width: calc(100% - 80px);
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  ul, ol {
    margin: 20px 0 20px 20px;
  }

  .twoColumnContent .colFlex .col:last-of-type img {
    max-width: 170px;
    margin-top: 30px;
  }

  .twoColumnContent .imageLabel {
    font-size: 0.75rem;
    margin-top: 30px;
  }

  .module_fullWidthSlant.reverse .slantContent {
    padding-top: 30px;
  }

  .fullWidthQuote .quote {
    font-size: 1.6875rem;
  }
  .fullWidthQuote .quote:before {
    width: 20px;
    height: 16px;
    top: -6px;
    margin-right: 6px;
  }

  .fullWidthQuote .attribution {
    font-size: 0.9375rem;
    margin: 20px 20px 0 0;
  }

  .searchBox input {
    width: 160px;
  }

  .newsGridContainer .inner {
    padding: 40px 0 50px;
  }

  .newsGridContainer .inner {
    padding-top: 60px;
  }

  .leadershipGrid .gridInner {
    padding: 20px 15px 10px;
  }
  .leadershipGrid .gridInner .leaderName {
    font-size: 1.0625rem;
    margin-bottom: 5px;
  }
  .leadershipGrid .gridInner .leaderRole {
    font-size: 0.8125rem;
  }
  .leadershipGrid .gridBlockFooter {
    margin-top: 30px;
  }
  .leadershipGrid .gridBlockFooter a {
    font-size: 0.75rem;
  }
  .leadershipGrid .gridBlockFooter a img {
    width: 23px;
  }

  .cardScroller {
    padding: 40px 30px 0;
  }

  .modalCard .cardHeader span {
    font-size: 1.125rem;
  }

  .modalCard .cardHeader svg {
    width: 25px;
  }

  .modalCard .cardHeader {
    margin-bottom: 20px;
  }

  .locationTab .tabFlex:after {
    min-width: 100px;
    max-width: 100px;
  }
  .locationTab .tabInner {
    padding: 20px;
  }

  .locationSelectionContainer h2 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }

  .locationTab .tabInfo .locationName {
    font-size: 1rem;
    padding-bottom: 5px;
  }
  .locationTab .tabInfo span {
    font-size: 0.75rem;
  }
  .locationTab .tabRight {
    width: 23px;
  }
  .locationTab .tabRight span {
    width: 26px;
  }
  .locationTab .tabFlex:after {
    min-width: 95px;
    max-width: 95px;
  }

  .fullWidthContent.fullwidth.noSlant {
    padding-top: 0;
  }

  .threeColumnSlant .slantBlock:nth-of-type(1) .slantBlockTitle, .threeColumnSlant .slantBlock:nth-of-type(2) .slantBlockTitle, .threeColumnSlant .slantBlock:nth-of-type(3) .slantBlockTitle {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 540px) {
  .threeColumnSlant .slantBlockHeader {
    height: 46vw;
  }

  .threeColumnSlant .slantBlock:nth-of-type(1) .slantBlockTitle, .threeColumnSlant .slantBlock:nth-of-type(2) .slantBlockTitle, .threeColumnSlant .slantBlock:nth-of-type(3) .slantBlockTitle {
    padding-right: 0;
  }

  .radialImage, .threeColumnSlant .slantBlock:nth-of-type(3) .container .radialImage {
    margin-right: -30px;
  }
}
@media screen and (max-width: 480px) {
  .module_cardGridContainer h2 {
    margin: 20px 0;
  }

  .headerImage {
    height: 238px;
  }

  .headerImage.withVideo .largeVideoContainer {
    height: 250px;
  }

  .headerImage.withVideo .largeVideoContainer video {
    height: 270px;
    width: auto;
  }

  .quoteSlant:before {
    top: -60px;
  }

  .headerImage:before {
    top: -165px;
  }

  .parallaxImage {
    min-height: 400px;
  }

  .mobileSliderImages {
    display: block;
  }
  .mobileSliderImages .swiper-pagination, .mobileSliderImages .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin: 0;
    left: 20px;
  }

  .fullImageGrid .gridContainer {
    display: none;
  }

  .gridSquare {
    width: 100%;
  }

  .certificationGrid .certBlock span {
    font-size: 1.125rem;
  }

  .certificationGrid .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .services-swiper .swiper-button-next {
    width: 80px;
    top: 40%;
  }

  .backToTopButton {
    width: 60px;
  }

  .radialImage {
    transform: scale(0.5);
  }

  .gridFlex .iconFlexContainer {
    transform: scale(1.5);
    margin-bottom: 20px;
  }

  h1 {
    font-size: 1.875rem;
    margin: 5px 0 25px;
  }

  h2 {
    font-size: 1.625rem;
    margin: 10px 0 25px;
  }

  h4 {
    font-size: 1rem;
  }

  p, ul, ol {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .footnoteContainer p, .footnoteContainer span, .footnoteContainer ul, .footnoteContainer ol {
    font-size: 0.75rem;
  }

  .smlTitle {
    font-size: 0.875rem;
  }

  .inner {
    padding: 40px 20px;
  }

  .module_fullWidthSlant.reverse .slantContent {
    padding: 10px 20px 40px;
  }

  .module_fullWidthSlant.addPadding .slantContent {
    padding-bottom: 125px;
  }

  .fullWidthQuote .inner {
    padding: 40px 20px;
  }

  .slantContent {
    padding: 40px 20px 40px;
  }

  .threeColumnSlant .slantBlock .slantBlockTitle {
    font-size: 1.6875rem;
  }

  .twoColumn5050 .colContent {
    padding: 40px 20px;
  }

  .interiorHeaderWithOverlay .inner {
    position: relative;
    padding: 40px 20px 0 20px;
  }

  .mflexBtn .playButton {
    transform: scale(0.6);
  }

  .swiper-pagination {
    bottom: 68px !important;
  }

  .searchBox input {
    width: 150px;
  }

  .newsMainContainer .inner {
    padding: 40px 20px 0;
  }

  .newsGridContainer .cardGrid .card {
    padding: 30px 20px;
  }

  .searchBox {
    margin-right: 25px;
    width: 100%;
    padding: 0 15px;
  }

  .filters {
    width: 30px;
    min-width: 30px;
  }

  .sort {
    width: 27px;
    min-width: 27px;
  }

  .searchBox .searchBtn {
    width: 20px;
    height: 20px;
  }

  .articleContainer .inner {
    padding: 0 20px 50px 20px;
  }

  .articleNavigation {
    padding-top: 40px;
  }

  .articleNavigation a {
    font-size: 0.75rem;
  }

  .articleNavigation a img {
    width: 16px;
  }

  .articleNavigation .nextArticle img {
    margin-left: 10px;
  }

  .articleNavigation .prevArticle img {
    margin-right: 10px;
  }

  .articleContainer .btn {
    font-size: 0.75rem;
    width: 135px;
  }

  .articleMain {
    margin-top: 20px;
  }

  .articleMain p {
    margin: 0 0 20px;
  }

  .articleMain img {
    margin-bottom: 20px;
  }

  .articleContainer .date {
    font-size: 0.875rem;
    padding: 24px 0;
  }

  .articleMain .articleHighlight {
    font-size: 1.2em;
  }

  .leadershipGrid .gridInner {
    padding: 15px 13px 8px;
  }
  .leadershipGrid .gridInner .leaderName {
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
  .leadershipGrid .gridInner .leaderRole {
    font-size: 0.6875rem;
  }
  .leadershipGrid .gridBlockFooter {
    margin-top: 30px;
  }
  .leadershipGrid .gridBlockFooter a {
    font-size: 0.6875rem;
  }
  .leadershipGrid .gridBlockFooter a img {
    width: 20px;
  }

  footer .footerSkewContainer {
    padding: 50px 20px 10px;
  }

  .disclaimer .inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .disclaimer .inner p {
    font-size: 0.6875rem;
  }

  .filterDropdown, .sortDropdown {
    width: 210px;
    padding: 40px 20px 20px;
  }

  .filter-container {
    margin-bottom: 25px;
    font-size: 0.875rem;
  }

  .filterDropdown .btn, .sortDropdown .btn {
    font-size: 0.875rem;
    margin-top: 40px;
  }

  .fullWidthContent .copyWrap .btn {
    margin-top: 50px;
  }

  .solidHeaderBackground .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contentSlider .swiper-pagination, .contentSlider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px !important;
  }

  .footerMiddleRow .footerAddress {
    max-width: 300px;
  }

  div#\38 c3c71a7-d0fd-4c5a-bba9-39a3b596e74b h4,
  .row-fluid .form-group.utilitiestobemarked h4,
  .labelContainer .label {
    font-size: 0.875rem;
  }

  .accordionSection h3 {
    font-size: 1.875rem;
  }

  .accordionSection .acc__title {
    font-size: 1rem;
    padding: 12px 5px 15px 0;
  }

  .accordionSection .acc__title.active {
    border-bottom: 3px solid #177DC1;
  }

  .accordionSection .inner {
    padding-top: 40px;
  }

  .accordionSection .acc__title svg {
    transform: scale(0.75);
  }

  .accordionSection .acc__title.active svg {
    transform: scale(0.75) rotate(90deg);
  }

  .fullQuoteBlock p {
    font-size: 1.1875rem;
  }

  .fullQuoteBlock .quoteCredit {
    font-size: 0.875rem;
  }

  .fullQuoteBlock .quoteIcon {
    width: 35px;
    margin: 0 auto 10px;
  }

  .gridFlex {
    padding: 0 20px;
  }

  .threeColumnSlant .slantBlock:nth-of-type(1) .slantBlockTitle, .threeColumnSlant .slantBlock:nth-of-type(2) .slantBlockTitle, .threeColumnSlant .slantBlock:nth-of-type(3) .slantBlockTitle {
    padding-left: 20px;
  }

  .fullQuoteBlock .inner, .interactiveCover .inner, .threeColumn .inner, .twoColumnContent .inner {
    padding: 40px 20px;
  }

  .threeColumn .col-label {
    font-size: 1.3125rem;
    padding-bottom: 8px;
  }

  .threeColumn .col-label:after {
    margin-top: 12px;
    height: 2px;
  }

  .threeColumn .column, .threeColumn .column:nth-of-type(2) {
    margin-bottom: 60px;
  }

  .column.column-1 .column-inner {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 400px) {
  .swiper-card {
    height: 400px;
  }

  .certificationGrid .certBlock span {
    font-size: 1rem;
  }

  .executiveTeam {
    margin-top: 100px;
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .threeColumnSlant .slantBlock .slantBlockTitle {
    font-size: 1.375rem;
  }

  .sliderBox:after {
    left: auto;
    right: -20px;
    width: 80px;
    height: 70px;
  }
  .sliderBox .imgWrap {
    min-width: 120px;
    max-width: 120px;
  }
  .sliderBox .sliderCaret {
    top: 20px;
    right: 20px;
  }

  .footerBottomRow span, .footerBottomRow a {
    font-size: 0.6875rem;
  }

  .leadershipGrid .gridInner {
    padding: 20px 15px 12px;
  }
  .leadershipGrid .gridInner .leaderName {
    font-size: 1.0625rem;
    margin-bottom: 5px;
  }
  .leadershipGrid .gridInner .leaderRole {
    font-size: 0.75rem;
  }
  .leadershipGrid .gridBlockFooter {
    margin-top: 30px;
  }
  .leadershipGrid .gridBlockFooter a {
    font-size: 0.75rem;
  }
  .leadershipGrid .gridBlockFooter a img {
    width: 23px;
  }

  .cardScroller {
    padding: 30px 25px 0;
  }

  .modalCard .cardHeader span {
    font-size: 1rem;
  }

  .modalCard .cardHeader svg {
    width: 22px;
  }

  .modalCard .cardHeader {
    margin-bottom: 15px;
  }

  .modalCard {
    width: 80%;
  }

  .locationTab .tabInner {
    padding: 15px;
  }
  .locationTab .listIndicator {
    margin-right: 10px;
    min-width: 22px;
    max-width: 22px;
    min-height: 22px;
    max-height: 22px;
    font-size: 0.75rem;
  }
  .locationTab .tabInfo .locationName {
    font-size: 0.9375rem;
    padding-bottom: 5px;
  }
  .locationTab .tabInfo span {
    font-size: 0.6875rem;
  }
  .locationTab .tabLeft {
    padding-right: 15px;
  }
  .locationTab .tabRight {
    width: 20px;
  }
  .locationTab .tabRight span {
    width: 20px;
  }
  .locationTab .tabFlex:after {
    min-width: 80px;
    max-width: 80px;
  }

  .supportText {
    font-size: 0.9375rem;
    margin-top: 30px;
  }

  .threeColumnSlant .slantBlock:nth-of-type(1) .slantBlockTitle, .threeColumnSlant .slantBlock:nth-of-type(2) .slantBlockTitle, .threeColumnSlant .slantBlock:nth-of-type(3) .slantBlockTitle {
    font-size: 0.9375rem;
  }

  .radialImage {
    transform: scale(0.42);
  }

  .threeColumnSlant .slantBlockHeader {
    height: 217px;
  }
}
@media screen and (max-width: 378px) {
  .threeColumnSlant .slantBlock:nth-of-type(1) .slantBlockTitle, .threeColumnSlant .slantBlock:nth-of-type(2) .slantBlockTitle, .threeColumnSlant .slantBlock:nth-of-type(3) .slantBlockTitle {
    font-size: 0.8125rem;
  }

  .radialImage {
    transform: scale(0.35);
    margin-left: -10px;
  }

  .newsFilters {
    transform: scale(0.85);
    right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .layout-locator-lines .icon_811 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .layout-video-scrubber-alt .vid-wrapper {
    height: auto;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 900px) {
  .layout-locator-lines .icon_811 {
    font-size: 25px;
  }
}
@media screen and (max-width: 850px) {
  .layout-video-scrubber-alt .pipe-water {
    bottom: 85px;
  }

  .layout-video-scrubber-alt .vid-wrapper {
    margin-bottom: 40px;
  }

  .layout-video-scrubber-alt {
    padding-bottom: 15px;
  }

  .column.column-1 .column-inner {
    padding: 5% 8% 10px;
  }

  .layout-video-scrubber-alt .column-inner {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 700px) {
  .layout-video-scrubber-alt {
    border-bottom: none;
  }
}
@media screen and (max-width: 500px) {
  .layout-locator-lines .icon_811 {
    border-radius: 50%;
  }
}

.headerImage.noSlant:before{
    display:none !important;
}

/*# sourceMappingURL=styles.css.map */
