@import url('//cdn2.hubspot.net/hubfs/346178/designmodo/flat-ui/bootstrap/css/bootstrap.css');
@import url('//cdn2.hubspot.net/hubfs/346178/designmodo/flat-ui/css/flat-ui.css');
@import url('//cdn2.hubspot.net/hubfs/346178/designmodo/common-files/css/icon-font.css');
@import url('//cdn2.hubspot.net/hubfs/346178/designmodo/common-files/css/animations.css');
@import url('//cdn2.hubspot.net/hubfs/346178/designmodo/ui-kit/ui-kit-header/css/ui-kit-styles.css');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Playfair+Display:400,400i,700,700i,900,900i|Catamaran:100,300,400,500,700,900|Lily+Script+One|Open+Sans:300,400,600,700,800|Sacramento');

body {
    padding: 0;
  color: #58554e !important;
}

@font-face { 
    font-family: 'ParaType-Futura_PT_Medium';
    src: url('https://www.wedhawaii.com/hubfs/fonts/ParaType-Futura_PT_Medium.otf') format('opentype');
}

@font-face { 
    font-family: 'ParaType-Futura_PT_Book';
    src: url('https://www.wedhawaii.com/hubfs/fonts/ParaType-Futura_PT_Book.otf') format('opentype');
}

@font-face { 
    font-family: 'Flavortype-Rische_Regular';
    src: url('https://www.wedhawaii.com/hubfs/fonts/Flavortype-Rische_Regular.otf') format('opentype');
}

@font-face {
    font-family: fiona;
    src: url(https://www.wedhawaii.com/hubfs/assets/fonts/Fiona-Regular.otf);
}

@font-face {
    font-family: belleza;
    src: url(https://www.wedhawaii.com/hubfs/assets/fonts/Belleza-Regular.ttf);
}

.splash-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 300vh;
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 999999;
    pointer-events: none;
}
.with-splash,
.with-splash body {
    overflow: hidden;
}
.with-splash .splash-image {
    opacity: 1;
    pointer-events: auto;
}
.with-splash .body-container-wrapper,
.with-splash .footer-container-wrapper {
    opacity: 0;
    pointer-events: none;
}

.body-container{
    padding-left: 0;
    padding-right: 0;    
}
.body-menu-position{
    padding-top:70px;
}

.row-fluid [class*="span"] {
    min-height: 0;
}

@media (max-width: 1139px) and (min-width: 768px) {
    .row-fluid [class*="span"]{
        min-height: 0;
    }
}

.col-xs-2_4 {
    width: 20%;
    float: left;
}

.col-xs-2_4, .col-sm-2_4, .col-md-2_4, .col-lg-2_4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-sm-2_4 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-2_4 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-2_4 {
        width: 20%;
        float: left;
    }
}


.dm-icon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 95px;
    height: 95px;
    margin: 0 50px;
    border: 7px solid #fff55b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    font-size: 48px;
    font-weight: normal;
    color: #fff55b;
    line-height: 81px;
}

.wistia_responsive_wrapper * {
    z-index: auto;
}

/* oembed */
a.oembed, .oembedall-closehide, .oembedall-container > br {
    display: none;
}
.oembedall-container.oembedall-container {
    margin: 0;
    height: 100%;
}
.oembedall-container.oembedall-container .wistia_responsive_padding {
    height: 100%;
}
.oembedall-container iframe {
    display: block;
    width: 100%;
    height: 100%;
}


/* Form Default */
input:not([type=submit]):not([type=file]):not([type=checkbox]), .uneditable-input {
    display: block;
    width: 100% !important;
    background-color: #fff;
    background-image: none;
    border: 2px solid #bdc3c7;
    color: #34495e;
    font-family: Lato !important, serif;
    font-size: 15px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 42px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

input[type=checkbox] {
    margin-top: 0;
}

/*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"], */
/*.uneditable-input {*/
/*    display: block;*/
/*    width: 100% !important;*/
/*    background-color: #fff;*/
/*    background-image: none;*/
/*    border: 2px solid #bdc3c7;*/
/*    color: #34495e;*/
/*    font-family: 'Lato !important, serif;*/
/*    font-size: 15px;*/
/*    line-height: 1.467;*/
/*    padding: 8px 12px;*/
/*    height: 42px;*/
/*    border-radius: 6px;*/
/*    -webkit-box-shadow: none;*/
/*    box-shadow: none;*/
/*    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;*/
/*    transition: border .25s linear, color .25s linear, background-color .25s linear;*/
/*}*/

input[type="submit"] {
    border: none;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    background-color: #1abc9c;
    border-radius: 4px;
    padding: 10px 15px;
    outline: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 22px;
    -webkit-transition: color 0.25s, background 0.25s;
    -moz-transition: color 0.25s, background 0.25s;
    -o-transition: color 0.25s, background 0.25s;
    transition: color 0.25s, background 0.25s;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
    color: #ffffff;
    background-color: #48c9b0;
    border-color: #48c9b0;
}

.hs-form fieldset {
    position: relative;
}


.hs-form label {
    margin-bottom: 12px;
}

.hs-error-msgs {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.hs-error-msgs li label {
    margin-top: 5px;
    margin-bottom: 0 !important;
    color: #e74c3c !important;
}

.hs-form > div, .hs-form > fieldset {
    margin-left: -10px;
    margin-right: -10px;
    max-width: none !important;
}

.hs-form  .field, .hs-form .actions {
    padding: 0 10px;
}

.hs-form  .field {
    margin-bottom: 29px;
}


.hs-form fieldset .input {
    margin-right: 0 !important;
}

.hs-form fieldset.form-columns-1 .input, .hs-form fieldset.form-columns-2 .input {
    margin-right: 0 !important;
}

.hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}

.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33333333% !important;
}



@media (max-width: 480px) {  
    .hs-form label {
        margin-bottom: 0 !important;
    }
    
    .hs-form > div, .hs-form > fieldset {
        margin-left: 0;
        margin-right: 0;
    }
    
    .hs-form  .field, .hs-form .actions {
        padding: 0;
    }
    
    .hs-form fieldset.form-columns-3 .hs-form-field {
        width: 100% !important;
    }
}




/*--- HEADERS ---*/

/* Default Styles */

.row-fluid [class*="span"].dm-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 51;
    background-color: #ffffff;
    padding: 15px;
    min-height: 70px;
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 1px 13px 0px rgba(0,0,0,0.09);
    box-shadow: 0px 1px 13px 0px rgba(0,0,0,0.09);
}

.row-fluid [class*="span"].dm-company-name {
    font-size: 20px;
    margin-top: 6px;
    position: relative;
    z-index: 1;
}

.row-fluid [class*="span"].dm-company-name a {
    color: #58554E;
}

.row-fluid [class*="span"].dm-navigation .hs-menu-wrapper.hs-menu-flow-horizontal{
    text-align: right;
}

.row-fluid [class*="span"].dm-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1 {
    display: inline-block;
}

.row-fluid [class*="span"].dm-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1 a {
    font-size: 16px;
    padding: 10px 15px;
}

.burger-nav {
    display: none;
}

@media (max-width: 767px) {    
    .row-fluid [class*="span"].dm-navigation {
        position: fixed;
        width: 280px;
        height: 100%;
        background-color: #ffffff;
        top: 0;
        right: -280px;
        padding: 70px 0 15px;
        -webkit-transition: right 0.4s ease;
        -moz-transition: right 0.4s ease;
        -o-transition: right 0.4s ease;
        transition: right 0.4s ease;
    }
    
    .row-fluid [class*="span"].dm-navigation.open {
        right: 0;
    }
    
    .row-fluid [class*="span"].dm-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1 {
        display: block;
        text-align: right;
        border-bottom: 1px solid #363940;
        margin: 0 15px;
    }
    
    .row-fluid [class*="span"].dm-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1 a {
        padding: 15px 0;
    }
    
    .burger-nav {
        position: absolute;
        z-index: 2;
        top: 18px;
        right: 15px;
        display: block;
    }
    
    .burger-nav .burger-line {
        display: block;
        background-color: #363940;
        width: 40px;
        height: 5px;
        margin: 4px 0;
        position: relative;
        top: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0);
    }
    
    .burger-nav.open .burger-line:first-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px;
    }
    
    .burger-nav.open .burger-line:nth-child(2) {
        opacity: 0;
    }
    
    .burger-nav.open .burger-line:last-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -9px;
    }
}


.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: block;
    padding: initial;
    white-space: initial;
    max-width: initial;
    overflow: initial;
    text-overflow: initial;
    text-decoration: initial;
}


.hs-menu-wrapper > ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    *zoom: 1;
    &:before,
    &:after {
        display: table;
        content: "";
        line-height: 0;
    }
    &:after {
        clear: both;
    }
}

.hs-menu-wrapper > ul > li {
    position: relative;
    display: block;
}

.hs-menu-wrapper > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.hs-menu-wrapper > ul > li > a:hover, .hs-menu-wrapper > ul > li > a:focus {
    background: none;
    text-decoration: none;
}

@media (max-width: 568px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        width: auto;
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        float: none;
    }
}


/* Header 1 */

.header-1-sub {
    height: 430px;
}

.header-1-sub h3 p {
    line-height: normal;
    font-size: 36px;
    margin-bottom: 0;
}

.header-1-sub .page-transitions .controls > * {
    top: 340px;
}

@media (max-width: 480px) {
    .header-1-sub {
        height: 350px;
    }
    
    .header-1-sub .page-transitions .controls > * {
        top: 293px;
    }
}

@media (max-width: 600px) {
    .header-1-sub h3 p {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .header-1-sub h3 p {
        font-size: 26px;
    }
}


/* Header 2 */

.header-2-sub {
    padding-top: 145px;
}

@media (max-width: 991px) {
    .header-2-sub {
        padding-top: 95px;
    }
}


/* Header 3 */

.header-3-sub {
    padding-top: 50px;
}

@media (max-width: 480px) {
    .header-3-sub {
        padding-top: 30px;
    }
}


/* Header 4 */

@media (max-width: 480px) {
    .header-4 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}


/* Header 5 */

.header-5-sub .pt-page {
    padding-top: 140px;
}

@media (max-width: 480px) {
    .header-5-sub .pt-page {
        padding-top: 60px;
    }
}


/* Header 6 */

.header-6-sub {
    padding-top: 210px;
}

.header-6-sub .hs_cos_wrapper_type_form > h3{
    display: none;
}

.header-6-sub .signup-form form {
    text-align: left;
}

.header-6-sub .signup-form form:after {
    content: " ";
    display: block; 
    height: 0; 
    clear: both;
}

/*.header-6-sub .signup-form form > div {*/
/*    float: left;*/
/*    width: 23.5%;*/
/*    margin: 0 0 0 2%;*/
/*}*/

.header-6-sub .signup-form form > div:first-child {
    margin: 0;
}

.header-6-sub .signup-form form .hs-form-field > label {
    display: none;
}

.header-6-sub .signup-form form input::-webkit-input-placeholder {
   color: #2c3e50 !important;
}

.header-6-sub .signup-form form input:-moz-placeholder { /* Firefox 18- */
   color: #2c3e50 !important;  
}

.header-6-sub .signup-form form input::-moz-placeholder {  /* Firefox 19+ */
   color: #2c3e50 !important;  
}

.header-6-sub .signup-form form input:-ms-input-placeholder {  
   color: #2c3e50 !important;  
}

.header-6-sub .signup-form form > div input:not([type='submit']):focus {
    border-color: #1abc9c;
}

.header-6-sub .signup-form form .hs_submit input[type="submit"] {
    width: 100%;
}

@media (max-width: 768px) {
    .header-6-sub {
        padding-top: 100px;
    }
}


/* Header 7 */

.header-7-sub section > div {
    padding-top: 215px;
}

@media (max-width: 480px) {
    .header-7-sub section > div {
        padding-top: 130px;
    }
}


/* Header 9 */

.header-9-sub {
    padding-top: 260px;
}

@media (max-width: 480px) {
    .header-9-sub {
        padding-top: 90px;
    }
}


/* Header 10 */

@media (max-width: 480px) {
    .header-10-sub {
        height: 520px;
    }
}



/* Header 11 */

.header-11-sub .hs_cos_wrapper_type_form > h3{
    display: none;
}

.header-11-sub .signup-form form > div {
    margin-bottom: 10px;
}

.header-11-sub .signup-form form > div:nth-of-type(2) {
    width: 50%;
    float: left;
    padding-left: 0;
    padding-right: 5px;
}

.header-11-sub .signup-form form > div:nth-of-type(3) {
    width: 50%;
    float: left;
    padding-left: 5px;
}

.header-11-sub .signup-form form .hs-form-field > label {
    display: none;
}

.header-11-sub .signup-form form input[type="text"], .header-11-sub .signup-form form input[type="password"], .header-11-sub .signup-form form input[type="email"] {
    border-color: white !important;
    color: #2c3e50;
    font-weight: 500;
}

.header-11-sub .signup-form form input::-webkit-input-placeholder {
   color: #2c3e50 !important;
}

.header-11-sub .signup-form form input:-moz-placeholder { /* Firefox 18- */
   color: #2c3e50 !important;  
}

.header-11-sub .signup-form form input::-moz-placeholder {  /* Firefox 19+ */
   color: #2c3e50 !important;  
}

.header-11-sub .signup-form form input:-ms-input-placeholder {  
   color: #2c3e50 !important;  
}

.header-11-sub .signup-form form .hs_submit input[type="submit"] {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
}


/* Header 14 */

.header-14-sub .hs_cos_wrapper_type_form > h3{
    display: none;
}

.header-14-sub .hs-form .field {
    padding: 0;
    margin-bottom: 0;
}

.header-14-sub .subscribe-form form {
    position: relative;
    display: table;
    border-collapse: separate;
}

.header-14-sub .subscribe-form form > div:first-of-type {
    display: table-cell;
    float: left;
    width: 100%;
    margin-bottom: 0;
    vertical-align: top;
    margin: 0! important;
}

.header-14-sub .subscribe-form form > div:first-of-type input[type="email"] {
    border-color: #ffffff;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.header-14-sub .subscribe-form form > div:last-of-type {
    display: table-cell;
    width: 1%;
    position: relative;
    font-size: 0;
    vertical-align: top;
    white-space: nowrap;
    margin: 0 !important;
}

.header-14-sub .subscribe-form form > div:last-of-type .actions {
    padding: 0;
}

.header-14-sub .subscribe-form form > div:last-of-type input[type="submit"] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;  
}

.header-14-sub .subscribe-form form .hs-form-field > label {
    display: none;
}

@media (max-width: 480px) {
    .header-14-sub .subscribe-form form {
        display: block;
    }


    .header-14-sub .subscribe-form form > div:first-of-type {
        display: block;
        width: 100%;
        float: none;
    }
    
    .header-14-sub .subscribe-form form > div:first-of-type input[type="email"] {
        border-color: #ffffff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    
    .header-14-sub .subscribe-form form > div:last-of-type {
        display: block;
        width: 100%;
    }
    
    .header-14-sub .subscribe-form form > div:last-of-type input[type="submit"] {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        margin-top: 15px;
        width: 100%;
    }
}



/* Header 17 */
.header-17-sub {
    padding-top: 135px;
}

@media (max-width: 480px) {
    .header-17-sub {
        padding-top: 65px;
    }
}



/* Header 18 */

.header-18 .header-18-sub .header-18-section .t-row > div {
    padding-top: 100px;
}

.header-18 .brand img:first-child {
    max-width: 100px;
}


/* Header 19 */

.header-19-sub {
    padding-top: 270px;
}

@media (max-width: 767px) {
    .header-19-sub {
        padding-top: 185px;
    }
}

@media (max-width: 480px) {
    .header-19-sub {
        padding-top: 90px;
    }
}


/* Header 20 */

.header-20-sub {
    padding-top: 110px;
}

.header-20-sub .img img:first-child {
    visibility: initial;    
} 

@media (max-width: 480px) {
    .header-20-sub {
        padding-top: 60px;
    }
}


/* Header 21 */

.header-22-sub {
    padding-top: 120px;
}

@media (max-width: 480px) {
    .header-22-sub {
        padding-top: 50px;
    }
}



/* Header 23 */

.header-23-sub {
    padding-top: 290px;
}

.header-23-sub .wistia_responsive_padding {
    width: 167px;
    height: 67px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

#bgVideo .background-video-inner{
    position: relative;
    height: 100%;
}

#bgVideo .background-video-inner .wistia_embed{
    pointer-events: none;
    width: 100%;
    min-width: 1366px;
    top: -99999px;
    position: absolute;
    bottom: -99999px;
    left: -99999px;
    right: -99999px;
    margin: auto;
}

.header-23-sub .hero-unit .left-text, .header-23-sub .hero-unit .right-text {
    display: inline-block;
    max-width: 370px;
    width: 100%;
    vertical-align: middle;
}

.header-23-sub .hero-unit .left-text { 
    text-align: right;color: #FFF;
    letter-spacing: .5px;
    line-height: 100%; 
    }

.header-23-sub .hero-unit .right-text { 
    text-align: left; 
    color: #FFF;
    letter-spacing: .5px;
    }

.mfp-close-btn-in.header-23-popup .mfp-close, .mfp-close-btn-in.header-23-popup .mfp-close:active {
    position: absolute;
    top: 0;
    right: -60px;
    width: 50px;
    padding-right: 0;
}
a.btn.btn-large.btn-primary {
    font-family: Lato !important, sans-serif;
    color: #ffffff !important;
    font-size: 14px !important;
    padding: 12px 32px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    border-radius: 0px !important;
    background: #AB892F !important;
}
.btn.btn-large {
    font-family: Lato !important, sans-serif;
    color: #ffffff !important;
    font-size: 14px !important;
    padding: 12px 32px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    border-radius: 0px !important;
    background: #AB892F !important;
}

.btn.btn-large-inverse {
    background: transparent !important; 
    border: 1px solid #AB892F !important; 
    color: #AB892F !important; 
    font-weight: 500;
    font-size: 14px !important;
    padding: 12px 32px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    border-radius: 0px !important;
}


@media (max-width: 991px) {
    .header-23-sub {
        padding-top: 190px;
    }
    
    .header-23-sub .wistia_responsive_padding {
        height: 125px;
    }
    
    .header-23-sub .hero-unit .left-text, .header-23-sub .hero-unit .right-text {
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    #bgVideo .background-video-inner {
        display: none;
    }
    
    .header-23-sub .hero-unit .left-text, .header-23-sub .hero-unit .right-text {
        max-width: none;
        display: block;
        text-align: center;
    }
}


/* Header 24 */

.header-24 {
    text-align: center;
    color: #58554E;
    padding-top: 120px;
    padding-bottom: 170px;
}

.header-24 .pre-header {
    font-size: 31px;
    letter-spacing: 0.7px;
}

.header-24 h1 {
    font-size: 54px;
    font-weight: 700;
    color: #58554E;
    letter-spacing: -0.9px;
}

.header-24 p {
    font-size: 19px;
}

.header-24 .btn {
    background-color: #e85338;
    color: #ffffff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.7px;
    padding: 20px 26px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .header-24 {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}


/* Header 25 */

.header-25 {
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 252px;
    padding-bottom: 258px;
}

.header-25 h1 {
    font-size: 60px;
    color: #262626;
    margin-bottom: 24px;
}

.header-25 p {
    font-size: 26px;
    color: #323232;
}

.header-25 .btn {
    max-width: 367px;
    width: 100%;
    height: 71px;
    border-radius: 2px;
    background-color: #e85338;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    padding: 25px 15px;
    margin-top: 40px;
}



/* EXTRA SIGN IN BAR */

.extra-signin .t-row footer {
    padding: 15px 0;
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}


.extra-signin .t-row .btns{
    display: inline-block;
    margin-left: 25px;
}

.extra-signin .t-row .btns .btn{
    background-color: #1f7970;
}

.extra-signin .t-row .btns .btn:first-child{
    margin-left: 0;
}

@media (max-width: 767px) {
    .extra-signin .t-row footer {
        text-align: center;
    }
    
    .extra-signin .t-row .btns {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .extra-signin .t-row .btns .btn{
        width: 100%;
    }
    
    .extra-signin .t-row .btns .btn:first-child{
        margin-bottom: 10px;
    }
}



/*--- CONTENTS ---*/

/* Content 1 */

@media (max-width: 480px) {
    .content-1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 2 */

@media (max-width: 480px) {
    .content-2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 3 */

@media (max-width: 480px) {
    .content-3 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 4 */

@media (max-width: 480px) {
    .content-4 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 5 */

@media (max-width: 480px) {
    .content-5 {
        padding-top: 80px;
    }
}


/* Content 6 */

@media (max-width: 480px) {
    .content-6 {
        padding-bottom: 80px;
    }
}


/* Content 7 */

@media (max-width: 480px) {
    .content-7 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 8 */

@media (max-width: 480px) {
    .content-8 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 9 */

@media (max-width: 480px) {
    .content-9 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 10 */

@media (max-width: 480px) {
    .content-10 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 12 */

.content-12 .btn-wide {
    color: #ffffff;
}


/* Content 13 */

.content-13 {
    color: #ffffff;
}

.content-13 .hs_email, .content-13 .hs_submit {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.content-13 .hs_email {
    width: 66.66666666666666%;
}

.content-13 .hs_email > label {
    display: none;
}

.content-13 .hs_email .hs-error-msgs {
    color: #e74c3c;
    list-style-type: none;
}

.content-13 .hs_submit {
    width: 33.33333333333333%;
    text-align: right;
}

.content-13 .hs_submit input[type="submit"] {
    background: #AB892F;
    font-size: 17px;
    padding: 12px 18px;
    margin-top: 8px;
    width: 220px;
    max-width: 100%;
}

.content-13 .hs_submit input[type="submit"]:hover, .content-13 .hs_submit input[type="submit"]:focus, .content-13 .hs_submit input[type="submit"]:active {
    background: #24deb4;
}


@media (max-width: 767px) {
    .content-13 .hs_email, .content-13 .hs_submit {
        width: 100%;
        float: none;
    }
    
    .content-13 .hs_submit {
        text-align: center;
        margin: 0 !important;
    }
}


/* Content 14 */

.content-14 .features [class*="box"] img {
    position: static;
}

@media (max-width: 480px) {
    .content-14 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 15 */

@media (max-width: 480px) {
    .content-15 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 16 */

@media (max-width: 480px) {
    .content-16 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 17 */

@media (max-width: 480px) {
    .content-17 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 18 */

@media (max-width: 480px) {
    .content-18 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 19 */

.content-19 .col-sm-7 .quote .quote-author-photo, .content-19 .col-sm-3 .quote .quote-author-photo {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}


/* Content 20 */

.content-20 .hs-form .field {
    margin-bottom: 23px;
    max-width: none;
}

.content-20 .signup-form form input[type="text"], .content-20 .signup-form form input[type="password"], .content-20 .signup-form form input[type="email"] {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #34495e;
    border-color: #ecf0f1;
}

.content-20 .hs_submit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
}

.content-20 .hs_submit input[type="submit"] {
    background-color: #5dade2;
    border-color: #5dade2;
    height: 54px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 17px;
    font-weight: normal;
    color: #ffffff;
    width: 100%;
}

.content-20 .hs-form .actions {
    padding: 0;
}

.content-20 .features h6 {
    margin-top: 20px;
}

@media (max-width: 480px) {
    .content-20 .signup-form form {
        padding: 30px 15px 80px;
    }
}



/* Content 21 */

.content-21 .features.features-tabs .features-bodies {
    background-image: url('http://cdn2.hubspot.net/hubfs/346178/designmodo/common-files/img/content/screen2x.png');
}

@media (max-width: 480px) {
    .content-21 {
        padding-top: 80px;
    }
}


/* Content 23 */

@media (max-width: 480px) {
    .content-23 .holder {
        height: 560px;
    }
}


/* Content 25 */

.content-25 .image {
    text-align: center;
}


/* Content 26 */

@media (max-width: 480px) {
    .content-26 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 27 */

.content-27 .image {
    text-align: center;
}

@media (max-width: 480px) {
    .content-27 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .content-27 .btns [class*="fui-"] {
        margin-top: 0;
    }
}


/* Content 29 */

@media (max-width: 480px) {
    .content-29 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 31 */

.content-31 .container .img img, .content-31 .container .img img + img {
    max-width: 380px;
    width: 100%;
}

@media (max-width: 480px) {
    .content-31 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 33 */

@media (max-width: 480px) {
    .content-33 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}



/* Content 34 */

@media (max-width: 480px) {
    .content-34 .pt-page .container {
        margin-left: 0;
    }
}


/* Content 35 */

.content-35 .contact {
    background-size: 66px;
}

.content-35 .contact p {
    font-size: 16px;
    line-height: 26px;
}


/* Content 36 */

@media (max-width: 480px) {
    .content-36 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 37 */

.content-37 .hs-form-field > label {
    display: none;
}

.content-37 .signup-form form input, .content-37 .signup-form form button {
    float: none;
    width: 100%;
    margin: 0;
}

.content-37 .signup-form form input[type="submit"] {
    color: #ffffff;
    background-color: #34495e;
    border: 0;
}

.content-37 .signup-form form input[type="submit"]:hover, .content-37 .signup-form form input[type="submit"]:focus, .content-37 .signup-form form input[type="submit"]:active {
    background-color: #415b76;
}


/* Content 38 */

@media (max-width: 480px) { 
    .content-38 {
        padding-bottom: 80px;
    }
}


/* Content 39 */

.content-39 {
    padding-top: 80px;
    /*padding-bottom: 100px;*/
    color: #58554E;
}

.content-39 .right-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.content-39 .quote-text {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 33px;
}

.content-39 .author {
    font-size: 16px;
    margin-bottom: 8px;
    color: #58554E;
}

.content-39 .position {
    margin-bottom: 21px;
}

.content-39 .author-image {
    position: absolute;
    left: 40px;
    bottom: 0;
}

@media (max-width: 991px) {
    .content-39 .right-content {
        padding-top: 0;
    }
    
    .content-39 .author-image {
        position: static;
        margin: 0 auto 20px;
    }
}

@media (max-width: 480px) { 
    .content-39 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .content-39 .right-content {
        padding-bottom: 0;
    }
}


/* Content 40 */

.content-40 {
    padding-top: 80px;
    padding-bottom: 96px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content-40 .pre-header {
    font-size: 18px;
    color: #e85338;
    margin-bottom: 11px;
}

.content-40 .header {
    font-size: 38px;
    color: #393939;
    line-height: 1.24;
    margin-bottom: 16px;
}

.content-40 .content-text {
    color: #393939;
}

.content-40 .content-text p {
    line-height: 1.5;
    margin-bottom: 17px;
}

.content-40 .content-text ul {
    padding-top: 6px;
    padding-left: 17px;
    margin-bottom: 25px;
}

.content-40 .content-text li {
    margin-bottom: 16px;
}

.content-40 .signup-form .form-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.content-40 .hs-form-field > label {
    display: none;
}

.content-40 .hs-form  .field {
    margin-bottom: 20px;
}

.content-40 input:not([type=submit]):not([type=file]), .content-40 .uneditable-input {
    border: solid 1px #dbdbdb;
    height: 44px;
    border-radius: 0;
}

.content-40 input[type="submit"] {
    font-weight: 900;
    padding: 14px 15px;
    width: 100%;
    border-radius: 0;
    background-color: #e85338;
}

.content-40 input[type="submit"]:hover {
    background-color: #ea735e;
}

@media (max-width: 991px) {
    .content-40 .left-content {
        margin-bottom: 60px;
    }
}

@media (max-width: 480px) { 
    .content-40 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 41 */

.content-41 {
    padding-top: 73px;
    padding-bottom: 116px;
}

.content-41 .company-logo {
    text-align: center;
    margin-bottom: 100px;
}

.content-41 .header {
    font-size: 53px;
    font-weight: 800;
    line-height: 1.13;
    color: #393939;
    margin-bottom: 25px;
}

.content-41 .content-text {
    color: #323232;
}

.content-41 .content-text p {
    line-height: 1.62;
    margin-bottom: 15px;
}

.content-41 .content-text ul {
    padding-top: 24px;
    margin-bottom: 25px;
    list-style-type: none;
}

.content-41 .content-text li {
    margin-bottom: 33px;
    position: relative;
}

.content-41 .content-text li:after {
    content: '';
    position: absolute;
    top: 3px;
    left: -40px;
    width: 22px;
    height: 15px;
    background-image: url('https://cdn2.hubspot.net/hubfs/346178/designmodo/common-files/img/check.png');
}

.content-41 .testimonial {
    position: relative;
    padding-left: 125px;
}

.content-41 .testimonial-text {
    font-size: 17px;
    font-style: italic;
    line-height: 1.62;
    margin-bottom: 15px;
}

.content-41 .testimonial-author {
    font-size: 12px;
    font-weight: 700;
    color: #323232;
    margin-bottom: 3px;
}

.content-41 .testimonial-author-image {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 104px;
    height: 104px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content-41 .signup-form {
    max-width: 494px;
    margin-left:auto;
}

.content-41 .signup-form form {
    background-color: #ffffff;
    padding: 38px 42px 85px;
}

.content-41 .signup-form .form-title {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    padding: 27px 20px;
    margin-bottom: 0;
    background-color: #e85338;
}

.content-41 .hs-form-field > label {
    display: none;
}

.content-41 .hs-form  .field {
    margin-bottom: 20px;
}

.content-41 input:not([type=submit]):not([type=file]), .content-41 .uneditable-input {
    border: solid 1px #d7d7d7;
    height: 47px;
    border-radius: 0;
}

.content-41 input[type="submit"] {
    font-weight: 900;
    padding: 15px;
    width: 100%;
    border-radius: 0;
    background-color: #e85338;
}

.content-41 input[type="submit"]:hover {
    background-color: #ea735e;
}

.content-41 .hs_submit {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .content-41 .left-content {
        margin-bottom: 60px;
    }
    
    .content-41 .signup-form {
        max-width: none;
        margin-left: auto;
    }
}


/* Content 42 */

.content-42 {
    padding-top: 73px;
    padding-bottom: 170px;
}

.content-42 .company-logo {
    text-align: center;
    margin-bottom: 157px;
}

.content-42 .content {
    text-align: center;
    color: #323232;
}

.content-42 .header {
    font-size: 78px;
    font-weight: 800;
    line-height: 0.77;
    color: #e85338;
    margin-bottom: 45px;
}

.content-42 .subheader {
    font-size: 28px;
    color: #323232;
    margin-bottom: 22px;
}

.content-42 .content-text {
    color: #323232;
    font-size: 20px;
    line-height: 1.62;
}

.content-42 .content-text p {
    font-size: 20px;
    line-height: 1.62;
    margin-bottom: 15px;
}

.content-42 .btn {
    background-color: #e85338;
    color: #ffffff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.7px;
    padding: 15px 26px;
    margin-top: 13px;
}

@media (max-width: 480px) {
    .content-42 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Content 43 */

.content-43 {
    padding-top: 155px;
    padding-bottom: 141px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top left;
}

.content-43 .content-text {
    font-size: 30px;
    margin-bottom: 36px;
    color: #323232;
}

.content-43 .btn {
    font-size: 17px;
    width: 243px;
    height: 52px;
    border-radius: 2px;
    background-color: #e85338;
    padding: 17px 15px;
}




/* Content Rich Text */

.content-rt {
    padding-top: 80px;
    padding-bottom: 80px;
}

.content-rt .col-rt {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 480px) {
    .content-rt {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


/* Content Rich Text 5 */

@media (max-width: 991px) {
    .content-rt-5 .col-rt:nth-child(3n+1) {
        clear: left;
    }
}


/* Text + Form */

.content-text-form {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

@media (max-width: 480px) {
    .content-text-form {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}



/*--- FOOTERS ---*/

/* Footer 1 */
.footer-1 .hs-menu-wrapper > ul > li > a{
    padding: 0;
}


/* Footer 2 */
.footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #bdc3c7;
}

.footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
    margin-left: 25px;
    line-height: 25px;
}

.footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child {
    margin-left: 0;   
}

.footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{
    color: #bdc3c7;
    font-weight: normal;
}

.footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a:hover, .footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a:focus, .footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a.active {
    color: #979c9f;
}

@media (max-width: 568px) {
    .footer-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
        margin-left: 0;
    }
}



/* Footer 6 */

.footer-6 .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-6 .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {
    margin-bottom: 8px;
}

.footer-6 .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
    padding: 0;
    white-space: normal;
    overflow: visible;
}

.footer-6 form .hs-form-field > label {
    display: none;
}

.footer-6 form .hs-form-field, .footer-6 form .hs_submit {
    margin-bottom: 15px;
}

.footer-6 form input[type="submit"] {
    background: #bdc3c7;
}

.footer-6 form input[type="submit"]:hover {
    background: #cacfd2;
}

@media (max-width: 767px) {
    .footer-6 form input[type="submit"] {
        width: 100%;
    }
}


/* Footer 7 */
.footer-7 nav {
    margin-top: 18px;
}

.footer-7 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-7 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    display: inline-block;
    min-width: 100px;
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
    color: inherit;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-7 a {
    color: #bdc3c7;
    font-weight: 500;
}

.footer-7 a:hover, .footer-7 a:focus, .footer-7 a.active {
    color: #a1a6a9;
}

@media (max-width: 568px) {
    .footer-7 nav {
        float: none !important;
    }
    
    .footer-7 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        margin: 18px 0 0;
        text-align: left;
        display: block;
    }
    
    .footer-7 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-of-type {
        margin-top: 0;
    }
}


/* Footer 8 */
.footer-8 nav {
    margin-bottom: 40px;
}

.footer-8 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #58554E;
}

.footer-8 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    display: inline-block;
    margin-left: 30px;
}

.footer-8 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child {
    margin-left: 0;
}

.footer-8 a {
    color: #58554E;
    font-weight: normal;
}

.footer-8 a:hover, .footer-8 a:focus, .footer-8 a.active {
    color: ;#1abc9c;
}

@media (max-width: 568px) {
    .footer-8 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        display: block;
        width: 100%;
        margin-left: 0;
    }
}


/* Footer 10 */

.footer-10 .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-10 .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {
    margin-bottom: 8px;
}

.footer-10 .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
    padding: 0;
    white-space: normal;
    overflow: visible;
}

.footer-10 form .hs-form-field > label {
    display: none;
}

.footer-10 form .hs-form-field, .footer-10 form .hs_submit {
    float: left;
    margin-bottom: 0;
}

.footer-10 form .hs-form-field {
    width: 66.66666666666666%;
}

.footer-10 form .hs-form-field input[type="email"] {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: 59.99999999999999px;
    font-size: 50px;
    font-weight: normal;
    color: #ffffff;
    font-family: Lato !important, serif;
    font-weight: 500;
    letter-spacing: -1px;
}

.footer-10 form .hs_submit {
    width: 33.33333333333333%;
    text-align: right;
}

.footer-10 form .hs_submit input[type="submit"] {
    margin-top: 8px;
    font-weight: 500;
    width: 220px;
    max-width: 100%;
    font-size: 17px;
    padding: 12px 18px;
    background-color: #e74c3c;
}

.footer-10 form .hs_submit input[type="submit"]:hover {
    background-color: #ec7063;
}

.footer-10 form input::-webkit-input-placeholder {
   color: #ffffff !important;
}

.footer-10 form input:-moz-placeholder { /* Firefox 18- */
   color: #ffffff !important;  
}

.footer-10 form input::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff !important;  
}

.footer-10 form input:-ms-input-placeholder {  
   color: #ffffff !important;  
}

@media (max-width: 767px) {
    .footer-10 form .hs-form-field, .footer-10 form .hs_submit {
        float: none;
        width: 100%;
        margin: 0 !important;
    }
    
    .footer-10 form .hs_submit {
        text-align: center;
    }
}

@media (max-width: 568px) {
    .footer-10 form .hs-form-field input[type="email"] {
        font-size: 25px;
        text-align: center;
    }
}


/* Footer 13 */

.footer-13 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a {
    text-transform: uppercase;
}

@media (max-width: 568px) {
    .footer-13 nav {
        float: none !important;
        margin-top: 0 !important;
    }
    
    .footer-13 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        margin: 18px 0 0;
        text-align: left;
    }
    
    .footer-13 nav:first-of-type .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-of-type {
        margin-top: 0;
    }
}



/* Footer 14 */

.footer-14 nav {

}

.footer-14 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0 !important;
}

.footer-14 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    float: none;
    display: inline-block;
    margin-left: 50px;
    line-height: 25px;
}

.footer-14 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child {
    margin-left: 0;
}

@media (max-width: 767px) {
    .footer-14 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        margin-left: 20px;
    }
}

@media (max-width: 568px) {
    .footer-14 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        width: 100%;
        display: block;
        margin-left: 0;
    }
    
    .footer-14 nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        margin-bottom: 15px;
    }
}


/* Footer 16 */

.footer-16 {
    text-align: center;
    padding-top: 62px;
    padding-bottom: 68px;
}

.footer-16 .social-icons {
    padding-left: 0;
    margin-bottom: 28px;
}

.footer-16 .social-icons li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.footer-16 .social-icons li a {
    display: block;
    width: 28px;
    height: 27px;
    text-align: center;
    color: #ffffff;
    background-color: #e85338;
    border-radius: 50%;
    padding-top: 4px;
}

.footer-16 .social-icons li a.email {
    font-size: 26px;
    padding-top: 0;
    border-radius: 0;
    background-color: transparent;
    color: #e85338;
}

.footer-16 .copyright {
    color: #625f5f;
}

.footer-16 .copyright .logo {
    margin-bottom: 17px;
}



/*--- PLANS ---*/

/* Plan 1 */

.price-1 .plans > div:nth-of-type(3n+1) {
    clear: left;
}

.price-1 .plan {
    margin: 15px 0;
}


/* Plan 2 */

.price-2 .plans {
    margin-bottom: 50px;
}

.price-2 .plans:last-of-type {
    margin-bottom: 0;
}


/* Plan 3 */

.price-3 .plans:last-of-type {
    margin-bottom: 0;
}

.price-3 .plans {
    margin-bottom: 100px;
}

.price-3 .plan:nth-of-type(2) {
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
}

.price-3 .plan img {
    max-width: 100px;
}

@media (max-width: 767px) {
    .price-3 .plan:nth-of-type(2) {
        border-left: none;
        border-right: none;
        margin: 100px 0;
    }
}


/* Plan 5 */

.price-5 .plans {
    margin-bottom: 50px;
}

.price-5 .plans:last-of-type {
    margin-bottom: 0;
}



/*--- CONTACTS ---*/

/* Contact 1 */

.contacts-1 .hs_cos_wrapper_type_form > h3{
    display: none;
}

.contacts-1 form label {
    font-family: Lato !important;
    font-weight: 300;
    font-size: 18px;
    text-transform: none;
    color: #2c3e50;
}

.contacts-1 form input[type="submit"] {
    color: #ffffff;
    min-width: 150px;
    width: auto;
}

.contacts-1 form textarea {
    height: 7em;
}

.contacts-1 form input, .contacts-1 form textarea {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .contacts-1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Contact 2 */

.contacts-2 .hs_cos_wrapper_type_form > h3{
    display: none;
}

.contacts-2 form label {
    font-family: Lato !important;
    font-weight: 300;
    font-size: 18px;
    text-transform: none;
    color: #2c3e50;
}

.contacts-2 form input[type="submit"] {
    color: #ffffff;
    min-width: 150px;
    width: auto;
}

.contacts-2 form textarea {
    height: 7em;
}

.contacts-2 form input, .contacts-2 form textarea {
    margin-bottom: 0;
}


/* Contact 3 */

.contacts-3 .form-section-heading {
    font-size: 20px;
}

.contacts-3 .hs_cos_wrapper_type_form > h3{
    display: none;
}

.contacts-3 form label {
    font-family: Lato !important;
    font-weight: 400 !important;
    font-size: 14px;
    text-transform: none;
    color: #58554E;
    margin-bottom: 20px;
}

.contacts-3 .hs-richtext {
    font-family: Lato !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    text-transform: none !important;
    color: #58554E !important;
    padding-left: 10px !important;
}

.contacts-3 .form-columns-3 {
    z-index: 1;
}

.contacts-3 .hs-datepicker {
    position: relative !important;
    top: -1px !important;
}

.contacts-3 .pika-single {
    border-radius: 6px !important;
    font-family: Lato !important;
    width: 260px !important;

} 

.contacts-3 p {
    font-family: 'Lato' !important;
    color: #58554E !important;
    font-size: 16px !important; 
    line-height: 1.6em !important;
}

.contacts-3 form input[type="submit"] {
    width: auto;
    font-family: Lato !important, sans-serif; 
    color: #FFFFFF !important;
    border: solid 1px #AB892F !important; 
    text-transform: uppercase !important; 
    font-size: 14px !important; 
    font-weight: 400 !important;
    border-radius: 0px !important;
    padding: 2px 24px !important; 
    letter-spacing: 1.5px !important; 
    background: #AB892F !important; 
    margin-top: 7px !important; 
    margin-left: 15px !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.contacts-3 form textarea {
    height: 7em;
    font-family: Lato !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    padding: 8px 12px !important;
}

.contacts-3 form input, .contacts-3 form textarea {
    margin-bottom: 0;
    border: 1px solid #bdc3c7 !important;
    font-family: Lato !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.contacts-3 form select {
    margin-bottom: 0;
    border: 1px solid #bdc3c7 !important;
    max-width: 500px !important;
    font-family: 'Lato' !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #58554E;
}
.contacts-3 a {
    color: #AB892F !important;
}


/* Contact 4 */

@media (max-width: 480px) { 
    .contacts-4 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* Contact 5 */

.contacts-5 {
    padding-bottom: 0px !important;
    margin-top: 50px;
    margin-bottom: 0px !important;
}
.contacts-5 .map {
    height: 550px !important;
    margin-bottom: 0px !important;
}


/*--- PROJECTS ---*/

/* Project 1 */
.projects-1 .projects .project{
    vertical-align: top;
}

.projects-1 .head-box:before {
    background-image: url('https://cdn2.hubspot.net/hubfs/346178/designmodo/common-files/img/header/ipad2x.png');
}


/* Project 3 */

@media (max-width: 480px) { 
    .projects-3 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}



/*--- CREW ---*/

/* Crew 1 */
.crew-1 .members {
    display: block;
    font-size: 0;
}

.crew-1 .members .member-wrapper {
    display: inline-block;
    width: 33.33333333%;
}

@media (max-width: 767px) {
    .crew-1 .members .member-wrapper {
        width: 100%;
    }
}


/* Crew 2 */
.crew-2 .members {
    display: block;
    font-size: 0;
}

.crew-2 .members .member-wrapper {
    display: inline-block;
    width: 33.33333333%;
}

@media (max-width: 767px) {
    .crew-2 .members .member-wrapper {
        width: 100%;
    }
}


/* Crew 3 */
.crew-3 {
    padding-bottom: 54px;    
}

.crew-3 .title a {
    display: inline-block;
}

.crew-3 .overlay {
    cursor: pointer;
}

.crew-3 .overlay a {
    color: white;
}

.crew-3 .members {
    display: block;
    font-size: 0;
    margin: 0 -80px;
    width: auto;
}

.crew-3 .members .member-wrapper {
    display: inline-block;
    width: 33.33333333%;
    text-align: center;
    margin-bottom: 56px;
}

.crew-3 .members .member-wrapper:first-child + .member-wrapper + .member-wrapper {
    text-align: center;
}

@media (max-width: 1199px) {
    .crew-3 .members {
        margin: 0 -30px;
    }
}

@media (max-width: 991px) {
    .crew-3 .members {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .crew-3 {
        padding-bottom: 110px;
    }
    
    .crew-3 .title .social-btns {
        margin-top: 30px;
    }
    
    .crew-3 .members .member-wrapper {
        width: 100%;
        margin-bottom: 0;
    }
}


/* Crew 4 */
.crew-4 .members {
    display: block;
    font-size: 0;
}

.crew-4 .members .member-wrapper {
    display: inline-block;
    width: 33.33333333%;
}

@media (max-width: 767px) {
    .crew-4 .members .member-wrapper {
        width: 100%;
    }
}


/*--- BLOG LISTING ---*/

.blog-listing {
    padding-top: 120px;
    padding-bottom: 120px;
    margin: 0 auto;
}

.blog-listing .post-item {
    margin-bottom: 60px;
}

.blog-listing .post-title {
    font-size: 32px;
    color: #58554E;
    display: inline-block;
    margin-bottom: 31px;
}

.blog-listing .post-info {
    text-transform: uppercase;
    padding-left: 0;
    margin-bottom: 23px;
    list-style-type: none;
}

.blog-listing .post-info li {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-listing .post-author-link {
    position: relative;
    padding-left: 57px;
    margin-right: 46px;
    max-width: 160px;
}

.blog-listing .post-author-avatar {
    position: absolute;
    top: -10px;
    left: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-image: url('https://cdn2.hubspot.net/hubfs/346178/designmodo/common-files/img/default-avatar.png');
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blog-listing .post-date {
    margin-right: 36px;
    max-width: 85px;
}

.blog-listing .post-summary {
    margin-bottom: 40px;
    padding-top: 10px;
}

.blog-listing .post-summary iframe {
    width: 100% !important;
}

.blog-listing .post-featured-image {
    padding-top: 4px;
}

.blog-listing .post-read-more a {
    font-size: 12px;
}

.blog-listing .post-divider {
    margin-bottom: 51px;
}

.blog-pagination {
    position: relative;
    text-align: center;
    padding-top: 17px;
}

.blog-pagination .no-link {
    display: none;
}

.blog-pagination .previous-posts-link, .blog-pagination .next-posts-link {
    position: absolute;
    top: 17px;
}

.blog-pagination .previous-posts-link {
    left: 0;
}

.blog-pagination .next-posts-link {
    right: 0;
}


@media (max-width: 767px) {
    .blog-listing .post-featured-image {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .blog-listing .post-info li {
        width: 100%;
    }
    
    .blog-listing .post-author-link, .blog-listing .post-date {
        max-width: none;
    }
}



/*--- BLOG ---*/

/* Blog 2 */

.blog-2 .background .col-sm-4 > div {
    text-align: right;
}



/* IL Standard Footer */

.footer-container {
    padding-right: 0;
    padding-left: 0;
}

.il-standard-footer {
    font-size: 10px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0.2px;
    text-align: center;
    color: #a2a2a2;
    font-family: 'Playfair Display', Lato;
    background-color: #292f3e;
    padding: 31px 0 30px;
}

a.cta_button {
    vertical-align: initial;
}


/*==================================================================================
    Start Something Light Box Styling
==================================================================================*/

/*======Guana Module======*/

.start-something.guana-modal-container.position-center .guana-modal{
    width:100%;
    max-width:100%;
    border-radius:0px;
    margin:0px;
    height: 100vh;
    background-color: white;
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}



.start-something .mfp-container{
    padding:0px;
}

.start-something .mfp-close {
    width: 68px;
    height: 68px;
    line-height: 44px;
    position: absolute;
    right: 30px;
    top: 40px;
    text-decoration: none;
    text-align: center;
    /* opacity: .65; */
    padding: 0 0 18px 10px;
    color: #333;
    font-style: normal;
    font-size: 0px;
    font-family: 'Playfair Display', Lato;
    background: url(https://cdn2.hubspot.net/hubfs/346178/Assets-Dec16/close-tablet.svg?t=1483000783313) no-repeat;
    background-position: top center;
    background-size: auto;
}

.mfp-close-btn-in .mfp-close {
    font-size: 0;
   background: url(https://cdn2.hubspot.net/hubfs/346178/Assets-Dec16/close-tablet.svg?t=1483000783313) no-repeat;
    background-position: top center;
    background-size: auto;
    right: 30px;
    top: 40px;
    opacity: 1;
}

.mfp-close-btn-in .mfp-close:active {
    right: 30px;
    top: 40px;
}



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

/*=======Inside Pop Up Content Styling=======*/

@media (min-width: 768px) {
    .equal-height-container>.row-fluid-wrapper>.row-fluid {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.start-module .desktop-box .col-width h4 a {
    color: #2a2f3e;
}

.start-module .tab-box{
    display:none;
}

.start-something .start-module .wrapper{
    max-width:1260px;
}

.start-something .start-module .head-text{
    text-align:center;
    width:100%;
    max-width:800px;
    margin:0 auto;
    display:block;
    float:none;
}

.start-module .head-text h2{
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px;
    letter-spacing: 1.4px;
    font-weight: 300;
    color:#181818;
}

.start-module .head-text p{
    color:#48526f;
    font-size:18px;
    line-height:29px;
    letter-spacing:0.6px;
}

.start-module .five-col{
    padding:90px 0px 0px;
}


.start-module .col-width{
    text-align:center;
    width:25%;
    max-width:25%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.start-module .img-module{
    cursor: pointer;
}

.start-module .col-width:hover .img-module .onhover-img{
    display:block;
}

.start-module .col-width:hover .img-module .simple-img{
    display:none;
}

.start-module .col-width h4{
    font-size:16px;
    color:#181818;
    line-height:33px;
    font-weight:400;
    margin:0px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer;
}

.start-module .col-width:hover h4 a{
    color:#e85338;
}

.start-module .col-width p{
    font-size:16px;
    color:#48526f;
    line-height:25px;
    letter-spacing:1.1px;
}

.start-module .col-width .img-module{
    height:90px;
    position:relative;
}

.start-module .col-width .img-module .onhover-img{
    display:none;
}

.start-module .desktop-box .col-width h4 a{
    text-decoration:none;
}

@media(max-width:1024px){
    
.start-something.guana-modal-container.position-center .guana-modal{
    width:95%;
    margin:20px;
    height:100%;
}    

.start-module .equal-height-container.five-col.desktop-box{
    width: 370px;
    display: block;
    margin: 0 auto;
    float: none;
}

.start-module .tab-box{
    display:block;
}

.start-something .start-module .head-text{
    max-width:510px;
    padding-bottom:40px;
}

.start-module .head-text h2{
    font-size:30px;
    line-height:66px;
    letter-spacing:1.4px;
    color:#181818;
    margin:0px;
}

.start-module .head-text p{
    font-size:16px;
    letter-spacing:0.5px;
}

.start-module .desktop-box{
    padding-bottom:40px;
}
  
.start-module .desktop-box .col-width h4{
    font-size:16px;
    line-height:33px;
    letter-spacing:0.8px;
    color:#181818;
    margin:0px;
    font-weight:400;
    text-align: left;
}

.start-module .desktop-box .col-width p{
    font-size:14px;
    line-height:18px;
    letter-spacing:1px;
    color:#48526f;
    font-style:italic;
    max-width:260px;
    text-align: left;
}



.five-col.equal-height-container>.row-fluid-wrapper>.row-fluid{
    display:block;
}
    
.start-module .col-width{
    width: 100%;
    max-width: 100%;
    margin:0;
    padding-bottom: 25px;
}
    
.start-module .col-width>.row-fluid-wrapper:first-child{
    width:25%;
    float:left;
    display:block;
    overflow:hidden;
    margin-right:30px;
}     

.start-module .col-width>.row-fluid-wrapper:last-child{
    width:65%;
    display:block;
    overflow:hidden;
}     

.start-module .col-width .img-module img{
    max-width: 50px;
    margin-top: 5px;
}

.start-module .five-col {
    padding: 20px 0 0;
}

.start-module .col-width .img-module .row-fluid-wrapper:last-child{
    //width:50px;
}



  
}



@media(max-width:767px){
    
.start-something.guana-modal-container.position-center .guana-modal{
    width:100%;
    margin:0px;
    display:block;
}  

.start-something .start-module .head-text{
    padding-top:40px;
    padding-bottom:0px;
}

.start-module .head-text h2{
    font-size:22px;
    line-height:30px;
    letter-spacing:1px;
    text-align:left;
    margin-bottom:10px;
}

.start-module .head-text p{
    text-align:left;
    font-size:14px;
    line-height:22px;
    letter-spacing:0.5px;
}

.start-module .col-width .img-module img {
    max-width: 35px;
    margin-top: 0px;
    text-align: left;
}

.start-module .col-width>.row-fluid-wrapper:first-child {
    width: 10%;
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 20px;
}

.start-module .col-width>.row-fluid-wrapper:last-child {
    width: 54%;
    display: block;
    overflow: hidden;
}

.start-module .desktop-box .col-width h4{
    font-size:12px;
    line-height:20px;
}
    
.start-module .desktop-box .col-width p{
    font-size:12px;
}

.mfp-close-btn-in .mfp-close{
    background:url('https://cdn2.hubspot.net/hubfs/346178/Assets-Dec16/close-tablet%20(1).svg')no-repeat!important;   
    width: 40px!important;
    height: 40px!important;
    right: 0px!important;
    top: 20px!important;
   }
   
   
    }



/*==================================================================================
    Start Something Light Box Styling
==================================================================================*/

/*======Guana Module======*/

.request-info-panel.guana-modal-container.position-center .guana-modal{
    width:100%;
    max-width:100%;
    border-radius:0px;
    margin:0px;
    height: 100vh;
    background-color: white;
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}



.request-info-panel .mfp-container{
    padding:0px;
}

.request-info-panel .mfp-close {
    width: 68px;
    height: 68px;
    line-height: 44px;
    position: absolute;
    right: 30px;
    top: 40px;
    text-decoration: none;
    text-align: center;
    /* opacity: .65; */
    padding: 0 0 18px 10px;
    color: #333;
    font-style: normal;
    font-size: 0px;
    font-family: 'Playfair Display', Lato;
    background: url(https://cdn2.hubspot.net/hubfs/346178/Assets-Dec16/close-tablet.svg?t=1483000783313) no-repeat;
    background-position: top center;
    background-size: auto;
}

.mfp-close-btn-in .mfp-close {
    font-size: 0;
   background: url(https://cdn2.hubspot.net/hubfs/346178/Assets-Dec16/close-tablet.svg?t=1483000783313) no-repeat;
    background-position: top center;
    background-size: auto;
    right: 30px;
    top: 40px;
    opacity: 1;
}

.mfp-close-btn-in .mfp-close:active {
    right: 30px;
    top: 40px;
}

/*===================================================================================*/
    
/*========Inside the Pop-Up Styling========*/

.request-info .wrapper {
    max-width: 630px!important;
}

.request-info .main-head h2{
    font-size: 40px;
    line-height: 81px;
    margin: 0 0 10px;
    letter-spacing: .7px;
    font-weight: 700;
}    

.request-info .main-head p{
    font-size:18px;
    color:color: #2a2f3e;;
    font-weight:300;
    letter-spacing: 1px;
    margin: 0 0 15px;
    line-height:31px;
}

.request-info p span {
    font-weight: 400;
}
   
body .request-info form input, body .request-info form textarea, body .request-info form select {
    border: 1px solid #c2c7d6;
    border-radius: 0;
    padding: 16px 15px;
    font-family: Lato !important;
    font-weight: 300;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
}   

.request-info form .hs-error-msgs label {
    font-size: 12px;
    line-height: 14px;
    color: red;
    position: absolute;
    top: -15px;
}
    
body .request-info .hs-button.primary {
    width: 100%;
    background: #e85338;
    border-radius: 3px;
    margin: 0;
}    
    


@media(max-width:767px){
    
    .request-info-panel.guana-modal-container.position-center .guana-modal{
        display:block;
        padding:0px 25px;
    }    
    
    .request-info .main-head {
        padding-top:50px;
    }
    
    .request-info .main-head h2{
        font-size:22px;
        line-height:30px;
        letter-spacing:1px;
        text-align:left;
        margin-bottom:10px;
    }
    
    .request-info .main-head p{
        text-align:left;
        font-size:14px;
        line-height:22px;
        letter-spacing:0.5px;
    }
    
}








/* System Templates Styles */

.row-fluid .span12.system-container {
    max-width: 780px;
    margin: 0 auto;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}

button, .hs-button {
    font-size: 17px;
    padding: 10px 18px;
    /* -webkit-border-radius: 6px; */
    /*-moz-border-radius: 6px;*/
    /* border-radius: 6px; */
    line-height: 22px;
    -webkit-transition: color 0.25s, background 0.25s;
    -moz-transition: color 0.25s, background 0.25s;
    -o-transition: color 0.25s, background 0.25s;
    transition: color 0.25s, background 0.25s;
    color: #ffffff;
    background-color: #e74c3c;
    cursor: pointer;
    border: 0;
}

button, .hs-button:hover, button, .hs-button:focus {
    color: #ffffff;
    background-color: #ec7063;
    outline: none;
}

.dm-st-main .page-header {
    border-bottom: none;
    padding-bottom: 40px !important;
}

.dm-st-main .page-header h1, .dm-st-main .page-header h2, .dm-st-main .page-header h3 {
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.dm-st-main .page-header h1 {
    font-size: 48px /* 64px */;
}

.dm-st-main .page-header h2 {
    font-size: 41px /* 52px */;
}

.dm-st-main .page-header h3 {
    font-size: 32px /* 40px */;
}

.dm-st-main .success {
    text-align: center;
}

.dm-st-backup-unsub #content > div {
    padding-bottom: 0 !important;
}

.dm-st-backup-unsub #content > div input[type="email"] {
    padding: 8px 12px !important;
    margin: 0 !important;
}

.dm-st-header {
    text-align: center;
    padding-top: 66px;
    margin-bottom: 30px;
}

.dm-st-footer {
    text-align: center;
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.dm-st-message, .page-header {
    text-align: center;
    margin-bottom: 60px;
}

.dm-st-message h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.search-404 input:not([type=submit]):not([type=file]), .uneditable-input, .search-404 .hs-button { float: left; border-radius: 0; }

.search-404 input:not([type=submit]):not([type=file]), .uneditable-input { 
    width: 80% !important; 
    margin-top: 0 !important;
    height: auto !important;
    border-radius: 0;
}

.search-404 .hs-button { width: 20%; }

@media (min-width: 992px) and (max-width: 1199px) {
    /*.search-404 input:not([type=submit]):not([type=file]), .uneditable-input { width: 75% !important; }*/
    /*.search-404 .hs-button { width: 25%; }*/
}

@media (max-width: 991px) {
    .search-404 input:not([type=submit]):not([type=file]), .uneditable-input { width: 79% !important; }
    .search-404 .hs-button { width: 21%; }
}

@media (max-width: 767px) {
    .search-404 input:not([type=submit]):not([type=file]), .uneditable-input, .search-404 .hs-button { float: none; }
    
    .search-404 input:not([type=submit]):not([type=file]), .uneditable-input { 
        width: 100% !important; 
        margin-bottom: 5px;
    }
    
    .search-404 .hs-button { 
        width: auto;
        display: inline-block;
    }
    .dm-st-backup-unsub #content > div input[type="email"] {
        margin-bottom: 5px !important;
    }
}

@media (max-width: 480px) {
    .dm-st-main .page-header h1 {
        font-size: 34px /* 64px */;
    }
    
    .dm-st-main .page-header h2 {
        font-size: 28px /* 52px */;
    }
    
    .dm-st-main .page-header h3 {
        font-size: 22px /* 40px */;
    }
}

p {
    font-family: 'Lato' !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

h1, h2, h3, h4, h5 {
    color: #58554E;
    font-family: belleza, serif !important;
    text-transform: uppercase;
}

h1 {
    line-height: 1.1em !important; 
    letter-spacing: 5px !important;
}

h2 {
    line-height: 1.2em !important; 
    letter-spacing: 4px !important;
    font-weight: normal !important;
}

h3 {
    line-height: 1.3em !important; 
    letter-spacing: 3px !important;
}

h4 {
    line-height: 1.4em !important;
    letter-spacing: 1px !important;
}

h5 {
    font-family: 'Lato' !important;
    font-weight: 300 !important;
    line-height: 1.4em !important;
    letter-spacing: 1px !important;
    text-transform: none;
}

.header-10-sub .hero-unit h1 {
    font-family: belleza, serif !important;
    color: #FFFFFF !important;
    font-size: 75px !important; 
    line-height: 1em !important; 
    letter-spacing: 5px !important;
    text-transform: uppercase !important;
}

.header-10-sub .hero-unit p {
    font-family: Lato, serif !important;
    font-weight: 400;
    font-size: 18px !important;
    color: #ffffff !important;
    line-height: 1em !important; 
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}

.content-4 .features p {
    font-family: Lato !important;
    color: #58554E;
}

.content-4 h3 {
    font-family: belleza;
}

.content-4 h4 {
    font-family: belleza;
}

div.col-sm-5.additional-links {
    border-top: 1px solid #D8EEE7;
}

.slick-dots {
    margin-top: 10px;
}
.hs_cos_gallery_main .slick-dots li button:before, .hs_cos_gallery_thumbnails .slick-dots li button:before, .hs_cos_gallery_lightbox .slick-dots li button:before {
    font-size: 10px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 4px;
    line-height: 20px;
    text-align: center;
    color: #cccccc;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar.navbar-fixed-top { 
  max-width: 100% !important; 
  font-family: 'Lato' !important, sans-serif; 
  font-weight: 700 !important;
  letter-spacing: 1px;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.1); 
  background: #ffffff;
  padding: 0px;  
  height: 140px;
}

.navbar-nav>.active>a:hover, .navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
  color: #58554E !important;
  background-color: #FFFFFF
}
 .navbar-nav>.active>a, .navbar-nav>.open>a, .navbar-nav>.open>a,  .navbar-nav>.open>a:hover, .navbar-nav>.open>a,  .navbar-nav>.open>a:hover,  .navbar-nav>.open>a:focus { 
  color: #58554E !important;
  background-color: #FFFFFF;
  margin: 0px auto;
}
.dropdown-menu { 
  background-color: #EEE9E5; 
  border-radius: 1px !important;
}
.dropdown-menu>li>a, .dropdown-menu>li>a:focus { 
  color: #58554E  !important;
  background-color: #EEE9E5 !important;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { 
  color: #58554E  !important;
  background-image: none; 
  background-color: #ffffff !important;
  border-radius: 1px !important;
}
.navbar-nav {
    margin-top: 50px;
}
 .navbar-brand { 
  margin-top: 5px;
  height: 120px;
  margin-right: 10px;
}
 .navbar-brand:hover { 
  color: #58554E;
}
 .navbar-nav>li>a { 
  color: #58554E !important; 
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 400 !important; 
  padding: 16px 13px 0px 13px;
}
 .navbar-nav>li>a.btn-reservation { 
  color: #AB892F !important;
  font-size: 13px !important;
}
 .navbar-nav>li>a.btn-reservation:hover,  .navbar-nav>li>a.btn-reservation:focus { 
  color: #AB892F  !important;  
}
 .navbar-nav>li>a:hover,  .navbar-nav>li>a:focus { 
  color: #58554E !important;  
  background-color: transparent !important;
}
 .navbar-nav>.active>a, .navbar-nav>.open>a,  .navbar-nav>.open>a:hover,  .navbar-nav>.open>a:focus { 
  color: #58554E !important; 
  background-color: transparent !important;
}
 .navbar-nav>.active>a:hover,  .navbar-nav>.active>a:focus { 
  color: #58554E !important;
}
.dropdown-menu>li>a { 
  color: #58554E !important; 
  font-weight: 400 !important;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { 
  color: #AB892F !important;
}
.navbar-nav .dropdown-toggle .caret {
    border-width: 6px 6px 0;
    margin-left: 6px;
}
.dropdown-menu { 
  top: 60%; 
  background-color: #EEE9E5 !important; 
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.1);
}
.navbar-header img {
    max-height: none!important;
}
.navbar .navbar-toggle {
    margin: 15px 25px 10px 10px;
    color: white;
    background: none;
    padding: 0px;
    width: 30px;
    height: 30px;
    background: url('https://www.wedhawaii.com/hubfs/hamburger-menu.png') 50% no-repeat;
    -webkit-background-size: 17px;
    -moz-background-size: 17px;
    -o-background-size: 17px;
    background-size: 17px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 99999;
}
.navbar-nav .dropdown-toggle .caret {
    border-top-color: #EEE9E5;
    border-bottom-color: #EEE9E5;
    border-width: 8px 6px 0;
}

.navbar-nav > li > a:hover .caret {
    border-top-color: #EEE9E5;
    border-bottom-color: #EEE9E5;
    border-width: 8px 6px 0;
}

.navbar-nav > .open > a:hover .caret {
    border-top-color: #EEE9E5;
    border-bottom-color: #EEE9E5;
    border-width: 8px 6px 0;
}
a.btn-reservation {
    font-family: Lato !important, sans-serif; 
    color: #AB892F !important; 
    border: solid 1px #AB892F !important; 
    text-transform: uppercase; 
    font-size: 12px !important; 
    padding: 7px 15px 5px 15px !important; 
    letter-spacing: 1px !important; 
    border-radius: 0px !important; 
    background: #fff !important; 
    margin-top: 9px !important;
    margin-left: 25px !important;
}

.cm-photo-gallery-wrapper .hs_cos_gallery_main,.hs_cos_gallery_thumbnails,.hs_cos_gallery_lightbox {
    padding: 0;
    width: 100%
}

.cm-photo-gallery-wrapper .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
    margin: 0;
    height: auto;
    max-width: 100%;
    width: auto
}

.cm-photo-gallery-wrapper .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
    margin: 0;
    height: 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-top: 0;
    display: inline-block
}

.cm-photo-gallery-wrapper .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
    height: auto;
    margin-bottom: 5px;
    overflow: hidden;
    margin-right: 4px;
    text-align: center;
    box-sizing: border-box;
    width: 32.7% !important;
    min-height: 325px;
    border: 3px solid #fff;
    background-size: cover;
    box-shadow: 0 1px 2px #555;
    background-position: center center
}

.cm-photo-gallery-wrapper .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    left: 0
}

.cm-photo-gallery-wrapper .slick-list {
    overflow: visible !important
}

.cm-photo-gallery-wrapper .hs_cos_gallery_main .slick-slide img,.cm-photo-gallery-wrapper .hs_cos_gallery_thumbnails .slick-slide img,.cm-photo-gallery-wrapper .hs_cos_gallery_lightbox .slick-slide img {
    max-height: 770px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
    -webkit-border-radius: 0 120px 0 0 !important;
    border-radius: 0 120px 0 0 !important
}

.cm-photo-gallery-wrapper .hs_cos_gallery_lightbox_container .slick-list,.cm-photo-gallery-wrapper .hs_cos_gallery_lightbox .slick-list {
    height: 100%;
    max-height: 100%
}

body.cm-photo-gallery-wrapper.vex-open {
    overflow: hidden !important
}

body.cm-photo-gallery-wrapper.vex-open .slick-list {
    overflow: hidden !important
}

body.cm-photo-gallery-wrapper .vex-content.hs-gallery {
    overflow: hidden
}

body.cm-photo-gallery-wrapper .vex-content.hs-gallery .vex-close {
    color: white;
    top: 5px;
    right: 20px;
    padding-top: 5px;
    text-align: right;
    padding-right: 5px;
    width: 100%;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    height: 44px;
    line-height: 44px;
    position: absolute;
    text-decoration: none;
    opacity: .65;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,Monospace;
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

body.cm-photo-gallery-wrapper .vex-content.hs-gallery .vex-close:hover {
    opacity: 1
}

body.cm-photo-gallery-wrapper .vex-content.hs-gallery .vex-close:before {
    content: "Ã—";
    transform: none;
    margin: 0;
    height: auto;
    border-radius: 0;
    background: transparent;
    position: static;
    box-shadow: none !important
}

body.cm-photo-gallery-wrapper .vex-content.hs-gallery .vex-close:after {
    content: none;
    display: none;
    box-shadow: none !important
}

body.cm-photo-gallery-wrapper.vex-open .slick-prev,body.cm-photo-gallery-wrapper.vex-open .slick-next {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 0
}

body.cm-photo-gallery-wrapper.vex-open .slick-prev:hover,body.cm-photo-gallery-wrapper.vex-open .slick-next:hover {
    opacity: 1
}

body.cm-photo-gallery-wrapper.vex-open .slick-prev:before,body.cm-photo-gallery-wrapper.vex-open .slick-prev:after,body.cm-photo-gallery-wrapper.vex-open .slick-next:before,body.cm-photo-gallery-wrapper.vex-open .slick-next:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    opacity: 1;
    color: inherit
}

body.cm-photo-gallery-wrapper.vex-open .slick-prev:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

body.cm-photo-gallery-wrapper.vex-open .slick-prev:after {
    border-right: 17px solid white;
    margin-left: 31px;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

body.cm-photo-gallery-wrapper.vex-open .slick-next:before {
    border-left: 27px solid #3f3f3f;
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

body.cm-photo-gallery-wrapper.vex-open .slick-next:after {
    border-left: 17px solid white;
    margin-left: 39px;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

body.cm-photo-gallery-wrapper.vex-open .hs_cos_gallery_lightbox .caption.superimpose {
    position: absolute;
    bottom: 0;
    background-color: transparent;
    width: 100%;
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding: 0
}

body.cm-photo-gallery-wrapper.vex-open .hs_cos_gallery_lightbox .caption.superimpose small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

@media (max-width: 1200px) and (min-width: 991px){
    .navbar-nav>li>a { 

      text-transform: none !important;


      padding: 16px 10px 0px 10px;
    }
}

@media (max-width: 1200px) {
    .navbar-nav>li>a { 
    color: #58554E !important; 
    font-size: 14px;
    font-weight: 400; 
    padding-top: 16px !important;
    }
}
@media (max-width: 1200px) {
    .navbar-nav>li>a.btn-reservation { 
    color: #AB892F !important;
    font-size: 11px !important;
    padding: 5px 18px !important;
    margin-top: 13px !important;
    }
}
@media (max-width: 991px) {
    body .navbar-collapse {
    width: 771px;
    position: relative !important;
    top: -125px !important;
    right: 0;
    bottom: 0;
    height: 100% !important;
    z-index: 1;
    background-color: white;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.1);
    }
}
@media (max-width: 991px) {
    .navbar-nav {
    margin: 0px !important;
    background-color: white;
    padding: 20px;
    }
}
@media (max-width: 991px) {
    .navbar-nav > li > a, .navbar-nav > li >a:hover {
    color: #000  !important;
    padding: 5px;
    font-size: 14px;
    background-color: white;
    width: 731px;
    }
}
@media (max-width: 991px) {
    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { 
    color: #AB892F !important;
    background-color: #fff !important;
    width: 731px;
    }
}
@media (max-width: 991px) {
    .navbar-nav>li>a.btn-reservation { 
    background-color: #fff !important;
    width: 731px !important;
    font-family: Lato !important; 
    font-weight: 400;
    color: #AB892F !important; 
    border: none !important; 
    text-transform: none !important; 
    font-size: 14px !important;
    padding: 15px 5px !important;
    letter-spacing: 0px !important; 
    border-radius: 0px !important; 
    background: #fff !important; 
    margin-top: 0px !important;
    margin-left: 0px !important;
    }
}
@media (max-width: 480px) {
    .header-10-sub .hero-unit h1 {
        font-size: 42px !important;
    }      
}
@media (max-width: 480px) {
    .header-10-sub .hero-unit p {
        font-size: 18px !important;
        line-height: 22px !important;
    }      
}
@media (max-width: 991px) {
    div.livechat {
        visibility: hidden !important;
    }
}
@media (max-width: 480px) {
    div.livechat {
        visibility: hidden !important;
    }
}
@media (max-width: 480px) {
    h3 {
        font-size: 24px !important;
    }      
}
@media (max-width: 480px) {
    h4 {
        font-size: 20px !important;
    }      
}
.features img {
    border-radius: 0px !important;
}
.content-2 p {
    font-family: "Lato" !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #58554E !important;
}
.content-2 .player {
    height: 260px;
    background-color: transparent;
    border-radius: 0px !important;
}
.content-4 p {
    font-family: "Lato" !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #58554E !important;
  
}
.content-5 p {
    font-family: "Lato" !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #58554E !important;
}
a {
    color: #AB892F !important;
}
footer a {
    color: #AB892F !important;
    font-size: 17px;
    line-height: 42px;
}
footer a:hover {
    color: #58554E !important;
}
footer a.btn {
    color: #fff !important;
}