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

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

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

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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




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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html {
	background-color: #ffffff;
	font-family: 'Lato', sans-serif;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    min-height: 100%;
    height: 100%;
}
body {
    height: 100%;
    font-size: 1.6rem;
  	font-family: 'Lato', sans-serif;
  	font-weight: 400;
	font-style: normal; 
	line-height: 1.6em;
    color: #4A4A4A;
    padding: 0;
    margin: 0;
}
p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
    line-height: 1.6em;
    margin: 0 0 1.4em 0;
    color: #4A4A4A;
}
p.small {
	font-size: 60%;
}
ul, ol {
    margin: 0 0 1.8em 20px;
}
li {
    display: list-item;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6em;
    margin-bottom: 0;
    color: #5a5a5a;
    margin-left: 15px;
    margin-bottom: 15px;
}
strong {
	font-weight: 700; 
}
em {
    font-style: italic;
}
a {
    outline: 0;
    color: #116EDB;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	line-height: 1.25em;
	margin: 0 0 0.7em 0;
    color: #4A4A4A;
    font-weight: 900; 
}
h1 {
    font-size: 5rem;
}
h2 {
    font-size: 3.6rem;
}
h3 {
    font-size: 3rem;
}
h4 {
    font-size: 2.1rem;
}
h5 {
    font-size: 1.8rem;
}
h6 {
    font-size: 1.6rem;
}


.top-offset {
    top: 86px;
}
.wrapper, .body-container-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 86px;
    padding-bottom: 0;
    padding-top: 0;
    overflow: hidden;
}
.inner-wrapper {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
     
}
.hs-blog-post .body-container .row-fluid-wrapper.row-depth-1.row-number-1 {
    display: none;
}
.main-container {
    padding-top: 5%;
    width: 100%;
    overflow: visible;
}
section {
    width: 100%;
    float: left;
    margin-bottom: 70px;
}
section:last-child {  
    margin-bottom: 0;
}
.inner-padding, .body-container-wrapper .body-container {
    width: 100%;
    max-width: 1140px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 30px;
}
.body-container-wrapper .body-container {
    padding-top: 5%;
}
.height-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}
.height-padding-top {
    padding-top: 70px;
}
.main-container article,
.hs-blog-post .row-fluid .blog-content {
    width: 67%;
    float: left;
}
.main-container aside,
.hs-blog-post .blog-sidebar,
.hs-blog-post .row-fluid .span4.blog-sidebar {
    width: 25%;
    float: right;
}
.main-container article.blog,
.hs-blog-listing .row-fluid .blog-content {
    width: 71%;
    float: left;
    margin-bottom: 50px;
}

.main-container aside.blog,
.hs-blog-listing .row-fluid .span4.blog-sidebar {
    width: 23%;
    padding-top: 0;
    float: right;
    margin-left: 0;
}
.main-container aside.blog div,
.blog-sidebar div {
    width: 100%;
}
.row-fluid .blog-sidebar h3 {
    font-size: 1.8rem;
}
.button-row {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 40px;
    a.button {
        margin: 0 10px;
        margin-top: 15px;
    }
}
.section-top {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.first-section-top {
    padding-top: 70px;
}
.section-top h1, .hero-section h1 {
    font-size: 5rem;
    margin: 0 0 22px 0;
}
.section-top p {
    font-size: 1.8rem;
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 0;
}

.border-box {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #dddddd;
    -webkit-box-shadow: inset 0 0 60px #F6F6F6;
    -moz-box-shadow: inset 0 0 60px #F6F6F6;
    box-shadow: inset 0 0 60px #F6F6F6;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.gradient {
    background: #e8f2f3;
    background: -moz-linear-gradient(left, #e8f2f3 0%, #edf7ee 100%);
    background: -webkit-linear-gradient(left, #3081b4 0%,#edf7ee 100%);
    background: linear-gradient(to right, #e8f2f3 0%,#edf7ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f2f3', endColorstr='#edf7ee',GradientType=1 );
}
.green-gradient {
    background: #a6d930;
    background: -moz-linear-gradient(left, #a6d930 0%, #96cf28 100%);
    background: -webkit-linear-gradient(left, #a6d930 0%,#96cf28 100%);
    background: linear-gradient(to right, #a6d930 0%,#96cf28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d930', endColorstr='#96cf28',GradientType=1 );
}
.grad-line {
    display: block;
    margin: 0 auto 30px auto;
    width: 75px;
    height: 2px;
    background: #3081b4;
    background: -moz-linear-gradient(45deg, #3081b4 0%, #72bd72 100%);
    background: -webkit-linear-gradient(45deg, #3081b4 0%,#72bd72 100%);
    background: linear-gradient(45deg, #3081b4 0%,#72bd72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3081b4', endColorstr='#72bd72',GradientType=1 );
}
.top-grad {
    background: #3081b4;
    background: -moz-linear-gradient(45deg, #3081b4 0%, #72bd72 100%);
    background: -webkit-linear-gradient(45deg, #3081b4 0%,#72bd72 100%);
    background: linear-gradient(45deg, #3081b4 0%,#72bd72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3081b4', endColorstr='#72bd72',GradientType=1 );
    padding: 0;
    width: 100%;
    height: 7px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

::selection {
    background-color: #ccc;
    color: #fff;
}
::-moz-selection {
    background-color: #ccc;
    color: #fff;
}
::-o-selection {
    background-color: #ccc;
    color: #fff;
}
::-ms-selection {
    background-color: #ccc;
    color: #fff;
}
::-webkit-selection {
    background-color: #ccc;
    color: #fff;
}

aside {
    padding-top: 22px;
    float: right;
}
aside section {
    margin-bottom: 30px;
}
aside section h3 {
    font-size: 1.8rem;
}

.transition {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.rounded {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.button, .button:active, .button:visited, input[type="submit"] {
    font-family: 'Lato Bold', sans-serif;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: none;
    color: #116EDB;
    border: 2px solid #116EDB;
    width: auto;
    padding: 7px 20px;
    text-align: center;
    font-size: 1.5rem;
    height: 38px;
    line-height: 1.3em;
    display: block;
    color: #1F7CEB;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
input[type="submit"]:hover, .button:hover {
    text-decoration: none;
    background-color: #116EDB;
    color: #fff;
}

.gradient-button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    background: #3081b4;
    background: -moz-linear-gradient(45deg, #3081b4 0%, #72bd72 100%);
    background: -webkit-linear-gradient(45deg, #3081b4 0%,#72bd72 100%);
    background: linear-gradient(45deg, #3081b4 0%,#72bd72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3081b4', endColorstr='#72bd72',GradientType=1 );
    padding: 2px;
    height: 46px;
    width: 144px;
    display: block;
    text-decoration: none;
}
.gradient-button:hover {
    text-decoration: none;
}
.gradient-button .gradient-button-inner {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #ebf5f0;
    width: 100%;
    padding: 7px 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    height: 42px;
    line-height: 1.6em;
    width: 140px;
    display: block;
    color: #537779;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.gradient-button:hover .gradient-button-inner {
    text-decoration: none;
    background: none;
    color: #fff;
}


/* ////////////////////////// HEADER /////////////////////////////////////// */

.header-container-wrapper {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 23px 30px;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 3px 4px rgba(0,0,0,0.08);
    box-shadow: 0 3px 4px rgba(0,0,0,0.08);
    position: fixed;
    z-index: 900;
}
header {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 0;
}
header .inner-wrapper {
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 40px;
}
header a.logo {
    display: block;
    width: 21%;
    height: 34px;
    position: relative;
    overflow: hidden;
    float: left;

}
header a.logo img {
    width: 100%;
    max-width: 210px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.header-container-wrapper header.sticky a.logo {
    width: 33px;
}

.header-container-wrapper header .sticky-header-button {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: -5px;
    width: 130px;
    max-width: 130px;
    float: none;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 36px;
    height: 40px;
    background: #85C525;
    border: 2px solid #85C525;
    border: none;
    color: #fff;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    pointer-events: none;
}
.header-container-wrapper header.sticky .sticky-header-button {
    opacity: 1;
    pointer-events: auto;
}
header #nav {
    width: 80%;
    display: flex;
    align-content: space-between;
}
header #nav ul {
    width: 54%;
    list-style-type: none;
    margin: 0;
    padding: 0 1% 0 2.5%;
    display: flex;
    align-content: space-between;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
}
header #nav ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    flex: 1 1 auto;
    position: relative;
    text-align: center;
    overflow: visible;
}
header #nav > ul > li {
    height: 40px;
}
header #nav ul li.hide {
    display: none;
}
header #nav ul li a {
    color: #676767;
    font-size: 1.6rem;
    padding: 10px 0;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
}
header #nav > ul > li > a {
    line-height: 40px;
}
header #nav ul li a:hover, header #nav > ul > li:hover > a {
    color: #979797;
    text-decoration: none;
}
@keyframes main-menu-in {
    0% {
        top: 40px;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 30px;
    }
}
@keyframes main-menu-arrow-in {
    0% {
        margin-top: 2px;
    }
    50% {
        margin-top: -18px;
    }
    100% {
        margin-top: -8px;
    }
}
/* Sub-menu */
header #nav ul li ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 250px;
    top: 30px;
    padding-top: 20px;
    left: 0;
    z-index: 29;
    text-align: left;
    list-style-type: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    animation-name: main-menu-in;
    animation-timing-function: ease-out;
    animation-duration: 0.2s;
    background-color: none;
}
header #nav ul li:hover ul {
    display: block;
}
header #nav ul li.menu-item-has-children:after {
    animation-name: main-menu-arrow-in;
    animation-timing-function: ease-out;
    animation-duration: 0.2s;
}
header #nav ul li.menu-item-has-children:hover:after {
    color: #4d4d4d;
    content: '\f0d8';
    font-family: 'FontAwesome';
    display: block;
    text-align: center;
    font-size: 300%;
    width: 100%;
    height: 20px;
    margin-top: -8px;
}

header #nav ul li ul li {
    width: 100%;
    background-color: #4d4d4d;
    padding: 6px 20px;
    text-align: left;
}
header #nav ul li ul li:first-child {
    padding-top: 17px;
}
header #nav ul li ul li:last-child {
    padding-bottom: 17px;
}
header #nav ul li ul li a {
    color: #fff;
}
header #nav ul li ul li a:hover {
    color: #96CF28;
}
header #nav .phone-number {
    font-size: 1.6rem;
    line-height: 66px;
    max-width: 135px;
    
    margin-right: 3.5%;
    position: relative;
}
header #nav .phone-number i {
    color: #85C525;
    margin-right: 5px;
    font-size: 100%;
    position: relative;
    top: -2px;
}
header #nav .phone-number a,
header #nav .phone-number a[href^=tel],
header #nav .phone-number a:hover,
header #nav .phone-number a[href^=tel]:hover {
    color: #676767;
    text-decoration: none;
}
header #nav .nav-button {
    background-color: #85C525;
    border: none;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    flex: 1 1 auto;
    padding: 7px 0;
    text-align: center;
    font-size: 1.5rem;
    max-width: 120px;
    height: 36px;
    line-height: 20px;
    margin-top: 15px;
}
header #nav .nav-button:hover {
    background-color: #74b70b;
}
.mobile-menu-icon {
  width: 30px;
  height: 22px;
  margin: 4px 0 0 0;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  display: none;
}
.mobile-menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #9b9b9b;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}
.mobile-menu-icon span:nth-child(1) {
  top: 0px;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.mobile-menu-icon span:nth-child(2),.mobile-menu-icon span:nth-child(3) {
  top: 11px;
}
.mobile-menu-icon span:nth-child(4) {
  top: 21px;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.mobile-menu-icon.open span:nth-child(1) {
  top: 11px;
  opacity: 0;
}
.mobile-menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-menu-icon.open span:nth-child(4) {
  top: 11px;
  opacity: 0;
}
@keyframes mobile-menu-in {
    0% {
        top: 63px;
    }
    50% {
        top: 43px;
    }
    100% {
        top: 53px;
    }
}
.header-container-wrapper.showMobileMenu #nav {
    animation-name: mobile-menu-in;
    animation-timing-function: ease-out;
    animation-duration: 0.2s;
    display: block;
    width: 100%;
    max-width: 250px;
    position: absolute;
    right: -30px;
    top: 53px;
    background-color: #4d4d4d;
    padding-left: 0;
    padding: 20px;
    padding-bottom: 24px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.08);
    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
}
.header-container-wrapper.showMobileMenu #nav ul {
    width: 100%;
    display: inline-block;
    position: static;
    padding: 0;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.header-container-wrapper.showMobileMenu #nav ul li {
    margin-bottom: 15px;
    padding: 0;
    height: auto;
    width: 100%;
    flex: none;
    border-bottom: 1px solid #666;
}
.header-container-wrapper.showMobileMenu #nav ul li.hide {
    display: inline-block;
}
.header-container-wrapper.showMobileMenu #nav ul li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 1;
    padding: 0 0 20px 0;
    position: relative;
}
.header-container-wrapper.showMobileMenu #nav ul li a.ui-accordion-header:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 80%;
    position: absolute;
    right: 0;
    border: 1px solid #666;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
}
.header-container-wrapper.showMobileMenu #nav ul li a.ui-accordion-header-active:after {
    content: '\f0d8';
    line-height: 14px;
}
#accordion .ui-accordion-header {
    margin: 0;
}
.ui-accordion .ui-accordion-content {
    box-sizing: content-box;             
    -moz-box-sizing: content-box;
    overflow: auto;
}
.header-container-wrapper.showMobileMenu #nav ul li a:hover {
    text-decoration: none;
    color: #96CF28;
}
.header-container-wrapper.showMobileMenu #nav ul li ul {
    display: none;
    padding-left: 15px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.header-container-wrapper.showMobileMenu #nav ul li ul li {
    border: none;
}
.header-container-wrapper.showMobileMenu #nav ul li ul li a {
    padding-bottom: 0;
}
.header-container-wrapper.showMobileMenu #nav ul li.menu-item-has-children:after {
    animation: none;
    height: auto;
    margin: 0;
}
.header-container-wrapper.showMobileMenu #nav ul li.menu-item-has-children:hover:after {
    content: '';
}
.header-container-wrapper.showMobileMenu #nav ul li ul li:first-child {
    padding-top: 0;
}
.header-container-wrapper.showMobileMenu #nav ul li ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 25px;
}
.header-container-wrapper.showMobileMenu #nav .phone-number {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #fff;
    line-height: 1.3em;
}
.header-container-wrapper.showMobileMenu #nav .phone-number a,
.header-container-wrapper.showMobileMenu #nav .phone-number a[href^=tel] {
    color: #fff;
}


@media only screen and (max-width: 960px) {
    header #nav ul li a, header #nav .phone-number {
        font-size: 1.5rem;
    }
    header #nav .phone-number {
        max-width: 120px;
        margin-right: 1.8%;
    }
}

@media only screen and (max-width: 900px) {
    .wrapper, .body-container-wrapper {
        top: 76px;
    }
    .header-container-wrapper header .inner-wrapper {
        display: block;
        float: left;
        position: relative;
        height: 30px;
    }
    .header-container-wrapper header a.logo {
        width: 70%;
        height: 30px;
    }
    .header-container-wrapper header a.logo img {
        width: 174px;
        max-width: 174px;
    }
    .header-container-wrapper header #nav {
        display: none;
    }
    .header-container-wrapper header #nav ul li {
        width: 100%;
    }
    .mobile-menu-icon {
        margin: 2px 0 0 0;
    }
    .header-container-wrapper header .mobile-menu-icon {
        display: block;
    }
    .header-container-wrapper header #nav .nav-button {
        display: inline-block;
        padding: 7px 18px;
    }
    
}

@media only screen and (max-width: 700px) {
    section {
        margin-bottom: 50px;
    }
    body .height-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    body .height-padding-top {
        padding-top: 50px;
    }
    body .first-section-top {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 570px) {
    .wrapper, .body-container-wrapper {
        top: 70px;
    }
    .header-container-wrapper {
        padding: 20px;
    }
    @keyframes mobile-menu-in {
        0% {
            top: 60px;
        }
        50% {
            top: 40px;
        }
        100% {
            top: 50px;
        }
    }
    .header-container-wrapper.showMobileMenu #nav {
        top: 50px;
    }
}
@media only screen and (max-width: 550px) {
    .desktop {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .inner-padding, .body-container-wrapper .container-fluid {
        padding: 0 20px;
    }
    .body-container-wrapper {
        padding-top: 40px;
    }
    section {
        margin-bottom: 40px;
    }
    body .height-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    body .height-padding-top {
        padding-top: 40px;
    }
    body .first-section-top {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 425px) {
    .border-box {
        padding: 20px;
    }
}



.category-link a {
    color: #96CF28;
    text-decoration: none;
    font-weight: 600;
}
.category-link a:hover {
    color: #82c404;
}
article h1 {
    font-size: 3.6rem;
}
img.post-image, #hs_cos_wrapper_post_body img {
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    height: auto;
}
a.resource-button {
    color: #1F7CEB;
    border: 2px solid #1F7CEB;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    height: 70px;
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
a.resource-button:last-child {
    margin-bottom: 0;
}
a.resource-button span {
    font-weight: 700;
}
a.resource-button span.resource-icon {
    width: 22%;
    height: 70px;
    border-right: 2px solid #1F7CEB;
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
a.resource-button span.resource-icon img {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
}
a.resource-button span.resource-label {
    width: 78%;
    height: 66px;
    padding: 0 20px;
    line-height: 1.2em;
}
@keyframes icon-zip-in {
    0% {
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    
    100% {
         -moz-transform: rotateY(0);
        transform: rotateY(0);
    }
}
.resource-button:hover span.resource-icon img {
    animation-name: icon-zip-in;
    animation-timing-function: ease-out;
    animation-duration: 0.2s;
}
.resource-button:hover span.resource-label {
    background-color: #F1F6FA;
}
a.resource-button span.resource-label {
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: center;
}
a.resource-button span.resource-label span {
    flex: 1 1 auto;
}
a.resource-button:hover,.resource-label:hover {
    text-decoration: none;
}
.row-fluid .newsletter-form-box {
    background-color: #F1F6FA;
    padding: 30px;
    width: 100%;
    max-width: 723px;
    float: left;
    margin-bottom: 40px;
}
.row-fluid .newsletter-form-box h3 {
    font-weight: normal;
    font-size: 1.8rem;
    margin: 0 0 1em 0;
}
.row-fluid .newsletter-form-box form {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
body .row-fluid .newsletter-form-box .hs_email {
    float: left;
    width: 60%;
    margin-right: 3%;
    margin-bottom: 0;
}
.row-fluid .newsletter-form-box .hs_email label {
    display: none;
}
.row-fluid .newsletter-form-box .hs_submit {
    float: left;
    width: 37%;
}
.row-fluid .newsletter-form-box .hs_context {
    clear: both;
}
.row-fluid .newsletter-form-box input[type="email"] {
    font-size: 1.5rem;
    padding: 7px 10px;
    border: none;
    height: 38px;
    border: 1px solid #C8C8C8;
    width: 100%;
    max-width: 100%;
    box-sizing: inherit;
}
body .row-fluid .newsletter-form-box .actions {
    margin: 0;
    padding: 0;
}
.row-fluid .newsletter-form-box input[type="submit"], .button {
    font-family: 'Lato', sans-serif;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: none;
    border: 2px solid #1F7CEB;
    width: auto;
    padding: 7px 20px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    height: 38px;
    line-height: 1.3em;
    display: block;
    color: #1F7CEB;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    box-sizing: inherit;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.row-fluid .newsletter-form-box input[type="submit"]:hover, .button:hover {
    text-decoration: none;
    background-color: #1F7CEB;
    color: #fff;
    box-sizing: inherit;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #1F7CEB;
}
.share-box {
    width: 100%;
    float: left;
    padding: 0 12px;
    margin-bottom: 40px;
}
.share-box .share-icons {
    width: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.hs-blog-social-share-list {
    margin: 0;
}
.share-box .share-icons > a {
    display: inline-block;
    background-color: #1F7CEB;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 12px 0 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    float: none;
}
.share-box .share-icons > a > img {
    position: relative;
    vertical-align: middle;
}
.share-box .share-icons > a:hover {
    background-color: #0667db;
}
.hs-blog-social-share, .hs-blog-social-share-list {
    margin: 0;
    vertical-align: top;
    height: 20px;
}
.hs-blog-social-share-item {
    margin: 0;
    vertical-align: top;
    height: 20px;
}
body .fb_iframe_widget {
    position: relative;
}
body .fb_iframe_widget > span {
    position: relative;
    top:-5px;
}
.author-box {
    padding: 30px;
    float: left;
    width: 100%;
}
.author-box h3 {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.author-box .author-link {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #4a4a4a;
}
.author-box .left {
    float: left;
    width: 20%;
}
.author-box .right {
    float: right;
    width: 76%;
}
.author-box .author-image {
    width: 100%;
    max-width: 120px;
    height: auto;
}
.author-box .social-icons {
    display: inline-block;
}
.author-box .social-icons a {
    display: inline-block;
    margin-right: 10px;
}
.author-box .social-icons .icon-linkedin img {
    width: 21px;
    height: 20px;
    top: 4px;
}
.author-box .social-icons .icon-twitter img {
    width: 21px;
    height: 17px;
    top: 4px;
}
.other-posts {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 70px
}
.other-posts h2 {
    margin-bottom: 30px;
}
.other-posts .posts {
    width: 100%;
    float: left;
}
.other-posts .posts .post-item {
    width: 31%;
    float: left;
    margin-right: 3.5%;
}
.other-posts .posts .post-item > a {
    display: inline-block;
    width: 100%;
    display: block;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.other-posts .posts .post-item > a:hover {
    text-decoration: none;
}
.other-posts .posts .post-item > a > span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.other-posts .posts .post-item > a.button {
    width: auto;
    display: block;
    padding-top: 0;
    position: relative;
    overflow: visible;
}
.other-posts .posts .post-item:last-child {
    margin-right: 0;
}
.other-posts .posts .post-item a img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.other-posts .posts .post-item h3, .other-posts .posts .post-item h3 a {
    font-size: 1.8rem;
    color: #4A4A4A;
}
.other-posts .posts .post-item h3 a:hover {
    text-decoration: none;
}
.featured-resource {
    width: 100%;
    padding: 20px;
    float: left;
    background-color: #f5f5f5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 30px;
}
.featured-resource .left {
    width: 30%;
    float: left;
}
.featured-resource .left img {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: left;
    margin: 0;
}
.featured-resource .right {
    width: 66%;
    float: right;
}
.featured-resource .right p {
    margin-bottom: 6px;
}
.featured-resource .right h3 {
    margin-bottom: 15px;
    font-size: 2.1rem;
}
.featured-resource .right h3 a {
    color: #4a4a4a;
}
.featured-resource .right h3 a:hover {
    text-decoration: none;
}
.featured-resource .gradient-button {
    height: 36px;
    width: 120px;
}
.featured-resource .gradient-button-inner {
    background-color: #f5f5f5;
    height: 32px;
    width: 116px;
    color: #4A4A4A;
    font-size: 1.5rem;
    line-height: 16px;
}
.resources-list {
    width: 100%;
    float: left;
}
.resource {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.resource:nth-child(2n+2) {
    margin-right: 0;
}
.resource .resource-image {
    position: relative;
    width: 100%;
    float: left;
}
.resource .resource-image > a {
    display: block;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}
.resource .resource-image > a > span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.resource .resource-image img {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    position: relative;
    top: 0;
    z-index: 19;
    margin: 0;
    max-width: 100%;
}
.resource .resource-image p.category-label {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 6px 15px;
    display: inline-block;
    background-color: #ccc;
    position: absolute;
    bottom: -16px;
    left: 30px;
    z-index: 20;
    margin: 0;
}
.resource .resource-image p.category-label a {
    color: #fff;
}
.resource .resource-image p.category-label a:hover {
    text-decoration: none;
}
.resource .resource-content {
    padding: 30px;
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #dddddd;
    border-top: none;
    -webkit-box-shadow: inset 0 12px 12px #F6F6F6;
    -moz-box-shadow: inset 0 12px 12px #F6F6F6;
    box-shadow: inset 0 12px 12px #F6F6F6;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}
.resource .resource-content h3 {
    margin-bottom: 15px;
    font-size: 1.8rem;
    min-height: 70px;
}
.resource .resource-content h3 a {
    color: #4a4a4a;
    opacity: 1;
}
.resource .resource-content h3 a:hover {
    opacity: 0.9;
    text-decoration: none;
}
.resource .gradient-button {
    height: 40px;
    width: 120px;
}
.resource .gradient-button-inner {
    height: 36px;
    width: 116px;
    background-color: #fff;
    color: #4A4A4A;
    font-size: 1.5rem;
    line-height: 20px;
}
.resource .resource-image p.category-label.green {
    background-color: #85C525;
}
.resource .resource-image p.category-label.blue {
    background-color: #116EDB;
}
.resource .resource-image p.category-label.red {
    background-color: #CB2E4A;
}
.resource .resource-image p.category-label.teal {
    background-color: #42BFE4;
}
.resource .resource-image p.category-label.purple {
    background-color: #832ecb;
}
.resource .resource-image p.category-label.orange {
    background-color: #f6ba02;
}
.resource .resource-image p.category-label.bluegreen {
    background-color: #2ecb80;
}
.resource .resource-image p.category-label.grey {
    background-color: #a8a8a8;
}
.resource .resource-image p.category-label.white {
    background-color: #d8d8d8;
}

.category-sort {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.category-sort h4 {
    margin-bottom: 20px;
}
.category-sort div {
    margin-bottom: 15px;
}
.category-sort div:last-child {
    margin-bottom: 0;
}
.category-sort [type="radio"]:checked,
.category-sort [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.category-sort [type="radio"]:checked + label,
.category-sort [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.category-sort [type="radio"]:checked + label:before,
.category-sort [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #777777;
    background: #fff;
}
.category-sort [type="radio"]:checked + label:after,
.category-sort [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #96CF28;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.category-sort [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.category-sort [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.category-sort [type="radio"]:checked + label.green:after,
.category-sort [type="radio"]:not(:checked) + label.green:after {
    background: #96CF28;
}
.category-sort [type="radio"]:checked + label.blue:after,
.category-sort [type="radio"]:not(:checked) + label.blue:after {
    background: #116EDB;
}
.category-sort [type="radio"]:checked + label.red:after,
.category-sort [type="radio"]:not(:checked) + label.red:after {
    background: #CB2E4A;
}
.category-sort [type="radio"]:checked + label.teal:after,
.category-sort [type="radio"]:not(:checked) + label.teal:after {
    background: #42BFE4;
}
.category-sort [type="radio"]:checked + label.purple:after,
.category-sort [type="radio"]:not(:checked) + label.purple:after {
    background: #832ecb;
}
.category-sort [type="radio"]:checked + label.orange:after,
.category-sort [type="radio"]:not(:checked) + label.orange:after {
    background: #f6ba02;
}
.category-sort [type="radio"]:checked + label.bluegreen:after,
.category-sort [type="radio"]:not(:checked) + label.bluegreen:after {
    background: #2ecb80;
}
.category-sort [type="radio"]:checked + label.grey:after,
.category-sort [type="radio"]:not(:checked) + label.grey:after {
    background: #a8a8a8;
}
.category-sort [type="radio"]:checked + label.white:after,
.category-sort [type="radio"]:not(:checked) + label.white:after {
    background: #d8d8d8;
}

.categories-dropdown {
    display: none;
    margin-bottom: 40px;
    width: 100%;
    float: left;
}
.categories-dropdown select {
    max-width: 300px;
    padding: 8px 10px;
    -webkit-appearance:none;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 1.6rem;
    border: 0;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.categories-dropdown .select-wrap {
    overflow: hidden; 
    position: relative;
    display: block;
    border: 1px solid #ccc;
    max-width: 300px;
}
.categories-dropdown .select-wrap:after {
    content:"\f078 ";
    font-family: FontAwesome;
    color: #666;
    position: absolute; 
    right: 0; 
    top: 0;
    z-index: 1;
    width: 10%;
    height: 100%;  
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.searchform {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 40px;
}
.searchform .search-container div {
    position: relative;
    border: 1px solid #777;
    width: 100%;
    display: block;
    float: left;
}
.searchform input[type="text"] {
    float: left;
    width: 80%;
    position: relative;
    border: none;
    background: #fff;
    border: none;
    padding: 10px;
    float: left;
    width: 100%;
    height: auto;
    vertical-align: top;
    font-size: 1.5rem;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.searchform button {
    font-weight: 700;
    line-height: 1.3em;
    display: inline-block;
    padding: 0;
    border: none;
    background: none;
    color: #777;
    height: 38px;
    width: 38px;
    text-align: center;
    font-size: 120%;
    text-decoration: none;
    cursor: pointer;
    float: none;
    overflow: hidden;
    position: absolute;
    right: 0
}

.popular-posts {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 40px;
}
.popular-posts h4 {
    margin-bottom: 20px;
}
.popular-posts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.popular-posts ul li {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.4em;
}
.popular-posts ul li:last-child {
    margin: 0;
}
body .blog-sidebar .row-fluid .newsletter-form-box {
    padding: 20px;
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 0;
}
body .blog-sidebar .row-fluid .newsletter-form-box form {
    margin-bottom: 0;
}
body .blog-sidebar .row-fluid .newsletter-form-box form .hs_email {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
body .blog-sidebar .row-fluid .newsletter-form-box .hs_submit {
    width: 100%;
}
body .blog-sidebar .row-fluid .newsletter-form-box input[type="submit"], .button {
    margin: 0 auto;
}

.blog-pagination {
    display: block;
    float: left;
    margin-top: 20px;
}
.blog-pagination > div {
    display: inline-block;
}
.blog-pagination a {
    font-weight: 700;
    text-align: center;
    border: none;
    display: inline-block;
    color: #1F7CEB;
    padding: 4px 10px;
    margin-right: 5px;
    line-height: normal;
    position: relative;
}
.blog-pagination a.active {
    color: #777;
    border: 2px solid #777;
    pointer-events: none;
    cursor: default;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.blog-pagination a.elipses {
    border: 0;
}


@media only screen and (max-width: 890px) {
    .resource-button span.resource-icon {
        width: 28%;
    }
    .resource-button span.resource-label {
        width: 72%;
        padding: 0 15px;
    }
    .resource-button span.resource-label span {
        font-size: 1.4rem;
    }
    .resource .resource-content {
        padding: 20px;
        padding-top: 30px;
    }
    .resource .resource-image p.category-label {
        left: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .resource-button span.resource-label span {
        font-size: 1.6rem;
    }
    .other-posts .posts .post-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .other-posts .posts .post-item:last-child {
        margin-bottom: 0;
    }
    .other-posts .posts .post-item > a {
        display: inline-block;
        width: 48%;
        float: left;
        padding-top: 24%;
        margin-bottom: 0;
    }
    .other-posts .posts .post-item .post-text {
        width: 48%;
        float: right;
    }
}
@media only screen and (max-width: 900px) {
    .main-container article.blog, .hs-blog-listing .row-fluid .blog-content {
        width: 100%;
        margin-bottom: 40px;
    }
    .main-container aside.blog, .hs-blog-listing .row-fluid .span4.blog-sidebar {
        width: 100%;
    }
    .category-sort {
        display: none;
    }
    .categories-dropdown {
        display: block;
    }
    .main-container article, .hs-blog-post .row-fluid .blog-content {
        width: 100%;
        float: left;
    }
    .main-container aside, .hs-blog-post .blog-sidebar, .hs-blog-post .row-fluid .span4.blog-sidebar {
        width: 100%;
        max-width: 320px;
        float: left;
    }
    .hs-blog-post .blog-sidebar aside {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 515px) {
    .other-posts .posts .post-item > a {
        width: 100%;
        padding-top: 50%;
        margin-bottom: 15px;
    }
    .other-posts .posts .post-item .post-text {
        width: 100%;
        float: left;
    }
    .other-posts .posts .post-item a img {
        max-width: 100%;
    }
    .featured-resource .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .featured-resource .left img {
        max-width: 320px;
    }
    .featured-resource .right {
        width: 100%;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 500px) {
    .author-box .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .author-box .right {
        width: 100%;
    }
    .row-fluid .newsletter-form-box {
        text-align: center;
    }
    .row-fluid .newsletter-form-box .hs_email {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .row-fluid .newsletter-form-box .hs_submit {
        width: 100%;
    }
    .row-fluid .newsletter-form-box input[type="submit"] {
        margin: 0 auto;
    }
    .resource {
        width: 100%;
        margin-right: 0;
    }
    body .row-fluid .newsletter-form-box .hs_email {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}




/* ////////////////////////// FOOTER /////////////////////////////////////// */


.bottom-cta {
    width: 100%;
    background-image: url('img/cta-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.bottom-cta .cta-panel {
    background-color: #fff;
    padding: 0;
    max-width: 880px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.bottom-cta .cta-panel.cta-half {
    width: 46%;
    max-width: 46%;
    margin: 0;
    .inner-pad {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        margin: 0;
        a.button {
            margin-top: 25px;
            width: auto;
            max-width: 200px;
            padding: 7px 25px;
            align-self: flex-end;
            height: 36px;
            background: none;
            border: 2px solid $lendified-blue;
            color: $lendified-blue;
            font-size: 1.5rem;
            line-height: 1.3em;
        }
        a.button:hover {
            background: $lendified-blue;
            color: #fff;
        }
    }
    
}
.bottom-cta .cta-panel.cta-half:nth-child(2n+2) {
    margin-right: 0;
}
.bottom-cta .cta-panel img {
    width: 60px;
    max-width: 60px;
    height: 49px;
    flex: 1 1 60px;
    margin-right: 30px;
}
.bottom-cta .cta-panel h4 {
    font-family: "Lato Bold", sans-serif;
    flex: 1 1 55%;
    max-width: 400px;
    margin-bottom: 0;
    margin-right: 0;
}
.bottom-cta .cta-panel a.button {
    background: $lendified-green;
    color: #fff;
    border: none;
    line-height: 1.7em;
    max-width: 234px;
    margin-top: 0;
    margin-left: auto;
}
.bottom-cta .cta-panel a.button:hover {
    background: $lendified-green;
}
.bottom-cta .cta-panel .top-grad {
    background: #3081b4;
    background: -moz-linear-gradient(45deg, #3081b4 0%, #72bd72 100%);
    background: -webkit-linear-gradient(45deg, #3081b4 0%,#72bd72 100%);
    background: linear-gradient(45deg, #3081b4 0%,#72bd72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3081b4', endColorstr='#72bd72',GradientType=1 );
    padding: 0;
    width: 100%;
    height: 7px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.bottom-cta .inner-padding {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.bottom-cta .cta-panel .inner-pad {
    padding: 40px;
    display: -webkit-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap; 
    flex-wrap: wrap;
}
footer {
    width: 100%;
    position: relative;
}
footer .inner-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1140px;
}
footer p, footer li, footer a, footer a:hover {
    color: #537779;
}
footer .footer-columns {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
footer .footer-columns .column {
    width: 25%;
    flex: 0 0 auto;
}
footer .footer-columns .col1 {
    width: 32%;
}
footer .footer-columns .col2 {
    width: 26%;
}
footer .footer-columns .col3 {
    width: 28%;
}
footer .footer-columns .col4 {
    width: 14%;
}

footer .footer-columns .col p.title {
    margin-bottom: 12px;
}
footer .footer-columns .column ul {
    list-style-type: none;
    margin: 0 0 24px 0;
    padding: 0;
}
footer .footer-columns .column ul li {
    list-style-type: none;
    margin: 0 0 12px 0;
    padding: 0;
}
footer .social-icons {
    text-align: left;
    display: inline-block;
    width: 100%;
}
footer .social-icons > a {
    width: 28px;
    height: 28px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
footer .social-icons > a:hover {
    opacity: 0.7;
}
footer .social-icons > a > img {
    position: relative;
}
footer .social-icons .icon-linkedin img {
    width: 21px;
    height: 20px;
    top: 4px;
}
footer .social-icons .icon-facebook img {
    width: 9px;
    height: 20px; 
    top: 4px;
}
footer .social-icons .icon-google img {
    width: 25px;
    height: 16px; 
    top: 4px;
}
footer .social-icons .icon-twitter img {
    width: 21px;
    height: 17px;
    top: 4px;
}
footer .bottom-line {
    height: 6px;
    width: 100%;
    background: #3081b4;
    background: -moz-linear-gradient(45deg, #3081b4 0%, #72bd72 100%);
    background: -webkit-linear-gradient(45deg, #3081b4 0%,#72bd72 100%);
    background: linear-gradient(45deg, #3081b4 0%,#72bd72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3081b4', endColorstr='#72bd72',GradientType=1 );
}
footer .lower-footer {
    width: 100%;
    float: left;
    background-color: #fbfbfb;
}
footer .lower-footer .inner-wrapper {
    display: flex;
    flex-wrap: wrap;
}
footer .lower-footer .col {
    flex: 1 0 33.33%;
    text-align: center;
}
footer .lower-footer .col1 {
    flex: 1 0 25%;
    text-align: center;
}
footer .lower-footer .col2 {
    flex: 1 0 50%;
    text-align: center;
}
footer .lower-footer .col3 {
    flex: 1 0 25%;
    text-align: center;
}
footer .lower-footer .col p {
    color: #4a4a4a;
    font-size: 1.4rem;
}
footer .lower-footer .col p.proudly {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 450px;
}
footer .copyright {
    width: 100%;
    float: left;
    background-color: #fff;
    text-align: center;
}
footer .copyright .inner-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
footer .copyright .inner-wrapper p {
    font-size: 1.3rem;
    color: #5e5e5e;
    margin-bottom: 0;
}
footer .copyright .inner-wrapper a {
    font-size: 1.3rem;
    color: #5e5e5e;
}
footer .copyright .inner-wrapper p span.text {
    margin-right: 15px;
}
footer .copyright .inner-wrapper p span.divider {
    opacity: 0.5;
    padding: 0 12px;
}

@media only screen and (max-width: 900px) {
    footer .inner-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    footer .footer-columns .col1 {
        flex: 1 0 34%;
    }
    footer .footer-columns .col2 {
        flex: 1 0 25%;
    }
    footer .footer-columns .col3 {
        flex: 1 0 30%;
    }
    footer .footer-columns .col4 {
        flex: 1 0 100%;
        margin-top: 35px;
    }
}
@media only screen and (max-width: 810px) {
    .bottom-cta .cta-panel a.button {
        margin-top: 30px;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
}
@media only screen and (max-width: 780px) {
    footer .footer-columns .col1 {
        flex: 1 0 38%;
    }
    footer .footer-columns .col2 {
        flex: 1 0 21%;
    }
}
@media only screen and (max-width: 768px) {
    .main-container article {
        width: 100%;
        float: left;
    }
    .main-container aside {
        width: 100%;
    }
    .main-container aside section {
        width: 48%;
        float: left;
        margin-right: 4%;
    }
    .main-container aside section:nth-child(2n+2){
        margin-right: 0;
    }
    .main-container aside section h3 {
        height: 44px;
    }
}
@media only screen and (max-width: 730px) {
    .bottom-cta .cta-panel img {
        display: none;
    }
    .bottom-cta .cta-panel a.button {
        margin-top: 0;
    }
    .bottom-cta .cta-panel.cta-half h4 {
        margin-right: 0;
    }
}
@media only screen and (max-width: 680px) {
    .bottom-cta .cta-panel .inner-pad {
        text-align: center;
    }
    .bottom-cta .cta-panel h4 {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
    }
    .bottom-cta .cta-panel a.button {
        margin-top: 30px;
        justify-content: center;
        margin-left: 0;
        padding: 7px 20px;
        margin: 20px auto 0 auto;
        background: none;
        border: 2px solid $lendified-blue;
        color: $lendified-blue;
        line-height: 28px;
        max-width: 260px;
    }
    .bottom-cta .cta-panel a.button:hover {
        background: $lendified-blue;
        color: #fff;
    }
}

@media only screen and (max-width: 620px) {
    footer .lower-footer .inner-wrapper {
        display: block;
        width: 100%;
        float: left;
    }
    footer .lower-footer .col1,
    footer .lower-footer .col2,
    footer .lower-footer .col3 {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    footer .lower-footer .col3 {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 600px) {
    .bottom-cta .cta-panel h4 {
        flex: none;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .bottom-cta .cta-panel .inner-pad {
        display: inline-block;
        text-align: center;
    }
}
@media only screen and (max-width: 570px) {
    footer .inner-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    footer .footer-columns .col1 {
        flex: 1 0 56%;
        margin-bottom: 30px;
    }
    footer .footer-columns .col2 {
        flex: 1 0 44%;
    }
    footer .footer-columns .col3 {
        flex: 1 0 56%;
    }
    footer .footer-columns .col4 {
        flex: 1 0 44%;
        margin-top: 0;
    }
    .bottom-cta .cta-panel {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .bottom-cta .cta-panel.cta-half {
        width: 100%;
        max-width: 100%;
        h4 {
            margin-bottom: 0;
        }
    }
    .bottom-cta .cta-panel.cta-half:first-child {
        margin-bottom: 25px;
    }

    .bottom-cta .cta-panel:last-child {
        margin-bottom: 0;
    }
    .bottom-cta .cta-panel .inner-pad {
        padding: 20px;
        width: 100%;
        h4 {
            text-align: center;
        }
        a.button {
            margin: 0 auto;
            margin-top: 0;
        }
    }
}

@media only screen and (max-width: 515px) {
    .main-container aside section {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .main-container aside section:last-child {
        margin-bottom: 0;
    }
    .main-container aside section h3 {
        height: auto;
    }
    aside {
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 425px) {
    .resource {
        margin-bottom: 20px;
    }
    footer .footer-columns .col1 {
        flex: 1 0 100%;
        margin-bottom: 0;
    }
    footer .footer-columns .col2, footer .footer-columns .col3, footer .footer-columns .col4 {
        display: none;
    }
    footer .footer-columns .column {
        text-align: center;
    }
    footer .footer-columns .column p.title {
        margin-bottom: 10px;
    }
    footer .footer-columns .column p:last-child {
        margin-bottom: 0;
    }
    .bottom-cta .cta-panel .inner-pad {
        padding: 20px;
    }
}
@media only screen and (max-width: 390px) {
    footer .copyright .inner-wrapper p span.text {
        margin-right: 0;
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }
}
@media only screen and (max-width: 375px) {
    footer .lower-footer .column p.proudly {
        display: none;
    }
    footer .lower-footer .column p {
        margin-bottom: 0;
    }
    footer .lower-footer .col1, footer .lower-footer .col3 {
        flex: none;
        display: block;
        width: 50%;
        float: left;
    }
    footer .lower-footer .col2 {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 320px) {
    footer .lower-footer .col1, footer .lower-footer .col3 {
        width: 100%;
        margin-bottom: 20px;
    }
}



/* ////////////////////////// FONTS /////////////////////////////////////// */


@media only screen and (max-width: 900px) {
    h1 {
        font-size: 3rem;
    }
    .section-top h1 {
        font-size: 4rem;
    }
    h2, article h1 {
        font-size: 2.6rem;
    }
    h3 {
        font-size: 2.2rem;
    }
    h4 {
        font-size: 1.6rem;
    }
    h5 {
        font-size: 1.4rem;
    }
    h6 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 2.6rem;
    }
    .section-top h1 {
        font-size: 3rem;
    }
    h2, article h1 {
        font-size: 2.4rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.8rem;
    }
    h5 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 375px) {
    h1, .section-top h1 {
        font-size: 2.4rem;
    }
    h2, article h1 {
        font-size: 2.7rem;
    }
    h3 {
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 700px) {
    section {
        margin-bottom: 50px;
    }
    body .height-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    body .height-padding-top {
        padding-top: 50px;
    }
    body .first-section-top {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 550px) {
    .desktop {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .inner-padding, .body-container-wrapper .container-fluid {
        padding: 0 20px;
    }
    section {
        margin-bottom: 40px;
    }
    body .height-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    body .height-padding-top {
        padding-top: 40px;
    }
    body .first-section-top {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 425px) {
    .border-box {
        padding: 20px;
    }
}
