@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
/* @import url('http://example.com/example_style.css'); */

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

@import 'https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i';



/*////////////////////////////////////
/////////// Hubl Variables////////////
////////////////////////////////////*/


/* Colors */
    





/* Measurements */






/*////////////////////////////////////
/////////// Resets and Base///////////
////////////////////////////////////*/

/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

img.alignRight{
    margin: 0 0 5px 15px;
}

img.alignLeft{
    margin: 0 15px 5px 0;
}

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

input[type="file"]{
color:#fff;
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}


/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;} 

/* Box Sizing */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #e9e9e9;
  /*background: linear-gradient(#e8e8e8, #f5f6f6);*/
  color: #1b3950;
  font-family: "Lato", Arial, Sans-Serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* Page Center */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1280px;
  margin: 0 auto;
}

a { color: #fff; }
a:hover, a:focus { color: #000; }

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #00abc4;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #00abc4;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
â€‚ â€‚ max-width: initial;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }











/*////////////////////////////////////
/////////// Mahalo Styles/////////////
////////////////////////////////////*/

/* header and logo */
.page-header{
    background: #fff;
}

.main-logo{
    /*width: 9em !important;*/
    text-align: center;
    margin: 0 auto !important;
    float: none !important;
    padding: 1em;
}


/* Main banner */

.main-banner{
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
    padding-bottom:25%;
}
.header-box{
    background: #1B3950;
    padding: 2em 2em 2em 2rem;
    float: none !important;
}
.thank-you .header-box{
    margin: 100px 0 50px;   
}




.thank-you .header-box .cta_button{
    float: right;
    margin-bottom: -3em;
}

.header-box h1,
.header-box h2{
    margin: 0;
}

.header-box h1{
    color: #00abc4;
    text-transform: uppercase;
    font-size: 1em;
}

.header-box h2{
    color: #fff;
    font-size: 2.5em;
    font-weight: 800;
}
.thank-you .header-box h2{
    margin-bottom: 1em;
}



/* Main content */

.main-content{
    background: #fff;
    padding-top: 2rem;
    padding-bottom: 3rem;
    font-weight: 600;
}
.main-content h2{
    color: #00abc4; 
    text-transform: uppercase;
    font-size: 1.2em;
}
.main-content .ebook-image{
    margin-bottom: 2rem;
}


.landing .main-content .content{
    padding-left: 2rem;
}
.thank-you .main-content .content{
    padding-right: 2rem;
}

.main-content .figure img{
    width: 100% !important;
}
.main-content .fig-caption{
    background: #00abc4;
    padding: 1em 2rem;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
    color: #fff;
}

/* form */

/* Date Picker */

.hs-datepicker .pika-button:hover{
    background: #00abc4 !important;
    border-radius: 0 !important;
}
.hs-datepicker .is-selected .pika-button{
    background: #00abc4 !important;
    border-radius: 0 !important;
}
.hs-datepicker .is-today .pika-button{
    color: #464646;
}




.main-content .form-title{
    display: none;
}
.main-content form{
    background:#1b3950;
    padding: 2rem;
    padding-bottom: 4.5em;
    float:left;
    width:100%;
}
.main-content form .hs-error-msgs{
    margin-top: 0;
}
.main-content form .hs-form-field:last-child{
    padding: 0 !important;
}
.main-content form legend,
.main-content form label{
    color: #fff;
    font-weight: 600;
    font-size: .9em;
    display: block;
}
.main-content form legend {
    font-size: .7em;
}
.main-content form label:after{
    content: '';
    clear: both;
    display: table;
}
.main-content form input,
.main-content form textarea,
.main-content form select {
    padding: 1em 1.5em;
    margin-bottom: 1em;
    border: none;
    width:100%;
}
.main-content form input,
.main-content form select,
.main-content form textarea{
    outline: none;
    font-size: 1em;
}
/*text input*/
.main-content form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="file"]):not([type="button"]),
.main-content form textarea{
    width: 100%;
}
.main-content form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="file"]):not([type="button"]):focus,
.main-content form textarea{
    box-shadow: 3px 3px 0 #00abc4;
}
.main-content form textarea{
    min-height: 8em;
}
/*submit button*/
.main-content form a,
.main-content form input[type="submit"]{
    display: inline-block;
    background: #00abc4;
    color: #fff;
    font-weight: 700;
    /*text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .02em;*/
    padding: 1em 2.5em;
    float: right;
    clear: both;
    margin-right: 1em;
    position: relative;
    bottom: -2.7em;
    cursor: pointer;
    -webkit-appearance: none
}

input[type="submit"]{ width:auto !important;margin-right:0px !important; }
.main-content form a:hover,
.main-content form input[type="submit"]:hover{
    color: #fff;
    box-shadow: 3px 3px 0px #fff;
    -webkit-box-shadow: 3px 3px 0px #fff;
    -moz-box-shadow: 3px 3px 0px #fff;
}

.main-content form select{
    padding: 1em 1.5em;
    border-radius: 0;
    -webkit-appearance: none;
    background: #fff;
}

/* checkbox and radios */
.main-content form input[type="checkbox"],
.main-content form input[type="radio"]{
    display: none;
}
.main-content form input[type="checkbox"]+span,
.main-content form input[type="radio"]+span{
    position: relative;
    line-height: 2em;
    cursor: pointer;
}
.main-content form input[type="checkbox"]+span:after,
.main-content form input[type="radio"]+span:after{
    content: '';
    display: block;
    width: 2em;
    height: 2em;
    background: #fff;
    float: left;
    clear: left;
    margin-bottom: .5em;
    margin-right: .5em;
}
.main-content form input[type="checkbox"]:checked+span:before{
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    font-size: 2em;
    left: -1.2em;
    top: -.2em;
    color: #464646;
    z-index: 200;
}
.main-content form input[type="radio"]+span:after{
    border-radius: 100%;
}
.main-content form input[type="radio"]:checked+span:after{
    background: #464646;
    border: 4px solid #fff;
}
/*file input*/
/* .main-content form input[type="file"]{
    display: none;
}
.main-content form .hs_file_uploader label{
    display: block;
}
.main-content form .hs_file_uploader label:after,
.main-content form .hs_file_upload label:after{
    content: 'Select';
    color: #000;
    display: block;
    background: #fff;
    padding: 1em 0;
    text-align: center;
    width: 7em;
    margin-bottom: 1em;
    position: static;
    cursor: pointer;
}

 */
/* Main CTA */
.main-CTA{
    background: #00abc4;
    text-align: center;
    color: #fff;
    padding: 2rem 0 3rem 0;
}
.main-CTA h2{
    font-size: 2.5em;
    padding: 0 .5em;
    margin-top: 0;
    margin-bottom: 1em;
}

.main-CTA *{
    float: none !important;
}

.main-landing-thank-you {
    background: #EAEAEA;  
    text-align: center;
    color: #404040;
    padding: 3rem 0;
}
.main-landing-thank-you h2 {
    font-size: 2.5em;
    padding: 0 .5em;
    margin-top: 0;
    margin-bottom: 0;
}
/* Footer */
.footer{
    background:#1B3950;
    /*padding: 2rem 0;*/
}

.footer .social-media{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer .social-media li{
    display: inline-block;
    width: 30px;
    margin-right: 20px;
}
.footer .social-media li:last-child{
    margin-right: 0;
}
.footer svg{
    max-height: 100%;
}
.footer svg .social-media{
    fill: #fff;
}
.footer footer{
    text-align: center;
    color: #fff;
    padding-top: 1em;
}


/*////////////////////////////////////
/////////// Media Queries  ///////////
////////////////////////////////////*/

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}

@media screen and (min-width: 500px){
    .thank-you .header-box{
        margin: 200px 0 100px 2rem !important;
    }
}
@media screen and (min-width: 600px){
    .landing .header-box{    
        width: 100% !important; 
    }
}
@media screen and (min-width: 768px){
    .thank-you .header-box{
        width: 60% !important;
    }
    .thank-you .header-box h2{
        margin-bottom: 3em;
    }
}
@media (max-width: 768px){
    .landing .main-content .content{
        padding-right: 2rem;
    }
    .thank-you .main-content .content{
        padding-left: 2rem;
    }
    .main-CTA h2{
        margin-bottom: 0;
    }
}
@media screen and (min-width: 950px){
    .thank-you .header-box{
        width: 40% !important;
    }
}
@media (min-width: 1200px){
    .main-content .ebook-image{
        padding: 1em 8em 0 2em;
    }   
}




/*lp Style*/
.single-lp .main-content{ text-align:center; }
.single-lp.landing .main-content .content{ padding:0 2rem; }

.three-lp.landing .main-content .content{ padding-left:0px; }
.three-lp.landing .main-content .content-img{ padding-left:2rem; }  
.three-lp .main-content .widget-type-form{ padding-right:2rem; }



@media (max-width:1500px){ 
    .main-banner{ padding-bottom:30%; }
}

@media (max-width:1200px){ 
    .main-banner{ padding-bottom:35%; }
}

@media (max-width:1024px){ 
    .main-banner{ padding-bottom:35%; }
    .header-box h2{ font-size:2em; }
    .landing .main-content .content h1{ font-size:26px;line-height:1.2; }
    .main-landing-thank-you h2{ font-size:2em; }
}

@media (max-width:900px){
    .main-banner{ padding-bottom:40%; }
    .three-lp .main-content .widget-type-form{ width:100%;float:left;margin-left:0px;padding:25px 2rem 0; }
    .three-lp.landing .main-content .content{ width:50%;float:right;margin:0px;padding-right:2rem; }
    .three-lp.landing .main-content .content-img{ width:45%;float:left; }
}

@media (max-width:767px){
   /* .main-banner{ padding-bottom:56.25%; }*/
    .header-box h2{ font-size:1.8em;line-height:1.2; }
    .header-box h1{ font-size:0.9em; }
    .landing .main-content .content h1{ font-size:22px; }
    .main-landing-thank-you h2{ font-size:1.8em;line-height:1.2; }
    .main-content{ padding-bottom:0px; }
}

@media (max-width:600px){
    .three-lp.landing .main-content .content-img{ width:100%;float:left;text-align:center;padding:0 2rem; }
    .three-lp.landing .main-content .content-img img{ max-width:350px;width:100% !important; }
    .three-lp.landing .main-content .content{ float:left;width:100%;padding:0 2rem;text-align:center; }
    
}

@media (max-width:480px){
    body{ font-size:14px; }
    .header-box h1{ font-size: 0.8em; }
    .header-box h2 { font-size: 1.4em; }
    .landing .main-content .content h1{ font-size:20px; }
    .main-landing-thank-you h2 { font-size: 1.4em; }
}

/* ==========================================================================
   Footer
   ========================================================================== */


.footer-container-wrapper {}
.footer-container {}

.footer-background,
.footer-background a,
.footer-copyright a,
.footer-container-wrapper .more-links a,
.footer-container-wrapper .contact-us a,
.footer-container-wrapper .about-us a {
    color: white;
}
.footer-background,
.footer-background a {
    background: ;
}
.footer-container-wrapper .more-links a:hover,
.footer-container-wrapper .contact-us a:hover,
.footer-container-wrapper .about-us a:hover {
    color: #FFF;
}
.footer-container-wrapper .more-links a {
    margin: 5px 0px;
}
.footer-container-wrapper ul {
  list-style-type: none; 
  padding: 0px;
}

.footer-container-wrapper ul li::before {
    content: "\f0da";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
}

.footer-container-wrapper .footer-copyright{
    background: ;
    color: ;
    padding: 10px 0px;
    font-size: 12px;
}
.footer-container-wrapper .social-icons .fa{
    font-size: 20px;
    padding-right: 5px;
}

/* Back to Top */
.container-fluid .row-fluid .back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: auto;
    font-size: 20px;
    padding: 1px 8px 4px;
    border-radius: 4px;
    background: ;
    cursor: pointer;
}
.back-to-top a {
    color: ;
}








/* ========================================================================== */


.footer-copyright{
padding: 0px!important
}
.footer-copyright .widget-type-raw_jinja {
margin: 10px 0px;
}