.page-template-yesno .container,
.page-template-microsite .container {
  max-width: 1640px;
  margin: 0 auto;
}
.page-template-microsite h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 35px;
  font-weight: 500;
}
.hero {
  background-repeat: no-repeat;
  /* padding: 150px 0 100px; */
  padding: 0;
  color: #fff;
  background-size: cover;
}
/* .hero.no_content{padding: 400px 0 400px;} */
.hero.two_col {
  padding: 110px 0 50px;
}
.hero h1 {
  font-size: 52.5px;
  line-height: 59.8px;
  margin-bottom: 30px;
  /* color: #fff; */
}
.hero p {
  margin: 0;
  max-width: 740px;
}
.ms_header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.microsite_menu {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  display: flex;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.microsite_menu li {
  list-style: none;
  width: auto;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}
.microsite_menu li:before {
  display: none;
}
.microsite_menu li a {
  color: #fff;
}
.yes_no {
  padding: 100px 0;
  text-align: center;
}
.yes_no h2 {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #000;
}
.yes_no .btns a {
  display: inline-block;
  font-size: 20px;
  line-height: 35px;
  padding: 7px 25px;
  border: 1px solid #000;
  margin: 0 5px;
  border-radius: 50px;
  color: #000;
}
.yes_no .btns a:hover,
.yes_no .btns a.active {
  border-color: #e4520f;
  color: #fff;
  background-color: #e4520f;
}
/* .yes_no .btns a:active{
    background: #E4520F;
    color: #fff;
    border-color: #E4520F;
} */
/* .yes_no .btns a:first-child:hover{
    background: transparent;
    color: #E4520F;
} */
.yes_no .wrap {
  /* max-width: 400px; */
  margin: 0 auto;
  padding: 35px 0 0;
}
.yes_no .wrap:not(:first-child):before {
  content: "";
  display: block;
  width: 480px;
  height: 2px;
  background: #000;
  margin: 0 auto 30px;
  opacity: 0.3;
}
.about_before_footer {
  background: #3b9daa;
  padding: 35px 0 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.75em;
}
.about_before_footer .container {
  max-width: 1200px;
}
.about_before_footer h2 {
  font-size: 16px;
  margin-bottom: 0;
}
.about_before_footer p {
  margin: 0 0 25px;
}
.hero.two_col .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero.two_col .left {
  width: 700px;
}
.hero .form {
  width: 530px;
  background: #fff;
  padding: 35px 36px;
  color: #000;
  overflow: hidden;
  margin-left: auto;
}
.form .step-header,
.form .step-header ul,
.form .layout-box,
.form .droparea {
  padding: 0 !important;
}
.form .step-header li {
  flex: 0 0 1px;
  padding: 0 !important;
  position: static !important;
  display: none;
}
.form .step-header ul {
  padding: 15px 0 30px !important;
}
.form .step-header ul:before {
  content: "Step ";
}
.form .with_header_steps {
  min-height: unset !important;
  padding-bottom: 50px !important;
}
.form .step-header li.active {
  display: block;
}
.form .step-header li p,
.form .Mui-disabled {
  display: none;
}
.form .form_footer button {
  border-radius: 50px;
  background: #e4520f;
}
.form .form_footer {
  padding: 15px 0 0 !important;
}
.form .step-header button {
  min-width: unset !important;
  height: unset !important;
  width: auto;
  font-size: 16px !important;
  background: transparent !important;
  color: #152935 !important;
  line-height: 1em !important;
}
.form .step-header button:focus {
  outline: none;
}
.hero .form h2 {
  margin-bottom: 20px;
}
.hero.two_col .form > p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 30px;
}
.form #root .Toastify + div {
  position: absolute !important;
}
.orange_btn {
  display: inline-block;
  padding: 8px 25px;
  font-size: 20px;
  line-height: 35px;
  background: #e4520f;
  color: #fff;
  border-radius: 50px;
}
.orange_btn:hover {
  background: #fff;
}
.two_columns {
  padding: 90px 0;
}
.orange {
  color: #e4520f;
}
.two_columns .eyebrow {
  font-size: 14px;
  font-weight: 700;
}
.cta {
  background: #1c2b44
    url("../images/bg_pattern.png");
  background-repeat: no-repeat;
  padding: 60px 30px;
  color: #fff;
}
.cta h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 35px;
}

.grid_blog {
  padding: 80px 0;
}
.grid_blog.dark {
  background: #1c2b44
    url("../images/bg-shape pattern.png")
    no-repeat 100% -60px;
  background-repeat: no-repeat;
  text-align: center;
}
.grid_blog.dark h3 a {
  font-size: 22px;
  font-weight: 500;
}
.grid_blog img {
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 17em;
  margin-bottom: 20px;
  object-fit: cover;
}
.grid_blog .video {
  height: 17em;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.grid_blog.dark img,
.grid_blog.dark .video {
  height: 20em;
}
.grid_blog .author {
  display: block;
  text-align: left;
}
.grid_blog .video article,
.grid_blog .video iframe,
.grid_blog .video .video-container {
  height: 100%;
}
.grid_blog .video .video-container {
  margin-bottom: 0;
}
.grid_blog .date {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  color: #152935;
}
.grid_blog h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #152935;
  text-align: left;
}
.grid_blog h3 a {
  color: #152935;
}
.grid_blog.dark h3 a,
.grid_blog.dark h2,
.grid_blog.dark .author {
  color: #fff;
}
.grid_blog .tag {
  font-size: 14px;
  line-height: 30px;
  color: #3b9daa;
  background: rgba(59, 157, 170, 0.1);
  display: inline-block;
  padding: 2px 15px;
  border-radius: 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.grid_blog .btn {
  color: #e4520f !important;
  font-size: 16px;
  line-height: 35px;
}
.grid_blog h2 {
  text-align: center;
}
.full_img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.two_columns .row {
  align-items: center;
  column-gap: 70px;
}
.two_columns.Left .row {
  flex-direction: row-reverse;
}
.two_columns .orange_btn {
  margin-top: 50px;
}
.customer_stories {
  background: #1c2b44;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}
.customer_stories img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
}
.customer_stories h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
}
.customer_stories .author {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  display: block;
}
.grid_blog.has_btn .row {
  margin-bottom: 80px;
}
.faq {
  padding: 60px 0;
  text-align: center;
}
.faq ul {
  text-align: left;
  columns: 2;
  margin: 0;
  padding: 50px 0 0;
}
.faq ul:before,
.faq ul:after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}
.faq ul li {
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(21, 41, 53, 0.3);
  padding: 30px 0;
  box-sizing: border-box;
}
.faq ul li:before,
.faq li > div {
  display: none;
}
.faq li h3 {
  padding-right: 100px;
  position: relative;
  color: #152935;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  cursor: pointer;
}
.faq li h3:before,
.faq li h3:after {
  content: "";
  height: 2px;
  width: 20px;
  background: #152935;
  position: absolute;
  right: 0;
  top: 15px;
  transition: 0.3s linear all;
}
.faq li h3:after {
  transform: rotate(90deg);
}
.faq li.open h3:after {
  transform: rotate(90deg) translateY(-9999px);
}
.faq li > div {
  padding-top: 15px;
}
/* .faq li.open > div{
    display: block;
    padding-top: 15px;
} */
.faq .row {
  column-gap: 50px;
}
.two_grad {
  position: relative;
  background: linear-gradient(90deg, #d8ebee 50%, #fceee7 50%);
}
.two_grad .container:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../images/light-red.png");
  width: 208px;
  height: 160px;
}
.two_grad .row {
  gap: 120px;
}
.two_grad h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: #152935;
  margin-bottom: 30px;
}
.two_grad p {
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 30px;
}
.two_grad img {
  width: 334px;
  height: auto;
  display: block;
  margin-bottom: 26px;
  border-radius: 5px;
}
.two_grad blockquote {
  margin: 0;
}
.two_grad blockquote p {
  display: block;
  font-size: 38px;
  line-height: 42px;
  font-weight: 500;
  color: #e4520f;
  margin: 0 0 36px;
}
.two_grad cite {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  display: block;
  font-style: normal;
}
.video .video-container {
  margin-bottom: 0;
}
.video iframe {
  width: 100%;
}
.video.video-text article .video-container .play-icon {
  width: 75px;
  height: 75px;
}
.wrap2, .wrap3 {
  display: none;
}
/* .wrap + .wrap {
  pointer-events: none;
  opacity: 0.4;
  display: none;
}
.wrap + .wrap.enable {
  pointer-events: all;
  opacity: 1;
} */
@media (max-width: 1080px) {
  .two_columns {
    padding: 60px 0;
  }
  .two_columns .col,
  .faq .col {
    flex: 0 0 100%;
    padding: 0 30px;
  }
  .two_columns:not(.two_grad) .col:first-child {
    margin-bottom: 30px;
  }
  .grid_blog .col {
    flex: 0 0 50%;
    margin-bottom: 30px;
    padding: 0 30px;
  }
  .grid_blog:not(.has_btn) {
    padding-bottom: 0;
  }
  .two_columns:not(.two_grad) .row {
    flex-direction: column-reverse !important;
  }
  .grid_blog.has_btn .row {
    margin-bottom: 40px;
  }
  .faq ul {
    padding: 0;
  }
  .faq .row {
    padding-top: 40px;
  }
  .two_grad {
    position: relative;
    background: transparent;
    padding: 0;
  }
  .two_grad .row {
    row-gap: 0;
  }
  .two_grad .col:first-child {
    background: #d8ebee;
  }
  .two_grad .col:last-child {
    background: #fceee7;
  }
  .two_grad .col {
    padding: 60px 30px;
  }
}
@media (max-width: 768px) {
  .two_columns {
    padding: 45px 0;
  }
  .two_columns .col,
  .faq .col {
    padding: 0 24px;
  }
  .cta h2,
  .page-template-microsite h2 {
    font-size: 26px;
  }
  .orange_btn {
    font-size: 18px;
  }
  .grid_blog .col {
    flex: 0 0 100%;
  }
  .faq li h3 {
    font-size: 18px;
    line-height: 26px;
    padding-right: 50px;
  }
  .faq ul li {
    padding: 20px 0;
  }
  .two_grad {
    padding: 0;
  }
  .two_grad .col {
    padding: 40px 24px;
  }
  .two_grad h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .two_grad blockquote p {
    font-size: 26px;
    line-height: 34px;
  }
  .grid_blog .tag {
    font-size: 12px;
    line-height: 26px;
  }
}

/* HERO WITH BG */
.hero .form {
  position: absolute;
  top: 115px;
  right: 15vw;
}
.hero {
  position: relative;
}
@media (max-width: 1858px) {
  .hero .form {
    right: 30px;
  }
}
.banner-multi img {
  object-fit: cover;
  width: 100%;
  height: 900px;
}

@media (width: 1024px) {
  .banner-multi img {
    object-position: 41%;
  }
}
@media (max-width: 951px) {
  .banner-multi img {
    object-position: top;
    height: auto;
    width: 100%;
  }

  .banner-multi + .container .form {
    top: 0;
    width: 100%;
    right: 0;
    position: relative;
  }
  .yes_no .wrap:not(:first-child):before{
    width: 100%;
  }
}

/* SELECT FIX */
.MuiPaper-root {
  max-width: 456px !important;
}

section.two_columns.two_grad p {
  margin: 0;
}
@media (max-width: 480px) {
  .page-id-48499 section.yes_no {
    padding-top: 50px;
  }

  .page-id-48499 #banner_hero img {
    height: 375px;
    object-fit: cover;
    object-position: 78%;
  }
}
@media (max-width:575px){
  .two_grad img {
  width: 100%;
}
}
@media (min-width:680px) and (max-width:768px){
  .video.video-text article .video-container .play-icon{
      margin-top: -30px;
  }
}
section#banner_hero img {
  width: 100%;
}
@media (min-width:2200px){
  .banner-multi img {
  height: 1200px;
  object-position: bottom;
  min-height: 88vh;
}
}

/* YOUTUBE IFRAME */
@media (min-width:769px){
  .for-desktop.expandable-mobile iframe {
      height: 600px;
  }
}