/* @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; }



/* 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: #333;
  font-family: "raleway", Arial, Sans-Serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* Page Center */
.container {
  background: ;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 15px;
  max-width: 960px;
  float: none !important;
}


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

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

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #323c4b;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #323c4b;
  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;
}
.header-box{
    background: #1f4e79;
    padding: 2em 2em 2em 2rem;
    float: none !important;
}
.landing .header-box{    
    margin: 100px 0 50px 0;
}
.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: #323c4b;
    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: #323c4b;
    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: #323c4b;
    padding: 1em 2rem;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
    color: #fff;
}

/* form */

/* Date Picker */

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




.main-content .form-title{
    display: none;
}
.main-content form{
    background: #323c4b;
    padding: 2rem;
    padding-bottom: 4.5em;
}
.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;
}
.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:focus{
    box-shadow: 3px 3px 0 #323c4b;
}
.main-content form textarea{
    min-height: 8em;
}
.main-content form .hs-richtext,
.main-content form .hs-richtext a {
    color: #fff;
}
.main-content form .hs-richtext a:hover {
    color: #323c4b;
}

/*submit button*/
.main-content form a.hs-button,
.main-content form input[type="submit"]{
    display: inline-block;
    background: #323c4b;
    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
}
.main-content form a.hs-button:hover,
.main-content form input[type="submit"]:hover{
    background: #fff;
    color: #323c4b;
    box-shadow: 3px 3px 0px #323c4b;
}

.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: #323c4b;
    z-index: 200;
}
.main-content form input[type="radio"]+span:after{
    border-radius: 100%;
}
.main-content form input[type="radio"]:checked+span:after{
    background: #323c4b;
    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: #323c4b;
    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: #323c4b;
    text-align: center;
    color: #fff;
    padding: 3rem 0;
}
.main-landing-thank-you h2 {
    font-size: 2.5em;
    padding: 0 .5em;
    margin-top: 0;
    margin-bottom: 0;
}
/* Footer */
.footer{
    background: #e6e7e8;
    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;
    padding-top: 1em;
    font-size:24px;
    color:#848688;
}


/*////////////////////////////////////
/////////// 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: 60% !important; 
        margin: 200px 0 100px 0;
    }
}
@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;
    }   
}



.video {
  background-color: #7dd0e0;
  padding: 80px 0;
  text-align: center;
}
.video .container {
  padding:32px 110px;
  padding-bottom: 60px;
  background-size:100%;
  background-repeat: no-repeat;
}