body {
    line-height: 1.625em;
}

.page-content {
    color: #666;
    font-family: "AkkuratLight", Arial, Helvetica, sans-serif;
}

/* Hubspot style */

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    /* Suppress the space beneath the baseline */
}

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

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

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

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}

@media (max-width: 479px) {
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important;
        /* Stack social icons into two rows on phones */
    }
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like>span {
    vertical-align: top !important;
    /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {
    line-height: 0;
}

.recaptchatable #recaptcha_response_field {
    min-height: 0;
    line-height: 12px;
}

@media all and (max-width: 400px) {

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden;
    }

    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
        width: 67px !important;
    }

    #recaptcha_area table#recaptcha_table #recaptcha_image {
        width: 280px !important;
    }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}

#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
}

#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}

#hs-pwd-widget-password {
    height: auto !important;
}

/* Space Module */
.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */
.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus {
    outline: none;
}

.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {
    margin: 0 0 60px;
    padding: 0;
    background: #fff;
    border: 0;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    zoom: 1;
}

.hs_cos_flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .hs_cos_flex-viewport {
    max-height: 300px;
}

.hs_cos_flex-slider .hs_cos_flex-slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px
}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {
    width: 100%;
    display: block;
    border-radius: 0px;
}

.hs_cos_flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .hs_cos_flex-slides {
    display: block;
}

* html .hs_cos_flex-slides {
    height: 1%;
}


/* Direction Nav */
.hs_cos_flex-direction-nav {
    *height: 0;
}

.hs_cos_flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}

.hs_cos_flex-direction-nav .hs_cos_flex-next {
    background-position: 100% 0;
    right: -36px;
}

.hs_cos_flex-direction-nav .hs_cos_flex-prev {
    left: -36px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-next {
    opacity: 0.8;
    right: 5px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-prev {
    opacity: 0.8;
    left: 5px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-next:hover,
.hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {
    opacity: 1;
}

.hs_cos_flex-direction-nav .hs_cos_flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.hs_cos_flex_thumbnavs-direction-nav {
    *height: 0;
}

.hs_cos_flex_thumbnavs-direction-nav a {
    width: 30px;
    height: 140px;
    margin: -60px 0 0;
    display: block;
    background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: all .3s ease;
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
    background-position: 100% 40%;
    right: 0px;
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
    left: 0px;
}

.hs-cos-flex-slider-control-panel img {
    cursor: pointer;
}

.hs-cos-flex-slider-control-panel img:hover {
    opacity: .8;
}

.hs-cos-flex-slider-control-panel {
    margin-top: -30px;
}



/* Control Nav */
.hs_cos_flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.hs_cos_flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.hs_cos_flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.hs_cos_flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.hs_cos_flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.hs_cos_flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.hs_cos_flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.hs_cos_flex-control-thumbs img:hover {
    opacity: 1;
}

.hs_cos_flex-control-thumbs .hs_cos_flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .hs_cos_flex-direction-nav .hs_cos_flex-prev {
        opacity: 1;
        left: 0;
    }

    .hs_cos_flex-direction-nav .hs_cos_flex-next {
        opacity: 1;
        right: 0;
    }
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right: -4px;
}

.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre {
    overflow-x: auto;
}

/* responsive pre tables */
table pre {
    white-space: pre-wrap;
}

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

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

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

/* HTML 5 Reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

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

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: none !important;

}

/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1720px;
    margin: 0 auto;
}

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

::selection {
    color: #fff;
    background: #303c47;
    text-shadow: none;
}


/* =============== Typography =============== */

sup,
sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizelegibility;
    margin: 15px 0;
    line-height: 1.25;
    font-weight: 400;
}

h1 {
    color: #a18266;
    /* font-family: "Butler-Light";
    font-size: 60px;
    letter-spacing: 0.025em; */

}

h2 {
    color: #a18266;
    /* font-family: "Butler-Light";
    font-size: 48px;
    letter-spacing: 0.025em; */
}

h3 {
    color: #333;
    /* font-size: 36px;
    letter-spacing: 0.025em; */
}

h4 {
    color: #a18266;
    /* font-size: 28px;
    letter-spacing: 0.025em; */
}

h5 {
    font-size: 20px;
}

h6 {
    color: #333333;
    /* font-family: "Butler-Light";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.025em; */
}

/* Anchor Links */
a {
    color: #a18266;
    text-decoration: none !important;
}

/* Horizontal Rules */
hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}

/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

.custom-header-grp {
    background: #303c47 none repeat scroll 0 0;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    padding: 20px 0;
    z-index: 999;
    width: 200px !important;
}

.cm-advanced-logo-module {
    line-height: 2.05;
    margin-top: 30vh;
    text-align: center;
}

.desktop-logo {
    max-width: 127.5px;
}

.menu-bottom-grp {
    bottom: 50px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.free-estimate-link>a {
    background: #f8f8fa none repeat scroll 0 0;
    color: #303c47;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 50px;
    letter-spacing: 0.1em;
    line-height: 16px;
    margin: 10vh auto 0;
    padding: 17px 20px;
    transition: all 0.3s ease 0s;
    width: 160px;
}

.mobile-view-logo {
    display: none;
}

.custom-pop-wrap {
    background: #ebe9e0 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    max-width: 100%;
    opacity: 0;
    overflow-y: auto;
    padding: 0 100px 0 300px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 99;
}

.open .custom-pop-wrap {
    visibility: visible;
    opacity: 1;
}

.custom-pop-grp {
    border: 1px solid #9f9f9f;
    background-image: url("//cdn2.hubspot.net/hubfs/4598278/Exus_Shutters_May2018%20Theme/images/dust_bg.png");
}

.custom-pop-form form {
    background: #ffffff none repeat scroll 0 0;
}

.custom-pop-heading {
    padding-bottom: 50px;
    position: relative;
}

.custom-pop-heading h3 {
    font-size: 36px;
    letter-spacing: 0.025em;
    margin: -1px 0 41px;
    padding-top: 108px;
    text-align: center;
}

.custom-pop-heading p {
    color: #333333;
    font-family: "Akkurat";
    line-height: 2.25;
    margin: 0 auto;
    width: 50%;
    padding-left: 10px;
}

.custom-pop-form {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 100px;
    padding: 50px 0;
}

.custom-pop-form form {
    margin-left: 16.6667%;
    width: 66.6667%;
}

.custom-pop-form .hs-input {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cccccc;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #333333;
    font-family: "AkkuratLight", sans-serif;
    font-size: 14px;
    height: 40px;
    padding: 10px 12px 9px 0;
    border-radius: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.custom-pop-form .hs-input:focus {
    border-color: #cccccc;
    font-weight: normal;
    outline: medium none;
}

.custom-pop-form select.hs-input {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("//cdn2.hubspot.net/hubfs/4598278/Exus_Shutters_May2018%20Theme/images/arrow-down.png") no-repeat scroll right 15px center / 9px auto;
}

.custom-pop-form .hs-form-field>label {
    color: #333333;
    display: block;
    font-size: 14px;
}

.custom-pop-form .hs-form-field {
    margin-bottom: 20px;
}

.custom-pop-form .actions {
    text-align: center;
}

.custom-pop-form .hs-button.primary.large {
    background-color: #a18266;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    height: 40px;
    outline: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    font-family: "Butler", sans-serif;
    margin-top: 30px;
    padding: 12px 20px;
    text-align: center;
    letter-spacing: 0.1em;
}

.custom-pop-form .hs-button.primary.large:hover {
    background-color: #eae8de;
    color: #a18266;
}

.custom-pop-form .hs-form fieldset .hs-form-field {
    padding: 0 40px 0 0;
}

.custom-pop-form .hs-error-msgs {
    color: #ff0000;
    font-size: 14px;
}

.close-pop {
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 49px;
    top: 49px;
    transform: rotate(45deg);
    width: 20px;
}

.close-pop>i {
    position: relative;
    top: 10px;
}

.close-pop>i::after {
    content: "";
    transform: rotate(90deg);
}

.close-pop>i,
.close-pop>i::after {
    background: #000000 none repeat scroll 0 0;
    display: block;
    height: 2px;
    width: 20px;
}

.pop-overlay {
    height: 100%;
    left: 200px;
    opacity: 0.5;
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    z-index: -1;
}

.open .pop-overlay {
    display: block;
}

/* =============== Content =============== */

.body-container-wrapper {
    padding-left: 200px;
}

.body-container .page-center {
    padding: 40px 100px;
}

.banner-area .page-center {
    padding: 0 100px;
}

.banner-content {
    padding-bottom: 4%;
    padding-top: 12.6%;
}

.banner-content>h1 {
    line-height: 1.16666em;
    margin: 0;
}

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

.footer-container-wrapper {
    padding-left: 200px;
}

.footer-container .page-center {
    padding: 0 100px;
}

.custom-footer-grp {
    background: #f3f3f6 none repeat scroll 0 0;
    padding: 70px 0;
}

.custom-footer-grp p {
    color: #303c47;
    font-family: "AkkuratLight";
    font-size: 14px;
    line-height: 2.25;
    margin: 0;
}

.custom-copyright ul {
    margin: 0;
    padding: 0 0 2px;
}

.custom-copyright ul li {
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    padding-right: 14.5px;
}

.custom-copyright ul li a {
    color: #aeaeae;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-copyright ul li a i {
    font-style: normal;
}

.custom-copyright {
    padding: 0 0 0 1px;
}

.custom-footer-top {
    padding: 90px 0 110px;
    text-align: center;
}

.custom-footer-form h3 {
    color: #a18266;
    font-family: "Butler-Light";
    font-size: 28px;
    line-height: 1.4285em;
    margin: 0;
}

.custom-footer-form .hs-form-required {
    display: none;
}

.custom-footer-form .hs-input {
    background: #ffffff none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #a5a5a5;
    border-style: solid;
    border-width: 0 0 1px;
    color: #333333;
    font-family: "AkkuratLight", sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.02em;
    line-height: 2.25;
    padding: 0;
    width: 100%;
}

.custom-footer-form .hs-input:focus {
    outline: none;
}

.custom-footer-form form {
    margin: 60px auto 0;
    padding: 0 14px;
    position: relative;
    width: 33.3333%;
}

.custom-footer-form .hs-button.primary.large {
    background: rgba(0, 0, 0, 0) url(//cdn2.hubspot.net/hubfs/4598278/Exus_Shutters_May2018%20Theme/images/arrow-right.png?t=1527768744445) no-repeat scroll center center / 8px auto;
    border: medium none;
    cursor: pointer;
    line-height: 2.25;
    position: absolute;
    right: 13px;
    outline: none;
    text-indent: -999px;
    top: 5px;
    width: 24px;
    padding: 0;
}

.custom-footer-form .hs-error-msgs {
    color: #ff0000;
    text-align: left;
}

#back-to-top {
    background: #dedede url("//cdn2.hubspot.net/hubfs/4598278/Exus_Shutters_May2018%20Theme/images/btn-top.png") no-repeat scroll center center / 9px 8px;
    bottom: 5px;
    height: 24px;
    position: fixed;
    right: 5px;
    width: 24px;
}

/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */

.custom-menu-primary.js-enabled {
    margin: 0;
}

/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #ffffff;
    font-family: "Akkurat", Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 2.25;
    padding: 2px 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    background-color: #f3f3f6;
    color: #303c47;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper>ul ul {
    text-align: left;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: #303c47;
    font-size: 14px;
    line-height: 2.25;
    padding: 2px 15px;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper>ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */

@media screen and (min-width:992px) {

    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        display: block !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul::after {
        background: rgba(243, 243, 246, 0.85) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 200px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: -1;
    }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger,
.child-trigger {
    display: none;
}

@media (max-width: 991px) {

    /* Menu Reset */
    .custom-menu-primary,
    .custom-menu-primary .hs-menu-wrapper>ul,
    .custom-menu-primary .hs-menu-wrapper>ul li,
    .custom-menu-primary .hs-menu-wrapper>ul li a {
        display: block;
        float: none;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0px;
        margin: 0px;
        background-image: none;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        max-width: none;
        width: 100%;
        height: auto;
        line-height: 1;
        font-weight: normal;
        text-decoration: none;
        text-indent: 0px;
        text-align: center;
        color: #fff;
    }

    /* ===== Mobile Toggle Button ===== */

    .mobile-trigger {
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 40px;
        width: auto;
        height: 20px;
        text-align: left;
        z-index: 99;
    }

    /* Toggle Button Icon */
    .mobile-trigger i {
        display: inline;
        position: relative;
        top: 0;
    }

    .mobile-trigger i:before,
    .mobile-trigger i:after {
        position: absolute;
        content: '';
    }

    .mobile-trigger i,
    .mobile-trigger i:before,
    .mobile-trigger i:after {
        width: 23px;
        height: 3px;
        background-color: #303c47;
        display: inline-block;
        transition: bottom .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1);
    }

    .mobile-trigger i:before {
        top: -7px;
    }

    /* Position top line */
    .mobile-trigger i:after {
        top: 7px;
    }

    /* Position bottom line */

    .mobile-open .mobile-trigger i {
        background-color: transparent;
    }

    .mobile-open .mobile-trigger i:before {
        background-color: #fff;
        top: 0;
        transform: rotate(-45deg);
    }

    .mobile-open .mobile-trigger i:after {
        background-color: #fff;
        transform: rotate(45deg);
        top: 0;
    }

    /* ===== Mobile Child Toggle Buttons ===== */

    .child-trigger {
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100% !important;
        min-width: 100% !important;
        height: 60px !important;
    }


    /* ===== Mobile Menu Styles ===== */

    .custom-menu-primary.js-enabled {
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 40px;
        width: 100% !important;
        height: 100vh;
        overflow-y: auto !important;
        transform: scaleY(0);
        transition: all 0.3s ease;
        transform-origin: top left;
    }

    .mobile-open .custom-menu-primary.js-enabled {
        background: #303c47;
        transform: scaleY(1);
    }

    /* Make child lists appear below parent items */
    .custom-menu-primary ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
    }

    /* Mobile Menu Styles */
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 15.3vh 0 0;
    }

    .custom-menu-primary .hs-menu-wrapper {
        width: 100%;
        /* Full screen width */
    }

    .mobile-open .custom-header-grp.nav-up {
        transform: none;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li {
        position: relative;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li a {
        font-size: 32px;
        line-height: 65px !important;
        font-family: 'AkkuratLight';
        letter-spacing: 0.26px;
        transform: scaleY(2);
    }

    .mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li a {
        transform: scaleY(1);
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
        background-color: transparent;
        color: #fff;
    }

    .custom-menu-primary .hs-menu-wrapper>ul li a {
        padding: 0;
        color: #fff;
    }

    .custom-menu-primary .hs-menu-wrapper>ul li a:hover {
        color: #fff;
    }

    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        background-color: transparent;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        font-size: 14px;
        line-height: 2em !important;
        color: #a18266;
        padding: 0;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
        color: #a18266;
    }

    /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
        text-indent: 30px;
        /* Indent Child lists */
    }

    /* Level 4 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
        text-indent: 50px;
        /* Indent Child lists */
    }
}

.blog-section {
    padding: 0px;
}


.blog-page-header {
    margin-top: 120px;
    margin-bottom: 2%;
    padding: 0 40px;
}

.post-back-btn::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #a18266;
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (max-width: 762px) {
    .blog-page-header {
        margin-top: 50px;
        margin-bottom: 2%;
        padding: 0 20px;
    }
}

.blog-page-header h1 {
    text-align: center;
}

.blog-page-header-nav a::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #a18266;
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (min-width: 992px) {
    .blog-page-header {
        margin-top: 12%;
        margin-bottom: 2%;
    }

    .blog-page-header-nav {
        font-size: 11px;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .blog-page-header h1 {
        text-align: left;
    }

    .blog-page-header-nav a::before {
        content: "";
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #a18266;
        vertical-align: middle;
        margin-right: 5px;
    }

    .blog-page-header-img {
        width: 100%;
        position: relative;
        height: 100vh;
        top: -240px;

    }

    .blog-page-header-img .large {
        max-width: 1000px;
        width: 100%;
        height: 800px;
        background-color: #333;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .blog-page-header-img .small {
        max-width: 500px;
        width: 100%;

        height: 400px;
        background-color: #666;
        display: block;
        position: absolute;
        bottom: 0;

    }
}

.blog-hero {
    background-image: url();
    padding: 70px 20px;
    padding: 4.375rem 1.25rem;
    background-size: cover;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .blog-hero {
        padding: 70px 50px;
        padding: 4.375rem 3.125rem;
    }
}

@media screen and (min-width: 1280px) {
    .blog-hero {
        padding: 70px;
        padding: 4.375rem;
    }
}

/* =============== Blog Content Column =============== */

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {
    max-width: 1400px;
}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {
    max-width: 1400px;
    margin-top: 40px;
}

/* Blog Post Title */
.post-header h2 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: 10px 0;
}

#hubspot-author_data:after {
    content: '';
    display: block;
    clear: both;
}

#hubspot-author_data .hs-author-avatar img {
    width: 50px;
    width: 3.125rem;
    float: left;
    margin-right: 15px;
    margin-right: 0.9375rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    margin-top: 55px;
    margin-top: 3.4375rem;
    position: relative;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-listing-wrapper .post-listing .post-item:hover {
    background-color: #EAE8DE;
}

.blog-listing-wrapper>.post-listing>.post-item:hover .hs-featured-image-wrapper {
    transform: scale(1);
}

.blog-listing-wrapper .post-listing .post-item:first-of-type {
    margin-top: 25px;
    margin-top: 1.5625rem;
}

.blog-listing-wrapper .post-listing .post-item a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-listing-wrapper .post-listing .post-item a img {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
}

.blog-listing-wrapper .post-listing .post-item .post-body {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 26px;
    margin-top: 1.625rem;
    line-height: 1.3;
    font-weight: 400;
}

@media screen and (min-width: 992px) {
    .blog-listing-wrapper .post-listing .post-item {
        margin-top: 55px;
        margin-top: 3.4375rem;
        position: relative;
        height: 330px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .blog-listing-wrapper .post-listing .post-item .post-content {
        top: 50%;
        position: relative;
        transform: translate(0, -50%);
    }

    .blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper+.post-content {
        margin-left: 45%;
    }

    .blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .blog-listing-wrapper>.post-listing>.post-item:hover .hs-featured-image-wrapper {
        transform: scale(0.9);
    }
}

.post-date {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.0rem;
    font-weight: 600;
}

.post-header .post-date {
    font-size: 17px;
    font-size: 1.0625rem;
}

.post-top {
    background-size: cover;
    background-position: center;
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
}

.post-top img {
    width: 100%;
    height: auto;
}

.post-header {
    padding-top: 66%;
    width: 100%;
    padding: 0 30px;
    margin: 30px 0 80px 0;
}

.post-header .post-date {
    font-size: 14px;
}

.post-header h1 {
    font-size: 34px;
    font-size: 2.125rem;
    text-transform: uppercase;
    margin: 8px 0;
    margin: 0.5rem 0;
    line-height: 1;
}

.post-header #hubspot-author_data {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 300;
}

.blog-post-wrapper {
    font-weight: 400;
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    margin-top: -40px;
}

.blog-post-wrapper .hs-featured-image-wrapper {
    height: 400px;
}

.blog-post-wrapper .hs-featured-image-wrapper .blog-post-hero {
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
}

.blog-post-wrapper .post-header {
    padding: 0 20px;
    margin: 10px 0 40px 0;
    position: relative;
}


.blog-post-wrapper .post-header #hubspot-author_data {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
}

.blog-post-wrapper .post-body {
    padding: 0 20px;
}

.blog-post-wrapper .post-body>span :first-child {
    margin-top: 0 !important;
}

.blog-post-wrapper .post-body p {
    margin-bottom: 1.5em;
    font-size: 18px;
    line-height: 24px;
}

.blog-post-wrapper .post-body h3 {
    font-size: 28px;
    line-height: 30px;
    margin: 20px 0 20px 0;
}

.blog-post-wrapper .post-body h4 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 20px 0;
    letter-spacing: 0.5px;
}

.blog-post-wrapper .post-body ul,
.blog-post-wrapper .post-body ol {
    padding: 0;
    margin: 0 0 0 20px;
    font-size: 16px;
    line-height: 24px;
}

.blog-post-wrapper .post-body ul {
    list-style: disc;
}

.blog-post-wrapper .post-body ol {
    list-style: decimal;
}

.blog-post-wrapper .post-body li {
    margin-bottom: 5px;
}

.blog-post-wrapper .post-body li:last-child {
    margin-bottom: 20px;
}

.post-sharing {
    padding: 35px 0 40px;
    padding: 2.1875rem 0 2.5rem;
}

.post-sharing a:before {
    font-size: 24px;
    font-size: 1.5rem;
}

@media (min-width: 480px) {
    .blog-post-section>div>div {
        padding-left: 50px;
        padding-left: 3.125rem;
        padding-right: 50px;
        padding-right: 3.125rem;
    }

    .post-top {
        margin: 30px 0 80px;
        margin: 1.875rem 0 5.0rem;
    }

    .post-top .post-header {
        padding: 60px 50px;
        padding: 3.75rem 3.125rem;
    }

    .post-top .post-header h1 {
        font-size: 54px;
        font-size: 3.375rem;
    }

    .post-top .post-header #hubspot-author_data {
        font-size: 22px;
        font-size: 1.375rem;
    }

    .post-top .post-header .post-date {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

/* Read More Link */
a.more-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.0rem;
    position: absolute;
    right: 3.125rem;
    bottom: 3.125rem;
    font-size: 14px;
    right: 30px;
    bottom: 30px;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
    position: static;
    width: 120%;
}

.hs-featured-image-wrapper .hs-featured-image-link {
    display: block;
    padding-bottom: 66%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

@media screen and (min-width: 992px) {
    .blog-section {
        padding-left: 80px;
    }

    .blog-listing-wrapper .post-listing .hs-featured-image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 40%;
        transform: scale(1);
    }

    .post-header {
        padding-top: 66%;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .blog-listing-wrapper .post-listing .hs-featured-image-wrapper .hs-featured-image-link {
        padding: 0;
        height: 100%;
    }

    a.more-link {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        position: absolute;
        right: 3.125rem;
        bottom: 3.125rem;
    }

    .blog-post-wrapper {
        max-width: 1400px;
        margin-top: 40px !important;
    }
}

.legal-consent-container {
    display: none;
    visibility: hidden;
}

/* Title for Topic Listing Page */
.topic-title {
    font-size: 22px;
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 42px;
    margin-top: 2.625rem;
}

.topic-title span {
    color: rgb(13, 145, 209);
    font-weight: 700;
}

/* Blog Topics List */
#hubspot-topic_data h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
}

#hubspot-topic_data a.topic-link {
    color: ;
    font-weight: 300;
}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    display: none;
    visibility: hidden;
}

/* Blog Commments */
@media (min-width: 480px) {
    .widget-type-blog_comments .post-footer {
        padding-bottom: 130px;
        padding-bottom: 8.125rem;
    }
}

#comments-listing:not(.no-comments) {
    margin: 10px auto 80px;
    margin: 0.625rem auto 5.0rem;
}

.comment {
    border-top: 0 none !important;
    margin: 10px 0;
    margin: 0.625rem 0;
    padding: 28px;
    padding: 1.75rem;
}

.comment-date {
    /* Override default font size */
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    text-align: right;
    width: 40%;
    float: right;
    margin-top: 3px;
    margin-top: 0.1875rem;
}

.comment-from {
    width: 60%;
    float: left;
}

.comment-from h4 {
    margin: 0;
    font-size: 16px !important;
    font-size: 1.0rem !important;
}

.comment-body {
    clear: both;
    padding: 10px 0;
    padding: 0.625rem 0;
    font-style: italic;
}

.comments-header h3 {
    font-size: 22px;
    font-size: 1.375rem;
}

/* Pagination */
.pagination {
    width: 100%;
    text-align: center;
    padding: 60px 60px 30px;
    padding: 3.75rem 3.75rem 0;
    margin: 0;
}

/* .blog-pagination-left,
.blog-pagination-center,
.blog-pagination-right {
    display: inline-block;
} */

.pagination li > a.page-numbers {
    float: none;
    display: inline-block;
    padding: 2px 20px;
    padding: 0.125rem 1.25rem;
    font-size: 24px;
    border: 0;
    margin-left: 5px;
    margin-left: 0.3125rem;
    margin-right: 5px;
    margin-right: 0.3125rem;
    background-color: transparent;
    color: #a18266;
}

.pagination li > .page-numbers:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ca266c;
}

.pagination li.active > a.page-numbers {
    color: #ca266c;
}

.all-posts-link {
    display: block;
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
    text-align: center;
}

.all-posts-link a {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
}

ul.post-listing-simple {
    padding: 50px 0;
    padding: 3.125rem 0;
    list-style: none;
}

ul.post-listing-simple .post-item {
    padding: 20px;
    padding: 1.25rem;
}

h2.post-listing-simple {
    margin: 0;
}

/* =============== Blog Sidebar =============== */

.blog-sidebar {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-top: 60px;
    padding-top: 3.75rem;
}

.blog-sidebar :first-child h3 {
    margin-top: 0 !important;
}

@media screen and (min-width: 480px) {
    .blog-sidebar {
        padding-top: 0;
    }
}

/* Blog Modules */
.blog-sidebar .widget-span {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

.blog-sidebar .widget-span.widget-type-header {
    margin-bottom: 0;
}

.blog-sidebar h3 {
    font-size: 22px;
    font-size: 1.375rem;
}

.blog-sidebar ul {
    list-style: none;
    padding: 0;
}

.blog-sidebar ul a {
    color: ;
}

.blog-sidebar .blog_sharing a:before {
    font-size: 34px;
    font-size: 2.125rem;
}

.blog-sidebar .blog_sharing a:hover {
    text-decoration: none;
}

.recent-posts .post-body {
    padding: 20px 0;
    padding: 1.25rem 0;
}



/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
    margin: 55px 0 20px 0;
    margin: 3.4375rem 0 1.25rem 0;
    position: relative;
}

.hs-blog-post .hs-author-profile {
    padding: 20px 0 20px 0;
    padding: 1.25rem 0 1.25rem 0;
    margin: 20px 0 20px 0;
    margin: 1.25rem 0 1.25rem 0;
}

.hs-blog-listing .hs-author-profile h2 {
    font-size: 50px;
    font-size: 3.125rem;
    text-transform: uppercase;
}

.hs-blog-listing .hs-author-profile .author-info {
    width: 100%;
    /* background-color: rgba(#null, .7); */
    padding: 30px 50px;
    padding: 1.875rem 3.125rem;
}

.hs-blog-listing .hs-author-profile .hs-author-avatar+.author-info {
    position: absolute;
    bottom: 0;
}

.hs-author-profile .hs-author-profile:after {
    content: '';
    display: block;
    clear: both;
}

.post-listing-author .post-body {
    padding: 20px 0;
    padding: 1.25rem 0;
    font-size: 15px;
    font-size: 0.9375rem;
}

.author-page .recent-posts-title {
    margin-top: 55px;
    margin-top: 3.4375rem;
}

.author-page .post-item:first-of-type {
    margin-top: 0;
}

.hs-author-profile .hs-author-avatar img {
    max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-blog-listing .hs-author-bio {
    padding: 30px 50px 130px;
    padding: 1.875rem 3.125rem 8.125rem;
    font-weight: 400;
}

.hs-author-profile .hs-author-bio {
    overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
    margin: 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-link {
    font-size: 26px;
    font-size: 1.625rem;
    margin-right: 5px;
    margin-right: 0.3125rem;
}

@media screen and (min-width: 768px) {
    .blog-post-wrapper .post-header .post-back-btn {
        margin-top: 40px;
    }

    .blog-post-wrapper .post-header {
        margin: 70px 0 70px 0;
        padding: 0 200px;
    }

    .blog-post-wrapper .post-header h1 {
        font-size: 50px;
    }

    .blog-post-wrapper .post-header #hubspot-author_data {
        font-size: 24px;
    }

    .blog-post-wrapper .post-body {
        padding: 0 200px;
    }

    .blog-post-wrapper .post-body p {
        font-size: 18px;
        line-height: 24px;
    }

    .blog-post-wrapper .post-body h2 {
        font-size: 32px;
        line-height: 34px;
        margin: 20px 0 20px 0;
    }

    .blog-post-wrapper .post-body h3 {
        font-size: 28px;
        line-height: 30px;
        margin: 20px 0 20px 0;
    }

    .blog-post-wrapper .post-body h4 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 20px 0;
        letter-spacing: 0.5px;
    }

    .blog-post-wrapper .post-body ul,
    .blog-post-wrapper .post-body ol {
        padding: 0;
        margin: 0 0 0 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .blog-post-wrapper .post-body li {
        margin-bottom: 5px;
    }

    .blog-post-wrapper .post-body li:last-child {
        margin-bottom: 20px;
    }
}

/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */

.hs-form ul {
    list-style: none;
    padding: 0;
}

.body-container .hs-error-msgs {
    color: #ff0000;
    font-size: 14px;
}

.body-container .hs-form {
    margin: 0 0 30px;
}

.body-container .form-title {
    margin-top: 0;
}

.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
.body-container .hs_cos_wrapper_type_password_prompt form,
.body-container .hs_cos_wrapper_type_form form,
#comment-form {
    margin-bottom: 30px;
    background-color: #eae8de;
    padding: 30px;
    max-width: 700px;
}


/* =============== Global Form Styles =============== */

/* Form Field */
.body-container .hs-form-field {
    margin: 0 0 20px;
}

.body-container .hs-form-field>label {
    color: #333333;
    display: block;
    font-size: 14px;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"],
.body-container input[type="datetime"],
.body-container input[type="datetime-local"],
.body-container input[type="date"],
.body-container input[type="month"],
.body-container input[type="time"],
.body-container input[type="week"],
.body-container input[type="number"],
.body-container input[type="email"],
.body-container input[type="url"],
.body-container input[type="search"],
.body-container input[type="tel"],
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
    background: #ffffff none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cccccc;
    border-style: solid;
    border-width: 0 0 1px;
    color: #333333;
    font-family: "AkkuratLight", sans-serif;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 2.25;
    padding: 10px 12px;
    width: 100%;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus,
.body-container input[type="datetime"]:focus,
.body-container input[type="datetime-local"]:focus,
.body-container input[type="date"]:focus,
.body-container input[type="month"]:focus,
.body-container input[type="time"]:focus,
.body-container input[type="week"]:focus,
.body-container input[type="number"]:focus,
.body-container input[type="email"]:focus,
.body-container input[type="url"]:focus,
.body-container input[type="search"]:focus,
.body-container input[type="tel"]:focus,
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
    outline: medium none;
}

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

.hs_email label {
    display: none !important;
}

/* IE10 */


/* =============== Multi Column Form =============== */

form.hs-form fieldset {
    max-width: none;
}

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

form.hs-form fieldset[class*="form-columns"] .input {
    margin-right: 0;
}

form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100%;
}

form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto;
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33%;
}

@media (max-width: 400px) {
    form.hs-form fieldset .hs-form-field {
        padding: 0;
    }

    form.hs-form fieldset.form-columns-3 .hs-form-field,
    form.hs-form .form-columns-2 .hs-form-field .hs-input,
    form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width: 100%;
    }

    form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
        width: auto;
    }
}


/* =============== Blog Comment Form =============== */

/* =============== Blog Subscription Form =============== */

#hs_form_target_blog_subscription input[type="radio"],
#hs_form_target_blog_subscription input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {
    color: #333333;
    display: block;
    font-size: 14px;
}

/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    background-color: #a18266;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "Butler", sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 14px;
    outline: none;
    margin-top: 15px;
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
    background-color: #eae8de;
    color: #a18266;
}

/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1199px) {
    .body-container .page-center {
        padding: 40px;
    }

    .banner-area .page-center {
        padding: 0 40px;
    }

    .footer-container .page-center {
        padding: 0 40px;
    }

    .custom-pop-wrap {
        padding: 0 40px 0 240px;
    }
}

@media (max-width: 1024px) {

    body {
        font-size: 13px;
        line-height: 1.8461em;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        color: #333;
        font-size: 26px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        line-height: 1.7;
    }

    .custom-pop-heading h3 {
        font-size: 16px;
        line-height: 1.25em;
    }

    .custom-pop-heading p {
        font-size: 13px;
        line-height: 1.8461em;
    }
}

@media (max-width: 991px) {
    .custom-header-grp {
        width: 100% !important;
        height: auto !important;
        background: transparent;
        padding: 0 40px;
        transition: all 0.3s ease;
    }

    .custom-header-grp.nav-up {
        transform: translateY(-169px);
    }

    .custom-header-grp.nav-down {
        background: #fff;
    }

    .body-container-wrapper,
    .footer-container-wrapper {
        padding-left: 0;
    }

    .menu-bottom-grp {
        position: static;
    }

    .free-estimate-link>a {
        width: auto;
        background: transparent;
        height: auto;
        margin-top: 0;
        padding: 0;
        display: none;
    }

    .mobile-view-logo {
        display: block;
    }

    .desktop-logo.primary-logo {
        display: none;
    }

    .mobile-view-logo {
        display: block;
        width: 80.5px;
    }

    .cm-advanced-logo-module {
        line-height: normal;
        margin-top: 0;
        padding: 17px 0 12px;
        text-align: left;
    }

    .mobile-open .free-estimate-link>a {
        display: block;
        color: #fff;
        font-size: 32px;
        line-height: 65px;
        font-family: 'AkkuratLight';
        letter-spacing: 0.26px;
    }

    .mobile-view-logo.white {
        display: none;
    }

    .mobile-open .mobile-view-logo.black {
        display: none;
    }

    .mobile-open .mobile-view-logo.white {
        display: block;
        position: relative;
        z-index: 9;
    }

    .cm-advanced-logo-module a {
        display: inline-block;
    }

    .custom-footer-top {
        padding: 40px 0;
        background-color: rgba(255, 255, 255, 1) !important;
    }

    .custom-footer-form h3 {
        font-size: 20px;
        line-height: 1.3em;
    }

    .custom-copyright {
        padding: 0;
        width: 100% !important;
        text-align: center;
        margin-top: 32px;
        margin-left: 0 !important;
    }

    .custom-footer-grp p {
        font-size: 13px;
        line-height: 1.8461em;
    }

    .custom-copyright ul li:last-child {
        padding-right: 0;
    }

    .custom-copyright ul li {
        line-height: 28px;
        padding-right: 15px;
    }

    .custom-copyright p:first-child {
        display: none;
    }

    .custom-footer-address {
        width: 50% !important;
        text-align: center;
        padding-right: 10px;
        border-right: 1px solid #a18266;
    }

    .custom-footer-phone {
        width: 50% !important;
        margin-left: 0 !important;
        text-align: center;
        padding-left: 10px;
    }

    .custom-footer-form form {
        padding: 0 7px;
    }

    .custom-footer-form .hs-button.primary.large {
        right: 7px;
    }

    .custom-footer-form form {
        margin-top: 15px;
    }

    .banner-content>h1 {
        text-align: center;
        margin-top: 30px;
    }

    .banner-content {
        padding-bottom: 3.4%;
        padding-top: 13%;
    }

    .custom-pop-wrap {
        padding: 0;
        z-index: 999;
    }

    .custom-pop-heading h3 {
        padding-top: 70px;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .custom-pop-heading p {
        width: 64.666667%;
        padding: 0 20px;
    }

    .custom-pop-form {
        padding: 50px 40px;
    }

    .custom-pop-form form {
        margin-left: 0;
        width: 100%;
    }

    .custom-pop-grp {
        border: none;
    }

    .close-pop {
        top: 15px;
    }

    body.error-template.one-column .header-container,
    body.password-template.one-column .header-container,
    body.subscription-template.one-column .header-container {
        min-height: 50px;
    }

    .banner-height {
        height: 50px;
    }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .custom-header-grp {
        padding: 0 20px;
        background: #fff;
    }

    .mobile-view-logo {
        width: 69px;
    }

    .cm-advanced-logo-module {
        padding: 14px 0 9px;
    }

    .mobile-trigger {
        right: 20px;
    }

    .banner-content {
        padding-top: 76px;
        padding-bottom: 20px;
    }

    .banner-content>h1 {
        margin-top: 15px;
        font-size: 24px;
        line-height: 1.25em;
    }

    .body-container .page-center {
        padding: 30px 20px;
    }

    .banner-area .page-center {
        padding: 0 20px;
    }

    body {
        font-size: 12px;
        line-height: 1.6666em;
        background-color: #f3f2f7;
    }

    .custom-footer-grp {
        padding: 40px 0 20px;
    }

    .custom-footer-grp p {
        font-size: 12px;
        line-height: 1.6666em;
    }

    .custom-footer-phone {
        width: 100% !important;
        padding: 0;
    }

    .custom-footer-address {
        width: 100% !important;
        border-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        position: relative;
        padding-right: 0;
    }

    .custom-footer-address:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        width: 46px;
        margin-left: -23px;
        height: 1px;
        background-color: #a18266;
        bottom: 0;
    }

    .custom-copyright {
        margin-top: 22px;
    }

    .custom-footer-top {
        padding: 35px 0;
    }

    .custom-footer-form form {
        width: 83%;
        padding: 0;
        margin-top: 5px;
    }

    .custom-footer-form .hs-button.primary.large {
        right: 0;
    }

    .custom-footer-form h3 {
        font-size: 18px;
        line-height: 1.4444em;
    }

    .custom-menu-primary .hs-menu-wrapper>ul li a {
        font-size: 24px;
        line-height: 55px !important;
    }

    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        padding-top: 14.5vh;
    }

    .mobile-open .free-estimate-link>a {
        font-size: 24px;
        line-height: 55px !important;
    }

    .mobile-open .cm-advanced-logo-module {
        padding-top: 15px;
    }

    .footer-container .page-center {
        padding: 0 20px;
    }

    .custom-pop-heading h3 {
        margin-bottom: 15px;
    }

    .close-pop {
        right: 30px;
    }

    .custom-pop-heading p {
        font-size: 12px;
        line-height: 1.6666em;
        width: 100%;
    }

    .custom-pop-form {
        padding-left: 20px;
        padding-right: 20px;
    }

    .custom-pop-form .hs-form fieldset .hs-form-field {
        padding: 0;
        width: 100% !important;
    }

    .landing-page.one-column form,
    .error-template.one-column form,
    .password-template.one-column form,
    .subscription-template.one-column form {
        width: 100%;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        font-size: 12px;
        line-height: 2.3334em !important;
    }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-height: 600px) and (min-width: 992px) {
    .cm-advanced-logo-module {
        margin-top: 10vh;
    }

}