/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@import url('https://fonts.googleapis.com/css?family=Public_Sans');


body{
    font-family: 'Public_Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #414757;
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6{ font-weight: 100; }
h1, h2{ font-weight:100; }
.thin{ font-weight: 300 !important; }
h1 strong, h2 strong{ font-weight: 300; }
.thin strong{ font-weight: 500 !important; }
.big{ font-size: 0.75em; }
.ultra{ font-size: 1.5em; }
.bold { font-weight: 600; }
.page-title { font-size:1.3em; font-weight: lighter; line-height: 40px;  font-family: 'Public Sans', sans-serif; color: #414757;} 
.page-subtitle { font-weight: lighter; font-size:1em; line-height: 23px; font-family: "Acronym", sans-serif;} 
.page-bodytitle { font-size:1.8em; font-weight: bold; line-height: 34px; font-family: "Acronym", sans-serif; padding-bottom: 9px;}
.page-paratitle { font-size:1.4em; font-weight: bold; line-height: 23px; font-family: "Acronym", sans-serif; padding-bottom: 5px; padding-top:5px;} 
.page-servicestitle { font-size:1.4em; font-weight: bold; line-height: 23px; font-family: "Acronym", sans-serif; padding-bottom: 5px; padding-top:15px;} 


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

label[for="hs-reset-request-widget-email"]
{
    display:none;
}

label[for="hs-login-widget-email-label"]
{
    display:none;
}

.hs-login-widget-email-label

{
    display:none;
}

.hs-login-widget-password-label{
    display:none;
}


.hs-login-widget-show-password{
    display:none;
}

.hs-login-widget-remember{
    display:none;
}


label[for="hs-login-widget-remember"]
{
    display:none;
}


label[for="hs-login-widget-show-password"]
{
    display:none;
}

label[for="hs-reset-widget-password"]
{
    display:none;
}

.hs-reset-widget-show-password{
    display:none;
}

label[for="hs-reset-widget-password-confirm"]
{
    display:none;
}


label[for="hs-register-widget-email"]
{
    display:none;
}

label[for="hs-register-widget-password"]
{
    display:none;
}

label[for="hs-register-widget-password-confirm"]
{
    display:none;
}

.hs-register-widget-show-password{
    display:none;
}

input[type="checkbox" i] {
    display:none;
}


.hs-error-msg{
    font:#a23193;
}

.form-input-error {
	border: 2px solid #a23193 !important;
	margin-bottom: 8px !important;
}

@media screen and (max-width: 641px){
.page-subtitle { font-weight: lighter; font-size:1em; line-height: 23px; font-family: "Acronym", sans-serif; padding-top: 20px;} 
}


@media screen and (max-width: 641px){
.hp-subtitle { font-size:1.9em; font-weight: bold; line-height: 34px;  font-family: "Acronym", 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; font-weight: lighter; line-height: 26px;  font-family: "Acronym", sans-serif; color:#FFF; padding-right: 15px; padding-left: 15px;} 
}


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;
}

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.no-list{
    list-style: none;
    font-family: "Public Sans", sans-serif;
    font-size: 13px;
    color: #414757;
    margin:0; 
  padding:0;
  text-align:center;
}
ul.no-list li{
  margin:0; 
  padding:0;
 
}


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; }


/**
 * Homepage
 */


.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

@media screen and (max-width: 641px){
.split { 
   height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;}}


.left {
    left: 0;
background: url(https://portal.wealthadviser.com.au/hubfs/bg-arc.webp) center top no-repeat; 
background-size:cover;
}

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


.right {
    right: 0;
    background-color: #ffffff;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.centered img {
  
}


.bg-home-hero { 
background: url(../images/bg-hp-hero.jpg) center top no-repeat; 
background-size: cover; background-color: #CCC;  
}

@media screen and (max-width: 641px){
.bg-home-hero { 
background: url(../images/bg-hp-hero-mobile.webp) center top no-repeat; 
background-size: cover; background-color: #CCC;  
}}



.hp-title { font-size:2.1em; font-weight: bold; line-height: 44px;  font-family: "Acronym", sans-serif;} 


@media screen and (max-width: 641px){
.hp-title { font-size:1.8 em; font-weight: bold; line-height: 40px;  font-family: "Acronym", sans-serif; width: 80%;} 
}


.hp-message { font-size:1.4em; font-weight: lighter; line-height: 26px; font-family: "Acronym", sans-serif; padding-bottom: 5px; padding-top:15px;} 


@media screen and (max-width: 641px){
.hp-message { font-size:1.4em; font-weight: lighter; line-height: 26px; font-family: "Acronym", sans-serif; padding-bottom: 5px; padding-top:15px; width: 80%;} 
}


.hp-message-a { font-size:1.4em; font-weight: lighter; line-height: 26px; font-family: "Acronym", sans-serif; padding-bottom: 5px; padding-top:15px;} 


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


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


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


.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 {
  margin-top:50px;
  margin-bottom:50px;
}

.heading-row 
{
  margin-bottom:60px;
}


@media screen and (max-width: 641px){
.heading-row 
{
  margin-bottom:20px;
}
}


.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; 
    font-weight: bold; 
    line-height: 40px;  
    font-family: "Acronym", sans-serif;
}

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




.block-background-image {
    position: relative;
    left: 50%;
    transform: translate3d(-50%,0,0);
    width: 1408px;
    height: 450px;
    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: #EFEDEC; 
  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: #EFEDEC; 
  color: #333333;
  height: 180px;
  max-width:700px;
  margin-bottom:2px;
}
}


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

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


/**
 * Do Services
 */

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

@media screen and (max-width: 641px){
.services-section {
    max-width: 1408px;
    width: 100%;
    margin: 0 auto;
   background-color: #EFEDEC;
   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: #EFEDEC;
   padding-top: 30px;
}

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

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


.office-location {
font-weight:bold;
 font-size:1.3em; 
 line-height: 23px; 
 font-family: "Acronym", sans-serif;
 color:#0A467D;
}

/**
 * eBook Download
 */

.download-form {
border-left: 5px solid #0A467D; margin-left: 40px; padding-left: 30px;
}

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

.ebook-description {
padding-top:70px;
padding-bottom:70px;
}

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

/**
 * Mobile menu
 */

.logo {

padding-top: 35px;
max-width: 150px

}


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

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

 .mobile-menu {
    display: none;
}

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

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


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

.menu-heading {
font-weight: normal; 
font-family: "Acronym", sans-serif;
font-size: 2em;
color:#0A467D;
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: #555555;
  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: #f3f3f3;
  position: fixed;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  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:15px;
    border-left: 11px solid #0A467D;
    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: #33333b;
    padding: 4px 10px;
    
}


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

.testimonials {

    color: #000;
    background-color: #f3f3f3;
    font-size: 18px;
    padding-bottom: 40px;
    
}


/**
 * Background colors
 */

.bg-white{ background-color: #ffffff; color: #333333; }
.bg-violet{ background-color: #403a96; color: #ffffff; }
.bg-grey{ background-color: #888C90; color: #333333; }
.bg-green{ background-color: #80c41c; color: #ffffff; }
.bg-darkgrey{ background-color: #999A9C; color: #FFFFFF; }
.bg-lightgrey { background-color: #EFEDEC; color: #333333; }
.bg-lightblue { background-color: #78C339; color: #FFFFFF; }
.bg-blue { background-color: #0A467D; color: #FFFFFF; }
.bg-photo{ color: #ffffff; }
.bg-conf-hero { background: url(../images/bg-conf-hero.jpg) center  no-repeat; background-size: cover; }
.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; }



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


.hs-button{
    background-color: #414757;
    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;
    font-size: 13px;
    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;
    color:#ffffff;
    cursor:pointer !important;
}

.hs-button:hover,
.hs-button:focus,
.hs-button:active{
    outline: none;
  color:#ffffff;
  background-color: #a23193;
     cursor:pointer !important;   
}
.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: #78C339;
    background-color: #78C339;
	opacity: 1;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active{
    color: #ffffff;
    border-color: #CCCCCC;
    background: #CCCCCC;
}
.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active{
    color: #ffffff;

}

.btn-navy {
    color: #ffffff;
    border-color: #414757;
    background-color: #414757;

}

.btn-navy:hover{
    color: #ffffff;
    border-color: #a23193;
    background-color: #a23193;

}

.btn-clear {
    color: #ffffff;
    border-color: #ffffff;

}

.btn-navy:hover{
    color: #ffffff;
    border-color: #777777;
    background-color: #777777;

}



.btn-blue {
    color: #ffffff;
    border-color: #78C339;
	background-color: #78C339;
}

.btn-blue:hover{
    color: #ffffff;
    border-color: #888C90;
	background-color: #888C90;

}

.btn-orange {
    color: #ffffff;
    border-color: #ed6a62;
	background-color: #ed6a62;
}

.btn-orange:hover{
    color: #ffffff;
    border-color: #888C90;
	background-color: #888C90;
}

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


.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;
}
.hs-input{
    padding: 10px 12px;
    height: 26px;
    border-radius: 5px;
    width: 300px;
     font-family: 'Public_Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #414757;
    line-height: 24px;
  text-align: center;
  margin-bottom: 14px;
  border:1px solid #CCC;
}

textarea.form-control{
    height: auto;
}

.hs-form{
  max-width:100%;
  
}



.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;
	font-weight: 300;
	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;
	font-weight: 300;
	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: "Acronym", sans-serif;
 background: #fff;
 height: 160px;
}

@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: "Acronym", sans-serif;
 background-color: #FFF;
 height: 100px;
}
}


#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: "Acronym", sans-serif;
  color:#FFF;
  height: 160px;
}


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: #33333b;
    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: #0A467D !important;
}
ul.navigation li.call2action > a{
    background: #fff;
    color: #0A467D;
    padding: 10px 40px;
    text-shadow: 0 0px 0 #000000;
    -webkit-text-shadow: 0 0px 0 #000000;
    border:1px solid #0A467D;
}
ul.navigation li.call2action > a:hover {
    background: #888C90;
   color: #ffffff;

}

ul.navigation li.call2actionblue > a {
    background: #0A467D;
	color:#FFFFFF;
    padding: 10px 40px;
    text-shadow: 0 0px 0 #000000;
    -webkit-text-shadow: 0 0px 0 #000000;
    border:1px solid #0A467D;

}
ul.navigation li.call2actionblue > a:hover {
    background: #888C90;
    color: #ffffff;
    border:1px solid #888C90;

}



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 #000000;
    -webkit-text-shadow: 0 0px 0 #000000;
    border:1px solid #0A467D;
}
ul.hp-navigation li.call2action > a:hover {
    background: #888C90;
   color: #ffffff;

}

ul.hp-navigation li.call2actionblue > a {
    background: #0A467D;
    color:#FFFFFF;
    padding: 10px 40px;
    text-shadow: 0 0px 0 #000000;
    -webkit-text-shadow: 0 0px 0 #000000;
    border:1px solid #0A467D;

}
ul.hp-navigation li.call2actionblue > a:hover {
    background: #888C90;
    color: #ffffff;
    border:1px solid #888C90;

}

.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:220px;
    padding-bottom: 40px;
}

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


.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);
}


/**
 * Banner
 */
#banner .container{
    max-width: 1040px;
}
#banner h1 strong{
    font-weight: 500;
}
#banner p{
    margin: 25px 0;
}
#banner .btn{
    width: 210px;
    margin-right: 4px;
    margin-bottom: 8px;
}
#banner .cover{
    position: absolute;
    bottom: 0;
    left: 55%;
    max-width: 45%;
}


/**
 * About
 */
.savvy{
    background: #ececf0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}
.savvy .description{
    padding: 25px;
}
.savvy .description h3:first-child{
    margin-top: 0;
}
.savvy .description .btn{
    position: relative;
}
.savvy .description .btn .fa{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    line-height: 50px;
}
.savvy .talk,
.savvy .join{
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.savvy .talk a,
.savvy .join a{
    color: #ffffff;
    text-decoration: none;
}
.savvy .talk:before,
.savvy .join:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ececf0;
    z-index: 1;
    color: #ececf0;
}
.savvy .join:before{
    color: #80c41c;
    border-top: 10px solid #80c41c;
}


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

.landing-page .banner h1 strong{
    font-weight: 600;
    color: #ffffff;
}
.landing-page .short-description{
    margin-bottom: 20px;
}
.landing-page .content h1{
    margin-bottom: 25px;
}
.landing-page .content h4{
    font-weight: 600;
    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;
    font-weight: 500;
}
#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:150px;
}


.bg-footer {
    background-color: #f3f3f3;
    color: #888888;
    padding-bottom: 80px;
    padding-top: 50px;
}

.bg-footer-txt {
     font-size: 15px;
     font-family: "Acronym", sans-serif;
     color: #888888;
     line-height: 30px;
     padding-top: 20px;

}


@media screen and (max-width: 641px){
.bg-footer-txt {
     font-size: 14px;
     font-family: "Acronym", sans-serif;
     color: #888888;
     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:15px;
    padding-top:25px;
    font-size: 15px;
    line-height: 19px;
    font-family: "Acronym", sans-serif;
}

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



.footer-menu a:hover{
    color: #0A467D;
}

.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-logo{
    display: block;
}
.footer-logo small{
    font-size: 13px;
}

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


/**
 * Contact Form 7
 */
div.wpcf7-response-output {
    margin: 0px;
    padding: 1em;
    font-weight: 300;
	text-align: center;
	border: 1px solid #403A96 !important;
}
span.wpcf7-not-valid-tip {
    color: #DA5252;
    font-size: 11px;
    display: block;
    font-weight: 300;
	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: 0;
    }

    /**
     * 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;
    font-weight: 600;
    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-weight: 600;
    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 {
    font-weight: 600;
}

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

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