@import url('//fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic%7CRoboto+Condensed%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%7CRoboto+Mono%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%7CRoboto+Slab%3A100%2C300%2Cregular%2C700&#038;subset=vietnamese%2Cgreek%2Ccyrillic-ext%2Ccyrillic%2Cgreek-ext%2Clatin%2Clatin-ext&#038;ver=1.0.0');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  src: url("//info.madeformovement.com/hubfs/Made_For_Movement-January2018/Fonts/revicons.eot?5510888#iefix") format("embedded-opentype"), 
  url("//cdn2.hubspot.net/hubfs/2252381/Made_For_Movement-January2018/Fonts/revicons.woff?5510888") format("woff"), 
  url("//cdn2.hubspot.net/hubfs/2252381/Made_For_Movement-January2018/Fonts/revicons.ttf?5510888") format("truetype");
}


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

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

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

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

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

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

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

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


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

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

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

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

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

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }
@font-face {
  font-family: 'uncodeicon';
  src: url('//cdn2.hubspot.net/hubfs/2252381/Made_For_Movement-January2018/Fonts/uncode-icons.eot');
  src: url('//cdn2.hubspot.net/hubfs/2252381/Made_For_Movement-January2018/Fonts/uncode-icons.eot?#iefix') format('embedded-opentype'), 
  url('//cdn2.hubspot.net/hubfs/2252381/Made_For_Movement-January2018/Fonts/uncode-icons.woff') format('woff'), 
  url('//cdn2.hubspot.net/hubfs/2252381/Made_For_Movement-January2018/Fonts/uncode-icons.ttf') format('truetype'),
  url('//cdn2.hubspot.net/hubfs/2252381/Made_For_Movement-January2018/Fonts/uncode-icons.svg#uncodeicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  font-family: 'uncodeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa.fa-push-right {
  margin-right: .3em;
}
.fa.fa-push-left {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  vertical-align: middle;
  border: 2px solid #c0c0c0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  -o-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  -webkit-border-radius: 2.5em;
  -ms-border-radius: 2.5em;
  border-radius: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: inherit;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-stack-3x {
  font-size: 3em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before {
  content: "\f00d";
}
.fa-remove:before {
  content: "\f00d";
}
.fa-times2:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before {
  content: "\f013";
}
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before {
  content: "\f01e";
}
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before {
  content: "\f03b";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before {
  content: "\f03e";
}
.fa-photo:before {
  content: "\f03e";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before {
  content: "\f044";
}
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before {
  content: "\f064";
}
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-warning2:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart:before {
  content: "\f080";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before {
  content: "\f09e";
}
.fa-rss3:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before {
  content: "\f0c0";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before {
  content: "\f0c1";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-scissors2:before {
  content: "\f0c4";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-navicon:before {
  content: "\f0c9";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before {
  content: "\f0e2";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before {
  content: "\f0e4";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-flash2:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-phone:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before {
  content: "\f112";
}
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before {
  content: "\f123";
}
.fa-star-half-full:before {
  content: "\f123";
}
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before {
  content: "\f127";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before {
  content: "\f153";
}
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before {
  content: "\f155";
}
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before {
  content: "\f156";
}
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before {
  content: "\f157";
}
.fa-jpy:before {
  content: "\f157";
}
.fa-rmb:before {
  content: "\f157";
}
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before {
  content: "\f158";
}
.fa-rub:before {
  content: "\f158";
}
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before {
  content: "\f159";
}
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before {
  content: "\f15a";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before {
  content: "\f195";
}
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before {
  content: "\f19c";
}
.fa-institution:before {
  content: "\f19c";
}
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before {
  content: "\f1b9";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before {
  content: "\f1ba";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-photo-o:before {
  content: "\f1c5";
}
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before {
  content: "\f1c8";
}
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before {
  content: "\f1cd";
}
.fa-life-buoy:before {
  content: "\f1cd";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-life-saver:before {
  content: "\f1cd";
}
.fa-support2:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before {
  content: "\f1d0";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-y-combinator-square:before {
  content: "\f1d4";
}
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before {
  content: "\f1d7";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before {
  content: "\f20b";
}
.fa-shekel:before {
  content: "\f20b";
}
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before {
  content: "\f224";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before {
  content: "\f236";
}
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before {
  content: "\f240";
}
.fa-battery-full2:before {
  content: "\f240";
}
.fa-battery-3:before {
  content: "\f241";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before {
  content: "\f242";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before {
  content: "\f243";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before {
  content: "\f244";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before {
  content: "\f251";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before {
  content: "\f252";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before {
  content: "\f253";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass2:before {
  content: "\f254";
}
.fa-hand-grab-o:before {
  content: "\f255";
}
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before {
  content: "\f26c";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin2:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag2:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-eye2:before {
  content: "\e064";
}
.fa-paper-clip:before {
  content: "\e065";
}
.fa-mail:before {
  content: "\e066";
}
.fa-toggle:before {
  content: "\e067";
}
.fa-layout:before {
  content: "\e068";
}
.fa-link3:before {
  content: "\e069";
}
.fa-bell2:before {
  content: "\e06a";
}
.fa-lock3:before {
  content: "\e06b";
}
.fa-unlock2:before {
  content: "\e06c";
}
.fa-ribbon:before {
  content: "\e06d";
}
.fa-image2:before {
  content: "\e06e";
}
.fa-signal2:before {
  content: "\e06f";
}
.fa-target:before {
  content: "\e070";
}
.fa-clipboard2:before {
  content: "\e071";
}
.fa-clock:before {
  content: "\e072";
}
.fa-watch:before {
  content: "\e073";
}
.fa-air-play:before {
  content: "\e074";
}
.fa-camera3:before {
  content: "\e075";
}
.fa-video:before {
  content: "\e076";
}
.fa-disc:before {
  content: "\e077";
}
.fa-printer:before {
  content: "\e078";
}
.fa-monitor:before {
  content: "\e079";
}
.fa-server2:before {
  content: "\e07a";
}
.fa-cog2:before {
  content: "\e07b";
}
.fa-heart3:before {
  content: "\e07c";
}
.fa-paragraph2:before {
  content: "\e07d";
}
.fa-align-justify2:before {
  content: "\e07e";
}
.fa-align-left2:before {
  content: "\e07f";
}
.fa-align-center2:before {
  content: "\e080";
}
.fa-align-right2:before {
  content: "\e081";
}
.fa-book2:before {
  content: "\e082";
}
.fa-layers:before {
  content: "\e083";
}
.fa-stacked:before {
  content: "\e084";
}
.fa-stack-2:before {
  content: "\e085";
}
.fa-paper:before {
  content: "\e086";
}
.fa-paper-stack:before {
  content: "\e087";
}
.fa-search3:before {
  content: "\e088";
}
.fa-zoom-in:before {
  content: "\e089";
}
.fa-zoom-out:before {
  content: "\e08a";
}
.fa-reply2:before {
  content: "\e08b";
}
.fa-circle-plus:before {
  content: "\e08c";
}
.fa-circle-minus:before {
  content: "\e08d";
}
.fa-circle-check:before {
  content: "\e08e";
}
.fa-circle-cross:before {
  content: "\e08f";
}
.fa-square-plus:before {
  content: "\e090";
}
.fa-square-minus:before {
  content: "\e091";
}
.fa-square-check:before {
  content: "\e092";
}
.fa-square-cross:before {
  content: "\e093";
}
.fa-microphone2:before {
  content: "\e094";
}
.fa-record:before {
  content: "\e095";
}
.fa-skip-back:before {
  content: "\e096";
}
.fa-rewind:before {
  content: "\e097";
}
.fa-play2:before {
  content: "\e098";
}
.fa-pause2:before {
  content: "\e099";
}
.fa-stop2:before {
  content: "\e09a";
}
.fa-fast-forward2:before {
  content: "\e09b";
}
.fa-skip-forward:before {
  content: "\e09c";
}
.fa-shuffle:before {
  content: "\e09d";
}
.fa-repeat2:before {
  content: "\e09e";
}
.fa-folder2:before {
  content: "\e09f";
}
.fa-umbrella2:before {
  content: "\e0a0";
}
.fa-moon:before {
  content: "\e0a1";
}
.fa-thermometer:before {
  content: "\e0a2";
}
.fa-drop:before {
  content: "\e0a3";
}
.fa-sun:before {
  content: "\e0a4";
}
.fa-cloud3:before {
  content: "\e0a5";
}
.fa-cloud-upload2:before {
  content: "\e0a6";
}
.fa-cloud-download2:before {
  content: "\e0a7";
}
.fa-upload3:before {
  content: "\e0a8";
}
.fa-download3:before {
  content: "\e0a9";
}
.fa-location:before {
  content: "\e0aa";
}
.fa-location-2:before {
  content: "\e0ab";
}
.fa-map2:before {
  content: "\e0ac";
}
.fa-battery:before {
  content: "\e0ad";
}
.fa-head:before {
  content: "\e0ae";
}
.fa-briefcase3:before {
  content: "\e0af";
}
.fa-speech-bubble:before {
  content: "\e0b0";
}
.fa-anchor3:before {
  content: "\e0b1";
}
.fa-globe3:before {
  content: "\e0b2";
}
.fa-box:before {
  content: "\e0b3";
}
.fa-reload:before {
  content: "\e0b4";
}
.fa-share2:before {
  content: "\e0b5";
}
.fa-marquee:before {
  content: "\e0b6";
}
.fa-marquee-plus:before {
  content: "\e0b7";
}
.fa-marquee-minus:before {
  content: "\e0b8";
}
.fa-tag2:before {
  content: "\e0b9";
}
.fa-power:before {
  content: "\e0ba";
}
.fa-command:before {
  content: "\e0bb";
}
.fa-alt:before {
  content: "\e0bc";
}
.fa-esc:before {
  content: "\e0bd";
}
.fa-bar-graph:before {
  content: "\e0be";
}
.fa-bar-graph-2:before {
  content: "\e0bf";
}
.fa-pie-graph:before {
  content: "\e0c0";
}
.fa-star2:before {
  content: "\e0c1";
}
.fa-arrow-left2:before {
  content: "\e0c2";
}
.fa-arrow-right2:before {
  content: "\e0c3";
}
.fa-arrow-up2:before {
  content: "\e0c4";
}
.fa-arrow-down2:before {
  content: "\e0c5";
}
.fa-volume:before {
  content: "\e0c6";
}
.fa-mute:before {
  content: "\e0c7";
}
.fa-content-right:before {
  content: "\e100";
}
.fa-content-left:before {
  content: "\e101";
}
.fa-grid:before {
  content: "\e102";
}
.fa-grid-2:before {
  content: "\e103";
}
.fa-columns2:before {
  content: "\e104";
}
.fa-loader:before {
  content: "\e105";
}
.fa-bag:before {
  content: "\e106";
}
.fa-ban2:before {
  content: "\e107";
}
.fa-flag3:before {
  content: "\e108";
}
.fa-trash2:before {
  content: "\e109";
}
.fa-expand3:before {
  content: "\e110";
}
.fa-contract:before {
  content: "\e111";
}
.fa-maximize:before {
  content: "\e112";
}
.fa-minimize:before {
  content: "\e113";
}
.fa-plus2:before {
  content: "\e114";
}
.fa-minus2:before {
  content: "\e115";
}
.fa-check2:before {
  content: "\e116";
}
.fa-cross:before {
  content: "\e117";
}
.fa-move:before {
  content: "\e118";
}
.fa-delete:before {
  content: "\e119";
}
.fa-menu:before {
  content: "\e120";
}
.fa-archive2:before {
  content: "\e121";
}
.fa-inbox2:before {
  content: "\e122";
}
.fa-outbox:before {
  content: "\e123";
}
.fa-file2:before {
  content: "\e124";
}
.fa-file-add:before {
  content: "\e125";
}
.fa-file-subtract:before {
  content: "\e126";
}
.fa-help:before {
  content: "\e127";
}
.fa-open:before {
  content: "\e128";
}
.fa-ellipsis:before {
  content: "\e129";
}
.fa-times:before {
  content: "\e600";
}
.fa-tick:before {
  content: "\e601";
}
.fa-plus3:before {
  content: "\e602";
}
.fa-minus3:before {
  content: "\e603";
}
.fa-equals:before {
  content: "\e604";
}
.fa-divide:before {
  content: "\e605";
}
.fa-chevron-right2:before {
  content: "\e606";
}
.fa-chevron-left2:before {
  content: "\e607";
}
.fa-arrow-right-thick:before {
  content: "\e608";
}
.fa-arrow-left-thick:before {
  content: "\e609";
}
.fa-th-small:before {
  content: "\e60a";
}
.fa-th-menu:before {
  content: "\e60b";
}
.fa-th-list2:before {
  content: "\e60c";
}
.fa-th-large2:before {
  content: "\e60d";
}
.fa-home2:before {
  content: "\e60e";
}
.fa-arrow-forward:before {
  content: "\e60f";
}
.fa-arrow-back:before {
  content: "\e610";
}
.fa-rss:before {
  content: "\e611";
}
.fa-location2:before {
  content: "\e612";
}
.fa-link2:before {
  content: "\e613";
}
.fa-image3:before {
  content: "\e614";
}
.fa-arrow-up-thick:before {
  content: "\e615";
}
.fa-arrow-down-thick:before {
  content: "\e616";
}
.fa-starburst:before {
  content: "\e617";
}
.fa-starburst-outline:before {
  content: "\e618";
}
.fa-star3:before {
  content: "\e619";
}
.fa-flow-children:before {
  content: "\e61a";
}
.fa-export:before {
  content: "\e61b";
}
.fa-delete2:before {
  content: "\e61c";
}
.fa-delete-outline:before {
  content: "\e61d";
}
.fa-cloud-storage:before {
  content: "\e61e";
}
.fa-wi-fi:before {
  content: "\e61f";
}
.fa-heart4:before {
  content: "\e620";
}
.fa-flash:before {
  content: "\e621";
}
.fa-cancel:before {
  content: "\e622";
}
.fa-backspace:before {
  content: "\e623";
}
.fa-attachment2:before {
  content: "\e624";
}
.fa-arrow-move:before {
  content: "\e625";
}
.fa-warning:before {
  content: "\e626";
}
.fa-user2:before {
  content: "\e627";
}
.fa-radar:before {
  content: "\e628";
}
.fa-lock-open:before {
  content: "\e629";
}
.fa-lock-closed:before {
  content: "\e62a";
}
.fa-location-arrow2:before {
  content: "\e62b";
}
.fa-info2:before {
  content: "\e62c";
}
.fa-user-delete:before {
  content: "\e62d";
}
.fa-user-add:before {
  content: "\e62e";
}
.fa-media-pause:before {
  content: "\e62f";
}
.fa-group2:before {
  content: "\e630";
}
.fa-chart-pie:before {
  content: "\e631";
}
.fa-chart-line:before {
  content: "\e632";
}
.fa-chart-bar:before {
  content: "\e633";
}
.fa-chart-area:before {
  content: "\e634";
}
.fa-video2:before {
  content: "\e635";
}
.fa-point-of-interest:before {
  content: "\e636";
}
.fa-infinity:before {
  content: "\e637";
}
.fa-globe4:before {
  content: "\e638";
}
.fa-eye3:before {
  content: "\e639";
}
.fa-cog3:before {
  content: "\e63a";
}
.fa-camera4:before {
  content: "\e63b";
}
.fa-upload4:before {
  content: "\e63c";
}
.fa-scissors:before {
  content: "\e63d";
}
.fa-refresh3:before {
  content: "\e63e";
}
.fa-pin:before {
  content: "\e63f";
}
.fa-key3:before {
  content: "\e640";
}
.fa-info-large:before {
  content: "\e641";
}
.fa-eject2:before {
  content: "\e642";
}
.fa-download4:before {
  content: "\e643";
}
.fa-zoom:before {
  content: "\e644";
}
.fa-zoom-out2:before {
  content: "\e645";
}
.fa-zoom-in2:before {
  content: "\e646";
}
.fa-sort-numerically:before {
  content: "\e647";
}
.fa-sort-alphabetically:before {
  content: "\e648";
}
.fa-input-checked:before {
  content: "\e649";
}
.fa-calender:before {
  content: "\e64a";
}
.fa-world:before {
  content: "\e64b";
}
.fa-notes:before {
  content: "\e64c";
}
.fa-code2:before {
  content: "\e64d";
}
.fa-arrow-sync:before {
  content: "\e64e";
}
.fa-arrow-shuffle:before {
  content: "\e64f";
}
.fa-arrow-repeat:before {
  content: "\e650";
}
.fa-arrow-minimise:before {
  content: "\e651";
}
.fa-arrow-maximise:before {
  content: "\e652";
}
.fa-arrow-loop:before {
  content: "\e653";
}
.fa-anchor4:before {
  content: "\e654";
}
.fa-spanner:before {
  content: "\e655";
}
.fa-puzzle2:before {
  content: "\e656";
}
.fa-power2:before {
  content: "\e657";
}
.fa-plane2:before {
  content: "\e658";
}
.fa-pi:before {
  content: "\e659";
}
.fa-phone3:before {
  content: "\e65a";
}
.fa-microphone3:before {
  content: "\e65b";
}
.fa-media-rewind:before {
  content: "\e65c";
}
.fa-flag4:before {
  content: "\e65d";
}
.fa-adjust-brightness:before {
  content: "\e65e";
}
.fa-waves:before {
  content: "\e65f";
}
.fa-social-twitter:before {
  content: "\e660";
}
.fa-social-facebook:before {
  content: "\e661";
}
.fa-social-dribbble:before {
  content: "\e662";
}
.fa-media-stop:before {
  content: "\e663";
}
.fa-media-record:before {
  content: "\e664";
}
.fa-media-play:before {
  content: "\e665";
}
.fa-media-fast-forward:before {
  content: "\e666";
}
.fa-media-eject:before {
  content: "\e667";
}
.fa-social-vimeo:before {
  content: "\e668";
}
.fa-social-tumbler:before {
  content: "\e669";
}
.fa-social-skype:before {
  content: "\e66a";
}
.fa-social-pinterest:before {
  content: "\e66b";
}
.fa-social-linkedin:before {
  content: "\e66c";
}
.fa-social-last-fm:before {
  content: "\e66d";
}
.fa-social-github:before {
  content: "\e66e";
}
.fa-social-flickr:before {
  content: "\e66f";
}
.fa-at2:before {
  content: "\e670";
}
.fa-times-outline:before {
  content: "\e671";
}
.fa-plus-outline:before {
  content: "\e672";
}
.fa-minus-outline:before {
  content: "\e673";
}
.fa-tick-outline:before {
  content: "\e674";
}
.fa-th-large-outline:before {
  content: "\e675";
}
.fa-equals-outline:before {
  content: "\e676";
}
.fa-divide-outline:before {
  content: "\e677";
}
.fa-chevron-right-outline:before {
  content: "\e678";
}
.fa-chevron-left-outline:before {
  content: "\e679";
}
.fa-arrow-right-outline:before {
  content: "\e67a";
}
.fa-arrow-left-outline:before {
  content: "\e67b";
}
.fa-th-small-outline:before {
  content: "\e67c";
}
.fa-th-menu-outline:before {
  content: "\e67d";
}
.fa-th-list-outline:before {
  content: "\e67e";
}
.fa-news:before {
  content: "\e67f";
}
.fa-home-outline:before {
  content: "\e680";
}
.fa-arrow-up-outline:before {
  content: "\e681";
}
.fa-arrow-forward-outline:before {
  content: "\e682";
}
.fa-arrow-down-outline:before {
  content: "\e683";
}
.fa-arrow-back-outline:before {
  content: "\e684";
}
.fa-trash3:before {
  content: "\e685";
}
.fa-rss-outline:before {
  content: "\e686";
}
.fa-message:before {
  content: "\e687";
}
.fa-location-outline:before {
  content: "\e688";
}
.fa-link-outline:before {
  content: "\e689";
}
.fa-image-outline:before {
  content: "\e68a";
}
.fa-export-outline:before {
  content: "\e68b";
}
.fa-cross2:before {
  content: "\e68c";
}
.fa-wi-fi-outline:before {
  content: "\e68d";
}
.fa-star-outline:before {
  content: "\e68e";
}
.fa-media-pause-outline:before {
  content: "\e68f";
}
.fa-mail2:before {
  content: "\e690";
}
.fa-heart-outline:before {
  content: "\e691";
}
.fa-flash-outline:before {
  content: "\e692";
}
.fa-cancel-outline:before {
  content: "\e693";
}
.fa-beaker2:before {
  content: "\e694";
}
.fa-arrow-move-outline:before {
  content: "\e695";
}
.fa-watch2:before {
  content: "\e696";
}
.fa-warning-outline:before {
  content: "\e697";
}
.fa-time:before {
  content: "\e698";
}
.fa-radar-outline:before {
  content: "\e699";
}
.fa-lock-open-outline:before {
  content: "\e69a";
}
.fa-location-arrow-outline:before {
  content: "\e69b";
}
.fa-info-outline:before {
  content: "\e69c";
}
.fa-backspace-outline:before {
  content: "\e69d";
}
.fa-attachment-outline:before {
  content: "\e69e";
}
.fa-user-outline:before {
  content: "\e69f";
}
.fa-user-delete-outline:before {
  content: "\e6a0";
}
.fa-user-add-outline:before {
  content: "\e6a1";
}
.fa-lock-closed-outline:before {
  content: "\e6a2";
}
.fa-group-outline:before {
  content: "\e6a3";
}
.fa-chart-pie-outline:before {
  content: "\e6a4";
}
.fa-chart-line-outline:before {
  content: "\e6a5";
}
.fa-chart-bar-outline:before {
  content: "\e6a6";
}
.fa-chart-area-outline:before {
  content: "\e6a7";
}
.fa-video-outline:before {
  content: "\e6a8";
}
.fa-point-of-interest-outline:before {
  content: "\e6a9";
}
.fa-map4:before {
  content: "\e6aa";
}
.fa-key-outline:before {
  content: "\e6ab";
}
.fa-infinity-outline:before {
  content: "\e6ac";
}
.fa-globe-outline:before {
  content: "\e6ad";
}
.fa-eye-outline:before {
  content: "\e6ae";
}
.fa-cog-outline:before {
  content: "\e6af";
}
.fa-camera-outline:before {
  content: "\e6b0";
}
.fa-upload-outline:before {
  content: "\e6b1";
}
.fa-support:before {
  content: "\e6b2";
}
.fa-scissors-outline:before {
  content: "\e6b3";
}
.fa-refresh-outline:before {
  content: "\e6b4";
}
.fa-info-large-outline:before {
  content: "\e6b5";
}
.fa-eject-outline:before {
  content: "\e6b6";
}
.fa-download-outline:before {
  content: "\e6b7";
}
.fa-battery-mid:before {
  content: "\e6b8";
}
.fa-battery-low:before {
  content: "\e6b9";
}
.fa-battery-high:before {
  content: "\e6ba";
}
.fa-zoom-outline:before {
  content: "\e6bb";
}
.fa-zoom-out-outline:before {
  content: "\e6bc";
}
.fa-zoom-in-outline:before {
  content: "\e6bd";
}
.fa-tag3:before {
  content: "\e6be";
}
.fa-tabs-outline:before {
  content: "\e6bf";
}
.fa-pin-outline:before {
  content: "\e6c0";
}
.fa-message-typing:before {
  content: "\e6c1";
}
.fa-directions:before {
  content: "\e6c2";
}
.fa-battery-full:before {
  content: "\e6c3";
}
.fa-battery-charge:before {
  content: "\e6c4";
}
.fa-pipette:before {
  content: "\e6c5";
}
.fa-pencil3:before {
  content: "\e6c6";
}
.fa-folder3:before {
  content: "\e6c7";
}
.fa-folder-delete:before {
  content: "\e6c8";
}
.fa-folder-add:before {
  content: "\e6c9";
}
.fa-edit3:before {
  content: "\e6ca";
}
.fa-document2:before {
  content: "\e6cb";
}
.fa-document-delete:before {
  content: "\e6cc";
}
.fa-document-add:before {
  content: "\e6cd";
}
.fa-brush:before {
  content: "\e6ce";
}
.fa-thumbs-up2:before {
  content: "\e6cf";
}
.fa-thumbs-down2:before {
  content: "\e6d0";
}
.fa-pen:before {
  content: "\e6d1";
}
.fa-sort-numerically-outline:before {
  content: "\e6d2";
}
.fa-sort-alphabetically-outline:before {
  content: "\e6d3";
}
.fa-social-last-fm-circular:before {
  content: "\e6d4";
}
.fa-social-github-circular:before {
  content: "\e6d5";
}
.fa-compass3:before {
  content: "\e6d6";
}
.fa-bookmark2:before {
  content: "\e6d7";
}
.fa-input-checked-outline:before {
  content: "\e6d8";
}
.fa-code-outline:before {
  content: "\e6d9";
}
.fa-calender-outline:before {
  content: "\e6da";
}
.fa-business-card:before {
  content: "\e6db";
}
.fa-arrow-up3:before {
  content: "\e6dc";
}
.fa-arrow-sync-outline:before {
  content: "\e6dd";
}
.fa-arrow-right3:before {
  content: "\e6de";
}
.fa-arrow-repeat-outline:before {
  content: "\e6df";
}
.fa-arrow-loop-outline:before {
  content: "\e6e0";
}
.fa-arrow-left3:before {
  content: "\e6e1";
}
.fa-flow-switch:before {
  content: "\e6e2";
}
.fa-flow-parallel:before {
  content: "\e6e3";
}
.fa-flow-merge:before {
  content: "\e6e4";
}
.fa-document-text:before {
  content: "\e6e5";
}
.fa-clipboard4:before {
  content: "\e6e6";
}
.fa-calculator2:before {
  content: "\e6e7";
}
.fa-arrow-minimise-outline:before {
  content: "\e6e8";
}
.fa-arrow-maximise-outline:before {
  content: "\e6e9";
}
.fa-arrow-down3:before {
  content: "\e6ea";
}
.fa-gift3:before {
  content: "\e6eb";
}
.fa-film2:before {
  content: "\e6ec";
}
.fa-database2:before {
  content: "\e6ed";
}
.fa-bell3:before {
  content: "\e6ee";
}
.fa-anchor-outline:before {
  content: "\e6ef";
}
.fa-adjust-contrast:before {
  content: "\e6f0";
}
.fa-world-outline:before {
  content: "\e6f1";
}
.fa-shopping-bag:before {
  content: "\e6f2";
}
.fa-power-outline:before {
  content: "\e6f3";
}
.fa-notes-outline:before {
  content: "\e6f4";
}
.fa-device-tablet:before {
  content: "\e6f5";
}
.fa-device-phone:before {
  content: "\e6f6";
}
.fa-device-laptop:before {
  content: "\e6f7";
}
.fa-device-desktop:before {
  content: "\e6f8";
}
.fa-briefcase4:before {
  content: "\e6f9";
}
.fa-stopwatch:before {
  content: "\e6fa";
}
.fa-spanner-outline:before {
  content: "\e6fb";
}
.fa-puzzle-outline:before {
  content: "\e6fc";
}
.fa-printer2:before {
  content: "\e6fd";
}
.fa-pi-outline:before {
  content: "\e6fe";
}
.fa-lightbulb2:before {
  content: "\e6ff";
}
.fa-flag-outline:before {
  content: "\e700";
}
.fa-contacts:before {
  content: "\e701";
}
.fa-archive3:before {
  content: "\e702";
}
.fa-weather-stormy:before {
  content: "\e703";
}
.fa-weather-shower:before {
  content: "\e704";
}
.fa-weather-partly-sunny:before {
  content: "\e705";
}
.fa-weather-downpour:before {
  content: "\e706";
}
.fa-weather-cloudy:before {
  content: "\e707";
}
.fa-plane-outline:before {
  content: "\e708";
}
.fa-phone-outline:before {
  content: "\e709";
}
.fa-microphone-outline:before {
  content: "\e70a";
}
.fa-weather-windy:before {
  content: "\e70b";
}
.fa-weather-windy-cloudy:before {
  content: "\e70c";
}
.fa-weather-sunny:before {
  content: "\e70d";
}
.fa-weather-snow:before {
  content: "\e70e";
}
.fa-weather-night:before {
  content: "\e70f";
}
.fa-media-stop-outline:before {
  content: "\e710";
}
.fa-media-rewind-outline:before {
  content: "\e711";
}
.fa-media-record-outline:before {
  content: "\e712";
}
.fa-media-play-outline:before {
  content: "\e713";
}
.fa-media-fast-forward-outline:before {
  content: "\e714";
}
.fa-media-eject-outline:before {
  content: "\e715";
}
.fa-wine2:before {
  content: "\e716";
}
.fa-waves-outline:before {
  content: "\e717";
}
.fa-ticket2:before {
  content: "\e718";
}
.fa-tags2:before {
  content: "\e719";
}
.fa-plug2:before {
  content: "\e71a";
}
.fa-headphones2:before {
  content: "\e71b";
}
.fa-credit-card2:before {
  content: "\e71c";
}
.fa-coffee2:before {
  content: "\e71d";
}
.fa-book3:before {
  content: "\e71e";
}
.fa-beer2:before {
  content: "\e71f";
}
.fa-volume2:before {
  content: "\e720";
}
.fa-volume-up2:before {
  content: "\e721";
}
.fa-volume-mute:before {
  content: "\e722";
}
.fa-volume-down2:before {
  content: "\e723";
}
.fa-social-vimeo-circular:before {
  content: "\e724";
}
.fa-social-twitter-circular:before {
  content: "\e725";
}
.fa-social-pinterest-circular:before {
  content: "\e726";
}
.fa-social-linkedin-circular:before {
  content: "\e727";
}
.fa-social-facebook-circular:before {
  content: "\e728";
}
.fa-social-dribbble-circular:before {
  content: "\e729";
}
.fa-tree2:before {
  content: "\e72a";
}
.fa-thermometer2:before {
  content: "\e72b";
}
.fa-social-tumbler-circular:before {
  content: "\e72c";
}
.fa-social-skype-outline:before {
  content: "\e72d";
}
.fa-social-flickr-circular:before {
  content: "\e72e";
}
.fa-social-at-circular:before {
  content: "\e72f";
}
.fa-shopping-cart2:before {
  content: "\e730";
}
.fa-messages:before {
  content: "\e731";
}
.fa-leaf2:before {
  content: "\e732";
}
.fa-feather:before {
  content: "\e733";
}
.fa-mobile2:before {
  content: "\e000";
}
.fa-laptop2:before {
  content: "\e001";
}
.fa-desktop2:before {
  content: "\e002";
}
.fa-tablet2:before {
  content: "\e003";
}
.fa-phone2:before {
  content: "\e004";
}
.fa-document:before {
  content: "\e005";
}
.fa-documents:before {
  content: "\e006";
}
.fa-search2:before {
  content: "\e007";
}
.fa-clipboard3:before {
  content: "\e008";
}
.fa-newspaper:before {
  content: "\e009";
}
.fa-notebook:before {
  content: "\e00a";
}
.fa-book-open:before {
  content: "\e00b";
}
.fa-browser:before {
  content: "\e00c";
}
.fa-calendar2:before {
  content: "\e00d";
}
.fa-presentation:before {
  content: "\e00e";
}
.fa-picture:before {
  content: "\e00f";
}
.fa-pictures:before {
  content: "\e010";
}
.fa-video3:before {
  content: "\e011";
}
.fa-camera2:before {
  content: "\e012";
}
.fa-printer3:before {
  content: "\e013";
}
.fa-toolbox:before {
  content: "\e014";
}
.fa-briefcase2:before {
  content: "\e015";
}
.fa-wallet:before {
  content: "\e016";
}
.fa-gift2:before {
  content: "\e017";
}
.fa-bargraph:before {
  content: "\e018";
}
.fa-grid2:before {
  content: "\e019";
}
.fa-expand2:before {
  content: "\e01a";
}
.fa-focus:before {
  content: "\e01b";
}
.fa-edit2:before {
  content: "\e01c";
}
.fa-adjustments:before {
  content: "\e01d";
}
.fa-ribbon2:before {
  content: "\e01e";
}
.fa-hourglass:before {
  content: "\e01f";
}
.fa-lock2:before {
  content: "\e020";
}
.fa-megaphone:before {
  content: "\e021";
}
.fa-shield2:before {
  content: "\e022";
}
.fa-trophy2:before {
  content: "\e023";
}
.fa-flag2:before {
  content: "\e024";
}
.fa-map3:before {
  content: "\e025";
}
.fa-puzzle:before {
  content: "\e026";
}
.fa-basket:before {
  content: "\e027";
}
.fa-envelope2:before {
  content: "\e028";
}
.fa-streetsign:before {
  content: "\e029";
}
.fa-telescope:before {
  content: "\e02a";
}
.fa-gears2:before {
  content: "\e02b";
}
.fa-key2:before {
  content: "\e02c";
}
.fa-paperclip2:before {
  content: "\e02d";
}
.fa-attachment:before {
  content: "\e02e";
}
.fa-pricetags:before {
  content: "\e02f";
}
.fa-lightbulb:before {
  content: "\e030";
}
.fa-layers2:before {
  content: "\e031";
}
.fa-pencil2:before {
  content: "\e032";
}
.fa-tools:before {
  content: "\e033";
}
.fa-tools-2:before {
  content: "\e034";
}
.fa-scissors3:before {
  content: "\e035";
}
.fa-paintbrush:before {
  content: "\e036";
}
.fa-magnifying-glass:before {
  content: "\e037";
}
.fa-circle-compass:before {
  content: "\e038";
}
.fa-linegraph:before {
  content: "\e039";
}
.fa-mic:before {
  content: "\e03a";
}
.fa-strategy:before {
  content: "\e03b";
}
.fa-beaker:before {
  content: "\e03c";
}
.fa-caution:before {
  content: "\e03d";
}
.fa-recycle2:before {
  content: "\e03e";
}
.fa-anchor2:before {
  content: "\e03f";
}
.fa-profile-male:before {
  content: "\e040";
}
.fa-profile-female:before {
  content: "\e041";
}
.fa-bike:before {
  content: "\e042";
}
.fa-wine:before {
  content: "\e043";
}
.fa-hotairballoon:before {
  content: "\e044";
}
.fa-globe2:before {
  content: "\e045";
}
.fa-genius:before {
  content: "\e046";
}
.fa-map-pin:before {
  content: "\e047";
}
.fa-dial:before {
  content: "\e048";
}
.fa-chat:before {
  content: "\e049";
}
.fa-heart2:before {
  content: "\e04a";
}
.fa-cloud2:before {
  content: "\e04b";
}
.fa-upload2:before {
  content: "\e04c";
}
.fa-download2:before {
  content: "\e04d";
}
.fa-target2:before {
  content: "\e04e";
}
.fa-hazardous:before {
  content: "\e04f";
}
.fa-piechart:before {
  content: "\e050";
}
.fa-speedometer:before {
  content: "\e051";
}
.fa-global:before {
  content: "\e052";
}
.fa-compass2:before {
  content: "\e053";
}
.fa-lifesaver:before {
  content: "\e054";
}
.fa-clock2:before {
  content: "\e055";
}
.fa-aperture:before {
  content: "\e056";
}
.fa-quote:before {
  content: "\e057";
}
.fa-scope:before {
  content: "\e058";
}
.fa-alarmclock:before {
  content: "\e059";
}
.fa-refresh2:before {
  content: "\e05a";
}
.fa-happy:before {
  content: "\e05b";
}
.fa-sad:before {
  content: "\e05c";
}
.fa-facebook2:before {
  content: "\e05d";
}
.fa-twitter2:before {
  content: "\e05e";
}
.fa-googleplus:before {
  content: "\e05f";
}
.fa-rss2:before {
  content: "\e060";
}
.fa-tumblr2:before {
  content: "\e061";
}
.fa-linkedin2:before {
  content: "\e062";
}
.fa-dribbble2:before {
  content: "\e063";
}



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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
    background: #fff;
    font-size: 18px;
    line-height: 1.75;
    color: #3c3c3c;
    font-weight: 400;
    font-family: "Roboto", "Sans-Serif";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

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

/* Highlighted Text */
::-moz-selection {
    background: #00ae65;
    color: #fff !important;
}
::selection {
    background: #00ae65;
    color: #fff !important;
}


body.hs-blog-listing .body-container-wrapper {
    margin-top: 75px!important;
}


.custom-widget-four-columns {
    display: inline-block;
    margin: 2em 0em;
    padding: 0 2em;
    width: 48%;
    vertical-align: top;
}


.searchresults .hs-search-field .hs-search-field__bar input[type="search"].hs-search-field__input {
	max-width: 100%;
  padding: 1em;
  font-size: 20px;
}

.span12.widget-span.widget-type-blog_subscribe h3.form-title {
	display: none;
  visibility: hidden;
}

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

body.hs-blog-post .hs-blog-list-title {
	display: none;
  visibility: hidden;
}

/* Basic text */
p {
    margin: 18px 0 0;
} 


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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: Roboto;
    line-height: 1.2;
    color: #3db7e4;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 50px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 14px;
}

/* Anchor Links */
a { color: #3db7e4;
    text-decoration: none;
    -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
a:hover, a:focus { color: #00ae65; text-decoration: none;}

/* Lists */
ul, ol {
    margin: 18px 0px 0px 0px;
    padding: 0px 0px 0px 18px;
}

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


/* LINDA CSS FIX */

.section-header-center {
    text-align: center;
    margin: 2em auto 3em;
}

.two-column.story .custom-story-row1-left-col h4 {
    color: #3c3c3c!important;
}

.two-column.story .custom-story-row1-left-col blockquote {
    border-left: 2px solid #00ae65;
    margin: 27px 0px 27px 0px;
    padding: 0px 0px 0px 27px;
}

.two-column.story .box {
    padding: 40px;
    margin-bottom: 40px;
}

.two-column.story .box hr {
    width: 40%;
    background-color: #fff;
    display: inline-block;
    height: 2px;
    margin:0;
    padding:0;
}

.two-column.story .green.box {
    background-color: #00ae65;
    color: #fff;
}

.two-column.story .green.box a,
.two-column.story .green.box *,
.two-column.story .red.box a,
.two-column.story .red.box *,
.two-column.story .blue.box a,
.two-column.story .blue.box *{
    color: #fff!important;
}

.two-column.story .blue.box {
    background-color: #3db7e4;
    color: #fff;
}


.two-column.story .yellow.box {
    background-color: #ffc550;
    color: #333;
}

.two-column.story .yellow.box a,
.two-column.story .yellow.box *{
    color: #3f3f3f!important;
}


.two-column.story .red.box {
    background-color: #f7403a;
    color: #fff;
}


/*.hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1:last-child > a {
    color:#fff;
    font-size: 0;
}

.hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1:last-child > a:before {
    font-family: FontAwesome;
    content: "\f0ac";
    color: #3c3c3c;
    font-size: 22px;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    visibility: visible;
    position: relative;
    top: -5px;
}*/

.hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1:last-child > a:after {
    color: #3c3c3c;
}

.custom-home-row2 {
		padding-top: 2em;
}

.custom-home-row2 .column a {
    text-align: center;
    display: block;
}

.custom-home-row2 .column a:hover {
    opacity: 0.8;
}

.custom-home-row2 .column a p,
.custom-home-row2 .column a h3 {
    margin:0;
}

.custom-home-row2 .column a h3 {
    font-size: 36px;
}

.custom-home-row2 .column a span.read-more {
    font-weight: 600;
}

.bullets-column ul {
    margin:0;
    padding:0;
}

.bullets-column ul.columns li.column {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 2em;
    padding: 0 3em;
}

.bullets-column ul.columns > li {
    list-style: none;
} 

.bullets-column ul.columns li ul {
    margin: 0 0 0 1em;
    padding: 0 0 0 1em;
}

.bullets-column ul.columns li ul li {
    list-style: disc;
    font-weight: 300;
}

.custom-accordion-inner-content{
    margin-top: 30px !important;
}

/*.contact-left-col{
  position: relative;
}
.circle_1{
    position: absolute;
    top: -74px;
    border: 3px solid #3db7e4;
    bottom: 0;
    right: 0;
    left: -58px;
    border-radius: 50%;
    padding: 187px;
}*/
.js-gwa-country-select-form select.hs-input{
     margin-top: 10px;
}

@media screen and (max-width: 767px) {
    
    .custom-home-row2 .column {
        margin-bottom: 40px;
    }
    
    .custom-home-row2 .column a {
        text-align: left;
    }
  
    /* Elena's changes */
   	.custom-accordion-inner-content.sw div:nth-child(2){
        margin-top: 30px;
    }
    /*****/
}

@media screen and (min-width: 768px) {
  
    .custom-widget-four-columns { 
      width: 32%;
    }
  
    
    .bullets-column ul.columns {
        margin: 0 -1em;
    }
    
    .bullets-column ul.columns li.column {
        width: 45%;
        margin: 0 1em 2em;
    }
    
}

@media screen and (min-width: 980px) {
    .bullets-column ul.columns li.column {
        width: 29%;
    }
  
    .custom-widget-four-columns { 
      width: 24%;
    }
}

@media screen and (min-width: 1171px) {
    
    .bullets-column ul.columns li.column {
        width: 29.9%;
    }
    
}


/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */
    
    
    
    
    
/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


body.searchresults .hs-search-results {
	display: block;
  padding-top: 4em;
}

body.searchresults .span4.widget-span.widget-type-logo {
  width: 100%;
  display: block;
  padding: 2em 0 0;
  margin: 0 auto;
  text-align: center;
}

body.searchresults .span4.widget-span.widget-type-logo img {
    max-width: 175.52px!important;
}

body.searchresults .hs-search-results #hsresults.hs-search-results__listing li {
	margin: 0 0 2em!important;
  padding: 0 0 2em!important;
  border-bottom: 1px solid #eee;
}

/*
.header-container-wrapper {
    min-height: 116px!important;
}*/

.landing-page .header-container-wrapper {
	min-height: inherit!important;
}

/*.custom-header-group{
    position: fixed;
    width: 100% !important;
    top: 0px;
    -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(60,60,60,0.15);
    background-color: #ffffff;
    z-index: 9;
}*/

/*.custom-header-group .page-center{
    max-width: 100% !important;
    padding: 0px 36px;
}*/

/*
.custom-logo{
    padding: 27px 0 0;
}
*/

/*
.custom-logo img{
    max-width: 175.52px;
    position: relative;
    left: -2px;
}


.header-container .custom-search-grp {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s 0.5s, visibility 0s 1s;
    transition: opacity 0.5s 0.5s, visibility 0s 1s;
}

.show-search .header-container .custom-search-grp{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.custom-search-grp {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: flex !important;
    height: 100vh;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 100% !important;
    background-color: rgba(20, 22, 24, 0.95);
}

.custom-search-close{
    top: 40px;
    z-index: 10001;
    position: absolute;
    right: 0;
}

.overlay-close {
    display: inline-block;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    padding: 22px 36px 27px 36px;
    cursor: pointer;
    float: right;
}

.close-lines, .close-lines:before, .close-lines:after {
    display: inline-block;
    width: 20px;
    height: 2px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
}

.close-lines {
    position: relative;
    top: -2px;
}

.close-lines:before,.close-lines:after {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 10px center;
    transform-origin: 10px center;
}

.close-lines:before {
    top: 6px;
}

.close-lines, .close-lines:before, .close-lines:after {
    background: #ffffff;
}

.close-lines:before, .close-lines:after {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
    -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: top 0.3s 0.6s ease-in-out,-webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
}

.close-lines:before, .close-lines:after {
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
    -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
    -o-transition: top 0.3s ease-in-out, -o-transform 0.3s 0.5s ease-in-out;
    transition: top 0.3s ease-in-out,-webkit-transform 0.3s 0.5s ease-in-out,-moz-transform 0.3s 0.5s ease-in-out,-o-transform 0.3s 0.5s ease-in-out,transform 0.3s 0.5s ease-in-out;
    top: 0;
    width: 20px;
}

.close-lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.close-lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.close-lines{
    transition: background 0.3s 0s ease-in-out;
    background: transparent !important;
}

.search-container {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 28px;
    font-size: 3.5vh;
}

.custom-search-grp > div{
    width: 100%;
}

.search-container form,
.show-search .search-container .hs-search-field{
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    width: 100%;
    max-width: 600px;
    max-width: 60vw;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0 auto;
}

.show-search .search-container form,
.show-search .search-container .hs-search-field{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.show-search .search-container form > div,
.show-search .search-container .hs-search-field > div {
    width: 100%;
    max-width: none;
    position: relative;
}

.show-search .search-container form .hs-input,
.show-search .search-container .hs-search-field__input{
    font-size: 3.5vh;
    padding: 1em 3em 1em 1.5em;
    display: inline-block;
    margin: 0px;
    background: transparent;
    max-width: 100%;
    border-color: rgba(255, 255, 255, 0.25);
}
.show-search .search-container form .hs-input:focus,
.show-search .search-container .hs-search-field__input:focus {
    border-color: #00ae65;
}

*/

    
.search-container ::-webkit-input-placeholder {color: #fff;} /* Webkit Browsers */
.search-container :-moz-placeholder {color: #fff;} /* Firefox 18- */
.search-container ::-moz-placeholder {color: #fff;} /* Firefox 19+ */
.search-container :-ms-input-placeholder {color: #fff;} /* IE10 */

/*
.show-search .search-container .hs-button.primary{
    margin: 0;
    position: absolute;
    top: 50%;
    background: transparent !important;
    border: none !important;
    right: 0;
    line-height: 48px;
    max-height: 63px;
    padding-right: 33px;
    transform: translateY(-50%);
}

.show-search .search-container .hs-button.primary:after {
    content: "\e088";
    margin-top: -0.5em;
    right: 1.5em;
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    font-family: 'uncodeicon' !important;
    speak: none;
    text-transform: none;
    font-size: 22px;
}

*/

.site-page .custom-team-four-columns {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 auto 2em;
  	text-align: center;
}

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

  .site-page .custom-team-four-columns {
   	width: 44%;
    margin: 0 20px 2em;
  }
  
}

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

  .site-page .custom-team-four-columns {
   	width: 28%;
    margin: 0 20px 2em;
  }
  
  .header-container-wrapper {
    min-height: 182px!important;
}
  
}



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

.body-container-wrapper {}
.body-container {}

.body-container-wrapper {}
.body-container {}

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

.cusutom-banner{}
.cusutom-banner .page-center{}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* =========== Home Page ========== */

.custom-home-social-icon {
    position: fixed;
    left: 0;
    top: 50%;
    width: auto !important;
    z-index: 99999;
}
.custom-home-social-icon ul {
    margin: 0;
    list-style-type: none;
    padding: 0 0 0 18px;
}
.custom-home-social-icon ul li a {
    margin-top: 5px;
    left: 5px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 31px;
    text-align: center;
    position: relative;
    display: block;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    background: 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.custom-home-social-icon ul li .Link-Icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    color: #FFFFFF;
    background: #3c3c3c;
    line-height: 54px;
    border-radius: 50px;
}
.custom-home-social-icon ul li a:hover .Link-Icon {
    background: #ffffff;
    color: #3c3c3c;
}
.custom-home-slider-top .slick-slider {
    margin-bottom: 0px;
    padding: 0;
}
.custom-home-slider-top .hs_cos_gallery_main.slick-fixed-height-slider .slick-track {
    display: block;
}
.custom-home-slider-top .slick-slide-inner-wrapper {
    display: block !important;
    width: 100%;
    background-size: cover;
    background-position: 40% 40%;
    height: 85.6vh;
}
.custom-home-slider-top .caption.below {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%!important;
    position: absolute;
    bottom: 0;
    top:0;
    left: 0;
    padding: 0 0 5em;
  	text-align:left!important;
}

.custom-home-slider-top .caption.below p,
.custom-home-slider-top .caption.below div {
    color: #fff;
    margin: 20px 0;
  	text-align:left!important;
    font-size: 22px;
}

.custom-home-slider-top .caption.below span {
    position: relative;
    display: inline-block;
    top: 60%;
    left: 10%;
    width: auto;
}

.custom-home-slider-top .caption.below h2 {
    font-size: 40px;
    color: #fff;
  	text-align:left!important;
}
.custom-home-slider-top .caption.below h3 {
    color: #fff;
    font-size: 30px;
}

a.custom-slider-btn {
    padding: 0.5em 1em;
    background-color: rgb(236, 235, 226);
    font-size: 20px;
    line-height: 1.6;
    color: rgb(60,60,60);
    border-radius: 6px;
    display: inline-block;
    font-weight: 500;
    margin: 5px 0 0;
    position: relative;
    z-index: 999;
}
.custom-home-slider-top .slick-dots {
    position: absolute !important;
    bottom: 10px !important;
    text-align: center;
    padding: 0;
    width: auto;
    margin: 0 auto !important;
    left: 0;
    right: 0;
}
.custom-home-slider-top .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px 0 2px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.custom-home-slider-top .slick-dots li button {
    display: none;
}
.custom-home-slider-top .slick-dots li:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 1px rgb(255, 255, 255);
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
.custom-home-slider-top .slick-dots li:hover {
    background-color: rgba(0,0,0,0.21);
}
.custom-home-slider-top .slick-dots li.slick-active:after {
    height: 100%;
}
.custom-home-slider-top .slick-prev,
.custom-home-slider-top .slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    color: transparent;
    top: 46%;
    margin-top: 0;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 50%;
    z-index: 99;
    opacity: 1;
}
.custom-home-slider-top .slick-prev {
    left: 20px;
}
.custom-home-slider-top .slick-next {
    right: 20px;
}
.custom-home-slider-top .slick-prev:hover,
.custom-home-slider-top .slick-next:hover {
    background: rgba(0, 0, 0, 1);
}
.custom-home-slider-top .slick-next:before,
.custom-home-slider-top .slick-prev:before {
    font-family: "revicons";
    font-size: 20px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 40px;
    text-align: center;
    opacity: 1;
}
.custom-home-slider-top .slick-next:before {
    content: "\e82d";
}
.custom-home-slider-top .slick-prev:before {
    content: "\e82c";
}
.custom-home-row2 .custom-home-row2-top-col {
    padding-bottom: 36px;
    padding-top: 45px;
}
.custom-home-row2 .custom-home-row2-top-col h2,
.row-main-title h2{
    color: #3c3c3c;
    text-align: center;
    font-size: 60px;
}

.row-main-title.left h2 {
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 0 0 0.5em;
    font-size: 40px;
}


.custom-home-row2 .custom-home-row2-top-col hr {
    background-color: #eaeaea;
    height: 2px;
    margin: 27px auto 18px;
    width: 90px;
    text-align: center;
}
.custom-three-column-equal-product {
    margin-left: -36px;
    display: flex;
    padding: 36px 0;
}
.custom-three-column-equal-product .custom-column-wrappper {
    width: 33.33%;
    float: left;
    padding-left: 36px;
}

.custom-three-column-equal-product .custom-bottom-content {
    margin-top: 0;
    /*background-color: #f7403a;*/
    padding: 36px 0 0 0;
  	/* padding: 36px 
    color: #fff;
    min-height: 588px;*/
}

.custom-three-column-equal-product .custom-bottom-content h2 {
    margin: 0;
  	color: #f7403a;
}

.custom-three-column-equal-product .custom-bottom-content P {
    margin: 20px 0;
	  font-size: 18px;
}

.custom-three-column-equal-product .custom-bottom-content a.custom-btn.white {
    background: #f7403a;
  	color: #fff;
    margin-bottom: 15px;
}

.custom-three-column-equal-product .custom-bottom-content a.custom-btn.white:hover {
    color: #fff !important;
}

.custom-three-column-equal-product .custom-column-wrappper.col2 .custom-bottom-content a.custom-btn.white{
    background: #ffc550;
  	color: #fff;
}

.custom-three-column-equal-product .custom-column-wrappper.col2 .custom-bottom-content h2 {
		color: #ffc550;
}

.custom-three-column-equal-product .custom-column-wrappper.col3 .custom-bottom-content a.custom-btn.white{
    background: #3db7e4;
  	color:#fff;
}

.custom-three-column-equal-product .custom-column-wrappper.col3 .custom-bottom-content h2 {
		color: #3db7e4;
}

.custom-home-row3 {
    padding: 54px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.custom-home-row3:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    background-color: #ecebe2;
    opacity: 0.9;
    content:'';
}
.custom-home-row3 .page-center {
    position: relative;
    z-index: 1;
}
.custom-home-row3 .custom-home-row3-top-col p {
    margin: 0 0 18px;
}

.custom-home-row3 .custom-home-row3-top-col h2{
    color: #3c3c3c;
    text-align: center;
    font-size: 60px;
}
.custom-home-row3 .custom-home-row3-top-col hr {
    background-color: #eaeaea;
    height: 2px;
    margin: 27px auto 36px;
    width: 90px;
    text-align: center;
}

.custom-home-row3 .custom-stories-module-group {
    width: 33.33%;
    float: left;
    padding: 36px 0px 0 36px;
}
.custom-home-row3 .custom-stories-module-group .custom-stories-module {
    min-height: 356px;
}
.custom-home-row3 .custom-stories-module-group .custom-stories-content h3 {
    font-size: 20px;
}
.custom-home-row3 .custom-home-row3-bottom-col p {
    margin: 36px 0 0;
}

a.custom-blue-btn {
    padding: 10px 40px;
    background-color: #3db7e4;
    border: 1px solid #3db7e4;
    color: #fff;
    border-radius: 6px;
    webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    display: inline-block;
    font-weight: 500;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    line-height: 21px;
}
a.custom-blue-btn:hover {
    background-color: transparent;
    color: #3db7e4;
    
}
.custom-home-row4 {
    padding: 54px 36px 36px;
}
.custom-home-row4 .custom-home-row4-col {
    padding-bottom: 36px;
}
.custom-home-row4 .custom-home-row4-col h2{
    color: #3c3c3c;
    text-align: center;
    font-size: 60px;
    margin-top: 36px;
}
.custom-home-row4 .custom-home-row4-col hr {
    background-color: #eaeaea;
    height: 2px;
    margin: 27px auto 36px;
    width: 90px;
    text-align: center;
}
.custom-home-row4 .custom-home-row4-col p{
    margin: 0px;
    text-align: center;
}
.custom-home-row4 .custom-home-row4-col p a {
    color: #3db7e4;
}
.custom-home-row5 {
    background-color: #00ae65;
    padding: 54px 0 21px;
}
.custom-home-row5 .hs_cos_wrapper_type_widget_container,
.custom-home-row3 .hs_cos_wrapper_type_widget_container {
    display: block;
    margin-left: -36px;
}
/*
.custom-home-row5 .custom-one-column-top-image {
    width: 33.33%;
}
*/

.custom-home-row5 .custom-one-column-top-image {
    width: 48%;
}

.custom-home-row6 {
    background-color: #ffc550;
    padding: 54px 0 72px;
}

.custom-home-row5 .custom-home-row5-top-col h2{
    color: #fff;
    font-size: 60px;
}

.custom-home-row6 .custom-home-row6-top-col h2 {
	color: #3c3c3c;
  font-size: 60px;
}

.custom-home-row6 .custom-home-row6-top-col p a {
		color: #3c3c3c;
  	text-decoration: underline;
}

.custom-home-row6 .custom-home-row6-top-col hr {
    background-color: #3c3c3c;
    height: 2px;
    margin: 27px auto 0;
    width: 90px;
}


.custom-home-row5 .custom-home-row5-top-col hr {
    background-color: #eaeaea;
    height: 2px;
    margin: 27px auto 0;
    width: 90px;
}
.custom-home-row6 .custom-home-row6-top-col p,
.custom-home-row5 .custom-home-row5-top-col p{
    margin: 54px 0 36px;
}

.hs-error-msgs.inputs-list label {
    color: #ff0000;
    display: block;
    line-height: normal;
}

/* ============= Inwolk Pro ========= */

.custom-pro-top-header {
    padding: 46px 0 0;
}
.custom-pro-top-header h1 {
    margin: 0;
}

.custom-two-column-equal-left-image {
    overflow: hidden;
}
.custom-two-column-equal-left-image .custom-right-content {
    width: 50%;
    float: left;
    padding: 150px 100px 50px 118px;
}
.custom-two-column-equal-left-image .custom-right-content h3 {
    margin: 27px 0 0;
}
.custom-two-column-equal-left-image .custom-right-content h3:first-of-type {
    margin: 0;
}
.custom-two-column-equal-left-image .custom-left-image {
    width: 50%;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
a.custom-btn.white {
    background-color: #fff;
    padding: 0.5em 1em;
    border-radius: 6px;
    font-weight: 500;
    display: inline-block;
    line-height: 21px;
    border: 0;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  	margin-right: 10px;
}
a.custom-btn.white:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.custom-pro-row2 {
    background-color: #acdff7;
    padding-bottom: 36px;
}
.custom-pro-row2 .custom-pro-row2-top-col {
    margin-top: 36px;
    padding-top: 30px;
    padding-bottom: 36px;
}

.custom-pro-row2 .custom-pro-row2-top-col h2 {
    margin: 0;
    font-size: 60px;
    display: block;
}

.custom-pro-row2 .hs_cos_wrapper_type_widget_container,
.custom-pro-row3 .hs_cos_wrapper_type_widget_container{
    margin-left: -36px;
    display: block;
}
.custom-one-column-top-image {
    padding: 36px 0 0 36px;
    float: left;
    width: 25%;
    text-align: center;
    vertical-align: top;
}
.custom-one-column-top-image .custom-top-image {
    width: 50%;
    margin: 0 auto 36px;
}
.custom-one-column-top-image .custom-bottom-content h3 {
    margin: 0;
    color: #3c3c3c;
}

.custom-pro-row3 {
    background-color: #ecebe2;
    padding-bottom: 36px;
}

.custom-pro-row3 .custom-pro-row3-top-col {
    margin-top: 36px;
    padding-top: 30px;
    padding-bottom: 36px;
    text-align: center;
}

.custom-pro-row3 .custom-pro-row3-top-col h2 {
    margin: 0 0 36px;
    font-size: 60px;
}
.custom-pro-row3 .custom-pro-row3-top-col h3 {
    margin: 0;
}
.custom-one-column-content {
    width: 33.33%;
    float: left;
    padding: 36px 0 0 36px;
}
.custom-one-column-content h3 {
    color: #3c3c3c;
    margin: 0;
}

.custom-pro-row4 {
    padding-top: 72px;
}
.custom-pro-row4 .custom-pro-row4-left-col h2 {
    margin: 0 0 36px;
    font-size: 60px;
    color: #00ae65;
}
.custom-pro-row4-bottom-col {
    padding: 36px 0;
    margin-top: 36px;
}
.custom-pro-row4-bottom-col .embed-container {
    margin-bottom: 72px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.custom-pro-row5 {
    padding-top: 36px;
    padding-bottom: 108px;
}
.custom-pro-row5 .custom-pro-row5-left-col h2,
.custom-pro-row5 .custom-pro-row5-right-col h2{
    margin: 36px 0 36px;
    font-size: 60px;
    color: #00ae65;
}
.custom-pro-row5 .custom-pro-row5-left-flexi {
    margin-top: 36px;
    border-top: 1px solid #eaeaea;
}
.custom-pro-row5 .custom-pro-row5-left-flexi ul {
    margin: 0;
}
.custom-pro-row5 .custom-pro-row5-right-col h2 P {
    padding-bottom: 36px;
}
.custom-pro-row6 {
    background-color: #00ae65;
    text-align: center;
    padding: 72px 0 36px;
}
.custom-pro-row6 h2 {
    margin: 0;
    font-size: 60px;
}

.innowalk-layout .custom-pro-row4-bottom-col {
    padding-bottom: 0;
}
.innowalk-layout .custom-pro-top-header h1 {
    color: #ffc550;
}
.innowalk-layout a.custom-btn.white {
    color: #ffc550;
}
.innowalk-layout a.custom-btn.white:hover {
    color: #fff;
}
.custom-stories-section {
    background-color: #ecebe2;
    padding-bottom: 36px;
    margin-bottom: 72px;
}
.custom-stories-section .custom-stories-to-content {
    text-align: center;
    padding: 72px 0 0;
}
.custom-stories-section .custom-stories-to-content h2 {
    font-size: 60px;
    color: #3c3c3c;
}
.custom-stories-section .custom-stories-to-content h h3 {
    margin: 36px 0 0;
}
.custom-stories-section .custom-topic-filer ul {
    list-style-type: none;
    margin: 0;
}
.custom-stories-section .custom-topic-filer ul li {
    display: inline-block;
    padding: 0px 9px 36px 9px;
}
.custom-stories-section .custom-topic-filer ul li:first-child {
    padding-left: 0;
}
.custom-stories-section .custom-topic-filer ul li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.2em;
    color: #3c3c3c;
}
.custom-topic-filer ul li span.active > a,
.custom-topic-filer ul li.active > a {
    color: rgba(60,60,60,.5) !important;
}
.custom-stories-section .custom-topic-filer ul li a:hover,
.custom-stories-section .custom-topic-filer ul li.active a {
    color: rgba(60,60,60,.5);
}
.custom-stories-section .hs_cos_wrapper_type_widget_container {
    margin-left: -36px;
    display: block;
}
.custom-stories-section .custom-stories-module-group {
    width: 33.33%;
    float: left;
    padding: 0px 0px 36px 36px;
}

.walker-layout .custom-pro-top-header h1 {
    color: #f7403a;
}
.walker-layout a.custom-btn.white {
    color: #f7403a;
}
.walker-layout a.custom-btn.white:hover {
    color: #fff;
}

.custom-green-bar {
    background-color: #00ae65;
}
.walker-layout .custom-pro-row3 .custom-pro-row3-top-col h2 {
    margin: 0px;
}
.walker-layout  .custom-pro-row3 .hs_cos_wrapper_type_widget_container {
    text-align: center;
}
.walker-layout .custom-pro-row3 .custom-one-column-top-image {
    float: none;
    width: 100%;
    text-align: left;
}
.walker-layout .custom-pro-row3 .hs_cos_wrapper_type_custom_widget {
    width: 25%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}
.walker-layout .custom-pro-row4-bottom-col .embed-container {
    margin-bottom: 36px;
}

.walker-layout .custom-stories-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.walker-layout .custom-stories-section:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    background-color: #ecebe2;
    opacity: 0.8;
    content:'';
}
.walker-layout .custom-stories-section .page-center {
    position: relative;
    z-index: 9;
}
.walker-layout .custom-stories-section .custom-stories-module-group .custom-stories-module {
    min-height: 356px;
}
.walker-layout .custom-pro-row5 {
    padding-bottom: 0;
}
.walker-layout .custom-pro-row5 .custom-pro-row5-left-col h2, 
.walker-layout .custom-pro-row5 .custom-pro-row5-right-col h2 {
    font-size: 45px;
}
.walker-layout .custom-pro-row5 .custom-pro-row5-left-col p, 
.walker-layout .custom-pro-row5 .custom-pro-row5-right-col p {
    margin: 36px 0 0;
}
.walker-layout .custom-walker-ro6-flexi {
    margin-top: 36px;
    border-top: 1px solid #eaeaea;
}
.walker-layout .custom-pro-row6 {
    margin-top: 108px;
}
.custom-two-column-equal-left-image .custom-left-image img {
    display: none;
}
/* =============== About Us Layout =========== */

.about-us-layout .custom-about-row1 .custom-about-row1-top-col,
.about-us-layout .custom-about-row2 .custom-about-row2-top-col{
    padding-bottom: 36px;
}
.about-us-layout .custom-about-row1 .custom-about-row1-top-col p {
    margin: 1px 0 0;
}
.about-us-layout .custom-about-row1 .custom-about-row1-top-col h2,
.about-us-layout .custom-about-row3 .custom-about-row3-content h2{
    margin-top: 36px;
}
.about-us-layout .custom-about-row1 .custom-about-row1-top-col hr,
.about-us-layout .custom-about-row2 .custom-about-row2-top-col hr {
    background-color: #eaeaea;
    height: 2px;
    margin: 27px 0px 0px 0px;
    width: 90px;
}
.about-us-layout .custom-about-row1 .custom-about-row1-left-col p:first-of-type,
.about-us-layout .custom-about-row2 .custom-about-row2-left-col p:first-of-type{
    margin-top: 0;
}
.about-us-layout .custom-about-row1 .custom-about-row1-right-col img,
.about-us-layout .custom-about-row2 .custom-about-row2-right-col img{
    border-radius: 4px;
}
.about-us-layout .custom-about-row3 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
}
.about-us-layout .custom-about-row3:after {
    background-color: #ecebe2;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    left: 0;
    content:'';
}
.about-us-layout .custom-about-row3 .custom-about-row3-content {
    position: relative;
    z-index: 2;
}

.about-us-layout .custom-about-row3 .custom-about-row3-content hr {
    background-color: #00ae65;
    height: 2px;
    margin: 27px 0px 36px 0px;
    width: 90px;
}
.about-us-layout .custom-about-row3 .custom-about-row3-content h2 {
    color: #00ae65;
}
.about-us-layout .custom-about-row3 .custom-about-row3-content p:first-of-type {
    margin-top: 0;
}
.about-us-layout .custom-about-row4 .custom-about-row4-content hr{
    background-color: #eaeaea;
    height: 2px;
    margin: 27px 0px 36px 0px;
    width: 90px;
}

/* =================== Full Width Event Website Page =================== */

/*.custom-sec-header {
    padding: 37px 0 36px;
}
.custom-sec-header h1 {
    text-align: center;
    font-size: 50px;
    margin:0;
}
.custom-sec-header p {
    text-align: center;
    margin: 36px 0 0;
    color: #3c3c3c;
    font-weight: 600;
    padding:0 50px;
}*/
.custom-event-module {
    background: #ecebe2;
    display: table;
    width: 100%;
}
.custom-event-module .custom-ev-column {
    vertical-align: middle;
    display: table-cell;
}
.custom-ev-column.col1 {
    width: 8.333333333333332%;
}
.custom-ev-column.col2 {
    background: #00ae65;
    font-size: 25px;
    text-align: center;
    color: white;
    font-weight: 300;
    padding: 30px;
    width: 16.666666666666664%;
}
.custom-ev-column.col3 {
    width: 25%;
    font-size: 20px;
    text-align: center;
    color: black;
    font-weight: 400;
    padding: 30px;
    line-height: normal;
}
.custom-ev-column.col4 {
    width: 25%;
    padding: 36px 36px 36px 36px;
}
.custom-ev-column.col5 {
    padding: 36px 36px 36px 36px;
    width: 25%;
    text-align: center;
}
.custom-ev-column.col2 h1 {
    font-size: 50px;
    text-align: center;
    color: white;
    font-weight: 600;
    margin: 0px;
}
.custom-ev-column.col3 h2 {
    font-size: 29px;
    text-align: center;
    color: black;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}
.custom-ev-column.col3 img {
    vertical-align: middle;
}
.custom-ev-column.col4 p {
    font-size: 21px;
    line-height: 1.75;
    font-weight: 600;
}
a.custom-more-btn {
    max-width: 200px;
    font-size: 25px;
    text-align: center;
    color: white;
    font-weight: 400;
    padding: 20px;
    vertical-align: middle;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #fff;
    background-color: #00ae65;
    display: inline-block;
    line-height: 30px;
}
.custom-event-section .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-event-module {
    background: #f9f9f6;
}
.custom-event-section .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-event-module .custom-ev-column.col2, 
.custom-event-section .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-event-module a.custom-more-btn {
    background: #ffc550;
}
.custom-poster-module {
    background: #ecebe2;
    display: table;
    width: 100%;
}

.custom-poster-module .custom-spacer {
    vertical-align: middle;
    display: inline-block;
    padding: 36px;
   	width:0;
}
.custom-poster-module .custom-pos-column {
    vertical-align: middle;
    display: inline-block;
} 

.custom-pos-column.col1 {
    padding: 36px;
    font-size: 25px;
    text-align: center;
    color: black;
    font-weight: 300;
    padding-top: 30px;
    line-height: normal;
    width: 10%;
}

.custom-pos-column.col1 h1 {
    font-size: 40px;
  	/*font-size: 50px; */
    text-align: center;
    color: #000000;
    font-weight: 600;
    margin: 0;
}


.custom-pos-column.col2 {
    background: #00ae65;
  	width: 100%;
    font-size: 25px;
    text-align: center;
    color: white;
    font-weight: 300;
    padding: 30px;
}


.custom-pos-column.col2 h2 {
    font-size: 29px;
    text-align: center;
    color: white;
    font-weight: 600;
    margin: 0;
}

.custom-pos-column.col3 {
    padding: 10px 0 0 36px;
   	width: 30%;
}

.custom-pos-column.col3 p {
    font-size: 20px;
    line-height: 1.75;
}
.custom-pos-column.col4 {
    padding: 36px;
    text-align: center;
  	width: 20%;
   text-align: right;
}

.custom-event-section .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-poster-module {
    background: #f9f9f6;
}

.custom-event-section .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-poster-module .custom-pos-column.col2,
.custom-event-section .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-poster-module a.custom-more-btn {
    background: #ffc550;
}

.custom-articles-module {
    background: #ecebe2;
    display: table;
    width: 100%;
}

.custom-articles-module .hs-moretext {
    font-weight: 400;
    font-size: 14px;
    margin-top: 18px;
    display: inline-block;
    line-height: 1;
}

.custom-read-more-content {
    display: none;
}

.custom-articles-module .custom-ar-spacer {
    padding: 36px;
    display: table-cell;
    width: 8.333333333333332%;
    vertical-align: middle;
}

.custom-articles-module .custom-artical-column {
    vertical-align: middle;
    display: table-cell;
}
.custom-artical-column.col1 {
    font-size: 25px;
    text-align: center;
    color: white;
    font-weight: 300;
    padding: 30px;
    background: #00ae65;
    width: 25%;
}
.custom-artical-column.col1 h1 {
    font-size: 29px;
    text-align: center;
    color: white;
    font-weight: 600;
    margin: 0;
    margin: 0px 0 30px !important; 
}
.custom-artical-column.col1 p {
    text-align: center !important;
    vertical-align: middle;
    font-weight: 400 !important;
    line-height: 1.75;
    margin: 18px 0 0;
    margin-top: 0px !important;
    font-size: 21px;
}
.custom-artical-column.col2 {
    padding: 36px 36px 29px;
    width: 41.66666666666667%;
}
.custom-artical-column.col3 {
    padding: 36px;
    width: 16.666666666666664%;
    text-align: center;
    padding: 36px 32px;
}
.custom-event-section .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-articles-module {
    background: #f9f9f6;
}
.custom-event-section .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-articles-module .custom-artical-column.col1,
.custom-event-section .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-articles-module a.custom-more-btn {
    background: #ffc550;
}
.custom-research-module {
    background: #ecebe2;
    display: table;
    width: 100%;
}
.custom-research-module .hs-reserch-spacer {
    display: table-cell;
    padding: 36px;
    width: 8.333333333333332%;
    vertical-align: middle;

}
.custom-research-module .custom-research-column {
    vertical-align: middle;
    display: table-cell;
}
.custom-research-column.col1 {
    padding: 36px;
    width: 16.666666666666664%;
}
.custom-research-column.col1 h1 {
    font-size: 40px;
    text-align: center;
    color: black;
    font-weight: 300;
    margin: 0px !important;
}
.custom-research-column.col2 {
    background: #00ae65;
    width: 33.33333333333333%;
    font-size: 20px;
    text-align: center;
    color: white;
    font-weight: 400;
    padding: 30px;
}
.custom-research-column.col2 h2 {
    font-size: 29px;
    text-align: center;
    color: white;
    font-weight: 600;
    margin: 0px;
}
.custom-research-column.col2 p {
    font-size: 21px;
    line-height: 1.75;
}
.custom-research-column.col3 {
    width: 16.666666666666664%;
    padding: 36px;
}
.custom-research-column.col3 p {
    color: #3c3c3c;
    line-height: 1.75;
    margin: 0;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
}
.custom-research-column.col4 {
    width: 16.666666666666664%;
    padding: 36px;
    text-align: center;
}
.custom-event-section .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-research-module {
    background: #f9f9f6;
}
.custom-event-section .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-research-module .custom-research-column.col2,
.custom-event-section .hs_cos_wrapper_type_custom_widget:nth-child(even) .custom-research-module a.custom-more-btn {
    background: #ffc550;
}

/* ================ Education Layout ================== */

.custom-education-row1 {
   background-color: #ecebe2;
   padding-top: 82px;
}
.custom-education-row1 .custom-education-row1-left-col ,
.custom-education-row2 .custom-education-row2-right-col  {
   padding-bottom: 36px;
}
.custom-education-row1 .custom-education-row1-left-col h4,
.custom-education-row2 .custom-education-row2-right-col h4 {
   margin: 27px 0 0;
}
.custom-education-row1 .custom-education-row1-left-col ul,
.custom-education-row2 .custom-education-row2-right-col ul{
   margin: 18px 0px 0px 0px;
   padding: 0px 0px 0px 18px;
}
.custom-education-row2 {
   background-color: #00ae65;
   padding-top: 82px;
}


/* ========= One Column Layout ========= */

.one-column-layout .main-content h1 {
    margin: 1px 0 36px;
}

.one-column-layout .main-content h5 {
    font-size: 21px;
    margin-top: 36px;
    line-height: 1.75;
}

table.custom-table {
    empty-cells: show;
    border: 1px solid;
    margin: 36px 0px 36px 0px;
    border-color: #eaeaea;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table.custom-table td,
table.custom-table th {
    background-color: transparent;
    border-left: 1px solid;
    border-bottom: 1px solid;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 8px 18px 7px 18px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    border-color: #eaeaea;
}
table.custom-table td:nth-child(3) {
    width: 20%;
}

.faq-layout .main-content {
    padding-top: 99px;
}
.faq-layout .main-content .hs_cos_wrapper_type_rich_text {
    padding-bottom: 57px;
    padding-top: 1px;
}
.custom-accordian-group {
    border-bottom: 1px solid #eaeaea;
}
.faq-layout .main-content .hs_cos_wrapper:nth-child(2) .custom-accordian-group {
    border-top: 1px solid #eaeaea;
}
.custom-accordian-group .custom-accordian-heading p {
    margin: 0;
    cursor: pointer;
    padding: 20px 40px 20px 0px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    font-family: Roboto !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3db7e4;
    position: relative;
}


.custom-accordian-group .custom-accordian-heading p:after {
    font-family: "uncodeicon";
    content: "\f105";
    margin-top: 0px;
    font-weight: normal;
    font-size: 16px;
    right: 0;
    margin-right: 0;
    position: absolute;
}


.custom-accordian-group .custom-accordion-inner-content {
    padding: 0 0 40px;
}
.custom-accordian-group .custom-accordion-inner-content p:first-of-type {
    margin: 0;
}
.faq-layout .custom-accordian-group .custom-accordion-content {
    display: none;
}
.custom-accordian-group .custom-accordion-inner-content ul {
    padding-left: 20px;
}
.custom-accordian-group .custom-accordian-heading p:hover{
    color: #00ae65;
}
.custom-accordian-group .custom-accordian-heading.active p{
    color: #00ae65;
    border-bottom: 1px solid #eaeaea;
}
.custom-accordian-group .custom-accordian-heading.active p:after {
    content: "\f107";
}
.faq-layout .custom-faq-bottom-col p {
    margin: 0 0 9px;
}
.custom-green-button,
a.custom-green-btn {
    background-color: #00ae65;
    border-radius: 6px;
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    border: 1px solid #e2e2e2;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    font-size: 21px;
    line-height: 21px;
    font-weight: 500;
}
.custom-green-button:hover,
a.custom-green-btn:hover {
    background-color: #fff;
    border: 1px solid #00ae65;
    color: #00ae65;
}

.custom-three-column-with-background-color {
    display: flex;
    margin-left: -36px;
    padding: 4em 0;
}

.contact-page .custom-accordion-inner-content p {
      width: 100%;
    	text-align: center;
    	padding: 0 1% 4%;
  }

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

  .contact-page .custom-accordion-inner-content p {
      float: left;
      width: 48%;
    	padding: 0 1% 3%;
  }
 
}



@media screen and (min-width: 980px) {
	
  .custom-three-column-with-background-color {
    padding: 4em 0 12em;
	}
  
  .custom-about-row3.jarallax .page-center {
  		padding-top: 4em;
    	padding-bottom: 4em;
  }
  
    .contact-page .custom-accordion-inner-content p {
      width: 33%;
  }
  
  
}


.custom-three-column-with-background-color .custom-column-wrap {
    width: 33.33%;
    padding-left: 36px;
    display: flex;
}
.custom-three-column-with-background-color .custom-column-wrap .custom-column-inner {
    padding: 36px;
    position: relative;
}
.custom-three-column-with-background-color .custom-column-wrap h2,
.custom-three-column-with-background-color .custom-column-wrap h3{
    margin: 0;
    color: #fff;
}
.custom-three-column-with-background-color .custom-column-wrap p {
    color: #fff;
    margin: 36px 0 0;
}
.custom-three-column-with-background-color p.custom-bottom-content {
    min-height: 43px;
}
.custom-three-column-with-background-color .custom-column-wrap p.custom-bottom-content img {
    float: right;
    width: 82px;
    padding-left: 23px;
    position: absolute;
    bottom: 36px;
    right: 36px;
}
.custom-three-column-with-background-color .custom-column-wrap a.custom-btn {
    position: absolute;
    bottom: 36px;
    border: 1px solid transparent;
    background-color: #fff;
    display: inline-block;
    padding: 10px 40px;
    color: #3db7e4;
    border-radius: 6px;
    line-height: 21px;
    font-size: 21px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    text-align: center;
}
.custom-three-column-with-background-color .custom-column-wrap.col2 a.custom-btn {
    color: #00ae65;
    border: 1px solid #00ae65;
}
.custom-three-column-with-background-color .custom-column-wrap.col3 a.custom-btn {
    color: #f7403a;
    border: 1px solid #f7403a;
}
.custom-three-column-with-background-color .custom-column-wrap a.custom-btn:hover {
    border-color: #fff;
    color: #fff !important;
    background-color: transparent;
}

.custom-accordian-group .custom-accordion-inner-content hr {
    margin: 27px 0px 27px 0px;
    background-color: #eaeaea;
}

/* ========== Stories =========== */

.stories-layout .sidebar.Left,
.stories-layout .main-content {
    padding-top: 73px;
    margin-top: 36px;
}
.stories-layout .sidebar.Left h1 {
    margin: 0 0 27px;
}
.stories-layout .sidebar.Left h3 {
    padding: 0 0 18px;
    margin-bottom: 36px;
}
.stories-layout .sidebar.Left h3:last-of-type {
    margin: 36px 0 0;
    padding: 50px 0 0;
}

.stories-layout .custom-topic-filer {
    padding: 0 36px 0 40px;
}
.stories-layout .custom-topic-filer p {
    margin: 0;
}
.stories-layout .custom-topic-filer ul {
    margin: 0 0 0 -10px;
    padding: 0;
    list-style-type: none;
}
.stories-layout .custom-topic-filer ul li {
    padding: 29px 8px 36px 8px;
    display: inline-block;
    line-height: 13px;
}
.stories-layout .custom-topic-filer ul li:first-child {
    padding-left: 0;
}
.stories-layout .custom-topic-filer ul li a {
    font-family: Roboto;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 13px;
    font-size: 11px;
    text-transform: uppercase;
    color: #3c3c3c;
}
.stories-layout .custom-stories-flexi {
    padding-bottom: 36px;
}
.custom-stories-flexi .hs_cos_wrapper:nth-child(2n+2) .custom-stories-module-group {
    padding-left: 18px;
    padding-right: 0;
}
.custom-stories-module-group {
    width: 50%;
    float: left;
    padding: 36px 36px 0 0;
}
.custom-stories-module-group .custom-stories-module {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
    min-height: 408px;
    background-color: #f9f9f6;
    -webkit-transition-property: -webkit-transform, -webkit-filter;
    -moz-transition-property: -moz-transform, -moz-filter;
    -o-transition-property: -o-transform, filter;
    transition-property: -webkit-transform,-moz-transform,-o-transform,transform,-webkit-filter,-moz-filter,-o-filter,filter;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    position: relative;
}
.custom-stories-module-group:hover .custom-stories-module {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.custom-stories-module-group .custom-overlay {
    background-color: #3db7e4;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity:0;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.custom-stories-module-group:hover .custom-overlay {
    opacity: 0.5;
}
.custom-stories-module-group .custom-stories-content {
    display: inline-block;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: relative;
    z-index: 9;
    padding: 36px 36px 36px 46px;
}
.custom-stories-module-group:hover .custom-stories-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.custom-stories-module-group .custom-stories-content h3 {
    color: #fff;
    font-size: 60px;
    margin: 0;
}
.custom-stories-module-group .custom-stories-content h4{
    color: #fff;
}
.custom-stories-module-group .custom-stories-content p {
    margin: 9px 0px 0px 0px;
}
.custom-stories-module-group .custom-stories-content p span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.custom-stories-module-group .custom-stories-content p span:after {
    content: ',';
}
.custom-stories-module-group .custom-stories-content p span:last-child:after {
    display: none;
}
.custom-stories-module-group a {
    -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    display: block;
    overflow: hidden;
}

/*.custom-stories-flexi .custom-stories-module-group:nth-child(2n+2) {
    padding-left: 18px;
    padding-right: 0;
}*/

.home-page .custom-home-row2 {
    padding-bottom: 54px;
}

/* ============= Contact Us Layout ========== */

.custom-contact-row1 .main-content .custom-contact-row1-left-col {
    padding-top: 8px;
}
.custom-contact-row1 .custom-contact-row1-conatct-form {
    padding-top: 58px;
}

.custom-contact-row1 .custom-contact-row1-conatct-form textarea,
.custom-contact-row1 .custom-contact-row1-conatct-form select {
    max-width: 100%;
}
.custom-contact-bottom-col h1 {
    margin: 0;
}
.custom-contact-row2 {
    background-color: #ecebe2;
}
.custom-contact-row2 .custom-accordian-group .custom-accordion-inner-content h2 {
    margin: 27px 0 0;
}

.custom-contact-row2 .custom-accordian-group .custom-accordion-inner-content h3 {
		font-size: 20px;
    color: #3c3c3c;
}

.custom-contact-row1-conatct-form .hs-button.primary.large {
    margin-top: 9px;
}
.custom-contact-row1-conatct-form .hs-form-field {
    margin: 0;
}

.custom-contact-row2 .custom-accordian-group .custom-accordion-inner-content {
    font-size: 14px;
    line-height: normal;
    color: #3c3c3c;
    padding: 1em;
    background: rgba(0,0,0,0.1);
}

.custom-contact-row2 .custom-accordian-group .custom-accordion-inner-content p a {
    color: #3c3c3c;
    text-decoration: underline;
}

.custom-contact-row2 .custom-accordian-group .custom-accordion-inner-content p a:hover {
    color: #3db7e4;
    text-decoration: none;
}
.custom-contact-row2 .custom-accordian-group .custom-accordion-inner-content p {
    font-size: 14px;
    line-height: 1.75;
}
.custom-contact-row2 .custom-accordian-group .custom-accordion-inner-content p:first-of-type {
    margin: 18px 0 0;
}
/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-group{
    background-color: #3c3c3c;
    font-size: 13px;
    color: #fff;
}

.footer-content{
    padding: 26px 36px 23px;
}

.custom-privacy{
    text-align: center;
}
.footer-content a{
    color: #ffffff;
}
.footer-content a:hover{
    color: #00ae65;
}

.custom-footer-social{
    text-align: right;
}
.custom-footer-social ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.custom-footer-social ul li{
    line-height: 13px;
    padding-left: 8px;
    padding-right: 7px;
    text-align: center;
    display: inline-block;
}
.custom-footer-social ul li:last-child {
    padding-right: 0px !important;
}
.custom-footer-social ul li a i{
    font-size: 18px;
}

.custom-footer-group .page-center{}
.footer-container-wrapper .widget-type-raw_html {
    min-height: 0;
}

.custom-copyright{}
.custom-copyright p{
    margin: 0;
}


.footer-language ul li.norsk a,
.footer-language ul li.deutsch > a,
.footer-language ul li.english---united-kingdom > a,
.footer-language ul li.nederlands > a{
    vertical-align: middle;
    width: 18px !important;
    height: 12px !important;
    font-size: 0px;
    margin-left: 7px;
    display: block;
    margin-right: 7px;
}
.footer-language ul li.norsk > a{
    background-image: url('//info.madeformovement.com/hubfs/Made_For_Movement-January2018/Images/nb.png');
}

.footer-language ul li.deutsch > a{
    background-image: url('//info.madeformovement.com/hubfs/Made_For_Movement-January2018/Images/de.png');
}

.footer-language ul li.english---united-kingdom > a{
    background-image: url('//info.madeformovement.com/hubfs/Made_For_Movement-January2018/Images/en.png');
}

.footer-language ul li.nederlands > a{
    background-image: url('//info.madeformovement.com/hubfs/Made_For_Movement-January2018/Images/nl.png');
}

.footer-language ul.lang_list_class {
    display: block !important;
    position: static !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none;
    padding-left: 20px !important;
}
.footer-language .globe_class {
    background-image: none !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 100% !important;
    height: auto !important;
    cursor: auto;
}
.footer-language ul.lang_list_class li {
    position: relative;
    line-height: 1;
    font-size: 0;
    padding: 0 !important;
    background-color: transparent;
    border-left: none;
    border-right: none;
    display: inline-block;
    border: none !important;
    vertical-align: middle;
}
.footer-language .lang_switcher_class {
    position: relative;
    display: block;
}
.footer-language .lang_list_class:before,
.footer-language .lang_list_class:after{
    content: none;
}
.footer-language {
    margin-bottom: 30px;
    border: 1px solid transparent;
    padding: 6px 7px 3px;
}


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


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

.custom-menu-primary{
  padding: 17px 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 20px 0;
}

.search-icon-wrapper{
    border-left-width: 1px;
    border-left-style: solid;
    margin: 0px 0px 0px 24px;
    border-color: rgba(60,60,60,0.15);
    padding: 0px 0px 0px 15px;
    display: inline-block;
    height: 16px;
    vertical-align: top;
    position: relative;
    top: 19px;
}

.search-icon-wrapper .search-icon{
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 16px;
    color: #3c3c3c;
    position: relative;
    top: -9px;
    right: -2px;
}
.search-icon-wrapper .search-icon:hover{
    color: #00ae65;
}
.search-icon-wrapper .search-icon i{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'uncodeicon' !important;
    text-transform: none;
    speak: none;
    top: 3px;
    font-size: 18px;
    width: 1em;
    line-height: 0px;
    position: relative;
}

.search-icon-wrapper .hs-form .input input[type="text"] {
    color: #000;
}
*/

/* Placeholder Text */
.search-icon-wrapper .hs-form .input ::-webkit-input-placeholder { color: #000; } /* Webkit Browsers */
.search-icon-wrapper .hs-form .input :-moz-placeholder { color: #000; } /* Firefox 18- */
.search-icon-wrapper .hs-form .input ::-moz-placeholder { color: #000; } /* Firefox 19+ */
.search-icon-wrapper .hs-form .input :-ms-input-placeholder { color: #000; } /* IE10 */

/*
.custom-language-switcher {
    display: none !important;
}
*/


/* Parent List 
.custom-menu-primary .hs-menu-wrapper {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}
.custom-menu-primary .hs-menu-wrapper > ul{
    display: inline-block;
    vertical-align: top;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    float: none !important;
    display: inline-block;
    margin: 0px 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.norsk > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.deutsch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.english---united-kingdom > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.nederlands > a{
    vertical-align: middle;
    width: 18px !important;
    height: 12px !important;
    font-size: 0px;
    margin-left: 4px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.norsk > a{
    background-image: url('//info.madeformovement.com/hubfs/Made_For_Movement-January2018/Images/nb.png');
}

.custom-menu-primary .hs-menu-wrapper > ul > li.deutsch > a{
    background-image: url('//info.madeformovement.com/hubfs/Made_For_Movement-January2018/Images/de.png');
}

.custom-menu-primary .hs-menu-wrapper > ul > li.english---united-kingdom > a{
    background-image: url('//info.madeformovement.com/hubfs/Made_For_Movement-January2018/Images/en.png');
}

.custom-menu-primary .hs-menu-wrapper > ul > li.nederlands > a{
    background-image: url('//info.madeformovement.com/hubfs/Made_For_Movement-January2018/Images/nl.png');
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 16px;
    font-size: 16px;
    font-family: Roboto;
    color: #3c3c3c;
    text-transform: uppercase;
    position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    font: normal normal normal 14px/1 FontAwesome;
    font-family: 'uncodeicon' !important;
    speak: none;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 9px;
    margin: 0;
    margin-right: 0;
    box-sizing: content-box !important;
    font-size: 12.8px;
    font-weight: 600;
    letter-spacing: 0.64px;
    text-align: right;
    content: "\f107";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    color: #00ae65;
}
*/

/* Child List 
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    min-width: 273px;
    -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    letter-spacing: 0.8px;
    color: #3c3c3c;
    font-family: Roboto;
    position: relative;
    font-size: 16px;
    line-height: normal;
    padding: 15px;
    white-space: normal !important;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom:1px solid #eee;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child a{ 
    border-bottom:0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #00ae65;
    background: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active a{
    color: #00ae65;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after{
    font: normal normal normal 14px/1 FontAwesome;
    font-family: 'uncodeicon' !important;
    speak: none;
    text-transform: none;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 9px;
    margin: 0;
    margin-right: 0;
    box-sizing: content-box !important;
    font-size: 12.8px;
    text-align: right !important;
    font-weight: 600;
    letter-spacing: 0.64px;
    float: right;
    top: 5px;
    content: "\f105";
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    font-weight: normal;
    text-transform: inherit;
}
*/

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

.contact-page .hs_cos_wrapper_type_header h2 {
    color: #3c3c3c;
}

.contact-page .hs-fieldtype-select.hs-form-field select {
    width: 100%;
    padding: 1em 1.5em;
    max-width: 100%;
    font-size: 16px;
    font-weight: 300;
    border: 2px solid #3db7e4;
}

.contact-page input[type="submit"].hs-button.primary.large { 
    background: #3db7e4;
    border:0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size:16px;
    padding: 1.5em 2.5em;
}



/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:961px) {
    
  /*
    .custom-logo {
        text-align: center;
        margin: 0 auto;
    }
    
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .desktop-hidden,.custom-mobile-search,
    .search-icon-wrapper form{
        display: none !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a{
        font-weight: 600;
        text-transform: uppercase;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
        padding-left:20px;
    }
  */
}


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

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


@media screen and (min-width: 961px) {
    .custom-menu-primary .hs-menu-wrapper {
        text-align: center;
    }
    
    .custom-menu-primary .hs-menu-wrapper .hs-menu-children-wrapper a {
        text-align: left;
    }
} 
*/

@media (max-width: 960px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -97px;
    right: -2px;
    width: auto;
    height: auto;
    padding: 27px 0 27px 36px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

*/

  /* Toggle Button Icon 
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -2px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 10px center;
    transform-origin: 10px center;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
    -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: top 0.3s 0.6s ease-in-out,-webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 20px; 
    height: 2px; 
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #3c3c3c;
    display: inline-block;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
  }
  .mobile-trigger i:before{ top: -6px; } 
  .mobile-trigger i:after{ top: 6px; }
  
  
  .mobile-open .mobile-trigger i{
     transition: background 0.3s 0s ease-in-out;
      background: transparent !important;
  }
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after{
      -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
    -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: top 0.3s 0.6s ease-in-out,-webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
    -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
    -o-transition: top 0.3s ease-in-out, -o-transform 0.3s 0.5s ease-in-out;
    transition: top 0.3s ease-in-out,-webkit-transform 0.3s 0.5s ease-in-out,-moz-transform 0.3s 0.5s ease-in-out,-o-transform 0.3s 0.5s ease-in-out,transform 0.3s 0.5s ease-in-out;
    top: 0;
    width: 20px;
  }
  .mobile-open .mobile-trigger i:before{
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  
  .mobile-open .mobile-trigger i:after{
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }

*/

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

  .child-trigger{
    display: block !important; 
    cursor: pointer; 
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; 
    min-width: 100% !important;
    height: 37px !important; 
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; 
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; 
    height: 1px; 
    background-color: #fff; 
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
*/

  /* ===== Mobile Menu Styles =====   
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  
 
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; 
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Roboto;
    position: relative;
    color: #3c3c3c;
    padding: 9px 0 9px 16px;
    font-weight: 600;
    line-height: 1.2;
  }
  .search-icon-wrapper {
        border-left-width: 0;
        margin: 0;
        padding: 0;
        display: block;
        height: auto;
        vertical-align: middle;
        position: relative;
        top: 0;
    }
    .search-icon-wrapper .search-icon {
        top: 0;
        right: 0;
        display: block;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-size: 16px;
        font-family: Roboto;
        position: relative;
        color: #3c3c3c;
        padding: 9px 0 9px 16px;
        font-weight: 600;
        line-height: 1.2;
    }
    
    .search-icon-wrapper .search-icon i.fa-dropdown {
        display: inline-block;
        position: relative;
        padding: 0px 0px 0px 9px;
        margin: 0px 0px 0px 0px;
        margin-right: 0;
        box-sizing: content-box !important;
        font-size: .8em;
        text-align: right !important;
        float: right;
        right: 4px;
        top: .3em;
        font-weight: 600;
        letter-spacing: 0.05em;
    }
    .search-icon-wrapper .search-icon i.fa.fa-search3 {
        margin-right: 18px;
    }

*/

  /* Level 1 and Higher Menu List Styles 
  .custom-menu-primary .hs-menu-wrapper > ul li a:after{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 9px;
    margin: 0px 0px 0px 0px;
    margin-right: 0;
    box-sizing: content-box !important;
    font-size: .8em;
    text-align: right !important;
    right: 6px;
    float: right;
    top: .3em;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-family: 'uncodeicon' !important;
    speak: none;
    text-transform: none;
    content: "\f105";
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover > a{
    color: #00ae65;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:after{
    content: "\f107" !important;
    float: right;
    right: 5px;
    top: 4px !important;
  }

*/


  /* Level 3 and Higher Menu List Styles 
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    padding: 5px 0px 5px 39px;
    white-space: normal !important;
    line-height: 1.72;
  }
  .custom-header-group .page-center {
        padding: 0px 35px;
    }
    
    .mobile-open .custom-header-group {
        position: relative;
        border-bottom-color: transparent;
        box-shadow: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
        text-indent: 0;
        padding-left: 0;
        letter-spacing: 0;
        font-weight: 600;
        text-transform: uppercase;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        background-color: #fff;
        min-width: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.norsk > a, 
    .custom-menu-primary .hs-menu-wrapper > ul > li.deutsch > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.english---united-kingdom > a, 
    .custom-menu-primary .hs-menu-wrapper > ul > li.nederlands > a {
        margin: 13px 0 25px 16px;
        padding: 0 !important;
        position: relative;
        display: block;
        width: 100% !important;
        background-repeat: no-repeat;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        margin-bottom: 12px !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.norsk:after, 
    .custom-menu-primary .hs-menu-wrapper > ul > li.deutsch:after,
    .custom-menu-primary .hs-menu-wrapper > ul > li.english---united-kingdom:after, 
    .custom-menu-primary .hs-menu-wrapper > ul > li.nederlands:after {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        padding: 0px 0px 0px 9px;
        margin: 0px 0px 0px 0px;
        margin-right: 0;
        box-sizing: content-box !important;
        text-align: right !important;
        right: 6px;
        float: right;
        top: .3em;
        font-weight: 600;
        letter-spacing: 0.05em;
        font-family: 'uncodeicon' !important;
        speak: none;
        text-transform: none;
        content: "\f105";
        position: absolute;
        top: 0;
        color: #3c3c3c;
        font-size: 12px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.norsk:hover:after, 
    .custom-menu-primary .hs-menu-wrapper > ul > li.deutsch:hover:after,
    .custom-menu-primary .hs-menu-wrapper > ul > li.english---united-kingdom:hover:after, 
    .custom-menu-primary .hs-menu-wrapper > ul > li.nederlands:hover:after{
        color: #00ae65;
    }
    .search-icon-wrapper form{
        display: none;
    }
    .search-icon-wrapper a.hs-button.primary {
        display: none;
    }
    .show-search .header-container .custom-search-grp,.show-search .search-container form{
        opacity: 0 !important;
        visibility: hidden !important;
    }
    .search-icon-wrapper form .hs-input{
        margin-bottom: 10px;
        max-width: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
        padding: 4px 0 0px 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
        color: #00ae65;
        background-color: #fff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        padding-right: 0;
    }
}

*/
/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


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

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */


.post-header h2, h2.post-listing-simple {}
.post-header h2 a, h2.post-listing-simple a{
    text-decoration: none;
    color: inherit;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
    text-decoration: none;
}
.section.post-header h1 {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
    display:block;
    margin:15px 0;
}

/* Blog Topics List */
#hubspot-topic_data {
    margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
   border: 1px solid #e2e2e2;
   display: block;
   line-height: 165%;
   padding: 15px;
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    display: block;
    padding: 0;
}

.comment-reply-to{
    margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

#comments-listing.no-comments {
   border: none;
}

#comment-form {
    background: #fff;
    border: 1px solid #000;
    margin: 15px 0;
    padding: 30px;
}

.comment-date { font-size: 13px; text-align: right; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    clear: both;
}
.blog-pagination a {
    display: block;
    margin: 10px 0;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

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

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

.hs-blog-social-share {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: auto;
    margin-top: 10px;
    padding: 15px 0 9px;
    margin-bottom: 20px;
}


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


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

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

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label,
.widget-type-google_search label {},
#comment-form .hs-form-field > label {
    font-size: 21px;
    line-height: 1.75;
    margin: 0px 0px 5px;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    width: 100%;
    font-family: inherit;
    color: inherit;
    font: inherit;
    max-width: 400px;
    vertical-align: middle;
    display: block;
    background-color: #ffffff;
    font-size: 14px;
    line-height: initial;
    margin: 0px 0px 10px 0px;
    padding: 10px 15px 10px 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-weight: normal;
    border: 1px solid transparent;
    border-color: #eaeaea;
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    -webkit-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    border-color: #00ae65;
    outline: 0;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


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

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}

form.hs-form fieldset {
	margin-bottom: 1em;
}


.widget-type-form.custom-right-form-group {
		margin-bottom: 3em;
}

form.hs-form .hs-form-field ul.inputs-list li.hs-form-checkbox label span {
		position: relative;
  	top: 2px;
  	left: 5px;
}

input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


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

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


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

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

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

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

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    display: inline-block;
    color: inherit;
    font: inherit;
    -webkit-appearance: none;
    text-decoration: none !important;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 12px;
    padding: 13px 31px 13px 31px;
    text-align: center !important;
    vertical-align: middle;
    background-image: none;
    border-radius: 2px;
    outline: none;
    -webkit-text-stroke: 0px;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    max-width: 500px;
    border: 1px solid #eaeaea;
    background-color: #f7f7f7;
    font-weight: 600;
    font-family: Roboto;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 15px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: transparent;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    outline: 0;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


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

.hs-blog-social-share ul li {
    background: none;
    padding-left: 0;
}
form ul li{
    background: none !important;
    padding-left: 0 !important;
}

/*.hs-form-required {
  color: #ff0000;
}*/

.hs-error-msgs.inputs-list{
    margin: 0;
    list-style: none;
    padding: 0;
}

.hs-error-msgs.inputs-list label{
    color: #ff0000;
}
input.hs-input.error{
   border-color: #c87872;
    box-shadow: 0 0 3px rgba(171,41,32,0.25); 
}

input.hs-input.error:focus{
    border-color: #b9554d;
    box-shadow: 0 0 6px rgba(171,41,32,0.5);
}

select {
    background-image: url(https://cdn2.hubspot.net/hubfs/2252381/Made_For_Movement-January2018/Images/download.svg?t=1516771036194);
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-appearance: none;
}

.custom-home-bottom-group {
    background-color: #3db7e4;
    padding: 36px 0;
}
.nl-home .custom-home-row2 {
    padding-bottom: 54px;
}
/*.nl-home .custom-three-column-equal-product .custom-bottom-content {
    min-height: 732px;
}*/

.de-contact .custom-contact-row1 .main-content .custom-contact-row1-left-col {
    padding-top: 14px;
}

.custom-topic-filer ul li.last-item {
    float: right;
}

.custom-two-column-with-left-image {
    padding-top: 36px;
}

.custom-two-column-with-left-image .custom-left-column-image {
    float: left;
    width: 25%;
    text-align: center;
    padding-left: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-two-column-with-left-image .custom-left-column-image img {
    width: 127px;
}
.custom-two-column-with-left-image .custom-right-column-content {
    float: left;
    width: 75%;
    padding-left: 36px;
    display: flex;
    align-items: center;
}
.custom-two-column-with-left-image .custom-right-column-content p {
    margin: 0;
}
.nl-innowalk .custom-pro-row4-right-col h2 {
    font-size: 60px;
    color: #00ae65;
}
.nl-innowalk .custom-pro-row4 {
    padding-bottom: 72px;
}

/*.custom-topic-filer ul li.last-item a {
    color: rgba(60,60,60,.5);
}*/

.de-innowalk-pro .custom-pro-row3 .hs_cos_wrapper_type_widget_container {
    margin: 0;
}
.de-innowalk-pro .custom-pro-row3 .hs_cos_wrapper_type_widget_container h3 {
    color: #3c3c3c;
    margin: 36px 0 0;
}
.de-innowalk-pro .custom-pro-row5 {
    padding-top: 0;
}
.de-innowalk-pro .custom-pro-row5 .custom-pro-row5-right-col h2 {
    margin: 0px 0 36px;
    font-size: 45px;
    color: #3db7e4;
}
.de-innowalk-pro .custom-pro-row5 .custom-pro-row5-right-col h4 {
    color: #00ae65;
    margin: 0 0 36px;
}
.de-innowalk-pro .custom-pro-row5 .custom-pro-row5-right-col h4:last-of-type {
    margin-top: 36px;
}

.nl-walker-layout .custom-pro-top-header h1 {
    color: #f7403a;
}
.nl-walker-layout .custom-two-column-equal-left-image a.custom-btn.white {
    color: #f7403a;
}
.nl-walker-layout .custom-pro-row6 {
    padding: 36px 0 36px;
}


.iwm_map_canvas { 
    overflow:hidden;
}
#map_canvas_1 { 
    background-repeat:no-repeat; 
    background-size: 100% 100%; 
}
#map_canvas_1 .google-visualization-tooltip { 
    min-width:12px; 
}
#map_canvas_1 .google-visualization-tooltip-item:first-child { 
    display:none;
}
#map_canvas_1 text { 
    font-family:fontAwesome; 
}
#polandmap {
    display:flex;
    width:100%;
}
#polandmap #iwm_1 {
    width:65%;
}
#polandmap #imap1message {
    width:35%;
    padding:0px 10px;
}
.iwm_map_canvas {
     width:100%;
     display: inline-block;
     position: relative;
     list-style: none;
}
 .iwm_map_canvas:after {
     padding-top: 61.7%;
     display: block;
     content: '';
}
 .iwm_map_canvas div[id*='map_canvas_'] {
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
}
/* Extra CSS for overlaying maps */
 #iwm_map_overlay .iwm_data {
     position:absolute;
     top:0;
     left:0;
     pointer-events:none;
}
 #iwm_map_overlay {
     width:100%;
     display: inline-block;
     position: relative;
     list-style: none;
}

.nl-innowalk-layout .custom-pro-row6 {
    padding: 36px 0 36px;
}
.nl-innowalk-layout .custom-pro-top-header h1,
.nl-innowalk-layout .custom-two-column-equal-left-image a.custom-btn.white{
    color: #ffc550;
}
.nl-innowalk-layout .custom-pro-row4-right-col h2 {
    font-size: 60px;
    color: #00ae65;
}
.nl-innowalk-layout .custom-pro-row4 {
    padding-bottom: 72px;
}

.de-walker-layout .custom-pro-row3 .hs_cos_wrapper_type_custom_widget {
    width: 100%;
    display: block;
    margin-right: 0;
    vertical-align: top;
}
.de-walker-layout .custom-pro-row3 .hs_cos_wrapper_type_widget_container {
    text-align: left;
}
.de-walker-layout .custom-pro-row4-bottom-col {
    padding: 26px 0 36px;
    margin-top: 0;
}
.de-walker-layout .custom-pro-row4 {
    padding-bottom: 102px;
}
.de-walker-layout .custom-pro-row5 .custom-pro-row5-left-col p, 
.de-walker-layout .custom-pro-row5 .custom-pro-row5-right-col p {
    margin: 18px 0 0;
}
.de-walker-layout .custom-pro-row5 .custom-pro-row5-left-col h2, 
.de-walker-layout .custom-pro-row5 .custom-pro-row5-right-col h2 {
    margin-bottom: 0;
}

.de-inwolk-layout .custom-pro-top-header h1,
.de-inwolk-layout a.custom-btn.white {
    color: #ffc550;
}
.de-inwolk-layout .custom-one-column-top-image {
    text-align: left;
}
.de-inwolk-layout .custom-pro-row3 .hs_cos_wrapper_type_widget_container {
    text-align: left;
    margin: 0;
}
.de-inwolk-layout .custom-pro-row3 .hs_cos_wrapper_type_widget_container h3 {
    margin: 36px 0 0;
}
.de-inwolk-layout .custom-pro-row5 {
    padding-top: 72px;
}

.de-inwolk-layout .custom-pro-row5 .custom-pro-row5-left-col p, 
.de-inwolk-layout .custom-pro-row5 .custom-pro-row5-right-col p {
    margin: 18px 0 0;
}

.de-inwolk-layout .custom-accordian-heading p {
    margin: 0 !important;
}

#polandmap #imap1message h2 {
   font-size: 45px;	
   margin: 27px 0 0;	
}
#polandmap #imap1message {
   width: 35%;
   padding: 0px 10px;
   font-size: 14px;
   line-height: normal;
}
div#imap1message p {
   text-align: inherit;
   line-height: 1.75;
   margin: 18px 0 0;
   color: #3c3c3c;
   font-weight: 400;
   font-family: Roboto;
   font-size: 21px;
}


.custom-stories-section .custom-stories-module-group .custom-stories-module {
    min-height: 356px;
}


div#jarallax-container-0 > div {
    background-position: 0 160px !important;
}
.custom-stories-section.jarallax #jarallax-container-0{
    z-index:0 !important;   
}
.custom-two-column-left-image-content {
    margin-bottom: 30px;
}
.home-page .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    color: #3c3c3c;
}
.home-page .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:hover {
    color: #00ae65 !important;
}

.home-page .custom-menu-primary .hs-menu-wrapper > ul > li.active-menu> a {
    color: #00ae65;
}

/*.de-education-layout .custom-education-row2-left-col {
    padding-top: 136px;
}*/

.custom-team-form-group ul.hs-error-msgs.inputs-list {
    line-height: 20px;
}
.custom-team-form-group ul.hs-error-msgs.inputs-list label {
    font-weight: normal !important;
    line-height: 20px !important;
}

.hs-one-col-image-inner img:hover {
    -webkit-box-shadow: 0 0 10px #CCC;
    -moz-box-shadow: 0 0 10px #CCC;
    box-shadow: 0 0 10px #CCC;
}
.hs-one-col-img-caption a:hover {
    color: #00ae65;
}
.hs-one-col-img-caption a {
    max-width: 200px;
}

.de-innowalk-pro .custom-one-column-top-image {
    text-align: left;
}

.de-walker-layout .custom-two-column-with-left-image .custom-left-column-image,
.de-walker-layout .custom-two-column-with-left-image .custom-right-column-content {
    display: block;
}

.custom-ev-column.col2 h1 strong {
    font-size: 50px;
    text-align: center;
    color: white;
    display: block;
    font-weight: 600;
    margin: 0px;
}
.custom-ev-column.col2 h1 {
    margin: 0px;
    font-size: 25px;
    text-align: center;
    color: white;
    font-weight: 300;
    padding: 30px;
    padding: 0;
}
.one-column-layout.hs-events-layout .main-content h1 {
    margin: 0;
}

.custom-poster-module p.eventtext {
    text-align: center !important;
    vertical-align: middle;
    font-weight: 400 !important;
    font-size: 21px;
    line-height: 1.75;
    margin: 30px 0 0 !important;
}

.custom-error-middle-group {
    background-color: #ecebe2;
}
.custom-error-middle-group .row-fluid-wrapper.row-depth-1.row-number-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 114px);
    text-align: center;
    position: relative;
}

.custom-error-middle-group .main-content h1 {
    letter-spacing: -0.05em;
    font-size: 125px;
    color: #fff;
    line-height: 1;
    margin: 0 0 36px;
}
.custom-error-middle-group .main-content h5 {
    line-height: 1;
    color: #3c3c3c;
    font-size: 60px;
    margin: 0 0 36px;
}
.custom-error-middle-group .main-content p {
    color: #fff;
    margin: 0 0 36px;
}

.stories-layout .sidebar.Left h1 + h3:last-of-type {
    margin-top: 0;
    padding: 0px;
    margin-bottom: 54px;
}
.custom-research-column.col2 p:empty {
    margin: 0;
}

a.custom-error-btn {
   color: #3db7e4 !important;
   background-color: #fff !important;
   border-color: #fff !important;
   font-weight: 600 !important;
   font-family: Roboto !important;
   letter-spacing: 0.1em;
   text-transform: uppercase;
   display: inline-block;
   font-size: 12px;
   padding: 13px 31px 13px 31px !important;
   font-style: normal !Important;
   text-align: center;
   vertical-align: middle;
   border-radius: 10em !important;
   margin-top: 1px;
   margin-bottom: 1px;
   cursor: pointer;
   background-image: none;
   border: 1px solid;
   border-radius: 2px;
   outline: none;
   white-space: pre-wrap;
   -webkit-text-stroke: 0px;
   -webkit-transition: all 200ms ease-in-out;
   -moz-transition: all 200ms ease-in-out;
   -o-transition: all 200ms ease-in-out;
   transition: all 200ms ease-in-out;
   -moz-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
}

a.custom-error-btn:hover {
   color: #fff !important;
   background-color: transparent !important;
   border-color: #fff !important;
}
.custom-error-middle-group .widget-type-google_search {
   max-width: 400px;
   margin: 0px auto !important;
   float: none !important;
}
.custom-error-middle-group i.fa.fa-angle-down {
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s;
    -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s ;
    -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s ;
    transition: -webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
    position: absolute;
    bottom: -25px;
}
.custom-error-middle-group i.fa.fa-angle-down:hover {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: .8 !important;
}
.custom-error-middle-group .main-content h5 {
    text-transform: uppercase;
}

.custom-articles-module .hs-moretext:active, .custom-articles-module .hs-moretext:focus {
   color: #3db7e4;
}

.custom-articles-module .hs-moretext:hover {
   color: #00ae65;
}

.nl-innowalk .custom-pro-row6 {
    padding: 30px 0;
}

.custom-articles-module .hs-moretext
    cursor:pointer;
}

.custom-contact-row2 .custom-accordian-group p strong {
    color: #3db7e4;
}

.custom-home-row4.custom-home-de-tab {
    display: none !important;
}

a#back-to-top {
    color: #fff !important;
    background-color: #3db7e4 !important;
    border-color: #3db7e4 !important;
    width: 30px;
    height: 30px;
    position: fixed;
    right: 22px;
    bottom: 22px;
    text-align: center;
    line-height: 30px;
    opacity: 0;
}
a#back-to-top i.fa.fa-angle-up:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nl-innowalk .custom-nl-home-right-col a.custom-btn.white {
    border-color: #3db7e4;
}
.nl-innowalk .custom-nl-home-right-col a.custom-btn.white:hover {
    border-color: #fff;
}
.nl-innowalk  .custom-home-bottom-group {
    padding: 46px 0 36px;
}

.checkbox-row input {
    position: relative;
    top: 10px;
}

.custom-read-more-content p:first-of-type {
    margin-top: 10px;
}

.nl-home .custom-home-bottom-group {
    padding: 29px 0 36px;
}
.nl-home .custom-home-bottom-group .custom-nl-home-left-col p {
    margin: 10px 0 4px;
}
.nl-home .custom-home-bottom-group .custom-nl-home-right-col {
    padding: 7px 0 0 3px;
}
.nl-home .custom-home-bottom-group .custom-nl-home-right-col a.custom-btn.white {
    border-color: #3db7e4;
}
.nl-home .custom-home-bottom-group .custom-nl-home-right-col a.custom-btn.white:hover {
    border-color: #fff;
}
.custom-about-row4 .custom-about-row4-content h2 {
    margin-bottom: 0;
}

#map_canvas_1 text {
    font-family: fontAwesome;
    cursor: pointer;
}

.hs-fieldtype-booleancheckbox ul.inputs-list {
		margin-bottom: 18px;
}

ul.inputs-list .hs-form-booleancheckbox label span {
		position: relative;
  	/*top: 2px;*/
  	left: 5px;
}


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


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


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1500px) and (min-width:1301px) {
    .custom-ev-column.col3 h2 {
        font-size: 25px;
    }
}

/*@media (max-width: 1200px) and (min-width:1101px) {
    .custom-three-column-equal-product .custom-bottom-content {
        min-height: 640px;
    }
}*/

@media (max-width: 1500px) and (min-width:961px) {
    .custom-research-module .hs-reserch-spacer{
        display:none;
    }
}

@media (max-width: 1300px) and (min-width:961px) {
    .custom-ev-column.col2 h1,
    .custom-pos-column.col1 h1,
    .custom-artical-column.col1 h1,
    .custom-research-column.col1 h1 {
        font-size: 25px;
    }
    .custom-pos-column.col3 h2,
    .custom-pos-column.col2 h2,
    .custom-research-column.col2 h2{
        font-size: 20px;
    }
    .custom-ev-column.col3,
    .custom-research-column.col2 p {
        font-size: 16px;
    }
    .custom-ev-column.col4 p,
    .custom-pos-column.col3 p,
    .custom-artical-column.col2 p,
    .custom-research-column.col3 p{
        font-size: 15px;
    }
    a.custom-more-btn {
        font-size: 15px;
    }
    .stories-layout .sidebar.Left h1 {
        font-size:56px;
    }
    .custom-ev-column.col3 h2 {
        font-size: 20px;
    }
}
@media (min-width:961px) and (max-width: 1460px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin: 0px 5px;
    }
    .search-icon-wrapper {
        margin: 4px 0px 0px 10px;
        padding: 0px 0px 0px 10px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:forst-child{
        margin-left: 0;
    }

}
@media (min-width:961px) and (max-width: 1100px) {

    .custom-education-row2 .custom-education-row2-right-col h1 {
        font-size: 51px;
    }
    .stories-layout .sidebar.Left h1 {
        font-size:50px;
    }

}

@media screen and (min-width: 961px) {
  
    .custom-pos-column.col2 {
       width: 25%;
       min-height: 350px;
    }
    
    .custom-logo {
        padding: 27px 0 0;
    }
    
    .scroll .custom-header-group .custom-logo {
        display: none;
        visibility: hidden;
    } 
  
}

@media (min-width: 960px) and (max-width: 1099px) {
    .custom-three-column-with-background-color .custom-column-wrap a.custom-btn {
     position: static;
    }
    .custom-three-column-with-background-color .custom-column-wrap p.custom-bottom-content img {
        position: static;
        float: none;
        padding: 20px 0 0;
        width: 59px;
    }
    .custom-pro-row4 .custom-pro-row4-left-col h2 {
        font-size: 52px;
    }
    .custom-copyright p {
        margin: 0 -49px 0 0 !important;
    }
    .custom-bottom-content h2 {
        word-wrap: break-word;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin: 0px 3px;
    }
    .custom-three-column-equal-product .custom-bottom-content P:last-of-type {
        position: static;
    }
    .custom-ev-column.col3 h2 {
        font-size: 17px;
    }


}

@media (max-width: 960px) {
  /*  .custom-logo {
        width: 100% !important;
        padding: 27px 0;
    }
    .custom-artical-column.col3{
        text-align:center;
    }
    .custom-header-group {
        position: relative;
    }
*/
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    .custom-footer-group {
        padding-top: 36px;
        padding-bottom: 36px;
        text-align: center;
    }
    .footer-content {
        padding-top: 24px;
        padding-bottom: 21px;
        width: 100% !important;
        margin-left: 0 !important;
        float: none !important;
        padding-left: 0;
        padding-right: 0;
    }
    .custom-privacy.footer-content,
    .custom-footer-social.footer-content{
        padding-top: 0;
    }
    .custom-footer-social {
        text-align: center;
    }
    .custom-footer-social ul li:first-child {
        padding-left: 0;
    }
    .custom-footer-social ul {
        padding: 3px 0 0;
    }
    .custom-education-row1,
   .custom-education-row2{
       padding-top: 81px;
   }
   .custom-education-row1 .custom-education-row1-left-col, 
   .custom-education-row2 .custom-education-row2-right-col {
       padding-bottom: 36px;
       width: 100% !important;
       margin-left: 0 !important;
   }
   .custom-education-row1 .custom-education-row1-right-col, 
   .custom-education-row2 .custom-education-row2-left-col {
       width: 100% !important;
       margin-left: 0 !important;
   }
   .custom-education-row1 .custom-education-row1-right-col img, 
   .custom-education-row2 .custom-education-row2-left-col img {
       width: 100% !important;
   }
   .custom-education-row2 .custom-education-row2-right-col,
   .custom-education-row1 .custom-education-row1-right-col {
       padding-top: 36px;
   }
    .custom-articles-module,
    .custom-poster-module,
    .custom-event-module {
        display: block;
        padding: 72px 0 0;
    }
    .custom-research-module .custom-research-column,
    .custom-articles-module .custom-artical-column,
    .custom-poster-module .custom-pos-column,
    .custom-event-module .custom-ev-column {
        width: 100% !important;
        display: block !important;
        word-wrap: break-word;
    }
    .custom-ev-column.col4 p {
        text-align: center;
    }
    .custom-research-module .hs-reserch-spacer,
    .custom-articles-module .custom-ar-spacer,
    .custom-poster-module .custom-spacer {
        display:none;
    }
    
    .about-us-layout .custom-about-row1 .custom-about-row1-left-col, 
    .about-us-layout .custom-about-row2 .custom-about-row2-left-col P {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .about-us-layout .custom-about-row1 .custom-about-row1-right-col, 
    .about-us-layout .custom-about-row2 .custom-about-row2-right-col {
        width: 100% !important;
        margin-left: 0 !important;
        padding-top: 36px;
    }
    .about-us-layout .custom-about-row1 .custom-about-row1-right-col img , 
    .about-us-layout .custom-about-row2 .custom-about-row2-right-col img {
        width: 100% !important;
    }
    .about-us-layout .custom-about-row4 .custom-about-row4-content img {
        width: 341px !important;
    }
    table.custom-table td,
    table.custom-table th {
        padding: 8px 5px 7px 5px;
    }
    .custom-three-column-with-background-color {
        display: block;
        margin-left: 0;
        padding-top: 0;
    }
    .custom-three-column-with-background-color .custom-column-wrap {
        padding-bottom: 36px;
        width: 100%;
        padding-left: 0;
        display: block;
    }
    .custom-three-column-with-background-color .custom-column-wrap a.custom-btn {
     position: static;
    }
    .custom-three-column-with-background-color .custom-column-wrap p.custom-bottom-content img {
        position: static;
    }
    .stories-layout .sidebar.Left, 
    .stories-layout .main-content {
        padding-top: 73px;
        margin-top: 36px;
        margin-left: 0 !important;
        width: 100% !important;
    }
    .stories-layout .custom-topic-filer ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
    }
    .stories-layout .custom-topic-filer ul li a {
        line-height: 19px;
        font-size: 16px;
    }
    .stories-layout .custom-topic-filer ul li {
        padding: 18px 9px 18px 9px;
        line-height: 19px;
    }
    .custom-stories-module-group .custom-stories-content h3 {
        font-size: 40px;
    }
    .custom-contact-row1 .main-content .custom-contact-row1-left-col,
    .custom-contact-row2 .custom-contact-flex{
        padding-top: 0;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .custom-contact-row1 .custom-contact-row1-conatct-form {
        padding-top: 94px;
        margin-left: 0 !important;
        width: 100% !important;
    }
    .custom-contact-row2 .custom-contact-flex.col2 {
        padding-top: 36px;
    }
    .custom-two-column-equal-left-image .custom-left-image {
        width: 100%;
        float: none;
        background-image: none !important;
    }
    .custom-two-column-equal-left-image .custom-right-content {
        width: 100%;
        float: none;
        padding: 36px;
    }
    .custom-two-column-equal-left-image .custom-right-content h3 {
        margin: 18px 0 0;
        font-weight: normal;
        font-size: 21px;
        line-height: 1.75;
    }
/*    .custom-two-column-equal-left-image .custom-right-content p {
        display: none;
    }*/
    .custom-pro-row2 .custom-pro-row2-top-col h2,
    .custom-pro-row3 .custom-pro-row3-top-col h2,
    .custom-pro-row4 .custom-pro-row4-left-col h2,
    .custom-pro-row5 .custom-pro-row5-left-col h2, 
    .custom-pro-row5 .custom-pro-row5-right-col h2,
    .custom-stories-section .custom-stories-to-content h2,
    .nl-innowalk-layout .custom-pro-row4-right-col h2 {
        font-size: 40px;
    }
    .custom-pro-row2 .hs_cos_wrapper_type_widget_container, 
    .custom-pro-row3 .hs_cos_wrapper_type_widget_container {
        margin-left: 0;
        display: block;
    }
    .custom-one-column-top-image {
        padding: 36px 0 0;
        float: none;
        width: 100%;
        text-align: center;
        vertical-align: top;
        height: 100% !important;
    }
    .custom-one-column-top-image .custom-top-image {
        width: 100%;
        margin: 0 auto 36px;
    }
    .custom-one-column-content {
        width: 100%;
        float: none;
        padding: 36px 0 0 0px;
        height: 100% !important;
    }
    
    .custom-pro-row4 .custom-pro-row4-left-col {
        width: 100% !important;
        padding-bottom: 36px;
    }
    .custom-pro-row4 .custom-pro-row4-right-col {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .custom-pro-row5 .custom-pro-row5-left-col , 
    .custom-pro-row5 .custom-pro-row5-right-col {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .custom-pro-row5 {
        padding-top: 0;
    }
    .custom-pro-row5 .custom-pro-row5-left-col {
        padding-bottom: 72px;
    }
    
    .custom-stories-section .custom-topic-filer ul li {
        display: block;
        padding: 0 0 18px;
        text-align: center;
        line-height: 1.2em;
    }
    .custom-stories-section .custom-topic-filer ul li a {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.2em;
        color: #3c3c3c;
        letter-spacing: 0.05em;
    }
    .custom-stories-section .custom-stories-module-group {
        width: 50%;
        float: left;
        padding: 0px 0px 36px 36px;
    }
    .custom-two-column-equal-left-image .custom-left-image img {
        display: block;
    }
    .walker-layout .custom-pro-row3 .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        display: block;
        margin-right: 0;
        vertical-align: text-bottom;
    }
    .custom-one-column-top-image .custom-top-image {
        width: 100%;
        margin: 0 auto 36px;
        text-align: center;
    }
    .walker-layout .custom-stories-section .custom-topic-filer ul li {
        display: inline-block;
    }
    .custom-home-slider-top .slick-prev, .custom-home-slider-top .slick-next {
        top: 47.4%;
    }

    .custom-home-slider-top .caption.below h2 {
        font-size: 45px;
        line-height: 45px;
    }
    .custom-home-slider-top .caption.below p {
        font-size: 17px;
        line-height: 17px;
    }
    .custom-home-row2 .custom-home-row2-top-col h2,
    .custom-home-row3 .custom-home-row3-top-col h2,
    .row-main-title h2,
    .custom-home-row4 .custom-home-row4-col h2,
    .custom-home-row6 .custom-home-row6-top-col h2, 
    .custom-home-row5 .custom-home-row5-top-col h2,
    .nl-innowalk .custom-pro-row4-right-col h2,
    .nl-innowalk-layout .custom-pro-row4-right-col h2,
    .custom-pro-row6 h2{
        font-size: 40px;
    }
      .custom-about-row4-content h2 {
          font-size: 30px;
      }
    .custom-three-column-equal-product {
        margin-left: 0;
        display: block;
        padding: 0 0 36px 0;
    }
    .custom-three-column-equal-product .custom-column-wrappper {
        width: 100%;
        float: none;
        padding-left: 0;
        display: block;
        padding-top: 36px;
    }
    .custom-three-column-equal-product .custom-column-wrappper img {
        width: 100% !important;
    }
    /*.custom-three-column-equal-product .custom-bottom-content {
        min-height: 461px;
    }*/
    .custom-home-row3 .custom-stories-module-group {
        width: 50%
    }
    .row-container.tablet-hidden.mobile-hidden {
        display: none !important;
    }
    .custom-home-row4 .custom-home-row4-col {
        padding-bottom: 0;
    }
    .custom-home-row5 .custom-one-column-top-image {
        width: 100%;
    }
    .custom-home-row6 .custom-home-row6-left-col,
    .custom-home-row6 .custom-home-row6-right-col{
        width: 100% !important;
        margin: 0 !important;
        padding: 0 0 36px;
    }
    .custom-home-row6 .custom-home-row6-left-col img,
    .custom-home-row6 .custom-home-row6-right-col img {
        width: 100% !important;
    }
    .custom-home-row3 .custom-stories-module-group .custom-stories-module {
        min-height: 270px;
    }
    .custom-home-row5 .hs_cos_wrapper_type_widget_container {
        margin: 0;
    }
    /*.nl-home .custom-three-column-equal-product .custom-bottom-content {
        min-height: 570px;
    }*/
    .nl-innowalk .custom-nl-home-right-col,
    .nl-innowalk .custom-nl-home-left-col,
    .nl-home .custom-nl-home-right-col,
    .nl-home .custom-nl-home-left-col,
    .custom-about-row2-left-col {
        width: 100% !important;
        margin: 0 !important;
    }
    .nl-home .custom-nl-home-left-col ,
    .nl-innowalk .custom-nl-home-left-col {
        padding-bottom: 36px;
    }
    .custom-topic-filer ul li.last-item {
        float: none;
    }
    .custom-two-column-with-left-image .custom-left-column-image {
        float: none;
        width: 100%;
        text-align: center;
        padding-left: 0;
        display: block;
    }
    .custom-two-column-with-left-image .custom-right-column-content {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-top: 36px;
    }
    .custom-two-column-with-left-image .custom-left-column-image img {
        width: 354px;
    }
    .nl-walker-layout .custom-pro-row4 .widget-type-rich_text {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .nl-walker-layout .custom-pro-row4 .widget-type-rich_text h2 {
        font-size: 30px;
        margin: 36px 0 0;
    }
    .walker-layout .custom-pro-row5 .custom-pro-row5-left-col h2, 
    .walker-layout .custom-pro-row5 .custom-pro-row5-right-col h2 {
        font-size: 30px;
    }
    .about-us-layout .custom-about-row1 .custom-about-row1-top-col h2, .about-us-layout .custom-about-row3 .custom-about-row3-content h2,
    .custom-about-row2-top-col h2{
        margin-top: 36px;
        font-size: 30px;
    }
    .custom-tab-hidden {
    display: none !important;
    }
/*    .custom-one-column-top-image .custom-top-image img {
        max-width: 50%;
        width: 100%;
    }*/
    .de-education-layout .custom-education-row2-left-col {
        padding-top: 25px;
    }
    .de-education-layout .custom-education-row2 .custom-education-row2-right-col {
        padding-top:0;
    }
    .de-contact .custom-contact-row1 .main-content .custom-contact-row1-left-col {
        padding-top: 0;
    }
    .hs-three-column-top-group .row-fluid .widget-span {
        padding-top: 0;
    }
    .de-innowalk-pro .custom-two-column-equal-left-image .custom-right-content p,
    .custom-two-column-equal-left-image .custom-right-content p{
        display: block;
        text-align: center;
    }
    .innowalk-layout .custom-two-column-equal-left-image .custom-right-content h3 span {
        color: #3c3c3c !important;
    }
    .custom-poster-module .custom-pos-column.col4 {
        text-align: center;
    }
    .custom-error-middle-group .main-content {
        max-width: 100%;
        margin: 0px auto !important;
        float: none;
        padding: 0;
    }
    .custom-error-middle-group .main-content h5 {
        font-size: 40px; 
    }
    .custom-about-row2-top-col h2 {
        margin-top: -20px;
    }
    .nl-innowalk-layout .custom-two-column-equal-left-image .custom-right-content h3 {
        font-weight: 600;
    }
    .custom-home-row4.custom-home-de-tab {
        display: block !important;
        padding-left: 0;
        padding-right: 0;
    }
    .nl-innowalk .custom-two-column-equal-left-image .custom-right-content h3 {
        margin: 0;
        font-weight: 600;
        font-family: Roboto;
        font-size: 24px;
        line-height: 28px;
    }
    .custom-copyright p {
        margin: 0 0px 0 0 !important;
    }
    .custom-artical-column.col3 {
       text-align: center;
       padding-bottom: 107px;
    }
    .custom-home-slider-top {
        margin-top: -1px;
    }
    .custom-two-column-equal-left-image .custom-right-content h3 br {
        display: none;
    }
    .custom-pro-row3 .custom-two-column-with-left-image .custom-left-column-image img,
    .custom-one-column-top-image .custom-column-inner-wrap img {
        /*width: 50%;*/
        margin: 0px auto;
    }
    .hs-three-column-top-group .row-fluid .widget-span {
        padding-top: 0 !important;
    }
    .hs-gray-bottom-group .page-center{
        padding-left:33px !important;
        padding-right:33px !important;
    }
    .hs-gray-bottom-group h2{
        font-size:30px;
        margin-top:27px;
    }
}
@media (max-width: 900px) {
    .custom-home-social-icon {
        display: none !important;
    }
}

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

@media (max-width: 767px) {
    
    .contact-right-col {
        margin-top: 3em;
    }
    
    .body-container-wrapper .main-content,
    .blog-content,.blog-sidebar,
    .body-container-wrapper .sidebar{
        margin-bottom:20px;
    }
    /* One Line Inputs */
    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"],
    input[type="file"],
    textarea,
    select {
        max-width: 100%;
        width: 100% !important;
    }
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        border-width: 0;
        max-height: 100%;
        max-width: 100%;
        height: 100%;
        width: 100%;
        float: none;
        margin: 20px 0 20px 0px;
    }
    .search-icon-wrapper * {
        display: inline;
    }
    .custom-table-scroll {
        overflow: auto;
    }
    .custom-stories-module-group .custom-stories-module {
        min-height: 340px;
    }
    .walker-layout .custom-stories-section .custom-stories-module-group .custom-stories-module {
        min-height: 250px;
    }
    /*.custom-three-column-equal-product .custom-bottom-content P:last-of-type {
        position: static;
        bottom: 21px;
    }*/
    .about-us-layout .custom-about-row4 .custom-about-row4-content img {
        width: 51% !important;
    }
    .custom-two-column-left-image-content .custom-right-column-content {
        margin-top: 36px;
    }
    .de-contact .custom-contact-row1 .main-content .custom-contact-row1-left-col {
        padding-top: 0;
    }
    .de-contact .custom-contact-row1 .hs_cos_wrapper_type_form .hs-button.primary.large {
        display: block;
        width: 100%;
    }
    .custom-three-column-with-background-color .custom-column-wrap h2,
    .custom-three-column-with-background-color .custom-column-wrap h3,
    .custom-three-column-with-background-color .custom-column-wrap p {
        word-wrap: break-word;
    }
/*    .body-container .page-center {
        padding: 36px 30px 36px 30px;
    }*/
    .custom-header-group .page-center {
        padding: 0px 34px;
    }
    .about-us-layout .custom-about-row1 .custom-about-row1-top-col p {
        margin: 0;
    }
    .custom-footer-group {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    .innowalk-layout .custom-pro-row3 .custom-pro-row3-top-col {
        padding-bottom: 0;
    }
    .custom-team-form-group .hs_cos_wrapper_type_form .hs-button.primary.large{
        max-width:100%;
        display: block;
        width: 100% !important;
    }
    a#back-to-top {
        opacity: 1;
    }
    .mobile-trigger {
        top: -97px;
        right: -1px;
    }
    .custom-error-middle-group .row-fluid-wrapper.row-depth-1.row-number-3 {
        height: 100%;
    }
    .custom-accordian-group .custom-accordian-heading p {
        padding-right: 20px;
    }
    .checkbox-row span.fakelabel span {
        float: none;
    }

}

@media (max-width: 569px) {

    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    .custom-stories-module-group .custom-stories-content h3 {
        font-size: 17px;
    }
    .custom-pro-row2 .custom-pro-row2-top-col h2, 
    .custom-pro-row3 .custom-pro-row3-top-col h2, 
    .custom-pro-row4 .custom-pro-row4-left-col h2, 
    .custom-pro-row5 .custom-pro-row5-left-col h2, 
    .custom-pro-row5 .custom-pro-row5-right-col h2, 
    .custom-stories-section .custom-stories-to-content h2,
    .nl-innowalk-layout .custom-pro-row4-right-col h2{
        font-size: 35px;
    }
    .custom-home-row2 .custom-home-row2-top-col h2, .row-main-title h2, .custom-home-row3 .custom-home-row3-top-col h2, .custom-home-row4 .custom-home-row4-col h2, .custom-home-row6 .custom-home-row6-top-col h2, .custom-home-row5 .custom-home-row5-top-col h2, .nl-innowalk .custom-pro-row4-right-col h2, .nl-innowalk-layout .custom-pro-row4-right-col h2, .custom-pro-row6 h2 {
        font-size: 35px;
    }
    .custom-home-row3 .custom-stories-module-group .custom-stories-module {
        min-height: 260px;
    }
    .custom-stories-module-group .custom-stories-module {
        min-height: 250px;
    }
}
@media (max-width: 525px) {
    .custom-stories-section .hs_cos_wrapper_type_widget_container {
        margin-left: 0;
        display: block;
    }
    .custom-stories-section .custom-stories-module-group {
        width: 100%;
        float: left;
        padding: 0 0 36px !important;
    }
    .custom-stories-module-group {
        width: 100%;
        float: left;
        padding: 36px 0px 0 0 !important;
    }
    .custom-stories-module-group .custom-stories-module {
        min-height: 300px;
    }
    .custom-home-row3 .custom-stories-module-group {
        width: 100%;
    }
    .custom-home-row3 .hs_cos_wrapper_type_widget_container {
        display: block;
        margin-left: 0px;
    }
}


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

@media (max-width: 479px) {
  .js-gwa-country-select-form{
    	word-wrap: break-word;
  }
  .mobile-trigger {
        top: -97px;
        right: -1px;
    }
    #polandmap {
        display:block;
    }
    #polandmap #iwm_1 {
        width:100%;
    }
    #polandmap #imap1message {
        width:100%;
    }
    
    .checkbox-row span.fakelabel span {
        float: none;
    }
    .custom-three-column-with-background-color .custom-column-wrap p.custom-bottom-content img {
        float: none;
        display: block;
        padding: 20px 0 0;
        width: 59px;
    }
    .custom-stories-module-group {
        width: 100%;
        float: left;
        padding: 36px 0px 0 0 !important;
    }
    .custom-home-slider-top .caption.below h2 {
        font-size: 39px;
        line-height: 39px;
    }

    .custom-home-slider-top .caption.below p {
        font-size: 15px;
        line-height: 15px;
    }
    .hs-partners-layout .content-wrapper h1 {
        font-size: 25px;
    }
    .subscribe-options label {
        display: block;
    }

    a.custom-btn.white {
        padding: 10px 30px;
    }
    table.custom-table td, table.custom-table th {
        font-size: 12px;
    }
    .custom-header-group .page-center {
        padding: 0px 33px;
    }
    .custom-accordian-group .custom-accordian-heading p:after {
        top: 36%;
    }

}

@media (max-width: 320px) {

    h1 {
        font-size: 28px;
    }
    .walker-layout .custom-pro-row5 .custom-pro-row5-left-col h2, 
    .walker-layout .custom-pro-row5 .custom-pro-row5-right-col h2,
    .custom-about-row4-content h2 {
        font-size: 28px;
    }
    .custom-pro-row2 .custom-pro-row2-top-col h2, 
    .custom-pro-row3 .custom-pro-row3-top-col h2, 
    .custom-pro-row4 .custom-pro-row4-left-col h2, 
    .custom-pro-row5 .custom-pro-row5-left-col h2, 
    .custom-pro-row5 .custom-pro-row5-right-col h2,
    .custom-stories-section .custom-stories-to-content h2,
    .nl-innowalk .custom-pro-row4-right-col h2,
    .custom-pro-row6 h2{
        font-size: 28px;
    }
     .about-us-layout .custom-about-row1 .custom-about-row1-top-col h2, .about-us-layout .custom-about-row3 .custom-about-row3-content h2,
    .custom-about-row2-top-col h2{
        font-size: 28px;
    }
    .hs-two-col-form-layout .custom-main-content h2 {
        font-size: 28px;
    }
    .hs-partners-layout .content-wrapper h1 {
        font-size: 24px;
    }
    .about-us-layout .custom-about-row4 .custom-about-row4-content img {
        width: 39.6% !important;
    }
    .custom-home-row2 .custom-home-row2-top-col h2, .row-main-title h2, .custom-home-row3 .custom-home-row3-top-col h2, .custom-home-row4 .custom-home-row4-col h2, .custom-home-row6 .custom-home-row6-top-col h2, .custom-home-row5 .custom-home-row5-top-col h2, .nl-innowalk .custom-pro-row4-right-col h2, .nl-innowalk-layout .custom-pro-row4-right-col h2, .custom-pro-row6 h2 {
        font-size: 28px;
    }
    .hs-two-col-form-layout .custom-main-content h2 {
        font-size: 28px !important;
    }
    
}

.event-row-home {
    padding: 2em 0;
}

.event-row-home h2{
    margin:0;
}

.event-row-home p {
    font-size: 18px;
    line-height: 2;
    margin: 10px 0 0;
}

.event-row-home a {
    font-weight: 600;
    text-decoration: underline;
}

.event-row-home a:hover {
    text-decoration: none;
}

.event-row-home .link-to-event {
    padding: 0.5em 1.5em;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 3em;
    text-decoration: none;
}

.event-row-home .link-to-event:hover {
    opacity: 0.8;
}

/* Elena`s changes */
.js-gwa-country-select-form form .hs_submit input.hs-button{
    display: none;
}
/*****/

@media screen and (min-width: 768px) {
    
    .event-row-text {
        padding-right: 1em;
    }
    .contact-left-col {
        padding-right: 2em;
    }
    
  
    /* Elena`s changes */
    .custom-accordion-inner-content p{
        float: none;
        width: 100%;
        padding: 0;
      	text-align: left;
    }
    .custom-accordion-inner-content.minHeight p{
        min-height: 360px;
    }
  
  /* lindas "changes" */
  .custom-accordion-inner-content p img {
    	margin: 0 0 0.5em;
  }
  
  .custom-accordion-inner-content.sw p{
     width: 100%;
  }
    .custom-accordion-inner-content.sw div{
      float: left;
      width: 50%;
    }
    /******************/
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .custom-accordion-inner-content.minHeight p{
      min-height: 400px;
  }
}

.resources.two-columns,
.knowledge.two-columns {
    display: inline-block;
    margin-top: 3em;
}

.resources.two-columns .hs_cos_wrapper_type_custom_widget,
.knowledge.two-columns .hs_cos_wrapper_type_custom_widget{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 100px;
}

.two-columns figure {
    padding:0;
    margin:0;
    display: block;
}

.two-columns figure img {
    max-width: 100%;
    width: auto;
}

.knowledge figure {
    margin: 0 auto 30px;
    text-align: center;
}

.knowledge.two-columns figure img {
    width: 30%;
}

.knowledge a .text-box {
    text-align: center;
    color: #3c3c3c;
}

.knowledge a:hover img,
.knowledge a:hover h3,
.knowledge a:hover p{
    opacity: 0.6;
}


.resources.two-columns figure,
.resources.two-columns .text-box {
    width: 100%;
    display: block;
}

.resources.two-columns figure,
.resources.two-columns a {
    width: 100%;
    display: block;
}

.two-columns .text-box h3,
.two-columns .text-box p {
    margin:0 0 10px;
}

.resources.two-columns .text-box a {
    background:#3db7e4;
    padding: 0.5em 1em;
    border-radius: 3px;
    color:#fff;
    font-weight: bold;
    display: inline-block;
    width: auto;
}

.resources.two-columns .text-box a:hover {
    opacity: 0.8;
}

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

    
    .resources.two-columns,
    .knowledge.two-columns {
        margin: 3em -27px 0!important;
    }
    
    .resources.two-columns .hs_cos_wrapper_type_custom_widget,
    .knowledge.two-columns .hs_cos_wrapper_type_custom_widget {
        width: 42%;
        margin: 0 27px 60px;
        border: 0;
    }
    
    
}

@media screen and (min-width: 980px) {
    
    
    .resources.two-columns .hs_cos_wrapper_type_custom_widget,
    .knowledge.two-columns .hs_cos_wrapper_type_custom_widget {
        width: 43%;
    }
    
    .resources.two-columns figure,
    .resources.two-columns .text-box {
        display: inline-block;
        vertical-align: top;
    }
    
    .resources.two-columns figure {
        width: 30%;
        padding: 0 1em 0 0;
    }
    
    .resources.two-columns .text-box {
        width: 64%;
    }
    
    
}


@media screen and (min-width: 1200px) {
    
    
    .resources.two-columns .hs_cos_wrapper_type_custom_widget,
    .knowledge.two-columns .hs_cos_wrapper_type_custom_widget{
        width: 45%;
    }
    
    
}



/* SEARCH RESULTS PAGE */

.searchresults .hs-search-field__bar {
		display: block;
  	margin: 0 0 2em;
}

.searchresults .hs-search-field__bar input[type="text"] {
		width: 100%;
  	max-width: 100%;
  	padding: 1em;
  	font-size: 18px;
  	font-weight: 100!important;
  	color: #333;
}

.searchresults .hs-search-field__bar input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #333;
}
.searchresults .hs-search-field__bar input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  	color: #333;
}
.searchresults .hs-search-field__bar input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  	color: #333;
}
.searchresults .hs-search-field__bar input[type="text"]:-moz-placeholder { /* Firefox 18- */
  	color: #333;
}

.searchresults #hsresults.hs-search-results__listing li img {
		display: none;
  	visibility: hidden;
}
