/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

.googleleadfield label{
    display:none !important;
}

.blue {
  color: #177DC1;
}

.darkGreen {
  color: #29594D;
}

.lightGreen {
  color: #71AA0F;
}

.bloodhoundYellow {
  color: #FFCD03;
}

.reconnBlue {
  color: #137289;
}

.ontargetGreen {
  color: #0B7544;
}

.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;
}

.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;
}

@font-face {
  font-family: 'AcuminProExtraCond-Semibold';
  src: url("../fonts/AcuminProExtraCond-Semibold.woff2") format("woff2"), url("../fonts/AcuminProExtraCond-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Open Sans', sans-serif;
  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: 13% 8%;
  position: relative;
  z-index: 2;
}

strong, b {
  font-weight: 700;
}

sup {
  font-size: .6em;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.9375rem;
  line-height: 1.1;
  margin: 8px 0 35px;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.3;
  margin: 10px 0 30px;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.0625rem;
  line-height: 1.3;
  margin: 10px 0 30px;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 1.3;
  margin: 10px 0 20px;
}

p, ul, ol {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
p a, ul a, ol a {
  color: inherit;
  transition: .15s ease;
}
p a:hover, ul a:hover, ol a:hover {
  color: #0b629c;
}

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: 15px;
}
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: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.4375rem;
  letter-spacing: .025em;
  color: #000;
}

.btn {
  font-family: 'Open Sans', sans-serif;
  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: #fff;
  font-weight: 800;
  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: #fff;
}
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: #95C93D;
}
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: #95C93D;
}
nav ul li ul.subnav {
  position: absolute;
  top: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  padding: 10px 0;
}
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: 10px 17px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  font-weight: 400;
}
nav ul li ul.subnav li a:hover, nav ul li ul.subnav li a.active-desktop-sub-menu-item {
  color: #95C93D;
}
nav ul li ul.subnav li a:after {
  display: none;
}
nav ul li ul.subnav li:hover:after {
  display: none;
}

.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.875rem;
  color: #fff;
  padding: 13px 20px;
  font-weight: 700;
  line-height: 1;
  height: 40px;
  box-sizing: border-box;
  border-radius: 0;
  letter-spacing: .025em;
}
.headerBanner .bannerLinks a:last-of-type {
  padding-right: 60px;
}

.headerMain {
  position: absolute;
  top: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px 60px;
  box-sizing: border-box;
}
.headerMain .headerLogo {
  width: 138px;
}
.headerMain .stickyLogo {
  display: none;
}

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 60px;
  display: block;
  width: 100%;
  height: 56px;
}
body.activateStickyHeader .headerMain:after {
  content: "";
  display: table;
  clear: both;
}
body.activateStickyHeader .headerMain .headerLogo {
  background: #fff;
  padding: 30px 30px 10px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 164px;
}
body.activateStickyHeader .headerMain .mainNav {
  float: right;
}
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: 17px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
body.activateStickyHeader nav ul li a:hover {
  font-weight: 700;
}
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: #00305B;
}
body.activateStickyHeader nav ul li ul.subnav a {
  color: #fff;
  padding: 8px 17px;
}
body.activateStickyHeader nav ul li ul.subnav a:hover {
  color: #95C93D;
  font-weight: 400;
}
body.activateStickyHeader .headerBanner .bannerLinks {
  background: #00305B;
}
body.activateStickyHeader .headerBanner .bannerLinks a {
  background: none;
  border-right: 1px solid #fff;
  transition: none;
}
body.activateStickyHeader .headerBanner .bannerLinks a:last-of-type {
  border: none;
}
body.activateStickyHeader .headerBanner .bannerLinks a:hover {
  color: #95C93D;
}

.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: #95C93D;
  font-weight: 400;
}

.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;
}
.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: #fff;
  max-width: 700px;
  position: relative;
  z-index: 3;
  padding-left: 25px;
}
.heroContentBlock .smlTitle {
  font-weight: 800;
  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: 600;
}

.interiorHeaderWithOverlay .heroContentBlock .smlTitle {
  color: #fff;
}

.flexBtn {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 60px;
  position: relative;
}
.flexBtn span {
  font-weight: 700;
  font-size: 1.3125rem;
  text-transform: uppercase;
  margin-right: 35px;
}
.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);
}

.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: #71AA0F;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(2):before {
  content: "";
  background: #D7DF23;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(3):before {
  content: "";
  background: #D7DF23;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(4):before {
  content: "";
  background: #D7DF23;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(5):before {
  content: "";
  background: #D7DF23;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(6):before {
  content: "";
  background: #F7941E;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(7):before {
  content: "";
  background: #F7941E;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(8):before {
  content: "";
  background: #F7941E;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(9):before {
  content: "";
  background: #F15A29;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(10):before {
  content: "";
  background: #F15A29;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(11):before {
  content: "";
  background: #EF4136;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(12):before {
  content: "";
  background: #EF4136;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(13):before {
  content: "";
  background: #EF4136;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(14):before {
  content: "";
  background: #F15A29;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(15):before {
  content: "";
  background: #F15A29;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(16):before {
  content: "";
  background: #F7941E;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(17):before {
  content: "";
  background: #F7941E;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(18):before {
  content: "";
  background: #D7DF23;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(19):before {
  content: "";
  background: #D7DF23;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
}
.animatedRing span:nth-of-type(20):before {
  content: "";
  background: #71AA0F;
  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: 40%;
}
.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%;
}

.slantContent {
  width: 65%;
  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;
}

.module_fullWidthSlant.reverse {
  flex-direction: row-reverse;
}
.module_fullWidthSlant.reverse .slantContent {
  justify-content: flex-start;
  padding: 5% 4% 6% 8%;
}
.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: #fff;
  transform: skewX(-15deg);
}
.module_fullWidthSlant.reverse .slantContent .copyWrap {
  text-align: left;
}
.module_fullWidthSlant.reverse .slantContent .copyWrap .btn {
  float: left;
}
.module_fullWidthSlant.reverse ul {
  direction: ltr;
}
.module_fullWidthSlant.reverse .serviceIcon {
  float: left;
}

.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%;
}
.iconGrid:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -100px;
  left: 0;
  height: 200px;
  width: 100%;
  background: #fff;
  transform: skewY(-5deg);
}

.radialIcon {
  background: #fff;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  margin: 0 auto;
  position: absolute;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .6s ease;
}
.radialIcon img, .radialIcon svg {
  width: 55%;
  position: relative;
}

.gridFlex .gridBlock .radialIcon svg {
  width: 55%;
}

.iconGrid .gridBlock .blockLabel, .iconGrid .gridBlock .blockCopy {
  color: #fff;
}

.twoColumnContent .animatedRing span:before {
  background: #95C93D !important;
}

.gridFlex .animatedRing span:before {
  background: #C6612D !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: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.5);
}

.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%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.gridFlex .gridBlock {
  width: 25%;
  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: 'AcuminProExtraCond-Semibold';
  font-size: 3.125rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1;
}
.gridFlex .gridBlock .blockCopy {
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.4;
}
.gridFlex .gridBlock:hover .radialIcon {
  background: #C6612D;
}
.gridFlex .gridBlock:hover .cls-2, .gridFlex .gridBlock:hover .dls-2, .gridFlex .gridBlock:hover .els-2, .gridFlex .gridBlock:hover .fls-1 {
  fill: #fff !important;
  transition: fill .2s ease-in;
}
.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);
}

.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;
  background: #fff;
}
.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;
}
.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 #C6612D;
}
.threeColumnSlant .slantBlock:nth-of-type(1) {
  margin-left: -120px;
  width: 50%;
}
.threeColumnSlant .slantBlock:nth-of-type(1) .slantBlockCopy {
  width: 96%;
  padding-left: 260px;
}
.threeColumnSlant .slantBlock:nth-of-type(2) {
  width: 40%;
}
.threeColumnSlant .slantBlock:nth-of-type(2) .slantBlockCopy {
  padding-left: 15%;
  width: 95%;
}
.threeColumnSlant .slantBlock:nth-of-type(3) {
  margin-right: -80px;
  width: 52.1%;
}
.threeColumnSlant .slantBlock:nth-of-type(3) .slantBlockCopy {
  width: 91%;
  padding-left: 13%;
}
.threeColumnSlant .slantBlock:nth-of-type(3) .slantBlockTitle {
  left: -6%;
}
.threeColumnSlant .slantBlock .slantBlockTitle {
  display: block;
  position: relative;
  z-index: 2;
  transform: skewX(15deg);
  color: #fff;
  font-family: 'AcuminProExtraCond-Semibold';
  width: 50%;
  margin: 0 auto;
  font-size: 3.4375rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
}
.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;
  pointer-events: none;
}
.threeColumnSlant .slantBlockHeader img {
  transform: skewX(15deg);
  width: 130%;
  position: absolute;
  left: -12%;
  top: 0;
  transition: width .6s ease;
}
.threeColumnSlant .slantBlockHeader:hover img {
  width: 140%;
}

.readMore {
  font-weight: 700;
  color: #C6612D;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.875rem;
  display: block;
  float: left;
  margin-top: 10px;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  transition: border-bottom .4s ease;
}

footer {
  background: #00305B;
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 4% 2% 3% 8%;
}
footer .counterSkew {
  display: flex;
}
footer .socialLinks {
  margin-left: 50px;
}
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: #95C93D;
}

.footerLogoContainer {
  margin-right: 15%;
  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: #95C93D;
}

.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;
}
.footerMiddleRow a:hover {
  color: #95C93D;
}
.footerMiddleRow .footerAddress {
  margin-right: 30px;
}
.footerMiddleRow .directionsLink {
  margin-right: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.footerMiddleRow .footerPhone {
  color: #95C93D;
  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: 0;
  right: 0;
  transition: opacity .4s ease;
  width: 80px;
}
.backToTopButton:hover {
  opacity: .8;
}

.module_cardGridContainer {
  background: #00305B;
  color: #fff;
  position: relative;
}
.module_cardGridContainer:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -100px;
  left: 0;
  height: 200px;
  width: 100%;
  background: #00305B;
  transform: skewY(-5deg);
}
.module_cardGridContainer .inner {
  padding-top: 1%;
  max-width: 1188px;
  margin: 0 auto;
}
.module_cardGridContainer .inner .copyWrap {
  padding-bottom: 40px;
  width: 90%;
}

.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:hover {
  color: #fff;
}
.cardGrid .card:hover .flexgrp:after {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #C6612D;
  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;
}

.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;
  border-bottom: 2px solid #707070;
  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: 1188px;
  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: 3%;
  padding-bottom: 3%;
}

.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 {
  border-bottom: 2px solid #707070;
  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;
  justify-content: space-between;
  align-items: center;
}
.twoColumnContent .colFlex .col:first-of-type {
  width: 60%;
  margin-right: 5%;
  max-width: 650px;
}
.twoColumnContent .colFlex .col:last-of-type {
  width: 35%;
}
.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: 'AcuminProExtraCond-Semibold';
  font-size: 3rem;
  color: #7F7C7F;
  line-height: 1.2;
}
.fullWidthQuote .quote:before {
  content: '';
  display: inline-block;
  color: #fff;
  width: 35px;
  height: 28px;
  background: url(../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;
}
.newsMainContainer .newsFilters {
  position: absolute;
  top: 0;
  right: 8%;
  z-index: 2;
}
.newsMainContainer .newsFilters .flexgrp {
  display: flex;
}

.newsletterMainContainer .newsFilters {
  position: absolute;
  top: 0;
  right: 8%;
  z-index: 2;
}
.newsletterMainContainer .newsFilters .flexgrp {
  display: flex;
}
.newsletterMainContainer .inner:first-of-type {
  padding-bottom: 0;
  z-index: 4;
}
.newsletterMainContainer .inner.modifiedInner {
  max-width: 1266px;
  padding-left: 3%;
  padding-right: 3%;
}

.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: 'AcuminProExtraCond-Semibold';
  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;
  border-bottom: 2px solid #7F7C7F;
}
.newsGridContainer:before {
  display: none;
}
.newsGridContainer .inner {
  max-width: none;
  padding: 4% 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: #00305B;
}
.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: 'AcuminProExtraCond-Semibold';
  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(../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:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -100px;
  left: 0;
  height: 200px;
  width: 100%;
  background: #fff;
  transform: skewY(-5deg);
}
.articleContainer .inner {
  padding: 0 8% 6% 20%;
}
.articleContainer .date {
  text-transform: uppercase;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #7F7C7F;
  display: block;
  padding: 50px 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: -300px;
  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: #71AA0F;
  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: #1F886E;
}
.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: #000;
  font-size: 1.3125rem;
  text-transform: uppercase;
  font-weight: 700;
  opacity: .3;
  transition: opacity .25s ease-in;
}
.articleNavigation a:hover {
  opacity: 1;
}
.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: #DFDFE0;
  position: relative;
}
.leadershipMainContainer:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -100px;
  left: 0;
  height: 200px;
  width: 100%;
  background: #DFDFE0;
  transform: skewY(-5deg);
}
.leadershipMainContainer .inner {
  padding-top: 6%;
  padding-bottom: 6%;
}

.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: #C6612D;
  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 #C6612D;
}
.leadershipGrid .gridBlockFooter a:hover svg .fill-hover {
  fill: #177dc1;
}
.leadershipGrid .gridBlockFooter a:last-of-type {
  border: none;
}
.leadershipGrid .gridBlockFooter a:last-of-type:hover {
  border: 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: #177dc1;
}
.modalCard .cardHeader svg:hover, .modalCard .cardHeader img:hover {
  opacity: 0.8;
}
.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: #C6612D;
}
.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;
}

.mapContainer {
  border: none;
  background: #fff;
}
.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;
}

.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;
}
.locationsHeader .panel {
  position: relative;
  background-color: #00305B;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 60px 100px;
  width: 580px;
  min-width: 580px;
  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: #71AA0F;
}
.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.6875rem;
  color: #EA7131;
  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: #95C93D;
}
.locationsHeader .gMap .gMapInner {
  height: 100%;
}

.secondaryMapContainer {
  padding-top: 4%;
}
.secondaryMapContainer:before {
  display: none;
}

.locationSelectionContainer {
  position: relative;
  background: #fff;
  padding-bottom: 20px;
}
.locationSelectionContainer:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -100px;
  left: 0;
  height: 200px;
  width: 100%;
  background: #fff;
  transform: skewY(-5deg);
}
.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: #71AA0F;
  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: #7F7C7F;
  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: 'AcuminProExtraCond-Semibold';
  font-size: 2.625rem;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 15px;
  color: #7F7C7F;
}
.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: 'AcuminProExtraCond-Semibold';
  font-size: 2.0625rem;
  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: #71AA0F;
}
.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;
}
.referralform .row-fluid .form-group textarea{
    max-width:none;
}
.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(../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: 20px;
  padding-bottom: 20px;
}
.disclaimer .inner p {
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
}

.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: 2;
  -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;
}

.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);
}

.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;
}

.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;
}

.module_map {
  background: #00305B;
  overflow: hidden;
}
.module_map .inner {
  padding-top: 8%;
  padding-bottom: 8%;
}

.desktopMap {
  position: relative;
}

.map-wrapper .info-box, .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;
}
.map-wrapper .info-box .number, .map-wrapper .info-box-link .number {
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  font-family: 'AcuminProExtraCond-Semibold';
  font-size: 3.5625rem;
  line-height: 1;
}
.map-wrapper .info-box p, .map-wrapper .info-box-link p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 8px;
  line-height: 1.1;
}
.map-wrapper .info-box.active, .map-wrapper .info-box-link.active {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.map-wrapper .info-box:after, .map-wrapper .info-box-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 65px;
  height: 30px;
  background: url(../images/infoCaret.svg) no-repeat center;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -18px;
}

.map-wrapper .info-box-link {
  width: 300px;
}
.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;
}
.map-wrapper .info-box-link p span {
  display: block;
  line-height: 1.2;
}
.map-wrapper .info-box-link span {
  line-height: 1.3;
}
.map-wrapper .info-box-link span a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.map-wrapper .info-box-link span a:hover {
  text-decoration: underline;
}

.map-wrapper svg text {
  cursor: pointer;
  pointer-events: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.map-wrapper svg path, .map-wrapper svg polygon {
  cursor: pointer;
}
.map-wrapper svg path:hover, .map-wrapper svg polygon:hover {
  fill: #43C3FD;
  opacity: 1;
}
.map-wrapper svg path.backgroundGradient, .map-wrapper svg polygon.backgroundGradient {
  fill: url(#SVGID_1_);
  pointer-events: none;
}

.map-wrapper.skew-map .svg-responsive {
  transform: skew(26deg, 355deg) scaley(0.7);
  margin-top: -100px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.map-wrapper svg path.disabled-state {
  fill: rgba(0, 0, 0, 0.1);
}
.map-wrapper svg path.disabled-state:hover {
  fill: #43C3FD;
  opacity: 1;
}

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: 6px;
}
.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: #71AA0F;
  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: #177DC1;
  z-index: 1;
  position: absolute;
  top: 0;
  opacity: .05;
  pointer-events: none;
}

.mapIcon {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  border: 2px solid #fff;
  background: #177DC1;
  color: #fff;
}

.mapIcon.activeIcon {
  background: #71AA0F;
}

.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: 'AcuminProExtraCond-Semibold';
  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;
}

.iconGrid {
  background: #00305b;
}

.iconGrid:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .iconGrid {
    padding: 40px 0;
  }
}
.iconGridHeader {
  max-width: 1200px;
}
.iconGridHeader .inner {
  padding: 8% 8% 10px;
}
.iconGridHeader .inner h2 {
  color: #fff;
}
.iconGridHeader .inner h2 strong {
  color: #C6612D;
  font-weight: 800;
}

.gridFlex .gridBlock svg#icon-worker {
  width: 60%;
  top: 6px;
}

.gridFlex .gridBlock svg#icon-locates {
  overflow: visible;
  top: 4px;
}

.gridFlex .gridBlock svg#icon-tickets {
  top: 7px;
}

.gridFlex .gridBlock svg#icon-247 {
  width: 64%;
  top: 1px;
  left: 1px;
  overflow: visible;
}

.pageLogo {
  width: 175px;
  margin: 0 0 40px;
}

.careerGrid {
  min-height: 750px;
  display: flex;
  align-items: baseline;
  margin: 85px 0 0;
}

.columnTopper {
  height: 150px;
  display: none !important;
}
.columnTopper:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 23px 40px 23px;
  border-color: transparent transparent #95C93D transparent;
  transform: rotate(0deg);
  position: absolute;
  left: -26px;
  top: -15px;
}

.careerGridColumn {
  width: 22%;
  margin-right: 4%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.careerGridColumn:last-of-type {
  margin-right: 0;
}

.careerGridColumn .flexContainer {
  height: 780px;
}

.careerCategory {
  border-top: 7px solid #95C93D;
  border-right: 7px solid #95C93D;
  border-radius: 0 15px 0 0;
  padding: 10px 10px 0px 0;
  transform: translate(17px, 10px);
}
.careerCategory span {
  font-family: 'AcuminProExtraCond-Semibold';
  font-size: 2.1875rem;
  text-transform: uppercase;
  line-height: 1;
  transform: translateY(10px);
  display: block;
  white-space: nowrap;
  color: #013059;
}
.careerCategory:before {
  content: "";
  display: block;
  width: 50px;
  height: 20px;
  border-left: 7px solid #95C93D;
  border-bottom: 7px solid #95C93D;
  position: absolute;
  border-bottom-left-radius: 15px;
  bottom: calc(100% - 0px);
  left: -17px;
}

.careerPathInner {
  position: relative;
  z-index: 2;
  padding: 3% 10%;
}

.careerPathInner .copyWrap {
  margin-top: 60px;
}

.flexContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-left: 7px solid #95C93D;
}

.careerCategory p {
  font-size: 16px;
  margin: 10px 0 0;
}

.careerCategory:after {
  border-radius: 7px;
  content: "";
  display: block;
  width: 6.5px;
  height: 20px;
  background: #95C93D;
  position: absolute;
  right: -6.5px;
  bottom: -2px;
}

.positionBlock {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  padding-left: 40px;
}
.positionBlock.extraSpace {
  margin-bottom: 80px;
}
.positionBlock.extraSpaceLarge {
  margin-bottom: 150px;
}
.positionBlock:before {
  content: "";
  display: block;
  position: absolute;
  left: -17px;
  top: auto;
  width: 18px;
  height: 36px;
  background-color: #fff;
  border-top-left-radius: 110px;
  border-bottom-left-radius: 110px;
  border: 2px solid #95C93D;
  border-right: 0;
  margin-top: -3px;
}

.positionBlock a {
  text-decoration: none;
  display: block;
  color: #292926;
  font-weight: 400;
  font-size: 1.25rem;
  display: list-item;
  list-style-type: circle;
  margin: 3px 0 0 -14px;
}
.positionBlock a:hover {
  color: #71AA0F;
}
.positionBlock a::marker {
  font-size: .8em;
}

.positionBlock.dualLabel a {
  margin-top: -10px;
  margin-bottom: 10px;
}

.fullWidthContent.careerPathContainer {
  border: none;
  padding-bottom: 5%;
}

.newsletter.solidHeaderBackground .container {
  background-color: #137289;
}

.newsletterMainContainer .newsFilters {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: end;
  right: 0;
}
.newsletterMainContainer .floatContainer {
  margin-bottom: 5%;
}
.newsletterMainContainer .floatContainer:last-of-type {
  margin-bottom: 12%;
}
.newsletterMainContainer .articleMain {
  padding-top: 25px;
}
.newsletterMainContainer .articleMain img {
  max-width: 75%;
}
.newsletterMainContainer .articleMain p {
  max-width: none;
}
.newsletterMainContainer .label {
  font-weight: bold;
  font-size: 1.375rem;
  text-transform: uppercase;
  display: block;
  margin: 8% 0 4%;
}

.teaserAccordion .acc__title {
  font-size: 2.1875rem;
  font-weight: normal;
  padding: 20px 10px 20px 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #707070;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.teaserAccordion .acc__title span {
  display: block;
  padding-right: 20px;
}
.teaserAccordion .acc__title svg {
  stroke-width: 3px;
  transform: rotate(90deg);
}
.teaserAccordion .acc__title.active svg {
  display: block;
  transform: rotate(-90deg);
  stroke-width: 5px;
}
.teaserAccordion:hover svg {
  opacity: .7;
}

.newsletterArchiveTable {
  padding-bottom: 8%;
}
.newsletterArchiveTable table {
  width: 100%;
}
.newsletterArchiveTable tr:nth-child(odd) {
  background: #DFDFE0;
}
.newsletterArchiveTable td {
  padding: 30px 40px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.newsletterArchiveTable .archiveDate {
  padding-right: 0;
}
.newsletterArchiveTable a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
.newsletterArchiveTable a:hover {
  color: #137289;
}

a.video-link {
  font-weight: bold;
  color: #000;
  font-size: 15px;
  margin: 2px 0 0;
  transition: .15s ease;
  display: block;
}

a.video-link:hover {
  color: #0b629c;
}

@media screen and (max-width: 1680px) {
  .footerLogoContainer {
    margin-right: 10%;
  }
}
@media screen and (max-width: 1550px) {
  .pageLogo {
    width: 150px;
    margin: 0 0 40px;
  }

  .positionBlock a {
    font-size: 1.125rem;
  }

  .careerPathInner {
    padding: 2% 5% 2% 7.5%;
  }

  .careerGrid {
    margin: 75px 0 0;
  }

  .careerCategory span {
    font-size: 2rem;
  }

  .iconGridHeader {
    max-width: 1000px;
  }

  h1 {
    font-size: 3.5625rem;
    margin: 15px 0 30px;
  }

  h2 {
    font-size: 2.6875rem;
    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: 12% 6%;
  }

  .headerBanner .bannerLinks a {
    font-size: 0.8125rem;
  }

  nav ul li a {
    font-size: 1.125rem;
  }

  .headerMain {
    padding: 35px 50px;
  }
  .headerMain .headerLogo {
    width: 130px;
  }

  body.activateStickyHeader .headerMain {
    padding: 10px 50px;
    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: 3.125rem;
  }
  .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) .slantBlockCopy {
    padding-left: 240px;
  }

  .threeColumnSlant .slantBlock:nth-of-type(3) {
    width: 48%;
  }

  footer {
    padding: 4% 2% 3% 6%;
  }

  ul.footerNav {
    margin-bottom: 50px;
  }
  ul.footerNav li a {
    font-size: 1.125rem;
  }

  .footerMiddleRow span, .footerMiddleRow a {
    font-size: 1.125rem;
  }

  .footerBottomRow span, .footerBottomRow a {
    font-size: 1rem;
  }

  .footerLogoContainer {
    width: 150px;
    margin-right: 7%;
  }

  .backToTopButton {
    width: 75px;
  }

  body.activateStickyHeader nav ul li a {
    padding-bottom: 15px;
  }

  body.activateStickyHeader .headerMain .headerLogo {
    width: 155px;
    padding: 25px 30px 10px;
  }

  .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: 60px 50px 120px;
  }
  .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: 2.375rem;
    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;
  }
}
@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;
  }

  footer .socialLinks {
    margin-left: 50px;
  }

  .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) {
  .pageLogo {
    width: 130px;
    margin: 0 0 30px;
  }

  .careerPathInner {
    padding: 2% 4% 2% 7.8%;
  }

  .positionBlock a {
    font-size: 1rem;
    margin: 5px 0 0 -17px;
  }

  .positionBlock.dualLabel a {
    margin-top: -8px;
    margin-bottom: 8px;
  }

  .columnTopper {
    height: 110px;
  }

  .careerCategory span {
    font-size: 1.875rem;
  }

  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: 10px 17px;
    height: 32px;
  }

  body.activateStickyHeader {
    padding-top: 32px;
  }

  nav ul li {
    margin-right: 35px;
  }

  nav ul li a {
    font-size: 1rem;
  }

  .headerMain {
    padding: 35px 50px;
    height: 50px;
    top: 32px;
  }
  .headerMain .headerLogo {
    width: 100px;
  }

  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: 40px;
  }
  .flexBtn span {
    font-size: 1rem;
  }
  .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 .slantBlock .slantBlockTitle {
    font-size: 2.5rem;
  }
  .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: 220px;
  }

  body.activateStickyHeader .headerMain .headerLogo {
    width: 145px;
    padding: 25px 30px 10px;
  }

  .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: 60px 50px 120px;
  }
  .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: 2.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.875rem;
  }
  .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;
  }

  .map-wrapper .info-box, .map-wrapper .info-box-link {
    transform: scale(0.8);
  }

  .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%;
  }

  nav ul li ul.subnav {
    top: calc(100% + 1px);
  }

  .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;
  }
}
@media screen and (max-width: 1200px) {
  .formContainer .formHeader p {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1170px) {
  .fullWidthContent:before {
    top: -80px;
    height: 150px;
  }

  .headerMain {
    padding: 30px 40px;
  }

  .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%;
    padding-left: 200px;
  }

  .backToTopButton {
    width: 50px;
  }

  ul.footerNav li a {
    font-size: 0.9375rem;
  }

  .footerMiddleRow span, .footerMiddleRow a {
    font-size: 0.9375rem;
  }

  .footerMiddleRow .directionsLink {
    margin-right: 20px;
  }

  footer {
    padding-left: 40px;
  }
  footer .socialLinks {
    margin-left: 30px;
  }
  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;
  }

  .teaserAccordion .acc__title {
    font-size: 1.875rem;
  }

  .newsletterMainContainer .label {
    font-size: 1.25rem;
  }

  .newsletterArchiveTable td {
    font-size: 1.125rem;
    padding: 25px 40px;
  }
}
@media screen and (max-width: 1080px) {
  .articleContainer .inner {
    padding: 0 6% 6%;
  }

  .locationsHeader .panel {
    padding: 60px 40px 120px;
  }
  .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;
  }

  .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;
  }
  .locationTab .tabInfo .locationName {
    font-size: 1.875rem;
  }
  .locationTab .tabInfo span {
    font-size: 0.9375rem;
  }
  .locationTab .tabRight span {
    font-size: 1.625rem;
  }
  .locationTab .tabRight svg {
    width: 23px;
    margin-left: 25px;
  }

  .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: 1024px) {
  .pageLogo {
    width: 120px;
    margin: 0 0 30px;
  }

  .careerCategory p {
    font-size: 13px;
    margin: 10px 0 0;
  }

  a.video-link {
    font-size: 13px;
  }

  .careerCategory:after {
    width: 3.5px;
    right: -4px;
    bottom: -2px;
  }

  .flexContainer {
    border-left: 4px solid #95C93D;
  }

  .careerGrid {
    padding-left: 15px;
    margin: 50px auto 0;
  }

  .careerPathInner {
    padding: 1% 40px;
  }

  .positionBlock a {
    font-size: 0.9375rem;
    margin: 5px 0 0 -11px;
  }

  .columnTopper {
    height: 80px;
  }

  .columnTopper:before {
    border-width: 0 12.5px 20px 12.5px;
    left: -14px;
  }

  .careerCategory {
    border-top: 4px solid #95C93D;
    border-right: 4px solid #95C93D;
    transform: translate(14px, 10px);
  }

  .careerCategory:before {
    border-left: 4px solid #95C93D;
    border-bottom: 4px solid #95C93D;
    left: -14px;
  }

  .careerCategory span {
    font-size: 1.625rem;
  }

  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;
  }

  .iconGrid {
    padding-bottom: 4%;
  }

  .iconGridHeader .inner {
    padding: 6% 40px 10px;
    max-width: 700px;
  }

  .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: 85px;
  }

  .heroContentBlock {
    max-width: 500px;
    padding-left: 0;
  }

  .flexBtn {
    margin-top: 30px;
  }
  .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: 2.1875rem;
  }
  .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);
  }

  .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: 100px;
  }

  .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;
  }

  .newsletterArchiveTable td {
    font-size: 1rem;
    padding: 20px 30px;
  }
}
@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: 900px) {
  .careerCategory span {
    font-size: 1.4375rem;
  }

  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: 95%;
    flex-wrap: wrap;
  }

  .threeColumnSlant .slantBlock:nth-of-type(1) .slantBlockCopy {
    width: 100%;
    padding-left: 170px;
  }

  .gridFlex .iconFlexContainer {
    transform: scale(1.1);
    margin-bottom: 20px;
  }

  .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%;
  }

  .map-wrapper .info-box, .map-wrapper .info-box-link {
    transform: scale(0.6);
  }

  .largeText {
    font-size: 2.625rem;
    margin-bottom: 5px;
  }

  .smallText {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  ul.footerNav li {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .flexContainer {
    border-left: 3px solid #95C93D;
  }

  .pageLogo {
    width: 100px;
    margin: 0 0 30px;
  }

  .careerGrid {
    padding-left: 15px;
    margin: 70px auto 0;
  }

  .careerPathInner {
    padding: 0px 40px 120px;
  }

  .positionBlock a {
    font-size: 0.875rem;
  }

  .columnTopper {
    height: 80px;
  }

  .columnTopper:before {
    left: -12px;
    border-width: 0 10px 16px 10px;
  }

  .positionBlock:before {
    left: -14px;
    top: auto;
    width: 14px;
    height: 28px;
  }

  .positionBlock a {
    margin: 3px 0 0 -2px;
  }

  .careerCategory {
    border-top: 3px solid #95C93D;
    border-right: 3px solid #95C93D;
    transform: translate(13px, 10px);
  }

  .careerCategory:before {
    border-left: 3px solid #95C93D;
    border-bottom: 3px solid #95C93D;
    left: -13px;
  }

  .careerCategory:after {
    width: 2px;
    right: -2px;
    bottom: -2px;
  }

  .positionBlock.extraSpace {
    margin-bottom: 50px;
  }

  .careerCategory span {
    font-size: 1.25rem;
  }

  .careerCategory p {
    font-size: 12px;
  }

  a.video-link {
    font-size: 12px;
  }

  .positionBlock {
    padding-left: 30px;
  }

  .threeColumnSlant {
    flex-direction: column;
  }

  h4 {
    font-size: 1.1875rem;
  }

  .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: 600px;
    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(0);
    margin: 0;
    padding: 0 30px 0;
    text-align: right;
    max-width: 300px;
    left: auto;
  }
  .threeColumnSlant .slantBlock .slantBlockCopy {
    transform: skew(0);
    display: none;
  }
  .threeColumnSlant .slantBlock .slantBlockTitle {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .threeColumnSlant .slantBlock .slantBlockTitle:after {
    content: "";
    display: block;
    width: 26px;
    height: 13px;
    background: url(../images/icon-accordionCaret-thinWhite.svg) no-repeat;
    background-size: contain;
    margin-top: 10px;
    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: #00305B;
    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: 55px;
    top: -2px;
    right: 0;
    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: 5;
    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: 80px;
  }

  .bannerLinks.mNavFixedLinks {
    display: block;
    height: 162px;
  }
  .bannerLinks.mNavFixedLinks .btn {
    display: block;
    border-radius: 0;
    text-align: center;
    padding: 20px;
  }

  .mNavScrollContainer {
    height: calc(100vh - 240px);
    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("../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;
  }

  .heroContentBlock .flexBtn {
    display: none;
  }

  .mflexBtn {
    display: block;
    margin: 0 auto;
  }
  .mflexBtn .playButton {
    transform: scale(0.8);
  }

  .inner, .fullWidthQuote .inner {
    padding: 50px 40px;
  }

  .twoColumnContent .inner {
    padding: 50px 40px;
  }

  .iconGridHeader .inner {
    padding: 20px 40px 10px;
  }

  .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: #fff;
    transform: skewY(-5deg);
  }
  .slantContent .copyWrap {
    text-align: left;
    display: block;
  }
  .slantContent .copyWrap .btn {
    float: none;
    display: inline-block;
  }
  .slantContent .copyWrap *:not(.btn) {
    width: 100%;
  }

  .module_fullWidthSlant.reverse .slantContent {
    padding: 40px 40px 80px;
  }

  .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(../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;
  }
  .cardGrid .card:nth-of-type(2):before {
    display: block;
  }
  .cardGrid .card:after {
    display: none;
  }

  .module_cardGridContainer {
    margin-top: 110px;
  }

  .newsGridContainer {
    margin-top: 0px;
  }
  .newsGridContainer .inner {
    padding: 50px 40px;
  }
  .newsGridContainer .cardGrid .card {
    padding: 50px;
  }

  .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;
  }

  .interiorHeaderWithOverlay .inner {
    padding-bottom: 0;
    padding-top: 0;
  }
  .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.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-top: 20px;
    padding-bottom: 20px;
  }

  .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, .newsletterMainContainer .newsFilters {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
  }
  .newsMainContainer .newsFilters .flexgrp, .newsletterMainContainer .newsFilters .flexgrp {
    justify-content: space-between;
  }

  .searchBox input {
    width: 250px;
  }

  .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: 40px 20px 120px;
  }
  .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;
  }

  .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.5rem;
  }
  .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("../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("../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;
  }

  .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: 40px 0 0 0;
  }

  .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;
  }

  .newsletterMainContainer .newsFilters {
    margin: 5% 0 0;
    display: block;
  }

  .newsletterMainContainer .label {
    margin: 10% 0 5%;
    font-size: 1rem;
  }

  .teaserAccordion .acc__title {
    font-size: 1.5625rem;
  }

  .newsletterMainContainer .articleMain {
    padding-top: 20px;
    margin-top: 0;
  }

  .teaserAccordion .acc__title {
    padding: 10px 10px 10px 0;
  }

  .newsletterArchiveTable td {
    font-size: 0.9375rem;
    padding: 18px 25px;
  }

  .newsletterArchiveTable {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 730px) {
  .iconGridHeader {
    max-width: none;
  }
}
@media screen and (max-width: 650px) {
  .pageLogo {
    width: 90px;
    margin: 0 0 25px;
  }

  .careerGrid {
    padding-left: 12px;
    margin: 60px auto 0;
  }

  .careerPathInner {
    padding: 0px 40px 120px;
  }

  .positionBlock a {
    font-size: 0.75rem;
  }

  .columnTopper {
    height: 60px;
  }

  .columnTopper:before {
    left: -12px;
    border-width: 0 10px 16px 10px;
  }

  .positionBlock {
    margin-bottom: 30px;
  }

  .careerGridColumn {
    width: 22.75%;
    margin-right: 3%;
  }

  .careerCategory p {
    font-size: 10px;
    line-height: 1.5;
  }

  a.video-link {
    font-size: 10px;
  }

  .careerCategory {
    border-top: 3px solid #95C93D;
    border-right: 3px solid #95C93D;
  }

  .careerCategory:before {
    border-left: 3px solid #95C93D;
    border-bottom: 3px solid #95C93D;
    left: -13px;
  }

  .careerCategory span {
    font-size: 1rem;
  }

  .careerGridColumn .flexContainer {
    height: 620px;
  }
}
@media screen and (max-width: 600px) {
  .gridFlex .gridBlock {
    width: 100%;
    padding-bottom: 10%;
  }

  .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: 200px;
  }

  .newsGridContainer .inner {
    padding: 30px 0 50px;
  }

  .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: 1.3125rem;
    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;
  }

  .gridFlex .gridBlock:nth-of-type(2) .blockCopy {
    max-width: none;
  }

  .fullWidthContent.fullwidth.noSlant {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .careerCategory span {
    white-space: pre-wrap;
  }

  .flexContainer {
    border-left: 2px solid #95C93D;
  }

  .pageLogo {
    width: 90px;
    margin: 0 0 25px;
  }

  .careerGrid {
    padding-left: 5px;
    margin: 40px auto 0;
  }

  .careerPathInner {
    padding: 0px 20px 100px;
  }

  .positionBlock a {
    font-size: 0.625rem;
    margin: 3px 0 0 4px;
  }

  .columnTopper {
    height: 50px;
  }

  .columnTopper:before {
    left: -12px;
    border-width: 0 10px 16px 10px;
  }

  .positionBlock {
    margin-bottom: 20px;
  }

  .careerCategory {
    transform: translate(12px, 10px);
  }

  .careerCategory {
    border-top: 2px solid #95C93D;
    border-right: 2px solid #95C93D;
  }

  .careerCategory:after {
    width: 2px;
    right: -2px;
    bottom: -2px;
  }

  .careerCategory:before {
    border-left: 2px solid #95C93D;
    border-bottom: 2px solid #95C93D;
    left: -12px;
  }

  .careerCategory span {
    font-size: 0.9375rem;
  }

  h1 {
    font-size: 1.875rem;
    margin: 12px 0 25px;
  }

  h2 {
    font-size: 1.75rem;
    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: 40px 20px 50px;
  }

  .fullWidthQuote .inner {
    padding: 40px 20px;
  }

  .iconGridHeader .inner {
    padding: 0px 20px 10px;
  }

  .slantContent {
    padding: 40px 20px 40px;
  }

  .threeColumnSlant .slantBlock .slantBlockTitle {
    font-size: 1.6875rem;
  }

  .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;
  }

  .searchBox input {
    width: 100%;
  }

  .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);
  }

  .teaserAccordion .acc__title {
    font-size: 1.1875rem;
  }

  .newsletterMainContainer .label {
    font-size: 1rem;
  }

  .newsletterArchiveTable td {
    font-size: 0.875rem;
    padding: 16px 22px;
  }

  .newsletterArchiveTable {
    padding-bottom: 15%;
  }

  .careerGridColumn .flexContainer {
    height: 580px;
  }

  .positionBlock {
    padding-left: 12px;
  }
}
@media screen and (max-width: 400px) {
  .careerGrid {
    padding-left: 5px;
    margin: 50px auto 0;
  }

  .careerPathInner {
    padding: 0px 20px 100px;
  }

  .positionBlock a {
    font-size: 0.59375rem;
  }

  .columnTopper {
    height: 50px;
  }

  .columnTopper:before {
    left: -12px;
    border-width: 0 10px 16px 10px;
  }

  .positionBlock {
    margin-bottom: 10px;
  }

  .careerCategory:before {
    width: 20px;
  }

  .positionBlock a {
    margin: 6px 0 0 4px;
  }

  .careerCategory span {
    font-size: 0.75rem;
  }

  .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 {
    grid-template-columns: repeat(1, 1fr);
  }

  .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: 1.125rem;
    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;
  }
}
@media screen and (max-width: 767px) {
  .module_sliderBoxes .sliderBox:last-of-type:before {
    display: none;
  }

  .fullWidthContent:last-of-type {
    padding-bottom: 8%;
  }

  .mapContainer {
    margin-bottom: -8%;
  }
}

/*# sourceMappingURL=styles.css.map */
