@charset "UTF-8";
/*----------  inside pages  ----------*/
* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin-top: 0;
}

.insidepage > main .container-full,
.insidepage > main .container {
  padding-left: 15px;
  padding-right: 15px;
}

.insidepage header {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
@media (min-width: 1601px) {
  .insidepage header {
    height: auto;
    padding-top: 21%;
  }
}
@media screen and (max-width: 767px) {
  .insidepage header {
    height: auto;
    padding-top: 45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .insidepage header {
    height: auto;
    padding-top: 21%;
  }
}
.insidepage header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.insidepage header .headingContainer {
  position: relative;
  z-index: 2;
}
@media (min-width: 1601px) {
  .insidepage header .headingContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 980px) {
  .insidepage header .headingContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.insidepage header h1 {
  display: block;
  text-align: center;
  color: white;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 40px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .insidepage header h1 {
    font-size: 30px;
  }
}
.insidepage header h1 sup {
  top: -1em;
  left: 0.2em;
  font-size: 14px;
}
.insidepage header h1::after {
  content: " ";
  display: block;
  height: 2px;
  width: 100%;
  max-width: 30vw;
  background: rgb(1, 162, 228);
  background: linear-gradient(to right, rgb(1, 162, 228) 0%, rgb(12, 81, 154) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#01a2e4", endColorstr="#0c519a",GradientType=1 );
  margin: 0 auto;
  margin-top: 15px;
}
.insidepage main a {
  color: #168ebe;
}
.insidepage main a.button {
  color: #fff;
}

.breadcrumb p {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 7vw;
}
@media screen and (max-width: 767px) {
  .breadcrumb p {
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 0;
    word-break: break-word;
  }
}
.breadcrumb span {
  font-size: 16px;
  font-family: futura-pt, Verdana, sans-serif;
  letter-spacing: 0.64px;
}
.breadcrumb span.currentpage {
  color: #168ebe;
}
@media screen and (max-width: 767px) {
  .breadcrumb span {
    font-size: 14px;
    margin-right: 0.3rem;
    word-break: break-word;
  }
}
@media screen and (max-width: 374px) {
  .breadcrumb span {
    margin-right: 0.15rem;
    font-size: 13.2px;
    word-break: break-word;
  }
}
.breadcrumb span:last-child a {
  color: #168ebe;
}
.breadcrumb span a {
  color: #4c4c4c;
  text-decoration: none;
}
.breadcrumb span a:hover {
  text-decoration: underline;
}

.justContent {
  padding-top: calc(60px - 1em);
  padding-bottom: calc(60px - 1em);
}
@media screen and (max-width: 767px) {
  .justContent {
    padding-top: calc(30px - 1em);
    padding-bottom: calc(30px - 1em);
  }
}
.justContent .container-padded {
  padding-left: 7vw;
  padding-right: 7vw;
}
.justContent h2 {
  font-size: 40px;
  color: #168ebe;
  letter-spacing: 1.6px;
  font-weight: 300;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .justContent h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 374px) {
  .justContent h2 {
    font-size: 25px;
  }
}
.justContent h2 sup {
  font-size: 16px;
  top: -0.7em;
}
.justContent p {
  color: #4c4c4c;
  font-size: 20px;
  font-family: futura-pt, Verdana, sans-serif;
  letter-spacing: 0.8px;
  line-height: 1.9865;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .justContent p {
    font-size: 16px;
  }
}
.justContent p:last-child {
  margin-bottom: 0;
}
.justContent p sup {
  top: -2px;
}

/* video */
.embed-responsive {
  position: relative;
  max-height: 597px;
  max-width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .embed-responsive {
    max-width: 100%;
  }
}
.embed-responsive::after {
  content: "";
  display: block;
  padding-bottom: 56.25%; /* 16:9 */
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videosection {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .videosection {
    padding-left: 15px;
    padding-right: 15px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: futura-pt, Verdana, sans-serif;
  margin-bottom: 1em;
  clear: both;
}

.justContent h1 {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.175;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .justContent h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 300;
  color: #168ebe;
  letter-spacing: 1.6px;
}
h2 sup {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 300;
  color: #4c4c4c;
  letter-spacing: 1.4px;
  line-height: 1.2em;
}
h3 sup {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 300;
  color: #4c4c4c;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4c4c4c;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

p {
  display: block;
  color: #4c4c4c;
  font-size: 20px;
  letter-spacing: 0.8px;
  font-weight: 400;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

/* Sub Headings */
.heading_one_sub {
  font-size: 24px;
  letter-spacing: 4px;
  font-weight: 300;
  line-height: 1em;
}

.heading_two_sub {
  font-weight: 300;
  font-size: 30px;
  line-height: 1em;
}

.heading_three_sub {
  font-size: 25px;
  font-weight: 300;
  line-height: 1em;
}

.heading_four_sub {
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
}

.heading_five_sub {
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
}

.justContent h1.nopad {
  margin-bottom: 0;
}
.justContent h2.nopad {
  margin-bottom: 0;
}
.justContent h3.nopad {
  margin-bottom: 0;
}
.justContent h4.nopad {
  margin-bottom: 0;
}
.justContent h5.nopad {
  margin-bottom: 0;
}

.justContent p.bna {
  display: flex;
  justify-content: center;
}
.justContent p.bna span {
  margin: 7.5px;
}
.justContent p.bna img {
  max-width: 100%;
  height: auto;
  border: 3px solid #168ebe;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
}

/* HALF IMAGE */
article.halftextimg {
  padding-top: 130px;
  padding-bottom: 130px;
  align-items: center;
  justify-content: center;
  padding-left: 10%;
  padding-right: 10%;
}
@media screen and (max-width: 980px) {
  article.halftextimg {
    padding-top: 100px;
    padding-bottom: 100px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  article.halftextimg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.halfImgWrap {
  display: flex;
  justify-content: center;
}
.halfImgWrap img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .halfImgWrap img {
    max-width: 100%;
    height: auto;
  }
}

.halfImgContent.addsfont * {
  color: inherit !important;
}
.halfImgContent p {
  line-height: 1.9865;
}
@media screen and (max-width: 980px) {
  .halfImgContent {
    padding-top: 60px;
  }
}

.insidepage main ul {
  list-style: none;
  margin-left: 1em;
  padding-left: 0;
  list-style-position: inside;
  display: block;
  margin-bottom: 30px;
  padding-top: 30px;
}
.insidepage main ul li {
  font-size: 20px;
  color: #4c4c4c;
  padding-bottom: 24px;
  letter-spacing: 0.8px;
  line-height: 1.9865;
  position: relative;
  padding-left: 20px;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .insidepage main ul li {
    font-size: 16px;
    line-height: 1.5em;
    padding-bottom: 16px;
  }
}
.insidepage main ul li:before {
  content: "•";
  display: inline-block;
  color: #168ebe;
  position: absolute;
  font-size: 20px;
  left: 0;
}

/* .insidepage main .justContent ul {
  margin-left: 15vw;
  margin-right: 15vw;
}
@media screen and (max-width: 1170px) {
  .insidepage main .justContent ul {
    margin-left: 10vw;
    margin-right: 10vw;
  }
} */
@media screen and (max-width: 768px) {
  .insidepage main .justContent ul {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .insidepage main .justContent ul {
    margin-left: 1vw;
    margin-right: 1vw;
  }
}

.iconSet {
  padding-top: 90px;
  padding-bottom: 90px;
}
.iconSet .heading {
  text-align: center;
}
.iconSet .heading > * {
  margin-bottom: 60px;
}
.iconSet .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.iconSet .iconSingle {
  width: 25%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .iconSet .iconSingle {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .iconSet .iconSingle {
    width: 48%;
  }
}
@media screen and (max-width: 374px) {
  .iconSet .iconSingle {
    width: 100%;
  }
}
.iconSet .iconSingle p {
  display: block;
  text-align: center;
  font-size: 25px;
  color: #4c4c4c;
  width: 100%;
  padding-top: 30px;
  margin: 0 auto;
  padding-left: 4vw;
  padding-right: 4vw;
}
@media screen and (max-width: 767px) {
  .iconSet .iconSingle p {
    font-size: 18px;
  }
}
.iconSet img {
  align-self: center;
  max-width: 100%;
  height: auto;
  display: block;
}

.bnaPageSection {
  background-color: #19428e;
  padding-top: 75px;
  padding-bottom: 90px;
  color: #fff;
}
.bnaPageSection .bnaContentBox {
  color: #fff;
  padding-left: 50px;
}
@media screen and (max-width: 980px) {
  .bnaPageSection .bnaContentBox {
    padding-left: 0;
  }
}
.bnaPageSection .bnaContentBox > * {
  color: #fff;
}
.bnaPageSection .bnaContentBox strong {
  font-weight: 500;
}
.bnaPageSection .bnaContentBox a {
  color: #fff;
  text-decoration: none;
}
.bnaPageSection .bnaPageWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .bnaPageSection .bnaPageWrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1600px) {
  .bnaPageSection .bnaPageWrap.container {
    max-width: 1200px;
  }
}
.bnaPageSection .bnaimgbox {
  padding-right: 50px;
}
@media screen and (max-width: 980px) {
  .bnaPageSection .bnaimgbox {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.bnaPageSection .bnaimgbox p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .bnaPageSection .bnaimgbox img {
    max-width: 100%;
  }
}
.bnaPageSection .bnaPageImages {
  display: flex;
}
.bnaPageSection .bnaPageBefore {
  margin-right: 44px;
  margin-bottom: 27px;
}
.bnaPageSection .bnaPageBefore span {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  padding-left: 10px;
}
.bnaPageSection .bnaPageAfter span {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  text-align: right;
  padding-right: 10px;
}

/* SPECIALS */
.specialsRotator {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .specialsRotator {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1800px) {
  .specialsRotator .swiper-button-next, .specialsRotator .swiper-container-rtl .swiper-button-prev {
    right: 15%;
  }
  .specialsRotator .swiper-button-prev, .specialsRotator .swiper-container-rtl .swiper-button-next {
    left: 15%;
  }
}
.specialsRotator h3 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}
.specialsRotator p {
  text-align: center;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .specialsRotator p {
    padding-top: 25px;
  }
}
.specialsRotator .button {
  display: inline-block;
  margin: 0 auto;
}

.swiper-specials {
  height: 350px;
}
@media screen and (max-width: 767px) {
  .swiper-specials {
    height: 250px;
  }
}
.swiper-specials .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-specials .swiper-wrapper img {
  max-width: 100%;
  display: block;
}
.swiper-specials .swiper-wrapper a {
  display: block;
  cursor: pointer;
}
.swiper-specials .swiper-wrapper div:nth-child(odd) a {
  margin-left: auto;
  padding-right: 6%;
}
@media screen and (max-width: 980px) {
  .swiper-specials .swiper-wrapper div:nth-child(odd) a {
    padding-left: 12%;
  }
}
.swiper-specials .swiper-wrapper div:nth-child(even) a {
  margin-right: auto;
  padding-left: 6%;
}
@media screen and (max-width: 980px) {
  .swiper-specials .swiper-wrapper div:nth-child(even) a {
    padding-right: 12%;
  }
}

.insidepage main .justContent .twolist {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .insidepage main .justContent .twolist {
    flex-wrap: wrap;
  }
}
.insidepage main .justContent .twolist ul {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .insidepage main .justContent .twolist ul {
    width: 100%;
  }
  .insidepage main .justContent .twolist ul:last-child {
    padding-top: 0;
  }
}

.reviewsSection {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.reviewsSection .swiper-container {
  height: inherit;
}
.reviewsSection.rsBgimage {
  background-size: cover;
  background-attachment: fixed;
}
.reviewsSection .singleReview {
  padding-top: 7.25%;
  padding-bottom: 7.25%;
  max-width: 1024px;
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reviewsSection .singleReview {
    padding-top: 14.5%;
    padding-bottom: 14.5%;
  }
}
.reviewsSection .singleReview p {
  font-size: 25px;
  font-family: futura-pt, Verdana, sans-serif;
  line-height: 1.68;
  padding: 0 120px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .reviewsSection .singleReview p {
    font-size: 16px;
    padding: 0 30px;
  }
}
.reviewsSection .singleReview p.quote {
  position: relative;
}
.reviewsSection .singleReview p.quote:before {
  content: " ";
  background-image: url(images/quote.png);
  width: 83px;
  height: 63px;
  position: absolute;
  top: -30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .reviewsSection .singleReview p.quote:before {
    width: 43px;
    height: 33px;
    background-size: cover;
    top: -40px;
  }
}
.reviewsSection .singleReview p.quote:after {
  content: " ";
  background-image: url(images/quote.png);
  width: 83px;
  height: 63px;
  position: absolute;
  bottom: -30px;
  right: 0;
  transform: rotate(180deg);
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .reviewsSection .singleReview p.quote:after {
    width: 43px;
    height: 33px;
    background-size: cover;
    bottom: -20px;
  }
}
.reviewsSection .stars {
  text-align: center;
  display: block;
}
.reviewsSection .stars span {
  color: #ba9341;
  display: inline-block;
}
.reviewsSection p.cite {
  display: block;
  text-align: center;
}
.reviewsSection .reviewButton {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 5%;
}
.reviewsSection .reviewButton .button {
  display: block;
  max-width: 366px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .reviewsSection .reviewButton .button {
    max-width: 80%;
    bottom: 1%;
  }
}

.insidepage main ul li.nobullet {
  padding-left: 0;
}
.insidepage main ul li.nobullet:before {
  display: none;
}

.insidepage .lgImgHalf {
  width: 100%;
  display: block;
}
.insidepage .lgImgHalf .lgImgTxtWrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .insidepage .lgImgHalf .lgImgTxtWrap {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.insidepage .lgImgHalf .lgImgWrap {
  width: 50%;
  min-width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .insidepage .lgImgHalf .lgImgWrap {
    width: 100%;
  }
}
.insidepage .lgImgHalf .lgImgWrap img {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .insidepage .lgImgHalf .lgImgWrap img {
    height: auto;
    max-width: 100%;
  }
}
.insidepage .lgImgHalf .lgIgContentWrap {
  width: 50%;
  display: block;
  padding: calc(2.5vw + 2em);
  max-width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .insidepage .lgImgHalf .lgIgContentWrap {
    padding: calc(1vw + 2em);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .insidepage .lgImgHalf .lgIgContentWrap {
    width: 100%;
    padding: calc(1vw + 2em) 15px;
  }
}
.insidepage .lgImgHalf .lgIgContentWrap .button {
  display: inline-block;
  width: 100%;
  padding: 10px 30px;
  border: 1px solid white;
  box-shadow: none;
  margin-top: 1em;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .insidepage .lgImgHalf .lgIgContentWrap .button {
    max-width: 100%;
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 980px) {
  .insidepage .lgImgHalf .lgIgContentWrap .button {
    max-width: 80%;
    display: block;
    margin: 1em auto;
  }
}
@media screen and (max-width: 767px) {
  .insidepage .lgImgHalf .lgIgContentWrap .button {
    max-width: 100%;
    display: block;
    margin: 1em auto;
    font-size: 14px;
  }
}
.insidepage .lgImgHalf .lgIgContentWrap p:last-child {
  margin-bottom: 0;
}
.insidepage .lgImgHalf .lgIgContentWrap.fontInherit > * {
  color: inherit;
}
.insidepage .lgImgHalf .lgImgWrap.orderReverse {
  order: 1;
}
.insidepage .lgImgHalf .lgIgContentWrap.orderReverse {
  order: 0;
}

.insidepage .homesocial {
  padding-top: 30px;
}

.specialBar {
  background-color: #4c4c4c;
  width: 100%;
  min-height: 112px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 15px;
}
@media screen and (max-width: 640px) {
  .specialBar {
    flex-wrap: wrap;
  }
}
.specialBar .sbarImageWrap {
  background-color: #21dedc;
  border-radius: 50%;
  width: 143px;
  height: 143px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  bottom: -46px;
}
@media screen and (max-width: 767px) {
  .specialBar .sbarImageWrap {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 640px) {
  .specialBar .sbarImageWrap {
    display: none;
  }
}
.specialBar .sbarImageWrap img {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .specialBar .sbarImageWrap img {
    max-width: 100%;
    height: auto;
    margin-top: 0.5em;
  }
}
.specialBar p {
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
  margin-left: 15px;
}
@media screen and (max-width: 810px) {
  .specialBar p {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 640px) {
  .specialBar p {
    margin-left: 0;
  }
}
.specialBar .aform {
  margin-left: 25px;
  display: flex;
}
@media screen and (max-width: 560px) {
  .specialBar .aform {
    margin-left: 0;
  }
}
.specialBar .aform label {
  display: none !important;
}
.specialBar .aform input {
  height: 35px;
  font-size: 16px;
}
.specialBar .aform input[type=email] {
  text-indent: 10px;
  width: 262px;
}
@media screen and (max-width: 810px) {
  .specialBar .aform input[type=email] {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .specialBar .aform input[type=email] {
    max-width: 222px;
  }
}
.specialBar .aform input::-webkit-input-placeholder {
  color: #3f4241;
  opacity: 1;
}
.specialBar .aform input:-moz-placeholder {
  color: #3f4241;
  opacity: 1;
}
.specialBar .aform input::-moz-placeholder {
  color: #3f4241;
  opacity: 1;
}
.specialBar .aform input:-ms-input-placeholder {
  color: #3f4241;
  opacity: 1;
}
.specialBar .aform input[type=submit] {
  background-color: #21dedc;
  border: none;
  text-transform: uppercase;
  color: #fff;
  margin-left: 10px;
}

/*
 * Default WP Alignment Classes
 *****************************************************************************/
img.alignright, img.alignleft, img.aligncenter, img.alignnone, .caption {
  display: block;
  height: auto;
  margin: 0 auto 1em;
  max-width: 100%;
}

.aligncenter, .alignleft, .alignright {
  display: block;
  padding: 0;
}

.aligncenter {
  float: none;
  margin: 0.5em auto 1em;
}

.alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}

.wp-caption {
  padding: 5px 0;
  border: 1px solid #555;
  background: #444;
  text-align: center;
}

.wp-caption img {
  display: inline;
}

.wp-caption p.wp-caption-text {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
}

img.alignright, img.alignleft {
  float: none;
}
@media (min-width: 768px) {
  img.alignright, img.alignleft {
    margin-bottom: 1em;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  img.alignleft {
    float: left;
    margin-right: 2.5em;
  }
}

@media (min-width: 768px) {
  img.alignright {
    float: right;
    margin-left: 2.5em;
  }
}

/* BLOG */
.insidepage main .filterWrap {
  text-align: center;
}
.insidepage main .filterWrap a {
  text-decoration: none;
  color: #168ebe;
  font-size: 20px;
  color: #168ebe;
  text-transform: uppercase;
}
.insidepage main .filterWrap a.is-active span {
  transform: rotate(90deg);
  transform-origin: center;
}
.insidepage main .filterWrap a span {
  display: inline-block;
}
.insidepage main .filterWrap ul#catlist {
  list-style-type: none;
  text-align: left;
  display: none;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: 12px;
  padding: 40px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .insidepage main .filterWrap ul#catlist {
    padding-bottom: 15px;
  }
}
.insidepage main .filterWrap ul#catlist.is-active {
  display: flex;
}
.insidepage main .filterWrap ul#catlist li {
  opacity: 0;
  font-size: 12px;
  padding: 0 15px 30px 0;
  list-style-type: none;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .insidepage main .filterWrap ul#catlist li {
    width: 100%;
    padding-bottom: 20px;
  }
}
.insidepage main .filterWrap ul#catlist li:before {
  display: none;
}
.insidepage main .filterWrap ul#catlist li a {
  display: inline-block;
  color: #4c4c4c;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .insidepage main .filterWrap ul#catlist li a {
    font-size: 16px;
  }
}

.bloglandingWrap {
  padding-top: 60px;
}
@media (min-width: 1600px) {
  .bloglandingWrap {
    max-width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  .bloglandingWrap {
    padding-top: 30px;
  }
}
.bloglandingWrap .hblogHolder {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .bloglandingWrap .hblogHolder {
    padding: 0 15px;
  }
}
.bloglandingWrap .card {
  border: 2px solid #f4f4f4;
  box-shadow: 0 2px 30px #e3e3e3;
  padding: 30px;
  max-width: 427px;
  margin-bottom: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  width: 30.303030303%;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 1170px) {
  .bloglandingWrap .card {
    padding: 15px;
  }
}
@media screen and (max-width: 980px) {
  .bloglandingWrap .card {
    width: 47.619047619%;
  }
}
@media screen and (max-width: 640px) {
  .bloglandingWrap .card {
    width: 100%;
    margin-bottom: 30px;
  }
}
.bloglandingWrap .card:hover {
  border: 2px solid #20dedc;
  box-shadow: 0 2px 30px rgb(205, 202, 202);
}
.bloglandingWrap .card .cardTitle {
  font-size: 20px;
  color: #168ebe;
  text-transform: uppercase;
  font-weight: 300;
}
.bloglandingWrap .card img {
  border-radius: 0;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  display: block;
  max-width: 100%;
  height: auto;
}
.bloglandingWrap .card .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.bloglandingWrap .card .card-body p {
  text-align: left;
}
.bloglandingWrap .meta {
  font-size: 12px;
}
.bloglandingWrap .meta a {
  color: #168ebe;
  text-decoration: none;
}
.bloglandingWrap .meta a:hover {
  text-decoration: underline;
}
.bloglandingWrap .button {
  width: 100%;
  max-width: 220px;
  min-width: 0;
  font-size: 15px;
  padding: 10px 15px;
  margin: 0 auto;
  box-shadow: 1px 1px 7px 3px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

.blogPost p.meta {
  font-size: 16px;
}
.blogPost p.meta a {
  color: #168ebe;
  text-decoration: none;
}

.nav-links {
  margin: 0 auto;
  text-align: center;
  color: #4c4c4c;
  overflow: hidden;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .nav-links {
    margin-bottom: 30px;
  }
}
.nav-links a {
  color: #4c4c4c;
  font-size: 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-links a {
    font-size: 16px;
  }
}
.nav-links span {
  color: #4c4c4c;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .nav-links span {
    font-size: 16px;
  }
}
.nav-links span.current {
  color: #168ebe;
}
.nav-links a.next.page-numbers {
  float: right;
}
.nav-links a.prev.page-numbers {
  float: left;
}

.single-post .justContent p {
  overflow: initial;
}

.single-post .justContent img.alignleft,
.single-post .justContent img.alignright {
  margin-top: 1.5em;
}

.single-post .singleNavLink {
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-post .singleNavLink .grid {
  justify-content: space-between;
  width: 100%;
}
.single-post .singleNavLink .prevlink {
  float: left;
  padding-left: 7vw;
  color: #4c4c4c;
}
.single-post .singleNavLink .prevlink a {
  color: #4c4c4c;
}
.single-post .singleNavLink .prevlink a:hover {
  color: #168ebe;
}
.single-post .singleNavLink .nextlink {
  float: right;
  padding-right: 7vw;
  color: #4c4c4c;
}
.single-post .singleNavLink .nextlink a {
  color: #4c4c4c;
}
.single-post .singleNavLink .nextlink a:hover {
  color: #168ebe;
}

/* AFORM SPECIALS */
.specialFormWrap {
  background-image: url(images/LIPSG_DBMS.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
  background-position: 50%;
}
.specialFormWrap h2 {
  text-align: center;
  display: block;
  line-height: 1em;
}
.specialFormWrap p {
  text-align: center;
  margin-bottom: 30px;
}

.specialFormArea {
  width: 100%;
  margin: 0 auto;
}
.specialFormArea .aform {
  background-color: #fff;
  box-shadow: 1px 3px 7px 2px rgba(0, 0, 0, 0.2);
  padding: 60px 10%;
}
@media screen and (max-width: 1199px) {
  .specialFormArea .aform {
    padding: 30px 30px;
  }
}

.specialFormWrap .disclaimer p {
  font-size: 14px;
  font-style: italic;
  padding-top: 20px;
  max-width: 980px;
  margin: 0 auto;
}

.specialsForm {
  display: flex;
  /* radio buttons */
}
@media screen and (max-width: 767px) {
  .specialsForm {
    flex-wrap: wrap;
  }
}
.specialsForm fieldset {
  display: flex;
  flex: 0 1 50%;
  border: none;
  margin: 0;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .specialsForm fieldset {
    padding: 0 15px;
    flex: 0 1 100%;
    width: 100%;
  }
}
.specialsForm .field-required label::after {
  content: "*";
  display: inline-block;
}
.specialsForm label {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #4c4c4c;
}
.specialsForm input[type=text],
.specialsForm input[type=email],
.specialsForm textarea,
.specialsForm select {
  border: 1px solid #4c4c4c;
  width: 100%;
  display: block;
  text-indent: 3px;
}
.specialsForm input[type=text],
.specialsForm input[type=email] {
  height: 30px;
}
.specialsForm .cancellation p {
  padding-top: 30px;
  text-align: left;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 0;
}
.specialsForm .type-radiobuttons div {
  display: flex;
}
.specialsForm .type-radiobuttons div label {
  font-weight: 400;
}
.specialsForm .type-radiobuttons div input {
  margin-right: 10px;
  border: 1px solid #4c4c4c;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: rgb(255, 255, 255);
  height: 14px;
  width: 14px;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  transition: 0.3s ease-in-out;
}
.specialsForm .type-radiobuttons div input:checked::before {
  position: absolute;
  content: " ";
  color: #168ebe;
  width: 14px;
  height: 14px;
  background-color: #168ebe;
  border-radius: 50%;
  top: -1px;
  left: -1px;
}
.specialsForm .field-wrap {
  margin-bottom: 20px;
}
.specialsForm select {
  width: auto;
}
.specialsForm .type-checkbox {
  display: flex;
}
.specialsForm .type-checkbox label {
  margin-right: 10px;
  margin-bottom: 0;
}
.specialsForm .type-checkbox input {
  border: 1px solid #4c4c4c;
}
.specialsForm .submit-btn {
  font-size: 16px;
  padding: 10px 10px;
  min-width: 0;
  width: 230px;
  box-shadow: -1px 2px 7px 0px rgba(0, 0, 0, 0.3);
}

/* inline radio circles */
.specialsForm .type-radiobuttons.field-wrap {
  display: flex;
  flex-wrap: wrap;
}
.specialsForm .type-radiobuttons.field-wrap > label {
  width: 100%;
}
.specialsForm .type-radiobuttons.field-wrap > div {
  align-self: flex-start;
  flex: 0 1 auto;
}
@media screen and (max-width: 980px) {
  .specialsForm .type-radiobuttons.field-wrap > div {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .specialsForm .type-radiobuttons.field-wrap > div {
    flex: 0 1 100%;
    margin-bottom: 15px;
    align-items: flex-start;
  }
}
.specialsForm .type-radiobuttons.field-wrap > div input {
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .specialsForm .type-radiobuttons.field-wrap > div input {
    margin-right: 10px;
  }
}
.specialsForm .type-radiobuttons.field-wrap > div label {
  margin-bottom: 0;
  margin-right: 10px;
}
.specialsForm .type-radiobuttons.field-wrap > div label span {
  display: block;
  font-size: 12px;
  font-style: italic;
}

/* AFORM SPECIALS */
/* AFORMS ON PAGE */
.insidepage main .aform:not(.specialsForm) {
  /* checkbox */
  /* radio buttons */
  /* inline radio circles */
}
.insidepage main .aform:not(.specialsForm) label {
  font-size: 20px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #4c4c4c;
}
@media screen and (max-width: 767px) {
  .insidepage main .aform:not(.specialsForm) label {
    font-size: 16px;
  }
}
.insidepage main .aform:not(.specialsForm) select {
  padding-top: 5px;
}
.insidepage main .aform:not(.specialsForm) select option {
  margin-right: 1em;
}
.insidepage main .aform:not(.specialsForm) input[type=text],
.insidepage main .aform:not(.specialsForm) input[type=email],
.insidepage main .aform:not(.specialsForm) textarea {
  border: 1px solid black;
  width: 100%;
  display: block;
  color: #4c4c4c;
}
.insidepage main .aform:not(.specialsForm) input[type=text],
.insidepage main .aform:not(.specialsForm) input[type=email] {
  height: 35px;
  text-indent: 3px;
  color: #4c4c4c;
}
.insidepage main .aform:not(.specialsForm) .field-wrap {
  margin-bottom: 1em;
}
.insidepage main .aform:not(.specialsForm) .button.blue {
  font-size: 14px;
  min-width: 100px;
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.3);
}
.insidepage main .aform:not(.specialsForm) .type-checkbox {
  display: flex;
  align-items: center;
}
.insidepage main .aform:not(.specialsForm) .type-checkbox label {
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
}
.insidepage main .aform:not(.specialsForm) input[type=checkbox] {
  margin-top: -30px;
}
.insidepage main .aform:not(.specialsForm) input[type=checkbox] {
  font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  width: 15px;
  height: 15px;
  margin: 0;
  margin-right: 1px;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
  appearance: none;
}
.insidepage main .aform:not(.specialsForm) input[type=checkbox]:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 15px;
  position: absolute;
  cursor: pointer;
  height: 15px;
  width: 15px;
  left: 0px;
  font-size: 10px;
  background: #fff;
  border: 1px solid black;
  top: 1px;
}
.insidepage main .aform:not(.specialsForm) input[type=checkbox]:checked:after {
  background: #1a428e;
  content: "✓";
  color: #fff;
  font-family: sans-serif;
}
.insidepage main .aform:not(.specialsForm) .disclaimer {
  line-height: 1;
  font-size: 16px;
  display: block;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .insidepage main .aform:not(.specialsForm) .disclaimer {
    font-size: 14px;
  }
}
.insidepage main .aform:not(.specialsForm) h2, .insidepage main .aform:not(.specialsForm) h3, .insidepage main .aform:not(.specialsForm) h4 {
  margin-top: 1em;
}
.insidepage main .aform:not(.specialsForm) .type-radiobuttons div {
  display: flex;
}
.insidepage main .aform:not(.specialsForm) .type-radiobuttons div label {
  font-weight: 400;
}
.insidepage main .aform:not(.specialsForm) .type-radiobuttons div input {
  margin-right: 10px;
  border: 1px solid #4c4c4c;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: rgb(255, 255, 255);
  height: 14px;
  width: 14px;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  transition: 0.3s ease-in-out;
}
.insidepage main .aform:not(.specialsForm) .type-radiobuttons div input:checked::before {
  position: absolute;
  content: " ";
  color: #168ebe;
  width: 14px;
  height: 14px;
  background-color: #168ebe;
  border-radius: 50%;
  top: -1px;
  left: -1px;
}
.insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap {
  display: flex;
  flex-wrap: wrap;
}
.insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap > label {
  width: 100%;
  margin-bottom: 10px;
}
.insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap > div {
  align-self: flex-start;
  flex: 0 1 auto;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap > div {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap > div {
    flex: 0 1 100%;
    margin-bottom: 15px;
    align-items: center;
  }
}
.insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap > div input {
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap > div input {
    margin-right: 10px;
  }
}
.insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap > div label {
  margin-bottom: 0;
  margin-right: 15px;
  width: auto;
}
.insidepage main .aform:not(.specialsForm) .type-radiobuttons.field-wrap > div label span {
  display: block;
  font-size: 12px;
  font-style: italic;
}

/* wrap widths */
.max-100 {
  max-width: 100%;
  margin: 0 auto;
}

.max-75 {
  max-width: 75%;
  margin: 0 auto;
}

.max-50 {
  max-width: 50%;
  margin: 0 auto;
}

.max-48 {
  max-width: 48%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .max-100,
  .max-75,
  .max-50 {
    max-width: 100%;
  }
}
.bgsettings, .landing_layouts .wave_cta, .landing_header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.landing_layouts h1 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}
.landing_layouts h2 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}
.landing_layouts h3 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}
.landing_layouts h4 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}
.landing_layouts h5 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}
.landing_layouts h6 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}
.landing_layouts sup {
  font-size: inherit;
  font-size: 65%;
}

.landing_header {
  padding-top: 60px;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .landing_header {
    background-image: unset !important;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .landing_header {
    display: block;
    min-height: unset;
  }
}
.landing_header:after {
  content: "";
  background: #000;
  inset: 0;
  opacity: 0.34;
  position: absolute;
}
@media (max-width: 980px) {
  .landing_header:after {
    display: none;
  }
}
.landing_header .topbar {
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  padding-inline: 4%;
  margin-inline: auto;
  position: relative;
  z-index: 33;
  width: 100%;
}
@media (max-width: 980px) {
  .landing_header .topbar {
    background: #19428E;
    padding: 20px;
  }
}
.landing_header .mobimg {
  display: none;
}
@media (max-width: 980px) {
  .landing_header .mobimg {
    display: block;
    width: 100%;
  }
  .landing_header .mobimg img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .landing_header .logo {
    max-width: 45%;
  }
}
.landing_header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.landing_header .phone a {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .landing_header .phone a {
    font-size: 1rem;
    font-weight: 400;
  }
}
.landing_header .cnt {
  position: relative;
  z-index: 33;
  color: #fff;
  padding-inline: 4%;
  width: 100%;
  max-width: 50vw;
  container-type: inline-size;
  border: none;
  align-self: flex-start;
}
@media screen and (max-width: 1360px) {
  .landing_header .cnt {
    max-width: 60vw;
  }
}
@media screen and (max-width: 1024px) {
  .landing_header .cnt {
    max-width: 80vw;
  }
}
@media (max-width: 980px) {
  .landing_header .cnt {
    max-width: 100%;
    background: #19428E;
    padding-block: 30px;
  }
}
@media (max-width: 767px) {
  .landing_header .cnt {
    background: #19428E;
    padding-block: 30px;
  }
}
.landing_header h1 {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.2em;
  color: #beebfd;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  margin-block: 0 0.5rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .landing_header h1 {
    font-size: 24px;
    text-wrap: balance;
  }
}
.landing_header h2 {
  font-weight: normal;
  font-size: 45px;
  color: #fff;
}
@media (max-width: 767px) {
  .landing_header h2 {
    font-size: 36px;
  }
}
.landing_header h3 {
  font-weight: 100;
  font-size: 70px;
  line-height: 89px;
  color: #fff;
  border-top: 1px solid #BEEBFD;
  padding-top: 2rem;
  margin-block: 0;
}
.landing_header h3 strong {
  font-weight: 700;
}
@media screen and (max-width: 1360px) {
  .landing_header h3 {
    line-height: 11cqw;
    font-size: 10cqw;
  }
}
@media (max-width: 767px) {
  .landing_header h3 {
    font-size: 40px;
    line-height: 1.15;
  }
}

.landing_layouts .wave_cta {
  background-image: url(images/wavebg_01.jpg);
  color: #fff;
  position: relative;
  text-align: center;
  padding-block: 120px;
}
@media (max-width: 767px) {
  .landing_layouts .wave_cta {
    padding-block: 70px;
  }
}
.landing_layouts .wave_cta:after {
  content: "";
  background: #0d224d;
  inset: 0;
  opacity: 0.5;
  position: absolute;
}
.landing_layouts .wave_cta .cnt {
  position: relative;
  z-index: 23;
  padding-inline: 4%;
}
.landing_layouts .wave_cta p {
  color: currentColor;
  font-weight: normal;
  font-size: 28px;
}
@media (max-width: 767px) {
  .landing_layouts .wave_cta p {
    text-wrap: balance;
  }
}
.landing_layouts .wave_cta h2 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #beebfd;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .landing_layouts .wave_cta h2 {
    font-size: 26px;
    text-wrap: balance;
  }
}
.landing_layouts .wave_cta .new-button {
  color: #fff;
}

.btnwrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-button {
  display: inline-block;
  text-decoration: none;
  font-size: 22px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  line-height: 1;
  border: 2px solid currentColor;
  border-radius: 66px;
  padding-inline: 2rem;
  padding-block: 1rem;
  color: currentColor;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.new-button:hover {
  background: #19428E;
}

.landing_layouts .blue_content {
  background: #19428E;
  color: #fff;
  padding-block: 80px;
}
@media (max-width: 767px) {
  .landing_layouts .blue_content {
    padding-block: 60px;
  }
}
.landing_layouts .blue_content .cnt {
  padding-inline: 4%;
  max-width: calc(980px + 8%);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .landing_layouts .blue_content .cnt {
    max-width: 100%;
    padding-inline: 8%;
  }
}
.landing_layouts .blue_content p {
  color: currentColor;
  font-size: 26px;
  text-align: center;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .landing_layouts .blue_content p {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
.landing_layouts .blue_content p:last-of-type {
  margin-block: 0;
}
.landing_layouts .blue_content h2 {
  color: #fff;
  text-align: center;
  font-size: 62px;
  margin-block: 0 1rem;
}
@media (max-width: 980px) {
  .landing_layouts .blue_content h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .landing_layouts .blue_content h2 {
    font-size: 35px;
    margin-block: 0 2rem;
  }
}
.landing_layouts .blue_content h3 {
  color: #beebfd;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
}
@media (max-width: 767px) {
  .landing_layouts .blue_content h3 {
    font-size: 30px;
  }
}

.landing_layouts .half_image_block.gray-bg {
  background: #E8E8E8;
}
.landing_layouts .half_image_block.reverse .flex {
  flex-direction: row-reverse;
}
.landing_layouts .half_image_block .flex {
  display: flex;
}
@media (max-width: 980px) {
  .landing_layouts .half_image_block .flex {
    flex-wrap: wrap;
  }
}
.landing_layouts .half_image_block .colimg {
  min-width: 460px;
  width: 33%;
}
@media (max-width: 980px) {
  .landing_layouts .half_image_block .colimg {
    width: 100%;
    order: -1;
    min-width: unset;
  }
}
.landing_layouts .half_image_block .colimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .landing_layouts .half_image_block .colimg img {
    aspect-ratio: 4/5;
    object-fit: cover;
  }
}
.landing_layouts .half_image_block .colcnt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
}
.landing_layouts .half_image_block .colcnt .cnt {
  padding: 80px;
  width: 100%;
  height: 100%;
  min-width: 0;
}
@media (min-width: 1920px) {
  .landing_layouts .half_image_block .colcnt .cnt {
    width: unset;
    height: unset;
    padding: 0;
  }
}
@media (max-width: 980px) {
  .landing_layouts .half_image_block .colcnt .cnt {
    padding: 4%;
    padding-block: 40px;
  }
}
.landing_layouts .half_image_block h2 {
  color: #000;
  margin-block: 0 1rem;
  text-transform: uppercase;
}
.landing_layouts .half_image_block h3 {
  color: #19428E;
  font-weight: 700;
}
.landing_layouts .half_image_block ul {
  margin-left: 1.5rem;
}
.landing_layouts .half_image_block ul li::before {
  color: #000;
}
.landing_layouts .half_image_block .btnwrap {
  margin-top: 50px;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .landing_layouts .half_image_block .btnwrap {
    justify-content: center;
  }
}
.landing_layouts .half_image_block .btnwrap .new-button {
  border-color: #19428E;
  color: #19428E;
}
.landing_layouts .half_image_block .btnwrap .new-button:hover {
  color: #fff;
}

.landing_layouts .icon_block {
  background: linear-gradient(90deg, rgb(22, 142, 190) 0%, rgb(25, 66, 142) 100%);
  padding-block: 100px 90px;
}
@media (max-width: 767px) {
  .landing_layouts .icon_block {
    padding-block: 60px;
  }
}
.landing_layouts .icon_block .containerz {
  padding-inline: 4%;
  color: #fff;
  text-align: center;
  max-width: 90vw;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .landing_layouts .icon_block .containerz {
    max-width: 100%;
  }
}
.landing_layouts .icon_block .containerz h2 {
  color: currentColor;
  text-transform: uppercase;
  margin-block: 0 1ch;
}
.landing_layouts .icon_block .containerz h3 {
  color: #beebfd;
  font-weight: 700;
  text-transform: uppercase;
  margin-block: 0 3rem;
}
.landing_layouts .icon_block .containerz p {
  color: currentColor;
  font-size: 26px;
}
@media (max-width: 767px) {
  .landing_layouts .icon_block .containerz p {
    font-size: 20px;
    text-wrap: balance;
    line-height: 1.35;
  }
}
.landing_layouts .icon_block .containerz .griditems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 90px;
  gap: 60px;
}
@media (max-width: 767px) {
  .landing_layouts .icon_block .containerz .griditems {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
}
.landing_layouts .icon_block .containerz .singlegrid {
  display: grid;
  grid-template-columns: 90px 1fr;
  text-align: left;
  align-items: center;
  font-weight: bold;
  font-size: 26px;
  gap: 2.25rem;
}
@media (max-width: 980px) {
  .landing_layouts .icon_block .containerz .singlegrid {
    grid-template-columns: 50px 1fr;
    font-size: 1.15rem;
    gap: 1rem;
    display: block;
    text-align: center;
    text-wrap: balance;
  }
}
.landing_layouts .icon_block .containerz .singlegrid img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .landing_layouts .icon_block .containerz .singlegrid img {
    margin-bottom: 1rem;
  }
}
.landing_layouts .icon_block .btnwrap {
  margin-top: 90px;
}
.landing_layouts .icon_block .new-button {
  color: currentColor;
}

.landing_layouts .results_block {
  background: #E8E8E8;
  padding-block: 60px 90px;
  padding-block: 40px;
}
.landing_layouts .results_block .containerz {
  max-width: 1170px;
  margin-inline: auto;
  padding-inline: 4%;
}
.landing_layouts .results_block h2 {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-block: 0 1rem;
}
.landing_layouts .results_block h3 {
  font-weight: 700;
  text-align: center;
  color: #19428E;
}
.landing_layouts .results_block p {
  font-size: 26px;
  text-align: center;
}
@media (max-width: 767px) {
  .landing_layouts .results_block p {
    font-size: 1.35rem;
    text-wrap: balance;
  }
}
.landing_layouts .results_block .landingtabs {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .landing_layouts .results_block .landingtabs {
    margin-top: 40px;
  }
}
.landing_layouts .results_block .landingtabs .tabswrap {
  display: flex;
  gap: 1px;
}
@media (max-width: 767px) {
  .landing_layouts .results_block .landingtabs .tabswrap {
    flex-wrap: wrap;
    gap: 0;
  }
}
.landing_layouts .results_block .landingtabs .tabswrap .singletab {
  width: 100%;
}
.landing_layouts .results_block .landingtabs .tabswrap .singletab:has(button.fake-active) button {
  background: #158EBE;
}
.landing_layouts .results_block .landingtabs .tabswrap .singletab button {
  all: unset;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: center;
  padding-block: 1.5rem;
  font-size: 36px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-top-right-radius: 22px;
  border-top-left-radius: 22px;
  color: #beebfd;
  background: #19428E;
  font-weight: 300;
  container-type: inline-size;
}
@media (max-width: 767px) {
  .landing_layouts .results_block .landingtabs .tabswrap .singletab button {
    border-radius: 0;
    font-size: 8cqw;
  }
}
.landing_layouts .results_block .landingtabs .tabswrap .singletab button.is-active {
  background: #158EBE;
  font-weight: 700;
}
.landing_layouts .results_block .vnas {
  display: none;
  background: #fff;
  padding: 42px;
  border-top: 20px solid #19428E;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .landing_layouts .results_block .vnas {
    gap: 5px;
    border-top: unset;
    padding: 1rem;
    flex-wrap: wrap;
  }
}
.landing_layouts .results_block .vnas.is-active.first-load {
  border-top-color: #19428E;
}
.landing_layouts .results_block .vnas.is-active {
  display: flex;
  border-top-color: #158EBE;
}
.landing_layouts .results_block .vnas span {
  font-size: 1rem;
  color: #000;
  display: inline-block;
  margin-top: 10px;
}
.landing_layouts .results_block .vnas img {
  display: block;
  width: 100%;
  height: auto;
}
.landing_layouts .results_block .disc {
  font-size: 12px;
  text-align: right;
  display: block;
  margin-right: 40px;
  margin-block: -30px 30px;
}
@media (max-width: 767px) {
  .landing_layouts .results_block .disc {
    margin-block: 1ex 1rem;
    margin-right: 0;
    font-size: 9px;
  }
}
.landing_layouts .results_block .below {
  margin-top: 60px;
  font-size: 26px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .landing_layouts .results_block .below {
    margin-top: 30px;
  }
}
.landing_layouts .results_block .btnwrap {
  margin-top: 80px;
}
.landing_layouts .results_block .btnwrap .new-button {
  border-color: #19428E;
  color: #19428E;
}
.landing_layouts .results_block .btnwrap .new-button:hover {
  color: #fff;
}

.landing_layouts .full_width_image_blue {
  background: #0d234d;
  text-align: center;
  color: #fff;
  padding-block: 120px 0;
}
@media (max-width: 980px) {
  .landing_layouts .full_width_image_blue {
    padding-block: 60px 0;
  }
}
.landing_layouts .full_width_image_blue .cnt {
  padding-inline: 4%;
  color: #fff;
}
.landing_layouts .full_width_image_blue .cnt h2 {
  color: currentColor;
  text-transform: uppercase;
  font-size: 62px;
  margin-block: 0 1rem;
}
@media (max-width: 767px) {
  .landing_layouts .full_width_image_blue .cnt h2 {
    font-size: 30px;
    text-wrap: balance;
  }
}
.landing_layouts .full_width_image_blue .cnt h3 {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.2em;
  color: #beebfd;
}
@media (max-width: 767px) {
  .landing_layouts .full_width_image_blue .cnt h3 {
    font-size: 24px;
    text-wrap: balance;
  }
}
.landing_layouts .full_width_image_blue .cnt p {
  color: currentColor;
  text-wrap: balance;
  padding-inline: 10vw;
  font-size: 26px;
  line-height: 40px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .landing_layouts .full_width_image_blue .cnt p {
    font-size: 1.15rem;
    line-height: 1.75;
    padding-inline: 0;
  }
}
.landing_layouts .full_width_image_blue .figure {
  display: block;
  width: 100%;
}
.landing_layouts .full_width_image_blue .figure img {
  display: block;
  width: 100%;
  height: auto;
}

.landing_layouts .landing_footer {
  padding-block: 90px 40px;
  background: #168EBE;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .landing_layouts .landing_footer {
    padding-block: 40px;
  }
}
.landing_layouts .landing_footer .containerz {
  padding-inline: 4%;
}
.landing_layouts .landing_footer h2 {
  color: currentColor;
  text-transform: uppercase;
  font-size: 62px;
  margin-block: 0 1rem;
}
@media (max-width: 767px) {
  .landing_layouts .landing_footer h2 {
    font-size: 40px;
  }
}
.landing_layouts .landing_footer p {
  color: currentColor;
  text-wrap: balance;
  padding-inline: 10vw;
  font-size: 26px;
  line-height: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .landing_layouts .landing_footer p {
    font-size: 1.15rem;
    line-height: 1.75;
    padding-inline: 0;
  }
}
.landing_layouts .landing_footer .btnwrap {
  margin-block: 60px;
}
.landing_layouts .landing_footer .new-button {
  color: currentColor;
}
.landing_layouts .landing_footer .cpyw p {
  font-size: 1rem;
  margin-block: 0;
}
@media (max-width: 767px) {
  .landing_layouts .landing_footer .cpyw p {
    font-size: 12px;
  }
}

.section-cardblock {
  margin: 50px 0;
}
.section-cardblock .title {
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .section-cardblock .container {
    max-width: 1350px;
  }
}
.section-cardblock .card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.section-cardblock .card-grid .card {
  flex: 1 1 30%;
  max-width: 33%;
  padding: 30px;
  background: #d9ebf6;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 980px) {
  .section-cardblock .card-grid .card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.section-cardblock .card-grid .card p {
  line-height: 1.9865;
}
.section-cardblock .card-grid .card h3 {
  font-size: 2rem;
  color: #19428e;
}
@media screen and (max-width: 980px) {
  .section-cardblock .card-grid .card h3 {
    font-size: 1.5rem;
  }
}
.section-cardblock .card-grid .card figure {
  margin: 0;
}
.section-cardblock .card-grid .card figure img {
  display: block;
  width: 100%;
  height: auto;
}
