@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #666871;
    font-size: 14px;
    overflow-x: hidden;
}

.wrap {
    width:90%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

img {
    border: none 0px;
}

a{color:#f47606;}

* {
    box-sizing: border-box;
}

.back {
    float: right;
    position: relative;
}

hr {
    height: 1px;
    color: #d9e8f1;
    background-color: #d9e8f1;
    border: none;
}

.subheader {
    font-size: 18px;
    font-weight: normal;
    color: #f47606;
}

#topband {
    padding-top: 30px;
    background:#ecf3fd;
}

#topband .wrap{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}

#imageband #topband{
    background:none;
}

#topband img {
    position: relative;
}

#topband .menu{
    display:flex;
    gap:35px;
    align-items: center;
    justify-content: flex-end;
    padding-top: 10px;
}

#topband #nav-icon3 {
    display:none;
}

#topband .right {
    position: relative;
   
}

#topband .right span, #topband nobr {
    display:none;
}

#topband .right img {
    display:none;
}

#topband .login {
    display:flex;
   gap:20px;
   align-items: center;
}

#topband a.button {
    background: #fff;
    border-radius: 50px;
    padding: 7px 20px;
    font-size: 16px;
    color: #6C6C6C;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 20px 0 rgba(41, 44, 124, 0.1);
}

#topband a.button:hover {
   
}

#topband ul {
    position: relative;
    margin: 0;
    display:flex;
    flex-direction:row-reverse;
    gap:40px;
}

#topband li {
    list-style: none;
    display: block;
    position: relative;
}

#topband li a {
    clear: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

#topband li a:hover {
    color: #2F327D;
}

#topband li a.highlight {
  
}

#topband li a.highlight:hover {
    color: #2F327D;
}

#topband a.logout {
    background: #fff;
    border-radius: 50px;
    padding: 7px 20px;
    font-size: 16px;
    color: #6C6C6C;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 20px 0 rgba(41, 44, 124, 0.1);
    
}

#topband a.logout:hover {
    
}

#topband a.account {
    background: #f47606;
    display: block;
    border-radius: 50px;
    padding: 7px 25px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

#topband a.account:hover {
   
}

#imageband {
    background: url(../images/premier-head.webp) no-repeat center bottom;
    background-size: cover;
    position: relative;
    min-height:650px;
}
#imageband .waves-bottom, #features .waves-bottom{
    width:100%;
    margin-bottom:-1px;
}
#features .wrap{
    padding-bottom:30px;
}

#imageband .header-intro{
    height:65vh;
    display:flex;
    flex-direction: column;
    justify-content: center;
    max-width:50%;
    padding-left:60px;
    min-height:420px;
    position: relative;
    padding-bottom:30px;
}
#imageband .header-intro ul{
    font-size:17px;
    line-height:1.5;
    padding-bottom:40px;
    list-style-position: outside;
    margin-left: 20px;
}

@media(max-width:1200px){
    #imageband .header-intro{
        max-width:60%;
    }
}

#imageband .panel {
    width: 1002px;
    height: 330px;
    text-align: left;
}
#imageband .btn{
    max-width:245px;
}


#imageband h1 {
    color: #2F327D;
    font-size: 50px;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 1.2;
}
#imageband h1 span{
    color: #f47606;
}

#imageband h2 {
    color: #354f82;
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 20px 0;
}

#imageband h2 strong {}

#imageband h3 {
    font-size: 21px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#imagehead {
    background: #ecf3fd;
    position: relative;
}

#imagehead .waves-bottom{
    width:100%;
    margin-bottom:-1px;
    margin-top:-40px;
}


#imagehead h1 {
    color: #2F327D;
    font-size: 36px;
    margin: 0;
    padding: 40px 0 0 0;
    line-height: 44px;
}


#features {
    text-align:center;
}

#features h2, #homepage h2, #mainpage h2, .landing-intro h2, .agepage-intro h2 {
    color: #2F327D;
    font-size: 36px;
    margin: 0;
    padding: 0;
    font-weight:600;
}
#features h2 span, #homepage h2 span, .agepage-intro h2 span {
    color: #f47606;
}

.rightcol h2 {
    color: #2F327D;
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-weight:600;
 
}

#features p {
    color: #696984;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0.3px;
    margin-top: 10px;
}

#features ul {
    margin: 0;
    padding: 0;
    display:flex;
    justify-content:center;
    align-items:stretch;
    gap:50px;
    margin-top:80px;
    position: relative;
    z-index: 2;
    
}

#features li {
    width: 27%;
    position: relative;
    list-style: none;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 35px 0 rgba(38, 45, 118, 0.1);
    padding: 30px 45px;
    background: #fff;
    color:#696984;
    line-height: 1.7;
    font-size: 15px;

}

#features li img{
    margin-top: -70px;
    margin-bottom: 30px;
    width: 80px;
}


#features li h2 {
    font-size: 23px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #2F327D;
    line-height: 1.3;
    margin-bottom: 15px;
}

#features a {
    margin: 20px 0 0;

}

#homepage {
    position: relative;
    padding-top: 15px;
    display: block;
}

#homepage .rightcol {
    position: relative;
    padding-bottom: 35px;
}

#homepage .content {

}

#homepage .content h1 {
    color: #2F327D;
    font-size: 22px;
    margin: 0;
    padding: 0 0 10px 0;
}


#homepage .homefeatures {
    background: #F6F9FF;
    margin-top: -100px;
    padding-top: 180px;
    text-align: center;
    color:#696984;
    position: relative;
}

#homepage .homefeatures .waves-bottom{
    width:100%;
    margin-bottom:-1px;
}


#homepage .homefeatures .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;  
}

#homepage .homefeatures p{
    max-width:900px;
    margin:20px auto;
    font-size:17px;
    line-height:1.7;
    color:#696984;
    font-weight:300;
}

#homepage .homefeatures ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#homepage .homefeatures .btn.pos{
    z-index:2;
    position: relative;
    margin-top:40px;
}

#homepage .homefeatures li {
    display: block;
    position: relative;
    padding: 5px 0 8px 25px;
    background: url(../images/tick_bullet.gif) no-repeat left 3px;
}

#homepage .homefeatures li img {
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 16px;
    display: block;
}

#homepage .homeitem {
    padding-top: 50px;
}

#homepage .homeitem h1 {
    border-bottom: 1px solid #d9ecf8;
    margin-bottom: 10px;
}

#testimonial {
    position: relative;
    padding-top: 16px;
    display:flex;
    justify-content: space-between;
    padding:50px 0 30px;
}

.rightcol .wrap{
    max-width:1050px;
}

#testimonial .quote-left{
    width:40%;

}
#testimonial .quote-tag{
    color:#525596;
    font-size:12px;
    letter-spacing: 2px;
    font-weight:400;
    text-transform: uppercase;
    margin-bottom:10px;
}
#testimonial .quote-tag:before{
    content:"";
    height:1px;
    width:50px;
    background:#525596;
    display:inline-block;
    vertical-align: middle;
    margin-right:10px;
}
#testimonial .quote-left h2{
    margin-bottom:30px;
}
#testimonial .quote-left p{
    font-size:17px;
    margin:10px 0 20px;
    color:#696984;
    line-height:1.5;
    font-weight:300;
}

#testimonial .quote-right{
    width:51%;
    position: relative;
}
.quote-stage { position: relative;overflow: visible !important; }
.quote-set { 
    position: absolute; top: 0; left: 0; width: 100%;
    display: none;       /* JS will show the active one */
  }
  .quote-set.is-active { display: block; }

#testimonial .quote-img{
    width:70%;
    height:100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius:10px;
    aspect-ratio: 2/1.7;
}

#testimonial .quote-text{
    border-radius:12px;
    background:#fff;
    position: relative;
    box-shadow: 1px 3px 49px rgba(41, 44, 124, 0.1);
    padding:30px 40px;
    margin:-80px 0 20px 55px;
    min-height:224px;
}
#testimonial .quote-text:before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    width:9px;
    background:#f47606;
    border-radius:10px 0 0 10px;
}

#testimonial .quote {
    font-size: 13px;
    position: relative;
    padding: 0 0 0 20px;
    border-left:1px solid #BDBDD1;
    color:#666871;
    line-height:1.8;
}

#testimonial strong {
    font-style: normal;
    display: block;
    padding: 2px 0 10px 0;
    color: #96b83f;
    font-weight: normal;
}
#testimonial .quote-next{
    border-radius: 50%;
    background: url(../images/quote-next.png) center no-repeat #fff;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 71%;
    transform: translateX(-50%);
    box-shadow: 1px 3px 49px rgba(41, 44, 124, 0.1);
    top: 30%;
    z-index: 5;
    border:0;
    cursor: pointer;
}

#homepage .article {
    padding: 24px 40px 24px 27px;
    position: relative;
}

#homepage .article h1 {
    color: #2F327D;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 8px;
}

#homepage .article h2 {
    margin: 0;
    padding: 0;
    color: #86af39;
    font-size: 18px;
    font-weight: normal;
    float: none;
}

#homepage .article ul {
    margin-left: 15px;
    margin-right: 10px;
}

#basestrip {
    display:none;
}

#basestrip img {
    margin: 0 20px 0 20px;
}

#baseband {
    background:#252641;
    clear: both;
    text-align:center;
    position: relative;
    padding-bottom:50px;
}
#baseband .waves{
    width:100%;
    margin-top:-1px;
}

#baseband .links {
    text-align:center;
}

.footer-menu{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:45px;
    list-style:none;
    padding:0;
    margin:0;
    font-size:15px;
    font-weight:500;
    color:#fff;
    text-decoration:none;
    margin-top:20px;
}
#baseband .btn{
    margin:30px 0 0;
    font-size:15px;
    padding:8px 20px;
}


#copy strong{
    display:block;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="password"],
textarea #baseband li {
    list-style: none;
    padding-bottom: 2px;
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size:14px;
}

#baseband li a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 16px;
}

#baseband li a:hover {
    text-decoration: underline;
}

#baseband ul h1 {
    font-weight: bold;
    display: block;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #5a6d93;
    margin: 0 0 6px 0;
    padding: 0 0 7px 0;
}

#baseband .form {
   display:none;
}

#baseband .form h1 {
    color: #fff;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 24px;
}

#baseband .formtext {
    color: #a5d2d6;
    float: left;
    position: relative;
    width: 70px;
    text-align: right;
    padding: 4px 10px 0 0;
    line-height: 20px;
    font-size: 14px;
}

#baseband input {
    background: url(../images/callform.gif) no-repeat;
    width: 194px;
    height: 20px;
    font-size: 12px;
    color: #333;
    margin: 4px 0 0 0;
    padding: 0;
    border: none 0px;
}

#baseband .form img {
    margin-top: 12px;
}

#copy {
    clear: left;
    position: relative;
    padding-top: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
}

#copy a {
    color: #fff;
    text-decoration: none;
    margin-right: 1px;
    margin-right: 1px;
}

#copy a:hover {
    text-decoration: underline;
}

#seo {
    position: relative;
    padding: 0 0 20px;
}

#seo a {
    margin:0 5px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

#treeview {
    padding-bottom: 25px;
    color: #2F327D;
    font-size: 13px;
}


/* =================================== MAIN FORMS============================= */

#floatbox {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-left: 235px;
    width: 278px;
    line-height: 21px;
    background-color: white;
    z-index: 1;
}

#formpage {
    position: relative;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 20px;
    color:#000;
}

#formpage .rightcol {
    width: 278px;
    float: right;
    position: relative;
    padding-bottom: 35px;
}

#formpage .content {
    margin-right: 350px;
}

#formpage h1 {
    margin: 0;
    padding: 6px 0 5px 0;
    color: #2F327D;
    font-size: 27px;
}

#formpage .article {
    margin: 0;
    border: 1px solid #CCD7EC;
    border-radius: 10px;
    position: relative;
    padding: 20px;
}

#formpage .article h1 {
    color: #2F327D;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 8px;
}

#formpage .article h2 {
    margin: 0;
    padding: 0;
    color: #86af39;
    font-size: 18px;
    font-weight: normal;
}

#formpage .info {
    position: relative;
    width: 21px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

#formpage .row.split .info{
    position:absolute;
    right:-30px;
    top:50%;
    transform: translateY(-50%);
}

#formpage .form1 {
    background: #f6f9ff;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    overflow: hidden;
}



#formpage .form1 .formintro {
    color: #000;
    display: block;
   padding-bottom:10px;
}



#formpage h3 {
    margin: 0;
    padding: 0;
}

#formpage ul {
    margin: 0;
    padding: 0;
    position: relative;
    width: 420px;
    color: #000;
    padding-right: 30px;
}

#formpage li {
    display: block;
    list-style: none;
    padding-left: 12px;
    background: url(../images/dot.gif) no-repeat left 7px;
    margin-bottom: 10px;
}

#formpage .radio {
    margin: 0 0 -2px 45px;
}

#formpage .multi {
    margin-top: 86px;
}

#formpage h2 {
    color: #2F327D;
    margin: 0;
    padding: 0 0 15px 0;
    font-weight: 600;
    width: 96%;
  display: inline-block;
  vertical-align: top;
}

#formpage h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 6px 0;
    font-weight: 600;
    color: #2F327D;
}

#formpage .formblock {
    position: relative;
    padding-bottom: 10px;
}

#formpage .form2 {
    background: #f6f9ff;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#formpage .form2 .formtext {
    color: #000;
    position: relative;
    padding-right: 20px;
}

#formpage .form2 .formtextsmall {
    color: #000;
    position: relative;
    padding-right: 20px;
}

#formpage .form2 .formintro {
    color: #000;
    display: block;
}

#formpage .form2 .formtext strong,
#formpage .form2 .formintro strong {
    color: #f47606;
}

#formpage .form2 .row, .form1 .row {
    padding-bottom: 12px;
    position: relative;
}

.form .row{
    padding-bottom:12px;
}

#formpage .form2 .subrow {
    padding-bottom: 12px;
    position: relative;
}

#formpage .form2 .subrow a {
    color: #ccc;
    font-size: 12px;
    display:block;
    color:#2F327D;
    padding-top:5px;
    text-decoration: none;
}

#formpage .form2 .same {
    float: right;
    position: relative;
}

#formpage .form2 .detailtext {
    color: #2F327D;
    float: left;
    position: relative;
    width: 100px;
    font-size: 12px;
}

#formpage .loginfields {
    width: 95.5%;
  padding: 8px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  border: 1px solid #CCD7EC;
  background: #fff;
  margin-top: 3px;
}

.form2 a.password-link{
    font-size: 12px;
  display: block;
  color: #2F327D;
  padding-top: 5px;
  text-decoration: none;
}

#formpage .formfields.small {
    width: 80px;
    margin-right: 5px;
}

#formpage .formfields.smaller {
    width: 50px;
    margin-right: 5px;
}

#formpage .formfields.mid {
    width: 170px;
}

#formpage .textarea {
    width: 95%;
    position: relative;
}

#formpage .checks {
    position: relative;
    padding-bottom: 5px;
}

#formpage .checkgroup {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

#formpage .addrow {
    position: relative;
    text-align: right;
    height: 60px;
    margin-bottom: -63px;
    display: flex
;
    justify-content: flex-end;
    align-items: flex-end;
}

#formpage .addrow a {
    color: #fff;
    background: #b8bfd7;
    border-radius: 3px;
    padding: 4px 8px;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
}

#formpage .addbutt {
    position: relative;
    margin-top: 20px;
    text-align: center;
    margin-left: 10px;
    color: #009fe3;
}

#formpage .addbutt img {
    margin-top: 6px;
}


/* =================================== INTERNAL PAGE SETUP   ============================ */

#mainpage {
    position: relative;
    padding-top: 15px;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#mainpage .content {
    margin-right: 350px;
}

#mainpage h1 {
    margin: 0;
    padding: 6px 0 5px 0;
    color: #2F327D;
    font-size: 27px;
}

#mainpage .introtext {
    font-size: 26px;
    color: #2F327D;
    display: block;
    padding-bottom: 5px;
    font-weight:500;
    padding-top:8px;
}


/* =================================== FAQs PAGE============================= */

#faqs {
    margin-right: 350px;
    position: relative;
    padding-bottom: 30px;
}

#faqs .row {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    border-bottom:1px solid #CCD7EC;
    gap:10px;
    padding-bottom:25px;
}

#faqs .row:last-child{
    border-bottom:none;
}

#faqs .row a {
    font-size: 28px;
    color: #2F327D;
    text-decoration: none;
    display: block;
    padding-top: 2px;
    font-weight:600;
}

#faqs .row a:hover {
    text-decoration: underline;
}

#faqs .picleft {
    margin-right:5px;
    position: relative;
}

#faqs .text {

}


/* ======================================================   Blog ======================================================  */

#blog {
    margin-right: 300px;
    position: relative;
    padding-bottom: 20px;
    padding-bottom: 30px;
}

#blog .item {
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #e9eaea;
    font-size:15px;
    line-height:1.5;
}

#blog .item strong{
    color: #2F327D;
    font-weight:600;
}

#blog .date {
    font-size: 14px;
    color: #f47606;
}

#blog .item a.title {
    font-size: 32px;
    color: #2F327D;
    text-decoration: none;
    display: block;
    padding-top: 20px;
    font-weight: 600;
    line-height: 1.3;
}

#blog .details {
    margin-top: 30px;
    color: #2F327D;
    background: #F6F9FF;
    padding: 20px;
    border-radius: 10px;
}

#blog h2{
    font-weight:500;
    color: #2F327D;
    font-size:22px;
}

#blog .item a {
    font-size: 15px;
    color: #f47606;
    text-decoration: none;
}

#blog .item a:hover {
    text-decoration: underline;
}

#blog .comments {
    margin-top: 20px;
    position: relative;
    padding-bottom: 8px;
}

#blog .comments .item {
    margin-top: 8px;
    position: relative;
    padding-bottom: 8px;
    border-bottom-width: 1px solid #e9eaea;
}


/* ======================================================   Right Column ======================================================  */

#rightcol {
    float: right;
    position: relative;
    width: 278px;
}

#rightcol .testimonial {
    border-top: 1px solid #e9eaea;
    border-bottom: 1px solid #e9eaea;
    margin-left: 0px;
    padding: 22px 30px 30px 30px;
    font-size: 28px;
    position: relative;
    text-align: center;
    color: #96b83f;
    font-weight: bold;
}

#rightcol .box {
    width: 271px;
    position: relative;
    border: 1px solid #CCD7EC;
    padding: 0;
    margin: 0 0 20px 0;
    border-radius:10px;
}
#rightcol .box.blue{
        background: #009fe3;
        text-align:left;
        color: #fff;
    }
    
    #rightcol .box.blue h2 {
        color: #fff;
        line-height:1.3;
    }
    
    #rightcol .box.blue .btn{
        color:#fff;
        border-color:#fff;
    }

#rightcol .steps {
    width: 271px;
    position: relative;
    border: 1px solid #dceaf2;
    padding: 0;
    margin: 0 0 30px 0;
    background: url(../images/stepsbg.gif) repeat-x bottom left;
    padding-top: 8px;
}

#rightcol .step {
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    font-size: 13px;
}

#rightcol .button {
    margin-top: 12px;
    margin-bottom: 8px;
}

#rightcol .step strong {
    font-size: 18px;
}

#rightcol .step img {
    float: left;
    position: relative;
    margin-right: 5px;
}

#rightcol .contents {
    padding:20px;
}

#rightcol h2 {
    margin: 0;
    font-size: 22px;
    color: #2F327D;
    padding:0;
    line-height:1.3;
}

#rightcol strong {
    font-weight: normal;
    font-size: 18px;
    color: #2F327D;
}

#rightcol .brochure {
    background: url(../images/brochure.gif) no-repeat top right;
    padding-top: 40px;
}

#rightcol .brochure h2 {
    line-height: 20px;
}

#rightcol .formtext {
    float: left;
    position: relative;
    font-size: 11px;
    font-weight: bold;
    width: 38px;
}

#rightcol input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    background-image: url(../images/mailform.gif);
    background-repeat: no-repeat;
    height: 18px;
    width: 187px;
    border: none 0px;
    padding-top: 5px;
    padding-left: 12px;
    margin-top: 3px;
}

#rightcol ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#rightcol li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666871;
    text-decoration: none;
    display: block;
    width: 175px;
    padding: 5px 0;
    font-weight: 500;
}
#rightcol li a strong{
    font-size: 14px;
    color: #f47606;
    font-weight: 600;
}

#rightcol li a:hover {
    color: #f47606;
}

#rightcol ul ul li a {
    color: #474646;
    font-weight: normal;
}

#rightcol ul ul li a:hover {
    color: #f47606;
}

#rightcol a.link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #f47606;
    text-decoration: none;
    display: block;
    width: 175px;
    padding: 3px 0 0 0;
}

#rightcol a.link:hover {
    color: #2F327D;
}

#rightcol .quote {
    width: 226px;
    position: relative;
    background: url(../images/rightbase.gif) no-repeat bottom left;
    padding: 0 0 6px 0;
    margin: 0 0 5px 0;
    z-index: 1000;
    font-style: italic;
}

#rightcol .quote .contents {
    padding: 5px 10px 6px 18px;
    z-index: 1001;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#inttest {
    width: 278px;
    position: relative;
    background: url(../images/inttesttop.gif) no-repeat top left;
    padding-top: 16px;
}

#inttest .quote {
    font-style: italic;
    font-size: 14px;
    position: relative;
    padding: 0 20px 0 32px;
    background: url(../images/inttestbg.gif) repeat-y top left;
    margin: 0px;
}

#inttest strong {
    font-style: normal;
    display: block;
    padding: 2px 0 10px 0;
    color: #96b83f;
    font-weight: normal;
    font-size: 14px;
}

#inttest h1 {
    color: #2F327D;
    font-size: 24px;
    margin: 0;
    padding: 0 0 10px 0;
    font-style: normal;
}


/* =================================== FORM PAGE============================= */

#form {
    position: relative;
    padding-bottom: 30px;
}


/*  ===============================   FORMS  ================================== */

.formarea {
    padding: 10px;

}

#form .form {
    background: #f6f9ff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
}

#form .plan {
    color: #96b83f;
    font-size: 24px;
    font-weight: bold;
}

#form h2 {
    color: #2F327D;;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 22px;
}

#form .formtext {
    color: #000;
    padding-right: 30px;
    font-size: 14px;
}

#form .formtext strong{
    color: #f47606;
}

#form .formsfixed {
    width: 95.5%;
  padding: 8px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  border: 1px solid #CCD7EC;
  background: #fff;
  margin-top: 3px;
}

#form select.formsfixed {
    width: 265px;
}

#form .formsmulti {
    width: 95.5%;
    padding: 8px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
    border: 1px solid #CCD7EC;
    background: #fff;
    margin-top: 3px;
}

#form .formicon {
    margin-bottom: -10px;
    margin-left: 7px;
}

#form .multiicon {
    margin-bottom: 3px;
    margin-left: 7px;
}




/* ======================================================   Buttons ======================================================  */

a.mainbutton {
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #f47606;
    border-radius: 60px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    background: #f47606;
    color: #fff;
}

a.greybutton {
    background: url(../images/small_button.gif);
    width: 130px;
    height: 37px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    margin: 20px 0 0 0;
    padding-top: 4px;
}

a.smallbutton {
    background: url(../images/smallbut_grey.gif);
    width: 83px;
    height: 17px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    margin: 10px 0 0 0;
}

a.smallbutton:hover {
    background: url(../images/smallbut_green.gif);
}

a.smallbuttongreen {
    background: url(../images/smallbut_green.gif);
    width: 83px;
    height: 17px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    margin: 10px 0 0 0;
}

a.smallbuttongreen:hover {
    background: url(../images/smallbut_grey.gif);
}

#steps {
    position: relative;
    margin: 0 0 20px;
}

#steps ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

#steps li {
    flex: 1;
    background: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #ccc;
}

#steps li.on a,
#steps li.on,
#steps li.done a,
#steps li.done {
    color: #000;
}

#steps li a {
    text-decoration: none;
    color: #BFC3CC;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#steps li span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #DEE1E7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

#steps li.on span {
    background: #f47606;
    color: #fff;
}

#steps li.done span {
    background: url(../images/step-tick.svg) center no-repeat #f47606;
    background-size: 16px;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}

#steps li span:after {
    content: '';
    width: calc(100% - 30px);
    height: 4px;
    background: #DEE1E7;
    position: absolute;
    top: 15px;
    left: 100%;
    z-index: -1;
    transform: translateX(-50%);
}

#steps li.done span:after {
    background: #f47606
}

#steps li:last-child span:after {
    display: none;
}


/* =================================== PRICING PAGE============================= */

#pricing {
    position: relative;
    padding-bottom: 30px;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#pricing p.intro{
    color: #696984;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0.3px;
    margin-top: 10px;
    text-align: center;
}

#pricing .row {
    position: relative;
    margin-bottom: 20px;
    display:flex;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
    max-width:1200px;
    padding:0 0 50px;
    margin-top: 60px;
}

#pricing .box {
    width: 33%;
    position: relative;
    list-style: none;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 35px 0 rgba(38, 45, 118, 0.1);
    padding: 30px 45px;
    background: #fff;
    color: #696984;
    line-height: 1.7;
    font-size: 15px;
    &:hover {
        transform: translateY(-5px);
        box-shadow: 1px 3px 49px rgba(41, 44, 124, 0.1);
    }

}

#pricing .box .btn{
    margin-top: 8px;
    padding: 8px 25px;
    font-size: 14px;
}

#pricing .box p{
    margin:8px 0;
    color: #696984;
}


#pricing .price {
    color: #009fe3;
    font-weight: 600;
    font-size: 24px;
}

#pricing strong, #pricing .box h2 {
    font-size: 23px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #2F327D;
    line-height: 1.3;
    display:block;
}

#pricing .box .icon {
    margin-top: -70px;
    margin-bottom: 30px;
    width: 80px;
}

#pricing .box a img {
    margin-top: 10px;
    height:40px;
    width:auto;
}

#pricing .table {
    margin-top: 10px;
    margin-bottom: 25px;
    position: relative;
}

#pricing .tabhead {
    color: #95b83f;
    font-size: 14px;
    padding: 3px 0 3px 10px;
    font-weight: bold;
    width: 683px;
    overflow: hidden;
}

#pricing .tabrow {
    color: #2F327D;
    font-size: 16px;
    padding: 3px 0 3px 10px;
    width: 683px;
    overflow: hidden;
}

#pricing .tabrow.grey {
    background: #f2f9fe;
    padding: 3px 0 3px 10px;
    width: 683px;
    overflow: hidden;
}

#pricing .cell01 {
    width: 370px;
    float: left;
    position: relative;
}

#pricing .cell02 {
    width: 110px;
    float: left;
    position: relative;
    text-align: center;
}

#pricing .cell03 {
    float: right;
    position: relative;
    width: 40px;
    text-align: center;
}

#pricing h2 {
color: #2F327D;
font-size: 36px;
margin: 0;
padding: 0;
font-weight:600;
}
#pricing h2 span {
color: #f47606;
}

#pricing .longbox {
    position: relative;
    padding: 20px;
    border: 1px solid #dceaf2;
}

#pricing .longbox .price {
    float: right;
    position: relative;
    margin-top: -5px;
}

#pricing .longbox .tabrow {
    width: 663px;
}

#pricing .longbox .tabrow.grey {
    width: 663px;
}

#pricing .longbox .tabhead {
    width: 663px;
}


/* =================================== ACCOUNT PAGES============================= */

#account {
    position: relative;
    padding-bottom: 30px;
}

#account .row {
    display:flex;
    gap:20px;
    margin-top: 20px;
}

#account .box {
    flex: 1;
    border-radius: 10px;
    position: relative;
    padding: 30px 20px;
    border: 1px solid #CCD7EC;
}

#account .box img{
    width: 60px;
    height: auto;
}

#account .box.blue{
    background: #009fe3;
    text-align:left;
    color: #fff;
}

#account .box.blue h2 {
    color: #fff;
    line-height:1.3;
}

#account .box.blue .btn{
    color:#fff;
    border-color:#fff;
}

#account .row h1 {
    font-size: 23px;
}

#account .box .button {
   
}

.feedbackform {
    width: 225px;
}

#account .greenbox {
    border-radius: 10px;
    position: relative;
    padding: 20px;
    border: 1px solid #CCD7EC;
    max-width:65%
}

#account .icon {
    float: right;
    position: relative;
    margin-left: 50px;
    margin-bottom: 20px;
}

#account .greenbox .button {
    
}

#account .table {
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
}

#account .tabhead {
    color: #2F327D;
    font-size: 14px;
    padding: 5px 0 5px 10px;
    font-weight: 500;
    width: 683px;
    overflow: hidden;
}

#account .tabrow {
    color: #000;
    font-size: 14px;
    padding: 5px 0 5px 10px;
    width: 683px;
    overflow: hidden;
}

#account .tabrow.grey {
    background: #f2f9fe;
    padding: 5px 0 5px 10px;
    width: 683px;
    overflow: hidden;
}

#account .cell01 {
    width: 370px;
    float: left;
    position: relative;
}

#account .cell01 a {
    color: #2F327D;
}

#account .cell02 {
    width: 110px;
    position: relative;
    text-align: center;
}

#account .cell02 img {
    margin-top: 5px;
}

#account .cell03 {
    width: 105px;
    float: left;
    position: relative;
}

#account .cell05 {
    width: 80px;
    float: right;
    position: relative;
    text-align: center;
}

#account h2 {
    color: #2F327D;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

#account .cell04 {
    width: 450px;
    float: left;
    position: relative;
    font-size: 14px;
    color: #666;
    padding: 6px 0;
}

#account .buttons {
    position: relative;
    padding-top: 5px;
    color: #2F327D;
}

#account .mainbutton {
    float: right;
    margin-right: 10px;
    margin-top: 0px;
}

#account .tick {
    position: absolute;
    top: -8px;
    right: 35px;
}

#account .tickrow {
    color: #2F327D;
    font-size: 16px;
    height: 25px;
    width: 683px;
    padding-left: 10px;
    position: relative;
    padding-top: 5px;
}

#account .tickrow.grey {
    background: #f2f9fe;
    height: 25px;
    width: 683px;
    position: relative;
    padding-top: 5px;
}

.redborder {
    border-bottom: 2px solid red;
}

a.wills {
    color: #298cb6;
    font-size: 15px;
    text-decoration: none;
    display: block;
    background: url(../images/acc_dot.gif) no-repeat left 5px;
    padding: 0 0 4px 13px;
}

a.wills:hover {
    color: #2F327D;
}


/*  ===============================SHOPPING CART================================== */

#cartscreen {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    overflow: hidden;
}

#cartscreen .buttons {
    padding: 5px 0 5px 0;
    position: relative;
    height: 30px;
}

#cartscreen .buttons .mainbutton {
    float: right;
    position: relative;
}

#cartscreen .steps {
    height: 45px;
    position: relative;
    border: 1px solid #dbe9f2;
    padding: 6px 0 6px 15px;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
}

#cartscreen .stepicon {
    float: left;
    position: relative;
    margin: 0 43px 0 0;
}

#cartscreen .loader {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 90px;
}

.delivforms {
    width: 160px;
    font-size: 11px;
    color: #333;
}

.voucher {
    float: left;
    position: relative;
}

.voucher img {
    margin-bottom: -6px;
}

.cartcosts {
    border-top: 1px solid #d9ecf8;
    margin-top: 5px;
}

.cartback {
    position: relative;
    padding-bottom: 10px;
    float: left;
    border: 1px solid #E1EFF4;
    width: 190px;
    height: 65px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.cartback a {
    line-height: 20px;
}

.cartopt {
    background: #e1eff4;
    height: 65px;
    float: right;
    width: 620px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.cartopt h1 {
    color: #333;
    font-size: 18px;
    padding-right: 20px;
    padding-bottom: 8px;
}

.cartopt img {
    float: left;
    margin-right: 8px;
    margin-left: -5px;
}

.cartopt .debit {
    position: relative;
    margin-right: 0px;
    float: left;
}

.ortext {
    float: left;
    padding-right: 10px;
    line-height: 30px;
}

.checkopt {
    width: 459px;
    background-color: #f4fafd;
    border: solid 1px #dbe9f2;
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
}

.checkopt.space {
    margin-right: 40px;
}

.checkopt ul {
    margin: 0;
    padding: 0;
}

.checkopt li {
    display: block;
    padding-left: 28px;
    background: url(../images/tick_check.gif) no-repeat left 4px;
    list-style: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

.checkopt .smalltext {
    display: block;
    color: #2F327D;
    font-size: 11px;
    padding-top: 3px;
}

.checkopt .mainbutton {
    margin-top: 10px;
    float: none;
}

#cartleft {
    margin-left: 480px;
}

.formshalf {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    width: 125px;
    height: auto;
}

.formsdel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    width: 150px;
    height: auto;
    margin-top: 2px;
}

.formlist {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    width: 265px;
    margin-bottom: 2px;
    height: auto;
}

.formssmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    width: 100px;
    margin-bottom: 2px;
    height: auto;
}

#floatbox {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 280px;
}

.article {
    padding: 10px 20px 10px 20px;
    margin: 0;
    border: 1px solid #d9ecf8;
}

.article h2 {
    margin: 0;
    padding: 3px 0 12px 0;
    padding-right: 16px;
}

.article strong {
    color: #8fb5da;
}

.article .tags {
    font-size: 12px;
    float: left;
    padding-right: 10px;
    line-height: 17px;
    width: 130px;
}

.article h1 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.article .row {
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
}

.article .row strong {
    color: #000;
}

.article .row .tags {
    width: 110px;
}

.article .row .picked {
    float: left;
    position: relative;
    color: #8fb5da;
    font-weight: bold;
}

#infolinks .benefit {
    float: left;
    position: relative;
    width: 205px;
    margin-right: 28px;
    padding-bottom: 20px;
    padding-top: 10px;
}

#infolinks .last {
    margin-right: 0px;
}

#infolinks .benefit h1 {
    font-size: 20px;
    padding-bottom: 4px;
    margin-top: 0px;
}

.ammend {
    float: right;
    position: relative;
}

.passlink {
    display: block;
    float: right;
    position: relative;
    padding-top: 15px;
}

.optbutt {
    margin-top: 10px;
}

.paybutt {
    float: right;
    position: relative;
}

.formscart {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    width: 60px;
    margin-bottom: 2px;
    height: auto;
}

.cardnumber {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    width: 160px;
    margin-bottom: 2px;
    height: auto;
}

.print {
    background: #fff;
}

#summary {
    width: 450px;
    float: left;
}

#summary .tabhead {
    width: 445px;
}

#summary .tabrow {
    width: 445px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#summary .tabrowshade {
    width: 445px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.form .tabhead {
    background: #2F327D;
    padding: 3px 0 3px 5px;
    color: #fff;
    display: block;
    overflow: hidden;
    font-weight: bold;
    position: relative;
}

.form .tabrow {
    padding-top: 8px;
    padding-bottom: 8px;
}

.form .tabrowshade {
    padding-top: 8px;
    padding-bottom: 8px;
}

.cardtext {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    float: left;
    width: 90px;
    padding: 5px 10px 0 0;
    color: #000;
}

.cardcart {
    margin-left: -9px;
}

.formcoll {
    float: left;
    position: relative;
    width: 400px;
    margin-right: 27px;
}

#cartscreen .step {
    float: left;
    font-size: 26px;
    line-height: 40px;
    color: #ccc;
    padding-right: 130px;
}

#cartscreen .step.on {
    color: #298cb6;
}

#cartscreen .step.end {
    padding-right: 0px;
}

#cartscreen .step img {
    float: left;
    margin-right: 10px;
}

#cartscreen .formfloat {
    float: left;
    position: relative;
}

#payment_box {
    border: 2px solid #d9ecf8;
    width: 517px;
}

.form .totals {
    padding-right: 10px;
}

#summary .totals {
    padding-right: 10px;
}

.complete {
    float: right;
    margin-right: 20px;
}

.confirmtags {
    float: left;
    position: relative;
    width: 120px;
    clear: left;
}

#invoices .form,
#cartscreen .form {
    background: #fff;
    font-size: 13px;
    overflow: hidden;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: solid 1px #dbe9f2
}

#cartscreen .form a {
    color: #95b83f;
}

#cartscreen .form a:hover {
    color: #000;
}

#cartscreen .form h3 {
    font-size: 20px;
    padding-bottom: 10px;
}

#cartscreen .formsfixed {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    width: 260px;
    margin-bottom: 2px;
    height: auto;
}

#cartscreen .formtext {
    color: #334672;
    float: left;
    text-align: right;
    position: relative;
    width: 140px;
    padding-right: 20px;
    font-size: 15px;
}

#cartscreen .table {
    margin: 10px 0 20px 0;
}

#cartscreen .tabhead {
    background: #2F327D;
    padding: 3px 0 3px 5px;
    color: #fff;
    display: block;
    overflow: hidden;
    font-weight: 500;
    position: relative;
}

#invoices .tabrow,
#cartscreen .tabrow {
    background: #fff;
    padding: 6px 0 6px 5px;
    display: block;
    overflow: hidden;
    position: relative;
}

#invoices .tabrowshade,
#cartscreen .tabrowshade {
    background: #eff6f8;
    padding: 5px 0 3px 5px;
    display: block;
    overflow: hidden;
    position: relative;
}

#invoices .cell01,
#cartscreen .cell01 {
    width: 90px;
    float: left;
    position: relative;
}

#invoices .cell02,
#cartscreen .cell02 {
    width: 200px;
    float: left;
    position: relative;
    color: #000;
    font-size: 14px;
}
#cartscreen .tabhead .cell02{
    color:#fff;
}

#cartscreen .cell02 strong {
    color: #fff;
}

#cartscreen a.cell02 {
    color: #298cb6;
}

#cartscreen .cellong {
    float: left;
    width: 500px;
    position: relative;
}

#invoices .cell03,
#cartscreen .cell03 {
    width: 80px;
    float: left;
    position: relative;
    text-align: center;
}

#cartscreen .cell03 input {
    width: 40px;
    font-size: 11px;
    color: #666;
}

#invoices .cellright,
#cartscreen .cellright {
    width: 70px;
    float: right;
    position: relative;
    text-align: right;
    padding-right: 10px;
}

#cartscreen .cellimg {
    width: 55px;
    float: left;
    position: relative;
}

#cartscreen .cellaction {
    width: 60px;
    float: right;
    position: relative;
    text-align: center;
}

.totals {
    display: block;
    overflow: hidden;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
}

.celltotal {
    width: 200px;
    float: right;
    position: relative;
    color: #666;
    text-align: right;
    font-size: 12px;
    padding-left: 12px;
}

.celltotal strong {
    color: #2F327D;
    font-weight: 600;
    font-size: 18px;
}

#cartscreen h3 {
    color: #2F327D;
    font-size: 26px;
    margin: 0;
    padding: 0;
}

.print h2 {
    color: #2F327D;
    font-size: 26px;
    margin: 0;
    padding: 0;
}

.checkout_label strong {
    color: #2F327D;
}

#cartbutts {
    float: right;
    position: relative;
    padding-left: 50px;
}

#cartbutts img {
    margin-bottom: 8px;
}

#invoices {
    margin-right: 300px;
    position: relative;
    padding-bottom: 30px;
}

.willicon {
    float: right;
    position: relative;
    margin-left: 20px;
    margin-bottom: 5px;
}

#account .suppbox {
    padding: 0 250px 0 20px;
    background: url(../images/accountbg.gif) repeat-x bottom left;
    position: relative;
    height: 90px;
    border: 1px solid #e1e6e9;
}

#account .suppbox .button {
    position: absolute;
    bottom: 20px;
    right: 35px;
}

#mainpage .longbox {
    position: relative;
    padding: 10px;
    border: 1px solid #dceaf2;
    background: url(../images/featbg.gif) repeat-x left center;
    font-size: 19px;
    font-weight: bold;
    color: #298cb6;
    text-align: center;
    margin-top: 10px;
}

.previewbutt {
    float: right;
    margin-top: 7px;
}

.cellcross {
    float: right;
    position: relative;
    text-align: center;
    width: 55px;
}

#preview {
    background: url(../images/watermark.gif) top center;
    color: #000;
    font-size: 15px;
}

.prevtitle {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}



input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="password"],
textarea,
select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 95.5%;
    padding: 8px;
    margin-right:6px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
    border: 1px solid #CCD7EC;
    background: #fff;
    margin-top:3px;
}


/**
.section{
	font: normal 20px 'Bitter', serif;
	color: #2A88AD;
	margin-bottom: 5px;
}
.section span {
	background: #2A88AD;
	padding: 5px 10px 5px 10px;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 4px solid #fff;
	font-size: 14px;
	margin-left: -45px;
	color: #fff;
	margin-top: -3px;
}
**/

#baseband {
    height: auto;
}

body #baseband .form {
    background-size: cover;
    margin: 10px 30px 10px 20px;
    height: auto;
    padding-bottom: 15px;
}

#Image8 {
    /*display:none; */
}

.celltotal a {
    display: inline-block;
    padding: 6px 10px;
    background: #009fe3;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#ML_dynamic select {
    width: auto;
    padding: 2px;
    margin-top: 0px;
    display: inline-block;
}


/** Jac Responsive Test **/

@media only screen and (max-width:1001px) {
  
    #topband,
    #imageband,
    #greenband,
    #homepage,
    #baseband,
    #formpage {
        width: 100% !important;
    }
    #mainpage, #formpage {
        width: 90% !important;
        display: flex;
        flex-direction: column-reverse;
    }
    #mainpage.calcapp{
        flex-direction: column;
    }
    #mainpage .introtext, #faqs .row a{
        font-size:22px;
    }
    #imageband .roll1,
    div.activeSlider {
        width: 100% !important;
    }
    #imageband .roll1 {
        background-size: 40%;
        background-position: bottom right;
        background-image: none !important;
        padding: 10px !important;
    }
    div.anythingSlider .arrow {
        display: none !important;
    }
    ul.anythingBase li.panel {
        width: auto !important;
    }
    div.anythingSlider .thumbNav a,
    div.anythingSlider .thumbNav li {
        width: 100% !important;
        display: block !important;
        margin: 0px !important;
    }
    #imageband {
        height: auto !important;
    }
  
   
    .logo {
        max-width: 149px;
        position: absolute;
        padding-top: 0 !important;
        margin-top: 0px !important;
        top: -42px !important;
        margin-left: 10px;
    }
    #topband {
        height: auto;
        padding-top:10px;
        z-index:2;
        position:relative;
    }
    #topband .right,
    #topband ul {
        float: none;
        width: auto;
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
        margin: 0;
        padding: 30px;
    }
    #topband img {
        max-width: 75%;
    }
    #topband .right img {
        display: none;
    }
    #topband li {
        list-style: none;
        display: block;
        float: none;
        position: relative;
    }
    #topband .menu {
        display:none;
        position:fixed;
        top:0;
        left:0;
        bottom:0;
        right:0;
        background:#fff;
        z-index:5;
    }
    #topband #nav-icon3 {
        width: 35px;
        height:30px;
        margin: 10px 0px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index:6;
        display:block;
      }
      
      #nav-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #2f317d;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
      }
      #nav-icon3 span:nth-child(1) {
        top: 0px;
      }
      
      #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
        top: 10px;
      }
      
      #nav-icon3 span:nth-child(4) {
        top: 20px;
      }
      
      #nav-icon3.open span:nth-child(1) {
        top: 10px;
        width: 0%;
        left: 50%;
      }
      
      #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      
      #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }
      
      #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
      }
      




    #imageband{
        background-position:85% bottom;
    }
    #imageband .header-intro{
        padding:0 20px;
        max-width:100%;
        justify-content:flex-start;
        padding-top:60px;
        min-height:300px;
        align-items: center;
        text-align: center;
    }
    #imageband .header-intro ul{
        display:none;
    }
    #imageband .header-intro .btn{
        padding:6px 20px;
        font-size:14px;
    }
    #imageband h1{
        font-size:34px;
    }
    div.anythingSlider .thumbNav {
        margin: 0px !important;
    }
    div.anythingSlider {
        padding: 0px !important;
        height: auto !important;
    }
    #topband a.button {
        margin: 0px auto;
    }
   
    .content {
        margin-right: 0px !important;
    }
  
    #greenband .start {
        left: -19px;
    }
    #homepage .rightcol,
    #sub .rightcol {
        float: none !important;
        width: 100%;
    }
    .quote {
        margin-top: 0px !important;
    }
    #greenband a.col,
    #greenband .col.right {
        width: 32%;
        padding: 14px 10px 0 36px;
        background-size: 30px;
    }
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: relative !important;
        top: auto !important;
        right: auto !important;
    }

    .bx-wrapper {
        width: 100% !important;
    }
   
    #formpage .radio {
        margin: auto !important;
    }
    #formpage .form1 .formintro,
    #formpage ul {
        width: 100% !important;
    }
    #floatbox {
        position: relative !important;
        right: auto !important;
        margin: 0px !important;
        top: auto !important;
        display: none;
    }
    #features ul{
        flex-direction:column;
    }
    #features li {
        float: none;
        width: auto;
    }
    #features h1 {
        text-align: center;
    }
    #homepage .homefeatures {
        width: auto !important;
    }
  
    #homepage .homefeatures img {
        position: relative;
    }
    #formpage .form2 {
        width: 100%;
    }
    #formpage .form2 .row {
        width: 100%;
    }
    #formpage .form2 .formtext,
    .formfields {
        float: none !important;
        display: block;
        text-align: left;
    }
    #steps {
        height: auto !important;
    }
    #formpage ul {
        float: none !important;
    }
    #steps li.on,
    #steps li {
        float: none !important;
    }
    #formpage .form2 .subrow {
        padding-left: 0px !important;
    }
    #formpage .textarea {
        width: 95% !important;
    }

    .table {
        overflow: auto;
        width: 100%;
    }
    #pricing,
    #articles {
        margin-right: 0px !important;
        padding: 10px !important;
    }
    #baseband .callback {
        float: none;
        width: auto;
    }
    .credits {
        display: none;
    }
    #mega-menu-1,
    .strip {
        display: none !important;
    }
 
    #baseband .copy {
        padding: 10px;
    }
    #baseband h2,
    .bxslider p,
    .which {
        display: none;
    }
    #baseband .callback h2 {
        display: block;
    }
    #subimageband .wrap {
        padding: 24px 10px;
    }
    #subimageband {
        overflow: hidden;
    }
    #sub .rightcol .start .label {
        left: 0px;
    }

    #basestrip {
        height: auto;
    }
    #basestrip img {
        margin: 10px;
        max-width: 38%;
        height: auto;
    }
    #baseband {
        height: auto;
    }
    #baseband .form {
        margin: 0px auto !important;
        float: none;
        padding-bottom: 20px;
    }
    #baseband .links {
        margin-right: auto;
    }
    #baseband .links ul {
        display: block;
        width: auto;
        margin-right: 0px;
        float: none;
        text-align: center;
    }
    #seo {
        display: none;
    }
  
    .anythingControls {
        display: none !important;
    }
    #imagehead h1 {
        font-size: 20px;
        padding: 10px 0 40px 0px;
    }

    #faqs {
        margin: 0px;
        padding: 10px;
    }
    #rightcol,
    #formpage .rightcol {
        float: none;
        width: 100%;
        padding: 15px;
    }
    #formpage .form2 .formtextsmall,
    #formpage .loginfields {
        float: none;
    }
    #topband .login {
        width: 100%;
        margin: 0px auto;
        display: flex;
        flex-direction: row-reverse;
        padding-top: 50px;
        justify-content: space-between;
    }
    #imageband {
        min-height:0;
    }
 
    label {
        display: block;
    }
    #blog{
        margin:0;
    }
    #rightcol .box, #rightcol .steps, #rightcol .inttest{
        width:100%;
    }
   
}

@media only screen and (min-width:700px) and (max-width:1001px) {
    #rightcol .steps,
    #inttest {
        display: inline-block;
    }
    #rightcol {
        text-align: center;
    }
}


/* NEW CART BUTTONS */

.tabrow.line {
    border-bottom: 1px solid #d9ecf8
}

#mainpage .longbox {
    font-size: 18px;
}

.table h4 {
    color: #2F327D;
    font-size: 20px;
    margin: 25px 0 15px;
}

#cartscreen .cell02 {
    font-size: 15px;
    width: 240px;
}

#cartscreen .tabrowshade,
#cartscreen .tabrow {
    padding: 12px 0 12px 8px;
}

#cartscreen .cellong {
    width: 570px;
    font-size: 15px;
}

#cartscreen .cellcross {
    width: 100px;
}

#cartscreen .add {
    cursor: pointer;
    background: url(../images/add-tick.png) no-repeat 85% center #95b83f;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px;
    padding: 2px 10px 4px;
    border-radius: 10px;
    width: 45px;
    text-align: left;
    display: inline-block;
}

#cartscreen .add:before {
    content: "Add";
}

#cartscreen .add.active {
    background: #b6dfeb;
}

#cartscreen .add.active:before {
    content: "Remove";
}

#cartscreen .add:hover {
    background-color: #298cb6;
}

.celltotal {
    padding-right: 13px;
    font-size: 15px;
    padding-left: 0;
}

.totals {
    padding-top: 20px;
}

.celltotal a {
    margin-top: 1px;
}

@media(max-width:1010px) {
    #cartscreen .cellong {
        width: calc(100% - 190px);
    }
}

#formpage .form2 .row.iwc {
    padding: 0 0 30px 16px;
}

@media(max-width:1010px) {
    #formpage .formfields {
        display: inline-block;
        width: 95.5%;
    }
    #formpage .info {
        float: none;
        display: inline-block;
        margin-right: 0;
    }

    #formpage .form2 .formtext, .form1 .formtext {
        width: 100%;
        padding-bottom:5px;
    }
    #formpage .form2 .row.iwc {
        padding: 0 0 30px 0;
    }
}

.prevtitle {
    font-size: 28px;
    text-align: center;
    padding-top: 10px;
    color: #2F327D;
    font-weight: bold;
}

#preview .table {
    padding: 5px 0 10px;
    width: 750px;
}

#preview .tabhead {
    padding: 5px 8px;
    margin-bottom: 5px;
    font-weight: normal;
    letter-spacing: 0.04em;
    color: #fff;
    background: #2F327D;
}

#preview .tabrow {
    padding: 12px 8px;
}

#preview h4 {
    position: relative;
    padding: 10px;
    border: 1px solid #dceaf2;
    background: url(../images/featbg.gif) repeat-x left center;
    font-size: 19px;
    font-weight: bold;
    color: #298cb6;
    text-align: center;
    margin: 10px 0;
}

#preview .table .tabrow:nth-child(odd) {
    background: rgba(187, 218, 227, 0.3);
}

#cartbutts .previewbutt {
    float: none;
    margin-right: 12px;
}

#fancybox-overlay {
    background-color: rgba(0, 0, 0, 0.5)!important;
}

@media(max-width:767px) {
    #preview .table {
        width: 95%;
    }
}

.form-buttons {
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between;
}

.form-buttons .text-end {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.btn, .various {
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border: 1px solid #CCD7EC;
    border-radius: 60px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.btn.pos {
    background: #f47606;
    color: #fff!important;
    border-color: #f47606;
}

.btn.right{
    float:right;
}

.btn.add {
    background: #009FE3;
    color: #fff;
    border-color: #009FE3;
    font-size: 12px;
    margin-top: 10px;
}

.form-buttons .btn {
    width: 130px;
    padding: 8px 20px;
}

.form-buttons .btn.pos {
    width: 180px;
}

#rightcol .box .btn, #account .box .btn{
    padding:10px 30px;
}



.row.split {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row.split.end{
    align-items: flex-end;
}

@media(max-width:767px){
    .row.split {
        flex-direction: column;
        align-items: flex-start;
    }
    .form-buttons .text-end{
        gap:10px;
    }
    .btn {
        padding: 8px 10px;
        font-size: 12px;
    }
    .form-buttons .btn {
        width: 100px;
    }
    
    .form-buttons .btn.pos {
        width: 130px;
    }
    #steps li{
        font-size:9px;
    }
    #formpage .form2 .formintro{
        padding-bottom:5px;
    }
    #formpage .addbutt{
        font-size:12px;
    }
    .checks.multichecks{
        flex-direction: column;
        align-items:flex-start;
    }
}




/*  Checkbox and radio styling   */

/* layout */
.checks { display:flex; gap:12px; border:0; padding:0; justify-content: flex-end;  margin-right:32px;   align-items: center;}
.checks.multichecks { flex-wrap: wrap; justify-content: flex-start;}

/* hide the real radios but keep them focusable */
.checks input[type="radio"],
.checks input[type="checkbox"]{
  position:absolute;
  opacity:0;
  width:0;
  height:0;
}

/* base “button” */
.checks label{
  display:inline-flex;
  align-items:center;
  gap:.6rem;
  padding:5px 15px;
  border:1px solid #CCD7EC;        /* grey */
  border-radius:6px;
  background:#fff;
  color:#374151;                    /* grey text */
  cursor:pointer;
  user-select:none;
}
.checks label .icon{ font-size:1rem; line-height:1; display:none; }
.checks label.yes .icon,
.checks label.no .icon{
    display:block;
}


/* focus ring for keyboard users */
.checks input[type="radio"]:focus-visible + label,
.checks input[type="checkbox"]:focus-visible + label{
  outline:3px solid #93c5fd;       /* soft blue focus */
  outline-offset:2px;
}

/* YES selected */
.checks input[type="radio"]:checked + label,
.checks input[type="checkbox"]:checked + label{
  color:#22c55e;
  border-color:#22c55e;
  background:#ecfdf5;
}
.checks input[type="radio"]:checked + label .icon,
.checks input[type="checkbox"]:checked + label .icon{
    display:block;
}

/* YES selected */
.checks input[type="radio"]:checked + label.yes,
.checks input[type="checkbox"]:checked + label.yes{
  color:#22c55e;
  border-color:#22c55e;
  background:#ecfdf5;
}

/* NO selected */
.checks input[type="radio"]:checked + label.no,
.checks input[type="checkbox"]:checked + label.no{
  color:#e11d48;
  border-color:#e11d48;
  background:#fff1f2;
}



.inner-form{
    border-top:1px solid #CCD7EC;
    padding-top:20px;
    margin-top:20px;
}
.form2 .inner-form:first-child{
    border:0;
    padding-top:0;
    margin-top:0;
}

.formpadd{
    padding-top:15px;
}

#baseband .wrap{text-align: center;}

.age-groups{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:40px;
    margin:40px 0;
    width:100%;
    max-width:900px;
    text-align:center;
}
@media(max-width:767px){
    .age-groups{
        grid-template-columns: repeat(1, 1fr);
    }
}
.age-groups .item{
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding:20px;
    border-radius:14px;
    aspect-ratio: 3 / 1.9;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    transition: background-size .3s ease-in-out;
}

.age-groups .item:hover{
    background-size: 110%;
}
.age-groups .item:after{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(23,27,65,0.3);
    border-radius:14px;
    content:'';
    z-index:0;
}
.age-groups .item h3{
    color:#fff;
    font-size:24px;
    font-weight:600;
    margin:10px 0;
    padding:0;
    z-index:1;
}
.age-groups .item .btn{
    color:#fff;
    border-color:#fff;
    background:none;
    padding:12px 30px;
    font-size:17px;
    font-weight:400;
    z-index:1;

}   

.quote-single{
    border-radius:15px;
    padding:55px 70px;
    background:#fff;
    box-shadow: 0 0 35px 0 rgba(38, 45, 118, 0.1);
    text-align:center;
    margin:30px 0 80px;
    font-size:18px;
    line-height:1.6;
    color:#2F327D;
}

.quote-single .name{
    display:block;
    font-size:16px;
    font-weight:500;
    color:#f47606;
    margin-top:20px;
}
#agepage #features{
    margin-top: -110px;
    padding-top: 170px;
    background: #f6f9ff;
}
.agepage-intro .wrap {
    display: flex;
    max-width: 1200px;
    margin-top: -20px;
}
.agepage-intro .leftcol {
    width: 50%;
    padding-top: 55px;
}
.agepage-intro .rightcol{
    width: 50%;
    text-align: right;
}
.agepage-intro .rightcol img{
    height: 646px;
    width: auto;
    margin-top: -145px;
    margin-bottom: -98px;
}
.agepage-intro h2 {
    line-height: 1.3;
    padding-bottom: 15px;
}

.agepage-intro .leftcol p {
    font-size: 17px;
    margin: 10px 0 20px;
    color: #696984;
    line-height: 1.5;
    font-weight: 300;
}

#agepage #features p.intro{
    padding-top:40px;
    font-size:20px;
}

.rightcol p.intro{    
    color: #696984;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0.3px;
    margin-top: 10px;
    text-align: center;
}

.age-groups.row{
    grid-template-columns: repeat(3, 1fr);
    max-width:100%;
}

.center{
    text-align:center;
}

.cta{
    border-radius:15px;
    background:#f47606;
    padding:55px 50px;
    display:flex;
    justify-content: space-between;
    align-items:flex-end;
    color:#fff;
    font-size:33px;
    font-weight:600;
    line-height:1.2;
    margin:58px 0 40px;
    box-shadow: 0 0 35px 0 rgba(38, 45, 118, 0.2);
    position:relative;
    overflow:hidden;
}

.cta .btn{
    z-index:1;
}

.cta span{
    font-size:20px;
    display:block;
    max-width:80%;
    padding-top:10px;
}

.rightcol .cta:before{
    content: '';
    background: url(../images/logo-bg.svg) no-repeat center center;
    position: absolute;
    top: -100px;
    left: 45%;
    bottom: 0;
    z-index: 0;
    transform: rotate(35deg);
    width: 300px;
    opacity: 0.1;
    height: 400px;
}

#homepage .rightcol .cta:before{
    content: '';
    background: url(../images/logo-bg.svg) no-repeat center center;
    position: absolute;
    top: -100px;
    left: auto;
    right: 80px;
    bottom: 0;
    z-index: 0;
    transform: rotate(35deg);
    width: 300px;
    opacity: 0.1;
    height: 400px;
}

#blog .cta{
    padding:35px 40px;
    font-size:30px;
}
#blog .cta .btn{
    color:#000;
    z-index:1;
}
#blog .cta:before{
    content: '';
    background: url(../images/logo-bg.svg) no-repeat center center;
    position: absolute;
    top: -100px;
    left: 45%;
    bottom: 0;
    z-index: 0;
    transform: rotate(-45deg);
    width: 300px;
    opacity: 0.1;
    height: 400px;
}


@media(max-width:767px){
    .cta{
        flex-direction:column;
        text-align:center;
        align-items: center;
    }
}

.btn.white{
    background:#fff;
    color:#000;
    border-color:#fff;
}


.home-blog{
    padding:50px 0 0;
    text-align:center;
}
.feature-grid{
    display:grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 60px;
    align-items:start;
    text-align:left;
    margin-top:50px;
  }


  .feature-large a{
    display:grid;
    gap: 10px;
    text-decoration: none;
  }

  .feature-large figure{
    margin:0;
    position:relative;
    border-radius: 10px;
    overflow:hidden;
  }

  .feature-large img{
    width:100%;
    height:auto;
    display:block;
    aspect-ratio: 16 / 9; 
    object-fit: cover;
  }

  .feature-large h3{
    margin: .25rem 0 .5rem;
    font-size: 20px;
    line-height:1.5;
    font-weight:500;
    color: #2F327D;
  }

  .feature-large p{
    color: #666871;
    max-width: 70ch;
    line-height: 1.7;
  }



  .feature-list{
    display:grid;
    gap: clamp(1.25rem, 1.6vw, 1.75rem);
  }

  .media a{
    display:grid;
    grid-template-columns: 200px 1fr; /* image + text */
    gap: 25px;
    align-items:start;
    text-decoration: none;
  }

  .media figure{
    margin:0;
    border-radius: 10px;
    overflow:hidden;
  }

  .media img{
    width:100%;
    height:100%;
    display:block;
    aspect-ratio: 16/10.8;
    object-fit: cover;
  }

  .media h3{
    margin: 0 0 .5rem;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #2F327D;
  }

  .media p{
    margin:0;
    color: #666871;
    line-height: 1.7;
  }


  #imageband.shorter .header-intro{
    height:50vh;
    padding-bottom:0;
}

#imageband.shorter .header-intro h1{
    font-size:40px;
}

.landing-intro .wrap{
    padding:0px 0 50px 0;
    display:flex;
    max-width:1200px;
    margin-top:-20px;
}

.landing-intro .leftcol{
    width:50%;
    padding-top:85px;
}

.landing-intro.noform .leftcol{
    padding-top:0;
}

.landing-intro .leftcol p{
    font-size: 17px;
    margin: 10px 0 20px;
    color: #696984;
    line-height: 1.5;
    font-weight: 300;
}

.inline-form{
    width:50%;
    padding-left:100px;
}

#imagehead .header-intro{

    max-width: 50%;
    padding-left: 60px;
    min-height: 420px;
    position: relative;
    padding-bottom: 50px;
}

#imagehead .inline-form{
    position:absolute;
    top:-50px;
    right:3%;
    width:45%;
}
#imagehead h1 span{
    color: #f47606;
}
#imagehead .header-intro h1{
    padding-bottom:20px;
font-size:38px;
}
    #imagehead .header-intro p{
        font-size: 15px;
        line-height: 1.5;
    }

    #imagehead .header-intro .intro-text{
        color: #2F327D;
        FOnt-size: 17px;
    }

#imagehead ul{
    font-size: 15px;
    line-height: 1.5;
    padding-top: 20px;
    list-style-position: outside;
    margin-left: 20px;
}

#imagehead ul li{
    margin-bottom:5px;
}

.form-block .btn{
    margin-top: 15px;
    font-size: 17px;
    padding: 8px 30px;
}
.form-block .row{
    margin-bottom:15px;
    color: #000;
    position: relative;
}
.landing-intro h2{
    line-height:1.3;
    padding-bottom:15px;
}
.landing-intro h2 span{
    color: #f47606;
}

.form-block{
    background:#fff;
    padding:45px 40px;
    border-radius:10px;
    box-shadow: 0 0 35px 0 rgba(38, 45, 118, 0.1);
    text-align:center;
}

.form-block .row label{
    font-size:14px;
    font-weight:400;
    color:#333;
    line-height:1.5;
    text-align:left;
    display:block;
}
.form-block label strong{
    color: #f47606;
}
.form-block label .note{
    display:block;
    font-size:12px;
    color:#696984;
    font-weight:400;
    padding-bottom:5px;
}
.form-block input, .form-block select{
    width:100%;
}
.form-block input.small{
    width:150px;
}
    
.form-block h3{
    margin:0 0 15px;
    font-size:28px;
    line-height:1.2;
    color: #2F327D;
    font-weight:600;
}


#landpage #features{
    margin-top:-110px;
    padding-top:130px;
    background:#f6f9ff;
}

.landing-intro.noform .wrap{
    max-width:900px;
    display:flex;
    flex-direction:column;
    text-align:center;
    padding:65px 0 80px;
}
 .landing-intro.noform p{
    font-size: 16px;
    margin: 10px 0 10px;
    color: #696984;
    line-height: 1.5;
    font-weight: 300;
}

#landpage.noform #features{
    margin-top:0;
    padding-top:70px;
}

.form-block.blue{
    background:#2F327D;
    color:#fff;
}
.form-block.blue h3{
    color:#fff;
}
.form-block.blue label{
    color:#fff;
}
.form-block.blue label .note{
    color:#fff;
}


.info-block{
    padding:110px 0 60px;
}
.info-block .btn{
    margin-top:10px;
}
.info-block .wrap{
    display:flex;
    align-items:flex-start;
    gap:90px;
    max-width:1200px;
}
.info-block.hp{
    padding:100px 0 30px;
}
.info-block.hp .wrap{
    max-width:1200px;

}
.info-block .leftcol{
    width:42%;
}
.info-block .rightcol{
    width:58%;
}

.info-block.hp .leftcol{
    width:46%;
}
.info-block.hp .rightcol{
    width:52%;
}


.info-block .rightcol h2{
    margin:0 0 10px;
    font-size:32px;
    font-weight:500;
    color: #2F327D;
}
.info-block .rightcol p{
    margin: 10px 0 20px;
    color: #696984;
    line-height: 1.7;
    font-size: 15px;
    font-weight: 400;
}
.info-block .rightcol ul{
    list-style:none;
    padding:0;
    margin:0 0 20px;
    color: #696984;
    line-height: 1.7;
    font-size: 15px;
    list-style-position: outside;
    padding-left:10px;
}
.info-block .rightcol ul li{
    margin-bottom:3px;
}
.info-block .rightcol ul li::marker {
    content: "✔ ";
    color: #2F327D;          /* use any color */
    font-size: 1.06em;       /* optional sizing */
    font-weight:600;
    margin-right:5px;
  }
.info-block img{
    width:100%;
    height:auto;
}

#faqsrow{
    padding:50px 0;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:20px;
}
#faqsrow h2{
    font-size:32px;
    font-weight:500;
    color: #2F327D;
    margin:0 0 20px;
}
#faqsrow h3{
    font-size:20px;
    font-weight:500;
    color: #2F327D;
    margin:0;
    cursor:pointer;  
}
#faqsrow h3:after{
    content: '+';
    float:right;
    color:#CCD7EC;
    font-size:30px;
    font-weight:300;
    line-height:30px;
}
#faqsrow .item{
    background:#fff;
    padding:20px;
    border-radius:10px;
    border:1px solid #CCD7EC;   
    width:100%;
}
#faqsrow .item .reveal{
    display:none;
    padding-top:10px;
    color: #696984;
    line-height: 1.7;
    font-size: 15px;
}
#faqsrow .item.active .reveal{
    display:block;
}

.landing-quotes{
    display:flex;
    gap:40px;
    justify-content:center;
    align-items:stretch;
    padding:40px 0;
}
.landing-quotes .quote{
    background:#fff;
    padding:35px 50px;
    border-radius:10px;
    box-shadow: 0 0 35px 0 rgba(38, 45, 118, 0.1);  
    width:100%;
    text-align:center;
    font-size: 15px;
    font-weight:500;
    color: #2F327D;
  
    line-height: 1.7;
    display:flex;
    flex-direction:column;
    justify-content:space-between;

}

.landing-quotes.noform .quote{
    box-shadow:none;
    background:#f6f9ff;
}

.landing-quotes .quote .name{
    line-height: 1.7;
    font-size:13px;
    font-weight:400;
    color: #f47606;
    padding-top:20px;
}

.will-options{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:40px;
    width:340px;
    padding-bottom:40px;
}
.will-options .item{
    color:#2F327D;
    text-align: left;
}
.will-options .item img{
    float:left;
    margin-right:10px;
    height:55px;
    width:auto;
}
#imageband .will-options .item h3{
    margin:0 0 3px;
    font-size:14px;
    font-weight: 600;
}
.will-options .item p{
    margin:0;
    font-size:30px;
    font-weight:700;
    line-height:1;
}


.modal{
    position:relative;
    margin-top:30px;
    margin-left:50%;
    transform: translateX(-50%);
    width:100%;
    z-index:1000;
    display:none;
    max-width:550px;
}
body.modal-open{
    overflow:hidden;
}
.modal-backdrop{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:999;
    display:none;
    overflow-y:auto;
}
body.modal-open .modal-backdrop{
    display:block;
}
.close-modal{
    display: block;
    text-align: right;
    margin-top: -20px;
    padding-bottom: 8px;
    margin-right: -10px;
}







@media(max-width:1320px){
    #imagehead .inline-form{
        right:0;
    }
    .inline-form{
        padding-left:0px;
    }
    #imagehead .header-intro{
        padding-left:0;
    }
}

@media(max-width:1024px){
    .inline-form{
        padding-left:20px;
    }
    #imagehead .inline-form {
        top:0;
    }
    #imagehead .header-intro{
        width:100%;
        padding-left:0;
        max-width:100%;
    }
    #imagehead .header-intro{padding-left:0;}
    #imagehead .inline-form{
        position:relative;
        width:100%;
    }
}

@media(max-width:767px){
    .landing-intro .wrap{
        flex-direction:column-reverse;
    }
    .inline-form, .landing-intro .leftcol{
        width:100%;
        padding-left:0;
        max-width:100%;
    }
 
    .form-block{
        padding:35px 25px;
    }
    .info-block{
        padding:60px 0;
    }
    #imageband.shorter .header-intro h1{
        font-size:34px;
    }
    
    .info-block .wrap{
        flex-direction:column;
    }
    .info-block .leftcol, .info-block.hp .leftcol{
        width:100%;
    }
    .info-block .rightcol, .info-block.hp .rightcol{
        width:100%;
    }
    #imageband .header-intro{
        padding:20px 0 0;
    }
    #formpage .formfields {
        width: 90%;
        margin-right:0;
    }
    .btn.white, .inline-form .btn, .rightcol .btn{
        font-size:16px;
        padding:8px 20px;
        margin-top:20px;
    }
    #account .row, .contents .filelist, .landing-quotes{
        flex-direction:column;
    }
    #account .tabrow, #account .tabrow.grey, #account .tabhead{
        width:100%;
    }
#account .cell02{
        width:auto;
    }
    #account .cell01{
        padding-right:20px;
        width:100px;
    }
    #account .cell05{
        width:40px;
    }
    #faqsrow h3 {
    font-size:17px;
}

#testimonial{
    flex-direction: column;
}
#testimonial .quote-left,
#testimonial .quote-right{
    width:100%;
}
#testimonial .quote-next{
    top:15%;
}
#testimonial .quote-text{
    margin: -50px 0 20px 25px;
}
.quote-single{
    padding:30px;
    font-size: 16px;
}

.will-options {

    gap: 0px;
    width: 290px;
    padding-bottom: 0px;
    position: absolute;
    bottom: 0;
}
.will-options .item img {
    height: 45px;
}
#imageband .will-options .item h3{
    margin:0;
    font-size: 12px;
 }
 .will-options .item p{
    font-size:24px;
 }

 .age-groups.row{
    grid-template-columns: repeat(1, 1fr);
 }
 .agepage-intro .wrap{
    flex-direction: column;
 }
 .agepage-intro .leftcol, .agepage-intro .rightcol{
    width: 100%;
 }
 .agepage-intro .rightcol img{
    height: auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: -40px;
 }
 .cta span{
    max-width: 100%;
 }
 #pricing .row{
    flex-direction: column;
 }
 #pricing .box{
    width: 100%;
 }

}

@media(max-width:600px){
.modal{
    margin-top:0;
    margin-left:0;
    transform: translateX(0);
    }
    .modal .form-block{
        border-radius:0;
    }
}

@media(max-width:480px){
    #testimonial .quote-text{
        min-height:320px;
    }
}

.qtip-wrapper{
    border-radius:5px!important;
    background:#2a2b35!important;
}
.qtip-content{
    font-size:12px;
    border-radius:5px!important;
}


  @media (max-width: 1024px){
    .feature-grid{
    
      gap: clamp(1.5rem, 3vw, 2rem);
    }
    .media a{ grid-template-columns: 190px 1fr; }
  }

  @media (max-width: 820px){
    .feature-grid{
      grid-template-columns: 1fr;
    }
    .media a{ grid-template-columns: 170px 1fr; }
  }

  @media (max-width: 560px){
    .media a{
      grid-template-columns: 1fr;
    }
  }



  @media(max-width:767px){
    #features h2, #homepage h2 {
    font-size:28px;
}
#mainpage .form h2, #mainpage h2, .landing-intro h2, .agepage-intro h2, #faqsrow h2, .info-block .rightcol h2{
    font-size:24px;
}
#homepage .homefeatures{
    padding:60px 0 0;
    margin:0;
}
#homepage .homefeatures:after{
    display:none;
}
.cta{
    margin:30px 0;
    font-size:28px;
}
#baseband li a{
    padding:5px 0;
}
#features{
    padding-top:30px;
}
  }

.contents .filelist{
    display:flex;
    gap:25px;
    align-items:center;
    padding:20px 0 40px;
}

.contents .filelist a{
    display:block;
    width:190px;
    border:1px solid #CCD7EC;
    height:200px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-size:16px;
    font-weight:500;
    color:#2F327D;
    text-decoration:none;
    flex-direction: column;
    border-radius:6px;
    box-shadow: 0 0 35px 0 rgba(38, 45, 118, 0.1);
}
.contents .filelist a img{
    height:100px;
    width:auto;
    margin-bottom:20px;
}

#cookiepanel{
    background:#fff;
    line-height: 18px;
    padding: 20px 35px 20px 25px;
    border-radius:10px;
    box-shadow: 0 0 35px 0 rgba(38, 45, 118, 0.1);
    width:100%;
    max-width:300px;
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:1000;
    font-size:13px;
}

#cookiepanel .close {
    right: 12px;
    top: 10px;
    background: url(../images/gdpr-close.png) center center no-repeat #d1d5e4;
    border-radius: 50%;
    height: 21px;
    width: 21px;
    position: absolute;
    cursor: pointer;
  }
  #cookiepanel .close:hover {
    background-color: #bcc1d6;
  }

#cookiepanel p{
    margin:10px 0;
}
#cookiepanel strong{
    color:#2F327D;
}
/*

.checkbox-wrapper input[type="checkbox"],
.checkbox-wrapper input[type="radio"]{
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.checkbox-wrapper input[type="checkbox"]:checked+.checkbox-tile,
.checkbox-wrapper input[type="radio"]:checked+.checkbox-tile {
    border-color: #009fe3;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #009fe3;
}

.checkbox-wrapper input[type="checkbox"]:checked+.checkbox-tile:before,
.checkbox-wrapper input[type="radio"]:checked+.checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #f47606;
    border-color: #f47606;
}

.checkbox-wrapper input[type="checkbox"]:checked+.checkbox-tile .checkbox-icon,
.checkbox-wrapper input[type="checkbox"]:checked+.checkbox-tile .checkbox-label,
.checkbox-wrapper input[type="radio"]:checked+.checkbox-tile .checkbox-icon,
.checkbox-wrapper input[type="radio"]:checked+.checkbox-tile .checkbox-label {
    color: #009fe3;
}

.checkbox-wrapper input[type="checkbox"]:focus+.checkbox-tile,
.checkbox-wrapper input[type="radio"]:focus+.checkbox-tile {
    border-color: #009fe3;
}

.checkbox-wrapper input[type="checkbox"]:focus+.checkbox-tile:before,
.checkbox-wrapper input[type="radio"]:focus+.checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-wrapper .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 7rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    font-size: 13px;
}

.checkbox-wrapper .checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.5rem;
    left: 0.5rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.checkbox-wrapper .checkbox-tile:hover {
    border-color: #009fe3;
}

.checkbox-wrapper .checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-wrapper .checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
}

.checkbox-wrapper .checkbox-icon svg,
.checkbox-wrapper .checkbox-icon img {
    width: 4rem;
    height: 4rem;
}

.checkbox-wrapper .checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
}

*/

