@charset "UTF-8";
@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local('.SFNSText-Light'), local('.HelveticaNeueDeskInterface-Light'),
    local('.LucidaGrandeUI'), local('Ubuntu Light'), local('Segoe UI Light'),
    local('Roboto-Light'), local('DroidSans'), local('Tahoma');
}
@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI.eot');
  src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI.woff2') format('woff2'),
    url('../fonts/SegoeUI.woff') format('woff'),
    url('../fonts/SegoeUI.ttf') format('truetype'),
    url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI-Bold.eot');
  src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
    url('../fonts/SegoeUI-Bold.woff') format('woff'),
    url('../fonts/SegoeUI-Bold.ttf') format('truetype'),
    url('../fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
body {
  font-family: 'Segoe UI', 'system';
  color: #4d545b;
  font-weight: normal;
  line-height: 1.267;
  padding-top: 80px;
  overflow-x: hidden;
}

h1 {
  color: #38413a;
  text-transform: uppercase;
  font-weight: bold;
}

h2,
h3,
h4,
h5,
h6 {
  color: #5787b5;
  font-weight: bold;
}

.blueText {
  color: #5787b5;
}
.darkText {
  color: #38413a;
}

a,
button {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

a {
  color: #44b9c2;
}

a:hover {
  text-decoration: none;
  color: #5787b5;
}

p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.35;
}

b,
strong {
  font-weight: bold;
}

ol li {
  line-height: 24px;
}

ol li:before,
ol li::marker {
  color: #f05323;
  list-style-type: numbers;
}

ul {
  list-style-type: none;
  padding: 0px;
}

section {
  position: relative;
  scroll-margin-top: 9em;
}

input:focus,
button:focus,
select:focus {
  outline: none;
}

img {
  height: auto;
}

.logo img {
  max-width: 230px;
}

.menuIcons img {
  max-width: 35px;
}

header {
  padding: 35px;
}

.full-menu {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/menu-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #5787b6;
  transition: all 200ms ease-in-out;
  z-index: 99999999999;
  background-size: cover;
}

.full-menu--open {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  overflow-y: scroll;
}

.full-menu--open::-webkit-scrollbar {
  width: 0.25em;
}

.full-menu--transition {
  transition: all 200ms ease-in-out;
}

.menu-toggle {
  border: 0;
  color: #fff;
  background-color: transparent;
}

.full-menuInner {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}

button.menu-toggle img {
  max-width: 25px;
}

.subMenu .subMenuItem .subMItem {
  color: #fff;
  font-size: 75px;
  line-height: 86px;
  letter-spacing: 2px;
  font-weight: 700;
}

.subMenu h3 {
  font-size: calc(1.0875rem + 0.7875vw);
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0.5em;
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .subMenu h3 {
    font-size: 1.875rem;
  }
}
@media (min-width: 75em) {
  .subMenu h3:first-child {
    margin-top: 0;
  }
}
.subMenu h3 a {
  color: inherit;
}
.subMenu h3 a:hover,
.subMenu h3 a:focus {
  text-decoration: underline;
}

@media (max-width: 47.99em) {
  .fullMenuContainer .mainMenu {
    margin-top: 20px;
  }
}

.fullMenuContainer .mainMenu li a {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 38px;
  letter-spacing: 3px;
}

.subMenu .subMenuItem ul li {
  color: #fff;
  font-size: 20px;
  margin: 2% 0px;
  display: block;
}

.subMenu .subMenuItem ul li a {
  color: inherit;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.subMenu .subMenuItem ul li a:hover,
.subMenu .subMenuItem ul li a:focus {
  text-decoration: underline;
}

.subMenu .subMenuItem .subMItem:hover {
  opacity: 0.6;
}

.subMenu .subMenuItem ul {
  margin-left: 1em;
}
@media (min-width: 36em) {
  .subMenu .subMenuItem ul {
    margin-left: 2em;
  }
}
.subMenu .subMenuItem ul li {
  display: flex;
  align-items: flex-start;
}
.subMenu .subMenuItem ul li:before {
  content: '>';
  line-height: 1;
  margin-right: 0.25em;
}

.fullMenuContainer .mainMenu li.siteBtn {
  margin: 0.5em 0;
  border: 2px solid #44b9c2;
}

.fullMenuContainer .mainMenu li.siteBtn.menu-item:first-child {
  margin-top: 25px !important;
}

.fullMenuContainer .mainMenu li.siteBtn:hover,
.fullMenuContainer .mainMenu li.siteBtn:focus {
  border: 2px solid #fff;
}

.fullMenuContainer .mainMenu li.siteBtn a:hover,
.fullMenuContainer .mainMenu li.siteBtn a:focus {
  color: #ffffff;
  border: 0;
}

.fullMenuContainer .mainMenu li ul li {
  padding-left: 1em;
}

.fullMenuContainer .mainMenu li ul li a {
  font-size: 1.4em !important;
}

.full-menu--open .menu-toggle {
  z-index: 2;
  padding: 10px;
}

.full-menu--open .fullMenuContainer {
  z-index: 1;
}

.socialMenu a {
  color: #5787b6;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: inline-flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin-right: 5px;
}

.socialMenu a:hover {
  background-color: #44b9c2;
  color: #fff;
}

.fullMenuContainer {
  max-width: 530px;
  margin-left: auto;
  margin-top: -50px;
  position: relative;
  z-index: 99;
  margin-right: 60px;
}
.siteBtn,
[type='button'],
[type='submit'],
button {
  border-radius: 30px;
  background-color: #44b9c2;
  color: #fff;
  padding: 14px 45px;
  display: inline-block;
  font-size: 18px;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.siteBtn:hover,
[type='button']:hover,
[type='submit']:hover,
button:hover {
  background-color: #5787b5;
  color: #fff;
  text-transform: uppercase;
}

.siteBtn--secondary {
  background-color: #ec5730;
}
.siteBtn--secondary:hover,
.siteBtn--secondary:focus {
  background-color: #d53c14;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  padding: 0px 15px;
}
#wpfront-notification-bar-spacer #wpfront-notification-bar.wpfront-fixed {
  height: auto !important;
}
#wpfront-notification-bar-spacer #wpfront-notification-bar div.wpfront-message {
  height: auto;
}
.homeBannerInner h1 {
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 30px;
}

.homeBannerInner {
  margin-bottom: 30px;
  background-repeat: no-repeat !important;
}

.homeBannerInner p {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.35;
}

.homeBanner {
  padding-top: 60px;
  padding-bottom: 50px;
}

.homeBanner .slideNone {
  top: 15% !important;
  z-index: 1;
}

.bannerImage {
  text-align: right;
}

.homeBanner.home .bannerImage img {
  margin-top: -45%;
  object-fit: cover;
}

.slideLeft {
  padding: 80px 100px;
  width: 720px;
  background-color: #44b9c2;
  z-index: 1;
}

.slideRight {
  width: 720px;
  padding: 0;
  background-color: #000;
  z-index: 1;
}

a.leftHandle,
a.rightHandle {
  text-indent: 0px !important;
}

a.leftHandle {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  color: #f05223;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  border-left: 1px solid #a7b6bf;
  padding-left: 5px;
  top: 35% !important;
}

a.leftHandle:after {
  font-family: 'Font Awesome 5 Pro', 'system';
  content: '';
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -20px;
  color: #a7b6bf;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

a.leftHandle:hover:after {
  margin-left: -3px;
}

a.rightHandle {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  color: #f05223;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  border-right: 1px solid #a7b6bf;
  padding-right: 5px;
  top: 35% !important;
}

.slideRight a.rightHandle:after {
  font-family: 'Font Awesome 5 Pro', 'system';
  font-display: swap;
  content: '';
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: -20px;
  color: #a7b6bf;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.slideRight.open a.rightHandle:after {
  content: '';
}

a.rightHandle:hover:after {
  margin-right: -3px;
}

.slideLeftContent h2 {
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 20px;
  color: #fff;
}

.slideLeftContent p {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 28px;
  color: #fff;
}

.slideLeftContent a {
  border-radius: 10px;
  background-color: #44b9c2;
  color: #fff;
  padding: 10px 45px;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #fff;
  text-transform: uppercase;
}

.slideLeftContent a:hover {
  background-color: #5787b5;
}

.slideLeft.open a.leftHandle {
  top: 0 !important;
  height: 100%;
  text-align: center;
  color: #fff;
}

.slideLeft.open a.leftHandle:after {
  content: '';
  left: 0px;
}

.slideLeft.open a.leftHandle:hover:after {
  margin-left: 3px;
}

.slideLeftContent p span {
  font-size: 10px;
  position: relative;
  top: -7px;
}

.slideLeft h6.verticalText {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  left: 6px;
  margin: 0;
  top: 35% !important;
}

.slide-right-img-wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

.slide-right-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accordionSection {
  padding: 50px 0;
}

.accTitle p {
  color: #44b9c2;
  font-size: 28px;
  text-transform: uppercase;
}

.accDes p {
  font-size: 20px;
  line-height: 1.35;
  max-width: 725px;
  margin-bottom: 0px;
}

.accordionBox {
  margin-top: 50px;
  border-left: 3px solid #a7b6bf;
  padding-left: 24px;
}

.accordionItem h2,
.accordionItem h3 {
  cursor: pointer;
  color: #5787b5;
  font-size: 24px;
}

.accordionContent {
  padding-bottom: 15px;
}

.accordionContent p {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.accordionContent a.more {
  text-transform: uppercase;
}

.accordionContent ul li {
  position: relative;
  padding-left: 16px;
  line-height: 22px;
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.35;
}

.accordionContent ul li a {
  position: relative;
  color: #5787b5;
}

.accordionContent ul li a:hover {
  color: #f05323;
}

.accordionContent ul li:before {
  font-family: 'Font Awesome 5 Pro', 'system';
  font-display: swap;
  font-weight: 900;
  content: '';
  color: #f05323;
  left: 0;
  position: absolute;
  top: 11px;
  transform: translateY(-50%);
}

.accordionContent ul li ul {
  margin-top: 8px !important;
}

.accordionContent ul li ul li {
  line-height: 1.3em;
}
a.more {
  display: inline-block;
  color: #f05323;
  font-size: 16px;
  margin-top: 6px;
  font-weight: normal;
}
.accordion h2 span,
.accordion h3 span {
  position: relative;
}

.accordion [aria-expanded='true'] span:after {
  font-family: 'Font Awesome 5 Pro', 'system';
  font-display: swap;
  content: '';
  color: #f05323;
  font-size: 12px;
  position: relative;
  right: -10px;
  top: -2px;
  transform: translateY(-35%);
}

.accordion [aria-expanded='false'] span:after {
  font-family: 'Font Awesome 5 Pro', 'system';
  font-display: swap;
  content: '';
  color: #f05323;
  font-size: 12px;
  position: relative;
  right: -10px;
  top: -2px;
  transform: translateY(-35%);
}

.acceleration {
  padding: 100px 0;
}

.acceleration p {
  font-size: 20px;
  margin-bottom: 20px;
}

.acceleration .acceleration-right-img {
  width: 410px;
  height: 700px;
  position: absolute;
  bottom: -10%;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.wysiwyg-band {
  padding: 200px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.wysiwyg-band h2,
.wysiwyg-band .h2 {
  font-weight: bold;
  font-size: 41px;
  margin-bottom: 40px;
}

.wysiwyg-band {
  color: inherit;
}
.wysiwyg-band .contentos h1,
.wysiwyg-band .contentos h2,
.wysiwyg-band .contentos h3,
.wysiwyg-band .contentos h4,
.wysiwyg-band .contentos h5,
.wysiwyg-band .contentos h6 {
  color: inherit;
}

.wysiwyg-band p {
  /*font-size: 29px;
  line-height: 1.4;*/
  margin-bottom: 20px;
}

.wysiwyg-band .acceleration-right-img {
  width: 410px;
  height: 700px;
  position: absolute;
  bottom: -10%;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.wysiwyg-band ul {
  padding-left: 1em;
  padding-bottom: 1em;
}

.wysiwyg-band ul li {
  position: relative;
  padding-left: 16px;
  line-height: 1.35;
  margin: 10px 0;
  font-size: 18px;
}

.wysiwyg-band ul li a {
  position: relative;
  color: #5787b5;
}

.wysiwyg-band ul li a:hover {
  color: #f05323;
}

.wysiwyg-band ul li:before {
  font-family: 'Font Awesome 5 Pro', 'system';
  font-display: swap;
  font-weight: 900;
  content: '';
  color: #f05323;
  left: 0;
  position: absolute;
  top: 11px;
  transform: translateY(-50%);
}

.totalOpportunityBanner img {
  width: 1200px;
}

.healthCareSection p {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.healthCareSection {
  padding: 170px 0 200px;
}

@media screen and (min-width: 1000px) {
  .healthCareSection .col-md-6 p {
    text-align: right;
  }
}

.capabilitiesCarousel {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 40px;
}
.capabilitiesCarousel h2 {
  letter-spacing: 4px;
  font-size: 40px;
  text-transform: uppercase;
}
.capabilitiesCarousel.shadowActive {
  background: #edf0f2;
  padding-bottom: 140px;
}
.capabilitiesSlider.owl-carousel .owl-item h3,
.capabilitiesSlider.owl-carousel .owl-item p {
  text-align: left;
}
.capabilitiesSlider.owl-carousel .owl-item h3 {
  color: #43b9c2;
}

.capabilitiesSlider.owl-carousel .owl-nav button.owl-next {
  right: -5%;
  height: 50%;
  top: 25%;
}
.capabilitiesSlider.owl-carousel .owl-nav button.owl-prev {
  left: -5%;
  height: 50%;
  top: 25%;
}

.healthCareSlider p {
  color: #44b9c2;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 18px;
}

.healthCareSlider h2,
.healthCareSlider .heading2 {
  font-size: 55px;
  line-height: 59px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #5787b5;
  font-weight: bold;
}

.healthCareSlider .owl-dots {
  position: absolute;
  bottom: -100px;
}

.text-left {
  text-align: left;
}

.text-center.plus span {
  font-size: 46px;
}

.text-center.saved h2,
.text-center.saved .heading2 {
  align-items: flex-end !important;
}

.text-center.saved span {
  font-size: 24px;
  line-height: 34px;
}

/*** Owl Carousels ***/
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  height: 100%;
  top: 0;
  left: 33.33%;
  border-right: 4px solid #f05323 !important;
  padding-right: 6px !important;
  border-radius: 0;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  height: 100%;
  top: 0;
  right: 33.33%;
  border-left: 4px solid #f05323 !important;
  padding-left: 6px !important;
  border-radius: 0;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
  color: #f05323;
  font-size: 34px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.owl-carousel .owl-nav button.owl-prev i:hover,
.owl-carousel .owl-nav button.owl-next i:hover {
  font-size: 240%;
  margin-bottom: -1px;
}

.owl-carousel .owl-nav button.owl-prev i:hover {
  margin-left: -1px;
}

.owl-carousel .owl-nav button.owl-next i:hover {
  margin-right: -1px;
}

.owlBox {
  padding-top: 10px;
  padding-bottom: 10px;
}

.healthCareSlider {
  display: flex !important;
  align-items: center;
}

.healthCareSlider .owl-item {
  opacity: 0.4;
}

.healthCareSlider .owl-item.center {
  opacity: 1;
}

.owl-dots {
  display: block;
  /* position: absolute; */
  /* bottom: -45px; */
  width: 100%;
  text-align: center;
  margin: 45px 0;
}

.owl-dots button {
  width: 10px;
  height: 10px;
  border: 1px solid #44b9c2 !important;
  border-radius: 100%;
  margin: 0 3px;
}

.owl-dots button.active {
  background-color: #44b9c2;
}

.contactUs {
  padding: 20px 0;
  margin: 40px 0;
}

.contactDes p {
  font-size: 20px;
  margin: 1em 0 0.5em 0;
}

.contactBox {
  padding: 30px 0;
}

.contactBox h2 {
  margin-bottom: 20px;
}

.contactBox .contactDes {
  padding-bottom: 1em;
}

input.form-control {
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  height: 44px;
}

.contactBox button.siteBtn {
  padding: 12px 45px;
}

.videoLeft {
  padding: 10px;
  width: 610px;
  background-color: transparent;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.videoHandle {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  color: #f05223;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  border-left: 1px solid #a7b6bf;
  padding-left: 5px;
  top: 40% !important;
}

.videoLeft a.videoHandle:after {
  font-family: 'Font Awesome 5 Pro', 'system';
  font-display: swap;
  content: '';
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -20px;
  color: #a7b6bf;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.videoLeft.open a.videoHandle:after {
  content: '';
}

a.videoHandle:hover:after {
  margin-left: -3px;
}

a.videoHandle {
  text-indent: 0px !important;
}

.accordion02 {
  padding: 50px 0;
}

.contentBlocks01 {
  padding: 80px 0;
}

.contentBlocks01 p,
.contentBlocks01 ul {
  margin: 12px 0;
  font-size: 18px;
  line-height: 1.35;
}

.contentBlocks01 h2 {
  margin-bottom: 70px;
}

.contentBlocks01 h3 {
  margin: 0.5em 0;
}

.contentBlocks01 ul li {
  position: relative;
  padding-left: 16px;
  line-height: 22px;
  margin: 10px 0;
  max-width: 90%;
}

.contentBlocks01 ul li a {
  position: relative;
  color: #5787b5;
}

.contentBlocks01 ul li a:hover {
  color: #f05323;
}

.contentBlocks01 ul li:before {
  font-family: 'Font Awesome 5 Pro', 'system';
  font-display: swap;
  font-weight: 900;
  content: '';
  color: #f05323;
  left: 0;
  position: absolute;
  top: 11px;
  transform: translateY(-50%);
}

.footer-widget {
  background-color: #edeef2;
  background-image: url('../images/footer-bg2.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-top: 30px;
}

.footer {
  padding: 30px 0;
  font-size: 14px;
}

.footer a {
  color: #4d545c;
}

.footer p {
  font-size: initial;
}

.footer a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .footer {
    padding: 30px;
  }

  .footer-widget {
    background-size: cover;
  }

  .contactUs {
    padding-top: 0;
    margin-top: 0;
  }
  .capabilitiesCarousel .carousel-items {
    max-width: 80%;
    margin: 0 auto;
  }
  .capabilitiesSlider.owl-carousel .owl-nav button.owl-next {
    right: -1%;
  }
  .capabilitiesSlider.owl-carousel .owl-nav button.owl-prev {
    left: -1%;
  }
}
.bulletsInner {
  padding-left: 100px;
  margin-top: 60px;
}

.bulletBox {
  margin-bottom: 35px;
}

h2.h2Light {
  color: #44b9c2;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
}

.bulletBox h2 {
  font-size: 32px;
}

.bulletBox p {
  font-size: 20px;
  line-height: 1.35;
}

.healhPlans h2 {
  margin-bottom: 10px;
}

.healhPlansInner .accordionContent ul {
  margin: 15px 0;
}

.healhPlansInner .accordionContent ul li a {
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0;
  display: block;
}

.healhPlansInner .accordionContent ul li a:after {
  top: 13px;
}

.healhPlansInner .accordionBox {
  margin-top: 60px;
}

.healhPlansInner {
  padding-left: 100px;
}

.bullets01 {
  padding: 50px 0;
}

.healhPlans {
  padding: 30px 0 100px;
}

.healhPlansInner {
  padding-left: 100px;
}

.healhPlans .acc-section-img {
  width: 510px;
  height: 730px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.healhPlans .asi-left {
  top: auto;
  right: auto;
  width: 390px;
  height: 350px;
  bottom: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  h2.h2Light {
    font-size: 30px;
  }
}
/* Serving Section */
.servingSection {
  padding: 90px 0 130px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.servingSection:before,
.solutions-band:before,
.serviceSolutionBand:before,
.hero-band:before,
.videoBand:before,
.capabilitiesCarousel:before {
  content: '';
  position: absolute;
  top: 92px;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0 0 50% 50%/0 0 12% 12%;
  transform: scaleX(1.5);
  box-shadow: 0 16px 16px -16px rgb(0 0 0 / 40%);
  -webkit-box-shadow: 0 16px 16px -16px rgb(0 0 0 / 40%);
  background: #edf0f2;
  z-index: -1;
  display: none;
}
.servingSection:before {
  top: -20px;
}
.capabilitiesCarousel.shadowActive:before {
  top: 0;
  height: calc(100% - 140px);
}
.solutions-band:before {
  top: 142px;
}
.servingSection h2 {
  margin-bottom: 50px;
  font-size: 40px;
  text-transform: uppercase;
}
section.servingSection h2,
section.servingSection h3 {
  letter-spacing: 1px;
}
.servingSection iframe {
  width: 865px;
  height: 495px;
}
.servingSection p {
  margin: 0 auto 65px auto;
  max-width: 900px;
}
.serviceContent h2 i {
  font-size: 18px;
}
.serviceContent p {
  font-size: 19px;
  margin-bottom: 18px;
}
.serviceContent a {
  text-transform: uppercase;
}

.serviceBox img {
  object-fit: cover;
  width: 100%;
}
.serviceBox .serviceContent {
  padding: 0 25px 20px 25px;
}
.serviceBox .serviceContent h2,
.serviceBox .serviceContent h3 {
  font-size: 28px;
  text-transform: uppercase;
  color: #43b9c2;
  font-weight: 200;
}
.serviceBox .serviceContent h3 {
  margin-bottom: 3px;
}
.serviceBox .serviceContent a {
  color: #f05323;
  font-size: 21px;
  line-height: 0.8em;
  margin-top: 12px;
  font-weight: normal;
}
.serviceBox .serviceContent a:hover {
  font-weight: normal;
}
.serviceBox .serviceContent a .fas {
  font-weight: 500;
}
/*.serviceBox:hover .serviceContent a,
.serviceBox:hover .serviceContent a .fas {
  font-weight: 600;
}*/

@media (max-width: 991.98px) {
  .servingSection {
    padding: 60px 0 100px;
  }

  .servingSection p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .servingSection {
    padding: 30px 0;
  }
}
/*More Solution*/
.moreSolution .row {
  max-width: 100%;
}

.moreSolution {
  padding: 100px 0;
}

.moreSolution .acc-section-img {
  width: 390px;
  height: 350px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.moreSolution .asi-right {
  width: 510px;
  height: 730px;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background-size: contain;
}

@media (max-width: 767.98px) {
  .moreSolution {
    padding: 30px 0;
  }
}
.redlatedAssets,
.resourceCards {
  padding: 80px 0;
  position: relative;
}
.redlatedAssets:before,
.resourceCards:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0 0 50% 50%/0 0 30% 30%;
  transform: scaleX(1.5);
  box-shadow: 0 16px 16px -16px rgb(0 0 0 / 40%);
  -webkit-box-shadow: 0 16px 16px -16px rgb(0 0 0 / 40%);
  display: none;
}
.redlatedAssets h2,
.resourceCards h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 40px;
  z-index: 999;
  position: relative;
}
.resourceCards .resourceMeta {
  max-width: 420px;
  margin-top: 20px;
}
/*.relatedBox .media img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 20px;
}*/

.relatedBox .media .media-body .mt-0,
.resourceBox .media .media-body .mt-0 {
  color: #44b9c2;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}
.relatedBox .media .media-body h3,
.resourceBox .media .media-body h3 {
  font-size: 24px;
  margin: 0 0 5px;
}
.relatedBox .media .media-body p,
.resourceBox .media .media-body p {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
}
.relatedBox,
.resourceBox {
  margin: 40px 0;
}
.resourceBox {
  background: #fff;
  padding: 30px 40px;
  box-shadow: 1px 5px 10px #807b7b;
}
.resourceCards .relatedBox {
  margin-right: 20px;
}
.resourceCards .relatedBox .resourceThumb {
  overflow: visible;
  margin-bottom: 0;
}
.resourceCards .relatedBox .resourceThumb img {
  box-shadow: 1px 5px 10px #807b7b;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .resourceCards .relatedBox,
  .resourceCards .resourceBox {
    padding: 20px;
    margin: 20px 0;
  }
}

.contactUs.innerContact {
  padding: 65px 0;
  margin-bottom: 50px;
}

.innerContact p {
  margin-bottom: 20px;
  max-width: 80%;
  font-size: 18px;
}

.siteInnerBanner {
  background-image: url(../images/banner-vector.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 45%;
}

.filters {
  padding: 60px 0;
}

.filters h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

.filters select {
  color: #44b9c2;
  text-transform: uppercase;
  padding: 8px 10px;
  font-size: 18px;
  border: 1px solid #a7b6bf;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding-right: 45px;
  background: transparent;
  cursor: pointer;
}

.filterSelect {
  position: relative;
}

.reGridItem {
  margin-bottom: 80px;
}

.filterSelect:after {
  content: '';
  background-image: url(../images/arrow-down.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 8px;
  z-index: -1;
}

.reGridItem .postType {
  color: #44b9c2;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.resourceThumb {
  overflow: hidden;
  margin-bottom: 5px;
}

.reGridItem img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  object-position: center;
  transition: transform 0.5s ease;
}

.reGridItem img:hover {
  transform: scale(1.1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.reGridItem h2 {
  font-size: 24px;
  margin-bottom: 0;
}

.reGridItem a h2:hover,
.reGridItem a h2:focus,
.reGridItem a h2:active {
  color: #44b9c2;
}

.resourcesGrid {
  padding-bottom: 50px;
}

.newsGridItem {
  margin-bottom: 60px;
}

.newsGridItem .pubdate {
  color: #44b9c2;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.newsGridItem h2 {
  font-size: 24px;
  margin-bottom: 0;
}

.newsGridItem a:hover h2 {
  color: #44b9c2;
}

.loadMore {
  text-align: center;
  margin-bottom: 30px;
}

.loadMore a {
  color: #44b9c2;
  font-size: 24px;
}

.ajax-btn-wrap.loading {
  position: relative;
  text-transform: uppercase;
}

.ajax-btn-wrap.loading a {
  position: relative;
  z-index: 1;
  opacity: 0;
}

.ajax-btn-wrap .loading-spinner {
  color: #44b9c2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  font-size: 24px;
}

.ajax-grid.loading-entries {
  position: relative;
}

.ajax-grid.loading-entries > * {
  opacity: 0.3;
}

.ajax-grid.loading-entries .entries-loading-spinner {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 52px;
  color: #44b9c2;
  opacity: 1;
}

a.more i {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

a.more:hover i {
  margin-left: 3px;
}

.teamSection {
  padding: 50px 0;
}

.teamBox {
  margin: 35px 0;
}

.teamBox .media img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 100%;
  object-position: center;
}

.teamBox .media .media-body p {
  color: #44b9c2;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.teamBox .heading5 {
  color: #5787b5;
  font-weight: bold;
}

.member-popup .teamBox .media .media-body p {
  margin-bottom: 0;
}

.member-popup button {
  background-color: initial;
}

.member-popup {
  padding: 0 35px;
}

.member-popup .teamBox .media .media-body p.gray {
  color: #4d545c;
  text-transform: none;
  letter-spacing: 0;
}

.teamBox .media .media-body .mt-0 {
  margin-bottom: 4px;
  font-size: 24px;
}

.teamDesBox h3 {
  color: #44b9c2;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.teamDesBox p {
  font-size: 18px;
}

.teamDesBox {
  padding: 30px 0;
}

.boardMembers {
  padding: 60px 0;
}

.boardMemTitle h2 {
  color: #44b9c2;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 15px;
}

.boardMemTitle h3 {
  color: #44b9c2;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.boardMemTitle {
  max-width: 80%;
  margin-bottom: 25px;
}

.boardMembersBox {
  margin: 25px 0;
}

.boardMembersBox img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 100%;
  object-position: center;
}

.boardMembersBox span.heading2 {
  margin-bottom: 3px;
  font-size: 26px;
  color: #5787b5;
  font-weight: bold;
  display: block;
}

.boardMembersBox span.flat-heading {
  color: #44b9c2;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.boardMembersBox p {
  font-size: 16px;
  color: #4d545c;
}

.advisoryCoun {
  padding: 60px 0;
}

.advisoryCounInner {
  border-left: 3px solid #a7b6bf;
  padding-left: 35px;
  margin-top: 60px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.advisoryCounBox span.heading2 {
  margin-bottom: 3px;
  font-size: 26px;
  color: #5787b5;
  font-weight: bold;
  display: block;
}

.advisoryCounBox span.flat-heading {
  color: #44b9c2;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.advisoryCounBox p {
  font-size: 16px;
}

.advisoryCounBox {
  margin-bottom: 60px;
}

.member-popup {
  display: none;
  max-width: 900px;
}

.member-popup-desc {
  padding-top: 20px;
  font-size: 18px;
}

.member-popup-desc p {
  padding-top: 10px;
}

.blogPost {
  padding: 70px 0;
}

.blogPost .blogContent a {
  text-decoration: underline;
  color: #5686b5;
}

.blogContent {
  padding: 20px 0 25px 0;
}

.blogContent h1 {
  color: #5886b5;
  text-align: center;
  margin-bottom: 1em;
  text-transform: none;
}

.blogPost ul li {
  position: relative;
  padding-left: 16px;
  line-height: 22px;
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.35;
}

.blogPost ul li a {
  position: relative;
  color: #5787b5;
}

.blogPost ul li a:hover {
  color: #f05323;
}

.blogPost ul li:before {
  font-family: 'Font Awesome 5 Pro', 'system';
  font-display: swap;
  font-weight: 900;
  content: '';
  color: #f05323;
  left: 0;
  position: absolute;
  top: 11px;
  transform: translateY(-50%);
}

.blogContent h2 {
  /*font-size: 50px;
    margin-bottom: 15px;*/
  color: #44b9c2;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 15px;
}

.blogContent h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.blogContent h4 {
  color: #44b9c2;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.267;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blogMeta {
  font-weight: bold;
  text-transform: uppercase;
}

.blogAuthor a,
.blogMeta a,
.blogAuthor .blogAuthorName {
  text-transform: uppercase;
  font-weight: normal;
  color: #44b9c2;
  text-decoration: none;
}

.blogContent p {
  font-size: 17px;
  margin-bottom: 25px;
}

.sharePost .shareTitle {
  color: #44b9c2;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.sharePost .jssocials-shares .jssocials-share,
.sharePost ul li {
  display: inline-block;
}

.sharePost .jssocials-shares .jssocials-share a,
.sharePost ul li a {
  color: #fff;
  background-color: #44b9c2;
  width: 30px;
  height: 30px;
  display: inline-flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin-right: 5px;
}

.sharePost .jssocials-shares .jssocials-share a {
  margin-right: 9px;
}

.sharePost .jssocials-shares .jssocials-share a .jssocials-share-label {
  display: none;
}

.sharePost .jssocials-shares .jssocials-share a:hover,
.sharePost ul li a:hover {
  background-color: #5787b5;
  color: #fff;
}

header.fixed {
  position: fixed;
  background-color: #fff;
  top: 27px;
  padding: 0px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  width: 100%;
  z-index: 99999999;
  -webkit-box-shadow: 0px 2px 10px 0px rgb(202 202 202 / 42%);
  -moz-box-shadow: 0px 2px 10px 0px rgb(202 202 202 / 42%);
  box-shadow: 0px 2px 10px 0px rgb(202 202 202 / 42%);
}
.admin-bar header.fixed {
  top: 62px;
}
header .logo {
  padding: 15px 0;
}
@media (max-width: 767.98px) {
  .filterSelect {
    margin-bottom: 12px;
  }

  .filters select {
    width: 100%;
  }

  .admin-bar header.fixed {
  }
}
.backtoblog {
  margin-top: 3em;
}

.wp-block-image .alignleft,
.alignleft {
  margin-right: 3rem;
  margin-bottom: 2rem;
}

.blogContent img.alignleft {
  float: left;
}

.wp-block-image .alignright,
.alignright {
  margin-left: 3rem;
  margin-bottom: 2rem;
}

.blogContent img.alignright {
  float: right;
}

.blogContent img.aligncenter {
  margin: 1em auto;
  display: block;
  text-align: center;
}

.blogContent img {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* ---------------------------- Hubspot Forms Styling ---------------------------- */
.hbspt-form {
  margin-top: -0.5em;
}

.hbspt-form .input {
  margin-right: 0px !important;
}

.hbspt-form .hs-input,
.hbspt-form .hs-input::placeholder {
  text-transform: uppercase;
  color: #5787b5 !important;
  letter-spacing: 1px;
}

.hbspt-form .hs-input::placeholder {
  opacity: 0.8;
}

.hbspt-form label {
  /*font-family: "Segoe UI";
     color: #5787b5;
     font-weight: normal;
  font-size: 18px;
     line-height: 1.267;
  text-transform: uppercase;*/
  display: none;
}

.hbspt-form .hs-input {
  font-family: 'Segoe UI';
  font-weight: normal;
  color: #4d545c;
  padding: 5px;
  font-size: 18px;
  line-height: 1.267;
}

.hbspt-form .hs-input {
  border: 0px;
  width: 100% !important;
  min-height: 45px;
  background: #f9fcff;
}

.hbspt-form .form-columns-2 .hs-form-field {
  width: 100% !important;
}

.hbspt-form .hs-form-field,
.hbspt-form .hs-recaptcha {
  margin: 0.5em 0 0 0;
}

.hbspt-form .hs-button {
  margin: 0.75em 0;
  letter-spacing: 1px;
}

.hbspt-form ul {
  padding-left: 10px;
}

.hbspt-form ul.hs-error-msgs {
  margin-bottom: 0px;
}

.hbspt-form ul.hs-error-msgs li {
  line-height: 1;
  padding-left: 0px;
  margin: 0;
}

.hbspt-form ul.hs-error-msgs li label {
  text-transform: initial;
  font-size: 14px;
  color: #924148;
}

.hbspt-form ul.hs-error-msgs label.hs-error-msg {
  display: block;
  padding-top: 5px;
}

.hbspt-form ul.hs-error-msgs li:before {
  content: '> ';
}

.hs_submit.hs-submit {
  margin-bottom: 10px;
}

/* ---------------------------- Search & Search Results Pages ---------------------------- */
.search-entry {
  margin: 2em 0;
}

.search-entry:last-child,
.entries-pagination,
.no-matches {
  margin-bottom: 4em;
}

p.search-result {
  font-size: 1.5em;
  line-height: 1.3;
}

[type='search'] {
  outline-offset: 0px;
}

form.search-form {
  display: flex;
  margin: 10px auto;
  max-width: 500px;
}
form.search-form label {
  flex: 1 1 0;
}
form.search-form [type='submit'] {
  padding: 5px 45px;
  height: 40px;
}

form.search-form input[type='search'] {
  height: 40px;
  width: 250px;
  display: block;
  width: 100%;
  border-radius: 30px;
  border: 2px solid #ccc;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

form.search-form .siteBtn,
form.search-form [type='submit'] {
  border: 1px solid #44b9c2;
  margin-left: 10px;
}

form.search-form .siteBtn:hover,
form.search-form [type='submit']:hover {
  border: 1px solid #fff;
}

/* ---------------------------- Begin WordPress Core ---------------------------- */
img {
  max-width: 100%;
  height: auto;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* ---------------------------- Text meant only for screen readers ---------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ---------------------------- End WordPress Core ---------------------------- */
/* Embedded PDFs */
div.pdfemb-viewer {
  margin-bottom: 3em !important;
}

/****** Focusing an element with a mouse, touch, or stylus will ******/
/****** show a drop shadow. :focus will inherit browser style. ******/
/*:focus:not(:focus-visible) {
  outline: none;
  box-shadow: 1px 1px 5px rgba(1, 1, 0, .3);
}*/
.slideNone {
  right: 0 !important;
}

.portalMenu {
  margin: 0;
}

.portalMenu li {
  display: inline-block;
  position: relative;
}
.portalMenu li + li {
  margin-top: 5px;
}

.fullMenuContainer .portalMenu li a {
  color: #fff;
  text-transform: uppercase;
  line-height: 38px;
  letter-spacing: 0.04em;
  font-size: 20px;
  margin: 0 6px;
}
.fullMenuContainer .portalMenu li a:hover,
.fullMenuContainer .portalMenu li a:focus {
  color: #fff;
  text-decoration: underline;
}

.fullMenuContainer .portalMenu li:first-child {
  margin-left: 0;
  padding-right: 10px;
}

.fullMenuContainer .portalMenu li:after {
  content: '';
  width: 1px;
  background: #fff;
  height: 18px;
  position: absolute;
  right: 0;
  top: 11px;
}

.fullMenuContainer .portalMenu li:last-child {
  padding-left: 5px;
}

.fullMenuContainer .portalMenu li:last-child:after {
  display: none;
}

.subMenu .subMenuItem .subMItem[aria-expanded='false']:after {
  font-family: 'Font Awesome 5 Pro', 'system';
  font-display: swap;
  content: '';
  color: #fff;
  font-size: 30px;
  position: relative;
  font-weight: normal;
  right: -10px;
  top: -4px;
}

.subMenu .subMenuItem .subMItem[aria-expanded='true']:after {
  font-family: 'Font Awesome 5 Pro', 'system';
  font-display: swap;
  content: '';
  color: #fff;
  font-size: 30px;
  position: relative;
  font-weight: normal;
  right: -10px;
  top: -4px;
}

@media (max-width: 1049.98px) {
  .slideNone {
    position: relative !important;
  }

  .slideNone,
  .slide-right-img-wrap {
    height: auto !important;
  }
}
@media (max-width: 767.98px) {
  .fullMenuContainer .portalMenu li {
    display: block;
  }

  .fullMenuContainer .portalMenu li a {
    margin-left: 0;
    font-size: 18px;
    line-height: normal;
  }

  .fullMenuContainer .portalMenu li:after {
    display: none;
  }

  .subMenu .subMenuItem .subMItem[aria-expanded='false']:after,
  .subMenu .subMenuItem .subMItem[aria-expanded='true']:after {
    font-size: 16px;
  }

  form.search-form [type='submit'] {
    padding: 8px 5px;
  }
}
@media (min-width: 1199.98px) {
  .bannerImage {
    float: right;
  }
}
/*  Hero Band  */
.hero-band {
  position: relative;
  margin-bottom: 60px;
  margin-top: 40px;
  padding-top: 40px;
}

.hero-band figure {
  text-align: center;
  display: none;
}

.hero-band .hero-content {
  display: block;
  height: 100%;
}
.hero-band .hero-content h1 {
  font-size: 62px;
  line-height: 1.3em;
  letter-spacing: 3.6px;
  margin-right: -1rem;
  color: #5887b5;
}
.hero-band .hero-content h1.alt,
.hero-band .hero-content h2 {
  color: #22a6b2;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  font-size: 3.25rem;
}
.hero-band .hero-content h1:first-child {
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 0px;
}
.hero-band .hero-content h1:last-child {
  margin-bottom: 30px;
}
.hero-band .hero-content p {
  font-size: 21px;
  margin-top: 0px;
  max-width: 660px;
  float: right;
  clear: both;
  margin-bottom: 10px;
}
.hero-band .hero-content p a {
  color: #22698f;
  font-weight: 600;
}
.hero-band .hero-content p em {
  color: #22698f;
  font-size: 25px;
}

.hero-band .hero-content .cta a.siteBtn {
  padding: 10px 45px;
}

.hero-band .hero-next {
  position: absolute;
  bottom: -5%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 40px;
}

.hero-band .hero-next a {
  color: #9ba5b9;
}

.grid__item {
  position: relative;
}

.scroll-img {
  width: 100%;
  max-width: 100%;
  height: 95vh;
  min-width: 250px;
  min-height: 250px;
  background-size: cover;
}

_:-ms-fullscreen,
:root .hero-band .hero-content {
  transform: translate(-50%, -50%);
  left: 50%;
}

_:-ms-fullscreen,
:root .scroll-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.uncover {
  overflow: hidden;
  background-image: none !important;
  position: relative;
}

.uncover__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.uncover__slices {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}

.uncover__slices--vertical {
  flex-direction: row;
}

.uncover__slices--horizontal {
  flex-direction: column;
}

.uncover__slices--horizontal-double {
  display: grid;
  grid-template-columns: 50% 50%;
}

.uncover__slices--vertical-double {
  display: grid;
  grid-template-rows: 50% 50%;
}

.uncover__slice {
  color: #fff;
  background-color: currentColor;
  flex: 1;
}

.uncover__slices--vertical .uncover__slice {
  box-shadow: 1px 0 0 currentColor;
}

.uncover__slices--horizontal .uncover__slice {
  box-shadow: 0 1px 0 currentColor;
}

/* Video Band */
.video-band .video-content {
  text-align: center;
  margin: 0 auto 8vw auto;
}

.video-band .video-content h2 {
  margin-bottom: 0.75em;
}

.video-band .video-content p {
  margin-bottom: 3vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.video-band .video-content .embed-responsive {
  max-width: 1070px;
  margin: 0 auto;
}

.video-band .video-content .video-caption {
  font-weight: 700;
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.3em;
}

@media (max-width: 767.98px) {
  .video-band .video-content h2 {
    font-size: 7vw;
    margin-bottom: 3vw;
  }

  .video-band .video-content p {
    font-size: 4vw;
    margin-bottom: 3vw;
  }

  .video-band .video-content {
    padding: 0 15px;
  }
}

/* Solutions Band */
.solutions-band {
  padding: 140px 0 40px;
  text-align: center;
  position: relative;
}
.cta-band + .explore-solutions-band {
  padding-top: 268px;
}
.solutions-band p {
  text-align: left;
}

.solutions-band .solutions-content h2,
.explore-solutions-band .solutions-content h2 {
  margin-bottom: 37px;
  font-size: 2.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.explore-solutions-band .solutions-content p {
  margin-bottom: 61px;
}

.solutions-band .solutions-content {
  max-width: 900px;
  margin: 0 auto;
}

.solutions-band .solutions figure img {
  height: 60px;
  width: auto;
}

.solutions-band .solutions ul li a {
  /*color: #fff;*/
}

.solutions-band .solutions ul li a:hover,
.solutions-band .solutions ul li a:focus {
  text-decoration: underline;
}
.solutions-band .solutions figure {
  position: absolute;
  margin: 0;
  top: -13px;
}
.solutions-band .solutions h3 {
  text-align: left;
  font-weight: 600;
}
.solutions-band .solutions h3.regstyle {
  font-weight: normal;
  text-transform: uppercase;
}

.solutions-band .solutions ul,
.solutions-band .solutions li {
  text-align: left;
  color: inherit;
}

.solutions-band .solutions li {
  position: relative;
  padding-left: 21px;
  font-size: 20px;
  margin-bottom: 0.5em;
}

.solutions-band .solutions li:before {
  font-family: 'Font Awesome 5 Pro', 'system';
  font-display: swap;
  font-weight: 900;
  content: '';
  color: #45d6e1;
  left: 0;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  font-size: 6px;
}

.solutions-band .solutions li:after {
  font-family: 'Font Awesome 5 Pro', 'system';
  font-display: swap;
  font-weight: 900;
  content: '';
  margin-left: 15px;
  top: 55%;
  font-size: 16px;
  transform: translateY(-50%);
}
.solutions-band .solutions .col-md-6 {
  position: relative;
  padding: 0 70px 90px;
  text-align: left;
}
.solutions-band .solutions .col-md-6 .hightightLine,
.solutionCntntRow .hightightLine {
  position: absolute;
  content: '';
  top: 11px;
  left: -2450px;
  width: 2500px;
  height: 4px;
  z-index: -1;
  /*background-color: #fff;*/
}
.solutions-band .solutions .col-md-6:nth-child(even) .hightightLine {
  right: -2451px;
  left: inherit;
}
.solutions-band .solutions {
  margin-top: 110px;
}
.solutionCntntRow .hightightLine {
  z-index: 99 !important;
  top: 24px !important;
  left: -2520px;
}
.solutions-band .solutions .col-md-6 a.siteBtn {
  margin: 4px 5px 14px;
  padding: 10px 15px;
  background: #fff;
  color: #44b9c2;
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.1);
  letter-spacing: 1.2px;
  width: 202px;
  text-align: center;
  font-size: 15px;
}
.solutions-band .solutions .col-md-6 a.siteBtn:hover {
  background: #44b9c2;
  color: #fff;
}
.solutionCntntRow .hightightLine:after {
  content: '';
  position: absolute;
  top: -16px;
  right: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.exploreCntnt figure:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 34px;
  width: 119%;
  height: 5px;
  background: #eef0f2;
  z-index: -1;
}
.solutions-band .solutions-content {
  max-width: 1020px;
  margin: 0 auto;
}
.explore-solutions-band .exploreCntnt {
  text-align: left;
  max-width: 1055px;
  margin: auto;
}
.exploreCntnt figure {
  position: relative;
}
.exploreData {
  letter-spacing: 1px;
}
.exploreData h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 16px;
}
.exploreData ul {
  margin: 0;
}
.exploreData ul li a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 7px;
  color: #4d545b;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: url('../images/right-arrow.png');
  background-size: 6px auto;
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 14px;
  padding-right: 13px;
}
.exploreData ul li a:hover {
  color: #f05522;
}
.exploreCntnt .col:last-child figure:before {
  display: none;
}
.exploreCntnt figure img {
  width: 65px;
}
@media (min-width: 991.98px) {
  .exploreData h3 {
    min-height: 37px;
  }
}
@media (max-width: 991.98px) {
  .solutions-band {
    padding: 60px 15px;
  }
}
@media (max-width: 767.98px) {
  .solutions-band {
    padding: 30px 15px;
  }

  .solutions-band .solutions h3,
  .solutions-band .solutions ul {
    padding-right: 0;
  }

  .solutions-band .solutions-content h2 {
    font-size: 7vw;
    margin-bottom: 3vw;
  }

  .solutions-band .solutions-content p {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}
/* Image with Text Band */
.image-with-text-band {
  padding: 30px 0;
  background-size: cover;
}

.image-with-text-band h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 2.3em;
}

.image-with-text-band h3 {
  color: #4acdd7;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.image-with-text-band p {
  margin-bottom: 40px;
  margin-right: 40px;
}

.image-with-text-band .img-content figure {
  margin-top: 20%;
}

@media (max-width: 991.98px) {
  .image-with-text-band {
    padding: 60px 0;
  }
}
@media (max-width: 787.98px) {
  .image-with-text-band {
    padding: 30px 0;
  }
}
/* News Band */
.news-band .news-title {
  margin-bottom: 35px;
}

.news-band .news {
  max-width: 360px;
  margin-bottom: 70px;
}

.news-band .news h3 {
  font-size: 24px;
  line-height: 1.1em;
}

.news-band .news figure {
  min-width: 72px;
}

.news-band .news:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .news-band {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .news-band .news-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .news-band .news h3 {
    font-size: 18px;
    line-height: 1.3;
  }

  .news-band .news p {
    margin-bottom: 5px;
  }

  .news-band .widget-content {
    padding-top: 30px;
  }
}
_:-ms-fullscreen,
:root #outdated {
  display: block;
}

#outdated h6 {
  color: #fff;
}

.cg-headline {
  font-size: calc(1.1625rem + 1.4625vw);
  line-height: 1.1;
}
@media (min-width: 1600px) {
  .cg-headline {
    font-size: 2.625rem;
  }
}

.cg-headline-small {
  font-size: calc(1.0875rem + 0.7875vw);
  color: #44b9c2;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 1600px) {
  .cg-headline-small {
    font-size: 1.875rem;
  }
}

.cg-arrow-list {
  font-size: inherit;
}
.cg-arrow-list li {
  display: flex;
  align-items: flex-start;
}
.cg-arrow-list li + li {
  margin-top: 0.25em;
}
.cg-arrow-list li:before {
  content: '>';
  margin-right: 0.5em;
  color: #ec5730;
}

.cg-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 48em) {
  /*.cg-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }*/
}

.cg-section--xl .container {
  max-width: 1360px;
}

.cg-section,
.cg-text {
  /*font-size: calc(1.03125rem + 0.28125vw);*/
}
@media (min-width: 1600px) {
  .cg-section,
  .cg-text {
    font-size: 1.3125rem;
  }
}
.cg-section p,
.cg-text p {
  font-size: inherit;
}

.cg-section--value {
  background-color: #4d545c;
  color: #fff;
}
.cg-section--value .cg-headline {
  color: inherit;
}
.cg-section--value__media {
  order: -1;
}
@media (min-width: 62em) {
  .cg-section--value__media {
    margin-bottom: -5%;
    order: 1;
  }
}
.cg-section--value .cg-headline-small {
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .cg-section--value .cg-headline-small {
    margin-bottom: 30px;
  }
}

.cg-value-animation img {
  display: block;
}

.cg-value-animation__inner {
  position: relative;
  margin-bottom: -5%;
}

.cg-value-animation__base,
.cg-value-animation__shadow {
  width: 100%;
  transform: translateX(10%);
  opacity: 0;
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.35s;
}
[data-scroll='in'] .cg-value-animation__base,
[data-scroll='in'] .cg-value-animation__shadow {
  opacity: 1;
  transform: none;
}

.cg-value-animation__shadow {
  width: 60%;
  margin: 0 auto;
}

.cg-value-animation__pin {
  width: 10.5%;
  position: absolute;
  transition: 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0) skewX(10deg);
  transform-origin: center bottom;
  will-change: transform;
}
[data-scroll='in'] .cg-value-animation__pin {
  transform: none;
}
.cg-value-animation__pin--1 {
  transition-delay: 1s;
}
.cg-value-animation__pin--2 {
  transition-delay: 1.35s;
}
.cg-value-animation__pin--3 {
  transition-delay: 1.7s;
}
.cg-value-animation__pin--4 {
  transition-delay: 2.05s;
}
.cg-value-animation__pin--1 {
  left: 18%;
  top: 1.5%;
}
.cg-value-animation__pin--2 {
  right: 16%;
  top: 3.5%;
}
.cg-value-animation__pin--3 {
  top: 55.5%;
  left: 45.5%;
}

.cg-awards {
  display: table;
  margin: 0 auto;
  width: 100%;
  /*grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 0;*/
}
/*@media (min-width: 36em) {
  .cg-awards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 48em) {
  .cg-awards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 75em) {
  .cg-awards {
    grid-template-columns: repeat(6, 1fr);
  }
  .cg-awards__item + .cg-awards__item {
    border-left: dotted 1px rgba(0, 0, 0, 0.2);
  }
}*/
.cg-awards__item {
  text-align: center;
  padding: 0 10px;
  display: table-cell;
}
.cg-awards__item p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 36em) {
  .cg-awards__item p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .cg-awards {
    display: flex;
    flex-wrap: wrap;
  }
  .cg-awards__item {
    width: 50%;
    padding: 0 10px 30px;
  }
  #mega-menu-wrap-primary
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-primary {
    text-align: center;
  }
}
.cg-awards__img {
  /*width: 160px;*/
  height: 55px;
  margin-bottom: 10px;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 75em) {
  .cg-section--platform .container {
    max-width: 980px;
  }
}
.cg-section--platform__icon {
  width: 60px;
}

.cg-platform-tabs__block--1 .cg-platform-tabs__block-front {
  fill: #eb562f;
}
.cg-platform-tabs__block--1 .cg-platform-tabs__block-top {
  fill: #fb672b;
}

.cg-platform-tabs__block--2 .cg-platform-tabs__block-front {
  fill: #44b8c2;
}
.cg-platform-tabs__block--2 .cg-platform-tabs__block-top {
  fill: #54c6c8;
}

.cg-platform-tabs__block--3 .cg-platform-tabs__block-front {
  fill: #5887b3;
}
.cg-platform-tabs__block--3 .cg-platform-tabs__block-top {
  fill: #6f9ec4;
}

.cg-platform-tabs__block--4 .cg-platform-tabs__block-front {
  fill: #4d535c;
}
.cg-platform-tabs__block--4 .cg-platform-tabs__block-top {
  fill: #585f68;
}

.cg-platform-tabs {
  --rotation: 0;
  display: grid;
  overflow: hidden;
}
.cg-platform-tabs > * {
  grid-column: 1;
  grid-row: 1;
}

.cg-platform-tabs__blocks {
  z-index: 1;
  width: 69%;
  margin: auto;
}

.cg-platform-tabs__block {
  cursor: pointer;
  display: block;
  transition: 0.35s cubic-bezier(0, 0, 0.2, 1);
  margin-bottom: -4%;
  position: relative;
  z-index: 4;
}
.cg-platform-tabs__block:hover {
  transform: scale(1.05);
}
.cg-platform-tabs__block.is-active {
  transform: scale(1.13) translateY(-2%);
}
.cg-platform-tabs__block--2 {
  z-index: 3;
}
.cg-platform-tabs__block--3 {
  z-index: 2;
}
.cg-platform-tabs__block--4 {
  z-index: 1;
  margin-bottom: 0;
}

.cg-platform-tabs__block-text {
  fill: #fff;
  opacity: 0.6;
  transition: inherit;
}
.cg-platform-tabs__block:hover .cg-platform-tabs__block-text,
.is-active .cg-platform-tabs__block-text {
  opacity: 1;
}

.cg-platform-tabs__block-shadow {
  opacity: 0.55;
  mix-blend-mode: multiply;
}

.cg-platform-tabs__bg {
  width: 100%;
  display: block;
  opacity: 0.5;
  transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
  transform: rotate(calc(var(--rotation) * 1deg));
}
.cg-platform-tabs__bg circle,
.cg-platform-tabs__bg path {
  stroke: var(--color) !important;
  transition: 0.5s ease-in-out;
}

.cg-platform-panel {
  display: none;
}
.cg-platform-panel .cg-headline-small {
  transition: 0.2s;
  transition-delay: 0.5s;
  color: var(--color);
}
.cg-platform-panel .cg-headline-small a {
  color: inherit;
}
.cg-platform-panel .cg-headline-small a:hover,
.cg-platform-panel .cg-headline-small a:focus {
  text-decoration: underline;
}
@media (max-width: 35.99em) {
  .cg-platform-panel {
    text-align: center;
  }
  .cg-platform-panel .cg-arrow-list li {
    justify-content: center;
  }
}
.cg-section.cg-section--solutions {
  position: relative;
  padding: 0 !important;
  z-index: 1;
  overflow: hidden;
}
.cg-section .container,
.innerPageBanner .container {
  max-width: 1300px;
}
.cg-solutions-tabs-wrap > img {
  position: absolute;
  left: -350px;
  height: 1050px;
  width: auto;
  max-width: none;
}
.cg-section--solutions p {
  line-height: 1.5;
  font-size: 18px;
}
.cg-section--solutions .cg-headline {
  transition: 0.2s;
  transition-delay: 0.5s;
  font-size: 35px;
}
@media (min-width: 62em) {
  .cg-section--solutions .cg-headline {
    margin-bottom: 18px;
  }
  .cg-section--solutions .siteBtn {
    margin-top: 15px;
  }
}
.cg-section--solutions .cg-section__bg {
  width: 100%;
  max-width: 600px;
  min-width: 400px;
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2;
}
@media (min-width: 62em) {
  .cg-section--solutions .cg-section__bg {
    max-width: none;
    transform: none;
    opacity: 0.5;
    left: auto;
    right: -55%;
    top: 5%;
    transform: none;
  }
}
.cg-section--solutions .cg-section__bg img {
  display: block;
  transform: rotate(80deg);
}
.cg-solutions-tabs-wrap {
  position: relative;
  z-index: 1;
  padding: 85px 0;
}
/* 
.cg-solutions-tabs {
  display: grid;
  grid-template-columns: 1fr 17%;
  align-items: center;
  min-width: 250px;
  max-width: 70%;
  margin: 0 auto;
} */
@media (min-width: 62em) {
  /* .cg-solutions-tabs {
    max-width: 510px;
    margin-right: 0;
  } */
}
/* 
.cg-solutions-tabs__blocks {
  margin-right: -8%;
  z-index: 1;
} */

.cg-solutions-tabs__block {
  display: block;
  /* opacity: 0; */
  width: 100%;
}
/* .cg-solutions-tabs__block--1 {
  transition-delay: 0.75s;
}
.cg-solutions-tabs__block--2 {
  transition-delay: 0.85s;
}
.cg-solutions-tabs__block--3 {
  transition-delay: 0.95s;
}
.cg-solutions-tabs__block--4 {
  transition-delay: 1.05s;
}
.cg-solutions-tabs__block--5 {
  transition-delay: 1.15s;
}
.has-images-loaded .cg-solutions-tabs__block {
  opacity: 1;
} */
.is-transition-done .cg-solutions-tabs__block.is-active {
  transition-delay: 0s;
  transform: none;
}
/* .cg-solutions-tabs__block + .cg-solutions-tabs__block {
  margin-top: 1.5%;
} */

.cg-solutions-tabs__block--1 .cg-solutions-tabs__block-front {
  fill: #eb562f;
}
.cg-solutions-tabs__block--1 .cg-solutions-tabs__block-top {
  fill: #fb672b;
}

.cg-solutions-tabs__block--2 .cg-solutions-tabs__block-front {
  fill: #44b8c2;
}
.cg-solutions-tabs__block--2 .cg-solutions-tabs__block-top {
  fill: #54c6c8;
}

.cg-solutions-tabs__block--3 .cg-solutions-tabs__block-front {
  fill: #5887b3;
}
.cg-solutions-tabs__block--3 .cg-solutions-tabs__block-top {
  fill: #6f9ec4;
}

.cg-solutions-tabs__block--4 .cg-solutions-tabs__block-front {
  fill: #4d535c;
}
.cg-solutions-tabs__block--4 .cg-solutions-tabs__block-top {
  fill: #585f68;
}

.cg-solutions-tabs__ipad {
  transition: 0.35s ease-out;
  transform: translateX(20%);
  opacity: 0;
}
.has-images-loaded .cg-solutions-tabs__ipad {
  opacity: 1;
  transition-delay: 0.5s;
  transform: none;
}
.cg-solutions-tabs__ipad img {
  display: block;
  width: 100%;
  height: auto;
}

.cg-solutions-tabs__block-text {
  transition: 0.2s ease-out;
  fill: #fff;
  opacity: 0.6;
}
.is-transition-done .is-active .cg-solutions-tabs__block-text {
  opacity: 1;
}

.home-hero {
  padding-top: 30px;
}
@media (min-width: 36em) {
  .home-hero {
    padding-top: 50px;
  }
}
@media (min-width: 62em) {
  .home-hero {
    padding-top: 0;
  }
}

.home-hero__container {
  display: grid;
}
@media (min-width: 75em) {
  .home-hero__container {
    max-width: 1180px;
  }
}
.home-hero__container > * {
  grid-column: 1;
  grid-row: 1;
}

.home-hero__content {
  font-size: 21px;
  z-index: 1;
  display: grid;
  grid-gap: 20px;
  align-self: start;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 62em) {
  .home-hero__content {
    grid-gap: 40px;
    max-width: none;
    margin: 0;
    margin-top: 5%;
    grid-template-columns: 1fr 52%;
  }
}

.home-hero__bg {
  opacity: 0.2;
  transform: scale(2.5) translateY(5%);
  align-self: start;
  overflow: hidden;
}
.home-hero__bg img {
  width: 100%;
  display: block;
}
@media (min-width: 36em) {
  .home-hero__bg {
    opacity: 0.5;
  }
}
@media (min-width: 48em) {
  .home-hero__bg {
    transform: scale(2) translateY(0%);
  }
}
@media (min-width: 62em) {
  .home-hero__bg {
    transform: none;
    margin-top: -30%;
    margin-left: -30%;
    max-width: 1310px;
  }
}

.home-hero__inner {
  text-align: center;
}
@media (min-width: 62em) {
  .home-hero__inner {
    text-align: right;
  }
}

.home-hero__media {
  order: -1;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 62em) {
  .home-hero__media {
    margin: 0;
    max-width: none;
    order: 1;
  }
}
@media (min-width: 75em) {
  .home-hero__media {
    margin-bottom: -5%;
    align-self: end;
  }
}

.home-hero__text {
  margin-bottom: 20px;
}
@media (min-width: 62em) {
  .home-hero__text {
    margin-bottom: 30px;
    line-height: 1.45;
    margin-left: auto;
    max-width: 400px;
  }
}

.home-hero__title {
  line-height: 1.1;
  margin-bottom: 20px;
  font-size: 40px;
}
@media (min-width: 36em) {
  .home-hero__title {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .home-hero__title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media (min-width: 75em) {
  .home-hero__title {
    font-size: 75px;
  }
}
@media (max-width: 61.99em) {
  .home-hero__title br {
    display: none;
  }
}

.home-hero__sub {
  font-size: 30px;
  line-height: 1.1;
  color: #44b9c2;
}
@media (max-width: 61.99em) {
  .home-hero__sub {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.hero-animation {
  position: relative;
}
.hero-animation img {
  display: block;
}
.hero-animation.has-images-loaded:after {
  opacity: 0.3;
  transform: translateX(-50%);
}

.hero-animation__block {
  width: 68%;
  margin: 0 auto;
  opacity: 0;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
  position: relative;
}
.has-images-loaded .hero-animation__block {
  opacity: 1;
  transform: none;
}
.hero-animation__block--1 {
  transition-delay: 1.25s;
  transform: translateY(-1200%);
  z-index: 1;
}
.hero-animation__block--2 {
  transition-delay: 1.75s;
  transform: translateY(-900%);
  z-index: 2;
}
.hero-animation__block--3 {
  transition-delay: 2.25s;
  transform: translateY(-600%);
  z-index: 3;
}
.hero-animation__block--4 {
  transition-delay: 2.75s;
  transform: translateY(-300%);
  z-index: 4;
}
.hero-animation__block + .hero-animation__block {
  margin-top: -3%;
}

.hero-animation__ipad {
  transform: translate3d(0, 50%, 0);
  transform-origin: center bottom;
  opacity: 0;
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.35s;
  transition-delay: 0.75s;
  margin-top: 3%;
}
.has-images-loaded .hero-animation__ipad {
  opacity: 1;
  transform: none;
}

.hero-animation__ipad-shadow {
  width: 60%;
  margin: 4% auto 0;
  opacity: 0;
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.35s;
  transition-delay: 1s;
  margin-top: 3%;
  transform: scaleX(0);
  transform-origin: center bottom;
}
.has-images-loaded .hero-animation__ipad-shadow {
  opacity: 1;
  transform: none;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
  display: none;
}
header .logo {
  position: absolute;
  top: 15px;
  padding-left: 40px;
  z-index: 1;
}
#mega-menu-wrap-primary #mega-menu-primary {
  float: right;
  width: 100%;
  text-align: right;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-globe_link {
  height: 48px;
  vertical-align: top;
  background: #cbcccc;
  padding: 10px;
  padding: 10px;
  display: inline-block;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  max-height: 96px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-globe_link
  > a.mega-menu-link {
  height: auto;
  border-top: none;
  line-height: 28px;
  padding: 0;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  width: 28px;
  color: #cbcccc;
  vertical-align: middle;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-globe_link
  > a.mega-menu-link:before {
  margin: 0;
  text-align: center;
  line-height: 1;
  top: 3px;
  position: relative;
  left: 1px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-globe_link:hover,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-globe_link:focus,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-globe_link:active {
  background: rgb(34, 166, 178);
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-globe_link:hover
  > a.mega-menu-link,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-globe_link:focus
  > a.mega-menu-link,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-globe_link:active
  > a.mega-menu-link {
  color: rgb(34, 166, 178);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-more_link {
  height: 48px;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  top: 48px;
  background: #d9dcdf;
  right: 0;
  padding: 10px;
  width: 48px;
  display: inline-block;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-more_link
  > a.mega-menu-link {
  height: auto;
  border-top: none;
  line-height: 28px;
  width: 28px;
  padding: 0;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  color: #d9dcdf;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-more_link:hover,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-more_link:active,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-more_link:focus {
  background: rgb(67, 185, 194);
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-more_link:hover
  > a.mega-menu-link,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-more_link:active
  > a.mega-menu-link,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-more_link:focus
  > a.mega-menu-link {
  color: rgb(67, 185, 194);
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-more_link
  > .mega-sub-menu {
  margin-top: 10px;
  padding: 20px 0 30px;
  min-width: 350px;
  right: 0;
  left: auto;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-flyout.mega-align-bottom-right
  li.mega-menu-item
  a.mega-menu-link {
  text-align: left;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  font-size: 16px;
  letter-spacing: 1px;
  margin: 5px 0 5px 10px;
  line-height: 1.2;
  padding: 3px 15px;
  text-transform: uppercase;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:before,
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  ul
  li
  a:before {
  content: '\f345';
  display: inline-block;
  font: inherit;
  font-family: dashicons;
  position: static;
  margin: 0 6px 0 0px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  background: transparent;
  height: auto;
  width: auto;
  top: auto;
  left: 0;
  float: left;
  color: rgb(34, 166, 178);
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item.mega-icon-right
  > a.mega-menu-link:before {
  font-weight: 300 !important;
  content: '+';
  line-height: 4.3;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item
  a.mega-menu-link:before {
  margin-top: 2px !important;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item
  a.dashicons-lock.mega-menu-link:before {
  margin: 0 !important;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link {
  border-top: 4px solid rgb(240, 83, 35);
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  ul
  li
  a {
  color: #4d545c;
  text-transform: uppercase;
  font-size: 16px;
  vertical-align: top;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  ul
  li
  a.big {
  font-size: 18px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  ul
  li
  strong
  a {
  text-transform: none;
  font-size: 16px;
  vertical-align: middle;
  letter-spacing: 1px;
  line-height: 1.2;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  ul
  li
  strong
  a:before {
  display: none;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  ul
  li
  em.normal_link {
  font-size: 15px;
  margin-top: -5px;
  margin-bottom: 15px;
  display: block;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  ul
  li
  a:hover,
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  ul
  li
  a:focus,
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  ul
  li
  a:active {
  color: rgb(34, 166, 178);
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  ul
  li
  p,
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  ul
  li {
  line-height: 1.2;
  letter-spacing: 1px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu.mega-more_link
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  padding: 0 15px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu.mega-more_link
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a {
  font-weight: 400;
  font-size: 18px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu.mega-more_link
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a,
#mega-menu-wrap-primary #mega-menu-primary .socialMenu {
  padding-left: 0.75em;
  letter-spacing: 1px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu.mega-more_link
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item.widget_search {
  padding: 11px 22px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu.mega-more_link
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item.widget_search
  form.search-form {
  margin-bottom: 0;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu.mega-more_link
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item.widget_search
  form.search-form
  input[type='search'] {
  border-radius: 30px;
  border: 2px solid #ccc;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu.mega-more_link
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item.widget_search
  + .widget_text {
  padding: 0 15px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  ul
  li
  .socialMenu
  a:before {
  display: none;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu.mega-more_link
  .socialMenu
  a {
  background: #44b9c2;
  color: #fff;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu.mega-more_link
  .socialMenu
  a
  i {
  color: #fff;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu.mega-more_link
  .socialMenu
  a:hover,
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu.mega-more_link
  .socialMenu
  a:focus,
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu.mega-more_link
  .socialMenu
  a:active {
  background: #5787b5;
  text-decoration: none;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-toggle-on.mega-more_link
  > a.mega-menu-link,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-toggle-on.mega-globe_link
  > a.mega-menu-link {
  border-top: none;
}
li.w-left-border ul.mega-sub-menu > li.mega-menu-item {
  border-left: 1px solid #ffffff !important;
  padding: 0 auto 0 3em !important;
  margin: 0 15px 15px 15px !important;
}
.footer .socialMenu a:hover {
  text-decoration: none;
}

.connected .serviceBox img {
  width: auto;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  max-width: 51px;
}
.connected .serviceBox .line {
  width: 50%;
  height: 4px;
  background: #fff;
  display: block;
  top: 20px;
  position: absolute;
  left: 0;
  z-index: 1;
}
.connected .serviceBox .line.after {
  right: 0;
  left: auto;
}
.row.connected > div:first-child .serviceBox .line.before,
.row.connected > div:last-child .serviceBox .line.after {
  display: none;
}

section.cta-band {
  z-index: 999;
}
.cta_block {
  background: #ffffff;
  border-radius: 38px;
  -moz-border-radius: 38px;
  -webkit-border-radius: 38px;
  box-shadow: 1px 2px 15px #807b7b;
  padding: 3rem 5rem;
  display: flex;
  align-items: center;
  margin-top: -13.7%;
  /* position: absolute; */
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.servingSection.shadowActive + .cta-band .cta_block {
  margin-top: -3%;
}
.solutions-band + .cta-band .cta_block {
  margin-top: -1%;
}
.cta_block .content {
  flex: 0 0 75%;
  padding: 0 0 0 5rem;
}
.cta_block .siteBtn {
  letter-spacing: 1.5px;
  font-size: 19px;
  line-height: 1.2;
  padding: 18px 25px;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  max-width: 310px;
}
.cta_block .content p:last-child {
  margin-bottom: 0;
}

/*.cg-section {
  background-repeat: no-repeat;
  background-position: top right;
  padding: 350px 0 300px;
}*/
.cg-section.cg-section--solutions.pt-4.js-images-loaded.aos-init.aos-animate.has-images-loaded {
  background-image: url('../images/solutions-page-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: relative;
  padding: 0 !important;
  z-index: 1;
  margin-top: -9px;
}
.cg-section:after {
}
/*.cg-section:before{
  content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-image: url(../images/cta-bg.png);
    height: 40%;
    background-repeat: no-repeat;
    background-position: bottom;background-size: 105%;
  }*/
.cg-section.layout_two .row {
  flex-direction: row-reverse;
}
.cg-section.layout_two .row .text_col {
  text-align: right;
}
.cg-section.layout_two .row .text_col a {
  color: #e84824;
  text-transform: uppercase;
}
.cg-section.layout_two .row .text_col a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  content: '\f054';
  margin-left: 8px;
  font-size: 80%;
}
.cg-section.layout_two .row .col-lg-8 {
  padding-left: 40px;
}
.cg-section.layout_two .row .col-lg-4 {
  padding-right: 30px;
}
.news-band h2 {
  margin-bottom: 50px;
}
.news-band .d-flex.news .cat {
  color: #44b9c2;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 18px;
}
.news-band .d-flex.news div p:last-child {
  margin-bottom: 0;
}
.news-band .d-flex.news h3 {
}
.news-band .d-flex.news a {
  text-transform: uppercase;
}
.news-band {
  padding: 100px 0;
}
.footer-widget .row {
  align-items: center;
}
video.hero_video {
  object-fit: cover;
  width: 100%;
}
.hero-band.home_hero .container {
  max-width: 1590px;
}
.hero-band.home_hero .row.hero_content_row {
  padding: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  height: 100%;
  margin: 0;
}
.hero-band.home_hero {
  padding-bottom: 180px;
  margin-top: 0px;
  padding-top: 0px;
}
.hero-band.home_hero .icon_set {
  position: relative;
  bottom: 0;
  width: 100%;
  display: block;
  height: 37%;
  max-width: 100%;
  margin-top: -20%;
}
.home .hero-band.home_hero .icon_set {
  height: 40%;
}
.hero-band.home_hero .icon_set .icon {
  position: absolute;
  width: 70px;
  height: 60px;
  float: left;
  transition: 0.6s;
  overflow: hidden;
  display: inline-block;
}
.hero-band.home_hero .icon_set .icon img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: 0.6s;
}
.hero-band.home_hero .icon_set .icon.aos-animate img {
  width: 70px;
  height: 70px;
}
.hero-band.home_hero .icon_set .icon.icon-1 {
  left: 20%;
  bottom: 0;
}
.hero-band.home_hero .icon_set .icon.icon-2.aos-animate {
  left: 42%;
  bottom: 0;
  height: 180px;
}
.hero-band.home_hero .icon_set .icon.icon-3.aos-animate {
  left: 60%;
  height: 230px;
  bottom: 0;
}
.hero-band.home_hero .icon_set .icon.icon-4.aos-animate {
  left: 77%;
  bottom: 0;
  height: 280px;
}
.hero-band.home_hero .icon_set .icon.icon-5.aos-animate {
  left: 98%;
  bottom: 0;
  height: 320px;
}
.hero-band.home_hero .icon_set .icon .line {
}
.hero-band.home_hero .icon_set .icon .menu {
  opacity: 0;
  z-index: 1;
  position: absolute;
  font-size: 0;
  min-width: 200px;
  bottom: -30px;
}
.hero-band.home_hero .icon_set .icon .menu a {
  text-transform: uppercase;
  color: #22698f;
  letter-spacing: 2.6px;
  font-size: 18px;
  padding: 5px 0;
  display: block;
  font-weight: bold;
}
.hero-band.home_hero .icon_set .icon.aos-animate {
  height: 130px;
  margin-bottom: -100px;
  transition-delay: none;
  overflow: visible;
  /*transition: 0.6s;*/
}
/*.hero-band.home_hero .icon_set .icon {
  transition: 0.6s !important;
}*/
.hero-band.home_hero .icon_set .icon.aos-animate .img {
  height: 100%;
}
.hero-band.home_hero .icon_set .icon.aos-animate .line {
}
.hero-band.home_hero .icon_set .icon.aos-animate .menu {
  position: absolute;
  bottom: -30px;
  opacity: 1;
  z-index: 9;
  background: #fff;
  overflow: visible;
  font-size: 1rem;
  left: 30px;
}
.hero-band.home_hero .icon_set .icon .img:before {
  width: 2px;
  content: '';
  display: none;
  height: 100%;
  position: absolute;
  left: 45%;
  background: #22698f;
  top: 10px;
}
.hero-band.home_hero .icon_set .icon.aos-animate .img:before {
  display: block;
}

.hero-band.home_hero .icon_set .icon.icon-2 .img:before {
  background: #44b9c2;
}
.hero-band.home_hero .icon_set .icon.icon-2 .menu a {
  color: #44b9c2;
}

.hero-band.home_hero .icon_set .icon.icon-3 .img:before {
  background: #48545c;
}
.hero-band.home_hero .icon_set .icon.icon-3 .menu a {
  color: #48545c;
}

.hero-band.home_hero .icon_set .icon.icon-4 .img:before {
  background: #a2a6a6;
}
.hero-band.home_hero .icon_set .icon.icon-4 .menu a {
  color: #a2a6a6;
}

.hero-band.home_hero .icon_set .icon.icon-5 .img:before {
  background: #ff5100;
}
.hero-band.home_hero .icon_set .icon.icon-5 .menu a {
  color: #ff5100;
}
.page-id-3768 .hero-band.home_hero .icon_set .icon.icon-1 {
  height: 162px;
  margin-bottom: -143px;
  left: 19%;
  overflow: visible;
}
.page-id-3768 .hero-band.home_hero .icon_set .icon.icon-2 {
  height: 209px;
  margin-bottom: -171px;
  left: 41%;
  overflow: visible;
}
.page-id-3768 .hero-band.home_hero .icon_set .icon.icon-3 {
  height: 257px;
  margin-bottom: -174px;
  left: 59%;
  overflow: visible;
}
.page-id-3768 .hero-band.home_hero .icon_set .icon.icon-4 {
  height: 305px;
  margin-bottom: -181px;
  left: 76%;
  overflow: visible;
}
.page-id-3768 .hero-band.home_hero .icon_set .icon.icon-5 {
  height: 355px;
  margin-bottom: -187px;
  left: 97%;
  overflow: visible;
}
.page-id-3768 .hero-band.home_hero .icon_set .icon .img {
  height: 100%;
}
.page-id-3768 .hero-band.home_hero .icon_set .icon .menu {
  opacity: 1;
  bottom: -62px;
  background: #fff;
  left: -68px;
  min-height: 54px;
}
.page-id-3768 .hero-band.home_hero .icon_set .icon .img:before {
  display: block;
}
.page-id-3768 .hero-band.home_hero .icon_set .icon img {
  bottom: 55px;
  top: inherit;
}
.page-id-3768 .hero-band.home_hero .icon_set .icon .menu a {
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;
  cursor: auto;
}
.page-id-3768 .hero-band.home_hero .icon_set .icon img {
  bottom: -10px;
  top: inherit;
}
.page-id-3768 .hero-band.home_hero .icon_set .icon:before {
  position: absolute;
  left: 16px;
  top: -12px;
  background: #22698f;
  width: 32px;
  height: 32px;
  content: '';
  border-radius: 50%;
}
.page-id-3768 .hero-band.home_hero .icon_set .icon.icon-2:before {
  background: #44b9c2;
}
.page-id-3768 .hero-band.home_hero .icon_set .icon.icon-3:before {
  background: #48545c;
}
.page-id-3768 .hero-band.home_hero .icon_set .icon.icon-4:before {
  background: #a2a6a6;
}
.page-id-3768 .hero-band.home_hero .icon_set .icon.icon-5:before {
  background: #ff5100;
}
.page-id-3768 .hero-band .hero-content h1 {
  font-size: 50px;
}
.page-id-3768 .bannerSubMenu {
  display: none !important;
}
.page-id-3768 .hero-band .hero-content .cta {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: right;
}
.page-id-3768 .hero-band .hero-content .cta a.siteBtn {
  padding: 10px 35px;
  margin-top: 8px;
}
.bannerSubMenu {
  display: none;
}
.menu.show .bannerSubMenu {
  display: block;
}
.hero-band.home_hero .icon_set .icon .menu .bannerSubMenu li a {
  font-size: 15px;
  letter-spacing: 1px;
  padding: 2px 0;
  color: inherit;
  font-weight: normal;
}
.hero-band.home_hero .icon_set .icon .menu .bannerSubMenu li a:hover,
.hero-band.home_hero .icon_set .icon .menu .bannerSubMenu li a:active,
.hero-band.home_hero .icon_set .icon .menu .bannerSubMenu li a:focus {
  color: #43b9c2;
}
.solutions-band .solutions .col-md-6:nth-child(even) figure {
  right: -5px;
}
.solutions-band .solutions .col-md-6:nth-child(odd) figure {
  position: absolute;
  left: -5px;
}
.explore-solutions-band {
  text-align: left;
  padding: 140px 0;
}
.explore-solutions-band .solutions-content h2 {
  color: #43b9c2;
  font-weight: 500;
  margin-bottom: 15px;
}
.cta-band .container {
  max-width: 1280px;
}
.solutions-band .solutions figure:before {
  position: absolute;
  top: 17px;
  width: 20px;
  height: 20px;
  content: '';
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}
.solutions-band .solutions .col-md-6:nth-child(odd) figure:before {
  left: 39px;
}
.solutions-band .solutions .col-md-6:nth-child(even) figure:before {
  left: inherit;
  right: 39px;
}
.solutionDetails {
  background: #edf0f2;
}
.solutionDetails .col {
  position: relative;
  padding: 125px 15px 250px;
}
.solutionDetails .col figure {
  position: relative;
}
.solutionDetails .col figure .verticleLine {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -125px;
  left: 0;
  right: 0;
  margin: auto;
  width: 5px;
  height: 125px;
}
.solutionDetails h2 {
  font-weight: bold;
  font-size: 41px;
  margin-bottom: 12px;
  margin-top: 20px;
}
.sdCntnt {
  max-width: 1015px;
  margin: auto;
}
.sdCntnt p {
  font-size: 23px;
  margin-bottom: 30px;
}
.ctaBtns .siteBtn {
  min-width: 262px;
  width: auto;
  padding: 12px 25px;
  font-size: 20px;
  background: #fff;
  margin: 0 13px;
  box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 20%);
}
.cta-band + .redlatedAssets {
  padding: 205px 0;
}
.cg-solutions-tabs__block.is-active {
  display: block !important;
}

.homeBanner.innerPageBanner {
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: -99px center;*/
  padding: 95px 0 150px;
  margin-top: -9px;
}
.innerPageBanner .homeBannerInner h1 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 17px;
}
.innerPageBanner .homeBannerInner {
  max-width: 314px;
}
.innerPageBanner .homeBannerInner p {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.35;
}
.innerPageBanner .homeBannerInner a.siteBtn {
  width: 150px;
  padding: 14px;
  font-size: 14px;
  text-align: center;
}
.innerPageBanner .row {
  align-items: center;
  justify-content: center;
}
.innerPageBanner .row.right {
  flex-direction: row-reverse;
}
.innerPageBanner .row.right .homeBannerInner {
  float: right;
}
.innerPageBanner .slideRight.open {
  position: relative !important;
  line-height: inherit !important;
  height: auto !important;
  top: inherit !important;
  right: inherit !important;
}
.innerPageBanner .rightHandle {
  display: none !important;
}
.servingHead:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 120px;
  margin: auto;
  right: 0;
}
.servingIcon img {
  width: auto;
  height: 90px;
}
.servingHead h3 {
  margin: 0;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 40px;
}
.servingHead {
  position: relative;
  padding-top: 119px;
  margin-bottom: 50px;
}
.servingCntnt .sevingCntntBlk {
  padding: 0 18px;
}
.servingCntnt .sevingCntntBlk:nth-child(even) {
  flex-direction: column;
  display: flex;
}

.servingCntnt .sevingCntntBlk:nth-child(even) > * {
  order: 2;
}
.servingCntnt .sevingCntntBlk:nth-child(even) > .servingImgOuter {
  order: 1;
}

/*.sevingCntntBlk p {
    margin-bottom: 38px;
}*/
.servingCntnt .sevingCntntBlk:nth-child(even) p {
  margin-bottom: 0;
  margin-top: 38px;
}
.servingImgOuter {
  width: 100%;
  height: 200px;
}
.servingImgOuter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.servingCntnt {
  margin-bottom: 160px;
}
.solutionCntntRow {
  padding-bottom: 0;
  position: relative;
}
.solutionMain h2 {
  font-weight: 500;
  font-size: 2.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.solutionMain p {
  margin-bottom: 15px;
}
.solutionMain a {
  display: inline-block;
  vertical-align: top;
  padding: 14px 50px;
  background: #fff;
  font-weight: 500;
  box-shadow: 0px 6px 4px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0px 6px 4px rgb(0 0 0 / 10%);
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.solutionMain a.siteBtn {
  color: #44b9c2;
}
.solutionMain a:hover {
  background-color: #44b9c2;
  color: #fff;
}
.solutionSubCntnt {
  margin-top: 60px;
}
.solutionSubCntnt .col {
  padding: 0 25px;
}
.solutionSubCntnt h3 {
  text-transform: capitalize;
  font-weight: 600;
}
.serviceSolutionBand {
  background-color: #edf0f2;
  padding-bottom: 100px;
  position: relative;
}
/*.page-id-4023 .innerPageBanner .homeBannerInner h1 {
    letter-spacing: 2px;
    font-size: 36px;
    line-height: 44px;
}
.page-id-4023 .homeBanner.innerPageBanner {
    padding: 172px 0 238px;
}
.page-id-4023 .homeBanner.innerPageBanner .bannerImage {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-width: 100%;
  padding: 0;
}
.page-id-4023 .solutions-band .solutions h3.regstyle{
    color: #fff;
}
.page-id-4023 .homeBanner.innerPageBanner .bannerImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    margin: auto;
}
.page-id-4023 .innerPageBanner .homeBannerInner {
    max-width: 370px;
}
.page-id-4023 .solutions-band .solutions figure:before {
    top: 16px;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.2);
    width: 35px;
    height: 35px;
}
.page-id-4023 .solutions-band .solutions .col-md-6 .hightightLine {
    top: 19px;
}
.page-id-4023 .solutions-band .solutions .col-md-6:nth-child(odd) figure:before {
    left: 24px;
}*/

.statiOuter {
  padding: 100px 85px;
  background: #4d545c;
}
.statiOuter .gridBlock h3 {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 32px;
  max-width: 255px;
  margin: 0;
}
.statiOuter .gridBlock h2,
.statiOuter .gridBlock h3,
.statiOuter .gridBlock a {
  color: #fff;
}
.statiOuter .gridBlock h2 {
  font-size: 78px;
  font-weight: bolder;
  line-height: 60px;
}
.statiOuter .gridBlock h3 {
  max-width: auto;
}
.statiOuter .gridBlock {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 75px;
  border-right: 1px solid #fff;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
.statiOuter .gridBlock a {
  margin-top: 40px;
  display: inline-block;
  vertical-align: top;
  width: auto;
  background: #fff;
  font-size: 18px;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  padding: 11px 55px;
  color: #44b9c2;
}
.statiOuter .gridBlock a:hover {
  color: #4d545c;
}
.statiOuter .gridBlock:nth-child(3n) {
  border-right: 0;
}
.statiOuter .gridBlock:nth-last-child(-n + 3) {
  border-bottom: auto;
}
.shadowActive {
  position: relative;
  margin-bottom: -98px;
  z-index: 99;
}
.shadowActive-zindex {
  z-index: 999 !important;
  position: relative;
}
.servingSection .animatedVideo {
  margin-top: -70%;
  margin-bottom: 50px;
}
.servingSection .animatedVideo video {
  width: 100%;
  height: auto;
}
.cta-band + .cg-section {
  padding-top: 255px;
  background-repeat: no-repeat;
  background-position: top right;
}
.servingSection.shadowActive {
  z-index: 2;
  padding-bottom: 195px;
}
.home_hero.shadowActive + section#sec-1 + .servingSection {
  margin-top: 120px;
  padding-top: 285px;
  padding-bottom: 200px;
}
.shadowActive + .healthCareSection {
  padding: 380px 0 85px;
}
.videoBand {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.cta-band + .videoBand.shadowActive {
  padding-top: 330px;
}
.videoBand {
  padding: 210px 0 142px;
}
.videoBand + .hero-band {
  padding-top: 310px;
  margin-bottom: 190px;
}
.hero-band.home_hero.shadowActive {
  padding-bottom: 245px;
}
.shadowActive.solutions-band:before {
  top: 0;
}
img.cg-solutions-tabs__block.is-active {
  display: none !important;
}
.solutions-band.shadowActive {
  padding: 70px 15px 140px;
}
.solutions-band.shadowActive + .cta-band .cta_block {
  margin-top: -2%;
}
[data-aos][data-aos][data-aos-delay='4000'].aos-animate,
body[data-aos-delay='4000'] [data-aos].aos-animate {
  transition-delay: 4s;
}
[data-aos][data-aos][data-aos-delay='5000'].aos-animate,
body[data-aos-delay='5000'] [data-aos].aos-animate {
  transition-delay: 5s;
}
[data-aos][data-aos][data-aos-delay='6000'].aos-animate,
body[data-aos-delay='6000'] [data-aos].aos-animate {
  transition-delay: 6s;
}
[data-aos][data-aos][data-aos-delay='1500'].aos-animate,
body[data-aos-delay='1500'] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-delay='2500'].aos-animate,
body[data-aos-delay='2500'] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-delay='3500'].aos-animate,
body[data-aos-delay='3500'] [data-aos].aos-animate {
  transition-delay: 3.5s;
}
[data-aos][data-aos][data-aos-delay='4500'].aos-animate,
body[data-aos-delay='4500'] [data-aos].aos-animate {
  transition-delay: 4.5s;
}
[data-aos][data-aos][data-aos-delay='5500'].aos-animate,
body[data-aos-delay='5500'] [data-aos].aos-animate {
  transition-delay: 5.5s;
}
[data-aos][data-aos][data-aos-delay='6500'].aos-animate,
body[data-aos-delay='6500'] [data-aos].aos-animate {
  transition-delay: 6.5s;
}

@media (max-width: 1760px) {
  .hero-band.home_hero .icon_set .icon.icon-5.aos-animate .menu {
    right: 30px;
    left: auto;
    text-align: right;
    min-width: 100px;
  }
}

@media (max-width: 1650px) {
  .hero-band.home_hero .container {
    padding: 0 30px;
  }
  .hero-band.home_hero .icon_set .icon.icon-5.aos-animate .menu {
    left: inherit;
    right: 35px;
    text-align: right;
    min-width: 150px;
  }
}
@media (max-width: 1449.98px) {
  .hero-band .hero-content h1.alt {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .hero-band .hero-content h2 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }
  .hero-band .hero-content p {
    font-size: 1.42em;
    max-width: 600px;
  }
  .hero-band.home_hero .icon_set {
    margin-top: -16.5%;
  }
  .hero-band.home_hero .icon_set .icon img {
    width: 45px;
    height: 45px;
  }
  .hero-band.home_hero .icon_set .icon.aos-animate img {
    width: 50px;
    height: 50px;
  }
  .hero-band.home_hero .icon_set .icon {
    width: 50px;
  }
  /*.hero-band.home_hero .icon_set .icon.active {width: 45px; height: 45px;}
	  .hero-band.home_hero .icon_set .icon.active img{width: 45px; height: 45px;}
	  .hero-band.home_hero .icon_set .icon:hover{margin-bottom: -155px;}*/
  .hero-band.home_hero .icon_set .icon.aos-animate .menu {
    bottom: -30px;
    left: 21px;
  }
  .hero-band.home_hero .icon_set .icon.aos-animate {
  }
  .hero-band.home_hero .icon_set .icon.icon-1 {
    left: 19%;
    margin-bottom: -60px;
  }
  .hero-band.home_hero .icon_set .icon {
    width: 45px;
    height: 45px;
  }
  .hero-band.home_hero .icon_set .icon.aos-animate {
    width: 50px;
  }
  .hero-band.home_hero .icon_set .icon.icon-5.aos-animate .menu {
    left: -155px;
    text-align: right;
    background-color: transparent;
    right: 10px;
  }
  .hero-band.home_hero .icon_set .icon.icon-2.aos-animate {
    height: 155px;
    bottom: 48px;
  }
  .hero-band.home_hero .icon_set .icon.icon-3.aos-animate {
    height: 195px;
    bottom: 40px;
  }
  .hero-band.home_hero .icon_set .icon.icon-4.aos-animate {
    height: 217px;
    bottom: 45px;
  }
  .hero-band.home_hero .icon_set .icon.icon-5.aos-animate {
    height: 245px;
    bottom: 50px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon img,
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-2 img {
    bottom: -6px;
    top: inherit;
    height: 45px;
    width: 45px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-1 {
    height: 162px;
    margin-bottom: -140px;
    width: 45px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon:before {
    left: 6px;
    width: 32px;
    height: 32px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon .menu {
    left: -68px;
    bottom: -58px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-2 {
    height: 247px;
    margin-bottom: -207px;
    height: 206px;
    margin-bottom: -165px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-3 {
    height: 248px;
    margin-bottom: -167px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-3 img,
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-4 img,
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-5 img {
    bottom: -6px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-4 {
    height: 292px;
    margin-bottom: -174px;
    left: 76.8%;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-5 {
    height: 334px;
    margin-bottom: -177px;
    left: 97.8%;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-5 .menu {
    right: 0;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-5 .menu a {
    text-align: right;
  }
  .page-id-3768 .hero-band .hero-content h1 {
    font-size: 35px;
  }
  .page-id-3768 .hero-band .hero-content p {
    font-size: 18px;
    max-width: 520px;
  }
  .cg-section .container {
    max-width: 1140px;
  }
  .statiOuter {
    padding: 80px 45px;
  }
  .admin-bar header.fixed {
    top: 59px;
  }
  .home_hero.shadowActive + section#sec-1 + .servingSection {
    margin-top: 0;
  }
  .hero-band:before {
    top: 72px;
  }
  .cta-band + .videoBand.shadowActive {
    padding-top: 260px;
  }
  .videoBand {
    padding: 210px 0 92px;
  }
  .shadowActive + .healthCareSection {
    padding: 320px 0 85px;
  }
  .solutions-band.shadowActive + .cta-band .cta_block {
    margin-top: -40px;
  }
  .hero-band.home_hero .icon_set .icon .menu a {
    font-size: 15px;
  }
}

@media (min-width: 1201px) and (max-width: 1449.98px) {
  .hero-band .hero-content h1 {
    font-size: 50px;
  }
  .hero-band.home_hero .container video.hero_video,
  .home .hero-band.home_hero .icon_set,
  .hero-band.home_hero .hero-content {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-band.home_hero .container {
    text-align: center;
  }
  .home .hero-band.home_hero .icon_set {
    text-align: left;
    margin-top: -200px;
  }
  .hero-band.home_hero .icon_set .icon.icon-3.aos-animate {
    height: 200px;
  }
  .hero-band.home_hero .icon_set .icon.icon-4.aos-animate {
    height: 225px;
  }
  .hero-band.home_hero .icon_set .icon.icon-5.aos-animate {
    height: 260px;
  }
  .hero-band.home_hero .icon_set .icon.icon-5 .img:before {
    height: 96%;
  }
  .hero-band.home_hero .icon_set .icon.icon-5.aos-animate .menu {
    left: auto;
    text-align: right;
    background-color: #fff;
    width: 110px;
    min-width: 70px;
    right: 25px;
  }
}

@media (max-width: 1200px) {
  .cg-section--solutions p {
    font-size: 15px;
  }
  .cg-section--solutions .cg-headline {
    font-size: 30px;
    margin-bottom: 10px !important;
  }
  .siteBtn,
  [type='button'],
  [type='submit'],
  button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .cg-solutions-tabs-wrap {
    padding: 55px 0;
  }
  .cg-section .container {
    max-width: 960px;
  }
  .cta-band .container {
    max-width: 960px;
  }
  .hero-band .hero-content h1.alt {
    font-size: 2rem;
  }
  .hero-band .hero-content h1 {
    font-size: 45px;
  }
  .hero-band .hero-content p {
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
}
@media (max-width: 1023.98px) {
  .hero-band .hero-content h1.alt {
    font-size: 2.3rem;
  }
  .hero-band .hero-content h2 {
    font-size: 1.9rem;
    padding-right: 1rem;
  }

  .hero-band .hero-content p {
    font-size: 1em;
    max-width: 400px;
  }
  .hero-band .hero-content p em {
    font-size: 20px;
  }
  .hero-band.home_hero .icon_set {
    margin-top: -16%;
  }
  /*.hero-band.home_hero .icon_set .icon.active,
	.hero-band.home_hero .icon_set .icon.active img {
	  width: 40px; height:40px;
	}*/
  /*.hero-band.home_hero .icon_set .icon.icon-5{top: -8%}
	.hero-band.home_hero .icon_set .icon:hover{margin-bottom: -160px;}*/
  .hero-band.home_hero .icon_set .icon img {
    width: 38px;
    height: 38px;
  }
  .hero-band.home_hero .icon_set .icon.aos-animate img {
    width: 45px;
    height: 45px;
  }
  .hero-band.home_hero .icon_set .icon {
    width: 45px;
  }
  .hero-band.home_hero .icon_set .icon.aos-animate .menu {
    bottom: -30px;
    left: 21px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon .menu {
    bottom: -58px;
  }
  .hero-band.home_hero .icon_set .icon.aos-animate {
  }
  .hero-band.home_hero .icon_set .icon.icon-1 {
    left: 19%;
  }
  .hero-band.home_hero .icon_set .icon.aos-animate {
    width: 50px;
    /*margin-bottom: -134px;*/
  }
  .hero-band.home_hero .icon_set .icon.icon-5.aos-animate .menu {
    right: 25px;
    left: inherit;
    text-align: right;
  }
  .hero-band.home_hero .icon_set .icon.icon-5.aos-animate {
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon .menu a {
    font-size: 13px;
    letter-spacing: 0;
  }
  .hero-band.home_hero .icon_set .icon.icon-2.aos-animate {
    /*margin-bottom: -131px;*/
  }
  .hero-band.home_hero .icon_set .icon.icon-3.aos-animate {
  }
  .hero-band.home_hero .icon_set .icon.icon-4.aos-animate {
  }
  .hero-band.home_hero .icon_set .icon.aos-animate .menu {
    min-width: 1px;
    width: 144px;
    word-break: break-word;
    background: transparent;
  }
  .hero-band.home_hero .icon_set .icon.icon-1.aos-animate .menu {
    bottom: -44px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon:before {
    left: 9px;
    width: 26px;
    height: 26px;
    top: -10px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-1.aos-animate .menu {
    bottom: -57px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon .menu {
    left: -42px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-2 {
    height: 191px;
    margin-bottom: -157px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-3 {
    height: 220px;
    margin-bottom: -158px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-4 {
    height: 250px;
    margin-bottom: -163px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-5 {
    height: 280px;
    margin-bottom: -166px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-5 a {
    left: inherit;
    right: 0;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-5 .menu {
    right: 0;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon {
    width: 45px;
  }
  .solutions-band {
    padding: 70px 0 40px;
  }
  .solutions-band .solutions {
    margin-top: 40px;
  }
  .solutions-band .solutions .col-md-6 {
    padding: 0 40px 60px;
  }
  .solutions-band .solutions .col-md-6 .hightightLine,
  .solutions-band .solutions figure:before {
    display: none;
  }
  .solutions-band .solutions figure,
  .solutions-band .solutions .col-md-6:nth-child(odd) figure {
    position: relative;
    left: inherit;
    top: inherit;
  }
  .solutions-band .solutions h3 {
    font-size: 25px;
  }
  .solutions-band .solutions p {
    font-size: 17px;
  }
  .solutions-band .solutions .col-md-6 a.siteBtn {
    width: 175px;
    font-size: 13px;
  }
  .solutions-band .solutions figure img {
    height: 50px;
  }
  .explore-solutions-band {
    padding: 160px 0 70px;
  }
  .exploreData h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .exploreData ul li a {
    font-size: 12px;
  }
  .explore-solutions-band .solutions-content h2 {
    margin-bottom: 15px;
  }
  .solutions-band .solutions-content h2 {
    margin-bottom: 17px;
  }
  .solutions-band .solutions-content h2,
  .explore-solutions-band .solutions-content h2 {
    font-size: 2.2em;
  }
  p {
    font-size: 19px;
  }
  .solutions-band .solutions h3 {
    font-size: 23px;
  }
  .solutions-band .solutions .col-md-6 {
    padding: 0 40px 30px;
  }
  .cta_block {
    padding: 3rem 2rem;
    margin-top: -12%;
  }
  .solutionDetails .col {
    padding: 75px 15px 240px;
  }
  .sdCntnt p {
    font-size: 20px;
  }
  .sdCntnt {
    max-width: 80%;
  }
  .ctaBtns .siteBtn {
    width: 250px;
    padding: 12px 15px;
    font-size: 17px;
    margin: 0 6px;
  }
  .cta-band + .redlatedAssets {
    padding: 160px 0 100px;
  }
  .redlatedAssets h2 {
    font-size: 35px;
  }
  .servingSection + .cta-band .cta_block {
    margin-top: -8%;
  }
  .cta-band + .explore-solutions-band {
    padding-top: 205px;
  }
  .solutions-band .solutions-content h2,
  .explore-solutions-band .solutions-content h2 {
    font-size: 2em;
  }
  .admin-bar header.fixed {
    top: 58px;
  }
  .home_hero.shadowActive + section#sec-1 + .servingSection {
    padding-top: 255px;
    padding-bottom: 120px;
  }
  .videoBand {
    padding: 110px 0 0;
  }
  .hero-band.home_hero .icon_set .icon .menu a {
    font-size: 12px;
  }
  /*.page-id-4023 .homeBanner.innerPageBanner {
	  padding: 112px 0 58px;
	}*/
  .videoBand + .hero-band {
    padding-top: 250px;
    margin-bottom: 140px;
  }
  .statiOuter .gridBlock {
    padding: 35px;
  }
  .statiOuter .gridBlock h2 {
    font-size: 58px;
    line-height: 40px;
  }
  .statiOuter .gridBlock h3 {
    font-size: 24px;
  }
  .statiOuter .gridBlock a {
    margin-top: 20px;
    font-size: 16px;
    padding: 10px 35px;
  }
}
@media (max-width: 991.98px) {
  .cta_block {
    flex-direction: column-reverse;
    padding: 2rem 4rem;
    margin-top: -15%;
  }
  .solutions-band + .cta-band .cta_block {
    margin-top: -8%;
  }
  .cta_block .siteBtn {
    width: auto;
    padding: 20px 45px;
    margin: 30px 0 0;
  }
  .cta_block .content {
    flex: 1 0 0;
    padding: 0;
  }
  .cg-section.layout_two .row .text_col {
    text-align: left;
  }
  .cg-section.layout_two .row .col-lg-4 {
    padding: 40px 15px 0;
  }
  .cg-section.layout_two .row .col-lg-8 {
    padding-left: 15px;
  }
  .hero-band.home_hero .icon_set .icon.aos-animate {
    height: 100px;
    margin-bottom: -30px;
  }
  .hero-band.home_hero .icon_set .icon.icon-2.aos-animate {
    margin-bottom: -106px;
  }
  .hero-band.home_hero .icon_set .icon.icon-3.aos-animate {
    margin-bottom: -100px;
    left: 59%;
    height: 178px;
  }
  .hero-band.home_hero .icon_set .icon.icon-4.aos-animate {
    margin-bottom: -110px;
    height: 205px;
    left: 75%;
  }
  .hero-band.home_hero .icon_set .icon.icon-5.aos-animate {
    margin-bottom: -127px;
  }
  .hero-band.home_hero .icon_set .icon .menu a {
    letter-spacing: 0;
  }
  .hero-band.home_hero .icon_set .icon.aos-animate .menu {
    bottom: -25px;
    background: #fff;
    min-width: 100px !important;
    width: 125px;
  }

  .hero-band.home_hero .icon_set .icon .menu a {
    font-size: 11px;
  }
  .hero-band.home_hero .icon_set .icon.icon-5.aos-animate .menu {
    bottom: -12px;
    left: auto !important;
    background-color: #fff;
    width: 85px;
    min-width: 10px !important;
    right: 24px;
  }
  .hero-band.home_hero .icon_set .icon.icon-5 .img:before {
    height: 90%;
  }
  .hero-band.home_hero .icon_set .icon.icon-1.aos-animate .menu {
    bottom: -36px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-2 {
    height: 160px;
    margin-bottom: -126px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-3 {
    height: 188px;
    margin-bottom: -127px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-4 {
    height: 218px;
    margin-bottom: -132px;
    left: 75.8%;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-5 {
    height: 247px;
    margin-bottom: -135px;
  }
  .page-id-3768 .hero-band .hero-content h1 {
    font-size: 30px;
  }
  .solutions-band .solutions .col-md-6 {
    padding: 0 15px 30px;
  }
  .solutions-band .solutions {
    margin-top: 10px;
  }
  .solutions-band .solutions-content p {
    font-size: 18px;
  }
  .solutions-band .solutions h3 {
    font-size: 22px;
  }
  .solutions-band .solutions figure img {
    height: 40px;
  }
  .solutions-band .solutions .col-md-6 a.siteBtn {
    width: 195px;
  }
  .solutions-band .solutions-content h2 {
    font-size: 32px;
  }
  .explore-solutions-band .container {
    max-width: 850px;
  }
  .exploreCntnt figure img {
    width: 55px;
  }
  .exploreCntnt figure:before {
    top: 23px;
  }
  .cta-band .container {
    max-width: 880px;
  }
  .explore-solutions-band {
    padding: 140px 15px 70px;
  }
  .cg-solutions-tabs-wrap {
    padding: 35px 0;
  }
  .sdCntnt {
    max-width: 100%;
  }
  .servingSection iframe {
    width: 675px;
    height: 365px;
  }
  .serviceBox .serviceContent {
    padding: 0 0px 20px;
  }
  .serviceBox .serviceContent h2,
  .serviceBox .serviceContent h3 {
    font-size: 21px;
  }
  .serviceBox .serviceContent a {
    font-size: 19px;
    margin-top: 0;
  }
  .cta-band + .explore-solutions-band {
    padding-top: 308px;
  }
  .cg-solutions-tabs-wrap .order-first {
    margin-bottom: 55px;
  }
  .cg-solutions-tabs-wrap .order-first.order-lg-last {
    margin-bottom: 0;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-1 {
    height: 162px;
    margin-bottom: -138px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-3 {
    margin-bottom: -167px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-4 {
    margin-bottom: -178px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-5 {
    margin-bottom: -182px;
    height: 294px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.aos-animate .menu,
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-1.aos-animate .menu {
    bottom: -52px;
    min-height: 42px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon .menu a {
    font-size: 11px;
  }
  .servingSection:before,
  .solutions-band:before {
    border-radius: 0 0 50% 50%/0 0 10% 10%;
  }
  .servingSection:before,
  .solutions-band:before {
    border-radius: 0 0 50% 50%/0 0 5% 5%;
  }
  .solutions-band + .cta-band .cta_block {
    margin-top: 0%;
    position: relative;
  }
  .hero-band:before {
    top: 32px;
  }
  .servingSection + .cta-band .cta_block {
    margin-top: -14%;
    padding: 2rem;
    position: relative;
  }
  .home_hero.shadowActive + section#sec-1 + .servingSection {
    padding-top: 285px;
    padding-bottom: 200px;
  }
  .statiOuter .gridBlock h2 {
    font-size: 48px;
    line-height: 35px;
  }
  .solutions-band .solutions .col-md-6 {
    padding: 0 20px 50px;
  }
  .innerPageBanner .row.right .homeBannerInner {
    float: none;
    margin: 0 auto 30px;
    max-width: 550px;
  }
  .cg-section.cg-section--solutions.pt-4.js-images-loaded.aos-init.aos-animate.has-images-loaded {
    background-image: none;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .hero-band.home_hero .container video.hero_video,
  .home .hero-band.home_hero .icon_set,
  .hero-band.home_hero .hero-content {
    max-width: 765px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-band.home_hero .container {
    text-align: center;
  }
  .home .hero-band.home_hero .icon_set {
    text-align: left;
    margin-top: -127px;
  }
}

@media screen and (min-width: 1200px) {
  .mega-menu-row ul.mega-sub-menu li.mega-menu-columns-1-of-4:first-child {
    margin-left: 10% !important;
  }
  .mega-menu-row ul.mega-sub-menu li.mega-menu-columns-1-of-4:nth-child(3) {
    width: 15% !important;
  }
}

@media (max-width: 1024px) {
  video.cg-solutions-tabs__block.is-active {
    display: none !important;
  }
  img.cg-solutions-tabs__block.is-active {
    display: block !important;
  }
  .hero-band .hero-content h1 {
    font-size: 30px;
    line-height: 1em;
  }
  .hero-band .hero-content h1:first-child {
    font-size: 30px;
    padding-top: 0px;
    line-height: 1em;
  }
  .hero-band.home_hero .icon_set .icon.aos-animate .menu {
    min-width: 190px;
  }
  .hero-band.home_hero .icon_set .icon .menu a {
    font-size: 14px;
  }
  .hero-band.home_hero .icon_set .icon.icon-5.aos-animate .menu {
    left: -150px;
  }
  .hero-band.home_hero .icon_set .icon .menu .bannerSubMenu li a {
    font-size: 12px;
    padding: 0;
  }
}
@media (min-width: 800px) {
  .innerPageBanner .homeBannerInner {
    margin-left: 14%;
  }
}
@media (max-width: 768px) {
  .admin-bar header.fixed {
    top: 46px;
  }
  header .logo {
    position: relative;
    float: left;
    top: 0;
    padding: 15px;
  }
  #mega-menu-wrap-primary {
    padding: 15px 0 0;
    clear: none;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-more_link {
    position: relative;
    top: auto;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item {
    padding: 0;
  }
  #mega-menu-wrap-primary
    #mega-indicator-menu-primary
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    ul
    li
    p
    br {
    display: none;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    ul
    li
    p
    a {
    padding: 0 20px 0 0;
    font-size: 13px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    ul
    li
    p
    a.big {
    width: 100%;
    font-size: 15px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    ul
    li
    p {
    clear: both;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 4px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    ul
    li
    p
    em {
    clear: both;
    float: left;
    display: block;
    width: 100%;
    font-size: 15px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    ul
    li
    em.normal_link {
    font-size: 13px;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    border-top: 0px solid #333;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item.mega-icon-right
    > a.mega-menu-link:before {
    line-height: 32px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-globe_link
    > a.mega-menu-link:before {
    top: 5px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-more_link
    > a.mega-menu-link {
    border-top: none !important;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-more_link
    > .mega-sub-menu {
    padding: 20px 0;
    position: relative;
    margin: 10px -10px 0;
    width: calc(100% + 20px);
  }
  .row.connected > div:first-child .serviceBox .line.before,
  .row.connected > div:last-child .serviceBox .line.after {
    display: block;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item {
    margin-left: 0 !important;
    border-left: 0px !important;
  }
  #mega-menu-primary .mega-sub-menu * {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
  .homeBanner.innerPageBanner {
    padding-top: 60px;
    padding-bottom: 50px;
    background-position: right;
  }
  .homeBanner.innerPageBanner:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
  }
  .innerPageBanner .homeBannerInner {
    max-width: 100%;
  }
  .statiOuter {
    padding: 20px;
  }
  .solutionCntntRow {
    padding: 0 18px;
  }
  .solutionSubCntnt .col {
    padding: 0 10px;
  }
  .solutionMain h2 {
    font-size: 30px;
  }
  .solutionSubCntnt h3 {
    font-size: 20px;
  }
  .serviceContent p:last-child {
    margin-bottom: 0;
  }
  .wysiwyg-band {
    padding: 50px 18px;
  }
  .connected .serviceBox img {
    margin-bottom: 20px;
  }
  .cta_block {
    position: relative;
    padding: 30px;
    margin-top: -21%;
  }
  .cg-section {
    padding: 90px 0 0;
  }
  .healthCareSection {
    padding: 20% 0;
  }
  .hero-band {
    margin-bottom: 0;
  }
  .hero-band .hero-next {
    display: none;
  }
  .hero-band .hero-content h1 {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  .hero-band .hero-content h2 {
    font-size: 1.25rem;
    padding-right: 0.5rem;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }
  .hero-band .hero-content p {
    font-size: 0.6em;
    max-width: 250px;
    margin-bottom: 5px;
  }
  .hero-band.home_hero .container {
    padding: 0 20px;
  }
  .hero-band.home_hero {
    margin-top: 0px;
    padding-bottom: 40px;
  }
  .hero-band.home_hero .icon_set .icon.active,
  .hero-band.home_hero .icon_set .icon img {
    width: 25px;
    height: 25px;
  }
  .hero-band.home_hero .icon_set .icon:hover {
    margin-bottom: 175px;
  }
  .hero-band .hero-content p em {
    font-size: 1.6em;
  }
  .hero-band.home_hero .icon_set .icon {
    width: 30px;
    height: 25px;
  }
  .hero-band.home_hero .icon_set .icon.icon-1 {
  }
  .hero-band.home_hero .icon_set .icon.icon-2 {
    bottom: 16%;
  }
  .hero-band.home_hero .icon_set .icon.icon-3 {
    bottom: 37%;
  }
  .hero-band.home_hero .icon_set .icon.icon-4 {
    bottom: 57%;
  }
  .hero-band.home_hero .icon_set .icon.icon-5 {
    bottom: 79%;
  }
  .hero-band.home_hero {
    padding-bottom: 90px;
  }
  .hero-band.home_hero .icon_set .icon.icon-1 {
    width: 45px;
  }
  .hero-band.home_hero .icon_set .icon.aos-animate .menu {
    left: 16px;
  }
  .hero-band.home_hero .icon_set .icon.icon-2.aos-animate {
    margin-bottom: -154px;
  }
  .hero-band.home_hero .icon_set .icon.icon-3.aos-animate {
    margin-bottom: -145px;
  }
  .hero-band.home_hero .icon_set .icon.icon-4.aos-animate {
    margin-bottom: -155px;
  }
  .hero-band.home_hero .icon_set .icon.icon-5.aos-animate {
    margin-bottom: -168px;
  }
  .hero-band.home_hero .icon_set .icon.icon-5.aos-animate .menu {
    right: 0;
    bottom: -33px;
    left: -100px;
  }
  .hero-band.home_hero .icon_set .icon .menu a {
    font-size: 10px;
  }
  .page-id-3768 .hero-band.home_hero {
    padding-bottom: 140px;
    padding-top: 0;
  }
  .page-id-3768 .hero-band .hero-content h1 {
    font-size: 24px;
  }
  .page-id-3768 .hero-band .hero-content p {
    font-size: 14px;
    max-width: 320px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-1 {
    left: 18%;
    height: 60px;
    margin-bottom: -40px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon:before {
    left: 11px;
    width: 22px;
    height: 22px;
    top: -10px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.aos-animate .menu {
    left: -47px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-2.aos-animate {
    margin-bottom: -74px;
    height: 102px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-3 {
    height: 125px;
    margin-bottom: -76px;
    left: 58.8%;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-4.aos-animate {
    height: 145px;
    margin-bottom: -80px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-5.aos-animate {
    height: 171px;
    margin-bottom: -83px;
    left: 95.8%;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-5.aos-animate .menu {
    right: 0;
    bottom: -56px;
    left: inherit;
  }
  .cta-band .container {
    max-width: 90%;
  }
  .explore-solutions-band {
    padding: 120px 18px 50px;
  }
  .explore-solutions-band .container {
    max-width: 100%;
  }
  .exploreCntnt figure:before {
    display: none;
  }
  .exploreCntnt figure {
    margin-bottom: 0;
  }
  .exploreData h3 {
    margin-top: 4px;
  }
  .explore-solutions-band .exploreCntnt {
    max-width: 1055px;
    display: inline-block;
    vertical-align: top;
  }
  .explore-solutions-band .exploreCntnt .col {
    width: 33%;
    float: left;
  }
  .cta-band + .redlatedAssets {
    padding: 80px 0 100px;
  }
  .redlatedAssets:before {
    border-radius: 0 0 50% 50%/0 0 10% 10%;
  }
  .servingSection iframe {
    width: 462px;
    height: 255px;
  }
  .cta-band + .explore-solutions-band {
    padding-top: 68px;
  }
  .page-id-3768 .hero-band.home_hero .icon_set .icon.icon-1 {
    height: 80px;
    margin-bottom: -59px;
  }
  .cg-solutions-tabs-wrap {
    flex-direction: column-reverse;
  }
  .hero-band.home_hero .icon_set .icon.icon-1 {
    width: 45px;
  }
  .hero-band.home_hero .icon_set .icon.icon-1.aos-animate .menu {
    bottom: -53px;
  }
  .hero-band.home_hero .icon_set .icon.icon-2.aos-animate {
    margin-bottom: -140px;
  }
  .hero-band.home_hero .container {
    max-width: 95%;
  }
  .hero-band.home_hero .icon_set .icon.aos-animate .menu {
    bottom: -42px;
    min-width: 100px;
  }
  .home_hero.shadowActive + section#sec-1 + .servingSection {
    padding-top: 115px;
    padding-bottom: 140px;
  }
  .cta-band + .videoBand.shadowActive {
    padding-top: 120px;
  }
  .healthCareSlider h2,
  .healthCareSlider .heading2 {
    font-size: 32px;
    line-height: 30px;
  }
  .healthCareSlider p {
    font-size: 14px;
  }
  .shadowActive + .healthCareSection {
    padding: 270px 0 85px;
  }
  .news-band {
    padding: 70px 0;
  }
  .news-band .news {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .news-band h2 {
    margin-bottom: 30px;
  }
  .contactUs {
    margin: 40px 0 0;
  }
  .statiOuter .gridBlock h2 {
    font-size: 40px;
    line-height: 22px;
  }
  .statiOuter .gridBlock h3 {
    font-size: 20px;
  }

  .servingCntnt > .row {
    display: block;
  }
  .servingCntnt .sevingCntntBlk {
    margin-bottom: 30px;
  }
  .servingCntnt .sevingCntntBlk:nth-child(even) > .servingImgOuter {
    order: 2;
    margin-top: 10px;
  }
  .servingCntnt .sevingCntntBlk:nth-child(even) p {
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .servingCntnt {
    margin-bottom: 0;
  }
  .hero-band .hero-content h1:first-child {
    margin-top: 0;
    padding-top: 10px;
    font-size: 30px;
  }
  .hero-band .hero-content h1.alt {
    font-size: 1.3rem;
  }
}
.serviceSolutionBand + .servingSection {
  padding-top: 0;
  margin-top: -100px;
}
@media (max-width: 480px) {
  .hero-band figure {
    display: block;
  }
  video.hero_video,
  .hero-band.home_hero .icon_set {
    display: none;
  }
  .hero-band .hero-content h1 {
    font-size: 0.8rem;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 1.5em;
  }
  .hero-band .hero-content h2 {
    font-size: 0.9rem;
    padding-right: 0.5rem;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }
  .hero-band .hero-content p {
    font-size: 0.5em;
    max-width: 210px;
    margin-bottom: 5px;
    margin-right: -0.8rem;
  }
  .hero-band.home_hero .container {
    padding: 0 10px;
  }
  .hero-band .hero-content h1:first-child {
    font-size: 1rem;
    line-height: 1em;
  }
}
/* CTA w/ Jump Link Icons Band */
.cta-band.cta-style-2 + .jump-links-band {
  padding: 22em 0 5em 0;
}
.cta-band.cta-style-2 .cta_block {
  margin-top: 5em;
}
.jump-links-band .icon-columns {
  margin: auto;
  text-align: center;
}
.jump-links-band .icon-columns h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 16px;
  text-align: center;
  color: #b2c4cd;
  font-weight: normal;
}
.jump-links-band .icon-columns figure img {
  width: 65px;
}
.jump-links-band .row.icon-columns .col:before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  width: 5px;
  height: 60px;
  margin: auto;
  right: 0;
  background: rgb(158, 154, 154);
  background: -moz-linear-gradient(
    180deg,
    rgba(158, 154, 154, 0.13629201680672265) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(158, 154, 154, 0.13629201680672265) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(158, 154, 154, 0.13629201680672265) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e9a9a",endColorstr="#ffffff",GradientType=1);
}
.servingHead.no_border:before {
  background: transparent !important;
}
.jump-links-band .row.icon-columns .col > a {
  position: relative;
}
.fancybox-container {
  z-index: 9999999;
}
.hidden {
  display: none;
}
.video_cont {
  margin-top: 50px;
}
.video_cont .contento {
  padding-top: 30px;
  font-size: 20px;
}
.video_cont .video_box figure,
.video_cont .video_box iframe,
.video_cont .video_box figure img {
  width: 100%;
}
.video_cont .video_box {
  padding-right: 50px;
}
.videoBandwithacc {
}
.videoBandwithacc .accordion [aria-expanded='true'] span:after,
.videoBandwithacc .accordion [aria-expanded='false'] span:after {
  display: none;
}
.videoBandwithacc .accordion [aria-expanded='true'] span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background: #f05323;
  width: 3px;
  height: 70%;
  top: 20%;
}
.videoBandwithacc .accordion h3 span {
  position: relative;
  padding-left: 15px;
}
.videoBandwithacc .accordionItem {
  margin: 0 0 15px;
}
.videoBandwithacc .accordionBox {
  border-left-width: 2px;
  padding-left: 40px;
}
.videoBandwithacc .video_sub_link {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0px 0 6px 30px;
  font-weight: 600;
}
.videoBandwithacc div .video_sub_link:last-child {
  padding-bottom: 0;
}
.videoBandwithacc .video_sub_link i {
  margin-right: 5px;
}
.notification_bar {
  position: fixed;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  top: 0;
  width: 100%;
  z-index: 99999999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logged-in .notification_bar {
  top: 32px;
}
.notification_bar .not_bar.light {
  color: #fff;
}
.notification_bar .not_bar {
  padding: 20px 0;
}
.enabled_not header.fixed {
  top: 70px;
}
.admin-bar.enabled_not header.fixed {
  top: 102px;
}
.notification_bar .not_bar .siteBtn {
  margin-left: 10px;
  padding: 7px 22px;
  font-size: 0.8rem;
  line-height: 1.267;
  letter-spacing: 0;
}
.notification_bar .notification-close {
  position: absolute;
  right: 10px;
  top: 0px;
  background: #48545c;
  padding: 0 5px 2px;
  font-size: 13px;
  cursor: pointer;
  line-height: 20px;
}

#wpadminbar {
  z-index: 99999999 !important;
}
.events_listing h2.main_title {
  margin-bottom: 40px;
}
.events_listing h2 {
}
.events_listing .event_box {
  display: block;
  padding: 20px;
  margin: 10px 0;
  overflow: hidden;
  cursor: pointer;
  min-height: 40px;
  background-color: rgb(250, 250, 250);
  border-radius: 12px;
  box-sizing: border-box !important;
  outline: none !important;
  clear: both;
  width: 100%;
  float: left;
}
.events_listing .event_box .event_cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.events_listing .event_box .event_cont .date {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  flex: 0 1 65px;
}
.events_listing .event_box .event_cont .date span {
  display: block;
  color: #f05323;
}
.events_listing .event_box .event_cont .date span:nth-child(2) {
  padding-bottom: 4px;
}
.events_listing .event_box .event_cont .second_box {
  flex: 0 1 calc(100% - 200px);
  display: flex;
  align-items: center;
  justify-content: inherit;
}
.events_listing .event_box .event_cont figure {
  flex: 0 1 80px;
  margin: 0;
  text-align: center;
}
.events_listing .event_box .event_cont figure img {
  max-width: 64px;
  border: solid 1px rgba(17, 17, 17, 0.1);
  padding: 5px 0px;
  border-radius: 8px;
}
.events_listing .event_box .event_cont .title_box {
}
.events_listing .event_box .event_cont .title_box h2 {
  font-size: 19px;
}
.events_listing .event_box .event_cont .title_box h2 > a {
  color: #38413a;
}
.events_listing .event_box .event_cont .title_box .meta {
}
.events_listing .event_box .event_cont .title_box .meta span {
  background: rgba(29, 33, 41, 0.06);
  margin: 0 8px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  padding: 4px 16px 4px 10px;
  border-radius: 13px;
  line-height: 15px;
}
.events_listing .event_box .event_cont .title_box .meta span svg {
  margin: -3px 5px 0 0;
}
.events_listing .event_box .event_cont .cta_btn {
}
.events_listing .event_box .event_cont .cta_btn a {
  font-size: 13px;
  white-space: nowrap;
}

.modal.events-popup {
  z-index: 99999999;
}
.events-popup .modal-header {
  flex-direction: column;
  align-items: center;
}
.events-popup .modal-header figure {
  max-width: 60px;
  margin: 0;
}
.events-popup .modal-header figure img {
  border: solid 1px rgba(17, 17, 17, 0.1);
  padding: 5px 0px;
  border-radius: 8px;
}
.events-popup .modal-header .modal-title {
  font-size: 1.5rem;
  text-align: center;
}
.events-popup .modal-header .close {
  position: absolute;
  right: 16px;
  color: #38413a;
  font-size: 30px;
  opacity: 1;
  padding: 5px;
  border-radius: 0;
  top: 15px;
  text-shadow: none;
}
.events-popup .modal-header .cta_btn {
  margin: 5px 0 0;
}
.events-popup .modal-header .cta_btn a {
  font-size: 13px;
}
.events-popup .modal-body {
}
.events-popup .modal-body .description {
}
.events-popup .modal-body .description p {
  font-size: 15px;
}
.events-popup .modal-body .row {
  width: 100%;
  padding: 0px 0 25px;
  margin: 0;
}
.events-popup .modal-body .row .calendar-block {
  padding: 0;
  font-size: 14px;
}
.events-popup .modal-body .calendar-title {
  margin-bottom: 3px;
}
.events-popup .modal-body .calendar-title svg {
  margin: -3px 5px 0 0;
}
.events-popup .modal-body .calendar-row {
}
.bottom_logo {
  position: absolute;
  bottom: 50px;
  right: 50px;
  max-width: 100px;
}
.bottom_logo img {
  max-width: 100px;
}
footer {
  position: relative;
}
.quiz_theme_qsm-theme-companion .quiz_section,
.quiz_theme_qsm-theme-companion .qsm-auto-page-row .quiz_section,
.quiz_theme_qsm-theme-companion
  .qsm-auto-page-row.quiz_end:not(.empty_quiz_end),
.quiz_theme_qsm-theme-companion .qsm-page:not(:first-of-type) {
  margin: 0 !important;
}
.quiz_theme_qsm-theme-companion .margin-bottom {
  margin: 0 !important;
  border: none !important;
}
.qsm-quiz-container.quiz_theme_qsm-theme-companion section,
.quiz_theme_qsm-theme-companion .qsm-page:not(:first-of-type) {
  margin: 0 !important;
  border: none !important;
  padding: 0 0 20px !important;
}
.innerVideoBanner {
  padding: 0;
}
.innerVideoBanner figure {
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: end;
}
.innerVideoBanner .video_cont {
  text-align: center;
  margin: 50px 0;
}
.innerVideoBanner .video_cont .video_box {
  padding-right: 0;
  margin-bottom: 20px;
}
.innerVideoBanner .video_cont .text_box {
}
.innerVideoBanner .video_cont .text_box .title {
  display: block;
  font-size: 24pt;
  font-weight: bold;
}
.innerVideoBanner .video_cont .text_box .subtitle {
  display: block;
  font-weight: 600;
}
@media (min-width: 768px) {
  .innerVideoBanner .row.left {
    flex-direction: row-reverse;
  }
  .innerVideoBanner .row.left figure {
    width: 100%;
    justify-content: end;
  }
}

@media (max-width: 991px) {
  .bottom_logo {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .bottom_logo img {
    max-width: 20%;
  }
}

@media (max-width: 767px) {
  .innerVideoBanner figure {
    width: 100%;
    justify-content: center;
  }
  .innerVideoBanner .row {
    flex-direction: column-reverse;
  }
}

@media (max-width: 600px) {
  .events_listing .event_box .event_cont .date,
  .events_listing .event_box .event_cont figure {
    flex: 0 1 50%;
  }
  .events_listing .event_box .event_cont .date {
    text-align: left;
  }
  .events_listing .event_box .event_cont .date span {
    display: inline-block;
    margin: 0 2px;
  }
  .events_listing .event_box .event_cont .second_box {
    flex: 0 1 100%;
    flex-direction: column;
    align-items: baseline;
    margin: 10px 0 0;
  }
  .events_listing .event_box .event_cont .title_box {
    margin: 0 0 5px;
  }
  .events_listing .event_box .event_cont .title_box .meta span {
    margin: 0 8px 5px 0;
    display: inline-block;
  }
  .events-popup .modal-body .row {
    padding: 0;
  }
  .events-popup .modal-body .row .calendar-block {
    margin: 0 0 15px;
  }
}

@media (max-width: 480px) {
  .notification_bar .not_bar .siteBtn {
    margin: 10px 0 0;
  }
}

/* request demo button in nav added 3/30/23 */

.demoBtn {
  margin-top: 9px !important;
}

.demoBtn a {
  border-radius: 30px !important;
  background-color: #44b9c2 !important;
  color: #fff !important;
  padding: 14px 45px !important;
  display: inline-block !important;
  font-size: 18px !important;
  border: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
.demoBtn a {
  margin-left: 15px !important;
  margin-right: 15px !important;
  padding: 7px 22px !important;
  font-size: inherit;
  line-height: 1.267 !important;
  letter-spacing: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.demoBtn > a.mega-menu-link {
  line-height: 96px;
  height: auto;
  padding: 0px 30px 0px 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #4d545c;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  /* text-decoration: none; */
  background: rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
  border-radius: 0;
  font-family: inherit;
  font-size: 20px;
  font-weight: 300;
  outline: none;
}

/* end request demo button in nav */
