/**
 * Fonts
 */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    
    font-style: normal;
} 
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');

    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
    
    font-style: normal;
}

@font-face {
    font-family: 'Public Sans';
    src: url('../fonts/PublicSans-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Public Sans Bold';
    src: url('../fonts/WorkSans-SemiBold.ttf') format('truetype');
    
    font-style: normal;
}


/**
 * Reset
 */
body{
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    color: #414757;
    line-height: 26px;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6{  font-family: 'Public Sans', sans-serif;}
h1, h2{ font-weight:500; }
.thin{ font-weight: 300 !important; }
h1 strong, h2 strong{  }
.thin strong{ font-weight: 500 !important; }
.big{ font-size: 0.75em; }
.ultra{ font-size: 1.5em; }
.bold {  }






.page-title { font-size:34px;  line-height: 38px;  font-family: 'Public Sans', sans-serif; color: #08142a; }

@media screen and (max-width: 641px){
.page-title { font-size:26px;  line-height: 32px;  font-family: 'Public Sans', sans-serif; color: #08142a; }

}

.page-subtitle { font-size:20px;  line-height: 26px; font-family: 'Public Sans', sans-serif;  padding-top: 10px; padding-bottom: 10px; color: #a23193;} 

@media screen and (max-width: 641px){
.page-subtitle { font-size:17px;  line-height: 26px; font-family: 'Public Sans', sans-serif;  padding-top: 10px; padding-bottom: 10px; color: #a23193;} 

}


.page-bodytitle { font-size:20px;  line-height: 28px; font-family: 'Public Sans', sans-serif; padding-bottom: 3px; padding-top: 25px; color: #414757; }



.services-subtitle { font-size:25px;  font-family: 'Public Sans', sans-serif; padding-bottom: 25px;  }




.page-paratitle { font-size:1.3em;  line-height: 28px; font-family: 'Public Sans', sans-serif; padding-bottom: 5px; padding-top:5px; color: #3d4dc6;} 

.page-footertitle { font-size:1.2em;  line-height: 28px; font-family: 'Public Sans', sans-serif; padding-bottom: 25px; padding-top:5px; color: #3d4dc6;} 

.page-footerdescription { font-size:1em;  line-height: 28px; font-family: 'Public Sans', sans-serif; padding-bottom: 5px; padding-top:20px; color: #07152a;} 

.page-servicestitle { font-size:1.4em;  line-height: 23px; font-family: 'Public Sans', sans-serif; padding-bottom: 5px; padding-top:15px;} 

.hp-subtitle { font-size:1.9em;  line-height: 34px;  font-family: 'Public Sans', sans-serif; padding-top: 60px; padding-bottom: 15px;  color:#FFF; padding-right: 130px; padding-left:130px;} 
.hp-subtitle_b { font-size:1.9em;  line-height: 34px;  font-family: 'Public Sans', sans-serif; padding-bottom: 15px;  color:#333; } 

.hp-message { font-size:1.4em;  line-height: 26px; font-family: 'Public Sans', sans-serif; padding-bottom: 5px; padding-top:15px;} 
.hp-subcopy { font-size:1.2em;  line-height: 26px;  font-family: 'Public Sans', sans-serif; color:#FFF; padding-right: 130px; padding-left:130px;} 




.page-seperator { padding-top:30px; padding-bottom:30px; } 


@media screen and (max-width: 641px){
.hp-subtitle { font-size:1.9em;  line-height: 34px;  font-family: 'Public Sans', sans-serif; padding-top: 60px; padding-bottom: 15px;  color:#FFF; padding-right: 15px; padding-left:15px;} 
}


@media screen and (max-width: 641px){
.hp-subcopy { font-size:1.2em;  line-height: 26px;  font-family: 'Public Sans', sans-serif; color:#FFF; padding-right: 15px; padding-left: 15px;} 
}


.speaker-title { font-size:20px;  line-height: 26px; font-family: 'Public Sans', sans-serif; padding-top: 10px; padding-bottom: 3px; margin-bottom: -5px;  color: #3fc1be;} 

@media screen and (max-width: 641px){
.speaker-title { font-size:17px;  line-height: 26px; font-family: 'Public Sans', sans-serif; padding-top:10px; padding-bottom: 3px;  color: #3fc1be;} 

}


a, a:link, a:focus, a:active{
    text-decoration: none;
    outline-width: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color: #3fc1be;
}
a:hover{
    color: #a23193;
    text-decoration: underline;
}


img, canvas{
    max-width: 100%;
    height: auto;
}
.img-circle{
    border-bottom-left-radius: 100px; border-bottom-right-radius: 100px;
}
img.aligncenter{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

p {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}


ol, ul{

}
ol li, ul li{
    padding-top: 3px;
    padding-bottom: 3px;
}

ul.list1{
    list-style: none;
    padding: 0;
    display: table;
    margin: auto;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #000000;
}
ul.list1 li{
    position: relative;
    padding: 8px 0 8px 30px;
}
ul.list1 li:before{
    content: "";
    width: 8px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 4px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    color: #000000;
}

ul.list2{
    list-style: none;
    padding: 0;
    display: table;
    margin: auto;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #000000;
}
ul.list2 li{
    position: relative;
    padding: 8px 0 8px 30px;
}
ul.list2 li:before{
    content: "";
    width: 8px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 4px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    color: #000000;
}

ul.list3{
    list-style: none;
    padding: 0;
    display: table;
    margin: auto;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}
ul.list3 li{
    position: relative;
    padding: 8px 0 0px 8px;
}
ul.list3 li:before{
    content: "";
    width: 8px;
    height: 14px;
    display: block;
    position: absolute;
}


ul.list4{
    list-style: disc;
    padding-left:15px;
    padding-bottom: 0px;
    padding-top: 0px ;
    padding-right: 0px ;
    margin: auto;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}


.nospacing{ letter-spacing: 0; }
.nomargin { margin: 0; }
.no-margin { margin: 0 !important; }



.bg-cover { 
  background-color: rgba(0, 0, 0, 0.2); /* adjust opacity */
  background-blend-mode: multiply;
background-size: cover; 
background-position: top;
display: block;}

@media screen and (max-width: 641px){
.bg-cover { border-bottom-right-radius: 0; display:none; }

}


/**
 * Breadcrumb
 */


.breadcrumb-txt  {
    font-size:15px;
    font-family: 'Public Sans', sans-serif;
}

/**
 * Homepage
 */


/* Hide the breakout image on mobile devices */
@media (max-width: 991px) {
    .breakout-image {
        display: none !important;
    }
}

/* Optional: Add some padding to the text column on mobile to compensate */
@media (max-width: 991px) {
    .col-lg-6.p-0.position-relative {
        padding: 0 15px !important;
    }
}

.homecontainer{
   width: 50%;
   color: #333;
   height: 500px;
   text-align: center;
}

@media screen and (max-width: 641px){
.homecontainer{
   width: 100%;
   color: #333;
    height: auto;
}
}


.bg-home-hero { 
background-size: cover; background-color: #3fc1be;  
}

@media screen and (max-width: 641px){
.bg-home-hero { 
background-size: cover; background-color: #3fc1be;  
}}


.hp-block { 
margin-top: -100px;
background-color: #fff;
padding-top: 50px;
padding-right: 75px;
padding-left: 75px;
border-radius: 10px;
padding-bottom: 50px;
}

@media screen and (max-width: 641px){
.hp-block { 
margin-top: -10px;
background-color: #fff;  
padding-top: 5px;
padding-right: 0px;
padding-left: 0px;
}}

.hp-mobile-image { 
display: none;
}

@media screen and (max-width: 641px){
.hp-mobile-image { 
display: block;
}}




.hp-title { font-size:2.6em;  line-height: 49px;  font-family: 'Public Sans', sans-serif; color: #414757;  letter-spacing: -0.5px;} 


@media screen and (max-width: 641px){
.hp-title { font-size:1.1 em;  line-height: 50px;  font-family: 'Public Sans', sans-serif;  letter-spacing: -0.5px; color: #414757; } 
}





.hp-message { font-size:1.2em;  line-height: 26px; font-family: 'Public Sans', sans-serif; padding-bottom: 5px; padding-top:15px;  letter-spacing: -0.5px;} 


@media screen and (max-width: 641px){
.hp-message { font-size:1.2em;  line-height: 26px; font-family: 'Public Sans', sans-serif; padding-bottom: 5px; padding-top:15px; width: 80%;  letter-spacing: -0.5px;} 
}


.hp-message-a { font-size:1.4em;  line-height: 26px; font-family: 'Public Sans', sans-serif; padding-bottom: 5px; padding-top:15px;} 


@media screen and (max-width: 641px){
.hp-message-a { display: none;} 
}





.home-enquiry-form {
border-left: 5px solid #0A467D;  padding-left: 30px; margin-bottom: 20px;
}

@media screen and (max-width: 641px){
.home-enquiry-form
{
border-left: 5px solid #0A467D; margin-left: 0px; padding-left: 10px; padding-bottom: 20px; margin-top: 30px;
 }
}


.home-page-copy {
padding-right: 40px;
}

/* Services page */


hr.menusep {
  border-top: 1px solid #CCC;
  padding:0;
  margin:0;
}


@media screen and (max-width: 641px){
hr.menusep {
  border-top: 1px solid #f3f3f3;
padding-top: 20px;
margin-top: 20px;
}
}

.tesimonials-sep {
  padding-bottom:100px;
  padding-top: 70px;
}


@media screen and (max-width: 641px){
.tesimonials-sep 
{
  padding-bottom:50px;
  padding-top: 50px;
}
}



.heading-row 
{
  padding-bottom:100px;
  padding-top: 70px;
}


@media screen and (max-width: 641px){
.heading-row 
{
  padding-bottom: 0px;
    padding-top: 10px;

}
}


.ebook-section {
    max-width: 1408px;
    width: 100%;
    margin: 0 auto;
    background-color: #0A467D;
}

.ebook-background {
    max-width: 1408px;
    width: 100%;
    margin: 0 auto;
    background-color: #0A467D;
}


.ebook-text {
   padding-left:150px;
   padding-top:40px;
   padding-right:90px;
   padding-bottom:5px;
   color:#FFF;
   font-size: 15px;
}


@media screen and (max-width: 641px){
.ebook-text {
   padding-left:40px;
   padding-top:40px;
   padding-right:90px;
   padding-bottom:50px;
   color:#FFF;
   font-size: 15px;
}
}


.ebook-title 
{
    font-size:2em; 
     
    line-height: 40px;  
    font-family: 'Public Sans', sans-serif;
}


/**
 * Related resources
 */

.related-resources {
text-align: right;
font-size: 15px;
color: #e97b6f;
}


@media screen and (max-width: 641px){

.related-resources {
text-align: left;
}
}



/**
 * Home page
 */


#background-video {
  width: 100vw;
  height: 750px;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
 object-position: bottom;  
 border-bottom-right-radius: 5% 10%;
 padding-bottom: 50px;
}


 @media screen and (max-width: 641px){
#background-video{
    display: none;
    height: 750px;
}
}

.background-mobile {
   background-image: url(https://www.nextgen2026.com/wp-content/themes/NextGen/images/footer-bg.jpg);
   background-size: cover;
   background-position: bottom;
   height: auto;
   margin-bottom: 40px;
   height: 700px;
}


 @media screen and (max-width: 641px){
.background-mobile {
   background-image: url(https://www.nextgen2026.com/wp-content/themes/NextGen/images/footer-bg.jpg);
   background-size: cover;
   background-position: top;
   height: auto;
   margin-bottom: 40px;
}
}



.homepagetop{    
    padding-top:80px;
    padding-bottom:20px;
    position: relative;
    height: 740px;
}


 @media screen and (max-width: 641px){
.homepagetop{
    padding-top:70px;
    padding-bottom:100px;
    position: relative;
}
}



.block_background-hp {
    height: 300px;
    background-repeat: repeat;
    background-size: auto;
    max-width: 1200px;
    width: 100%;
    margin-top: -200px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    color: #FFF;
}


@media screen and (max-width: 641px){
.block_background-hp {
    height: auto;
    background-repeat: repeat;
    background-size: auto;
    max-width: 1000px;
    width: 100%;
    margin-top: -200px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    color: #FFF;
}
}



.hp-page-title { font-size:48px;  line-height: 44px;  font-family: 'Public Sans', sans-serif; color: #3fc1be; }
@media screen and (max-width: 641px){
.hp-page-title { font-size:2.5em;  line-height: 44px;  font-family: 'Public Sans', sans-serif; color: #3fc1be; }
}



.hp-page-blurb { font-size:21px;  line-height: 25px; font-family: 'Public Sans', sans-serif;  padding-top: 10px; padding-bottom: 10px;} 

@media screen and (max-width: 641px){
.hp-page-blurb { font-size:1.2em; line-height: 24px; font-family: 'Public Sans', sans-serif;  padding-top: 10px; padding-bottom: 10px;} 
}



.hp-page-subtitle { font-size:18px;  line-height: 24px; font-family: 'Public Sans', sans-serif;  padding-top: 10px; padding-bottom: 10px;} 

@media screen and (max-width: 641px){
.hp-page-subtitle { font-size:1.2em; line-height: 24px; font-family: 'Public Sans', sans-serif;  padding-top: 10px; padding-bottom: 10px;} 
}





.hp-page-tile { font-size:22px;   line-height: 28px; font-family: 'Public Sans', sans-serif;  padding-top: 10px; padding-bottom: 10px;} 

.hp-maincopy { font-size:18px;   line-height: 24px;  font-family: 'Public Sans', sans-serif;} 



#home a:link{ color:#fff; font-size: 20px; line-height: 34px;} 
#home a:visited{ color:#fff; line-height: 34px;} 
#home a:hover{ color:#fff; line-height: 34px;} 
#home a:active{ color:#a23193; line-height: 34px;}


.solutions-item-home {  border-bottom-left-radius: 5% 5%; padding: 10px; }

.solutions-item-home a {
    display: block;
    background: #3fc1be;
    height: 180px;
    border-bottom: 1px solid #3fc1be; border-left: 1px solid #3fc1be; border-bottom-left-radius: 5% 5%; border-top-right-radius: 5% 5%; padding: 10px;  }

  .solutions-item-home a:hover {
    background: #a23193;
    border-bottom: 1px solid #a23193; border-left: 1px solid #a23193; border-bottom-left-radius: 5% 5%; border-top-right-radius: 5% 5%; padding: 10px;  }



.solutions-item-advisers-home {  border-bottom-left-radius: 5% 5%; padding: 10px;  }

.solutions-item-advisers-home a {
    display: block;
    background: #131429;
    height: 180px;
    border-bottom: 1px solid #131429; border-left: 1px solid #131429; border-bottom-left-radius: 5% 5%; border-top-right-radius: 5% 5%; padding: 10px;  }

  .solutions-item-advisers-home a:hover {
    background: #a23193;
    border-bottom: 1px solid #a23193; border-left: 1px solid #a23193; border-bottom-left-radius: 5% 5%; border-top-right-radius: 5% 5%; padding: 10px;
  }





.solutions-item-self-home {  border-bottom-left-radius: 5% 5%; padding: 10px; }

.solutions-item-self-home a {
    display: block;
    background: #414757;
    height: 180px;
    border-bottom: 1px solid #414757; border-left: 1px solid #414757; border-bottom-left-radius: 5% 5%; border-top-right-radius: 5% 5%; padding: 10px;  }

  .solutions-item-self-home a:hover {
    background: #a23193;
    border-bottom: 1px solid #a23193; border-left: 1px solid #a23193; border-bottom-left-radius: 5% 5%; border-top-right-radius: 5% 5%; padding: 10px;
  }




.bg-solutions-home { background-color: #08142a; color: #FFFFFF; border-top-left-radius: 50px 50px; padding-top: 50px; padding-bottom: 150px;}
.bg-solutions-home-bottom { background-color: #414757; color: #FFFFFF; border-bottom-right-radius: 50px 50px; padding-top: 50px; padding-bottom: 50px;}


.homeimage { float:left;  border-top-left-radius: 30px 60px; padding-right: 40px; padding-top: 30px; padding-bottom: 30px; overflow:hidden;}


.section-border-hp { z-index: 2 !important; background-image: url(../images/footer-bg.jpg); background-size: cover; margin-top: 200px; background-color: #0e152a; border-right:1px solid #0e152a; border-bottom:1px solid #0e152a; border-bottom-right-radius: 30px 30px; padding-right: 50px; padding-bottom: 50px; }

@media screen and (max-width: 641px){
.section-border-hp { margin-top: 220px; border-right:2px solid #0e152a; border-bottom:2px solid #0e152a; border-bottom-right-radius: 0%; padding-right: 50px; padding-bottom: 50px; margin-bottom: 50px; }

}



/**
 * Individual sections
 */

.section-border-ini {  background-image: url(../images/footer-bg.jpg); background-size: cover; margin-bottom: -150px; height:450px; background-color: #0e152a; border-right:1px solid #0e152a; border-bottom:1px solid #0e152a; border-bottom-right-radius: 30px 30px; padding-right: 50px; padding-top:200px; padding-bottom:40px }

@media screen and (max-width: 641px){
.section-border-ini { margin-top: -50px; border-right:2px solid #0e152a; border-bottom:2px solid #0e152a; border-bottom-right-radius: 0%; padding-right: 50px; padding-bottom: 50px; margin-bottom: -20px; width:100%; }

}

.section-border-ini-blue { margin-bottom: -150px; background-color: #414757; border-right:1px solid #414757; border-bottom:1px solid #414757; border-top-right-radius: 30px 30px; padding-right: 50px; padding-top:40px; padding-bottom:40px }

@media screen and (max-width: 641px){
.section-border-ini-blue { margin-top: -50px; border-right:2px solid #414757; border-bottom:2px solid #414757; border-bottom-right-radius: 0%; padding-right: 50px; padding-bottom: 50px; margin-bottom: -20px; width:80%; }

}


.section-border-ini-navy { margin-bottom: -150px; background-color: #131429; border-right:1px solid #131429; border-bottom:1px solid #131429; border-top-right-radius: 30px 30px; padding-right: 50px; padding-top:40px; padding-bottom:40px }

@media screen and (max-width: 641px){
.section-border-ini-navy { margin-top: -50px; border-right:2px solid #131429; border-bottom:2px solid #131429; border-bottom-right-radius: 0%; padding-right: 50px; padding-bottom: 50px; margin-bottom: -20px; width:80%; }

}





.bg-section { background-color: #fff; color: #414757;  padding-top: 80px; padding-bottom: 50px;font-size: 17px; }

@media screen and (max-width: 641px){
.bg-section { background-color: #fff; color: #414757;  padding-top: 50px; margin-bottom: -50px; font-size: 17px; }

}

.section-border { border-right:1px solid #3fc1be; border-bottom:1px solid #3fc1be; border-bottom-right-radius: 30px 30px; padding-right: 50px; padding-bottom: 50px; }

@media screen and (max-width: 641px){
.section-border { border-right:2px solid #3fc1be; border-bottom:2px solid #3fc1be; border-bottom-right-radius: 0%; padding-right: 50px; padding-bottom: 50px; margin-bottom: 50px; }

}

.section-image { margin-left:-120px; float:left;  border-top-left-radius: 30px 60px; padding-right: 40px; padding-top: 30px; padding-bottom: 30px; overflow:hidden;}

@media screen and (max-width: 641px){
.section-image {  margin-left:-20px;  float:none;  border-top-left-radius: 0px; padding-right: 0px; padding: 0; overflow:hidden; width: 100%;}

}


.contentpagetop{    padding-top:0px;
    padding-bottom:20px;
    position: relative;
    background-color: #FFFFFF;
}


 @media screen and (max-width: 641px){
.contentpagetop{
    padding-top: 0px;
    padding-bottom:0px;
    position: relative;
    background-color: #FFFFFF;
}
}


/**
 * Connect include 
 */


/* Default: mobile first — show background image, hide video */
.bg-connect {
    position: relative;
    background-image: url("/wp-content/themes/NextGen/images/mobile-img.jpg");
    background-size: cover;
    background-position: center;
    height: 700px;
    overflow: visible;
}

.bg-video {
    display: none; /* Hide video on mobile */
}

/* Desktop: show video, remove background image */
@media (min-width: 768px) {
    .bg-video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; 
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
}

    .bg-connect {
        background-image: none !important;
        height: 500px; 
        overflow: visible; 

    }
}

.mobilehomepage { display: none;}

@media screen and (max-width: 641px){
.mobilehomepage { color: #FFF; display:block; background-image: url(../images/footer-bg.jpg); background-size: cover; padding-top: 80px; height: 620px;}
}



.bg-connect-hp { background-color: #000; color: #FFFFFF; border-top-left-radius: 50px 50px; padding-top: 150px; padding-bottom: 150px; 50px; background: url(../next-gen-activities.webp) center top no-repeat; background-size: cover; background-position: center;}


/**
 * Licensee solutions pages 
 */

.bg-solutions { background-color: #3fc1be; color: #FFFFFF; border-top-left-radius: 5% 5%; padding-top: 50px;}

@media screen and (max-width: 641px){
.bg-solutions { background-color: #3fc1be; color: #FFFFFF; border-top-left-radius: 0; border-bottom-right-radius: 0;}
}

#bg-solutions a:link{ color:#fff; } 
#bg-solutions a:visited{ color:#fff; } 
#bg-solutions a:hover{ color:#fff; } 
#bg-solutions a:active{ color:#a23193}


.solutions-item { border-bottom: 1px solid #FFF; border-left: 1px solid #FFF; border-bottom-left-radius: 5% 5%; padding: 10px; height:270px;}

.solutions-item a {
    display: block;
    background: #3fc1be;
    height: 100%;
    border-bottom: 1px solid #3fc1be; border-left: 1px solid #3fc1be; border-bottom-left-radius: 5% 5%; border-top-right-radius: 5% 5%; padding: 10px;  }

  .solutions-item a:hover {
    background: #414757;
  }



/**
 * Adviser solutions pages 
 */

.bg-solutions-advisers { background-color: #131429; color: #FFFFFF; border-top-left-radius: 5% 5%; padding-top: 50px;}

@media screen and (max-width: 641px){
.bg-solutions-advisers { background-color: #131429; color: #FFFFFF; border-top-left-radius: 0; border-bottom-right-radius: 0;}
}

#bg-solutions-advisers a:link{ color:#fff; } 
#bg-solutions-advisers a:visited{ color:#fff; } 
#bg-solutions-advisers a:hover{ color:#fff; } 
#bg-solutions-advisers a:active{ color:#a23193}


.solutions-item-advisers { border-bottom: 1px solid #FFF; border-left: 1px solid #FFF; border-bottom-left-radius: 5% 5%; padding: 10px; height:270px;}

.solutions-item-advisers a {
    display: block;
    background: #131429;
    height: 100%;
    border-bottom: 1px solid #131429; border-left: 1px solid #131429; border-bottom-left-radius: 5% 5%; border-top-right-radius: 5% 5%; padding: 10px;  }

  .solutions-item-advisers a:hover {
    background: #a23193;
  }


/**
 * Self solutions pages 
 */

.bg-solutions-self { background-color: #414757; color: #FFFFFF; border-top-left-radius: 5% 5%; padding-top: 50px;}

@media screen and (max-width: 641px){
.bg-solutions-self { background-color: #414757; color: #FFFFFF; border-top-left-radius: 0; border-bottom-right-radius: 0;}
}

#bg-solutions-self  a:link{ color:#fff; } 
#bg-solutions-self  a:visited{ color:#fff; } 
#bg-solutions-self  a:hover{ color:#fff; } 
#bg-solutions-self  a:active{ color:#a23193}


.solutions-item-self  { border-bottom: 1px solid #FFF; border-left: 1px solid #FFF; border-bottom-left-radius: 5% 5%; padding: 10px; height:270px;}

.solutions-item-self  a {
    display: block;
    background: #414757;
    height: 100%;
    border-bottom: 1px solid #414757; border-left: 1px solid #414757; border-bottom-left-radius: 5% 5%; border-top-right-radius: 5% 5%; padding: 10px;  }

  .solutions-item-self  a:hover {
    background: #3fc1be;
  }



/**
 * Regional managers 
 */

.rm-location { border-left: 3px solid #3fc1be; margin-right: 50px;}

.rm-image {  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);}



 

#rm-block  a:link{ color:#3fc1be; font-size: 13px;} 
#rm-block  a:visited{ color:#3fc1be; font-size: 13px;} 
#rm-block  a:hover{ color:#a23193; font-size: 13px;} 
#rm-block  a:active{ color:#000; font-size: 13px;}

/**
 * Solutions blocks background
 */


.solutions-block-content {
    margin-right: -100px;
    padding-top: 50px;
    margin-bottom: -80px;
    padding-bottom: 50px;
    padding-right: 150px;
    padding-left: 50px;
}


@media screen and (max-width: 641px){

.solutions-block-content {
  margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    padding-right: 26px;
    padding-left: 16px;
}
}

.solutions-image-content {
    margin-top: 60px;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;}


@media screen and (max-width: 641px){

.solutions-image-content {
  margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 16px;
    display: none;
}
}


.side-menu {
display: block;
}

@media screen and (max-width: 641px){

.side-menu {
    display: none;
}
}


/**
 * Services blocks background
 */


.services-block-content {
    margin-right: -100px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 150px;
    padding-left: 50px;
}


@media screen and (max-width: 641px){

.services-block-content {
  margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
    padding-right: 26px;
    padding-left: 16px;
}
}

.services-image-content {
    margin-top: 60px;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;}


@media screen and (max-width: 641px){

.services-image-content {
  margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-right: 26px;
    padding-left: 16px;
}
}


/**
 * Block background
 */


.new-block-content {
  margin-top: -730px;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-right: 50px;
    padding-left: 50px;}


@media screen and (max-width: 641px){

.new-block-content {
  margin-top: 0px;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 26px;
    padding-left: 16px;
}
}


.block_background {
    height: 216px;
    background-repeat: repeat;
    background-size: auto;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background-color: #333;
}




.block-background-image {
    position: relative;
    left: 50%;
    transform: translate3d(-50%,0,0);
    width: 100%;
    height: auto;
    object-fit: none;
}


.block-text-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

 .block-content {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 130px;
    padding-right: 130px;
    padding-top: 70px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    margin-top: -96px;
    background-color: #FFF;
}


@media screen and (max-width: 641px){
.block-content {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    margin-top: -96px;
    background-color: #FFF;
}
}


.cta-row 
{
  padding-top:23px;
  padding-bottom:60px;
  background-color: #f3f3f3; 
  color: #333333;
  height: 100px;
  max-width:700px;
  margin:0 auto;
}

@media screen and (max-width: 641px){
.cta-row 
{
  padding-top:23px;
  padding-bottom:60px;
  background-color: #f3f3f3; 
  color: #333333;
  height: 180px;
  max-width:700px;
  margin-bottom:2px;
}
}


.cta-row-head-text
{
  
 font-size:1.2em; 
 line-height: 23px; 
 font-family: 'Public Sans', sans-serif;
 color:#0A467D;
 padding-top: 4px;
}

@media screen and (max-width: 641px){
.cta-mobile-btn 
{
  padding-top:30px;
  padding-bottom:30px;
}
}





/**
 * History Section 
 * 
 *  */


.history-block-content {
  margin-top: -930px;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 150px;
    padding-right: 50px;
    padding-left: 50px;}


@media screen and (max-width: 641px){

.history-block-content {
  margin-top: -80px;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 26px;
    padding-left: 16px;
}
}

.history-image-content {
    margin-top: 60px;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: right;
     font-size: 13px;
}


@media screen and (max-width: 641px){

.history-image-content {
  margin-top: 0px;
  margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
   text-align: left;
   font-size: 13px;
}
}


.history-featured-image {
display: block;
}


@media screen and (max-width: 641px){

.history-featured-image {
display: none;
}
}

/**
 * Do Services
 */

.services-section {
    max-width: 1408px;
    width: 100%;
    margin: 0 auto;
   background-color: #3fc1be;
   padding-top: 60px;
   color: #fff;
}

@media screen and (max-width: 641px){
.services-section {
    max-width: 1408px;
    width: 100%;
    margin: 0 auto;
   background-color: #f3f3f3;
   padding-top: 60px;
   padding-left: 18px;
   padding-right:20px;
}
}

@media screen and (max-width: 641px){
.icon-spacer {
   padding-top: 65px;
}
}

/**
 * Contact us
 */

.contact-section {
    max-width: 1408px;
    width: 100%;
    margin: 0 auto;
   background-color: #f3f3f3;
   padding-top: 30px;
}

.office-row {
 padding-left:80px;
}

@media screen and (max-width: 641px){
.office-row {
 padding-left:10px;
}
}


.office-location {
 font-size:17px; 
 line-height: 23px; 
 font-family: 'Public Sans', sans-serif;
 color:#3fc1be;
}

/**
 * eBook Download
 */

.download-form {
margin-left: 10px; padding-left: 10px;
}

@media screen and (max-width: 641px){
.download-form
{
margin-left: 0px; padding-left: 10px;
 }
}

.ebook-description {
padding-top:70px;
padding-bottom:70px;
padding-left: 20%;
padding-right: 2%;

}

@media screen and (max-width: 641px){
.ebook-description {
padding-top:30px;
padding-bottom:70px;
padding-left: 5%;
padding-right: 0%;
}
}

/**
 * Main Menu
 */

.brand {


padding-bottom: 35px;
padding-top: 35px;

}


@media screen and (max-width: 730px) {

    .brand {
display: none;
    }
}

.logo {


padding-bottom: 35px;
padding-top: 35px;
}


@media screen and (max-width: 730px) {

    .logo {
padding-top: 30px;
max-width: 170px
    }
}


/**
 * Desktop menu
 */

@media screen and (max-width: 730px) {

    .desktop-menu {
display: none;
    }
}

#desktop-menu a:link{ color:#fff !important; } 





input {
  display: none;
}

.open {
  background-color: #ccc;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  top: 25px;
}

.open:before {
  content: "";
  background-color: #ccc;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: -8px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.open:after {
  content: "";
  background-color: #ccc;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}


.menuOpen {
  width: 24px;
  height: 20px;
  display: block;
  padding: 30px;
  cursor: pointer;
  float: right;
}

.menuOpen:hover .open:before {
  top: -9px;
}

.menuOpen:hover .open:after {
  top: 5px;
}


.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(65, 71, 87, 0.9);
}




.menu label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: 100%;
  cursor: pointer;
}

.menu .menuContent {
  position: relative;
  top: 40%;
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px;
  margin-top: -170px;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.menu ul li a {
  display: block;
  color: white;
  text-decoration: none;
  transition: color 0.2s;
  font-family: 'Public Sans', sans-serif;
 margin-right: 8px;
  padding: 10px 0;
}

.menu ul li a:hover {
  color: #3fc1be;
}

.menu ul li:hover {
  background: ;
}

.menuEffects {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.menuEffects ul {
  transform: translateY(0%);
  transition: all 0.5s;
}

#menuToggle:checked ~ .menuEffects {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
  background-color: #081429;
}

#menuToggle:checked ~ .menuEffects ul {
  opacity: 1;
}

#menuToggle:checked ~ .menuOpen .open {
  background-color: transparent;
}

#menuToggle:checked ~ .menuOpen .open:before {
  content: "";
  background-color: white;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:checked ~ .menuOpen .open:after {
  content: "";
  background-color: white;
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:not(:checked) ~ .menuEffects ul {
  transform: translateY(-30%);
}


/**
 * Mobile Menu
 */



 .mobile-menu {
    display: none;
}

@media screen and (max-width: 1060px) {

    .mobile-menu {
        display: initial;
        padding:100px;
    }
}


i.fa-bars {
      width: 36px;
    height: 36px;
    padding-right:10px;
    margin-top: 10px;
}

.menu-heading {
 
font-family: 'Public Sans', sans-serif;
font-size: 2em;
color:#e97b6f;
padding-top: 100px;
padding-right: 40px;
text-align: right;

}



#hamburger-icon {
  position: fixed;
  top: 35px;
  right: 25px;
  height: 27px;
  width: 50px;
  cursor: pointer;
  display: block;
transition: all 1s cubic-bezier(.19, 1, .22, 1)

}

#hamburger-icon .line {

  position: absolute;
  display: block;
  background: #ccc;
  right: 22px;
  height: 2px;
  left: 0;
  transition: all 0.6s cubic-bezier(.5, .1, 0, 1.2);
  -webkit-transition: all 0.6s cubic-bezier(.5, .1, 0, 1.2);
  -moz-transition: all 0.6s cubic-bezier(.5, .1, 0, 1.2);


 }

  #hamburger-icon .line.line-1 {
    top: 0px;
  }

  #hamburger-icon .line.line-2 {
    top: 7px;
  }

  #hamburger-icon .line.line-3 {
    top: 14px;
  }



  #hamburger-icon.active .line-1 {
    transform: translateY(7px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -moz-transform: translateY(7px) translateX(0) rotate(45deg);
  }
  #hamburger-icon.active .line-2 {
    opacity: 0;
  }
  #hamburger-icon.active .line-3 {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-7px) translateX(0) rotate(-45deg);
  }

nav {
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #414757;
  position: fixed;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0.9;
  transition: all 0.2s;
}
nav.shown {
  top: 0;
  opacity: 1;
  max-height: none
}

ul.mob-navigation{
    margin: 10px 0;
    padding-top: 20px;
    padding-right: 33px;
    font-size:16px;
    margin-left: 30px;

}
ul.mob-navigation li{
    display: block;
    text-align: right;
    margin-left: 5px;
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 30px;
    height: 45px;    
}
ul.mob-navigation li a{
    color: #fff;
    padding: 4px 10px;
    
}


ul.mob-navigation li a:hover,
ul.mob-navigation li.current-menu-item a{
    color: #3fc1be !important;
}


/**
 * In page sub-menu
 */
ul.sub-menu {
    margin: 10px 0;
    font-size: 15px;
    line-height: 22px;
    list-style: none;
    padding: 0;
}

ul.sub-menu li {
    display: block;
    text-align: right;
    margin-left: 5px;
    padding-top: 2px;
    padding-bottom: 6px;
    line-height: 22px;
    clear: both;
}

ul.sub-menu li a {
    color: #414757;
    padding: 10px;
    border-right: 4px solid #fff;
    display: block;
    text-align: right;
    line-height: 22px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
}

ul.sub-menu li a:hover {
    color: #fff !important;
    background-color: #a23193;
    border-right: 4px solid #0e152a;
    line-height: 22px;
}

ul.sub-menu li.current-menu-item a {
    color: #3fc1be !important;
    background-color: #f3f3f3;
    padding: 10px;
    border-right: 4px solid #3fc1be;
    line-height: 22px;
    text-align: right;
}

ul.sub-menu li.call2action > a {
    color: #a23193 !important;
    background-color: #fff;
    padding: 10px;
    border-right: 4px solid #a23193;
    line-height: 22px;
}

/* Mobile Styles */
@media screen and (max-width: 641px) {
    ul.sub-menu {
        margin: 10px 0;
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 1px;
        height: auto;
        display: block;
        position: relative;
    }
    
    ul.sub-menu li {
        display: block;
        text-align: left;
        margin-left: -40px;
        padding-top: 2px;
        padding-bottom: 1px;
        line-height: 22px;
        clear: both;
        position: relative;
    }
    
    ul.sub-menu li a {
        color: #414757;
        padding: 10px;
        border-right: 4px solid #fff;
        line-height: 22px;
        display: block;
        text-align: right;
        overflow: hidden;
    }
    
    ul.sub-menu li.current-menu-item a {
        color: #3fc1be !important;
        background-color: #f3f3f3;
        padding: 10px;
        border-right: 4px solid #3fc1be;
        line-height: 22px;
        text-align: right;
    }
}

/**
 * Background colors
 */

.bg-white{ background-color: #ffffff;  }
.bg-violet{ background-color: #403a96; color: #ffffff; }
.bg-grey{ background-color: #c8c6cc;  }
.bg-green{ background-color: #07152a; color: #ffffff; }
.bg-darkgrey{ background-color: #999A9C; color: #FFFFFF; }
.bg-lightgrey { background-color: #f3f3f3;  }
.bg-lightblue { background-color: #78C339; color: #FFFFFF; }
.bg-blue { background-color: #08142a; color: #FFFFFF; }
.bg-orange { background-size: cover; background-color: #e08730; color: #FFFFFF;}
.bg-map-blue { background: url(../images/footer-bg.jpg); center  no-repeat; background-size: cover; background-color: #08142a; color: #FFFFFF;}
.bg-class{ background: url(../images/bg-class.jpg) center top no-repeat; background-size: cover; background-position: center; }
.bg-resources-call2action { background: url(../images/bg-resources-call2action.jpg) center top no-repeat; background-size: cover; }
.bg-resources { background: url(../images/bg-home-resources2.png) center top no-repeat; background-size: cover; background-position: center; background-color: #78C339; }
.bg-join-today { color:#FFFFFF; background: url(../images/bg-join-today.jpg) center top no-repeat; background-size: cover; background-position: center; background-color: #78C339; }

@media (max-width: 991px) {
    .bg-orange .text-center {
        text-align: left !important;
    }
}

@media (max-width: 991px) {
    .bg-map-blue .text-center {
        text-align: left !important;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.scroll-arrow svg {
    animation: bounce 2s infinite;
}

.scroll-arrow:hover svg {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.targettext {
font-family: "Open Sans", sans-serif;
color:#333333;
font-size:14px;
}


.targettexticons {
font-family: "Open Sans", sans-serif;
color:#333333;
font-size:13px;
}


.btn{
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: solid 1px;
    outline: none;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    line-height: 22px;
   font-family: 'Public Sans', sans-serif;

}
.btn:hover,
.btn:focus,
.btn:active{
    outline: none;
}
.btn-success,
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success.active[disabled], .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover{
    border-color: #777;
    background-color: #777;
	opacity: 1;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active{
    color: #07152a;
    border-color: #fff;
    background: #fff;
}
.btn-white
{
    color: #ffffff;
    background-color: transparent;
    border-color: #fff;
}


.btn-white:hover,
.btn-white:focus,
.btn-white:active{
    color: #fff;
    background-color: #08142a;
    border-color: #08142a;
    text-decoration: none !important;
}


.btn-navy {
    color: #ffffff;
    border-color: #08142a;
    background-color: #08142a;
    margin-top: -3px !important; 

}

.btn-navy:hover{
    color: #ffffff;
    border-color: #a23193;
    background-color: #a23193;
    text-decoration: none !important;
}

.btn-purple{
    color: #ffffff;
    border-color: #a23193;
	background-color: #a23193;
    font-size: 15px;
    line-height: 28px;

}

.btn-purple:hover{
    color: #ffffff;
    border-color: #3fc1be;
	background-color: #3fc1be;
    text-decoration: none;
}

.btn-transparent,
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active
{
    text-shadow: none;
    -webkit-text-shadow: none;
    background-color: transparent;
}
.btn-blue.btn-transparent:hover{
    color: #ffffff;
    border-color: #888C90;
    background-color: #888C90;
}
.btn-white.btn-transparent:hover{
    border-color: #FFFFFF;
    background-color: #888C90;
}

.btn-app,
.btn-app:hover,
.btn-app:focus,
.btn-app:active{
    text-shadow: none;
    -webkit-text-shadow: none;
    background-color: transparent;
	 color: #000000;
}
.btn-blue.btn-app:hover{
    color: #CCCCCC;
    border-color: #CCCCCC;
    background-color: #CCCCCC;
}
.btn-white.btn-app:hover{
    border-color: #CCCCCC;
    background-color: #CCCCCC;
}


.btn-lg{
    padding-top: 15px;
    padding-bottom: 15px;
    border-width: 2px;
}

.btn-hp{
width: 200px;
margin-top: 10px;
margin-right: 10px;
}


.form-area{
    padding: 10px 12px;
    font-size: 16px;
    height: 44px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 300px;
	text-align:center;
}

.resources-btn{
    font-size: 16px;
    height: 44px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 200px;
	   color: #ffffff;
    border-color: #78C339;
	background-color: #78C339;
	    color: #ffffff;
    padding: 10px 40px;
     text-shadow: 0 0px 0 #000000;
    -webkit-text-shadow: 0 0px 0 #000000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: solid 1px;
    outline: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
}

.btn-ultra-small{
    padding: 4px 10px;
    border-width: 1px;
    border-radius: 3px;
}
.form-control{
    padding: 10px 12px;
    font-size: 17px;
    height: 44px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 100%;
   font-family: 'Public Sans', sans-serif;
}



textarea.form-control{
    height: auto;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group{
    margin-left: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle){
    border-right: none;
}


.radio-styled{
	position: relative;
	padding-right: 40px;
	cursor: pointer;
}
.radio-styled input{
	display: none;
}
.radio-styled input + span{
	border: solid 1px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	color: #4E4E4E;
	cursor: pointer;
}
.radio-styled input + span:before{
    content: "";
	width: 8px;
	height: 14px;
	display: block;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin: 3px auto 0px;
}
.radio-styled input:checked ~ span{
	color: #f26522;
}

span.wpcf7-list-item{
	margin-left: 2px;
	display: block;
}
.wpcf7-radio.inline span.wpcf7-list-item,
.wpcf7-checkbox.inline span.wpcf7-list-item{
	display: inline-block;
}
.wpcf7-radio label,
.wpcf7-checkbox label{
	position: relative;
	padding-left: 40px;
	
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
}
.wpcf7-radio label  input[type="radio"],
.wpcf7-checkbox label  input[type="checkbox"]{
	display: none;
}
.wpcf7-radio label span.wpcf7-list-item-label,
.wpcf7-checkbox label span.wpcf7-list-item-label{
	padding-right: 22px;
}
.wpcf7-radio label input[type="radio"] + span,
.wpcf7-checkbox label input[type="checkbox"] + span{
	border: 1px solid;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.wpcf7-radio label input[type="radio"] + span{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.wpcf7-radio label  input[type="radio"]:checked + span,
.wpcf7-checkbox label  input[type="checkbox"]:checked + span{
	color: #80C41C;
}
.wpcf7-radio label input[type="radio"]:checked + span:before,
.wpcf7-checkbox label input[type="checkbox"]:checked + span:before{
	content: "";
	width: 8px;
	height: 21px;
	display: block;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin: -6px auto 0px 9px;
}


.tiny .row{
    margin-left: -5px;
    margin-right: -5px;
}
.tiny [class*=col-]{
    padding-left: 5px;
    padding-right: 5px;
}
.tiny .form-group{
    margin-bottom: 10px;
}

.ultra-tiny .row{
    margin-left: -3px;
    margin-right: -3px;
}
.ultra-tiny [class*=col-]{
    padding-left: 3px;
    padding-right: 3px;
}
.ultra-tiny .form-group{
    margin-bottom: 6px;
}
.break-col [class*=col-]{
	width: 100%;
}
.break-col .wpcf7-form .form-group{
	margin-bottom: 0;
}
.break-col .wpcf7-form input{
	margin-top: 10px;
}
.break-col .wpcf7-form input[type=submit]{
	margin-bottom: 10px;
}

#wrapper{
    width: 100%;
    overflow: hidden;
}

/**
 * Header
 */
#header{
  
  /** -webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);*/
  position: fixed;
  width: 100%;
  z-index:999;
  font-size: 15px;
  font-family: 'Public Sans', sans-serif;
  height: 120px;
  background-color: #FFF;
  border-bottom-right-radius: 5% 40%;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 641px){
#header{
  
  /** -webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);*/
  position: fixed;
  width: 100%;
  z-index:999;
  font-size: 15px;
 font-family: 'Public Sans', sans-serif;
 background-color: #FFF;
 height: 100px;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
}


#hp-header{
  
  /** -webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);*/
  position: fixed;
  width: 100%;
  z-index:999;
  font-size: 15px;
  font-family: 'Public Sans', sans-serif;
  
  height: 120px;
 letter-spacing: -0.5px;

}


ul.hp-navigation{
    margin: 18px 0;
    padding: 0;

}
ul.hp-navigation li{
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 0;
  line-height: 20px;
  
}
ul.hp-navigation li a{
    color: #33333b;
    padding-right:10px;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
}



ul.navigation{
    margin: 18px 0;
    padding: 0;

}
ul.navigation li{
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 0;
	line-height: 20px;
	
}
ul.navigation li a{
    color: #07152a;
    padding-right:10px;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
}


ul.navigation li a:hover,
ul.navigation li.current-menu-item a{
    background: #fff;
    color: #3d4dc6 !important;
}


ul.navigation li.call2action > a{
    background: #fff;
    color: #3d4dc6;
    padding: 10px 40px;
    text-shadow: 0 0px 0 #3d4dc6;
    -webkit-text-shadow: 0 0px 0 #3d4dc6;
    border:1px solid #3d4dc6;
    font-size: 14px;
}
ul.navigation li.call2action > a:hover {
    background: #7b9aea;
    color: #fff !important;
   border:1px solid #7b9aea;
    font-size: 14px;

}



ul.navigation li.call2actionblue > a {
    background: #07152a;
	color:#FFFFFF;
    padding: 10px 40px;
    border:1px solid #07152a;
    font-size: 14px;
}

ul.navigation li.call2actionblue > a:hover {
    background: #e97b6f;
    color: #fff !important;
    border:1px solid #e97b6f;
    font-size: 14px;
}



/* Home page navigation */

ul.hp-navigation{
    margin: 18px 0;
    padding: 0;

}
ul.hp-navigation li{
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 0;
    line-height: 20px;
    
}
ul.hp-navigation li a{
    color: #33333b;
    padding-right:10px;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
}




ul.hp-navigation li a:hover,
ul.hp-navigation li.current-menu-item a{
    background: #fff;
    color: #0A467D !important;
}
ul.hp-navigation li.call2action > a{
    background: #fff;
    color: #0A467D;
    padding: 10px 40px;
    text-shadow: 0 0px 0 #3d4dc6;
    -webkit-text-shadow: 0 0px 0 #3d4dc6;
    border:1px solid #3d4dc6;
    font-size: 14px;
}
ul.hp-navigation li.call2action > a:hover {
   background: #7b9aea;
    color: #fff !important;
   border:1px solid #7b9aea;
    font-size: 14px;

}

ul.hp-navigation li.call2actionblue > a {
     background: #07152a;
    color: #fff;
    padding: 10px 40px;
    text-shadow: 0 0px 0 #07152a;
    -webkit-text-shadow: 0 0px 0 #07152a;
    border:1px solid #07152a;
    font-size: 14px;
}
ul.hp-navigation li.call2actionblue > a:hover {
    background: #e97b6f;
    color: #fff !important;
    border:1px solid #e97b6f;
    font-size: 14px;

}

.slicknav_menu{ display: none;}
.slicknav_nav{
    font-family: "Open Sans", sans-serif;
    font-size:10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
	
}
.slicknav_nav li{
    padding-top: 0;
    padding-bottom: 0;
	
}
.slicknav_nav a{
    color: #78C339;
    padding: 4px 10px;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
	
}
.slicknav_nav li a:hover,
.slicknav_nav li.current-menu-item a{
    background: #7C7F7D;
    color: #ffffff;
}
.slicknav_nav li.call2action > a{
    background: #78C339;
    color: #ffffff;
    text-shadow: 0 1px 0 #78C339;
    -webkit-text-shadow: 0 1px 0 #78C339;
}
.slicknav_btn{
   background-color: #78C339;
   font-family: "Open Sans", sans-serif;
   font-size:10px; }




/**
 * Page Section
 */
 
.pagetop{
    padding-top:240px;
    padding-bottom: 40px;
}

@media screen and (max-width: 641px){
.pagetop{
    padding-top:130px;
    padding-bottom: 10px;
}
}


.pagetop.mask .container{
    position: relative;
}

.pagetop.mask:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.2);
    }


.ebooktop{
    padding-top:200px;
    padding-bottom: 40px;
    position: relative;
}

.ebooktop.mask .container{
    position: relative;
}

.ebooktop.mask:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.6);
    }
	
.resourcespagetop{
    padding-top:40px;
    padding-bottom: 40px;
    position: relative;
}

.resourcespagetop.mask .container{
    position: relative;
}

.resourcespagetop.mask:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.5);
    }	



.resourcescontainer{
   width: 55%;
    vertical-align: center;
    margin-left: auto;
margin-right: auto;}
 

.btncontainer{
   width: 45%;
   vertical-align: center;
   text-align: center;
    margin: 0 auto;}

.section{
    padding-top: 40px;
    position: relative;
}
.section.top{
    padding: 0;
    height: 102px;
}
.section-title{
    margin-top: 0;
    margin-bottom: 40px;
}
.down:before{
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f8f8f8;
    z-index: 1;
}

.down.down-white:before{ border-top-color: #ffffff; }
.down.down-violet:before{ border-top-color: #403a96; }
.down.down-green:before{ border-top-color: #80c41c; }
.down.down-grey:before{ border-top-color: #ececf0; }
.down.down-small:before{
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top-width: 10px;
}
.bg-violet input[type=text],.bg-violet input[type=search],.bg-violet input[type=email],
.bg-green input[type=text],.bg-green input[type=search],.bg-green input[type=email]{
    border-color: #ffffff;
}
.bg-white input[type=text],.bg-white input[type=search],.bg-white input[type=email],
.bg-grey input[type=text],.bg-grey input[type=search],.bg-grey input[type=email]{
    border-color: #cccccc;
}
.section.mask .container{
    position: relative;
}
.section.mask:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
       background:rgba(0,0,0,0.5);
}



/**
 * Filter
 */
#filter{
    padding-top: 70px;
}
.filter a{
    color: #666;
    padding: 4px 10px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
    border: solid 1px #666;
    margin-bottom: 4px;
    font-family: 'Public Sans', sans-serif;
}
.filter a:hover,
.filter a.active{
    background: #07152a;
    border: solid 1px #07152a;
    color: #fff;
}


/**
 * eBooks
 */

.ebook-search{
    padding-bottom: 40px;
}


#ebooks{
    padding-top: 1px;
}
.ebooks .ebook{
    border-top: solid 5px #07152a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 18px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: left;
}
.ebooks .ebook .row{
    margin-left: -8px;
    margin-right: -8px;
}
.ebooks .ebook [class*=col-]{
    padding-left: 8px;
    padding-right: 8px;
}
.ebooks .ebook h3{
    
    font-size: 20px;
    margin-top: 0;
    color: #666;
    margin-bottom: 10px;
}
.img-ebook-thumbnail{
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 0;
    border-radius: 0;
}
.ebooks .ebook .description{
    height: 90px;
    margin-bottom: 10px;
    overflow: hidden;
}
.ebooks .ebook .btn{
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
    height: 36px;
    color: #FFF;
}
.ebooks .ebook .btn .glyphicon{
    position: absolute;
    top: -1px;
    left: -1px;
    background: rgba(0, 0, 0, .1);
    height: 36px;
    width: 36px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 36px;
    color: #FFF;
}
.pagination{
    display: table;
    margin: 30px auto;
}
.pagination > li > a, .pagination > li > span{
    margin: 3px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 16px;
    color: #333333;
    padding: 8px 16px;
}
.pagination > li.active > a,
.pagination > li > a:hover, .pagination > li > span:hover{
    background: #80c41c;
    border: solid 1px #80c41c;
    color: #ffffff;
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
    margin-right: 0;
}

.ebooks [class*=col-]:nth-child(3n+1){
    clear: both;
}


/**
 * Top Rated
 */
#top-rated{
    background: url('../images/bg-pig.jpg') center center no-repeat;
    background-size: cover;
}
#top-rated h1{
    margin-top: 0;
}
#top-rated .btn{
	margin-top: 30px;
}



/**
 * Top ten
 */
#top-ten-properties{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/bg-class.jpg") center bottom no-repeat;
    background-size: cover;
}

/**
 * Going
 */
#going .section-title{
    margin-bottom: 20px;
}


/**
 * learn
 */
#learn{
    background: url("../images/bg-pig.jpg") center center no-repeat;
    background-size: cover;
}


/**
 * Page Talk to us
 */
#talk-to-us{
    background: url("../images/bg-city.jpg") center top no-repeat;
    background-size: cover;
}
.location .icon{
    position: relative;
    padding: 8px 0 8px 30px;
}
.location .icon .fa{
    position: absolute;
    top: 11px;
    left: 0;
    color: #FFFFFF;
}


/**
 * Contact
 */
#contact{
    background: url("../images/bg-class.jpg") center top no-repeat;
    background-size: cover;
}


/**
 * Page About Us
 */
#about-us{
    background: url("../images/bg-about.jpg") center top no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}


/**
 * Landing Page
 */
#get-free-ebooks{
    background: url("../images/bg-education-hero.jpg") bottom 70px center no-repeat transparent;
    background-size: cover;
    padding-bottom: 0;
    overflow: hidden;
}
#get-free-ebooks:before{
    top: auto;
    bottom: 70px;
}
#inside{
    background: url("../images/bg-class.jpg") top center no-repeat transparent;
    background-size: cover;
}

#inside-courses{
    background: url("../images/course_featured_bg.jpg") top center no-repeat transparent;
    background-size: cover;
}

.free{
    display: block;
    width: 132px;
    height: 132px;
    background: #ffa300;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -25%;
    margin-top: -66px;
    text-align: center;
    text-transform: uppercase;
    padding: 41px 0;
}

/**
 * eBook Template 1
 */
.landing-page .banner{
    background: url("../images/ebook-background.webp") top  right no-repeat transparent;
    background-size: cover;
    padding: 0;
    overflow: hidden;
}
.landing-page .banner:before{
    top: auto;
    bottom: 28px;
}
.landing-page .banner h1{
    font-size: 45px;
    
    margin: 0 0 15px;
   font-family: 'Public Sans', sans-serif;
} 

.landing-page .banner h1 strong{
    color: #ffffff;
}
.landing-page .short-description{
    margin-bottom: 20px;
}
.landing-page .content h1{
    margin-bottom: 25px;
}
.landing-page .content h4{
    
    color: #ffffff;
    margin-bottom: 25px;
}
.landing-page .content ul{
    list-style: none;
    padding: 0;
    display: table;
    margin: auto;
    margin-bottom: 25px;
}
.landing-page .content ul li{
    position: relative;
    padding: 8px 0 8px 30px;
    text-align: left;
}
.landing-page .content ul li:before{
    content: "";
    width: 8px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 4px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    color: #403a96;
}

/* Landing 3 */
.landing-page.landing-page-3 .cover{
	text-align: left;
}
.landing-page.landing-page-3 .free{
	top: 40px;
	right: 60px;
	left: auto;
}

/* Landing Course */
.landing-page.landing-page-course .banner{
    background: url("../images/bg-courses.jpg") bottom 28px center no-repeat transparent;
    background-size: cover;
    padding-bottom: 0;
    overflow: hidden;
}

/**
 * Seminar
 */
.icon{
    margin-top: 25px;
    margin-bottom: 25px;
}
.icon .img-circle{
    border: solid 2px #FFFFFF;
	padding: 30px;
	display: inline-block;
	width: 118px;
}
.banner-seminars,
.single-seminar .banner{
    background: url("../images/bg-class.jpg") top center no-repeat transparent;
    background-size: cover;
}

.seminars .seminar.col-sm-3:nth-child(4n+1){
	clear: both;
}


/**
 * Looking Else
 */
#looking-else{
    padding-top: 80px;
    padding-bottom: 80px;
}
#looking-else .section-title{
    margin-bottom: 30px;
}


/**
 * Free eBooks
 */
#free-ebooks{
    padding-top: 60px;
}
#free-ebooks .swiper-container{
    margin-bottom: 30px;
}
#free-ebooks .swiper-container h4{
    max-width: 190px;
    margin: 20px auto 0;
}
#free-ebooks .swiper-container img{
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.slider-arrow {
    color: #403a96;
    font-size: 40px;
    width: 26px;
    height: 26px;
    padding: 0px;
    cursor: pointer;
    position: absolute;
    border-right: 2px solid #403a96;
    border-top: 2px solid #403a96;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.slider-arrow-prev{
    border-top: none;
    border-right: none;
    border-left: 2px solid #403a96;
    border-bottom: 2px solid #403a96;
}
.swiper-outer{
    position: relative;
}
.swiper-outer .slider-arrow-prev{
    left: -28px;
}
.swiper-outer .slider-arrow-next{
    right: -28px;
}



/**
 * Footer Sidebar
 */


.footer-logo {
   max-width:195px;
}


.bg-footer {
    background-color: #414757;
    background-image: url(../images/footer-bg.jpg);
    color: #fff;
    padding-bottom: 80px;
    padding-top: 50px;
    border-top: 1px solid white;
    background-size: cover;
}

.bg-footer-txt {
     font-size: 15px;
     font-family: 'Public Sans', sans-serif;
     color: #fff;
     line-height: 24px;
     padding-top: 20px;

}


@media screen and (max-width: 641px){
.bg-footer-txt {
     font-size: 14px;
     font-family: 'Public Sans', sans-serif;
     color: #fff;
     line-height: 24px;
     padding-top: 20px;
}
}

#footer-sidebar{
    padding-top: 20px;
    padding-bottom: 60px;
}


.footer-menu {
    list-style: none;
    margin:0;
    padding-right:20px;
    padding-left:0px;
    padding-top:25px;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Public Sans', sans-serif;
}

.footer-menu a{
    color: #fff;
    text-decoration: none;
    list-style: none;
}



.footer-menu a:hover{
    color: #3fc1be;
}

.socials .social{
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 36px;
    margin-bottom: 5px;
    color: #3b5998;
}
.social .fa-facebook{ color: #3b5998; }
.social .fa-linkedin{ color: #4875b4 }
.social .fa-twitter{ color: #00aced; }
.social .fa-envelope{ color: #403a96; }
.socials .social:hover,
.socials .social:active,
.socials .social:focus{
    background: #cccccc;
}


/**
 * Footer
 */
footer{
    padding: 28px 0;
}
p.copy-text{
    margin-bottom: 0;
}


/**
 * Contact Form 7
 */
div.wpcf7-response-output {
    margin: 0px;
    padding: 1em;
    
	text-align: center;
	border: 1px solid #403A96 !important;
}
span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 11px;
    display: block;
    
	text-align: right;
}
div.wpcf7 .submit-wrap{
	position: relative;
	display: table;
	margin-left: 28%;
	margin-right: auto;
    padding-top: 10px;
}


@media screen and (max-width: 641px){
div.wpcf7 .submit-wrap{
    position: relative;
    display: table;
    margin-left: 24%;
    margin-right: auto;
    padding-top: 10px;
}
}

div.wpcf7 .submit-wrap img.ajax-loader{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
}
div.wpcf7-validation-errors{
	display: none !important;
}
.img-region {
    width: 241px;
    height: 225px;
}


/**
 * Responsive
 */
@media screen and (min-width: 768px){
    .landing-page .cover{
        position: absolute;
        bottom: -48px;
        text-align: right;
    }

	.landing-page.landing-page-3 .content ul.list3{
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.landing-page.landing-page-3 .content ul.list3 li{
		position: relative;
		padding: 40px 15px 0;
		text-align: center;
		width: 25%;
		float: left;
	}
	.landing-page.landing-page-3 .content ul.list3 li:before{
		content: "";
		width: 12px;
		height: 24px;
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -6px;
		border-right: 5px solid;
		border-bottom: 5px solid;
		-ms-transform: rotate(45deg); /* IE 9 */
		-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
		transform: rotate(45deg);
		color: #403a96;
	}
	.landing-page.landing-page-3 .content ul.list3 li:nth-child(4n+1){ clear: both; }
}
@media screen and (min-width: 1200px){
	    .typewriter_mobile {
      visibility: hidden;
      clear: both;
      margin: 0;
      display: none;
    }
}
@media screen and (max-width: 1199px){
    #sitemenu{ display: none; }
    .slicknav_menu{
        display: block;
        position: absolute;
        right: 10px;
        top: 30px;
        z-index: 99999;
    }
    .typewriter_mobile {
      visibility: hidden;
      clear: both;
      margin: 0;
      display: none;
    }
}
@media screen and (max-width: 767px) {
    /**
     * banner
     */
    #banner{
        padding-bottom: 0;
    }
    #banner .cover{
        position: static;
        margin-left: 15px;
        max-width: 100%;
		float: left;
    }


    /**
     * eBooks
     */
    .ebooks .ebook .description{
        height: auto;
        margin-bottom: 10px;
    }

    /**
     * Landing Page
     */
    #get-free-ebooks{
        background-position: bottom 30px center;
    }
    #get-free-ebooks:before{
        bottom: 30px;
    }
    #get-free-ebooks .pic{
        text-align: center;
    }
    .free{
        top: -120px;
        left: 50%;
        margin-top: 0;
        margin-left: -66px;
    }
	.slider-arrow{ display: none; }

    /**
     * Footer Sidebar
     */
    #footer-sidebar{
        text-align: center;
    }
    #footer-sidebar .socials .social{
        display: inline-block;
    }
    #footer-sidebar .widget:first-child ul{
        margin-bottom: 0;
    }
}
/**
     * Login Page
     */

.login-page h1.title.page-title {
    text-align: center;
    background: #80c41c;
    color: #fff;
    text-transform: uppercase;
    max-width: 320px;
    border-radius: 4px 4px 0 0;
    margin: 0 auto;
}

.login-page h1.title.page-title .big {
    line-height: 44px;
    
    display: block;
    font-size: 18px;
}

.login-page .tml-login,
.login-page .tml-lostpassword {
    padding: 30px;
    background: #eee;
    border-radius: 0 0 4px 4px;
    margin: 0 auto;
}

.login-page .tml .message {
    text-align: center;
    font-size: 14px;
    padding: 4px;
}

.login-page .tml-action-links {
    float: none;
    width: auto;
    padding: 10px 0 0;
    margin: 10px 0 0;
    display: block;
    
    font-size: 14px;
    border-top: 1px solid #ddd;
}

.login-page .tml-login p,
.login-page .tml-lostpassword p {
    margin-bottom: 15px;
}

.login-page .tml-login label,
.login-page .tml-login input,
.login-page .tml-lostpassword label,
.login-page .tml-lostpassword input {
    margin-bottom: 0px;
}

.login-page .tml-login input,
.login-page .tml-lostpassword input {
    border: 1px solid #ddd;
    padding: 0 10px;
    height: 32px;
    font-size: 14px;
}

.login-page .tml-login label,
.login-page .tml-lostpassword label {
    
}

.login-page .tml-rememberme-wrap label {
    
    font-size: 14px;
}

.login-page .tml-submit-wrap input {
    background: #80c41c;
    color: #fff;
    border: none;
    
    padding: 0 20px;
    border-radius: 4px;
}

.section > .container > .row > div .wrapper {
    background: #fff;
    border-radius: 5px;
    padding: 15px 20px;
}



#breadcrumbs{
    list-style:none;
    margin:0px;
    overflow:hidden;
    padding:0;

}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}

/**
 * Book Now
 */
#signup{
    background-size: cover;
}
#signup .container{
    max-width:700px;
}

.formlocation
{
    width:100%;
	height:30px;
	
}

.img-circlea {
    border-radius: 50%;
    border:1px solid #f3f3f3;
}


/*Vertical Steps*/
.inside-body{
  padding:25px;
}
.list-group.vertical-steps .list-group-item{
  border:none;
  border-left:3px solid #0052c2;
  box-sizing:border-box;
  border-radius:0;
  counter-increment: step-counter;
  padding-left:20px;
  padding-right:0px;
  padding-bottom:20px;
  padding-top:0px;
}
.list-group.vertical-steps .list-group-item.active{
  background-color:transparent;
  color:inherit;
}
.list-group.vertical-steps .list-group-item:last-child{
  border-left:3px solid transparent;
  padding-bottom:0;
}
.list-group.vertical-steps .list-group-item::before {
  border-radius: 50%;
  background-color:#0052c2;
  color:#fff;
  content: counter(step-counter);
  display:inline-block;
  float:left;
  height:25px;
  line-height:25px;
  margin-left:-35px;
  text-align:center;
  width:25px;
}
.list-group.vertical-steps .list-group-item span,
.list-group.vertical-steps .list-group-item a{
  display:block;
  overflow:hidden;
  padding-top:2px;
}
/* End of Vertical Step */


/* Mobile Full-Screen Image Section */
.mobile-fullscreen-image {
    height: 400px;
    min-height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #000; /* Optional: adds black bars if image doesn't fill completely */
}


#office-locations .panel-group .panel{
  border-radius:0px;
  border: 0px;
}
#office-locations .panel-group{
  margin:0px;
}
#office-locations .panel-heading{
  padding:0px !important;
  border-radius: 0px;
}
#office-locations .parent a{
  display: block;
  text-decoration: none;
  padding:25px;
  font-family: 'Public Sans', sans-serif;
  color:#fff;
  font-size: 18px;

}
#office-locations .child a{
  display: block;
  text-decoration: none;
  padding:25px;
  color:#fff;
}
#office-locations .parent{
  background-color: #414757 !important;
}
#office-locations .child{
  background-color: #414757 !important;
  color:#fff;

}
#office-locations .panel-body{
  border: none;
}
#office-locations .panel-body{
  padding:0px;
}
#office-locations .panel-group .panel+.panel{
  margin:0px;
}
#office-locations .panel-group .parent{
  border-bottom: 1px solid #ecf0f1;
}
#office-locations .panel-group .child{
  border-bottom: 1px solid #FDFDFD;
}
#superaccordion{
   border-left: 3px solid #3fc1be;
}
.panel-heading a:after {
  content: "";
  position: relative;
  top: 10px;
  right:10px;
  display: inline-block;
  font-style: normal;
  font-size:14pt;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  color:#fff;
}
.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.parent a:after{
  content: "";
  position: relative;
  top: 15px;
  right:10px;
  display: inline-block;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  color:#3fc1be;
}

.panel-content 
{
    font-size:15px; 
}

.sponsors {
  color:#3fc1be;
  border: 1px solid #ccc;
  text-align: center;
  padding-top:40px;
  padding-bottom:40px;
  margin-right: 10px;
  border-bottom-right-radius:30px 30px;
  line-height: 50px;
  height: 150px;
  max-width: 23%;
}

@media screen and (max-width: 641px){
.sponsors {
  color:#3fc1be;
  border: 1px solid #ccc;
  text-align: center;
  padding-top:40px;
  padding-bottom:40px;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 15px;
  border-bottom-right-radius:30px 30px;
  line-height: 50px;
  height: 150px;
  max-width: 90%;
}
}

.sponsor-logo {
max-width: 100px;
}


.sponsors-page {
  color:#3fc1be;
  border: 1px solid #ccc;
  text-align: center;
  padding-top:40px;
  padding-bottom:40px;
  margin-right: 10px;
  border-bottom-right-radius:30px 30px;
  line-height: 50px;
  height: 150px;
  max-width: 85%;
}

@media screen and (max-width: 641px){
.sponsors-page {
  color:#3fc1be;
  border: 1px solid #ccc;
  text-align: center;
  padding-top:40px;
  padding-bottom:40px;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 15px;
  border-bottom-right-radius:30px 30px;
  line-height: 50px;
  height: 150px;
  max-width: 100%;
}
}


.home-logo { max-width:325px; margin-bottom: 20px;}

@media screen and (max-width: 641px){
.home-logo { max-width:180px; margin-top:0px; margin-bottom: 0px;}
}


.menu-logo { max-width:150px; margin-bottom: 20px; padding-top: 40px; display: block;   float: right; }

@media screen and (max-width: 641px){
.menu-logo { display:none;}
}