@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: 279px;
}

.header {
  background: url("../img/hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: white;
}

.title {
  font-size: 61px;
  color: #1365ba;
}

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

.badge-img {
  width: 200px;
  position: relative;
  top: -135px;
  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,#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: 992px) {
  .header {
    background: linear-gradient(
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.5)
      ),
      url("../img/hero.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-color: white;
  }
  .badge-img {
    width: 200px;
    position: relative;
    top: -160px;
    margin-bottom: -120px;
    right: 15px;
  }
  img.rondel2.img-fluid {
    position: absolute;
    width: 150px;
    top: 50px;
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .nomobile{
    display:none;
  }
  .mobileonlyblock{
    display:block;
  }
  .mobileonlyinline{
    display:inline;
  }

  .title {
    font-size: 24px;
  }

  .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: right;
  }
  .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;
  }
}
