body {
    font-family: 'Nunito Sans', sans-serif;
}

h2 {
    font-size:28px;
    color:#02615d;
    text-transform: normal;
}

@media all and (max-width:480px) {
    h2 {
        font-size:22px;
    }
}

h2 > span {
    color:#FFFFFF;
    background-color:#02615d;
    border-radius:20px;
    padding:10px;
    display:inline-block;
}

input[type="text"], input[type="email"], textarea {
    display:block;
    width:100%;
    margin-bottom:8px;
    background-color:#e7e8e9;
}

label {
    display: inline-block;
    margin-bottom: 2px;
    margin-top:10px;
}

select.form-control {
    margin-bottom:8px;
    background-color:#e7e8e9;
}

a {
    color:#02615d;
}

a.btn {
    border-radius:20px;
}

.quick-quote-form {
    background-color: rgba(255,255,255,0.7);
    padding:20px;
    border-radius:20px;
}

.quick-quote-form a.btn {
    display:block;
    border-radius: 20px;
    padding:10px;
    background-color:#616263;
    border:1px solid #616263;
}

.quick-quote-form a.btn:hover {
    background-color:#02615d;
    font-weight:bold;
    border:1px solid #02615d;
}

.grey-bg {
    background-color:#f7f6f6;
}

.jumbotron {
    margin-bottom:0px;
    background-image:url('/wp-content/uploads/2025/07/CompareCare-heading.png');
    background-position:70%;
    background-size:cover;
    min-height: 175px;
    border-radius:0px;
}

.jumbotron.journey-2 {
    margin-bottom:0px;
    background-image:url('/wp-content/uploads/2025/07/CompareCare-home-Banner-2.png');
    background-position:center right;
    background-size:cover;
}

.quick-quote-form h3 {
    color:#02615d;
    font-weight: bold;
    text-transform: uppercase;
    font-size:24px;
}

@media all and (max-width:680px) {
    .jumbotron {
        background-position: 900px 0px !important;
    }
}

header#masthead {
    background-color:#FFFFFF;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #02615d;
    font-weight: bold;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 14px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li:hover > a {
    color: #02615d;
    font-weight: bold;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 14px;
}

#masthead .navbar-nav li {
}

#masthead .navbar-nav li a {
    padding-left:12px !important;
    padding-right:12px !important;
}

/*.current-menu-item {
    background-color:#16577d;
    border-radius:18px;
    color:#FFFFFF;
}*/

body:not(.theme-preset-active) #masthead .navbar-nav:hover .current-menu-item {
    background-color:#FFFFFF;
    padding:0px;
}

body:not(.theme-preset-active) #masthead .navbar-nav:hover .current-menu-item a {
    color:#02615d;
    font-weight: bold;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color:#02615d;
    font-weight: bold;
}

.current-menu-item:hover a {
    color:#FFFFFF !important;
}

img.rounded {
    border-radius:28px !important;
}

.easy-way-steps {
    height:50px;
    width:100px;
    border-radius:25px;
    background-color:#02615d;
    display:inline-block;
    float:left;
    color:#FFFFFF;
    margin-right:10px;
    font-weight: bold;
    line-height: 50px;
    text-align:center;
    font-size:28px;
}

.lets-go {
    border:2px solid #02615d;
    border-radius:14px;
    height:50px;
    width:100%;
    text-align: center;
    font-weight: bold;
    color:#02615d;
    line-height:50px;
    font-size:22px;
    padding:0px;
    text-transform: uppercase;
}

.lets-go:hover {
    border:2px solid #02615d;
    background-color:#02615d;
    color:#FFFFFF;

}

@media all and (max-width:1000px) {
    .lets-go {
        font-size:16px;
    }
}

footer#colophon {
    background-color:#353535;
}

.copy-light, .copy-light h1 {
    color:#FFFFFF;
}

.copy-light h1 {
    text-transform: none;
}

.copy-light a {
    background-color:#616263;
    border:1px solid #616263;
    color:#FFFFFF;
}

.copy-light a:hover {
    border:1px solid #02615d;
    background-color:#02615d;
    color:#FFFFFF;
}

#about-us-jumbotron {
    background-size:cover;
    background-position: center center;
}

.copy-dark {
    color:#363636;
    text-shadow: 1px 2px 3px #FFF;
}

.product-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.product-item img {
    border-radius:10px;
}

.product-item:hover {
    background-color: #efefef;
}

.product-item a.btn {
    display:block;
    border-radius: 20px;
    padding:10px;
    background-color:none;
    border:2px solid #363636;
    color:#363636;
}

.product-item-title {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.product-item a.btn:hover, .product-item:hover a.btn {
    color:#FFFFFF;
    border:2px solid #02615d;
    background-color:#02615d;
    margin-top:auto;
}

.product-item {
    border-radius:20px;
}

.map-responsive iframe{
    height:320px;
    width:100%;
    border-radius:10px;
}

#contact-us a.btn {
    display:inline-block;
    margin-left:auto;
    margin-right:15px;
    margin-top:20px;
}

#contact-us textarea {
    background-color:#e7e8e9;;
}

.post-thumbnail img {
    border-radius:20px;
}

.type-post h2 {
    font-size:24px;
}

.type-post h2.entry-title {
    font-size:28px;
}

.post-by {
    font-weight: bold;
    display:block;
    font-size:13px;
    color: #9a9a9a;
}

.post-by-extra {
    display:block;
    font-size:13px;
    color: #9a9a9a;
}

#quote-form h2 {
    font-size:24px;
}

.inline-dates {
    display:inline-block;
}

#medical-scheme-info, #your-scheme-name {
    display:none;
}

#PlanIDWrapper {
    display:none;
}

#accordion h5 {
    margin-top:0px;
}

#accordion .card {
    margin-bottom: 1em;
}

#accordion .card-block {
    padding:15px;
}

@media all and (min-width:480px) {

    .jumbotron h1 {
        font-size:36px !important;
        margin-bottom:0px !important;
    }

}

@media all and (max-width:479px) {

    .jumbotron h1 {
        font-size:2``8px !important;
        margin-bottom:0px !important;
    }

}

.advert-side {
    border-radius:10px;
}

.btn-primary {
    color: #fff;
    background-color: #02615d;
    border-color: #02615d;
}

.entry-title, .entry-title a, h1.entry-title {
    font-size:28px;
    color:#02615d;
    text-transform: uppercase;
}


/** Parsley Styles  **/

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

/** Parsley Styles End **/

.custom-control-label {
    margin-top:0px;
}

#gapcoverError, #incomeAboveError {
    margin-top:4px;
}

.parsley-required {
    color:#02615d;
}

.navbar-brand a svg {
    width:371px;
    height:34px;
}

@media all and (max-width:768px) {
    .navbar-brand a svg {
        width:240px;
        height:22px;
    }
}

@media all and (max-width: 360px) {

    .navbar-brand a svg {
        width:100%;
        height:auto;
    }

    .navbar-brand {
        width:70%;
    }

}

.field-more-info {
    display:inline-block;
    width:16px;
    height:16px;
    background-color:#999;
    border-radius: 50%;
    text-align: center;
    color:#FFF;
    line-height:16px;
    margin-left:10px;
}

.field-more-info:hover {
    background-color:#333;
}

.gform_body .gform_fields input, .gform_body .gform_fields textarea { 
    display:block;
    width:100%;
    margin-bottom:8px;
    background-color:#e7e8e9;
    border:1px solid ;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#gform_submit_button_1 {
    color: #fff;
    background-color: #02615d;
    border-color: #02615d;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#gform_1 .gform_footer {
    text-align: right;
}

h3.popover-header {
    margin-top:0px;
    margin-bottom:0px;
    font-size:12px;
}

.popover-body {
    font-size:12px;   
}

.cta-complete, .cta-complete:hover {
    border: 2px solid #353535 !important;
    background-color: #353535 !important;
    font-size: 12px;
    color: #ccc !important;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-radius: 16px;
    height: 32px;
    line-height: 22px;
    padding: 5px;
    margin-bottom: 8px;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    opacity: 0.5;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

blockquote {
    float:right;
    background-color:#02615d;
    color:#FFF;
    display:inline-block;
    padding:10px;
    width:40%;
    margin-left:20px;
}

@media all and (max-width:767px) {

    blockquote {
        width:100%;
    }

}


/** new **/

#adults-and-children input[type="checkbox"] {
    display:inline-block;
}

#adults-and-children table tr td:nth-child(3), #adults-and-children table tr th:nth-child(3) {
    text-align: center;
}

#adults-and-children table tr th {
    padding:10px;
}

#adults-and-children input[type="text"] {
    width:80px;
}

#adults-and-children input[type="number"] {
    margin:4px;
    margin-bottom: 8px;
    background-color: #e7e8e9;
}

.contact-form-after input[type="text"], .contact-form-after input[type="email"], .contact-form-after textarea {
    background-color:#fefefe;
}

body {
    min-height:100vh;
}

#privacy-img {
    width:auto;
    height:100px;
}

#privacy {
    font-style: italic;
    text-align: center;
    display:inline-block;
    width:100%;
}

#privacy span {  
    font-weight:bold;
    border-radius:20px;
    background-color:#ccc;
}

@media all and (max-width:768px) {

    #privacy span {
        display:block;
    }

    #privacy img {
        display:block;
        margin:0px auto;
    }

}

.easy-steps-head {
    font-weight: bolder;
    font-size:26px;
    line-height:1.2;
}

@media all and (max-width:480px) {

    .easy-steps-head {
        font-size:22px;
    }

}

.easy-steps-head strong {
    color:#02615d;
}

#easy-way {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5a5a5+50,cfcfcf+50 */
    background: #cfcfcf; /* Old browsers */
    background: -moz-linear-gradient(left, #efefef 50%, #cfcfcf 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #efefef 50%,#cfcfcf 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #efefef 50%,#cfcfcf 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cfcfcf',GradientType=1 ); /* IE6-9 */
}

@media all and (max-width:576px) {

    #easy-way {

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5a5a5+50,cfcfcf+50 */
        background: #cfcfcf; /* Old browsers */
        background: -moz-linear-gradient(top, #efefef 50%, #cfcfcf 50%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #efefef 50%,#cfcfcf 50%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #efefef 50%,#cfcfcf 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */

    }

}

.jumbotron.journey-2 {
	font-size:22px
}

:target {
  display: block;
  position: relative;
  top: -100px; 
  visibility: hidden;
}

html {
  scroll-behavior: smooth;
}

@media all and (max-width:575px) {

    #top-section {
        margin-top:60px !important;
        display: block;
    }

}

#page {
    margin-top:60px;
}



.bonitas-header h1,
.bonitas-header h2 {
    color:#02615d;
}

.bonitas-header h1 {
    font-weight: 900;
    text-transform: normal;
    font-size:60px;
    margin-bottom:10px;
    padding-bottom:10px;
}

.bonitas-header h2 {
    margin-top:10px !important;
    margin-bottom:10px !important;
}

.bonitas-header p a {
    margin-top:10px !important;
    background-color:#02615d;
    color:#FFFFFF !important;
    margin-bottom:40px !important;
    display: inline-block;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:15px;
    padding-right:15px;
    border-radius:5px;
    font-size:24px !important;
	border: 2px solid #02615d;
}

.bonitas-header p a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #02615d !important;
    border: 2px solid #02615d;
    border-radius: 5px;
}


.landingpage-template-default #page {
    margin-top: 0px;
}

.single-landingpage h2 {
    margin-top:15px !important;
    margin-bottom:10px !important;
}


.big-blue-button {
    font-size: 32px;
    color:#FFF;
    background-color: #02615d;
    border-radius: 20px;
    width: 100;
    display: block;
    padding:15px;
    text-align:center;
    margin-bottom:15px;
}

.big-blue-button:hover {
    background-color: #02615d;
    text-decoration: none;
    color:#FFFFFF;
}


@media all and (max-width: 768px) {

    .big-blue-button {

        font-size: 22px;

    }

}

.postid-431 .hero-logo img {
	height:200px !important;
	width:auto !important;
}


/* BIG BEARD STYLING */


@media screen and (max-width: 500px) {
    .col-md-6 video {
    width: -webkit-fill-available !important;
    margin-bottom: 40px;
}

.col-md-4.mb-5.mb-sm-0 video {
    width: -webkit-fill-available !important;
    margin-bottom: 40px;
}

.lets-go {
        font-size: 15px;
    }

    .home input#Email, .home select#PlanId {
    margin-bottom: 40px;
}

a.nav-link {
    text-align: center;
}


}


