@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600');

/***********************************************/


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


/*****************************************/


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,600);
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none!important
}

.visible-sm {
    display: none!important
}

.visible-md {
    display: none!important
}

.visible-lg {
    display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.flickity-page-dots {
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
    font-size: .8rem;
    counter-reset: item;
    font-size: 1rem
}

.flickity-page-dots li {
    line-height: 2.6em;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    border: .2em solid transparent;
    font-weight: 600;
    font-size: 2.4em;
    display: inline-block;
    color: #000;
    counter-increment: item
}

.flickity-page-dots li:before {
    content: counter(item)
}

.flickity-page-dots .is-selected {
    border-color: #000
}

.flickity-page-dots .next-posts-link a,
.flickity-page-dots .previous-posts-link a {
    font-size: 3em
}

.flickity-prev-next-button {
    position: absolute;
    bottom: 1.8rem;
    border: none;
    background: 0 0;
    font-size: 3rem
}

.flickity-prev-next-button[disabled] {
    opacity: .2
}

.flickity-prev-next-button.previous {
    left: 0
}

.flickity-prev-next-button.previous:before {
    font-family: FontAwesome;
    content: "\f104"
}

.flickity-prev-next-button.next {
    right: 0
}

.flickity-prev-next-button.next:before {
    font-family: FontAwesome;
    content: "\f105"
}

.flickity-prev-next-button svg {
    display: none
}

body #hs-eu-cookie-confirmation {
    animation-name: zoomIn;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 1s;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1)!important;
    border-bottom: none!important;
    top: initial!important;
    bottom: 2rem;
    right: 2rem!important;
    left: initial!important;
    background: #fff!important;
    position: fixed!important;
    font-family: "Work Sans", Arial, sans-serif!important;
    border-top: 2px solid #003549!important;
    max-width: calc(100% - 4rem)
}

@media (min-width:992px) {
    body #hs-eu-cookie-confirmation {
        max-width: 400px
    }
}

body #hs-eu-cookie-confirmation div#hs-en-cookie-confirmation-buttons-area {
    text-align: left!important
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    text-shadow: none!important;
    color: #292929!important
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    text-align: left!important
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    background: #003549!important;
    border: none!important;
    box-shadow: none!important;
    border-radius: none!important;
    padding: 1rem 1.5rem!important;
    display: inline-block!important
}

html {
    box-sizing: border-box;
    font-size: 8px
}

@media (min-width:0) {
    html {
        font-size: 8.5px
    }
}

@media (min-width:768px) {
    html {
        font-size: 9px
    }
}

@media (min-width:992px) {
    html {
        font-size: 9.5px
    }
}

@media (min-width:1200px) {
    html {
        font-size: 10px
    }
}

*,
:after,
:before {
    box-sizing: inherit;
    outline: 0
}

body {
    font-size: 1.5rem;
    background-color: #fff;
    color: #292929;
    font-family: "Work Sans", Arial, sans-serif!important;
    font-weight: 400;
    line-height: 1.62857em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width:1200px) {
    body {
        font-size: 2rem
    }
}

body.c-navigation__toggle--open {
    overflow: hidden
}

button,
html,
input,
select,
textarea {
    color: #292929;
    font-family: inherit;
    line-height: inherit
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 1300px;
    padding: 0
}

@media (min-width:768px) {
    .container__narrow {
        padding: 0 15rem
    }
}

a {
    cursor: pointer
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

div#mceu_21,
div#mceu_27 {
    pointer-events: all!important
}

.el {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.clearfix::after {
    clear: both;
    content: "";
    display: table
}

.h-vertical-align {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.h-equal-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.clickable {
    position: relative;
    cursor: pointer;
    display: block
}

.clickable__item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto;
    background: 0 0
}

.wysiwyg-html {
    position: relative
}

.wysiwyg-html h1,
.wysiwyg-html h2,
.wysiwyg-html h3,
.wysiwyg-html h4,
.wysiwyg-html h5,
.wysiwyg-html h6 {
    margin: 1.4em 0 .5em 0
}

.wysiwyg-html h1:first-child,
.wysiwyg-html h2:first-child,
.wysiwyg-html h3:first-child,
.wysiwyg-html h4:first-child,
.wysiwyg-html h5:first-child,
.wysiwyg-html h6:first-child {
    margin-top: 0
}

.wysiwyg-html ol,
.wysiwyg-html ul {
    margin-bottom: 1em
}

.wysiwyg-html ol ol,
.wysiwyg-html ol ul,
.wysiwyg-html ul ol,
.wysiwyg-html ul ul {
    margin-bottom: 0
}

.wysiwyg-html ol li,
.wysiwyg-html ul li {
    padding: .5rem 1rem
}

.wysiwyg-html p {
    margin-bottom: 1em
}

.wysiwyg-html p:last-child {
    margin-bottom: 0
}

.wysiwyg-html p a {
    border-bottom: 1px solid rgba(0, 53, 73, .3);
    font-weight: 400
}

.wysiwyg-html p a:hover {
    background: #f7eee0;
    text-decoration: none
}

.wysiwyg-html hr {
    margin-bottom: 1em;
    margin-top: 1em
}

@media (min-width:992px) {
    .wysiwyg-html hr {
        margin-top: 2em;
        margin-bottom: 2em
    }
}

.wysiwyg-html hr:first-child {
    margin-top: 0
}

.wysiwyg-html hr:last-child {
    margin-bottom: 0
}

.wysiwyg-html hr+h1,
.wysiwyg-html hr+h2,
.wysiwyg-html hr+h3,
.wysiwyg-html hr+h4,
.wysiwyg-html hr+h5,
.wysiwyg-html hr+h6 {
    margin-top: 0
}

.wysiwyg-html blockquote,
.wysiwyg-html dd,
.wysiwyg-html dl {
    margin-bottom: 1em
}

.wysiwyg-html blockquote+ol,
.wysiwyg-html blockquote+ul,
.wysiwyg-html dd+ol,
.wysiwyg-html dd+ul,
.wysiwyg-html dl+ol,
.wysiwyg-html dl+ul {
    margin-bottom: 0
}

.wysiwyg-html img {
    height: auto;
    margin: 2em 0
}

@media (max-width:767px) {
    .b-blog-article .wysiwyg-html img {
        min-width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0!important;
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }
}

.wysiwyg-html pre {
    padding: 1rem 2rem;
    border: 1px solid rgba(0, 0, 0, .1);
    display: block;
    border-radius: 3px;
    font-size: .9em;
    margin: 0 0 1em
}

.wysiwyg-html .wp-caption {
    max-width: 100%
}

.wysiwyg-html .wp-caption img {
    margin-bottom: .3em
}

.wysiwyg-html p.wp-caption-text {
    font-size: 1rem;
    opacity: .6;
    margin: 0
}

@media (min-width:768px) {
    .wysiwyg-html p.wp-caption-text {
        font-size: 1.2rem
    }
}

.wysiwyg-html .alignnone {
    width: 100%;
    display: block;
    margin-bottom: 4rem
}

.wysiwyg-html .alignnone img {
    width: 100%
}

.wysiwyg-html .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 4rem
}

.wysiwyg-html .alignleft,
.wysiwyg-html .alignright {
    max-width: 48%;
    margin-bottom: 2rem
}

.wysiwyg-html .alignleft {
    float: left;
    margin-right: 2%
}

.wysiwyg-html .alignright {
    float: right;
    margin-left: 2%
}

.wysiwyg-html blockquote {
    font-style: italic;
    line-height: 1.6em;
    border: none;
    text-align: center;
    padding: 1em 10%;
    font-size: 2rem
}

@media (min-width:768px) {
    .wysiwyg-html blockquote {
        font-size: 3rem
    }
}

.wysiwyg-html blockquote p {
    font-size: 2rem
}

@media (min-width:768px) {
    .wysiwyg-html blockquote p {
        font-size: 3rem
    }
}

.wysiwyg-html blockquote strong {
    display: block;
    margin-top: 2rem;
    font-style: normal;
    font-size: 1.6rem
}

@media (min-width:768px) {
    .wysiwyg-html blockquote strong {
        font-size: 2rem
    }
}

.wysiwyg-html blockquote strong p {
    font-size: 1.6rem
}

@media (min-width:768px) {
    .wysiwyg-html blockquote strong p {
        font-size: 2rem
    }
}

.full-cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.padding {
    padding: 40px
}

.padding--xxl {
    padding: 150px
}

.padding--xl {
    padding: 100px
}

.padding--lg {
    padding: 60px
}

.padding--md {
    padding: 40px
}

.padding--sm {
    padding: 30px
}

.padding--xs {
    padding: 20px
}

.padding--xxs {
    padding: 10px
}

.margin {
    margin: 40px
}

.margin--xxl {
    margin: 150px
}

.margin--xl {
    margin: 100px
}

.margin--lg {
    margin: 60px
}

.margin--md {
    margin: 40px
}

.margin--sm {
    margin: 30px
}

.margin--xs {
    margin: 20px
}

.margin--xxs {
    margin: 10px
}

@media print {
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.scheme--default h1,
.scheme--default h2,
.scheme--default h3,
.scheme--default h4,
.scheme--default h5,
.scheme--default h6 {
    color: #292929
}

.scheme--default li,
.scheme--default p,
.scheme--default span,
.scheme--default ul {
    color: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.scheme--default__bg {
    background: #fff
}

.scheme--inverted h1,
.scheme--inverted h2,
.scheme--inverted h3,
.scheme--inverted h4,
.scheme--inverted h5,
.scheme--inverted h6 {
    color: #fff
}

.scheme--inverted li,
.scheme--inverted p,
.scheme--inverted span,
.scheme--inverted ul {
    color: #fff
}

.scheme--inverted__bg {
    background: #292929
}

.scheme--inverted a {
    color: #fff
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Work Sans", Arial, sans-serif!important;
    font-weight: 600;
    line-height: 1.6em;
    margin: 0;
    padding: 0
}

.h1,
h1 {
    font-size: 3rem
}

@media (min-width:768px) {
    .h1,
    h1 {
        font-size: 3.5rem
    }
}

@media (min-width:992px) {
    .h1,
    h1 {
        font-size: 4rem
    }
}

@media (min-width:1200px) {
    .h1,
    h1 {
        font-size: 5rem
    }
}

.h2,
h2 {
    font-size: 2.5rem
}

@media (min-width:768px) {
    .h2,
    h2 {
        font-size: 3rem
    }
}

@media (min-width:992px) {
    .h2,
    h2 {
        font-size: 3.5rem
    }
}

@media (min-width:1200px) {
    .h2,
    h2 {
        font-size: 4rem
    }
}

.h3,
h3 {
    font-size: 2rem
}

@media (min-width:768px) {
    .h3,
    h3 {
        font-size: 2.5rem
    }
}

@media (min-width:992px) {
    .h3,
    h3 {
        font-size: 3rem
    }
}

@media (min-width:1200px) {
    .h3,
    h3 {
        font-size: 3.5rem
    }
}

.h4,
h4 {
    font-size: 1.8rem
}

@media (min-width:768px) {
    .h4,
    h4 {
        font-size: 3rem
    }
}

.h5,
h5 {
    font-size: 1.6rem
}

@media (min-width:768px) {
    .h5,
    h5 {
        font-size: 2.5rem
    }
}

.h6,
h6 {
    font-size: 1.4rem
}

@media (min-width:768px) {
    .h6,
    h6 {
        font-size: 2rem
    }
}

.text-xs {
    font-size: 1rem!important
}

@media (min-width:768px) {
    .text-xs {
        font-size: 1.2rem!important
    }
}

.text-sm {
    font-size: 1.2rem!important
}

@media (min-width:768px) {
    .text-sm {
        font-size: 1.4rem!important
    }
}

.text-md {
    font-size: 1.5rem!important
}

@media (min-width:1200px) {
    .text-md {
        font-size: 2rem!important
    }
}

.text-lg {
    font-size: 2rem!important
}

@media (min-width:768px) {
    .text-lg {
        font-size: 2.5rem!important
    }
}

@media (min-width:992px) {
    .text-lg {
        font-size: 3rem!important
    }
}

@media (min-width:1200px) {
    .text-lg {
        font-size: 3.5rem!important
    }
}

.text-xl {
    font-size: 2.5rem!important
}

@media (min-width:768px) {
    .text-xl {
        font-size: 3rem!important
    }
}

@media (min-width:992px) {
    .text-xl {
        font-size: 3.5rem!important
    }
}

@media (min-width:1200px) {
    .text-xl {
        font-size: 4rem!important
    }
}

.text-xxl {
    font-size: 3rem!important
}

@media (min-width:768px) {
    .text-xxl {
        font-size: 3.5rem!important
    }
}

@media (min-width:992px) {
    .text-xxl {
        font-size: 4rem!important
    }
}

@media (min-width:1200px) {
    .text-xxl {
        font-size: 5rem!important
    }
}

.text-xxxl {
    font-size: 3.6rem!important
}

@media (min-width:992px) {
    .text-xxxl {
        font-size: 4.6rem!important
    }
}

@media (min-width:1600px) {
    .text-xxxl {
        font-size: 6rem!important
    }
}

.text-center {
    text-align: center!important
}

.text-right {
    text-align: right!important
}

.text-left {
    text-align: left!important
}

p {
    margin: 0;
    padding: 0;
    line-height: 1.62857em;
    font-size: 1.5rem
}

@media (min-width:1200px) {
    p {
        font-size: 2rem
    }
}

p:last-child {
    margin: 0
}

p.accent {
    font-style: italic
}

strong {
    font-weight: 600
}

blockquote {
    padding: 0 0 0 2em;
    border-left: .5em solid #292929;
    margin: 0
}

ol,
ul {
    margin: 0;
    padding: 0 0 0 2em
}

hr {
    background: #e3b6ae;
    width: 5rem;
    height: 2px;
    border: none;
    margin-left: 0;
    margin-right: 0;
    display: inline-block
}

@media (min-width:768px) {
    hr {
        width: 8rem;
        height: 4px
    }
}

a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    transition: all, .1s
}

a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
    color: inherit
}

p a:hover {
    text-decoration: underline
}

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

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

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

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

.l-columns {
    margin-left: -15px;
    margin-right: -15px
}

.l-columns::after {
    clear: both;
    content: "";
    display: table
}

.l-columns__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .l-columns__item {
        float: left;
        width: 100%
    }
}

[data-column-count="1"] .l-columns__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    [data-column-count="1"] .l-columns__item {
        float: left;
        width: 83.33333%
    }
}

@media (min-width:992px) {
    [data-column-count="1"] .l-columns__item {
        left: 8.33333%
    }
}

[data-column-count="2"] .l-columns__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    [data-column-count="2"] .l-columns__item {
        float: left;
        width: 50%
    }
}

[data-column-count="3"] .l-columns__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    [data-column-count="3"] .l-columns__item {
        float: left;
        width: 33.33333%
    }
}

[data-column-count="4"] .l-columns__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    [data-column-count="4"] .l-columns__item {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    [data-column-count="4"] .l-columns__item {
        float: left;
        width: 25%
    }
}

[data-column-count="4"] .l-columns__item:nth-child(2n+3) {
    clear: left
}

@media (min-width:992px) {
    [data-column-count="4"] .l-columns__item:nth-child(2n+3) {
        clear: none
    }
}

.l-columns__item:not(:last-child) {
    margin-bottom: 7.5rem
}

@media (min-width:992px) {
    .l-columns__item:not(: last-child) {
        margin-bottom: 0
    }
}

.l-showcase {
    padding: 0;
    margin: 0;
    position: relative
}

.l-showcase__item {
    float: left;
    display: block;
    margin: 0;
    padding: 0
}

@media (max-width:767px) {
    .l-showcase {
        margin: 0 -1%
    }
    .l-showcase__item {
        margin: 0 2%;
       /* width: 46%;  */
        float: left;
        display: none
    }
    .l-showcase__item:nth-child(1) {
        display: block
    }
    .l-showcase__item:nth-child(2) {
        display: block;
        margin-top: 4rem
    }
    .l-showcase--showall .l-showcase__item {
        display: block;
        margin-top: 0;
        padding-bottom: 3rem
    }
}

@media (min-width:768px) {
    .l-showcase--col3 {
        margin: 0 -3%
    }
    .l-showcase--col3 .l-showcase__item {
        width: 27.333333%;
        margin: 0 3% 7rem;
        position: relative
    }
    .l-showcase--col3 .l-showcase__item:nth-child(3n+1) {
        top: 6rem
    }
    .l-showcase--col3 .l-showcase__item:nth-child(3n+3) {
        top: 9rem
    }
    .l-showcase--col4 {
        margin: 0 -1%
    }
    .l-showcase--col4 .l-showcase__item {
        width: 23%;
        margin: 0 1% 5rem;
        position: relative
    }
    .l-showcase--col4 .l-showcase__item:nth-child(4n+2) {
        top: 2.6rem
    }
    .l-showcase--col4 .l-showcase__item:nth-child(4n+4) {
        top: 2.6rem
    }
    .l-showcase--col5 {
        margin: 0 -1%
    }
    .l-showcase--col5 .l-showcase__item {
        width: 18%;
        margin: 0 1% 5rem;
        position: relative
    }
    .l-showcase--col5 .l-showcase__item:nth-child(5n+2) {
        top: 2.6rem
    }
    .l-showcase--col5 .l-showcase__item:nth-child(5n+4) {
        top: 2.6rem
    }
}

.l-showcase:after {
    content: "";
    display: block;
    clear: both
}

.l-showcase__row {
    width: 100%;
    margin: 0 2rem
}

.l-showcase__row:after {
    content: "";
    display: block;
    clear: both
}

.l-next-prev__item {
    width: 44%
}

.l-next-prev__item:nth-child(1) {
    float: left
}

.l-next-prev__item:nth-child(2) {
    float: right
}

.l-next-prev:after {
    content: "";
    display: block;
    clear: both
}

.l-email body,
.l-email table,
.l-email td:not(.blackline__line),
.l-email thead {
    background-color: #fff!important
}

.l-email table {
    border: none!important;
    box-shadow: none!important
}

@media (max-width:650px) {
    .l-email .foot__some a {
        margin-left: 10px!important
    }
    .l-email .foot__some img {
        max-width: 20px!important
    }
    .l-email .column__text {
        font-family: Arial;
        width: 80%;
        margin: 15px 0 1em;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        font-size: 18px
    }
    .l-email .column p,
    .l-email .column__p {
        font-family: Arial;
        margin: 15px 0 1em;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        font-size: 18px
    }
}

@media (min-width:650px) {
    .l-email .column__p,
    .l-email .column__text,
    .l-email .column__text p {
        font-size: 17px
    }
}

.b-base {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    padding: 3rem 0;
    position: relative
}

@media (min-width:768px) {
    .b-base {
        padding: 5rem 0
    }
}

.b-base__container {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 1300px;
    padding: 0
}

.b-base__container--full {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 1300px;
    padding: 0
}

@media (min-width:1600px) {
    .b-base__container--full {
        max-width: 100%
    }
}

@media (min-width:1600px) {
    .b-base__container--full {
        max-width: 100%
    }
}

.b-base__row {
    margin-left: -15px;
    margin-right: -15px
}

.b-base__row::after {
    clear: both;
    content: "";
    display: table
}

.b-base__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.b-base__content[data-column-size="1"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .b-base__content[data-column-size="1"] {
        float: left;
        width: 8.33333%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="1"] {
        float: left;
        width: 8.33333%
    }
}

@media (min-width:992px) {
    .b-base__content[data-column-size="1"] {
        left: 45.83333%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="1"] {
        left: 45.83333%
    }
}

.b-base__content[data-column-size="2"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .b-base__content[data-column-size="2"] {
        float: left;
        width: 16.66667%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="2"] {
        float: left;
        width: 16.66667%
    }
}

@media (min-width:992px) {
    .b-base__content[data-column-size="2"] {
        left: 41.66667%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="2"] {
        left: 41.66667%
    }
}

.b-base__content[data-column-size="3"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .b-base__content[data-column-size="3"] {
        float: left;
        width: 25%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="3"] {
        float: left;
        width: 25%
    }
}

@media (min-width:992px) {
    .b-base__content[data-column-size="3"] {
        left: 37.5%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="3"] {
        left: 37.5%
    }
}

.b-base__content[data-column-size="4"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .b-base__content[data-column-size="4"] {
        float: left;
        width: 33.33333%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="4"] {
        float: left;
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .b-base__content[data-column-size="4"] {
        left: 33.33333%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="4"] {
        left: 33.33333%
    }
}

.b-base__content[data-column-size="5"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .b-base__content[data-column-size="5"] {
        float: left;
        width: 41.66667%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="5"] {
        float: left;
        width: 41.66667%
    }
}

@media (min-width:992px) {
    .b-base__content[data-column-size="5"] {
        left: 29.16667%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="5"] {
        left: 29.16667%
    }
}

.b-base__content[data-column-size="6"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .b-base__content[data-column-size="6"] {
        float: left;
        width: 50%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="6"] {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    .b-base__content[data-column-size="6"] {
        left: 25%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="6"] {
        left: 25%
    }
}

.b-base__content[data-column-size="7"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .b-base__content[data-column-size="7"] {
        float: left;
        width: 58.33333%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="7"] {
        float: left;
        width: 58.33333%
    }
}

@media (min-width:992px) {
    .b-base__content[data-column-size="7"] {
        left: 20.83333%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="7"] {
        left: 20.83333%
    }
}

.b-base__content[data-column-size="8"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .b-base__content[data-column-size="8"] {
        float: left;
        width: 66.66667%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="8"] {
        float: left;
        width: 66.66667%
    }
}

@media (min-width:992px) {
    .b-base__content[data-column-size="8"] {
        left: 16.66667%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="8"] {
        left: 16.66667%
    }
}

.b-base__content[data-column-size="9"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .b-base__content[data-column-size="9"] {
        float: left;
        width: 75%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="9"] {
        float: left;
        width: 75%
    }
}

@media (min-width:992px) {
    .b-base__content[data-column-size="9"] {
        left: 12.5%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="9"] {
        left: 12.5%
    }
}

.b-base__content[data-column-size="10"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .b-base__content[data-column-size="10"] {
        float: left;
        width: 83.33333%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="10"] {
        float: left;
        width: 83.33333%
    }
}

@media (min-width:992px) {
    .b-base__content[data-column-size="10"] {
        left: 8.33333%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="10"] {
        left: 8.33333%
    }
}

.b-base__content[data-column-size="11"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .b-base__content[data-column-size="11"] {
        float: left;
        width: 91.66667%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="11"] {
        float: left;
        width: 91.66667%
    }
}

@media (min-width:992px) {
    .b-base__content[data-column-size="11"] {
        left: 4.16667%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="11"] {
        left: 4.16667%
    }
}

.b-base__content[data-column-size="12"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .b-base__content[data-column-size="12"] {
        float: left;
        width: 100%
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="12"] {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    .b-base__content[data-column-size="12"] {
        left: 0
    }
}

@media (min-width:1200px) {
    .b-base__content[data-column-size="12"] {
        left: 0
    }
}

.b-base__wrapper {
    position: relative
}

.b-base__wrapper--padded {
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .04);
    padding: 2rem;
    background-color: #fff
}

@media (min-width:992px) {
    .b-base__wrapper--padded {
        padding: 5rem
    }
}

.b-footer {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: 1.6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0
}

@media (min-width:992px) {
    .b-footer {
        padding-top: 5rem
    }
}

@media (max-width:991px) {
    .b-footer__mobile-container-full {
        max-width: 100%;
        overflow: hidden;
        width: auto
    }
}

.b-footer__wrapper {
    position: relative
}

@media (min-width:1200px) {
    .b-footer__wrapper {
        padding-left: 15rem;
        padding-top: 0
    }
}

.b-footer__wrapper a {
    font-weight: 400
}

.b-footer__wrapper .c-btn-small--chevron-right {
    font-weight: 600
}

.b-footer__logo {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 10rem;
    height: 14rem;
    display: block;
    background: url(//cdn2.hubspot.net/hubfs/2270729/CR2017/columbiaroad-logo-black.png) no-repeat;
    background-size: contain;
    content: ""
}

@media (max-width:1199px) {
    .b-footer__logo {
        display: none
    }
}

@media (min-width:1200px) {
    .b-footer__logo {
        -ms-transform: none;
        transform: none;
        left: 0
    }
}

.b-footer__nav-wrapper {
    width: 26%;
    float: left;
    padding-top: 2rem;
    display: none;
    margin-right: 5%
}

@media (min-width:992px) {
    .b-footer__nav-wrapper {
        display: block
    }
}

@media (min-width:992px) {
    .b-footer__contact-wrapper {
        width: 64%;
        float: left;
        margin: 1.5% 2.5%
    }
}

.b-footer__bar {
    background: #292929;
    color: #fff;
    padding: 3rem 0;
    margin-top: 7rem
}

@media (max-width:767px) {
    .b-footer__bar {
        padding: 3rem 0 5rem
    }
}

.b-footer__bar .container {
    position: relative
}

@media (max-width:991px) {
    .b-footer__bar {
        margin-top: 0
    }
}

.b-footer__bar p {
    line-height: 5rem;
    font-size: 1.8rem
}

@media (max-width:767px) {
    .b-footer__bar p {
        text-align: center;
        margin-bottom: 2rem
    }
}

@media (min-width:768px) {
    .b-footer__bar p {
        float: left
    }
}

@media (min-width:768px) {
    .b-footer__bar .c-round-someicons {
        float: right
    }
}

.b-footer__bar__wrapper a {
    font-weight: 400
}

.b-footer__bar__wrapper:after {
    content: "";
    display: block;
    clear: both
}

.b-hero {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s
}

.b-hero__content-wrapper {
    background: #ccc;
    margin-right: 12%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-top: 20rem;
    margin-bottom: 3rem
}

@media (min-width:992px) {
    .b-hero__content-wrapper {
        padding-top: 30rem;
        margin-bottom: 5rem
    }
}

.b-hero__content-wrapper:after {
    content: "";
    display: block;
    clear: both
}

.b-hero__text {
    text-align: right;
    padding: 0 4rem 4rem 0;
    max-width: 800px;
    float: right
}

@media (min-width:992px) {
    .b-hero__text {
        padding: 0 10rem 10rem 0
    }
}

.b-hero__text h1,
.b-hero__text p {
    color: #fff
}

.b-hero__text p {
    font-size: 2rem;
    margin: 2rem 0 4rem
}

@media (min-width:768px) {
    .b-hero__text p {
        font-size: 2.4rem
    }
}

.b-hero__text a {
    transition: all, .6s cubic-bezier(.19, 1, .22, 1);
    padding: 1.5em 3em;
    display: inline-block;
    background: #c7e2f2;
    color: #292929;
    font-weight: 400;
    font-size: 1.2rem;
    text-decoration: none!important;
    position: relative
}

@media (min-width:768px) {
    .b-hero__text a {
        font-size: 2rem
    }
}

.b-hero__text a:hover {
    transform: scale3d(1.02, 1.02, 1.02)
}

.b-hero .container {
    position: relative;
    z-index: 2
}

.b-hero__logo {
    position: absolute;
    top: 6rem;
    left: 0;
    display: block
}

@media (min-width:768px) {
    .b-hero__logo {
        top: 8rem;
        left: 0
    }
}

.b-page-navigation ul {
    margin: 0;
    padding: 0
}

.b-page-navigation li {
    display: block
}

@media (max-width:991px) {
    .b-page-navigation {
        position: fixed;
        width: 100%;
        z-index: 100;
        transition: all, .6s, cubic-bezier(.19, 1, .22, 1);
        height: 50px;
        background: #292929
    }
    .b-page-navigation.b-page-navigation--scroll-hidden {
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }
    .b-page-navigation--open .b-page-navigation.b-page-navigation--scroll-hidden {
        -ms-transform: none;
        transform: none
    }
    .b-page-navigation__logo {
        position: absolute;
        z-index: 101;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 25px;
        left: 5%;
        color: #fff;
        font-weight: 700
    }
    .b-page-navigation__pages-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        overflow-y: auto;
        display: none;
        background: #292929;
        padding: 50px 5% 5% 5%
    }
    .b-page-navigation--open .b-page-navigation__pages-wrapper {
        display: block
    }
    .b-page-navigation__pages li a {
        color: #fff
    }
    .b-page-navigation__pages li.current_page_item {
        font-weight: 700
    }
    .b-page-navigation+.b-page-content {
        padding-top: 50px
    }
}

@media (min-width:992px) {
    .b-page-navigation {
        background: #292929
    }
    .b-page-navigation__container {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        max-width: 1300px;
        padding: 0;
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .b-page-navigation__container:after {
        content: "";
        clear: both;
        display: block
    }
    .b-page-navigation__logo {
        float: left;
        font-weight: 700;
        padding: .5em 0;
        color: #fff
    }
    .b-page-navigation__pages-wrapper {
        float: right
    }
    .b-page-navigation__pages {
        margin: 0 -1em
    }
    .b-page-navigation__pages li {
        float: left
    }
    .b-page-navigation__pages li a {
        padding: .5em 1em;
        display: block;
        color: #fff
    }
    .b-page-navigation__pages li.current_page_item {
        font-weight: 700
    }
    .b-page-navigation__pages:after {
        content: "";
        clear: both;
        display: block
    }
    .b-page-navigation--fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100
    }
    .b-page-navigation--fixed+.page-content {
        padding-top: 8rem
    }
}

@media (max-width:991px) {
    .b-page-navigation__mobile-toggle {
        position: absolute;
        cursor: pointer;
        z-index: 101;
        right: 5%;
        top: 50%;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .b-page-navigation__mobile-toggle div {
        width: 2em;
        height: .3em;
        margin-top: .3em;
        position: relative;
        top: 0;
        transition: all .6s cubic-bezier(.19, 1, .22, 1);
        background: #fff
    }
    .b-page-navigation__mobile-toggle div:first-child {
        margin-top: 0
    }
    .b-page-navigation--open .b-page-navigation__mobile-toggle div:nth-child(1) {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: .6em
    }
    .b-page-navigation--open .b-page-navigation__mobile-toggle div:nth-child(2) {
        opacity: 0
    }
    .b-page-navigation--open .b-page-navigation__mobile-toggle div:nth-child(3) {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -.6em
    }
}

.b-big-text {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    padding: 5rem 0
}

@media (min-width:768px) {
    .b-big-text {
        padding: 10rem 0
    }
}

.b-big-text p {
    text-align: left;
    color: #1f5240;
    font-weight: 600;
    font-size: 2rem
}

@media (min-width:992px) {
    .b-big-text p {
        font-size: 3rem
    }
}

.b-big-text hr {
    float: left;
    margin-top: 3rem;
    margin-bottom: 5rem
}

.b-big-text h1 {
    clear: both;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.4em
}

@media (min-width:992px) {
    .b-big-text h1 {
        font-size: 4.6rem
    }
}

@media (min-width:1600px) {
    .b-big-text h1 {
        font-size: 6rem
    }
}

.b-big-text span {
    color: #949494
}

@media (min-width:992px) {
    .b-big-text__wrapper {
        margin: 0 10rem
    }
}

.b-big-text--right p {
    text-align: right
}

.b-big-text--right hr {
    float: right
}

.b-hero-side {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    position: relative;
    padding: 2.5rem 0;
    overflow: hidden
}

.b-hero-side.with-half-spacing {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width:768px) {
    .b-hero-side {
        padding: 5rem 0
    }
    .b-hero-side.with-half-spacing {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
}

.b-hero-side .container {
    height: 47rem;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.b-hero-side .container .b-hero-side__text {
  position: relative;
  bottom: 0;
  top: 0;
}

.b-hero-side__bg {
    position: absolute;
    height: 100%;
    width: 100vw;
    background: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.b-hero-side__bg:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(71, 71, 71, .4)
}

.b-hero-side__text {
    position: absolute;
    bottom: 10rem;
    width: 80%
}

@media (min-width:768px) {
    .b-hero-side__text {
        width: 60%
    }
}

.b-hero-side__text hr {
    margin-bottom: 3rem
}

.b-hero-side__text p {
    margin-top: 1em
}

.b-hero-side__text a,
.b-hero-side__text h1,
.b-hero-side__text h2,
.b-hero-side__text h3,
.b-hero-side__text h4,
.b-hero-side__text h5,
.b-hero-side__text h6,
.b-hero-side__text li,
.b-hero-side__text p {
    color: #fff
}

.b-hero-side__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block
}

.b-hero-side--auto:nth-child(even) .container {
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  align-items: flex-end;
}

.b-hero-side--auto:nth-child(even) .b-hero-side__text,
.b-hero-side--auto:nth-child(2) .b-hero-side__text {
    text-align: right;
    right: 0
}

.b-hero-side--auto:nth-child(even) .b-hero-side__bg,
.b-hero-side--auto:nth-child(2) .b-hero-side__bg {
    left: 0;
    right: initial
}

.b-hero-side--auto:nth-child(1) .b-hero-side__text,
.b-hero-side--auto:nth-child(3) .b-hero-side__text {
    text-align: left;
    left: 0
}

.b-hero-side--auto:nth-child(1) .b-hero-side__bg,
.b-hero-side--auto:nth-child(3) .b-hero-side__bg {
    right: 0;
    left: initial
}

.b-hero-side--left .b-hero-side__text {
    left: 0
}

.b-hero-side--left .b-hero-side__bg {
    right: 0
}

.b-hero-side--right .b-hero-side__text {
    text-align: right;
    right: 0
}

.b-hero-side--right .b-hero-side__bg {
    left: 0
}

.b-column-image {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    position: relative;
    padding: 4rem 0
}

.b-column-image.with-half-spacing {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width:768px) {
    .b-column-image {
        margin: 5rem 0;
        padding: 5rem 0
    }
  	.b-column-image.with-half-spacing {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (min-width:768px) {
    .b-column-image__text {
        width: 40%;
        float: left
    }
}

.b-column-image__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width:767px) {
    .b-column-image__image {
        padding-top: 40%;
        margin: 0 8% 2rem
    }
}

@media (min-width:768px) {
    .b-column-image__image {
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        left: 50%
    }
}

.b-column-image--right .b-column-image__text {
    float: right
}

.b-column-image--right .b-column-image__image {
    left: initial;
    right: 50%
}

.b-column-image--dark {
    background: #292929
}

.b-column-image--dark h1,
.b-column-image--dark h2,
.b-column-image--dark h3,
.b-column-image--dark h4,
.b-column-image--dark h5,
.b-column-image--dark h6 {
    color: #fff
}

.b-column-image--dark a,
.b-column-image--dark li,
.b-column-image--dark p {
    color: #e3b6ae
}

@media (min-width:768px) {
    .b-column-image--dark .b-column-image__text {
        padding: 8rem 0
    }
}

.b-column-image--contain .b-column-image__image {
    background-size: contain;
    background-position: center
}

@media (min-width:768px) {
    .b-column-image--contain .b-column-image__image {
        background-position: left
    }
}

.b-column-image .container:after {
    content: "";
    display: block;
    clear: both
}

.b-quote-image {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    padding: 3rem 0
}

.b-quote-image.with-half-spacing {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width:768px) {
    .b-quote-image {
        overflow: hidden!important;
        padding: 5rem 0
    }
    .b-quote-image.with-half-spacing {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
}

.b-quote-image .container {
    position: relative
}

.b-quote-image__container {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 1300px;
    padding: 0;
    position: relative
}

@media (min-width:768px) {
    .b-quote-image__container {
        min-height: 600px
    }
}

.b-quote-image__quote-mark {
    font-family: "Work Sans", Arial, sans-serif!important;
    font-weight: 600;
    position: absolute;
    top: -1rem;
    left: -1rem;
    font-size: 6rem
}

.b-quote-image__quote-mark:before {
    content: '\201C'
}

@media (min-width:768px) {
    .b-quote-image__quote-mark {
        top: 2rem;
        left: 0;
        font-size: 10rem
    }
}

@media (min-width:1200px) {
    .b-quote-image__quote-mark {
        top: 4rem;
        left: 4rem;
        font-size: 10rem
    }
}

.b-quote-image__bg {
    display: block;
    background: #ccc;
    background-size: cover;
    background-position: center;
    padding-top: 80%;
    margin-top: 2rem
}

@media (min-width:768px) {
    .b-quote-image__bg {
        margin-top: 0;
        left: 50%;
        position: absolute;
        width: 50vw;
        height: 100%;
        top: 0;
        padding-top: 0
    }
}

.b-quote-image h1 {
    line-height: 1.3em;
    margin-bottom: 2rem;
    color: #1f5240;
    font-size: 2rem;
    margin-left: 10%
}

@media (min-width:768px) {
    .b-quote-image h1 {
        font-size: 3rem;
        margin-bottom: 5rem
    }
}

@media (min-width:1200px) {
    .b-quote-image h1 {
        margin-left: 15rem;
        width: 40%;
        font-size: 3rem
    }
}

.b-quote-image__quote {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    margin-left: 10%;
    width: 80%;
    padding-bottom: 4rem
}

@media (min-width:768px) {
    .b-quote-image__quote {
        width: calc(40% - 4rem);
        padding-top: 4rem
    }
}

@media (min-width:1200px) {
    .b-quote-image__quote {
        margin-left: 15rem;
        width: calc(50% - 19rem)
    }
}

.b-quote-image__quote:before {
    content: "";
    display: block;
    top: 0;
    position: absolute;
    left: 0;
    width: 45%;
    height: 2px;
    background: #292929
}

@media (min-width:768px) {
    .b-quote-image__quote:before {
        width: 50%;
        height: 4px
    }
}

.b-quote-image__quote p {
    font-size: 1.5rem;
    line-height: 1.77em
}

@media (min-width:768px) {
    .b-quote-image__quote p {
        font-size: 2.6rem
    }
}

.b-quote-image__quote span {
    display: block;
    margin-top: 4rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4em
}

.b-logos {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    background: #292929
}

.b-logos ul {
    margin: 0;
    padding: 0;
    border-left: 1px solid #000
}

.b-logos ul:after {
    content: "";
    clear: both;
    display: block
}

.b-logos__item {
    transition: all, .6s cubic-bezier(.19, 1, .22, 1);
    float: left;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    position: relative;
    display: block;
    padding-top: 14%;
    width: 33.33333333%
}

.b-logos__item:hover {
    background: #000
}
.five-logo-row .b-logos__item {
    width: 20%;
}
.five-logo-row .b-logos__item:hover {
    background: none;
}

.b-logos__item__image {
    position: absolute;
    top: 25%;
    left: 25%;
    height: 50%;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
.logo-area { 
  padding:50px 0; 
}

@media (min-width:992px) {
    .b-logos__item__image {
        top: 30%;
        left: 30%;
        height: 40%;
        width: 40%
    }
    .five-logo-row .b-logos__item__image {
        top: 25%;
        left: 25%;
        height: 50%;
        width: 50%
    }
}

.b-logos__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.b-logos-small {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    margin: 0 10%
}

@media (min-width:768px) {
    .b-logos-small {
        margin: 0 5rem
    }
}

.b-logos-small ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc
}

.b-logos-small ul:after {
    content: "";
    clear: both;
    display: block
}

.b-logos-small__item {
    transition: all, .6s cubic-bezier(.19, 1, .22, 1);
    float: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: relative;
    display: block;
    width: 33.333333333%;
    padding-top: 18%
}

@media (min-width:992px) {
    .b-logos-small__item {
        width: 16.666666666%;
        padding-top: 9%
    }
}

.b-logos-small__item__image {
    position: absolute;
    top: 15%;
    left: 15%;
    height: 70%;
    width: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media (min-width:992px) {
    .b-logos-small__item__image {
        top: 25%;
        left: 25%;
        height: 50%;
        width: 50%
    }
}

.b-logos-small__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.b-action-palet {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    background: #ccc;
    padding: 4rem 0;
    background-size: cover;
    background-position: center;
    margin: 3rem 0
}

@media (min-width:992px) {
    .b-action-palet {
        margin: 5rem 0
    }
}

@media (min-width:768px) {
    .b-action-palet {
        padding: 10rem 0
    }
}

.b-action-palet p {
    font-size: 1.2rem;
    margin-top: .7em
}

@media (min-width:768px) {
    .b-action-palet p {
        font-size: 1.4rem
    }
}

.b-action-palet h3 {
    font-size: 2rem;
    font-weight: 400
}

@media (min-width:768px) {
    .b-action-palet h3 {
        font-size: 3rem
    }
}

.b-action-palet__wrapper {
    background: #fff;
    padding: 4rem 3rem
}

@media (min-width:768px) {
    .b-action-palet__wrapper {
        padding: 4% 8%
    }
}

@media (min-width:1200px) {
    .b-action-palet__wrapper {
        margin: 0 15rem
    }
}

.b-action-palet--blue .b-action-palet__wrapper {
    background: #0f1429
}

.b-action-palet--blue .b-action-palet__wrapper h1,
.b-action-palet--blue .b-action-palet__wrapper h2,
.b-action-palet--blue .b-action-palet__wrapper h3,
.b-action-palet--blue .b-action-palet__wrapper h4,
.b-action-palet--blue .b-action-palet__wrapper h5,
.b-action-palet--blue .b-action-palet__wrapper h6,
.b-action-palet--blue .b-action-palet__wrapper li,
.b-action-palet--blue .b-action-palet__wrapper p {
    color: #c7e2f2
}

.b-action-palet--blue .b-action-palet__wrapper hr {
    background: #e3b6ae
}

.b-action-palet .hbspt-form {
    position: relative;
    margin-top: 2rem
}

@media (min-width:768px) {
    .b-action-palet .hbspt-form {
        margin-top: 6rem
    }
}

.b-action-palet .hbspt-form .hs-error-msgs {
    padding: 1rem 3rem;
    margin: 0
}

.b-action-palet .hbspt-form .hs_submit {
    height: 0
}

.b-action-palet .hbspt-form input.hs-input,
.b-action-palet .hbspt-form select.hs-input,
.b-action-palet .hbspt-form textarea.hs-input {
    background: #eff2f4;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: calc(100% - 10rem);
    max-width: calc(100% - 10rem);
    font-size: 1.4;
    padding: 1.1rem 2rem
}

@media (min-width:768px) {
    .b-action-palet .hbspt-form input.hs-input,
    .b-action-palet .hbspt-form select.hs-input,
    .b-action-palet .hbspt-form textarea.hs-input {
        font-size: 2rem;
        padding: 1.5em 2.5rem;
        width: calc(100% - 19rem);
        max-width: calc(100% - 19rem)
    }
}

.b-action-palet .hbspt-form .submitted-message {
    background: #89beb0;
    color: #fff;
    padding: 2rem;
    text-align: center
}

.b-action-palet .hbspt-form .hs-form input[type=submit] {
    border-radius: 50%;
    border: none;
    display: block;
    padding: 0;
    margin: 0;
    text-indent: -99999px;
    overflow: hidden;
    box-shadow: none;
    position: absolute;
    top: -.5rem;
    right: 0;
    background: #292929 url(//cdn2.hubspot.net/hubfs/2270729/CR2017/arrow_white_right.png) no-repeat center;
    background-size: 2.5rem;
    width: 5rem;
    height: 5rem
}

@media (min-width:768px) {
    .b-action-palet .hbspt-form .hs-form input[type=submit] {
        width: 9rem;
        height: 9rem;
        background-size: 4rem
    }
}

.b-action-palet .hbspt-form .hs-form input[type=submit]:active {
    background: #292929 url(//cdn2.hubspot.net/hubfs/2270729/CR2017/arrow_white_right.png) no-repeat center!important
}

@media (min-width:768px) {
    .b-action-palet .hbspt-form .hs-form input[type=submit]:active {
        background-size: 4rem!important
    }
}

.b-action-palet .hbspt-form .hs-form input[type=submit]:hover {
    outline: 0;
    box-shadow: none;
    border: none
}

.b-action-palet .hbspt-form .hs-form-required {
    display: none
}

.b-hero-full {
    animation-name: zoomIn;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    background: #ccc;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden!important;
    margin-bottom: 3rem
}

@media (min-width:992px) {
    .b-hero-full {
        height: 100vh;
        margin-bottom: 5rem
    }
  	.b-hero-full.with-half-spacing {
        height: 100vh;
        margin-bottom: 2.5rem
    }
}

.b-hero-full__desktop-bg,
.b-hero-full__mobile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

@media (min-width:992px) {
    .b-hero-full__mobile-bg {
        display: none
    }
}

@media (max-width:991px) {
    .b-hero-full__desktop-bg {
        display: none
    }
}

.b-hero-full__wrapper {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    text-align: center;
    z-index: 2
}

.b-hero-full:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3)
}

.b-hero-full__video {
    position: absolute;
    /*top: 69%; */
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-53%);
    transform: translateX(-50%) translateY(-53%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    max-width: none
}

@media (max-width:991px) {
    .b-hero-full__video {
        display: none
    }
}

.b-hero-full__logo {
    width: 28rem;
    height: 13rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 3rem;
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: 1.6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: .3s
}

@media (min-width:768px) {
    .b-hero-full__logo {
        height: 28rem;
        width: 38rem;
        margin-bottom: 7rem
    }
}

.b-hero-full p {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: 1.6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: .5s
}

.b-hero-full ul {
    margin: 0;
    padding: 0;
    margin-top: 1rem;
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: 1.6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: .7s
}

.b-hero-full .c-arrow-down {
    margin-top: 5rem
}

.b-hero-full li {
    display: inline;
    font-size: 2rem;
    color: #fff
}

@media (max-width:767px) {
    .b-hero-full li {
        display: inline-block;
        margin: .5rem 1.5rem;
        font-size: 1.4rem
    }
}

@media (min-width:768px) {
    .b-hero-full li+li:before {
        content: "";
        display: inline-block;
        height: 2px;
        width: 3rem;
        background: #fff;
        position: relative;
        top: -.25em;
        margin: 0 1rem 0 .8rem
    }
}

.b-double-column {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    padding: 5rem 0
}

.b-double-column.with-half-spacing {
    padding: 2.5rem 0;
}

@media (min-width:768px) {
    .b-double-column {
        padding: 10rem 0
    }
    .b-double-column.with-half-spacing {
      padding: 5rem 0
    }
}

.b-double-column .container:after {
    content: "";
    display: block;
    clear: both
}

.b-double-column--orange {
    background: #e3b6ae
}

.b-double-column--orange hr {
    background: #000
}

.b-double-column--blue {
    background: #c7e2f2
}

.b-double-column--blue hr {
    background: #fff
}

.b-double-column__image-col {
    width: 90%
}

@media (min-width:768px) {
    .b-double-column__image-col {
        width: 45%
    }
}

.b-double-column__image {
    padding-top: 60%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 4rem
}

@media (min-width:768px) {
    .b-double-column__image {
        padding-top: 80%
    }
}

.b-double-column__cta {
    text-align: right;
    -ms-transform: translate(2rem, -50%);
    transform: translate(2rem, -50%)
}

.b-double-column__text-col {
    margin-top: 2rem
}

@media (min-width:768px) {
    .b-double-column__text-col {
        margin-top: 3rem;
        width: 48%
    }
}

@media (min-width:768px) {
    .b-double-column h1 {
        width: 100%
    }
}

.b-double-column--left .b-double-column__image-col {
    float: right
}

.b-double-column--left .b-double-column__text-col {
    float: left
}

.b-double-column--right .b-double-column__image-col {
    float: left
}

.b-double-column--right .b-double-column__text-col {
    float: right
}

.b-showcase {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    padding: 3rem 0
}

.b-showcase.with-half-spacing {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media (min-width:768px) {
    .b-showcase {
        padding: 5rem 0
    }
    .b-showcase.with-half-spacing {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
}

.b-showcase .l-showcase {
    margin-top: 3rem
}

@media (max-width:767px) {
    .b-showcase .l-showcase {
        margin-left: -8%;
        margin-right: -8%
    }
}

@media (min-width:768px) {
    .b-showcase .l-showcase {
        margin-top: 6rem
    }
}

@media (max-width:767px) {
    .b-showcase .l-showcase__item {
        min-height: 300px;
      height:auto !important;
    }
}

@media (min-width:768px) {
    .b-showcase .l-showcase__item {
        min-height: 350px;
      height:auto !important;
    }
}

@media (min-width:992px) {
    .b-showcase .l-showcase__item {
        min-height: 380px
    }
}

@media (min-width:1200px) {
    .b-showcase .l-showcase__item {
        min-height: 400px
    }
}

@media (min-width:1600px) {
    .b-showcase .l-showcase__item {
        min-height: 415px
    }
}

.b-showcase__bottom {
    text-align: center;
    padding-top: 3rem
}

@media (min-width:768px) {
    .b-showcase__bottom {
        padding-top: 7rem
    }
}

.b-blog-head {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    position: relative;
    overflow: hidden
}

.b-blog-head:before {
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-duration: 6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: .3s;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-image: url(//cdn2.hubspot.net/hubfs/2270729/CR2017/bglogo.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    width: 50%
}

@media (min-width:992px) {
    .b-blog-head:before {
        width: 50%
    }
}

.b-blog-head .container {
    position: relative;
    padding-top: 20rem
}

@media (min-width:768px) {
    .b-blog-head .container {
        padding-top: 32rem
    }
}

.b-blog-head__logo {
    top: 3rem;
    left: 0;
    position: absolute
}

@media (min-width:768px) {
    .b-blog-head__logo {
        top: 8rem;
        left: 0
    }
}

.b-blog-head__headline {
    position: relative;
    padding-bottom: 3rem;
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s
}

@media (min-width:1200px) {
    .b-blog-head__headline {
        float: left;
        padding-bottom: 0;
        width: 70%;
        margin-left: 15rem;
        padding-right: 17rem
    }
}

.b-blog-head__headline h1 {
    font-weight: 400;
    margin: 2rem 0 2rem;
    width: 100%
}

@media (min-width:768px) {
    .b-blog-head__headline h1 {
        margin: 2rem 0 2rem
    }
}

@media (min-width:1200px) {
    .b-blog-head__headline h1 {
        margin: 2rem 0 3rem
    }
}

.b-blog-head__headline p {
    font-size: 1.8rem
}

.b-blog-head__headline .c-round-someicons {
    text-align: left
}

@media (max-width:1199px) {
    .b-blog-head__headline .c-round-someicons {
        position: absolute;
        top: 1.5rem;
        font-size: 1em;
        right: 0
    }
}

@media (min-width:1200px) {
    .b-blog-head__headline .c-round-someicons {
        margin-bottom: 5rem
    }
}

@media (min-width:1200px) {
    .b-blog-head__author {
        right: -35%;
        position: absolute;
    bottom: 10px;
    }
}

.b-blog-article__column {
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: .2s;
    padding-bottom: 1rem;
  	margin-top: 3rem;
}

@media (min-width:1200px) {
    .b-blog-article__column {
        margin-left: 15rem;
        width: 70%;
      	margin-top: 6rem;
    }
}

.b-blog-article__column .c-tags {
    margin-top: 3em
}

.b-blog-article img.full-width {
    margin-left: -5%;
    margin-right: -5%;
    width: auto;
    max-width: 110%;
    min-width: 110%
}

@media (min-width:1200px) {
    .b-blog-article img.full-width {
        margin-left: -10%;
        margin-right: -20%;
        width: auto;
        max-width: 130%;
        min-width: 130%
    }
}

.b-listing-posts {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    padding: 3rem 0
}

.b-listing-posts.with-half-spacing {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width:992px) {
    .b-listing-posts {
        padding: 5rem 0
    }
    .b-listing-posts.with-half-spacing {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
}

@media (min-width:992px) {
    .b-listing-posts__container-narrow {
        margin: 0 15rem
    }
}

.b-listing-posts__listing-wrapper {
    position: relative;
    overflow: hidden
}

.b-listing-posts__listing-wrapper:after {
    content: "";
    display: block;
    clear: both
}

.b-listing-posts__pagination {
    margin-top: 7rem
}

.b-listing-posts .c-tags,
.b-listing-posts .c-topic-dropdown {
    margin-top: .8rem
}

@media (min-width:768px) {
    .b-listing-posts .c-tags,
    .b-listing-posts .c-topic-dropdown {
        margin-top: 1.5rem
    }
}

@media (min-width:768px) {
    .b-listing-posts .c-tags {
        margin-left: auto;
        margin-right: auto
    }
}

.b-listing-posts h1 {
    margin-bottom: 2rem
}

@media (min-width:992px) {
    .b-listing-posts h1 {
        margin-bottom: 7rem
    }
}

.b-listing-posts--yellow {
    background: #f7eee0;
    margin-bottom: -3rem;
    padding: 5rem 0
}

@media (min-width:992px) {
    .b-listing-posts--yellow {
        margin-bottom: -5rem
    }
}

@media (min-width:992px) {
    .b-listing-posts--yellow {
        padding: 10rem 0
    }
}

.b-listing-posts__row {
    width: 100%;
    margin: 0 2rem
}

.b-listing-posts__row:after {
    content: "";
    display: block;
    clear: both
}

.b-form {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    padding: 10rem 0;
    background: #e3b6ae
}

.b-form hr {
    background: #292929
}

.b-form h3 {
    margin-bottom: 3rem;
    font-size: 3rem
}

.b-form::-webkit-input-placeholder,
.b-form__wrapper::-webkit-input-placeholder {
    color: #50525b!important;
    opacity: 1
}

.b-form:-ms-input-placeholder,
.b-form__wrapper:-ms-input-placeholder {
    color: #50525b!important;
    opacity: 1
}

.b-form::placeholder,
.b-form__wrapper::placeholder {
    color: #50525b!important;
    opacity: 1
}

.b-form:-ms-input-placeholder,
.b-form__wrapper:-ms-input-placeholder {
    color: red
}

.b-form::-ms-input-placeholder,
.b-form__wrapper::-ms-input-placeholder {
    color: red
}

.b-form .hs-field-desc,
.b-form__wrapper .hs-field-desc {
    font-size: 1.6rem!important;
    color: #292929!important
}

.b-form .hs-form.stacked label,
.b-form__wrapper .hs-form.stacked label {
    display: block;
    float: none;
    width: auto;
    font-weight: 700;
    text-align: left;
    line-height: 20px;
    padding-top: 0
}

.b-form .hs-form.stacked .field div.input,
.b-form__wrapper .hs-form.stacked .field div.input {
    margin-left: 0
}

.b-form .hs-form.stacked fieldset.form-columns-2 .input,
.b-form__wrapper .hs-form.stacked fieldset.form-columns-2 .input {
    margin-right: 8px
}

.b-form .hs-form.stacked .hs-input,
.b-form__wrapper .hs-form.stacked .hs-input {
    width: 90%;
    display: inline-block;
    height: 18px;
    color: #666
}

.b-form .hs-form.stacked .actions,
.b-form__wrapper .hs-form.stacked .actions {
    margin-left: -20px;
    background: 0 0;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 0;
    border-top: none;
    border-radius: 0 0 3px 3px
}

.b-form .hs-form.stacked input:not([type=image]),
.b-form__wrapper .hs-form.stacked input:not([type=image]) {
    box-sizing: content-box
}

.b-form .hs-form.stacked fieldset.form-columns-1 input[type=checkbox],
.b-form .hs-form.stacked fieldset.form-columns-1 input[type=radio],
.b-form__wrapper .hs-form.stacked fieldset.form-columns-1 input[type=checkbox],
.b-form__wrapper .hs-form.stacked fieldset.form-columns-1 input[type=radio] {
    width: auto;
    padding: 0!important;
    background: 0 0
}

.b-form .hs-form.stacked .inputs-list,
.b-form__wrapper .hs-form.stacked .inputs-list {
    margin: 0;
    width: 100%;
    padding-top: 6px;
    padding-left: 5px;
    list-style: none
}

.b-form .hs-form.stacked .inputs-list>li,
.b-form__wrapper .hs-form.stacked .inputs-list>li {
    padding-top: 0
}

.b-form .hs-form.stacked .inputs-list>li label,
.b-form__wrapper .hs-form.stacked .inputs-list>li label {
    font-weight: 400;
    padding-top: 0
}

.b-form .hs-form.stacked fieldset.form-columns-1 .hs-input,
.b-form__wrapper .hs-form.stacked fieldset.form-columns-1 .hs-input {
    width: 95%
}

.b-form .hs-form fieldset,
.b-form__wrapper .hs-form fieldset {
    max-width: 100%
}

.b-form .hs-form label,
.b-form__wrapper .hs-form label {
    margin-top: 3rem;
    margin-bottom: 2.2rem!important;
    font-size: 1.8rem;
    color: #292929
}

.b-form .hs-form input.hs-button,
.b-form .hs-form input.hs-input,
.b-form .hs-form textarea.hs-input,
.b-form__wrapper .hs-form input.hs-button,
.b-form__wrapper .hs-form input.hs-input,
.b-form__wrapper .hs-form textarea.hs-input {
    background: #f7eee0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.8rem;
    padding: 10px;
    max-width: calc(100% - 20px)
}

@media (min-width:768px) {
    .b-form .hs-form input.hs-button,
    .b-form .hs-form input.hs-input,
    .b-form .hs-form textarea.hs-input,
    .b-form__wrapper .hs-form input.hs-button,
    .b-form__wrapper .hs-form input.hs-input,
    .b-form__wrapper .hs-form textarea.hs-input {
        padding: 20px;
        max-width: calc(100% - 40px)
    }
}

.b-form .hs-form textarea.hs-input,
.b-form__wrapper .hs-form textarea.hs-input {
    max-width: 100%!important;
    width: 93% !important;
    display: block;
    height: 15rem !important;
}

@media (min-width:1200px) {
    .b-form .hs-form textarea.hs-input,
    .b-form__wrapper .hs-form textarea.hs-input {
        width: 95%!important
    }
}

.b-form .hs-form input.hs-input[type=checkbox],
.b-form__wrapper .hs-form input.hs-input[type=checkbox] {
    padding: 0!important;
    background: 0 0
}

.b-form .hs-form .inputs-list label,
.b-form__wrapper .hs-form .inputs-list label {
    margin: 0
}

.b-form .hs-form input.hs-button,
.b-form__wrapper .hs-form input.hs-button {
    background: #0f1429!important;
    color: #fff;
    font-weight: 400;
    font-size: 2rem;
    padding: 1em 2.5em
}

@media (min-width:768px) {
    .b-form .hs-form input.hs-button,
    .b-form__wrapper .hs-form input.hs-button {
        padding: 2em 5em
    }
}

.b-form .hs-form input.hs-button:hover,
.b-form__wrapper .hs-form input.hs-button:hover {
    outline: 0;
    border: none;
    box-shadow: none
}

.b-form .hs-form .hs_submit,
.b-form__wrapper .hs-form .hs_submit {
    text-align: right
}

.b-form .hs-form .hs_submit input[type=submit],
.b-form__wrapper .hs-form .hs_submit input[type=submit] {
    display: inline-block
}

.b-form .hs-form .hs-richtext,
.b-form .hs-form .hs-richtext p,
.b-form__wrapper .hs-form .hs-richtext,
.b-form__wrapper .hs-form .hs-richtext p {
    font-size: 1.8rem;
    line-height: 1.62857em
}

.b-form--white .hs-form input:not([type=image]),
.b-form--white .hs-form textarea.hs-input,
.b-form__wrapper--white .hs-form input:not([type=image]),
.b-form__wrapper--white .hs-form textarea.hs-input {
    background: #fff
}

.b-social-links {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    padding: 4rem 0;
    text-align: center
}

@media (min-width:768px) {
    .b-social-links {
        padding: 10rem 0 7rem
    }
}

.b-social-links .c-round-someicons {
    font-size: 1.4rem
}

@media (min-width:360px) {
    .b-social-links .c-round-someicons {
        font-size: 1.6rem
    }
}

@media (min-width:420px) {
    .b-social-links .c-round-someicons {
        font-size: 2rem
    }
}

@media (min-width:992px) {
    .b-social-links .c-round-someicons {
        font-size: 3rem
    }
}

@media (min-width:992px) {
    .b-social-links .c-round-someicons li {
        margin: 0 .75em
    }
}

.b-social-links h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem
}

@media (min-width:768px) {
    .b-social-links h2 {
        margin-bottom: 3rem
    }
}

.b-contact-columns {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    padding: 2rem 0 5rem;
    overflow: hidden
}

@media (min-width:768px) {
    .b-contact-columns {
        padding: 5rem 0 10rem
    }
}

.b-contact-columns__item-wrapper {
    padding: 0
}

@media (min-width:992px) {
    .b-contact-columns__item-wrapper {
        margin: -1%;
        display: -ms-flexbox;
        display: flex
    }
}

.b-contact-columns__item-wrapper:after {
    content: "";
    display: block;
    clear: both
}

.b-contact-columns__item-wrapper .c-contact {
    display: block
}

@media (min-width:992px) {
    .b-contact-columns__item-wrapper .c-contact {
        float: left;
        width: 23%;
        margin: 1%
    }
    .b-contact-columns__item-wrapper .c-contact:nth-child(1),
    .b-contact-columns__item-wrapper .c-contact:nth-child(3) {
        position: relative;
        top: 6rem
    }
    .b-contact-columns__item-wrapper .c-contact:nth-child(1) {
        -ms-flex-order: 1;
        order: 1
    }
    .b-contact-columns__item-wrapper .c-contact:nth-child(2) {
        -ms-flex-order: 2;
        order: 2
    }
    .b-contact-columns__item-wrapper .c-contact:nth-child(3) {
        -ms-flex-order: 3;
        order: 3
    }
    .b-contact-columns__item-wrapper .c-contact:nth-child(4) {
        -ms-flex-order: 4;
        order: 4
    }
}

.b-information-palet {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    background-size: cover;
    background-position: center;
    height: 100vh;
    text-align: center
}

@media (max-width:767px) {
    .b-information-palet__wrapper {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        position: absolute;
        background: #fff
    }
}

@media (min-width:768px) {
    .b-information-palet__wrapper {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

.b-information-palet__content {
    padding: 10rem;
    background: #fff
}

.b-information-palet h2 {
    margin: 4rem 0;
    font-weight: 400
}

.b-information-palet .c-logo {
    margin: auto
}

.b-full-image {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    padding: 3rem 0
}

.b-full-image.with-half-spacing {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width:992px) {
    .b-full-image {
        padding: 5rem 0
    }
    .b-full-image.with-half-spacing {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
}

.b-full-image img {
    min-width: 100%;
    max-width: 100%
}

.b-headline-text {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    padding: 3rem 0 2rem
}

.b-headline-text.with-half-spacing {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

@media (min-width:768px) {
    .b-headline-text {
        padding: 3rem 0 6rem
    }
    .b-headline-text.with-half-spacing {
      padding-top: 1.5rem;
      padding-bottom: 3rem;
    }
}

@media (min-width:992px) {
    .b-headline-text {
        padding: 5rem 0
    }
    .b-headline-text.with-half-spacing {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
}

.b-headline-text__head {
    padding: 3rem 0 3rem
}

@media (min-width:992px) {
    .b-headline-text__head {
        padding: 5rem 0 10rem
    }
}

.b-headline-text__row:after {
    clear: both;
    content: "";
    display: block
}

@media (min-width:768px) {
    .b-headline-text__headline {
        width: 50%;
        float: left;
        padding-right: 5%
    }
    .b-headline-text__text {
        width: 50%;
        float: left;
        padding-top: 4rem
    }
}

@media (min-width:768px) {
    .b-headline-text--smallerheadline .b-headline-text__headline {
        width: 30%;
        float: left;
        padding-right: 5%
    }
    .b-headline-text--smallerheadline .b-headline-text__headline h2 {
        font-size: 4rem
    }
    .b-headline-text--smallerheadline .b-headline-text__text {
        width: 70%;
        float: left;
        padding-top: 4rem
    }
}

.b-hero-author {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem
}

@media (min-width:992px) {
    .b-hero-author {
        margin-bottom: 5rem
    }
}

.b-hero-author:before {
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-duration: 6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: .3s;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-image: url(//cdn2.hubspot.net/hubfs/2270729/CR2017/bglogo.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    width: 50%
}

@media (min-width:992px) {
    .b-hero-author:before {
        width: 50%
    }
}

.b-hero-author .container {
    position: relative
}

.b-hero-author__container {
    position: relative;
    padding-top: 20rem
}

@media (min-width:768px) {
    .b-hero-author__container {
        padding-top: 32rem
    }
}

.b-hero-author__logo {
    top: 3rem;
    left: 0;
    position: absolute
}

@media (min-width:768px) {
    .b-hero-author__logo {
        top: 8rem;
        left: 0
    }
}

.b-hero-author__row:after {
    content: "";
    clear: both;
    display: block
}

.b-hero-author__text {
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-duration: 1.6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: .2s;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center
}

@media (min-width:768px) {
    .b-hero-author__text {
        padding-top: 0;
        padding-bottom: 10rem;
        float: left;
        text-align: right;
        width: 30%;
        margin-left: 5%
    }
}

.b-hero-author__text hr {
    margin-bottom: 3rem
}

@media (max-width:767px) {
    .b-hero-author__text hr {
        display: none
    }
}

@media (min-width:768px) {
    .b-hero-author__text hr {
        margin-bottom: 10rem
    }
}

.b-hero-author__text ul {
    display: inline-block
}

.b-hero-author__some-link {
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 1rem;
    display: block
}

.b-hero-author__some-link:hover {
    text-decoration: none
}

.b-hero-author__some-link:hover .fa {
    background: #292929;
    color: #fff
}

.b-hero-author__some-link .fa {
    transition: all, .2s, cubic-bezier(.19, 1, .22, 1);
    border: .15em solid #292929;
    border-radius: 50%;
    width: 2.4em;
    height: 2.4em;
    text-align: center;
    line-height: 2em;
    color: #292929;
    display: inline-block
}

.b-hero-author__image {
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-duration: 1.6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: .4s;
    background: #ccc;
    background-position: center;
    background-size: cover
}

@media (max-width:767px) {
    .b-hero-author__image {
        padding-top: 80%
    }
}

@media (min-width:768px) {
    .b-hero-author__image {
        position: absolute;
        top: 0;
        left: 40%;
        width: 60vw;
        height: 100%
    }
}

.b-hero-author__back-link {
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-duration: 1.6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: .2s;
    position: absolute;
    top: -.5rem;
    left: 0;
    padding-left: 4rem;
    font-weight: 400
}

.b-hero-author__back-link:after {
    position: absolute;
    top: 46%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    content: "";
    display: inline-block;
    height: .6em;
    width: .6em;
    content: "\f053";
    font-family: FontAwesome;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1em;
    line-height: 1em
}

.b-landing-external:after {
    content: "";
    display: block;
    clear: both
}

@media (max-width:767px) {
    .b-landing-external__description {
        max-width: 80%;
        margin: 0 10%
    }
}

@media (min-width:768px) {
    .b-landing-external__description {
        animation-name: fadeInUp;
        animation-fill-mode: backwards;
        animation-duration: 1s;
        animation-timing-function: cubic-bezier(.19, 1, .22, 1);
        animation-delay: .4s;
        width: 35%;
        float: left;
        margin-left: 10%
    }
}

.b-landing-external__form {
    background: #c7e2f2;
    padding: 3.5% 5%
}

.b-landing-external__form h3 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem
}

@media (min-width:768px) {
    .b-landing-external__form h3 {
        font-size: 2.8rem
    }
}

@media (max-width:767px) {
    .b-landing-external__form {
        max-width: 80%;
        margin: 0 10%;
        margin-bottom: 5rem;
        margin-top: 5rem
    }
}

@media (min-width:768px) {
    .b-landing-external__form {
        animation-name: fadeInUp;
        animation-fill-mode: backwards;
        animation-duration: 1s;
        animation-timing-function: cubic-bezier(.19, 1, .22, 1);
        animation-delay: .6s;
        float: right;
        width: 50%;
        margin-top: -20rem;
        position: relative;
        z-index: 2
    }
}

@media (min-width:768px) {
    .b-landing__container {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        max-width: 1300px;
        padding: 0;
        padding: 10rem 0
    }
    .b-landing.with-half-spacing .b-landing__container {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
}

@media (min-width:992px) {
    .b-landing__headline {
        margin: 0 30% 0 10%
    }
}

.b-landing__bg {
    animation-name: fadeInDown;
    animation-fill-mode: backwards;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 1s;
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 50%;
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat
}

.b-landing.with-half-spacing .b-landing__bg {
  height: 40%;
}

.b-landing__wrapper {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: .4s;
    background: #e3b6ae;
    position: relative;
    z-index: 2;
    padding: 10%
}

@media (min-width:768px) {
    .b-landing__wrapper {
        padding: 5%
    }
}

.b-landing h1 {
    font-weight: 400
}

@media (min-width:992px) {
    .b-landing h1 {
        font-size: 4rem
    }
}

.b-landing hr {
    background: #292929;
    margin: 3rem 0;
    width: 30%
}

.b-blog-next-prev {
    padding-bottom: 3rem
}

@media (min-width:768px) {
    .b-blog-next-prev {
        padding-bottom: 6rem
    }
}

.b-blog-next-prev__container {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 1300px;
    padding: 0
}

@media (min-width:992px) {
    .b-blog-next-prev__wrapper {
        width: 70%;
        margin-left: 15rem
    }
}

.b-blog-next-prev h5 {
    text-align: center;
    position: relative;
    margin-bottom: 3rem
}

@media (min-width:768px) {
    .b-blog-next-prev h5 {
        margin-bottom: 6rem
    }
}

.b-blog-next-prev h5 span {
    background: #fff;
    padding: 0 2rem
}

.b-blog-next-prev h5:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #f4f4f4;
    position: absolute;
    top: .8em;
    left: 0;
    z-index: -1
}

.b-thanks-palet {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0s;
    background: #ccc;
    padding: 4rem 0;
    background-size: cover;
    background-position: center
}

@media (min-width:768px) {
    .b-thanks-palet {
        padding: 10rem 0
    }
}

.b-thanks-palet p {
    text-align: justify;
    font-size: 1.2rem;
    margin-top: .7em
}

@media (min-width:768px) {
    .b-thanks-palet p {
        font-size: 1.4rem
    }
}

.b-thanks-palet p.small {
    font-size: 1rem
}

@media (min-width:768px) {
    .b-thanks-palet p.small {
        font-size: 1.2rem
    }
}

.b-thanks-palet p.center {
    text-align: center
}

.b-thanks-palet__some {
    margin-top: 2rem
}

.b-thanks-palet__image {
    margin-top: 4rem
}

.b-thanks-palet h3 {
    font-size: 2rem;
    font-weight: 400;
    text-align: center
}

@media (min-width:768px) {
    .b-thanks-palet h3 {
        font-size: 3rem
    }
}

.b-thanks-palet h4 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-family: Arial, Helvetica, sans-serif
}

@media (min-width:768px) {
    .b-thanks-palet h4 {
        font-size: 2rem
    }
}

.b-thanks-palet__wrapper {
    background: #fff;
    padding: 4rem 3rem;
    position: relative
}

@media (min-width:768px) {
    .b-thanks-palet__wrapper {
        padding: 6% 12% 4%
    }
}

@media (min-width:1200px) {
    .b-thanks-palet__wrapper {
        margin: 0 15rem
    }
}

.b-thanks-palet__logo {
    margin-bottom: 1rem
}

.b-thanks-palet__logo .c-logo {
    margin: 0 auto
}

.b-thanks-palet__bottom {
    padding-top: 2rem;
    padding-bottom: .5rem
}

.b-thanks-palet__bottom--center {
    text-align: center
}

@media (min-width:768px) {
    .b-thanks-palet__bottom {
        padding-top: 5rem;
        padding-bottom: 1rem
    }
}

.b-thanks-palet--blue .b-action-palet__wrapper {
    background: #0f1429
}

.b-thanks-palet--blue .b-action-palet__wrapper h1,
.b-thanks-palet--blue .b-action-palet__wrapper h2,
.b-thanks-palet--blue .b-action-palet__wrapper h3,
.b-thanks-palet--blue .b-action-palet__wrapper h4,
.b-thanks-palet--blue .b-action-palet__wrapper h5,
.b-thanks-palet--blue .b-action-palet__wrapper h6,
.b-thanks-palet--blue .b-action-palet__wrapper li,
.b-thanks-palet--blue .b-action-palet__wrapper p {
    color: #c7e2f2
}

.b-thanks-palet--blue .b-action-palet__wrapper hr {
    background: #e3b6ae
}

.b-blog-related h5 {
    text-align: center;
    position: relative;
    margin-bottom: 3rem
}

@media (min-width:768px) {
    .b-blog-related h5 {
        margin-bottom: 6rem
    }
}

.b-blog-related h5 span {
    background: #fff;
    padding: 0 2rem
}

.b-blog-related h5:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #f4f4f4;
    position: absolute;
    top: .8em;
    left: 0;
    z-index: -1
}

.b-blog-related .c-listing-post {
    margin: 2.5rem 0!important;
    width: 50%!important;
    float: left!important;
    padding-left: 5%!important
}

@media (min-width:768px) {
    .b-blog-related .c-listing-post {
/*         padding-left: 10%!important */
    		padding: 0 1%!important;
    }
}

@media (min-width:992px) {
    .b-blog-related .c-listing-post {
/*         padding-left: 15%!important; */
    		padding: 0 1%!important;
    }
}

.b-blog-related .c-listing-post:nth-child(1) .c-listing-post__image,
.b-blog-related .c-listing-post:nth-child(2) .c-listing-post__image,
.b-blog-related .c-listing-post:nth-child(3) .c-listing-post__image,
.b-blog-related .c-listing-post:nth-child(4) .c-listing-post__image {
    display: block!important;
    float: left!important
}

.b-blog-related .c-listing-post:nth-child(1) h2,
.b-blog-related .c-listing-post:nth-child(2) h2,
.b-blog-related .c-listing-post:nth-child(3) h2,
.b-blog-related .c-listing-post:nth-child(4) h2 {
    font-size: 1.5rem!important
}

@media (min-width:768px) {
    .b-blog-related .c-listing-post:nth-child(1) h2,
    .b-blog-related .c-listing-post:nth-child(2) h2,
    .b-blog-related .c-listing-post:nth-child(3) h2,
    .b-blog-related .c-listing-post:nth-child(4) h2 {
        font-size: 2.2rem!important
    }
}

.b-blog-related .c-listing-post:nth-child(1) .c-listing-post__text,
.b-blog-related .c-listing-post:nth-child(2) .c-listing-post__text,
.b-blog-related .c-listing-post:nth-child(3) .c-listing-post__text,
.b-blog-related .c-listing-post:nth-child(4) .c-listing-post__text {
    width: 90%;
    text-align: left!important;
    float: left!important;
    margin-left: 0!important
}

.b-blog-comments {
    background-color: #fbfbfb;
    padding: 5rem
}

.b-blog-comments__column {
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: .2s
}

@media (min-width:1200px) {
    .b-blog-comments__column {
        margin-left: 15rem;
        width: 70%
    }
}

.b-blog-comments__column .hs-form-required,
.b-blog-comments__column span[data-reactid] {
    display: none
}

.b-blog-comments__column .hs-button {
    padding: 1em 2em!important
}

.b-blog-comments__column .hs-error-msgs {
    list-style: none;
    padding: 0
}

.b-blog-comments__column .inputs-list {
    list-style: none;
    padding: 0
}

.b-blog-comments__column .hs-subscribe span[data-reactid] {
    display: inline-block;
    margin-left: 1rem
}

.b-blog-comments__column .input {
    margin-bottom: 1rem
}

.b-blog-comments__column .input+.hs-error-msgs {
    margin-top: -.7rem;
    margin-bottom: 1rem
}

.b-blog-comments__column input[type=email],
.b-blog-comments__column input[type=text] {
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .03);
    background: #fff;
    padding: 1.5rem 1.2rem;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    width: 100%
}

.b-blog-comments__column input[type=email].error,
.b-blog-comments__column input[type=text].error {
    border-color: rgba(255, 0, 0, .3)
}

.b-blog-comments__column textarea {
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .03);
    background: #fff;
    padding: 1.5rem 1.2rem;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    width: 100%;
    min-height: 180px;
    overflow: auto;
    box-sizing: border-box
}

.b-blog-comments__column .section {
    padding: 3rem 0
}

.c-background-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.b-blog-comments__column body .hs-button,
body .b-blog-comments__column .hs-button,
body .c-btn {
    transition: all, .6s cubic-bezier(.19, 1, .22, 1);
    padding: 1.5em 3em;
    display: inline-block;
    background: #c7e2f2;
    color: #292929;
    font-weight: 400;
    font-size: 1.2rem;
    text-decoration: none!important;
    position: relative
}

@media (min-width:768px) {
    .b-blog-comments__column body .hs-button,
    body .b-blog-comments__column .hs-button,
    body .c-btn {
        font-size: 2rem
    }
}

.b-blog-comments__column body .hs-button:hover,
body .b-blog-comments__column .hs-button:hover,
body .c-btn:hover {
    transform: scale3d(1.02, 1.02, 1.02)
}

body .c-btn--blue {
    transition: all, .6s cubic-bezier(.19, 1, .22, 1);
    padding: 1.5em 3em;
    display: inline-block;
    background: #1f5240;
    color: #fff;
    font-weight: 400;
    font-size: 1.3rem; 
    text-decoration: none!important;
    position: relative
}

@media (min-width:768px) {
    body .c-btn--blue {
       
    font-size: 14px;
    background: #1f5240;
    color: white;
    }
}

body .c-btn--blue:hover {
    transform: scale3d(1.02, 1.02, 1.02)
}

.b-blog-comments__column body .hs-button,
body .b-blog-comments__column .hs-button,
body .c-btn--green {
    transition: all, .6s cubic-bezier(.19, 1, .22, 1);
    padding: 1.5em 3em;
    display: inline-block;
    background: #c7e2f2;
    color: #292929;
    font-weight: 400;
    font-size: 1.2rem;
    text-decoration: none!important;
    position: relative;
    color: #fff;
    background: #1f5240
}

@media (min-width:768px) {
    .b-blog-comments__column body .hs-button,
    body .b-blog-comments__column .hs-button,
    body .c-btn--green {
        font-size: 2rem
    }
}

.b-blog-comments__column body .hs-button:hover,
body .b-blog-comments__column .hs-button:hover,
body .c-btn--green:hover {
    transform: scale3d(1.02, 1.02, 1.02)
}

.b-blog-comments__column body .hs-button:hover,
body .b-blog-comments__column .hs-button:hover,
body .c-btn--green:hover {
    background: #1f5240!important
}

.b-blog-comments__column body .hs-button:after,
body .b-blog-comments__column .hs-button:after,
body .c-btn--green:after {
    color: #fff
}

body .c-btn--white {
    transition: all, .6s cubic-bezier(.19, 1, .22, 1);
    padding: 1.5em 3em;
    display: inline-block;
    background: #c7e2f2;
    color: #292929;
    font-weight: 400;
    font-size: 1.2rem;
    text-decoration: none!important;
    position: relative;
    background: #fff
}

@media (min-width:768px) {
    body .c-btn--white {
        font-size: 2rem
    }
}

body .c-btn--white:hover {
    transform: scale3d(1.02, 1.02, 1.02)
}

body .c-btn--white:hover {
    background: #fff!important
}

body .c-btn--white:after {
    color: #000
}

body .c-btn--green--arrow-right,
body .c-btn--white--arrow-right {
    font-size: 1.6rem;
    padding: 1.2em 4em 1.4em 2em;
    line-height: 1.4em;
    text-align: right
}

body .c-btn--green--arrow-right:after,
body .c-btn--white--arrow-right:after {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: 100;
    right: .4em;
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    height: .6em;
    width: .6em;
    font-size: 3em
}

.b-blog-comments__column .c-btn--compact .hs-button,
.c-btn--compact .b-blog-comments__column .hs-button,
.c-btn--compact .c-btn {
    padding: .8em 1.5em!important;
    font-size: 1rem!important
}

@media (min-width:768px) {
    .b-blog-comments__column .c-btn--compact .hs-button,
    .c-btn--compact .b-blog-comments__column .hs-button,
    .c-btn--compact .c-btn {
        font-size: 1.7rem!important
    }
}

body .c-btn-small,
body .c-btn-small--chevron-right {
    transition: all .2s cubic-bezier(.19, 1, .22, 1);
    display: inline-block;
    position: relative;
    padding-right: 2em;
    border: none!important;
    font-weight: 600!important;
    background: 0 0!important;
    text-decoration: none!important
}

body .c-btn-small--chevron-right:hover,
body .c-btn-small:hover {
    padding-right: 3em
}

body .c-btn-small--chevron-right:after,
body .c-btn-small:after {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    content: "";
    display: inline-block;
    height: .6em;
    width: .6em;
    background-image: url(//cdn2.hubspot.net/hubfs/2270729/CR2017/chevron-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 2em
}

.c-cases {
    position: relative
}

.c-cases p {
    font-size: 1.2rem;
    margin-top: 1rem
}

@media (min-width:768px) {
    .c-cases p {
        font-size: 1.4rem
    }
}

.c-cases h2 {
    font-size: 1.7rem;
    margin-top: 0
}

@media (min-width:768px) {
    .c-cases h2 {
        font-size: 2rem
    }
}

.c-cases--with-link h2:after {
    transition: all .2s cubic-bezier(.19, 1, .22, 1);
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 1.5rem;
    color: #e3b6ae;
    position: relative;
    top: 1px;
    left: 0
}

.c-cases--with-link:hover h2:after {
    left: 1rem
}

.c-cases__image {
    padding-top: 80%;
    background: #ccc;
    margin-top: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .c-cases__image {
        margin-bottom: 3rem
    }
}

.c-cases__link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.c-chromeframe {
    font-size: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #292929;
    color: #fff;
    z-index: 99998;
    padding: 10px 15px;
    text-align: center
}

@media (min-width:768px) {
    .c-chromeframe {
        font-size: 1.2rem
    }
}

.c-chromeframe a {
    color: #fff;
    font-weight: 700
}

.c-hero {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    color: #fff
}

.c-hero__content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 4rem;
    width: 100%;
    text-align: center;
    z-index: 4
}

.c-hero__content--left {
    text-align: left
}

.c-hero__content--right {
    text-align: right
}

.c-hero__content--top {
    top: 0;
    bottom: auto;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.c-hero__content--bottom {
    top: auto;
    bottom: 0;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.c-hero--cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-hero--square {
    padding-top: 100%;
    height: 0
}

.c-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto;
    background: rgba(0, 0, 0, .7)
}

.page-numbers {
    margin: 1.5rem 0 0 0;
    padding: 0;
    text-align: center
}

.page-numbers li {
    display: inline-block
}

.page-numbers a,
.page-numbers span {
    padding: .5em 1em;
    background: #fff;
    color: #000;
    display: block;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    font-weight: 400
}

.page-numbers .current {
    background: #292929;
    color: #fff
}

.c-post-small {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 1rem
}

.c-post-small__content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 4rem;
    width: 100%;
    text-align: center;
    z-index: 4
}

.c-post-small__content--left {
    text-align: left
}

.c-post-small__content--right {
    text-align: right
}

.c-post-small__content--top {
    top: 0;
    bottom: auto;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.c-post-small__content--bottom {
    top: auto;
    bottom: 0;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.c-post-small--cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-post-small--square {
    padding-top: 100%;
    height: 0
}

.c-table {
    width: 100%
}

.c-table td,
.c-table th {
    text-align: left;
    padding: .5rem
}

.c-table th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.c-wysiwyg-html {
    position: relative
}

.c-wysiwyg-html h1,
.c-wysiwyg-html h2,
.c-wysiwyg-html h3,
.c-wysiwyg-html h4,
.c-wysiwyg-html h5,
.c-wysiwyg-html h6 {
    margin: 1.4em 0 .5em 0
}

.c-wysiwyg-html h1:first-child,
.c-wysiwyg-html h2:first-child,
.c-wysiwyg-html h3:first-child,
.c-wysiwyg-html h4:first-child,
.c-wysiwyg-html h5:first-child,
.c-wysiwyg-html h6:first-child {
    margin-top: 0
}

.c-wysiwyg-html ol,
.c-wysiwyg-html ul {
    margin-bottom: 1em
}

.c-wysiwyg-html ol ol,
.c-wysiwyg-html ol ul,
.c-wysiwyg-html ul ol,
.c-wysiwyg-html ul ul {
    margin-bottom: 0
}

.c-wysiwyg-html ol li,
.c-wysiwyg-html ul li {
    padding: .5rem 1rem
}

.c-wysiwyg-html p {
    margin-bottom: 1em
}

.c-wysiwyg-html p:last-child {
    margin-bottom: 0
}

.c-wysiwyg-html p a {
    border-bottom: 1px solid rgba(0, 53, 73, .3);
    font-weight: 400
}

.c-wysiwyg-html p a:hover {
    background: #f7eee0;
    text-decoration: none
}

.c-wysiwyg-html hr {
    margin-bottom: 1em;
    margin-top: 1em
}

@media (min-width:992px) {
    .c-wysiwyg-html hr {
        margin-top: 2em;
        margin-bottom: 2em
    }
}

.c-wysiwyg-html hr:first-child {
    margin-top: 0
}

.c-wysiwyg-html hr:last-child {
    margin-bottom: 0
}

.c-wysiwyg-html hr+h1,
.c-wysiwyg-html hr+h2,
.c-wysiwyg-html hr+h3,
.c-wysiwyg-html hr+h4,
.c-wysiwyg-html hr+h5,
.c-wysiwyg-html hr+h6 {
    margin-top: 0
}

.c-wysiwyg-html blockquote,
.c-wysiwyg-html dd,
.c-wysiwyg-html dl {
    margin-bottom: 1em
}

.c-wysiwyg-html blockquote+ol,
.c-wysiwyg-html blockquote+ul,
.c-wysiwyg-html dd+ol,
.c-wysiwyg-html dd+ul,
.c-wysiwyg-html dl+ol,
.c-wysiwyg-html dl+ul {
    margin-bottom: 0
}

.c-wysiwyg-html img {
    height: auto;
    margin: 2em 0
}

@media (max-width:767px) {
    .b-blog-article .c-wysiwyg-html img {
        min-width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0!important;
        margin-bottom: 2rem!important;
        margin-top: 2rem!important
    }
}

.c-wysiwyg-html pre {
    padding: 1rem 2rem;
    border: 1px solid rgba(0, 0, 0, .1);
    display: block;
    border-radius: 3px;
    font-size: .9em;
    margin: 0 0 1em
}

.c-wysiwyg-html .wp-caption {
    max-width: 100%
}

.c-wysiwyg-html .wp-caption img {
    margin-bottom: .3em
}

.c-wysiwyg-html p.wp-caption-text {
    font-size: 1rem;
    opacity: .6;
    margin: 0
}

@media (min-width:768px) {
    .c-wysiwyg-html p.wp-caption-text {
        font-size: 1.2rem
    }
}

.c-wysiwyg-html .alignnone {
    width: 100%;
    display: block;
    margin-bottom: 4rem
}

.c-wysiwyg-html .alignnone img {
    width: 100%
}

.c-wysiwyg-html .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 4rem
}

.c-wysiwyg-html .alignleft,
.c-wysiwyg-html .alignright {
    max-width: 48%;
    margin-bottom: 2rem
}

.c-wysiwyg-html .alignleft {
    float: left;
    margin-right: 2%
}

.c-wysiwyg-html .alignright {
    float: right;
    margin-left: 2%
}

.c-wysiwyg-html blockquote {
    font-style: italic;
    line-height: 1.6em;
    border: none;
    text-align: center;
    padding: 1em 10%;
    font-size: 2rem
}

@media (min-width:768px) {
    .c-wysiwyg-html blockquote {
        font-size: 3rem
    }
}

.c-wysiwyg-html blockquote p {
    font-size: 2rem
}

@media (min-width:768px) {
    .c-wysiwyg-html blockquote p {
        font-size: 3rem
    }
}

.c-wysiwyg-html blockquote strong {
    display: block;
    margin-top: 2rem;
    font-style: normal;
    font-size: 1.6rem
}

@media (min-width:768px) {
    .c-wysiwyg-html blockquote strong {
        font-size: 2rem
    }
}

.c-wysiwyg-html blockquote strong p {
    font-size: 1.6rem
}

@media (min-width:768px) {
    .c-wysiwyg-html blockquote strong p {
        font-size: 2rem
    }
}

.c-footer-navigation {
    padding: 0;
    margin: 0;
    margin-top: -2rem
}

.c-footer-navigation li {
    transition: all, .2s, cubic-bezier(.19, 1, .22, 1);
    display: block;
    padding: 2.2rem 0 2.2rem 6.5rem;
    font-size: 2.4rem;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
    letter-spacing: .05em
}

.c-footer-navigation li.active {
    background: #292929;
    color: #fff;
    border-radius: 0
}

.c-round-someicons {
    padding: 0;
    margin: 0 -1rem;
    text-align: center;
    font-size: 1.4rem
}

@media (min-width:768px) {
    .c-round-someicons {
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    .c-round-someicons {
        font-size: 1.8rem
    }
}

.c-round-someicons li {
    transition: all, .2s, cubic-bezier(.19, 1, .22, 1);
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin: 0 .15em;
    line-height: 1.7em;
    height: 2em;
    width: 2em;
    font-size: 1.3em;
    position: relative
}

@media (min-width:992px) {
    .c-round-someicons li {
        margin: 0 .25em;
        font-size: 1.3em
    }
}

.c-round-someicons a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer
}

.c-round-someicons--white li {
    border: .15em solid #fff;
    color: #fff
}

.c-round-someicons--white li:hover {
    background: #fff;
    color: #292929
}

.c-round-someicons--dark li {
    border: .15em solid #292929;
    color: #292929
}

.c-round-someicons--dark li:hover {
    background: #292929;
    color: #fff
}

.c-round-someicons--extra-spacing {
    margin: 0
}

.c-round-someicons--extra-spacing li {
    margin: 0 .5rem
}

.c-round-someicons--extra-spacing li:first-child {
    margin-left: 0
}

.c-round-someicons--extra-spacing li:last-child {
    margin-right: 0
}

@media (min-width:992px) {
    .c-round-someicons--extra-spacing li {
        margin: 0 1.5rem
    }
}

.c-navigation__toggle {
    transition: all .2s cubic-bezier(.19, 1, .22, 1);
    position: fixed;
    top: 0;
    right: 0;
    background: #003549;
    height: 10.6em;
    width: 11.6em;
    padding: 3.8em 4.3em;
    cursor: pointer;
    z-index: 1001;
    font-size: 5.4px
}

@media (min-width:768px) {
    .c-navigation__toggle {
        font-size: 8px
    }
}

@media (min-width:1200px) {
    .c-navigation__toggle {
        font-size: 10px
    }
}

.c-navigation__toggle div {
    transition: all .2s cubic-bezier(.19, 1, .22, 1);
    height: 3px;
    width: 100%;
    background: #fff;
    position: relative;
    top: 0
}

.c-navigation__toggle div:nth-child(2) {
    left: .3em
}

.c-navigation__toggle div:nth-child(3) {
    left: -.5em
}

.c-navigation__toggle:hover div {
    left: 0
}

.c-navigation__toggle div+div {
    margin-top: .8em
}

.c-navigation__toggle--open .c-navigation__toggle {
    background: #fff
}

.c-navigation__toggle--open .c-navigation__toggle div {
    background: #003549;
    left: 0
}

.c-navigation__toggle--open .c-navigation__toggle div:nth-child(1) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 7px
}

@media (min-width:768px) {
    .c-navigation__toggle--open .c-navigation__toggle div:nth-child(1) {
        top: 10px
    }
}

@media (min-width:1200px) {
    .c-navigation__toggle--open .c-navigation__toggle div:nth-child(1) {
        top: 9px
    }
}

.c-navigation__toggle--open .c-navigation__toggle div:nth-child(2) {
    opacity: 0
}

.c-navigation__toggle--open .c-navigation__toggle div:nth-child(3) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -8px
}

@media (min-width:768px) {
    .c-navigation__toggle--open .c-navigation__toggle div:nth-child(3) {
        top: -10px
    }
}

@media (min-width:1200px) {
    .c-navigation__toggle--open .c-navigation__toggle div:nth-child(3) {
        top: -13px
    }
}

.c-navigation__overlay {
    background: #000;
    background-image: url(../img/navigation-bg.jpg);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    z-index: 1000;
    display: none
}

.c-navigation__toggle--open .c-navigation__overlay {
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0;
    display: block
}

.c-navigation__content {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 800px;
    max-width: 90%;
    display: none;
    z-index: 1002
}

.c-navigation__toggle--open .c-navigation__content {
    display: block
}

.c-navigation ul {
    padding: 0;
    margin: 0
}

.c-navigation ul:nth-child(1) {
    animation-delay: .1s
}

.c-navigation ul:nth-child(2) {
    animation-delay: .2s
}

.c-navigation ul:nth-child(3) {
    animation-delay: .3s
}

.c-navigation ul:nth-child(4) {
    animation-delay: .4s
}

.c-navigation ul:nth-child(5) {
    animation-delay: .5s
}

.c-navigation ul:nth-child(6) {
    animation-delay: .6s
}

.c-navigation ul:nth-child(7) {
    animation-delay: .7s
}

.c-navigation ul:nth-child(8) {
    animation-delay: .8s
}

.c-navigation ul:nth-child(9) {
    animation-delay: .9s
}

.c-navigation ul:nth-child(10) {
    animation-delay: 1s
}

@media (min-width:992px) {
    .c-navigation ul {
        width: 50%
    }
}

.c-navigation ul li {
    display: block;
    float: none;
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0
}

.c-navigation ul li>ul {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.c-navigation ul li.hs-item-has-children:hover>ul {
    display: block
}

.c-navigation ul li.hs-item-has-children:hover:before {
    background: rgba(255, 255, 255, .05);
    display: block;
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    right: 0;
    top: 0
}

.c-navigation ul a {
    transition: all, .2s, cubic-bezier(.19, 1, .22, 1);
    color: #fff;
    font-weight: 400;
    padding: .5em 1.2em .6em 2em!important;
    display: block!important;
    position: relative;
    max-width: 100%!important;
    font-size: 2.5rem
}

@media (min-width:768px) {
    .c-navigation ul a {
        font-size: 4rem
    }
}

.c-navigation ul a:before {
    transition: all, .2s, cubic-bezier(.19, 1, .22, 1);
    content: "";
    display: block;
    background-image: url(//cdn2.hubspot.net/hubfs/2270729/CR2017/arrow-right.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: .3em;
    left: .35em;
    width: 1.2em;
    height: 1.2em;
    display: none
}

@media (min-width:1200px) {
    .c-navigation ul li:hover a {
        background: rgba(255, 255, 255, .05)
    }
}

.c-navigation ul li.active-branch a {
    color: #fff
}

.c-navigation ul li.active-branch a:before {
    display: block;
    animation-name: fadeInLeft;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0
}

@media (min-width:768px) {
    .c-navigation-horizontal {
        position: relative;
        width: 100%;
        height: 75px;
        z-index: 1000;
        background-color: rgba(255, 255, 255, .8);
        padding-top: 25px;
        transition: top .3s ease-in-out;
    }
    .c-navigation-horizontal--fixed {
        position: fixed;
        top: 0
    }
    .c-navigation-horizontal.nav-up {
        top: -75px
    }
}

@media (min-width:1200px) {
    .c-navigation-horizontal {
        padding-top: 20px
    }
}

.c-navigation-horizontal__toggle {
    transition: all .2s cubic-bezier(.19, 1, .22, 1);
    position: fixed;
    top: 0;
    right: 0;
    background: #003549;
    height: 10.6em;
    width: 11.6em;
    padding: 3.8em 4.3em;
    cursor: pointer;
    z-index: 1001;
    font-size: 5.4px
}

@media (min-width:768px) {
    .c-navigation-horizontal__toggle {
        font-size: 8px;
        display: none
    }
}

@media (min-width:1200px) {
    .c-navigation-horizontal__toggle {
        font-size: 10px
    }
}

.c-navigation-horizontal__toggle div {
    transition: all .2s cubic-bezier(.19, 1, .22, 1);
    height: 3px;
    width: 100%;
    background: #fff;
    position: relative;
    top: 0
}

.c-navigation-horizontal__toggle div:nth-child(2) {
    left: .3em
}

.c-navigation-horizontal__toggle div:nth-child(3) {
    left: -.5em
}

.c-navigation-horizontal__toggle:hover div {
    left: 0
}

.c-navigation-horizontal__toggle div+div {
    margin-top: .8em
}

.c-navigation-horizontal__toggle--open .c-navigation-horizontal__toggle {
    background: #fff
}

.c-navigation-horizontal__toggle--open .c-navigation-horizontal__toggle div {
    background: #003549;
    left: 0
}

.c-navigation-horizontal__toggle--open .c-navigation-horizontal__toggle div:nth-child(1) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 7px
}

@media (min-width:768px) {
    .c-navigation-horizontal__toggle--open .c-navigation-horizontal__toggle div:nth-child(1) {
        top: 10px
    }
}

@media (min-width:1200px) {
    .c-navigation-horizontal__toggle--open .c-navigation-horizontal__toggle div:nth-child(1) {
        top: 9px
    }
}

.c-navigation-horizontal__toggle--open .c-navigation-horizontal__toggle div:nth-child(2) {
    opacity: 0
}

.c-navigation-horizontal__toggle--open .c-navigation-horizontal__toggle div:nth-child(3) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -8px
}

@media (min-width:768px) {
    .c-navigation-horizontal__toggle--open .c-navigation-horizontal__toggle div:nth-child(3) {
        top: -10px
    }
}

@media (min-width:1200px) {
    .c-navigation-horizontal__toggle--open .c-navigation-horizontal__toggle div:nth-child(3) {
        top: -13px
    }
}

.c-navigation-horizontal__overlay {
    background: #000;
    background-image: url(../img/navigation-bg.jpg);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    z-index: 1000;
    display: none
}

.c-navigation-horizontal__toggle--open .c-navigation-horizontal__overlay {
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0;
    display: block
}

.c-navigation-horizontal__content {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 800px;
    max-width: 90%;
    display: none;
    z-index: 1002
}

.c-navigation-horizontal__toggle--open .c-navigation-horizontal__content {
    display: block
}

@media (min-width:768px) {
    .c-navigation-horizontal__content {
        display: block;
        position: static;
        -ms-transform: none;
        transform: none;
        -webkit-transform: none;
        width: 100%;
        max-width: none;
        text-align: center
    }
}

.c-navigation-horizontal ul {
    padding: 0;
    margin: 0
}

.c-navigation-horizontal ul:nth-child(1) {
    animation-delay: .1s
}

.c-navigation-horizontal ul:nth-child(2) {
    animation-delay: .2s
}

.c-navigation-horizontal ul:nth-child(3) {
    animation-delay: .3s
}

.c-navigation-horizontal ul:nth-child(4) {
    animation-delay: .4s
}

.c-navigation-horizontal ul:nth-child(5) {
    animation-delay: .5s
}

.c-navigation-horizontal ul:nth-child(6) {
    animation-delay: .6s
}

.c-navigation-horizontal ul:nth-child(7) {
    animation-delay: .7s
}

.c-navigation-horizontal ul:nth-child(8) {
    animation-delay: .8s
}

.c-navigation-horizontal ul:nth-child(9) {
    animation-delay: .9s
}

.c-navigation-horizontal ul:nth-child(10) {
    animation-delay: 1s
}

@media (min-width:768px) {
    .c-navigation-horizontal ul {
        max-width: 580px;
        margin-left: auto!important;
        margin-right: auto!important
    }
}

@media (min-width:992px) {
    .c-navigation-horizontal ul {
        max-width: 585px
    }
}

@media (min-width:1200px) {
    .c-navigation-horizontal ul {
        max-width: 700px
    }
}

.c-navigation-horizontal ul li {
    display: block;
    float: left;
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0
}

@media (min-width:768px) {
    .c-navigation-horizontal ul li {
        display: inline-block;
        padding: 0 1em!important;
        float: none
    }
}

.c-navigation-horizontal ul li>ul {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.c-navigation-horizontal ul li.hs-item-has-children:hover>ul {
    display: block
}

.c-navigation-horizontal ul li.hs-item-has-children:hover:before {
    background: rgba(255, 255, 255, .05);
    display: block;
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    right: 0;
    top: 0
}

.c-navigation-horizontal ul a {
    transition: all, .2s, cubic-bezier(.19, 1, .22, 1);
    color: #fff;
    font-weight: 400;
    padding: .5em 1.2em .6em 2em!important;
    display: block!important;
    position: relative;
    max-width: 100%!important;
    font-size: 2.5rem
}

@media (min-width:768px) {
    .c-navigation-horizontal ul a {
        font-weight: 600;
        font-size: 1.4rem;
        color: #4a4a4a;
        text-transform: uppercase;
        padding: 0!important
    }
    .c-navigation-horizontal ul a:before {
        display: none
    }
}

.c-navigation-horizontal ul a:before {
    transition: all, .2s, cubic-bezier(.19, 1, .22, 1);
    content: "";
    display: block;
    background-image: url(//cdn2.hubspot.net/hubfs/2270729/CR2017/arrow-right.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: .3em;
    left: .35em;
    width: 1.2em;
    height: 1.2em;
    display: none
}

@media (min-width:768px) {
    .c-navigation-horizontal ul li:hover a {
        color: #cf7f6e;
        padding-bottom: .8rem;
        border-bottom: 1px solid #cf7f6e
    }
}

.c-navigation-horizontal ul li.active-branch a {
    color: #fff
}

.c-navigation-horizontal ul li.active-branch a:before {
    display: block;
    animation-name: fadeInLeft;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0
}

@media (min-width:768px) {
    .c-navigation-horizontal ul li.active-branch a {
        color: #cf7f6e;
        padding-bottom: .8rem;
        border-bottom: 1px solid #cf7f6e
    }
    .c-navigation-horizontal ul li.active-branch a:before {
        display: none
    }
}

.c-contact-locations h1 {
    transition: all, .2s, cubic-bezier(.19, 1, .22, 1);
    background: #fff;
    color: #292929;
    padding: 2rem 10%;
    display: block;
    position: relative;
    font-size: 2rem
}

.c-contact-locations h1:after {
    transition: all, .2s, cubic-bezier(.19, 1, .22, 1);
    position: absolute;
    top: .8em;
    right: 10%;
    content: "";
    display: block;
    height: .4em;
    width: .4em;
    content: "\f105";
    font-family: FontAwesome;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1.2em
}

@media (min-width:992px) {
    .c-contact-locations h1 {
        display: none
    }
}

.c-contact-locations p {
    font-size: 1.6rem
}

.c-contact-locations h2 {
    font-weight: 400;
    font-size: 1.6em
}

.c-contact-locations__item {
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-duration: 1.6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 0
}

@media (min-width:992px) {
    .c-contact-locations__item {
        display: none
    }
    .c-contact-locations__item:first-child {
        display: block
    }
}

@media (max-width:991px) {
    .c-contact-locations__item {
        background: #f5f5f5;
        border-bottom: 1px solid #f4f4f4
    }
}

.c-contact-locations__item--open .c-contact-locations__col {
    display: block
}

.c-contact-locations__item--open h1 {
    background: #292929;
    color: #fff
}

.c-contact-locations__item--open h1:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 1.2em;
    right: 8.6%
}

@media (min-width:992px) {
    .c-contact-locations p+h2 {
        margin-top: 5rem
    }
    .c-contact-locations h2+p,
    .c-contact-locations p+p {
        margin-top: 2.5rem
    }
}

.c-contact-locations__col {
    display: none;
    padding: 2rem 10%
}

@media (max-width:991px) {
    .c-contact-locations__col p {
        font-size: .8em
    }
    .c-contact-locations__col h2 {
        position: absolute;
        top: -.5rem;
        left: 0;
        font-size: 1.4em
    }
}

@media (min-width:992px) {
    .c-contact-locations__col {
        padding: 0;
        padding-right: 5rem;
        width: 33.333333%;
        float: left;
        display: block
    }
}

.c-contact-locations__col:after {
    content: "";
    clear: both;
    display: block
}

.c-contact-locations__row {
    margin-bottom: 5rem
}

@media (max-width:991px) {
    .c-contact-locations__row {
        padding-left: 33.333333%;
        position: relative;
        padding-right: 0;
        margin-bottom: 0
    }
    .c-contact-locations__row:after {
        content: "";
        clear: both;
        display: block
    }
    .c-contact-locations__row p {
        float: left;
        width: 50%
    }
    .c-contact-locations__row p:nth-child(even) {
        clear: both;
        padding-bottom: 2rem
    }
    .c-contact-locations__row p:nth-child(odd) {
        padding-bottom: 2rem
    }
}

.c-subheading {
    font-size: 3rem;
    font-weight: 600;
    color: #1f5240
}

.c-subheading--right {
    text-align: right
}

.c-arrow-down {
    animation-name: scaleHeight;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: 1.3s;
    width: 2px;
    background: #fff;
    display: inline-block;
    position: relative;
    height: 5rem
}

@media (min-width:768px) {
    .c-arrow-down {
        height: 8rem
    }
}

.c-arrow-down:after,
.c-arrow-down:before {
    content: "";
    display: block;
    height: 2rem;
    width: 2px;
    bottom: -1px;
    left: 0;
    background: #fff;
    position: absolute;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%
}

.c-arrow-down:after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: -1px
}

.c-arrow-down:before {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 1px
}

.c-trending-post {
    position: relative
}

.c-trending-post p {
    font-size: 1.2rem
}

@media (min-width:768px) {
    .c-trending-post p {
        font-size: 1.4rem
    }
}

.c-trending-post h2 {
    font-size: 1.5rem;
    font-weight: 400
}

@media (min-width:992px) {
    .c-trending-post h2 {
        font-size: 3rem
    }
}

.c-trending-post h3 {
    font-size: 1.5rem;
    margin-top: 0
}

@media (min-width:1200px) {
    .c-trending-post h3 {
        font-size: 2rem
    }
}

.c-trending-post hr {
    margin-top: 2rem;
    margin-bottom: 0;
    background: #c2b7b2
}

.c-trending-post__image {
    padding-top: 80%;
    background: #ccc;
    margin-top: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .c-trending-post__image {
        margin-bottom: 3rem
    }
}

.c-trending-post__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-people {
    position: relative
}

.c-people p {
    font-size: 1.2rem;
    margin-top: 1rem; 
    word-wrap: break-word
}

@media (min-width:768px) {
    .c-people p {
        font-size: 1.4rem
    }
}

.c-people h2 {
    font-size: 1.7rem;
    margin-top: 0
}

@media (min-width:768px) {
    .c-people h2 {
        font-size: 2rem
    }
}

.c-people--with-link h2:after {
    transition: all .2s cubic-bezier(.19, 1, .22, 1);
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 1.5rem;
    color: #e3b6ae;
    position: relative;
    top: 1px;
    left: 0
}

.c-people--with-link:hover h2:after {
    left: 1rem
}

.c-people__image {
    padding-top: 80%;
    background: #ccc;
    margin-top: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .c-people__image {
        margin-bottom: 3rem
    }
}

.c-people__link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.c-whitepapers__image {
    padding-top: 80%;
    background: #ccc;
    background-size: cover;
    background-position: center
}

.c-whitepapers h2 {
    font-size: 1.8rem
}

@media (min-width:768px) {
    .c-whitepapers h2 {
        font-size: 2.4rem
    }
}

.c-whitepapers hr {
    margin-top: 3rem;
    margin-bottom: 2rem;
    background: #c2b7b2
}

.c-whitepapers a {
    margin-top: 2rem
}

.c-tags {
    margin: 0;
    padding: 0
}

.wysiwyg-html .c-tags {
    margin-top: 4em
}

.c-tags:after {
    content: "";
    display: block;
    clear: both
}

.c-tags li {
    float: left;
    display: block;
    padding: 0;
    margin: 0
}

.c-tags a {
    font-size: 1.6rem;
    display: block;
    padding: .5em 1em;
    background: #f7eee0;
    font-weight: 400;
    margin: 0 6px 6px 0
}

.c-tags--even a:hover {
    background-color: #e3b6ae
}

@media (min-width:768px) {
    .c-tags--even {
        display: inline-block;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
    .c-tags--even:after {
        content: none
    }
    .c-tags--even li {
        float: none;
        display: block;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .c-tags--even li:last-of-type a {
        margin-right: 0
    }
}

.c-logo {
    animation-name: zoomIn;
    animation-fill-mode: backwards;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-delay: .6s;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    width: 15rem;
    height: 10rem;
    position: relative
}

.c-logo--big {
    width: 15rem;
    height: 10rem
}

@media (min-width:768px) {
    .c-logo--big {
        height: 20rem;
        width: 27rem
    }
}

.c-logo--small {
    width: 11rem;
    height: 9rem
}

.c-logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.c-author-pad {
    position: relative
}

@media (max-width:1199px) {
    .c-author-pad {
    padding-left: 8rem;
    padding-top: 13px;
    }
}

@media (min-width:1200px) {
    .c-author-pad {
        text-align: right
    }
    .c-author-pad:after {
        content: "";
        display: block;
        clear: both
    }
}

.c-author-pad h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 400
}

@media (min-width:1200px) {
    .c-author-pad h4 {
        position: absolute;
    		bottom: 18px;
        right: 17rem;
        width: 230px
    }
}

@media (max-width:1199px) {
    .c-author-pad h4 {
        line-height: 1.4em;
        display: block;
        font-size: 1.4rem;
        margin-bottom: 0
    }
    .c-author-pad h4:after {
        content: ", "
    }
}

.c-author-pad p {
    font-size: 1.4rem
}

@media (min-width:1200px) {
    .c-author-pad p {
        position: absolute;
        bottom: .5rem;
        right: 17rem;
        width: 305px
    }
}

@media (max-width:1199px) {
    .c-author-pad p {
        line-height: 1.4em;
        display: block;
        font-size: 1.4rem;
        opacity: .5
    }
}

.c-author-pad__image {
    background: #ccc;
    background-size: cover;
    background-position: center
}

@media (max-width:1199px) {
    .c-author-pad__image {
        border-radius: 50%;
        width: 6rem;
        height: 6rem;
        position: absolute;
        top: 0;
        left: 0
    }
}

@media (min-width:1200px) {
    .c-author-pad__image {
        width: 15rem;
        height: 15rem;
        float: right
    }
}

.c-listing-post {
    position: relative;
    margin: 4rem 0
}

@media (min-width:768px) {
    .c-listing-post {
        margin: 2.5rem 0;
        width: 50%;
        float: left
    }
}

.c-listing-post__image {
    background-size: cover;
    background-position: center;
    padding-top: 30%;
    width: 40%;
    margin-bottom: 5px;
}

@media (min-width:768px) {
    .c-listing-post__image {
        padding-top: 33.3%;
        width: 50%
    }
}

.c-listing-post__text {
    width: 50%
}

@media (min-width:768px) {
    .c-listing-post__text {
        width: 70%
    }
}

.c-listing-post__text__date {
    font-size: 1.2rem
}

.c-listing-post__text h3 {
    font-weight: 400;
    margin: 1rem 0 1.5rem;
    font-size: 1.5rem
}

@media (min-width:768px) {
    .c-listing-post__text h2 {
        font-size: 3rem;
        margin: 2rem 0 3rem
    }
  .b-blog-related .c-listing-post .c-listing-post__text h2 {
        margin: 1rem 0 1rem
  }
}

.c-listing-post__text h4 {
    font-size: 1.5rem;
    display: inline-block;
    margin-right: .7em
}

@media (min-width:1200px) {
    .c-listing-post__text h4 {
        font-size: 2rem
    }
}

.c-listing-post__text__position {
    font-size: 1.4rem;
    display: inline-block;
    line-height: 2rem
}

.c-listing-post__text hr {
    background: #c2b7b2
}

.c-listing-post__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer
}

.c-listing-post:after {
    content: "";
    clear: both;
    display: block
}

.c-listing-post h3 {
    font-size: 1.5rem;
    margin: .5rem 0 1rem
}

@media (min-width:768px) {
    .c-listing-post h3 {
        margin: 1rem 0 2rem;
        font-size: 2.2rem
    }
}

.c-listing-post h4 {
    font-size: 1.2rem
}

@media (min-width:768px) {
    .c-listing-post h4 {
        font-size: 1.8rem
    }
}

.c-listing-post .c-listing-post__text {
    width: 80%
}

.c-listing-post:nth-child(odd) {
    clear: both
}

@media (max-width:767px) {
    .c-listing-post:nth-child(1) .c-listing-post__text,
    .c-listing-post:nth-child(2) .c-listing-post__text,
    .c-listing-post:nth-child(3) .c-listing-post__text,
    .c-listing-post:nth-child(4) .c-listing-post__text {
        width: 55%;
        margin-left: 5%;
        float: left
    }
    .c-listing-post:nth-child(1) .c-listing-post__image,
    .c-listing-post:nth-child(2) .c-listing-post__image,
    .c-listing-post:nth-child(3) .c-listing-post__image,
    .c-listing-post:nth-child(4) .c-listing-post__image {
        float: left;
        display: block
    }
}

@media (min-width:768px) {
    .c-listing-post:nth-child(1),
    .c-listing-post:nth-child(3) {
        width: 100%;
        margin: 3rem 0
    }
}

@media (min-width:768px) and (min-width:768px) {
    .c-listing-post:nth-child(1),
    .c-listing-post:nth-child(3) {
        margin: 4rem 0
    }
}

@media (min-width:768px) {
    .c-listing-post:nth-child(1) .c-listing-post__text,
    .c-listing-post:nth-child(3) .c-listing-post__text {
        width: 65%;
        float: right
    }
    .c-listing-post:nth-child(1) .c-listing-post__image,
    .c-listing-post:nth-child(3) .c-listing-post__image {
        display: block;
        float: left;
        padding-top: 26%;
        width: 30%;
    }
    .c-listing-post:nth-child(1) h3,
    .c-listing-post:nth-child(3) h3 {
        font-size: 2rem;
      display: inline-block;
      margin-right: 5px;
    }
  
    .c-listing-post:nth-child(2),
    .c-listing-post:nth-child(4) {
        width: 100%;
        margin: 3rem 0
    }
}

@media (min-width:768px) and (min-width:768px) {
    .c-listing-post:nth-child(2),
    .c-listing-post:nth-child(4) {
        margin: 4rem 0
    }
}

@media (min-width:768px) {
    .c-listing-post:nth-child(2) .c-listing-post__text,
    .c-listing-post:nth-child(4) .c-listing-post__text {
        width: 65%;
        float: left;
        text-align: right
    }
    .c-listing-post:nth-child(2) .c-listing-post__image,
    .c-listing-post:nth-child(4) .c-listing-post__image {
        display: block;
        float: right;
        padding-top: 26%;
        width: 30%;
    }
  .b-listing-posts.b-blog-related .c-listing-post .c-listing-post__image {
        padding-top: 36%;
        width: 54%;
  }
    .c-listing-post:nth-child(2) h3,
    .c-listing-post:nth-child(4) h3 {
        font-size: 2rem;
      display: inline-block;
      margin-right: 5px;
    }
}

@media (max-width:767px) {
  
.b-listing-posts.b-blog-related .c-listing-post__image {
    padding-top: 75%;
    width: 100%;
}
}

.c-contact {
    background: #f7eee0
}

.c-contact__head {
    background: #292929;
    padding: 2rem 10%
}

@media (max-width:991px) {
    .c-contact__head hr {
        display: none
    }
}

@media (min-width:992px) {
    .c-contact__head {
        padding: 10rem 5rem 5rem 5rem
    }
}

.c-contact__head h3 {
    color: #c7e2f2;
    font-weight: 400;
    font-size: 2rem
}

@media (min-width:992px) {
    .c-contact__head h3 {
        font-size: 3rem
    }
}

.c-contact__head hr {
    color: #e3b6ae
}

.c-contact__foot {
    overflow: hidden;
    padding: 2rem 10%
}

@media (min-width:992px) {
    .c-contact__foot {
        padding: 5rem
    }
}

.c-contact__foot p {
    font-size: 1.2rem
}

@media (min-width:768px) {
    .c-contact__foot p {
        font-size: 1.4rem
    }
}

.c-contact__foot a {
    font-size: 1.2rem
}

@media (min-width:768px) {
    .c-contact__foot a {
        font-size: 1.4rem
    }
}

.c-blog-pagination {
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
    font-size: .8rem
}

@media (min-width:768px) {
    .c-blog-pagination {
        font-size: 1rem
    }
}

.c-blog-pagination li {
    display: inline-block
}

.c-blog-pagination a {
    line-height: 2.6em;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    display: block;
    border: .2em solid transparent;
    font-weight: 600;
    font-size: 2.4em
}

.c-blog-pagination .active a {
    border-color: #000
}

.c-blog-pagination .next-posts-link a,
.c-blog-pagination .previous-posts-link a {
    font-size: 3em
}

.c-search-field {
    background-color: #eff2f4;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    font-size: 1.4rem;
    padding: 1.5em 2rem!important
}

@media (min-width:768px) {
    .c-search-field {
        font-size: 2rem;
        padding: 1.5em 2.5rem!important
    }
}

.c-search-field::-webkit-input-placeholder {
    color: #bfbfbf
}

.c-search-field::-moz-placeholder {
    color: #bfbfbf
}

.c-search-field:-ms-input-placeholder {
    color: #bfbfbf
}

.c-search-field:-moz-placeholder {
    color: #bfbfbf
}

.c-topic-dropdown {
    height: 3em;
    width: 100%;
    position: relative;
    z-index: 2
}

.c-topic-dropdown:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    top: 0;
    right: 0;
    padding: .25em .5em;
    font-size: 2em;
    z-index: 2
}

.c-topic-dropdown ul {
    background: #292929;
    color: #fff;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 400px;
    overflow-y: auto
}

.c-topic-dropdown li {
    display: none;
    padding: .5em 1em;
    font-weight: 400;
    position: relative
}

.c-topic-dropdown li:hover {
    background: #464646
}

.c-topic-dropdown li:hover a {
    display: block
}

.c-topic-dropdown li:first-child {
    display: block
}

.c-topic-dropdown p {
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    text-align: right;
    padding: .5em 1em;
    font-weight: 600
}

.c-topic-dropdown a {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-topic-dropdown:hover li {
    display: block
}

.c-next-prev {
    text-align: center;
    position: relative
}

.c-next-prev__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    cursor: pointer
}

.c-next-prev__img {
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    background: #fff;
    background-size: cover;
    background-position: center;
    display: inline-block;
    position: relative
}

@media (min-width:768px) {
    .c-next-prev__img {
        position: absolute;
        top: 0;
        width: 7rem;
        height: 7rem
    }
}

.c-next-prev__img:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 48%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2rem;
    display: block;
    padding-left: 2px;
    padding-bottom: 3px
}

@media (min-width:768px) {
    .c-next-prev__img:after {
        font-size: 3rem
    }
}

.c-next-prev__img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #003549;
    border-radius: 50%
}

.c-next-prev--prev {
    text-align: right
}

@media (min-width:768px) {
    .c-next-prev--prev {
        padding-right: 9rem
    }
}

.c-next-prev--prev .c-next-prev__img {
    right: 0
}

.c-next-prev--prev .c-next-prev__img:after {
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.c-next-prev--next {
    text-align: left
}

@media (min-width:768px) {
    .c-next-prev--next {
        padding-left: 9rem
    }
}

.c-next-prev--next .c-next-prev__img {
    left: 0
}

.c-next-prev p {
    font-size: .7em;
    color: #50525b;
    margin-top: 2rem
}

.c-share-icons {
    list-style: none;
    margin: 3rem 0;
    padding: 0;
    overflow: hidden
}

.c-share-icons li {
    float: left;
    width: auto;
    min-height: 30px;
    margin-right: 15px
}

.c-share-icons li .fb_iframe_widget>span {
    vertical-align: baseline!important
}

@media only screen and (min-width:1024px) {
    [data-animate] {
        opacity: 0
    }
    [data-animate].animated {
        opacity: 1
    }
}

.animated {
    -webkit-animation-fill-mode: backwards;
    animation-duration: .6s
}

.duration--slow {
    animation-duration: 1.6s
}

.duration--superslow {
    animation-duration: 3.2s
}

.delay--1 {
    animation-delay: .1s
}

.delay--2 {
    animation-delay: .2s
}

.delay--3 {
    animation-delay: .3s
}

.delay--4 {
    animation-delay: .4s
}

.delay--5 {
    animation-delay: .5s
}

.delay--6 {
    animation-delay: .6s
}

.delay--7 {
    animation-delay: .7s
}

.delay--8 {
    animation-delay: .8s
}

.delay--9 {
    animation-delay: .9s
}

.delay--10 {
    animation-delay: 1s
}

.delay--11 {
    animation-delay: 1.1s
}

.delay--12 {
    animation-delay: 1.2s
}

.delay--13 {
    animation-delay: 1.3s
}

.delay--14 {
    animation-delay: 1.4s
}

.delay--15 {
    animation-delay: 1.5s
}

.delay--16 {
    animation-delay: 1.6s
}

.delay--17 {
    animation-delay: 1.7s
}

.delay--18 {
    animation-delay: 1.8s
}

.delay--19 {
    animation-delay: 1.9s
}

.delay--20 {
    animation-delay: 2s
}

.animated--sequence:nth-child(1) {
    animation-delay: .2s
}

.animated--sequence:nth-child(2) {
    animation-delay: .4s
}

.animated--sequence:nth-child(3) {
    animation-delay: .6s
}

.animated--sequence:nth-child(4) {
    animation-delay: .8s
}

.animated--sequence:nth-child(5) {
    animation-delay: 1s
}

.animated--sequence:nth-child(6) {
    animation-delay: 1.2s
}

.animated--sequence:nth-child(7) {
    animation-delay: 1.4s
}

.animated--sequence:nth-child(8) {
    animation-delay: 1.6s
}

.animated--sequence:nth-child(9) {
    animation-delay: 1.8s
}

.animated--sequence:nth-child(10) {
    animation-delay: 2s
}

.animated--sequence:nth-child(11) {
    animation-delay: 2.2s
}

.animated--sequence:nth-child(12) {
    animation-delay: 2.4s
}

.animated--sequence:nth-child(13) {
    animation-delay: 2.6s
}

.animated--sequence:nth-child(14) {
    animation-delay: 2.8s
}

.animated--sequence:nth-child(15) {
    animation-delay: 3s
}

.animated--sequence:nth-child(16) {
    animation-delay: 3.2s
}

.animated--sequence:nth-child(17) {
    animation-delay: 3.4s
}

.animated--sequence:nth-child(18) {
    animation-delay: 3.6s
}

.animated--sequence:nth-child(19) {
    animation-delay: 3.8s
}

.animated--sequence:nth-child(20) {
    animation-delay: 4s
}

.zoomIn {
    animation-name: zoomIn;
    animation-fill-mode: backwards;
    animation-delay: 0
}

@keyframes zoomIn {
    0%,
    100% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.9, .9, .9)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.fadeIn {
    animation-name: fadeIn;
    animation-fill-mode: backwards;
    animation-delay: 0
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-delay: 0
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 60px, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
    animation-fill-mode: backwards;
    animation-delay: 0
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-30px, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight;
    animation-fill-mode: backwards;
    animation-delay: 0
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(30px, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    animation-delay: 0
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 60px, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown;
    animation-fill-mode: backwards;
    animation-delay: 0
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -30px, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -ms-transform-origin: top;
    transform-origin: top;
    animation-name: flipInX;
    animation-fill-mode: backwards;
    animation-delay: 0
}

@keyframes flipInX {
    0% {
        transform: perspective(1000px) rotate3d(1, 0, 0, -80deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    100% {
        transform: perspective(1000px)
    }
}

.flipInY {
    -ms-transform-origin: left;
    transform-origin: left;
    animation-name: flipInY;
    animation-fill-mode: backwards;
    animation-delay: 0
}

@keyframes flipInY {
    0% {
        transform: perspective(1000px) rotate3d(0, 1, 0, 80deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    100% {
        transform: perspective(1000px)
    }
}

.shake {
    animation-name: shake;
    animation-fill-mode: backwards;
    animation-delay: 0
}

@keyframes shake {
    0%,
    100% {
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.scaleFromRight {
    animation-name: scaleFromRight;
    animation-fill-mode: backwards;
    animation-delay: 0
}

@keyframes scaleFromRight {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

.scaleHeight {
    animation-name: scaleHeight;
    animation-fill-mode: backwards;
    animation-delay: 0
}

@keyframes scaleHeight {
    0% {
        transform: scale3d(1, 0, 1)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

.c-trending-post h3 {
  font-weight: 400;
}

.b-big-text.with-half-spacing hr {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
	.c-trending-post h3 {
    margin: 1rem 0 2rem;
	}
  .b-showcase.with-half-spacing {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .b-showcase.with-half-spacing .l-showcase--col4 .l-showcase__item {
    margin-bottom: 2.5rem;
  }
  .b-showcase.with-half-spacing .l-showcase--col3 .l-showcase__item {
    margin-bottom: 3.5rem;
  }
  .b-showcase.with-half-spacing  .l-showcase {
    margin-top: 3rem;
  }
  .b-showcase.with-half-spacing .b-showcase__bottom {
    padding-top: 3.5rem;
  }
  .b-big-text.with-half-spacing {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .b-action-palet.with-half-spacing {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .b-action-palet.with-half-spacing {
    margin: 2.5rem 0;
  }
  .b-footer.with-half-spacing {
    padding-top: 2.5rem;
  }
  .b-hero__content-wrapper.with-half-spacing {
    margin-bottom: 2.5rem;
  }
}

.b-footer__bar.with-half-spacing {
  margin-top: 2.5rem;
}

.b-quote-image__bg.b-column-image__image{background-color:transparent;background-repeat:no-repeat;background-position:center;}

/*--------New Style---------*/

.cr-lp-form{

    background: #e3b6ae;
    padding: 25px 25px !important;
    text-align: center;
   
}
.cr-lp-form form .hs_columbia_road_newsletter_subscriber ul{

   list-style: none;
    padding: 0px;

}

.cr-lp-form .hs-form-required {

  display:none;

}


.cr-lp-form .hs-error-msgs{
  
  list-style: none;
  padding: 0px;
  font-size: 13px;
  color: red;
}

.cr-lp-form input[type=checkbox]{
  
  margin: 2px 3px;
  vertical-align: middle;
  
}
.cr-lp-form .actions{

  text-align:center;
  margin:0px !important;
  padding: 17px 20px 4px 0px !important;
}

.cr-lp-form input[type=submit]{

    padding: 20px 34px;
    background: #0f1429;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 0px;

}

.cr-lp-form fieldset.form-columns-2 .input{

  margin:0px !important;

}
.cr-lp-form .input{

  margin:0px !important;
}
.cr-lp-form .inputs-list input[type=checkbox]{

 margin-bottom:5px !important;
  
}
.cr-lp-form .hs-richtext p{

  margin-top: 0px !important;
  font-size: 15px;
  padding: 0px 10px 0px 10px;
  font-family: "Work Sans", Arial, sans-serif!important;  
}

.cr-lp-form .hs-input{
 
  height:35px !important;
  border-radius:0px !important;
  box-shadow: none !important;
  background: #f7eee0;
  font-size:16px;
  color:#666;
  opacity:1;
  border:none;
  font-family: "Work Sans", Arial, sans-serif!important;
  
}
.cr-lp-form .inputs-list label{
  font-size:14px;
  margin-left:6px;
  font-family: "Work Sans", Arial, sans-serif!important;
}

.cr-lp-form .hs-button:focus:not(.inactive){

  border:none !important;

}
.cr-lp-form .hs-button:hover:not(.inactive){

  border:none !important;
  box-shadow: none !important;
}
.cr-lp-form fieldset{

  max-width:100% !important;

}
.cr-lp-form .hs-input{

  max-width:95% !important;  
}

.cr-lp-form .hs-input::placeholder{

  color:#666;
  opacity:1;

}

.cr-lp-form textarea::placeholder{

  color:#666;
  opacity:1;
}
/*---Check-Box---*/
.cr-lp-form  .hs-form-booleancheckbox { display:block; position:relative; }
.cr-lp-form  .hs-form-booleancheckbox input { position:absolute; left:0; top: 0; opacity: 0; width: 15px; height: 15px; }
.cr-lp-form  .hs-form-booleancheckbox input + span { position:relative; display: block; font-size: 14px; margin-left:26px;
   }
.cr-lp-form  .hs-form-booleancheckbox input + span:before {     position: absolute;
    left: -25px;
    top: 0px;
    content: '';
    width: 20px;
    height: 20px;
    
  background:#fff;
    
    /* background: #f2f2f2; */
     }
select.hs-input {
-webkit-appearance: none;
appearance: none;
overflow: hidden;
background: #fff url(https://cdn2.hubspot.net/hubfs/203759/images/LOGOfolder/Contrast_Security-2016/drop-icon.png) no-repeat bottom right;

}

.cr-lp-form input[type="checkbox"]:checked + span:before { background:#fff; border-color:#000; } 
.cr-lp-form input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left: -23px;
    top: 0px;
    font-size: 16px; content: "\f00c"; font-family:'FontAwesome'; }



/*---End-Check-Box---*/

@media (max-width:768px){

.cr-lp-form .actions {
    text-align: center;
    margin: 0px !important;
    padding: 17px 0px 0px 0px !important;
}
  
}


@media (max-width:991px) {

  .c-contact-locations__col h2 {
    width: 33%;
  }
  
  
@media (max-width:767px) {

  .c-contact-locations__col h2 {
    font-size: 1.8rem !important;
  }
  
}
  .c-navigation-horizontal{
    z-index:999;
  }