h1 {
  color: #FFFFFF;
}

h5 {
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

.navMobile {
  display: none !important;
}

.carouselBG {
  background: #414BF9;
  padding: 51px 0 25px;
}

/* Use min-height to reduce CLS */
.s, .s1 {
  list-style: none;
  width: 100%;
  min-height: 200px;
  text-align: center;
  position: relative;
  padding: 0;
}
@media (min-width: 401px) {
  .s, .s1 {
    min-height: 140px;
  }
}
@media (min-width: 601px) {
  .s, .s1 {
    min-height: 140px;
  }
}
@media (min-width: 801px) {
  .s, .s1 {
    min-height: 70px;
  }
}
@media (min-width: 1025px) {
  .s, .s1 {
    min-height: 60px;
  }
}

.s li, .s1 li, .sTwoText li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center;
  padding: 0;
  transition: all 0.6s ease-in;
  opacity: 0;
  visibility: hidden;
}
.s li.activeBlueCarousel, .s1 li.activeBlueCarousel, .sTwoText li.activeCarousel {
  transition: opacity 0.6s 0.6s ease-in;
  display: block;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.s1 li {
  text-align: left !important;
}


.dots, .dots1, .dots-two-text {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.dots li, .dots1 li, .dots-two-text li {
  width: 5px;
  height: 5px;
  margin: 5px;
  background-color: #414bf9;
  display: inline-block;
  border-radius: 75px;
  border: 2px solid #414bf9;
  cursor: pointer;

}
.dots li.activeBlueCarousel, .dots1 li.activeBlueCarousel , .dots-two-text li.activeCarousel {
  background-color: #00c6b3;
  border: 2px solid #00c6b3;
}

.dots1 li {
  border: 2px solid #00c6b3;
  background-color: #00c6b3;
  transition: all 0.3s ease-in;
}

.dots1 li.activeBlueCarousel {
  border: 2px solid #414bf9;
  background: #414bf9;
  transition: all 0.3s ease-in;
}

.dots-two-text li.activeCarousel {
  border: 2px solid #F4CC3F;
  background: #F4CC3F;
  transition: all 0.3s ease-in;
}

/* nav example; homepage */
/* nav1 example; /careers */
.nav, .nav1 {
  text-align: center;
  max-width: 150px;
  margin: auto;
  display: flex;
  color: #FFFFFF;
}
.nav > div, .nav1 > div {
  display: inline-flex;
  cursor: pointer;
  transition: 0.3s ease;
}

.nav .prv:hover, .nav .nxt:hover, .whiteDots li:hover, .nav1 .prv:hover, .nav1 .nxt:hover, .dots1 li:hover, .dots-two-text li:hover {
  opacity: 0.7;
}

.whiteDots li.activeBlueCarousel:hover, .dots1 li.activeBlueCarousel:hover, .dots-two-text li.activeCarousel:hover {
  opacity: 1;
}

.nav1 {
  color: #000000 !important;
}
.carouselBG {
  padding-left: 40px;
  padding-right: 40px;
}
.carouselContainer {
  display: flex;
  max-width: 1136px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.carouselContainer a, .carouselContainer span {
  color: #FFFFFF;
}
.carouselContainer span {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.carouselContainer a {
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  padding: 14px 37px;
  background: transparent;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 20px;
  text-transform: Uppercase;
  letter-spacing: 1;
  transition: 0.3s ease;
}

.carouselButtonMobile {
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5;
  padding: 12px 25px;
}

.blueButtonMobile {
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5;
  padding: 12px 25px;
  background: #414BF9;
  color: #FFFFFF;
}

.carouselText {
  width: 58%;
}

.supportingTextContainer {
  display: flex;
}

.leftTextBox, .rightImageBox {
  width: 50%;
}
.flexboxContainerSubhead {
  display: flex;
  gap: 3em;
}

.flexboxContainerSubhead ul,
.flexboxContainerSubhead ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 25px;
}

.flexboxContainerSubhead li {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.withOutContent .leftTextBox {
	width: 35%;
}
.withOutContent .rightImageBox {
	width: 65%;
}
.rightImageBox .flexContainerRow a,
.rightImageBox img {
  max-width: 455px;
  margin-left: 50px;
}

.rightImageBox .flexContainerRow a img {
  max-width: 455px;
  margin: auto;
}
.subheadContainer {
  padding: 30px 0 0px;
}
.numbersText p,
.subheadContainer p,
.subheadContainer span {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-top: 0;
}

.whiteDots li {
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
}

.twoColumns{
  display: flex;
  margin-top: 42px;
  flex-wrap: wrap;
}
.threeColumns {
  display: flex;
  margin-top: 42px;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: stretch;
  justify-content: flex-start;
}


/*Add an extra spacing when more than three columns are together like in : diversity-inclusion*/
@media (max-width: 600px) {

  .threeColumns + .threeColumns {
    margin-top: 100px;
  }
}

.two-columns-block .twoColumns,
.three-columns-block .threeColumns {
  margin-left: -15px;
  margin-right: -15px;
}

.twoColumnColumn {
  width: 50%;
  margin-right: 30px;
}

.threeColumnColumn {
  width: calc(33% - 2rem);
  flex: 0 1 calc(33% - 2rem);
}


.two-columns-block .twoColumnColumn,
.three-columns-block .threeColumnColumn {
  margin-right: 0;
  margin-left: 0;
  padding: 0 15px;
  box-sizing: border-box;
}

.twoColumnColumn .columnImageFull img,
.threeColumnColumn .columnImageFull img {
  object-fit: cover;
  height: 222px;
  max-width: none;
}

.twoColumnContainer img,
.threeColumnContainer img {
  max-width: 70px;
}

.columnImage {
  margin-bottom: 30px;
}

.columnMainText span {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}

.backgroundImageTwoColumn,
.backgroundImageThreeColumn {
  background-image: url(../images/home/GettyImages-511992494@2x.jpg);
  margin: 50px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.columnCTA {
  padding-top: 30px;
}

.twoColumnColumnShadow,
.threeColumnColumnShadow {
  -webkit-box-shadow: 0px 3px 6px #dfdfdf;
  -moz-box-shadow: 0px 3px 6px #dfdfdf;
  box-shadow: 0px 3px 6px #dfdfdf;
  transition: all .3s ease,border .5s !important;
  margin-right: 30px;
  padding: 20px 40px 20px 35px;
  border-left: 8px solid transparent;
}
.twoColumnColumnShadow:hover,
.threeColumnColumnShadow:hover {
  -webkit-box-shadow: 0px 3px 8px #a3e4de;
  -moz-box-shadow: 0px 3px 8px #a3e4de;
  box-shadow: 0px 3px 8px #a3e4de;
  border-left: 8px solid #00C6B3;
}

.whiteText {
  color: #FFFFFF;
}

.white {
  background: #FFFFFF;
}

.shark {
  padding: 20px 40px;
}

.smallerTwoColumn,
.smallerThreeColumn {
  max-width: 1100px;
  margin: 0 auto;
  padding: 25% 0 3%;
}

.columnMainText {
  padding-top: 30px;
}

.bigNumbers {
  display: flex;
  margin-top: 76px;
  padding-bottom: 60px;
  flex-wrap: wrap;
}

.numbersColumn {
  width: 33%;
  text-align: center;
  padding-bottom: 50px;
}

.imgContainer {
  min-height: 75px;
}
.imgContainer img {
	width: 71px;
}

.numberContainer {
  text-align: center;
  padding: 10px 0;
}
.numberContainer span {
  font-size: 80px;
  color: #000443;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.numberDescContainer {
  min-height: 50px;
}
.numberDescContainer span {
  font-size: 20px;
  font-family: "Mulish", sans-serif;
}

.extraBottom {
  margin-bottom: 300px;
}

.grayBg {
  background: #F0F0F0;
}

.flexContainerRow {
  display: block;
  column-count: 3;
}
.flexContainerRow a,
.flexContainerRow img {
  margin: 0 auto 20px;
  object-fit: fill;
  max-width: none;
  width: auto;
  height: 40px;
  padding: 0;
  display: block;
}
.flexContainerRow a img {
	width: auto;
	margin: 0;
	padding: 0;
}
.columnImageFull img {
  width: 100%;
  max-width: unset;
}



.authorDateContainer span {
  font-size: 13px;
  font-family: "Mulish", sans-serif;
}

.author span {
  font-weight: 700;
}

.authorDateContainer {
  justify-content: space-between;
  display: flex;
  margin-bottom: 20px;
}

.date {
  text-align: right;
  padding-left: 9.99%;
}

.blogImageLogo {
  padding: 20px 0 0;
  min-height: 22px;
}
.blogImageLogo img {
  max-width: 200px;
}

.tagsArea {
  display: flex;
}

.tagsButton {
  color: #000000;
  border-radius: 20px;
  border: 1px solid #000000;
  padding: 7px;
  font-size: 12px;
  margin-right: 5px;
  font-family: "Mulish", sans-serif;
}

.blueTags {
  color: #414BF9;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.blogTagsBottom {
  color: #414BF9;
}

.galleryLogos {
  position: relative;
}

.logoGallery {
  width: 100%;
  text-align: center;
}
.logoGallery a,
.logoGallery img {
  margin-right: 20px;
}
.logoGallery a img {
  width: 100%;
  margin-right: 0;
}

.activeGallery {
  height: 165px !important;
  transition: height 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out, padding 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.active {
  height: 60px !important;
  opacity: 1 !important;
  -webkit-transition: height 1s linear;
  -moz-transition: height 1s linear;
  -ms-transition: height 1s linear;
  -o-transition: height 1s linear;
  transition: height 1s linear;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.inactive {
  height: 0;
  opacity: 0;
  -webkit-transition: height 1s linear;
  -moz-transition: height 1s linear;
  -ms-transition: height 1s linear;
  -o-transition: height 1s linear;
  transition: height 1s linear;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.activeMiddle {
  padding-bottom: 40px;
}

.middleRowGallery {
  padding-top: 40px;
}

.accordionAppear {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.accordionAppear img {
  padding-top: 40px;
}

.showMoreCTAContainer {
  text-align: center;
  padding-top: 40px;
  position: relative;
  z-index: 999;
}

.showMoreCTA {
  color: #208379;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

.additionalGalleries span {
  font-weight: 900;
  font-size: 20px;
}

.noBottom {
  padding-bottom: 0;
}

.additionalGalleries {
  padding-left: 12.6%;
  margin-bottom: 2.5em;
  margin-top: 80px;
}

.darkBlueBg {
  background: #000443;
  color: #FFFFFF;
}

.flexboxKeepIpad {
  display: flex;
  position: relative;
  width: 100%;
}

.textBox {
  width: 70%;
}

.selectorbox {
  width: 30%;
  margin-top: -3.2%;
}

.selector {
  background: #414BF9;
  padding: 16px 35px;
  margin: 10px 0;
  width: 90%;
  display: flex;
	align-items: center;
	justify-content: flex-end;
  transition: background-color 500ms, color 500ms;
}

.selector:before {
  content: "";
  position: absolute;
  background: #15EFE5;
  left: 100%;
  top: 0;
  width: 0;
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: border-radius 0.3s, width 0.3s;
}
.selector a {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

.selector:hover {
  background: #232DD1;
  transition: background 0.2s ease;
}

.selectorLast {
  margin-bottom: 20px;
}

.blueSlidesCarousel {
  display: block;
  position: absolute;
  left: 30%;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s 0.2s ease;
}
.blueSlidesCarousel.active-item {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  transition: opacity 0.2s 0.2s ease;
  z-index: 2;
}
/***************************************
Main Banner - Special Size for Home
***************************************/
@media (max-width: 1024px) {

  .path-frontpage .mainBanner {
    /*height: 67.5vh;*/
  }
  .blueSlidesCarousel {
    display: block;
    position: absolute;
    left: 30%;
    top: 0;
    opacity: 0;
    transition: opacity 0.2s 0.2s ease;
  }
  .blueSlidesCarousel.active-item {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    transition: opacity 0.2s 0.2s ease;
  }
  .path-frontpage .mainBannerTextContainer {
    align-items: center;
  }


  .paragraph-first-banner-video .mainBannerTextContainer {
    align-items: flex-start;
  }

}

@media (max-width: 350px) {
  .path-frontpage .mainBanner {
    height: 53vh;
  }
}

.selected {
  /*width: calc(100% - 10px);*/
  background: #15EFE5;
  color: #000000;
  position: relative;
  transition: background-color 500ms, color 500ms;
}
.selected:before {
  width: 47px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: border-radius 0.3s, width 0.3s;
}
.selected a {
  color: #000000 !important;
}
.selected .smallContainer {
  position: relative;
  /*left: 3%;
  padding-right: 40px;*/
}

.selected:hover {
  background: #15EFE5;
  transition: border-radius 0.3s, width 0.3s;
}

.selected:focus {
  text-decoration: underline;
}

.padLeft {
  padding: 120px 0 0 140px;
}

.bold {
  font-weight: 700;
}

.extraTop {
  padding-top: 20px;
}

.selectorTextContainer {
  text-align: right;
  max-width: 388px;
}

.smallContainer {
  max-width: 150px;
  margin-left: auto;
}
.smallContainer a {
  color: #FFFFFF;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.smallContainer a:hover {
	text-decoration: none;
}
.moreBottom {
  margin-bottom: 200px;
}

.testimonialsHeader {
  font-size: 54px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.testimonialsHeader span {
  line-height: 70px;
}

.blogPostContent {
  padding: 10px 20px 20px;
}

.blogPostContent .blogImageLogo {
  height: 50px;
}

.blogPostContent .blogImageLogo img {
  max-width: 65%;
  max-height: 50px;
  height: auto;
  width: auto;
  object-fit: fill;
}

.blogPostContent .columnHeadline h3 a {
  margin: 0;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-content .columnMainText,
.blogPostContent .columnMainText {
  min-height: 80px;
}
.article-content .columnMainText span,
.blogPostContent .columnMainText span{
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonialsContainer {
  max-width: 940px;
  margin: 0 auto;
}

.personInfoContainer {
  align-items: flex-end;
  display: flex;
  padding-left: 20px;
}
.personInfoContainer.noimage {
  padding-left: 0;
}
.testimonialsAuthor {
  max-width: 500px;
  display: flex;
  padding: 20px 0 50px;
}
.testimonialsAuthor img {
  width: 150px;
}

.personName {
  padding-bottom: 20px;
}

.personNameText, .personTitleText, .personCompanyText {
  line-height: 20px;
  font-family: "Mulish", sans-serif;
}

.personNameText {
  font-weight: 700;
}

.personTitleText, .personCompanyText {
  font-weight: 400;
  font-size: 16px;
}

.personCompany {
  padding-bottom: 20px;
}

.meetTeamContainerRow {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 42px;
}

.firstTeamRow {
  padding: 42px 0;
}

.smallerLine:after {
  width: 40px;
}

.teamMemberName .halfUnderlineCTA {
  font-size: 20px;
}

.teamMemberTitle span {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}

.teamMemberName {
  padding: 20px 0;
}

.teamMemberImg img {
  max-width: 260px;
  border-radius: 50%;
}

.accordionToggle {
  position: relative;
  text-align: right;
  top: -7px;
  float: right;
}
.accordionToggle a {
  font-size: 30px;
}

.buttonContainer {
  margin-top: 15px;
}

.accordionTitleText {
  font-weight: 500;
}

.accordionTitleTextActive {
  font-weight: 700 !important;
}

.accordion {
  padding: 20px 42px;
  position: relative;
}
.accordion span {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}

.accordionBodyContainer .buttonContainer {
  padding-right: 10px;
}

.accordionBodyContainer {
  display: flex;
  justify-content: space-between;
  padding-top: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.accordionBody {
  max-width: 700px;
}

.shadowContainer {
  -webkit-box-shadow: 0px 3px 6px #dfdfdf;
  -moz-box-shadow: 0px 3px 6px #dfdfdf;
  box-shadow: 0px 3px 6px #dfdfdf;
  transition: box-shadow 0.8s ease-in, border 0.8s ease-in;
  border-left: 8px solid transparent;
  margin: 30px 0 30px -8px;
}

.shadowExpand {
  -webkit-box-shadow: 0px 3px 8px #a3e4de;
  -moz-box-shadow: 0px 3px 8px #a3e4de;
  box-shadow: 0px 3px 8px #a3e4de;
  transition: box-shadow 0.8s ease-in, border 0.8s ease-in;
  border-left: 8px solid #00c6b3;
}

.accordionHeadline {
  padding: 0 0 42px 0;
}

.activeToggle {
  max-height: 1000px !important;
  transition: 0.5s;
  padding-top: 40px;
}
.activeToggle h5 {
  font-weight: 700;
}

.mktoForm .mktoFormRow {
  clear: none !important;
  margin-bottom: 0 !important;
}

#mktoForm_3615 {
  width: 450px !important;
}

.nav1 {
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  top: -89px;
  left: -110px;
  z-index: 999;
}

.lessPadTest {
  padding-bottom: 30px !important;
}

.nav2 {
  display: none !important;
}
/*
@media only screen
and (min-width: 1025px)
and (max-height: 1366px)
and (-webkit-min-device-pixel-ratio: 1.5) {
  .mainBannerTextContainer {
    padding: 200px 0;
  }
}
*/

@media (max-width: 1024px) {
  .teamMemberName .halfUnderlineCTA {
    display: inline;
    background: linear-gradient(to right, #414BF9 0%, #414BF9 99%);
    background-size: 100% 3px;
    background-repeat: no-repeat;
    background-position: left 95%;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  .teamMemberName .halfUnderlineCTA:after {
    display: none;
  }
  .selected:hover {
    transition: border-radius 0s, width 0s;
  }
  .selected {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .selected:before {
    left: calc(100% - 53px);
    width: 67px;
  }
  .greenButtonMobile {
    background: #14EFE4;
  }

  .personTitle, .personCompany {
    padding-bottom: 0 !important;
  }

  .flexboxContainerSubhead {
    display: block;
  }
  .flexboxKeepIpad {
    display: flex;
  }
  .product-overview-block .flexboxKeepIpad {
    display: inline-block;
  }
  .product-overview-block .selectorbox {
    float: left;
  }

  .product-overview-block .blueSlidesCarousel {
    float: right;
    box-sizing: border-box;
  }

  .supportingTextContainer {
    margin-top: 0px;
  }

  .leftTextBox {
    width: 100%;
  }
  .withOutContent .leftTextBox {
	width: 100%;
  }
  .withOutContent .rightImageBox {
	width: 100%;
  }
  .three-columns-block .threeColumns {
    margin-right: -12px;
    margin-left: -12px;
  }

  .three-columns-block .threeColumnColumn {
    padding: 0 12px;
  }
  /*.threeColumnColumn {
    margin-right: 12px;
  }*/

  .threeColumnColumnShadow {
    padding: 20px;
    transition: box-shadow 0.5s ease-in-out, border 0.5s ease-in-out;
  }

  .bottomPad {
    padding-top: 50px;
  }

  .headlineArea {
    padding-top: 0;
  }

  .padLeft {
    padding-left: 20px;
    padding-right: 20px;
  }

  .leftTextBoxIpad {
    width: 60%;
    padding-left: 85px;
    padding-bottom: 8.5%;
    padding-top: 60px;
    padding-right: 60px;
  }

  .blueSlidesCarousel {
    left: auto;
    right: 0;
    width: 70%;
  }
  .blueSlidesCarousel.active-item {
    right: auto;
  }
  .containerPadding {
    padding-bottom: 30px !important;
  }

  .teamMemberImg img {
    max-width: 120px;
  }

  .teamMemberImg {
    text-align: center;
  }

  .shark {
    margin-left: 20px;
    margin-right: 0;
    padding: 20px;
  }

  .lastShark {
    margin-right: 20px;
  }

  .smallerLine:after {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .testimonialsHeader span {
    font-size: 36px;
  }

	.article-content .blogPosts .threeColumnColumn:nth-child(3n+3){
		 /*margin-right: 3%;*/
	}
	.article-content .blogPosts .threeColumnColumn:nth-child(2n+2){
		 /*margin-right: 0 !important;*/
	}
}
@media (max-width: 1024px) and (min-width: 768px){
  .flexboxContainerSubhead {
    display: flex;
  }
}
@media (max-width: 900px) {
  
  .threeColumnColumn {
    /*width: calc(50% - 1rem);
    flex: 0 1 calc(50% - 1rem);*/
  }

	.article-content .blogPosts .threeColumnColumn {
		 width: calc(50% - 1rem);
	}

  .threeColumns {
    gap: 1rem;
  }
}

@media (max-width: 600px) {
  .article-content .columnMainText,
  .blogPostContent .columnMainText {
    min-height: auto;
  }

  .article-content .columnMainText {
	    padding: 10px 0 !important;
	}

  .twoColumns .twoColumnColumn,
	.threeColumns .threeColumnColumn {
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

  .carouselContainer {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }

  .carouselText {
    width: 100%;
    padding: 20px 0 39px 0;
  }

  .nav, .nav1 {
    position: relative;
  }

  .nav {
    /*max-width: 101px !important;*/
  }

  .navMobile {
    display: block !important;
  }

  .carouselBG {
    padding: 23px 0 33px;
  }

  .s, .s1 {
    margin-block-start: 0em;
    margin-block-end: 0em;
  }

  .logosSwiper {
    padding-top: 20px;
  }
  .threeColumns {
    display: block;
  }
  .three-columns-block .threeColumns {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .threeColumns {
    margin-top: 0;
  }

  .threeColumns .threeColumnColumn:first-child {
    margin-top: 42px;
  }

  .threeColumnColumn {
     width: 100%;
	 padding-bottom: 60px;
  }
  .two-columns-block .twoColumns {
    display:block;
    margin-left:0px;
    margin-right:0px;
  }

  .twoColumnColumn {
    width: 100%;
    margin-right: 30px;
  }
  .two-columns-block .twoColumnColumn.lastColumn {
    margin-top: 30px;
  }
  .three-columns-block .threeColumnColumn {
    width: 100%;
    padding: 0 0 60px;
  }

  .three-columns-block .threeColumnColumn.lastColumn {
    padding-bottom: 0;
  }

  .blogHeadlineContainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials {
    padding-top: 0px;
  }

  .blogArticlesHeadline {
    font-size: 32px !important;
  }

  .mobileRemovePadTop {
    padding-top: 0 !important;
  }

  .doubleSwipe div {
    padding: 25px 10px;
  }
  .doubleSwipe div img {
    position: unset !important;
  }
  .doubleSwipe img {
    position: unset !important;
  }

  .doubleSwiperContainer {
    height: min-content !important;
  }

  .testimonialsHeader span {
    font-size: 28px !important;
    line-height: 40px !important;
  }

  .testimonialsAuthor img {
    width: 100px !important;
  }

  .nav1 {
    margin-left: auto !important;
    width: 100px !important;
    margin-right: auto !important;
  }

  .slider1 {
    padding-bottom: 50px;
  }

  .accordion {
    padding: 15px !important;
  }

  .accordionToggle {
    top: -7px !important;
  }

  .buttonContainer {
    margin: 30px;
  }

  .accordionBodyContainer {
    display: block;
  }

  .accordionContainer {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .accordionHeadline {
    padding-left: 10px;
    padding-right: 10px;
  }

  .padddingNav {
    padding-bottom: 30px;
  }

  .testimonialsAuthor {
    display: block;
    padding-left: 0;
  }

  .personInfoContainer {
    padding-left: 0;
    padding-top: 20px;
  }

  #mktoForm_3615 {
    width: 90vw !important;
    padding: 35px 0 !important;
  }

  .teamMemberName .halfUnderlineCTA {
    font-size: 16px !important;
  }

  .teamMemberName .halfUnderlineCTA:after {
    display: none !important;
  }

  .blackToggle {
    color: #000000 !important;
  }

  .teamMember {
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    padding-left: 2%;
    padding-right: 0;
  }

  .teamMember:nth-child(odd) {
    padding-left: 0;
    padding-right: 2%;
  }

  .contactFlexbox {
    display: block;
  }

  .footerFlexBox {
    display: block;
    width: 100%;
  }

  .rightButton {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 40px;
  }

  .signupText {
    padding-bottom: 50px;
  }

  .footerColumn, .footerColumnLast {
    width: 100% !important;
  }

  .iconsContents {
    width: 100%;
    margin-left: unset;
    padding: 30px 0;
  }

  .finePrintBottom {
    display: block;
  }
  .finePrintBottom div {
    width: 100%;
  }

  .finePrintRight, .ppText {
    text-align: center;
    padding: 10px 0;
  }

  .addPadBottom {
    padding: 20px 0;
  }

  .teamMemberTitle span {
    font-size: 12px !important;
  }

  .meetTeamContainerRow {
    flex-wrap: wrap;
    flex: 50%;
    padding-bottom: 0;
  }

  .teamMember {
    padding-bottom: 40px;
  }

  .leadershipHead {
    padding-bottom: 40px;
  }

  .nav1 {
    text-align: center;
    position: unset;
    top: unset;
    left: unset;
  }

  .buttonContainer {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .teamMember {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .teamMember:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }
}
.tabToggle:focus {
  text-decoration: none !important;
}

.carouselButton:hover a {
  background: #232DD1;
  border: 2px solid #232DD1;
  transition: 0.3s ease;
}

@media (max-width: 800px) {
  .personInfoContainer {
    align-items: center;
    display: flex;
    padding-top: 30px;
    padding-left: 20px;
  }

  .nav1 {
    left: unset !important;
    top: -85px !important;
  }

  .lessPadTest {
    padding-bottom: 0px !important;
  }

  .teamMemberImg img {
    max-width: 140px;
  }
}

/*# sourceMappingURL=home.css.map */
@media screen and (max-width: 1024px){
  .galleryArea .logoContainer {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
	.galleryArea .logoContainer img {
		max-width: 100% !important;
		max-height: 75px !important;
		height: auto !important;
    margin: auto;
	}
	.galleryArea .doubleSwipe div {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 600px){
	.galleryArea .doubleSwipe div {
		padding: 10px;
	}
}
@media (max-width: 460px){
	.galleryArea .doubleSwipe div {
		padding: 5px;
	}
}
/*CIVIC STYLES*/
#ccc-necessary-title,
.optional-cookie-header
{
  font-size: 1em;
  line-height: 1.5em;
  text-align: left;
  font-weight: 700;
  margin: 0;
  padding-right: 120px;
  font-family: "Montserrat",sans-serif;
}
