/* Add your CSS styles here */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap')

.raleway-bold {
  font-family: "Raleway",sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body {
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,h2,h3,h4,h5 { margin-bottom:20px; font-weight: normal; }

h3 { font-size: 1.6rem;}
h2 { font-size: 2.0rem;}
h1 { font-size:2.8rem; text-align:center; letter-spacing: -0.05rem;}
h4 { font-size: 1.3rem;}
p { margin-bottom:15px; line-height: 1.6rem;}
li { margin-left: 15px; padding: 10px;}
img { max-width: 100%;}

section {
  margin-bottom: 30px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px ;
}

.upper{ text-transform: uppercase;}
.bolder { font-weight: bold; }

.top0 { margin-top: 0px;}
.top10 { margin-top: 10px;}
.top20 { margin-top: 20px;}
.top50 { margin-top: 50px;}
.bottom0 { margin-bottom: 0;}
.bottom20 { margin-bottom: 20px;}
.bottom50 { margin-bottom: 50px;}
.topBottomPad0 { padding-top: 0; padding-bottom: 0;}
.maxW450 { max-width: 450px; margin: 0 auto; margin-bottom: 20px;}
.padd40 { padding: 40px 0;}
.padd0 { padding: 0;}
.max900 { max-width:900px; margin: 0 auto;}

.left { float: left;}
.right { float: right;}
.clear { clear: both;}
.white { background-color: #ffffff; }
.grey { background-color: #f5f6f7;}
.center { text-align: center; }
.blue { background-color: #e7f1f4;}
.yellow { background-color: #77c4db85;}
.blueBorder { border: 1px solid #77c4db; }
.black { background-color: #000;}



header {
    background-color: #c9d1d6;
    color: #fff;
    padding: 15px 0 10px 20px;
    margin-bottom: 15px;
}
header.noBg {
  background-color: #ffffff;
}

header .container { padding:0; }

.logo { flex: 1; max-width: 100%;}
@media only screen and (max-width: 585px) {
  .logo { flex: 1; width: 230px;}
}

nav { display:none;}
nav ul { list-style-type: none; margin: 0; padding: 0;}
nav ul li { display: inline; margin-right: 10px;}
nav ul li a { color: #fff; text-decoration: none;}

/* Hamburger Menu Styles */
.hamburger { display: none; cursor: pointer;}

.menu {
    position: absolute;
    top: 100%;
    right: -100%;
    background-color: #333;
    width: 250px;
    padding: 20px;
    box-sizing: border-box;
    transition: right 0.3s ease;
}

.menu.active { right: 0;}
.menu ul li {  margin-bottom: 10px; }
.menu ul li:last-child { margin-bottom: 0; }

@media only screen and (max-width: 1023px) {
    nav ul { display: none; }
    .hamburger {  display: block;  }
}

.content { padding: 20px;}

footer {
    background-color: #333;
    color: #fff;
    padding: 15px 20px 15px;
    position: relative;
    bottom: 0;
    width: 100%;
}
footer a {
  text-decoration: none;
  color: #e2e2e2;
}

p.caption {
    text-align:center;
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
    p.caption {
        font-size: 1.1rem;
        line-height: 1.6rem;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 585px) {
    .container { padding:10px;}    
    h1 {  font-size: 2rem; }
    p.caption {
        font-size: 1.0rem;
        line-height: 1.3rem;
        margin-bottom: 10px;
    }
    h3 { font-size: 1.4rem; }
}

/* ------------------------ Form and Form Elements ------------------------ */

.search-frame {
    width: 1000px;
    // padding: 50px 20px 0;
    margin: 0 auto;
    border-radius: 0;
    /* border: 1px solid #999;
    border-top-width: 8px;
    border-top-color: #000;
    background-color: #fff;
    background: #fff url(images/greenBar.webp) no-repeat;
    box-shadow: 4px 0 10px 0 rgba(29,37,44,.1); */
}
.search-frame fieldset{
  float: left;
  margin-right:10px;
  width: 258px;
}

.search-frame p{
    clear:both;
    text-align:center;
    margin:30px 0;
}

input, select { vertical-align: middle; }

button, input, select, textarea { margin: 0; }
input, textarea {
    background-color: #fff;
    width: 100%;
    float: left;
    height: 65px;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    // border-radius: 5px;
}

textarea {
  border: 1px solid #999;
  padding: 10px 20px;
}

.box select, input {
    height: 65px;
    border: 1px solid #999;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}

.box select {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 0 20px;
    font-size: 14px;
    color: #999;
    appearance: button;
    outline: 0;
    -moz-outline: none;
    border-radius: 5px;
}

.box select option { outline: none; }

.legend {
    background-color: #333;
    max-width: 642px;
    height: 44px;
    border-radius: 7px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    padding: 0 10px 0 10px;
    line-height: 44px;
    position: relative;
}
.legend::before {
    content: "\25Bc";
    position: absolute;
    top: 22px;
    left: 1px;
    color: #333;
    font-size: 30px;
    border-left: none;
    border-right: none;
    border-top: none;
        bottom: -8px;
        width: 0;
    height: 0;
}

label, .label {
    color:#000;
    width: 100%;
    float: left;
    font-size: 15px;
    color: #bf0a30;
    padding-bottom: 10px;
    padding-left: 5px;
    text-transform: uppercase;
}

button[type=submit] {
    cursor: pointer;
    width: 150px;
    height: 65px;
    border: none;
    background-color: #24a90f;
    color: #fff;
    margin: 26px 0 0 0;
    padding: 6px;
    font-size: 15px;
    border-radius: 0px;
}

@media only screen and (min-width: 1060px) {
  button[type=submit] { 
    width:195px; 
    font-size: 16px;
  }
}

#formSearchButton {
  text-transform: uppercase;
  font-weight: bold;
}

#contactForm fieldset {
  margin-bottom: 20px;
}

@media only screen and (min-width: 987px) and (max-width: 1024px) {
  button[type=submit] { width:250px; } 
}
@media only screen and (min-width: 900px) and (max-width: 1024px) {
    .search-frame { width:auto; }  
    .search-frame fieldset { width: 222px; margin-bottom: 15px; }  
    
}
@media only screen and (max-width: 900px) {
    .search-frame { width:auto; }
    .search-frame fieldset { width: 48%; margin-bottom: 15px; }  
    button[type=submit] { width:48%; }
}

@media only screen and (max-width: 585px) {
    .search-frame fieldset { width: 98%; } 
    button[type=submit] { width:98%; margin-top: 0; height:45px; }
    .legend::before { top:44px; }
    .legend {
      padding-top: 5px;
      height:54px;
      line-height: 20px;
    }
    input, textarea {
      height: 45px;
    }
}

.blueBlock {
  background: #e7f1f4;
  padding: 30px 50px 20px;
  text-align: center;
  border: 1px solid #77c4db;
}
.blueBlock ul {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
.blueBlock ul li {
  list-style-image: url("images/bluetick.webp");
  text-align: left;
  padding: 10px 0 10px 15px;
}
@media (max-width:768px) {
  .blueBlock { padding: 30px 15px;  }
  .blueBlock ul li { margin-left: 25px;}
}

/* container */
.responsive-three-columns, .responsive-two-columns{
    display:flex;
    flex-wrap:wrap;
    border: 1px #0f7393 solid;
    margin-bottom: 30px;
}

.responsive-three-columns.noborder, .responsive-two-columns.noborder {
  border:none;
}
.responsive-three-columns {
  justify-content: center;
}

.responsive-three-columns.noBorder {
  border: none;
}
.responsive-two-columns.noOutline {
  border: none;
}
.responsive-three-columns.noBorder .col1,
.responsive-three-columns.noBorder .col2 {
  border: 1px solid #c9d1d6;
}

.responsive-three-columns.odd .col1.last{
  background-color: #f5f6f7;
}

@media (max-width:500px)  {
  .responsive-three-columns.odd .col1.last{
    background-color: #fff;
  }
}

/* columns */
.responsive-three-columns > *, .responsive-two-columns > * {
    width:100%;
    padding: 2.5rem 2rem 2rem 2rem;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .responsive-three-columns > * {
        width:calc(100% / 3);
    }
    .responsive-two-columns > * {
        width:calc(100% / 2);
    }
}

@media (max-width:450px) {
  .responsive-three-columns > * {
      padding: 1rem 2rem 1rem 2rem;
  }
}


/* Responsive 1-2 */
.responsive-1-2-columns {
    display:flex;
    flex-wrap:wrap;
    border: 1px #0f7393 solid;
    margin-bottom: 30px;
}

.responsive-1-2-columns.noborder, .responsive-1-2-columns.noborder {
  border:none;
}
.responsive-1-2-columns {
  justify-content: center;
}

.responsive-1-2-columns.noBorder {
  border: none;
}
.responsive-1-2-columns.noOutline {
  border: none;
}
.responsive-1-2-columns.noBorder .col1,
.responsive-1-2-columns.noBorder .col2 {
  border: 1px solid #c9d1d6;
}

.responsive-1-2-columns.odd .col1.last{
  background-color: #f5f6f7;
}

@media (max-width:500px)  {
  .responsive-three-columns.odd .col1.last{
    background-color: #fff;
  }
}

/* Responsive 1:2 */
.responsive-1-2-columns > * {
    width:100%;
    padding: 2.5rem 2rem 2rem 2rem;
}

.responsive-1-2-columns .col1 {
    width:calc(100% / 3);
}
.responsive-1-2-columns .col2 {
    width:calc(100% / 3 * 2);
}

/* tablet breakpoint */
@media (max-width:768px) {
    .responsive-1-2-columns .col1 {
        width:calc(100%);
    }
    .responsive-1-2-columns .col2 {
        width:calc(100%);
    }
}



.reviewLogo { float: left; margin-top:30px; }
.reviewLogo.one { margin-top: 0; }
.score {
  background-color: #18a376;
  width: 56px;
  height: 56px;
  float: right;
  margin: -14px 0 0 11px;
  border-radius: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding-top: 8px;
  line-height: 18px;
  margin-top: 15px;
}
.score span {
    font-size: 21px;
    font-weight: 700;
}
.score.one {
  margin-top:0;
}
.score.blue {
  background-color: #438ec9;
}

.reviews p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}

ul.stars {
    width: 185px;
    position: relative;
    left: -25px;
    margin: 0 auto;
    padding: 0;
    top:-10px;
}
.stars li {
    background-color: #fff;
    width: 22px;
    float: left;
    height: auto;
    border: none;
    margin-top: 0;
    border-radius: 0;
    line-height: 17px;
    box-shadow: none;
    list-style-type: none;
    padding: 0 10px;
}
ul.tick, ul.starred, ul.secureLock, ul.shield, ul.searchIcon{ list-style: none; }
ul.blueTick {
  list-style-image: url("images/bluetick.webp");
  text-align: left;
  padding: 10px 0 10px 15px;
}
ul.blueTick li {
  line-height: 1.3rem;
  list-style-type: none;
}
ul.tick li, ul.starred li, ul.secureLock li, ul.shield, ul.searchIcon {
  font-size: 0.9rem;
  list-style-type: none;
  text-indent: -26px;
  padding-left: 10px;
  line-height: 1.4em;
}

ul.tick li::before {
  content: "▷ ";
  color: blue;
  padding-right: 10px;
}

ul.secureLock, ul.shield, ul.searchIcon {
  position: relative;
}
ul.secureLock li, ul.shield li, ul.searchIcon li {
  color: white;
  text-indent: 0;
}


ul.starred li::before {
  content: "✦ ";
  color: blue;
  padding-right: 10px;
}

ul.secureLock li::before, ul.shield li::before, ul.searchIcon li::before {
  content: "🔒";
  color: white;
  padding-right: 10px;
  font-size: 35px;
  position: absolute;
  left: -20px;
  top: 20px;
}

ul.searchIcon li {
  /* padding-left: 15px; */
}
ul.secureLock li::before {
}
ul.searchIcon li::before {
  content:"🔍";
}
ul.shield li::before{
  content: "🛡";
  
}





.reviewButton a {
    background-color: #24a90f;
    width: 188px;
    height: 48px;
    margin: 15px 0;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.num-frame {
    margin: -45px 0 35px -45px;
}
.number-count {
    position: relative;
    background: #0d7393;
    width: 46px;
    height: 38px;
    float: left;
    font-size: 24px;
    color: #fff;
    line-height: 38px;
    text-align: center;
}
.number-count::after {
    position: absolute;
    top: 26px;
    left: 0;
    content: '\25E5';
    color: #000;
    font-size: 13px;
    font-weight: 300;
}
.number-count.one { background: #ba271d; }

@media (min-width:450px) and (max-width:768px) {
  .score  {
    float: left;
    margin-top:15px;
  }
}

/* ------- Accordion ------------- */

@media (min-width: 1200px) {
  .accordion {

  }
}

.accordion {
  margin: 0 auto;
  color: black;
  margin:30px 0;
  padding: 0;
}

.accordion .container {
  position: relative;
  padding: 10px 15px 15px;
  width:100%;
  background-color: #E7F1F4;
  margin: 0 0 6px 0;
}

.accordion .question {
  position: relative;
  padding: 10px 15px 0 0;
  color: #3f3597;
  cursor: pointer;
  font-size:15px;
  line-height: 1.5rem;
  font-weight: 600;
}

/* Positions the plus sign 5px from the right. Centers it using the transform property. */

.accordion .question::before {
  content: '+';
  color: black;
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 30px;
  font-weight: 300;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .accordion .question::before {
    right: -5px;
  } 
}

/* Hides the content (height: 0), decreases font size, justifies text and adds transition */

.accordion .content {
  position: relative;
  height: 0;
  text-align: left;
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
  padding: 20px 25px 20px 0;
  display: none;
}

/* Adds a horizontal line between the contents */

.accordion hr {
  width: 100;
  margin-left: 0;
  border: 1px solid grey;
  /* display: none; */
}

/* Unhides the content part when active. Sets the height */

.accordion .container.active .content {
  height: auto;
  display: block;
}

/* Changes from plus sign to negative sign once active */

.accordion .container.active .question::before {
  content: '-';
  font-size: 30px;
}

.testimonial-name {
  margin-top: 10px;
  text-align: right;
  color:#0D7393;
}

.starr{
  font-size: 120%;
  color: gold;
  display: block;
  margin-bottom: 10px;
}

.privacy-table {
  background-color: #fff;
  padding: 15px;
  font-size: 0.9rem;
  margin-bottom: 50px;
}
.privacy-table td {
  border-bottom: 1px solid #000;
  padding: 10px 5px;
  
}
.privacy-table th {
  border-bottom: 1px solid #000;
  padding: 15px 0;
  text-align: left;
}

.privacy h2, .privacy h4 {
  margin-top: 30px;
}
.privacy h3{
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
}

.disclaimer {
  font-size: 0.8rem;
  color: #f5f5f5;
  background: #4b5050;
  padding: 10px;
  margin-bottom: 20px;
}
.disclaimer p{
  line-height: 1rem;
}
.adDisclosure {
  line-height: 1rem;
  font-size: 0.9rem;
}

.borderColumn .col1, .borderColumn .col2 {
  border-bottom: 1px solid #0f7393;
}