@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i&display=swap');

* {
  font-family: "Source Serif 4", serif;
}

.sans {
  font-family: "Source Sans 3", sans-serif;
}
.open-sans {
  font-family: "Open Sans", sans-serif;
}

.logo {
  width: 400px;
}

.header {
  background: url("../img/bg1920.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  background-color: white;
}

.title {
  font-size: 45px;
  color: #1365ba;
  font-weight:700;
}

.fw-extrabold {
  font-weight: 900;
}

.badge-img {
  width: 200px;
  position: absolute;
  top: 180px;
  left:325px;
  margin-bottom: -120px;
}

.btn-pink {
  background-color: #ea5b68 !important;
  border-color: #ea5b68 !important;
  color: white;
}

.ls-2 {
  letter-spacing: 2px;
}

.cards {
  background-color: #0c60c7;
}

.sec-title {
  font-size: 50px;
}

.text-blue {
  color: #0c60c7;
}

.question {
  background-color: #cee0f0;
}

.icon {
  background-color: #cee0f0;
  color: #0c60c7;
  border: 1px solid #0e60c6;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 25px;
  outline: 4px solid #cee0f0;
  margin-bottom: -40px;
}

.border-blue {
  border: 1px solid #0c60c7;
}

.ls-4 {
  letter-spacing: 4px;
}

.card {
  background-color: #0c60c7;
}

body,
html {
  overflow-x: hidden;
}

img.rondel2.img-fluid {
  position: absolute;
  width: 200px;
  top: 75px;
  right: 75px;
}
.f-img {
  margin-top: -120px;
}

.tp-logo {
  width: 200px;
}

.tp-verified {
  width: 300px;
}

.nomobile{
  display:block;
}
.mobileonlyblock{
  display:none;
}
.mobileonlyinline{
  display:none;
}

.cta{
  color:white !important;
  background:#7fd3aa;
  border:1px solid #00a650;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding:5px 30px;
  font-weight:700;
  display:inline-block;
  text-decoration:none;
  letter-spacing:1px !important;
  font-size:15px;
}
.cta:hover{
  opacity:0.8;
}

.group:after, dl:after, .tpx-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#splittheatre{
  width:100px;
  height:100px;
  position:fixed;
  z-index:99998;
  background:black;
  opacity:0.7;
  filter:alpha(opacity=70);
  top:0;
  left:0;
  display:none;
}

#splitchoice *{
  font-family:'Source Sans Pro', sans-serif;
  color: #1063ba;
  letter-spacing: 0.8px;
  -webkit-font-smoothing: antialiased;
}

#splitchoice,#splitchoice2024a,#splitchoice2024b,#pbsplitchoice{
  text-align: left;
  padding:20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width:90%;
  max-width:660px;
  position:absolute;
  top:120px;
  background:white;
  z-index:99999;
  display:none;
  padding:10px 20px;
}
#pbsplitchoice {
  padding:15px 30px;
}

#splitchoice h3,#pbsplitchoice h3{
  font-family: 'Merriweather', serif;
  font-weight:400;
  font-size:28px;
  text-align:center;
  margin:0.5em;
  font-display: swap;
}

#splitchoice p,#pbsplitchoice p{
  font-weight:300;
  margin:1em 0;
}
#splitchoice p.dlbl{
  text-align: center;
  margin:0 auto;
  color:#0f65ba;
  font-size:12px;
  width:100%;
  font-weight:500;
  line-height:1.5;
}

#pbsplitchoice p.dlbl {
  text-align: center;
  margin:0 auto;
  color:#0f65ba;
  font-size:14px;
  width:100%;
  font-weight:700;
  line-height:1.5;
}

#splitchoice .dlopt,#pbsplitchoice .dlopt{
  width:100%;
  padding:0;
  margin-bottom:20px;
  text-align:center;
}
#splitchoice .dlopt:first-of-type{
  border-bottom:1px solid #0f63b9;
  border-top:3px solid #0f63b9;
  margin-top:20px;
  margin-bottom:0px;
}

#pbsplitchoice .dlopt:first-of-type{
  border-top:1px solid #87b1db;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 20px;
}

#pbsplitchoice .dlopt .left {
  float:left;
  width: calc(50% - 10px);
}

#pbsplitchoice .dlopt .right {
  float:right;
  width: calc(50% - 10px);
}

#splitchoice .dlopt h3,#pbsplitchoice .dlopt h3{
  margin:0;
}

#splitchoice .dlopt .dlbl,#pbsplitchoice .dlopt .dlbl{
  margin:0 0 0.5em;
}

#splitchoice .editorimg,#pbsplitchoice .editorimg{
  float:left;
}

#splitchoice h4,#pbsplitchoice h4{
  font-size:16px;
  margin-bottom:1em;
}

#splitchoice .inputbox,#pbsplitchoice .inputbox{
  border:1px solid #a0c1e4;
  padding:5px 10px;
  display:block;
  width:calc(50% - 30px);
  margin-bottom:1em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size:16px;
  color:#0f65ba;
  font-family:'Open Sans', 'Source Sans Pro', sans-serif;
  font-display: swap;
}
#pbsplitchoice .inputbox {
  width:calc(100% - 30px);
}

#splitchoice .inputboxp,#pbsplitchoice .inputboxp{
  margin:10px 30px 0;
}

#splitchoice .checkarea,#pbsplitchoice .checkarea{
  margin:0 auto;
  border:0;
  width:50%;
  display:block;
}
#pbsplitchoice .checkarea {
  width:95%;
}

#splitchoice .checkarea .check,#pbsplitchoice .checkarea .check{
  float:left;
  margin-right:5px;
}

#splitchoice .checkarea label,#pbsplitchoice .checkarea label{
  font-size:9px;
  opacity:0.7;
  float:left;
  display:block;
  padding-top:5px;
  color:#0f63b9;
}

#splitchoice .smallprint,#pbsplitchoice .smallprint{
  font-size:10px;
  color:#0f63b9;
}

#mobilectamyguy{
  position:fixed;
  bottom:-30px;
  right:10px;
  z-index:99997;
}

@media screen and (max-width: 767px) {
  .nomobile{
    display:none;
  }
  .mobileonlyblock{
    display:block;
  }
  .mobileonlyinline{
    display:inline;
  }

  .badge-img {
    width: 150px;
    position: relative;
    top: -135px;
    margin-bottom: -70px;
  }

  .header {
    background-image: url("../img/mob-img.png");
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: left;
  }
  .fs-4 {
    font-size: 16px !important;
  }
  .logo {
    width: 190px;
  }
  .sec-title {
    font-size: 30px;
  }
  .row.my-4.g-5 {
    margin-top: 0 !important;
  }
  .g-4,
  .gy-4 {
    --bs-gutter-y: 3rem !important;
  }
  .w-50 {
    width: 100% !important;
  }

  .position-relative.w-75.mx-auto {
    width: 100% !important;
  }
  .f-img {
    margin-top: -30px;
  }
  img.rondel2.img-fluid {
    position: absolute;
    width: 100px;
    top: 0;
    right: 0;
  }
}


#splitchoice2024b{
  border-radius: 25px;
  background-image: url(/img/20240705/b/1.jpg);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width:800px;
  font-size:12.5px;
  letter-spacing:0.8px;
}

#splitchoice2024a{
  max-width:700px;
  font-size:12.5px;
  letter-spacing:0.8px;
}

#splitchoice2024a .checkarea{
  color:#1063ba;
  font-size:13px;
}

#splitchoice2024a *, #splitchoice2024b *{
  font-family:'Source Sans Pro', sans-serif;
}

#splitchoice2024b .twoopts .left{
  width:50%;
  float:left;
  text-align:center;
  padding:20px 0;
}

#splitchoice2024b .twoopts .left p{
  margin-top:1em;
}

#splitchoice2024b .twoopts .left .checkarea label{
  color:white;
}

#splitchoice2024b .twoopts .right{
  width:calc(50% - 40px);
  float:right;
}

#splitchoice2024b .twoopts .clr{
  clear:both;
}

#splitchoice2024a .tick, #splitchoice2024b .tick{
  background: url(/img/20240705/a/3.png) no-repeat top left;
  background-size: 15px;
  padding-left: 18px;
  margin-bottom:0;
  color:#1063ba;
}

#splitchoice2024b .button{
  width:200px;
}

#splitchoice2024b .right .opt{
  background-size:200px;
  background-position:top right;
  background-repeat:no-repeat;
}

#splitchoice2024b .right .or{
  text-align:center;
  font-size:25px;
  color:#1063ba;
}

#splitchoice2024a{
  background-image: url(/img/20240705/a/1.webp);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color:white;
  border: 1px solid #2e60b4;
  border-bottom: 50px solid #2e60b4;
  padding:175px 20px 0;
  border-radius: 25px;
}

#splitchoice2024a #splitchoice_form{
  background:#f3f2f2;
  text-align:center;
  margin-bottom:20px;
  padding:20px 20px 0;
}

#splitchoice2024a #splitchoice_form .inputbox, #splitchoice2024b #splitchoice_form .inputbox{
  border:1px solid #a0c1e4;
  padding:5px 10px;
  display:block;
  width:calc(50% - 50px);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size:16px;
  color:#0f65ba;
  font-family:'Open Sans', 'Source Sans Pro', sans-serif;
  font-display: swap;
}
#splitchoice2024b #splitchoice_form .inputbox{
  width:70%;
  margin:0 auto;
}

#splitchoice2024a #splitchoice_form .checkarea{
  padding:0;
}

#splitchoice2024a .twooptssca{
  margin-top:20px;
}

#splitchoice2024a .twooptssca .left{
  float:left;
  width:calc(50% - 10px);
  text-align:left;
}

#splitchoice2024a .twooptssca .right{
  float:right;
  width:calc(50% - 10px);
  text-align:left;
}

#splitchoice2024a .twooptssca .clr{
  clear:both
}

#splitchoice2024a .twooptssca img{
  width:15px;
  margin-left:10px;
}
#splitchoice2024a .twooptssca .major{
  width:100%;
  margin-bottom:15px;
  margin-left:0;
}
#splitchoice2024a .twooptssca #dlcta img, #splitchoice2024a .twooptssca  #splitaltcta2 img{
  display:block;
  margin:0 auto;
  width:85%;
}

#splitchoice2024a .twooptssca p{
  color:#2e60b4;
  font-size:14px;
}

.headerpy{
  padding-bottom:0 !important;
}


#mobilectamyguy{
  position:fixed;
  bottom:-30px;
  right:10px;
  z-index:99997;
}

.chatwithus{
  text-align: center;
  width:320px;
}

.chatwithus h2{
  color:#55595d;
  font-size:20px;
  margin-top:1em;
  margin-bottom:0.5em;
}

.chatwithus p{
  color:#1063ba;
  font-family: "Source Sans 3", sans-serif;
  font-size:18px;
  font-weight: 700;
  letter-spacing: 3px;
  margin:0;
}

.chatwithus p.smaller{
  font-size:13px;
}

.chatwithus p a{
  color:#1063ba;
  font-size:17px;
  text-decoration: none;
  font-family: "Source Sans 3", sans-serif;
  letter-spacing: 2px;
}

@media screen and (max-width: 850px) {
  background-position:-50px 0px
}

@media screen and (max-width: 810px) {
  background-position:-100px 0px
}

.ctaform {
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  color: #1365ba;
  line-height: 1.5;
  padding:20px 0 20px;
}
.ctaform.dark{
  padding:0;
}
.ctaform.dark, .ctaform.dark h2, .ctaform.dark h3, .ctaform.dark h4, .ctaform.dark p{
  color:white;
}

.ctaform h2 {
  font-size: 1.4rem;
  white-space:nowrap;
  font-weight: 800;
  color: #1365ba;
  margin-bottom: 0.8em;
  font-family: "Source Sans 3", sans-serif;
}

.ctaform h3,
.ctaform h4 {
  font-weight: 700;
  color: #1365ba;
  margin: 1.2em 0 0;
  font-size:1rem;
  font-family: "Source Sans 3", sans-serif;
}

.ctaform h3{
  font-size:1.2rem;
}

.ctaform p {
  margin: 0.4em auto;
  font-family: "Source Sans 3", sans-serif;
  font-size:12px;
  color: #1365ba;
  width:80%;
}

.ctaform .lbbutton {
  display: inline-block;
  background: #cfe1ff;
  color: #1365ba;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2em;
  padding: 0.5em 0.8em;
  font-size: 12px;
  transition: background 0.2s;
  font-family: "Source Sans 3", sans-serif;
}
.ctaform.dark .lbbutton{
  background:#5f96de;
  color:white;
}

.ctaform .lbbutton:hover {
  background: #b7d2ff;
}

.ctaform .emailfield {
  width: 80%;
  max-width: 400px;
  padding: 0.4em 1em;
  border-radius: 2em;
  border: 1px solid #b7caff;
  font-size: 0.8rem;
  margin: 0.4em 0;
  outline: none;
  text-align: center;
}

.ctaform .emailfield::placeholder {
  color: #bbb;
}

.ctaform .orangebutton {
  display: inline-block;
  background: #fcb040;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2em;
  padding: 0.1em 1.2em;
  font-size: 1rem;
  transition: background 0.2s;
  font-family: "Source Sans 3", sans-serif;
  letter-spacing:2px;
}

.ctaform .orangebutton:hover {
  background: #fca51a;
}
