/* @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans:700,400,300');

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



/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */

/* This responsive framework is required for all styles. */

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(http://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(http://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;
}

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



/* These includes are optional, but helpful. */
/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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

 


/* Fonts */
@font-face {
  font-family: 'icomoon';
  src: url('//cdn2.hubspot.net/hubfs/1595897/Fonts/icomoon.eot');
}

@font-face {
  font-family:'icomoon';
    src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SAwQAAAC8AAAAYGNtYXAaVsyQAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZjpGGeMAAAF4AAAE0GhlYWQGN05jAAAGSAAAADZoaGVhB74DzwAABoAAAAAkaG10eC4AAkIAAAakAAAAOGxvY2EGXgUCAAAG3AAAAB5tYXhwABIAcgAABvwAAAAgbmFtZZlKCfsAAAccAAABhnBvc3QAAwAAAAAIpAAAACAAAwPRAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmCQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg5gn//f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAACABUABAPtA3oAFwA/AAABJy4BJy4BIyEXITI2Nz4BPwE+ATU0JiclIyIGHQEjIgYHDgEPAQ4BFRQWHwEeARceATsBERQWOwEyNjURLgEjA+B1BQ0IBg0H/rImASgHDQgIDQV1BQYIBf3VMQkQogcPBggNBXUDBgYFdQUNCAYNB6QOCzEKEAIODAKtWQQFAgMD9QMBAgYDWgMJBQUJA80PC60CAgIGA1kECAMFCQNaAwYCAwP+XgoQDwsDRAoOAAABAAsAiQP1AvUABgAAEwkBFwkBN4IBfgF+d/4L/gt3AvX+ggF+d/4LAfV3AAEAyf/NAzUDtwAGAAAlCQEnCQE3AzX+ggF+d/4LAfV3RAF+AX53/gv+C3cAAQDL/88DNwO8AAYAADcJATcJASfLAX7+gncB9f4Ld0YBfgGAeP4K/gl3AAABAAsAiwP1AvUABgAAJQkBJwkBBwN+/oL+gncB9QH1d4sBfv6CdQH1/gt1AAMACwBxA/UDDwAEAAkADgAANyE1IRURITUhFREVITUhCwPq/BYD6vwWA+r8FnFvbwEYbm4Bhm9vAAAAAAMAC//1A/UDlwAXABwAKQAAATMVMz4BMzIeAhURIxE0JiMiBhURIwMhMxEjETcUBiMiJjU0NjMyFhUBb8YCFWVLTmI2E88cTlIqzwL+nNfX1z8sKz8/Kyw/AnxnJUIuUW0//qYBMjZwYz3+yAKF/XkCh7ErQEArKz89LQACAA0AcwPzAw0AFwA3AAATHgMXHgEzMjY3PgM3PgEjISIWFwUOAwcOASMiJicuAycmBhURFBYzITI2NREuAQcrCoCUfAYLGQ0NGgoFfJSACxUSJfxVIxUVA7EMhJd/Bw4WDQ8VDQd/loMMEAUmEQN4EyQBBhACxgVFT0ICBwQGBQNCT0UEDDs7DHsHRE9BAwgDBAcEQ05EBQgNCP5tEiYmEgGTCA0IAAABAFH/5gPaA28AIAAAAQ4DJy4BBwYWFxYyPgE3PgI0Jy4BBwYWFxYOAgcCTSVORjkQMF1tbVswG3umxGRkgD4bL3pVVy0wEQ8uRCUBcyVELg8RMC1XVnkvGz6AZGTEpnsbLltrbVsyEDhGTiYAAAAAAgAP/8YD/AO1AD4AbwAAATIWFx4BFx4BFx4BFRQGBw4BBwEeARUUBgcOASMiJicBDgEHDgEjIiYnLgEnLgEnLgE1NDY3PgE3PgE3PgEzFSIGBw4BBw4BBw4BFRQWFx4BFx4BFx4BMzI2Nz4BNz4BNz4BNTQmJy4BJy4BJy4BIwGrKVAlJEMdGysREBIMCwsiFQECBgcHBgYRCwoQCP8AHDoiIUQjKk8lJUMcHCoSEhAQEhIrHRxAKCVPKCI8Hh4yFhcfDw4LDA0NIxUWMh4ePiAhPB4fMRcWIA4ODA0NDSIVFTMfHD4hA7UQEhAqHRtCKCRRKCRFICI6G/79BhAMCREIBgcHBgEHFx8NCwwRERArHRtBKChOKClQJSRFHR0pERAOWw0NDSIVFzEfHj0gIjweHzEXFh8PDQwMDQ0jFBcxHx4+ICE8Hh8xFxYgDg4MAAAAAAEAAAABAAC/c2ERXw889QALBAAAAAAA0Y4E8gAAAADRjgTyAAD/xgP8A7wAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA/wAAQAAAAAAAAAAAAAAAAAAAA4EAAAAAAAAAAAAAAACAAAABAAAFQQAAAsEAADJBAAAywQAAAsEAAALBAAACwQAAA0EAABRBAAADwAAAAAACgAUAB4AfgCUAKoAwADWAPQBMgGGAb4CaAAAAAEAAAAOAHAAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
    font-weight:normal;
    font-style:normal;
}

.o-icon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.o-icon--sm {
  font-size: 0.75em;
}

.o-icon--address:before {
  content: "\e600";
}

.o-icon--chevron-down:before {
  content: "\e601";
}

.o-icon--chevron-left:before {
  content: "\e602";
}

.o-icon--chevron-right:before {
  content: "\e603";
}

.o-icon--chevron-up:before {
  content: "\e604";
}

.o-icon--hamburger:before {
  content: "\e605";
}

.o-icon--linkedin:before {
  content: "\e606";
}

.o-icon--mail:before {
  content: "\e607";
}

.o-icon--phone:before {
  content: "\e608";
}

.o-icon--search:before {
  content: "\e609";
}

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


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

/*
* Change color of validation label.
* This change will appear in all forms.
* To edit the color
* write ex. color:red; inside {}
*/
.hs-error-msgs label {color:red;}


/* 
* Changes font-size of hs-field 
*/ 
.hs-field-desc {
  font-size: 12px!important;
}

/*
* Solves weird iOS button looks
*/ 

.hs-button {
    -webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
    -webkit-border-radius: 0;
		-moz-border-radius: 0;
}

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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

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

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

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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



/******************************************/
/* Aligns input field and submit button   */
/*****************************************/

/************* READ THIS *******************/
/* To use it you only need add the class   *
* hbspt-custom-form to a module.          *
/*****************************************/

/* MODIFIERS 
========================================= */

/* Modifier: forms small */
.hbspt-custom-form--small {
   padding-top:10px;
   width:65% !important;
}
  
@media only screen and (max-width: 800px) {
 		.hbspt-custom-form--small {
        width:100%!important;
      }
	}

/* Modifier: forms medium */
/* TODO */

/* Modifier: forms large */

/* Modifier: padded (Needs renaming...) */
.hbspt-custom-form--padded {
  padding: 0 50px;
}

/* Modifier: padded-small */
.hbspt-custom-form--padded-small {
  padding: 0 30px;
}

/* Modifier: padded-large */
.hbspt-custom-form--padded-large {
  padding:0px 100px;
}

/* Modifier change color of legal text */
.hbspt-custom-form-legal-text--white .legal-consent-container {
  color: white;
}

/* Modifier change fields to have 100% width - used when button and field doesn't need to be aligned */ 
.hbspt-custom-form-form-field--large .hs-form-field {
   width:100% !important;
}

/* Modifier: bottom padded-small */
.hbspt-custom-form-bottom--padded-small {
  padding-bottom: 75px;
}

/* Modifier: bottom padded-small */
.hbspt-custom-form-button--margin .hs-submit .hs-button {
  margin: 0px 0px 0px 0px;
}

/* GENERAL - Changes a form to a flexbox
========================================= */

.hbspt-custom-form form {
	display:flex;
  flex-flow: row wrap;
}

.hbspt-custom-form .hs-email, .hbspt-custom-form .hs-company {
	order: 1;
  flex:2 2 auto;
}
      
.hbspt-custom-form .hs-email .hs-input, .hbspt-custom-form .hs-company .hs-input {
   border-radius: 0!important;
   height:36px;
   max-width: 100%
}

@media only screen and (max-width: 450px) {
		.hbspt-custom-form .hs-submit {
			margin-top: 0!important; 
      width:100%!important;
		}
  
    .hbspt-custom-form .hs-email, .hs-company {
      width: 100%!important;
    }
    .hbspt-custom-form--padded, .hbspt-custom-form--padded-large {
       padding: 15px;
  }
}

.hbspt-custom-form .hs-submit {
   order: 2;
   flex: 1 1 auto;
}
      
.hbspt-custom-form .hs-submit .hs-button {
  font-weight:bold;
  width:100%;
}

.hbspt-custom-form .legal-consent-container {
  order: 3;
	width: 100%;
}

.hbspt-custom-form .legal-consent-container .hs-richtext p {
  font-size: 10px;
}

.hbspt-custom-form .legal-consent-container p {
  margin:0!important;
  font-size: 12px;
}


.hbspt-custom-form .hs-form-field {
  margin-bottom: 0px!important;
}

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

/* ------------SPECIAL CASE-------- */

.hubspot-custom-form-two form {
  display:flex;
  flex-flow: row wrap;
}

.hubspot-custom-form-two .hs-submit {
   order: 1;
   flex: 1 1 auto;
    margin-top:-15px;
}

.hubspot-custom-form-two .legal-consent-container .hs-richtext p {
  font-size: 10px;
}

.hubspot-custom-form-two .form-columns-1, .hubspot-custom-form-two .form-columns-2 {
   width:100%
}

.hubspot-custom-form-two .form-columns-1:last-of-type {
   order:2;
}

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

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

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


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

/* Basic text */
p.pricing {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: 500;
}

a.tooltip {
    color: #555555!important;
}

ul.pricing {
    list-style: none;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    color: #555555;
    padding: 0;
    margin: 0;
}
li.pricing {
    padding: 0;
    margin: 0;
    text-align: center;
    height: 40px;
    line-height: 50px;
}

li.special{
    background-color: #e7f8ff;
    padding: 0;
    padding-bottom: 5px;
    margin: 10px;
    height: 45px;
    border-radius: 5px;
}
#container {
    width: 100%;
    text-align: center;
}

@media (min-width: 1680px) {
  .whole {
      width: 16%;
      display: inline-block;
      margin: 20px 10px;
      border: 1px solid #dbe0e2;
      border-radius: 5px 5px 5px;
      vertical-align: top;
  }
}

@media (min-width: 961px) and (max-width: 1679px) {
  .whole {
      width: 19%;
      display: inline-block;
      margin: 20px 10px;
      border: 1px solid #dbe0e2;
      border-radius: 5px 5px 5px;
      vertical-align: top;
  }
}

@media (min-width: 737px) and (max-width: 960px) {
  .whole {
      width: 45%;
      display: inline-block;
      margin: 20px 10px;
      border: 1px solid #dbe0e2;
      border-radius: 5px 5px 5px;
      vertical-align: top;
  }

  .tooltipInfo a {
      border-bottom: none !important;
  }
}

@media (min-width: 480px) and (max-width: 736px) {
  .whole {
      width: 44%;
      display: inline-block;
      margin: 20px 10px;
      border: 1px solid #dbe0e2;
      border-radius: 5px 5px 5px;
      vertical-align: top;
  }
  .tooltipInfo a {
      border-bottom: none !important;
  }
}

@media (max-width: 479px) {
  .whole {
      width: 88%;
      display: inline-block;
      margin: 20px 10px;
      border: 1px solid #dbe0e2;
      border-radius: 5px 5px 5px;
      vertical-align: top;
  }

  .tooltipInfo a {
      border-bottom: none !important;
  }
}

.header {
    background-color: #3ea7d4;
    height: 70px;
    padding-top: 0px;
    margin-bottom: 0px;
    border-radius: 3px 3px 0 0;
}

.header span {
    color: #FFFFFF;
}

.type {
  background-color: #3ea7d4;
  height: 120px;
  padding-top: 10px;
  margin-bottom: 0px;
}

.type p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    padding: 0px 0px;
}


p.type-description {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #b0d6ea !important;
    text-align: center;
    /* opacity: 0.5; */
    line-height: 1.3;
    padding: 0px 10px 10px 10px;
}

.plan {
    background-color: #FFFFFF;
    border-radius: 0px 0px 2px 2px;
    border-color: #ffffff #000000 #000000 #000000;
    font-family: 'Open Sans', sans-serif;
    font-style: condensed;
    font-weight: 100;
    font-size: 55px;
    color: #000000;
    text-align: center;
}

.btnForPrice {
  background-color: green;
  font-size: 15px;
  text-decoration: none;
  color: #FFF;
  background-color: #16a085;
  display: block;
  padding: 20px;
  border-radius: 0 0 3px 3px;
  margin-top: 20px;
}

.btnForPrice:hover {
    background-color: #159078;
    transition: ease-in 0.2s;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
}

.bottom {} .content {} .login_c {
    width: 500px;
    background-color: #2b2937;
    height: 300px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 5px;
}
.login_c input {
    width: 350px;
    height: 40px;
    border: 1px solid #494a5a;
    margin-bottom: 20px;
    border-radius: 5px;
    padding-left: 10px;
}
.login {
    background-color: #BC4B1A;
    border-bottom: 3px solid #7C3618;
    width: 100%;
}
.top {
    margin-top: 35px;
}
.noDisplay {
    opacity: 0.3;
}

.price  {
  font-size: 36px;
  font-weight: 500;
}

.currency {
  font-size: 16px;
  font-weight: 500;
  
}


.opacityForPrice {
  /* opacity: 0,6; */
  color: #b0d6ea !important; 
  font-size: 12px;
  font-weight: 400;
}

/* Tooltip css active on fa fa-question-circle */
.tooltip{
    display: inline;
    position: relative;
}

.tooltip:hover:after{
    background: #16a085;
    border-radius: 3px;
    bottom: 26px;
    color: #FFF;
    content: attr(title);
    left: -10px;
    padding: 15px 15px;
    position: absolute;
    z-index: 98;
    width: 300px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.tooltip:hover:before{
    border: solid;
    border-color: #16a085 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.tooltipInfo a {
    border-bottom: 1px dotted #555;
}
/* End of tooltip css active on fa fa-question-circle */



/* Banner */
.banner_pricing {
  text-align:center;
}


/* Price plans */

.enterprise_button span::before {
position: absolute;
left:6px;
top:6px;
content: url("data:image/svg+xml, %3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3EEnterprise%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cdefs%3E%3Cpath%20d%3D%27M10.725%2C21.5789474%20L4.35%2C16.8421053%20C3.81491258%2C16.4445171%203.5%2C15.8205417%203.5%2C15.1578947%20L3.5%2C8.84210526%20C3.5%2C8.17945831%203.81491258%2C7.55548291%204.35%2C7.15789474%20L10.725%2C2.42105263%20C11.4805556%2C1.85964912%2012.5194444%2C1.85964912%2013.275%2C2.42105263%20L19.65%2C7.15789474%20C20.1850874%2C7.55548291%2020.5%2C8.17945831%2020.5%2C8.84210526%20L20.5%2C15.1578947%20C20.5%2C15.8205417%2020.1850874%2C16.4445171%2019.65%2C16.8421053%20L13.275%2C21.5789474%20C12.5194444%2C22.1403509%2011.4805556%2C22.1403509%2010.725%2C21.5789474%20Z%20M14.4073873%2C16%20L14.4073873%2C14.5991792%20L11.4963066%2C14.5991792%20L11.4963066%2C12.5362517%20L14.204925%2C12.5362517%20L14.204925%2C11.1463748%20L11.4963066%2C11.1463748%20L11.4963066%2C9.38987688%20L14.4073873%2C9.38987688%20L14.4073873%2C8%20L9.80000019%2C8%20L9.80000019%2C16%20L14.4073873%2C16%20Z%27%20id%3D%27path-1%27%3E%3C%2Fpath%3E%3C%2Fdefs%3E%3Cg%20id%3D%27Enterprise%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cmask%20id%3D%27mask-2%27%20fill%3D%27white%27%3E%3Cuse%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3C%2Fmask%3E%3Cuse%20id%3D%27Combined-Shape%27%20fill%3D%27%2316A085%27%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}


.starter-button span::before {
position: absolute;
left:6px;
top:6px;
content: url("data:image/svg+xml,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3EStarter%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cdefs%3E%3Cpath%20d%3D%27M10.725%2C21.5789474%20L4.35%2C16.8421053%20C3.81491258%2C16.4445171%203.5%2C15.8205417%203.5%2C15.1578947%20L3.5%2C8.84210526%20C3.5%2C8.17945831%203.81491258%2C7.55548291%204.35%2C7.15789474%20L10.725%2C2.42105263%20C11.4805556%2C1.85964912%2012.5194444%2C1.85964912%2013.275%2C2.42105263%20L19.65%2C7.15789474%20C20.1850874%2C7.55548291%2020.5%2C8.17945831%2020.5%2C8.84210526%20L20.5%2C15.1578947%20C20.5%2C15.8205417%2020.1850874%2C16.4445171%2019.65%2C16.8421053%20L13.275%2C21.5789474%20C12.5194444%2C22.1403509%2011.4805556%2C22.1403509%2010.725%2C21.5789474%20Z%20M14.5725216%2C13.7325349%20C14.5725216%2C13.2251028%2014.4376815%2C12.7966307%2014.1679973%2C12.4471058%20C13.8983131%2C12.0975809%2013.3997597%2C11.7489483%2012.672322%2C11.4011976%20C12.1223082%2C11.1386104%2011.7736756%2C10.9567537%2011.6264138%2C10.8556221%20C11.4791521%2C10.7544905%2011.3718123%2C10.649812%2011.3043912%2C10.5415835%20C11.2369702%2C10.433355%2011.2032601%2C10.3064988%2011.2032601%2C10.1610113%20C11.2032601%2C9.92681187%2011.2866481%2C9.73697123%2011.4534265%2C9.5914837%20C11.6202049%2C9.44599617%2011.8597234%2C9.37325349%2012.1719894%2C9.37325349%20C12.4345766%2C9.37325349%2012.7015954%2C9.40696351%2012.9730539%2C9.47438456%20C13.2445123%2C9.54180562%2013.5878223%2C9.66067779%2014.002994%2C9.83100466%20L14.5352628%2C8.54823686%20C14.134285%2C8.37436152%2013.7501682%2C8.23952144%2013.3829009%2C8.14371257%20C13.0156336%2C8.04790371%2012.6297425%2C8%2012.2252162%2C8%20C11.4019697%2C8%2010.7570438%2C8.19693749%2010.2904192%2C8.59081836%20C9.82379452%2C8.98469924%209.5904857%2C9.52583377%209.5904857%2C10.2142382%20C9.5904857%2C10.5797313%209.66145416%2C10.8990893%209.80339321%2C11.172322%20C9.94533227%2C11.4455547%2010.1351729%2C11.6850733%2010.3729208%2C11.8908849%20C10.6106687%2C12.0966965%2010.9672853%2C12.3113761%2011.4427811%2C12.5349301%20C11.9502132%2C12.7762265%2012.2864263%2C12.9518735%2012.4514305%2C13.0618762%20C12.6164346%2C13.171879%2012.7415165%2C13.2863157%2012.82668%2C13.4051896%20C12.9118434%2C13.5240636%2012.9544245%2C13.6597908%2012.9544245%2C13.8123752%20C12.9544245%2C14.0856079%2012.85773%2C14.2914165%2012.664338%2C14.4298071%20C12.470946%2C14.5681976%2012.1932819%2C14.6373919%2011.8313373%2C14.6373919%20C11.5297168%2C14.6373919%2011.1970522%2C14.5894882%2010.8333333%2C14.4936793%20C10.4696145%2C14.3978704%2010.0251745%2C14.2328688%209.5%2C13.9986693%20L9.5%2C15.5316035%20C10.1387257%2C15.8438694%2010.8732493%2C16%2011.7035928%2C16%20C12.6049058%2C16%2013.3083807%2C15.7977399%2013.8140386%2C15.3932136%20C14.3196965%2C14.9886873%2014.5725216%2C14.4351333%2014.5725216%2C13.7325349%20Z%27%20id%3D%27path-1%27%3E%3C%2Fpath%3E%3C%2Fdefs%3E%3Cg%20id%3D%27Starter%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cmask%20id%3D%27mask-2%27%20fill%3D%27white%27%3E%3Cuse%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3C%2Fmask%3E%3Cuse%20id%3D%27Combined-Shape%27%20fill%3D%27%23d6a000%27%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}



.space_pricing {

  margin-bottom:75px!important;
}

.space_top {
  margin-top:85px!important;
}

.space_top_pricing {
    margin-top:40px!important;
}

@media (max-width: 479px) {
            .space_pricing {
                  margin-top:20px!important;
  								margin-bottom:20px!important;
            }

        }


.small_txt_pricing {
  font-size:11px;
  padding:0!important;
  margin:0!important;
  min-height:1px!important;
}

.medium_size_pricing{
    min-height:1px!important;
  margin-bottom:10px;
}

.information-container {
  background: whitesmoke;
}


@media (max-width: 479px) {
    .currency-pricing-pages .select {
      				float:none!important;
              margin-left:auto!important;
       				margin-right:auto!important;
      				margin-top:30px!important;
            }
     }


@media (max-width: 479px) {
    .price-pricing-pages .pricing-btn-container {
      				float:none!important;
              margin-left:auto!important;
       				margin-right:auto!important;
     					margin-top:10px!important;
     					margin-bottom:-40px!important;
            }
     }



.no_icon {
  width: 24px;
  height:24px;
  display: inline-block;
  margin-right:-11px;
}

 .leadg_icon {
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2732px%27%20height%3D%2732px%27%20viewBox%3D%270%200%2032%2032%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3ELead%20Generation%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cdefs%3E%3Cpath%20d%3D%27M10.725%2C21.5789474%20L4.35%2C16.8421053%20C3.81491258%2C16.4445171%203.5%2C15.8205417%203.5%2C15.1578947%20L3.5%2C8.84210526%20C3.5%2C8.17945831%203.81491258%2C7.55548291%204.35%2C7.15789474%20L10.725%2C2.42105263%20C11.4805556%2C1.85964912%2012.5194444%2C1.85964912%2013.275%2C2.42105263%20L19.65%2C7.15789474%20C20.1850874%2C7.55548291%2020.5%2C8.17945831%2020.5%2C8.84210526%20L20.5%2C15.1578947%20C20.5%2C15.8205417%2020.1850874%2C16.4445171%2019.65%2C16.8421053%20L13.275%2C21.5789474%20C12.5194444%2C22.1403509%2011.4805556%2C22.1403509%2010.725%2C21.5789474%20Z%20M10.3000002%2C15.4980953%20L15.2400002%2C15.4980953%20L15.2400002%2C14.097608%20L11.9959028%2C14.097608%20L11.9959028%2C7.5%20L10.3000002%2C7.5%20L10.3000002%2C15.4980953%20Z%27%20id%3D%27path-1%27%3E%3C%2Fpath%3E%3C%2Fdefs%3E%3Cg%20id%3D%27Lead-Generation%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cmask%20id%3D%27mask-2%27%20fill%3D%27white%27%3E%3Cuse%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3C%2Fmask%3E%3Cuse%20id%3D%27Combined-Shape%27%20fill%3D%27%233EA7D4%27%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        display: inline-block;
        width: 24px;
        height:24px;
    }

    .enterprise_icon {
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3EEnterprise%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cdefs%3E%3Cpath%20d%3D%27M10.725%2C21.5789474%20L4.35%2C16.8421053%20C3.81491258%2C16.4445171%203.5%2C15.8205417%203.5%2C15.1578947%20L3.5%2C8.84210526%20C3.5%2C8.17945831%203.81491258%2C7.55548291%204.35%2C7.15789474%20L10.725%2C2.42105263%20C11.4805556%2C1.85964912%2012.5194444%2C1.85964912%2013.275%2C2.42105263%20L19.65%2C7.15789474%20C20.1850874%2C7.55548291%2020.5%2C8.17945831%2020.5%2C8.84210526%20L20.5%2C15.1578947%20C20.5%2C15.8205417%2020.1850874%2C16.4445171%2019.65%2C16.8421053%20L13.275%2C21.5789474%20C12.5194444%2C22.1403509%2011.4805556%2C22.1403509%2010.725%2C21.5789474%20Z%20M14.4073873%2C16%20L14.4073873%2C14.5991792%20L11.4963066%2C14.5991792%20L11.4963066%2C12.5362517%20L14.204925%2C12.5362517%20L14.204925%2C11.1463748%20L11.4963066%2C11.1463748%20L11.4963066%2C9.38987688%20L14.4073873%2C9.38987688%20L14.4073873%2C8%20L9.80000019%2C8%20L9.80000019%2C16%20L14.4073873%2C16%20Z%27%20id%3D%27path-1%27%3E%3C%2Fpath%3E%3C%2Fdefs%3E%3Cg%20id%3D%27Enterprise%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cmask%20id%3D%27mask-2%27%20fill%3D%27white%27%3E%3Cuse%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3C%2Fmask%3E%3Cuse%20id%3D%27Combined-Shape%27%20fill%3D%27%2316A085%27%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        display: inline-block;
        width: 24px;
        height:24px;
    }

    .commerce_icon {
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2732px%27%20height%3D%2732px%27%20viewBox%3D%270%200%2032%2032%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3ECommerce%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cdefs%3E%3Cpath%20d%3D%27M10.725%2C21.5789474%20L4.35%2C16.8421053%20C3.81491258%2C16.4445171%203.5%2C15.8205417%203.5%2C15.1578947%20L3.5%2C8.84210526%20C3.5%2C8.17945831%203.81491258%2C7.55548291%204.35%2C7.15789474%20L10.725%2C2.42105263%20C11.4805556%2C1.85964912%2012.5194444%2C1.85964912%2013.275%2C2.42105263%20L19.65%2C7.15789474%20C20.1850874%2C7.55548291%2020.5%2C8.17945831%2020.5%2C8.84210526%20L20.5%2C15.1578947%20C20.5%2C15.8205417%2020.1850874%2C16.4445171%2019.65%2C16.8421053%20L13.275%2C21.5789474%20C12.5194444%2C22.1403509%2011.4805556%2C22.1403509%2010.725%2C21.5789474%20Z%20M12.6513639%2C9.37325349%20C12.935242%2C9.37325349%2013.2244385%2C9.42470563%2013.5189621%2C9.52761144%20C13.8134856%2C9.63051726%2014.1062305%2C9.75116365%2014.3972056%2C9.88955422%20L14.9294744%2C8.54823686%20C14.166552%2C8.18274379%2013.4071894%2C8%2012.6513639%2C8%20C11.9097324%2C8%2011.2630323%2C8.16234036%2010.7112442%2C8.48702595%20C10.1594561%2C8.81171154%209.73630664%2C9.27832918%209.4417831%2C9.88689288%20C9.14725956%2C10.4954566%209%2C11.2042541%209%2C12.0133067%20C9%2C13.2978552%209.29984176%2C14.2834297%209.89953426%2C14.9700599%20C10.4992268%2C15.6566901%2011.365042%2C16%2012.497006%2C16%20C13.2847677%2C16%2013.9980008%2C15.8669341%2014.6367265%2C15.6007984%20L14.6367265%2C14.2168995%20C13.8596102%2C14.4901322%2013.1978293%2C14.6267465%2012.6513639%2C14.6267465%20C11.3490731%2C14.6267465%2010.6979375%2C13.759157%2010.6979375%2C12.0239521%20C10.6979375%2C11.1900601%2010.8682618%2C10.5398116%2011.2089155%2C10.073187%20C11.5495692%2C9.60656232%2012.0303806%2C9.37325349%2012.6513639%2C9.37325349%20Z%27%20id%3D%27path-1%27%3E%3C%2Fpath%3E%3C%2Fdefs%3E%3Cg%20id%3D%27Commerce%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cmask%20id%3D%27mask-2%27%20fill%3D%27white%27%3E%3Cuse%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3C%2Fmask%3E%3Cuse%20id%3D%27Combined-Shape%27%20fill%3D%27%23FF5F68%27%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        display: inline-block;
        width: 24px;
        height:24px;
    }

    .starter_icon {
        background: url("data:image/svg+xml,%3Csvg%20width%3D%2732px%27%20height%3D%2732px%27%20viewBox%3D%270%200%2032%2032%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3EStarter%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cdefs%3E%3Cpath%20d%3D%27M10.725%2C21.5789474%20L4.35%2C16.8421053%20C3.81491258%2C16.4445171%203.5%2C15.8205417%203.5%2C15.1578947%20L3.5%2C8.84210526%20C3.5%2C8.17945831%203.81491258%2C7.55548291%204.35%2C7.15789474%20L10.725%2C2.42105263%20C11.4805556%2C1.85964912%2012.5194444%2C1.85964912%2013.275%2C2.42105263%20L19.65%2C7.15789474%20C20.1850874%2C7.55548291%2020.5%2C8.17945831%2020.5%2C8.84210526%20L20.5%2C15.1578947%20C20.5%2C15.8205417%2020.1850874%2C16.4445171%2019.65%2C16.8421053%20L13.275%2C21.5789474%20C12.5194444%2C22.1403509%2011.4805556%2C22.1403509%2010.725%2C21.5789474%20Z%20M14.5725216%2C13.7325349%20C14.5725216%2C13.2251028%2014.4376815%2C12.7966307%2014.1679973%2C12.4471058%20C13.8983131%2C12.0975809%2013.3997597%2C11.7489483%2012.672322%2C11.4011976%20C12.1223082%2C11.1386104%2011.7736756%2C10.9567537%2011.6264138%2C10.8556221%20C11.4791521%2C10.7544905%2011.3718123%2C10.649812%2011.3043912%2C10.5415835%20C11.2369702%2C10.433355%2011.2032601%2C10.3064988%2011.2032601%2C10.1610113%20C11.2032601%2C9.92681187%2011.2866481%2C9.73697123%2011.4534265%2C9.5914837%20C11.6202049%2C9.44599617%2011.8597234%2C9.37325349%2012.1719894%2C9.37325349%20C12.4345766%2C9.37325349%2012.7015954%2C9.40696351%2012.9730539%2C9.47438456%20C13.2445123%2C9.54180562%2013.5878223%2C9.66067779%2014.002994%2C9.83100466%20L14.5352628%2C8.54823686%20C14.134285%2C8.37436152%2013.7501682%2C8.23952144%2013.3829009%2C8.14371257%20C13.0156336%2C8.04790371%2012.6297425%2C8%2012.2252162%2C8%20C11.4019697%2C8%2010.7570438%2C8.19693749%2010.2904192%2C8.59081836%20C9.82379452%2C8.98469924%209.5904857%2C9.52583377%209.5904857%2C10.2142382%20C9.5904857%2C10.5797313%209.66145416%2C10.8990893%209.80339321%2C11.172322%20C9.94533227%2C11.4455547%2010.1351729%2C11.6850733%2010.3729208%2C11.8908849%20C10.6106687%2C12.0966965%2010.9672853%2C12.3113761%2011.4427811%2C12.5349301%20C11.9502132%2C12.7762265%2012.2864263%2C12.9518735%2012.4514305%2C13.0618762%20C12.6164346%2C13.171879%2012.7415165%2C13.2863157%2012.82668%2C13.4051896%20C12.9118434%2C13.5240636%2012.9544245%2C13.6597908%2012.9544245%2C13.8123752%20C12.9544245%2C14.0856079%2012.85773%2C14.2914165%2012.664338%2C14.4298071%20C12.470946%2C14.5681976%2012.1932819%2C14.6373919%2011.8313373%2C14.6373919%20C11.5297168%2C14.6373919%2011.1970522%2C14.5894882%2010.8333333%2C14.4936793%20C10.4696145%2C14.3978704%2010.0251745%2C14.2328688%209.5%2C13.9986693%20L9.5%2C15.5316035%20C10.1387257%2C15.8438694%2010.8732493%2C16%2011.7035928%2C16%20C12.6049058%2C16%2013.3083807%2C15.7977399%2013.8140386%2C15.3932136%20C14.3196965%2C14.9886873%2014.5725216%2C14.4351333%2014.5725216%2C13.7325349%20Z%27%20id%3D%27path-1%27%3E%3C%2Fpath%3E%3C%2Fdefs%3E%3Cg%20id%3D%27Starter%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cmask%20id%3D%27mask-2%27%20fill%3D%27white%27%3E%3Cuse%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3C%2Fmask%3E%3Cuse%20id%3D%27Combined-Shape%27%20fill%3D%27%23FFC107%27%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        display: inline-block;
        width: 24px;
        height:24px;
    }

    .tooltip-pricing {
        position: relative;
        display: inline-block;
    }

    .plan-text {
        position:relative;
        top:-6px;
    }

    .hover-price-text {
        position:relative;
        top:0px;
        float:right;
    }

    .tooltip-pricing .hover-content {
        font-family: 'Open Sans', sans-serif;
        visibility: hidden;
        width: 375px;
        background-color: white;
        color: black;
        padding: 0px 10px 10px 10px;
        -webkit-box-shadow: 0px 4px 23px 0px rgba(189,189,189,1);
        -moz-box-shadow: 0px 4px 23px 0px rgba(189,189,189,1);
        box-shadow: 0px 4px 23px 0px rgba(189,189,189,1);
        /* Position the tooltip */
        position: absolute;
      	bottom:0;
     		margin-bottom:42px;
    }

    .tooltip-pricing:hover .hover-content {
        visibility: visible;
    }

		.tooltip-pricing .hover-content:after  {
   		   border: solid;
    	   border-color: #fff transparent;
         border-width: 20px 20px 0 20px;
    		 content: "";
     		 position:relative;
      	 left:-2%;
      	 bottom:-40px;
    }

@media (max-width: 1110px) {
    .tooltip-pricing .hover-content {
        width:250px;
      	word-wrap: break-word;
    }
}

@media (min-width: 1025px) and (max-width: 1109px) {
    .tooltip-pricing .hover-content {
        width:300px;
      	word-wrap: break-word;
    }
}

@media (min-width: 1110px) and (max-width: 1180px) {
    .tooltip-pricing .hover-content {
        width:350px;
      	word-wrap: break-word;
    }
}

@media (max-width: 400px) {
    .tooltip-pricing .hover-content {
        width:300px;
      	word-wrap: break-word;
    }
    
}


.icon-margin {
    margin-right:-12px;
}

.starter_dollar_icon {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3EAdd-On%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cdefs%3E%3Cpath%20d%3D%27M10.725%2C21.5789474%20L4.35%2C16.8421053%20C3.81491258%2C16.4445171%203.5%2C15.8205417%203.5%2C15.1578947%20L3.5%2C8.84210526%20C3.5%2C8.17945831%203.81491258%2C7.55548291%204.35%2C7.15789474%20L10.725%2C2.42105263%20C11.4805556%2C1.85964912%2012.5194444%2C1.85964912%2013.275%2C2.42105263%20L19.65%2C7.15789474%20C20.1850874%2C7.55548291%2020.5%2C8.17945831%2020.5%2C8.84210526%20L20.5%2C15.1578947%20C20.5%2C15.8205417%2020.1850874%2C16.4445171%2019.65%2C16.8421053%20L13.275%2C21.5789474%20C12.5194444%2C22.1403509%2011.4805556%2C22.1403509%2010.725%2C21.5789474%20Z%20M12%2C6%20C8.688%2C6%206%2C8.688%206%2C12%20C6%2C15.312%208.688%2C18%2012%2C18%20C15.312%2C18%2018%2C15.312%2018%2C12%20C18%2C8.688%2015.312%2C6%2012%2C6%20Z%20M12.846%2C15.654%20L12.846%2C16.8%20L11.244%2C16.8%20L11.244%2C15.642%20C10.218%2C15.426%209.348%2C14.766%209.282%2C13.602%20L10.458%2C13.602%20C10.518%2C14.232%2010.95%2C14.724%2012.048%2C14.724%20C13.224%2C14.724%2013.488%2C14.136%2013.488%2C13.77%20C13.488%2C13.272%2013.224%2C12.804%2011.886%2C12.486%20C10.398%2C12.126%209.378%2C11.514%209.378%2C10.284%20C9.378%2C9.252%2010.212%2C8.58%2011.244%2C8.358%20L11.244%2C7.2%20L12.846%2C7.2%20L12.846%2C8.37%20C13.962%2C8.64%2014.52%2C9.486%2014.556%2C10.404%20L13.38%2C10.404%20C13.35%2C9.738%2012.996%2C9.282%2012.048%2C9.282%20C11.148%2C9.282%2010.608%2C9.69%2010.608%2C10.266%20C10.608%2C10.77%2010.998%2C11.1%2012.21%2C11.412%20C13.422%2C11.724%2014.718%2C12.246%2014.718%2C13.758%20C14.712%2C14.856%2013.89%2C15.456%2012.846%2C15.654%20Z%27%20id%3D%27path-1%27%3E%3C%2Fpath%3E%3C%2Fdefs%3E%3Cg%20id%3D%27Add-On%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cmask%20id%3D%27mask-2%27%20fill%3D%27white%27%3E%3Cuse%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3C%2Fmask%3E%3Cuse%20fill%3D%27%23FFC107%27%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3Cpath%20d%3D%27M4%2C1%20L5%2C1%20L5%2C23%20L4%2C23%20L4%2C1%20Z%20M10%2C1%20L11%2C1%20L11%2C23%20L10%2C23%20L10%2C1%20Z%20M7%2C1%20L8%2C1%20L8%2C23%20L7%2C23%20L7%2C1%20Z%20M13%2C1%20L14%2C1%20L14%2C23%20L13%2C23%20L13%2C1%20Z%20M16%2C1%20L17%2C1%20L17%2C23%20L16%2C23%20L16%2C1%20Z%20M19%2C1%20L20%2C1%20L20%2C23%20L19%2C23%20L19%2C1%20Z%27%20id%3D%27Bars%27%20fill%3D%27%23000000%27%20opacity%3D%270.280000001%27%20mask%3D%27url(%23mask-2)%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height:24px;
}

.commerce_dollar_icon {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2732px%27%20height%3D%2732px%27%20viewBox%3D%270%200%2032%2032%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3EAdd-On%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cdefs%3E%3Cpath%20d%3D%27M10.725%2C21.5789474%20L4.35%2C16.8421053%20C3.81491258%2C16.4445171%203.5%2C15.8205417%203.5%2C15.1578947%20L3.5%2C8.84210526%20C3.5%2C8.17945831%203.81491258%2C7.55548291%204.35%2C7.15789474%20L10.725%2C2.42105263%20C11.4805556%2C1.85964912%2012.5194444%2C1.85964912%2013.275%2C2.42105263%20L19.65%2C7.15789474%20C20.1850874%2C7.55548291%2020.5%2C8.17945831%2020.5%2C8.84210526%20L20.5%2C15.1578947%20C20.5%2C15.8205417%2020.1850874%2C16.4445171%2019.65%2C16.8421053%20L13.275%2C21.5789474%20C12.5194444%2C22.1403509%2011.4805556%2C22.1403509%2010.725%2C21.5789474%20Z%20M12%2C6%20C8.688%2C6%206%2C8.688%206%2C12%20C6%2C15.312%208.688%2C18%2012%2C18%20C15.312%2C18%2018%2C15.312%2018%2C12%20C18%2C8.688%2015.312%2C6%2012%2C6%20Z%20M12.846%2C15.654%20L12.846%2C16.8%20L11.244%2C16.8%20L11.244%2C15.642%20C10.218%2C15.426%209.348%2C14.766%209.282%2C13.602%20L10.458%2C13.602%20C10.518%2C14.232%2010.95%2C14.724%2012.048%2C14.724%20C13.224%2C14.724%2013.488%2C14.136%2013.488%2C13.77%20C13.488%2C13.272%2013.224%2C12.804%2011.886%2C12.486%20C10.398%2C12.126%209.378%2C11.514%209.378%2C10.284%20C9.378%2C9.252%2010.212%2C8.58%2011.244%2C8.358%20L11.244%2C7.2%20L12.846%2C7.2%20L12.846%2C8.37%20C13.962%2C8.64%2014.52%2C9.486%2014.556%2C10.404%20L13.38%2C10.404%20C13.35%2C9.738%2012.996%2C9.282%2012.048%2C9.282%20C11.148%2C9.282%2010.608%2C9.69%2010.608%2C10.266%20C10.608%2C10.77%2010.998%2C11.1%2012.21%2C11.412%20C13.422%2C11.724%2014.718%2C12.246%2014.718%2C13.758%20C14.712%2C14.856%2013.89%2C15.456%2012.846%2C15.654%20Z%27%20id%3D%27path-1%27%3E%3C%2Fpath%3E%3C%2Fdefs%3E%3Cg%20id%3D%27Add-On%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cmask%20id%3D%27mask-2%27%20fill%3D%27white%27%3E%3Cuse%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3C%2Fmask%3E%3Cuse%20fill%3D%27%23FF5F68%27%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3Cpath%20d%3D%27M4%2C1%20L5%2C1%20L5%2C23%20L4%2C23%20L4%2C1%20Z%20M10%2C1%20L11%2C1%20L11%2C23%20L10%2C23%20L10%2C1%20Z%20M7%2C1%20L8%2C1%20L8%2C23%20L7%2C23%20L7%2C1%20Z%20M13%2C1%20L14%2C1%20L14%2C23%20L13%2C23%20L13%2C1%20Z%20M16%2C1%20L17%2C1%20L17%2C23%20L16%2C23%20L16%2C1%20Z%20M19%2C1%20L20%2C1%20L20%2C23%20L19%2C23%20L19%2C1%20Z%27%20id%3D%27Bars%27%20fill%3D%27%23000000%27%20opacity%3D%270.280000001%27%20mask%3D%27url(%23mask-2)%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height:24px;
}

.leadg_dollar_icon {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3EAdd-On%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cdefs%3E%3Cpath%20d%3D%27M10.725%2C21.5789474%20L4.35%2C16.8421053%20C3.81491258%2C16.4445171%203.5%2C15.8205417%203.5%2C15.1578947%20L3.5%2C8.84210526%20C3.5%2C8.17945831%203.81491258%2C7.55548291%204.35%2C7.15789474%20L10.725%2C2.42105263%20C11.4805556%2C1.85964912%2012.5194444%2C1.85964912%2013.275%2C2.42105263%20L19.65%2C7.15789474%20C20.1850874%2C7.55548291%2020.5%2C8.17945831%2020.5%2C8.84210526%20L20.5%2C15.1578947%20C20.5%2C15.8205417%2020.1850874%2C16.4445171%2019.65%2C16.8421053%20L13.275%2C21.5789474%20C12.5194444%2C22.1403509%2011.4805556%2C22.1403509%2010.725%2C21.5789474%20Z%20M12%2C6%20C8.688%2C6%206%2C8.688%206%2C12%20C6%2C15.312%208.688%2C18%2012%2C18%20C15.312%2C18%2018%2C15.312%2018%2C12%20C18%2C8.688%2015.312%2C6%2012%2C6%20Z%20M12.846%2C15.654%20L12.846%2C16.8%20L11.244%2C16.8%20L11.244%2C15.642%20C10.218%2C15.426%209.348%2C14.766%209.282%2C13.602%20L10.458%2C13.602%20C10.518%2C14.232%2010.95%2C14.724%2012.048%2C14.724%20C13.224%2C14.724%2013.488%2C14.136%2013.488%2C13.77%20C13.488%2C13.272%2013.224%2C12.804%2011.886%2C12.486%20C10.398%2C12.126%209.378%2C11.514%209.378%2C10.284%20C9.378%2C9.252%2010.212%2C8.58%2011.244%2C8.358%20L11.244%2C7.2%20L12.846%2C7.2%20L12.846%2C8.37%20C13.962%2C8.64%2014.52%2C9.486%2014.556%2C10.404%20L13.38%2C10.404%20C13.35%2C9.738%2012.996%2C9.282%2012.048%2C9.282%20C11.148%2C9.282%2010.608%2C9.69%2010.608%2C10.266%20C10.608%2C10.77%2010.998%2C11.1%2012.21%2C11.412%20C13.422%2C11.724%2014.718%2C12.246%2014.718%2C13.758%20C14.712%2C14.856%2013.89%2C15.456%2012.846%2C15.654%20Z%27%20id%3D%27path-1%27%3E%3C%2Fpath%3E%3C%2Fdefs%3E%3Cg%20id%3D%27Add-On%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cmask%20id%3D%27mask-2%27%20fill%3D%27white%27%3E%3Cuse%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3C%2Fmask%3E%3Cuse%20fill%3D%27%233EA7D4%27%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3Cpath%20d%3D%27M4%2C1%20L5%2C1%20L5%2C23%20L4%2C23%20L4%2C1%20Z%20M10%2C1%20L11%2C1%20L11%2C23%20L10%2C23%20L10%2C1%20Z%20M7%2C1%20L8%2C1%20L8%2C23%20L7%2C23%20L7%2C1%20Z%20M13%2C1%20L14%2C1%20L14%2C23%20L13%2C23%20L13%2C1%20Z%20M16%2C1%20L17%2C1%20L17%2C23%20L16%2C23%20L16%2C1%20Z%20M19%2C1%20L20%2C1%20L20%2C23%20L19%2C23%20L19%2C1%20Z%27%20id%3D%27Bars%27%20fill%3D%27%23000000%27%20opacity%3D%270.280000001%27%20mask%3D%27url(%23mask-2)%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height:24px;
}

.enterprise_dollar_icon {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2724px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2024%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3EAdd-On%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cdefs%3E%3Cpath%20d%3D%27M10.725%2C21.5789474%20L4.35%2C16.8421053%20C3.81491258%2C16.4445171%203.5%2C15.8205417%203.5%2C15.1578947%20L3.5%2C8.84210526%20C3.5%2C8.17945831%203.81491258%2C7.55548291%204.35%2C7.15789474%20L10.725%2C2.42105263%20C11.4805556%2C1.85964912%2012.5194444%2C1.85964912%2013.275%2C2.42105263%20L19.65%2C7.15789474%20C20.1850874%2C7.55548291%2020.5%2C8.17945831%2020.5%2C8.84210526%20L20.5%2C15.1578947%20C20.5%2C15.8205417%2020.1850874%2C16.4445171%2019.65%2C16.8421053%20L13.275%2C21.5789474%20C12.5194444%2C22.1403509%2011.4805556%2C22.1403509%2010.725%2C21.5789474%20Z%20M12%2C6%20C8.688%2C6%206%2C8.688%206%2C12%20C6%2C15.312%208.688%2C18%2012%2C18%20C15.312%2C18%2018%2C15.312%2018%2C12%20C18%2C8.688%2015.312%2C6%2012%2C6%20Z%20M12.846%2C15.654%20L12.846%2C16.8%20L11.244%2C16.8%20L11.244%2C15.642%20C10.218%2C15.426%209.348%2C14.766%209.282%2C13.602%20L10.458%2C13.602%20C10.518%2C14.232%2010.95%2C14.724%2012.048%2C14.724%20C13.224%2C14.724%2013.488%2C14.136%2013.488%2C13.77%20C13.488%2C13.272%2013.224%2C12.804%2011.886%2C12.486%20C10.398%2C12.126%209.378%2C11.514%209.378%2C10.284%20C9.378%2C9.252%2010.212%2C8.58%2011.244%2C8.358%20L11.244%2C7.2%20L12.846%2C7.2%20L12.846%2C8.37%20C13.962%2C8.64%2014.52%2C9.486%2014.556%2C10.404%20L13.38%2C10.404%20C13.35%2C9.738%2012.996%2C9.282%2012.048%2C9.282%20C11.148%2C9.282%2010.608%2C9.69%2010.608%2C10.266%20C10.608%2C10.77%2010.998%2C11.1%2012.21%2C11.412%20C13.422%2C11.724%2014.718%2C12.246%2014.718%2C13.758%20C14.712%2C14.856%2013.89%2C15.456%2012.846%2C15.654%20Z%27%20id%3D%27path-1%27%3E%3C%2Fpath%3E%3C%2Fdefs%3E%3Cg%20id%3D%27Add-On%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cmask%20id%3D%27mask-2%27%20fill%3D%27white%27%3E%3Cuse%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3C%2Fmask%3E%3Cuse%20fill%3D%27%2316A085%27%20xlink%3Ahref%3D%27%23path-1%27%3E%3C%2Fuse%3E%3Cpath%20d%3D%27M4%2C1%20L5%2C1%20L5%2C23%20L4%2C23%20L4%2C1%20Z%20M10%2C1%20L11%2C1%20L11%2C23%20L10%2C23%20L10%2C1%20Z%20M7%2C1%20L8%2C1%20L8%2C23%20L7%2C23%20L7%2C1%20Z%20M13%2C1%20L14%2C1%20L14%2C23%20L13%2C23%20L13%2C1%20Z%20M16%2C1%20L17%2C1%20L17%2C23%20L16%2C23%20L16%2C1%20Z%20M19%2C1%20L20%2C1%20L20%2C23%20L19%2C23%20L19%2C1%20Z%27%20id%3D%27Bars%27%20fill%3D%27%23000000%27%20opacity%3D%270.280000001%27%20mask%3D%27url(%23mask-2)%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height:24px;
}


.hide-override {
  display:none!important;
}

.pricing-icons {
    user-select:none;
}
/* @import url('http://example.com/example_style.css'); */

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

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


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


/* Mega Menu Styles */

div.custom-megamenu-primary{
    position:relative;
    margin-top: -26px;
}
div.custom-megamenu-primary a{
    text-transform: uppercase;
    font-size:14px;
    text-decoration:none;
}
div.custom-megamenu-primary > div > span > div.hs-menu-wrapper > ul {
    display: flex !important;
    justify-content:flex-end;
}
div.custom-megamenu-primary > div > span > div > ul li.hs-menu-depth-1 {
    position: static !important;
    min-width: 40px;
    margin: 0 10px;
}
div.custom-megamenu-primary li.hs-menu-depth-1 > ul {
    position: absolute;
    width: 100%;
    padding: 0;
    top:100%;
    left: 0;
    text-align: right;
    background-color: rgba(255,255,255,.9);
    display:flex !important;
    height:0;
    overflow:hidden;
    flex-wrap:wrap;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
   
}
div.custom-megamenu-primary a {
    color: #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
div.custom-megamenu-primary a:hover {
    color: #16a085;
    border-bottom: 1px solid #16a085;
}
div.custom-megamenu-primary li.active.active-branch a {
    color: #16a085 !important;
}
div.custom-megamenu-primary li.hs-menu-depth-1:hover + div.custom-megamenu-primary li.hs-menu-depth-1 ul.hs-menu-children-wrapper{
    display: block  !important;
    /*opacity:1 !important;*/
}
div.custom-megamenu-primary li.hs-menu-depth-1 > ul > li.hs-menu-depth-2 {
    display: block;
    text-align: left;
    width: 33%;
    float: left;
}
div.custom-megamenu-primary li.hs-menu-depth-2 > a.megahead{
    color: rgba(000, 000, 000, .6) !important;
    pointer-events: none !important;
}
div.custom-megamenu-primary li.hs-menu-depth-1 > a.megahead{
    pointer-events: none !important;
}
div.custom-megamenu-primary li.hs-menu-depth-1 > a.megahead:after{
    content: "\e601";
    font-family: "icomoon";
    line-height: 1;
    padding-left: 8px;
    vertical-align: middle;
}
div.custom-megamenu-primary li.hs-menu-depth-1 li.hs-menu-depth-2 > a.megahead:after{
    /*content: "\e601";*/
    font-family: "icomoon";
    line-height: 1;
    padding-left: 8px;
    vertical-align: middle;
}
div.custom-megamenu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: inline-block;
    white-space:normal;
    line-height:1.4;
}
/* mega-menu-mobile */
div.custom-megamenu-primary .mega-mobile-menu{
    display:none;
}
div.mega-mobile-menu div.mobile-trigger {
    border: 1px solid #dbdbdb;
    padding: 5px 8px;
    color: #999;
    width: 84px;
    display: initial;
    position: absolute;
    top: 12px;
    left: -8em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
div.mega-mobile-menu i.o-icon.o-icon--hamburger {
    margin-right: 4px;
}
@media(max-width: 1023px){
    
    /*span#hs_cos_wrapper_module_147635055071510 :nth-child(3){
        display: none !important;
        height:0 !important;
        visibility:hidden !important;
    }*/
    div.custom-megamenu-primary li.hs-menu-depth-1 > ul{
        background-color:#333333;
    }
    div.custom-megamenu-primary .mega-mobile-menu{
        display:block;
    }
    .custom-megamenu-primary > div > span > div.hs-menu-wrapper {
        display: none;
    }
    div.mega-mobile-menu {
        position: fixed;
        right: -16em;
        top: 0;
        bottom: 0;
        background-color: #333;
        z-index: 1;
        width: 16em;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    div.mega-mobile-menu > div > ul {
        width: 100%;
        padding: 5em 2em 2em 2em;
    }
    div.mega-mobile-menu > div > ul > li.hs-menu-depth-1 {
        display: block;
        float: none !important;
        margin: 0 0 1em 0;
    }
    div.mega-mobile-menu a{
        color:#fff;
    }
    div.mega-mobile-menu li.mega-acor > ul {
        position: relative !important;
        height: auto !important;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 1em 0 1em 1em;
    }
    div.mega-mobile-menu li.mega-acor > ul > li {
        width: 100% !important;
        float: none;
        display: block;
        padding:2px 0;
    }
    div.custom-megamenu-primary li.hs-menu-depth-2>a.megahead{
        color:rgba(255,255,255,.6) !important;
    }
    div.custom-megamenu-primary li.hs-menu-depth-1>ul>li.hs-menu-depth-2.mega > ul {
        height: auto !important;
        display: flex !important;
        flex-wrap: wrap;
        padding-left: 12px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    div.custom-megamenu-primary li.hs-menu-depth-1>ul>li.hs-menu-depth-2.mega > ul li{
        width:100%;
    }
    .mega-mobile-menu div > ul > ul li.hs-menu-item.hs-menu-depth-2{
        margin-bottom:8px;
    }
    div.mega-mobile-menu div>ul>ul{
        display:block !important;
    }
    div.mega-mobile-menu div>ul>ul li.hs-menu-item.hs-menu-depth-2 a.Denmark:before {
    	content: "";
		background-image: url(//cdn2.hubspot.net/hubfs/1595897/Layout/flags2.png?t=1476348961442);
		background-position: 0 -11px;
		background-repeat: no-repeat;
		display: inline-block;
		height: 11px;
		position: relative;
		top: -1px;
		vertical-align: middle;
		width: 16px;
		margin-right: 4px;
	}
	div.mega-mobile-menu div>ul>ul li.hs-menu-item.hs-menu-depth-2 a.Germany:before {
		content: "";
		background-image: url(//cdn2.hubspot.net/hubfs/1595897/Layout/flags2.png?t=1476348961442);
		background-position: 0 -33px;
		background-repeat: no-repeat;
		display: inline-block;
		height: 11px;
		position: relative;
		top: -1px;
		vertical-align: middle;
		width: 16px;
		margin-right: 4px;
	}
    
	div.mega-mobile-menu div>ul>ul li.hs-menu-item.hs-menu-depth-2 a.Norway:before {
		content: "";
		background-image: url(//cdn2.hubspot.net/hubfs/1595897/Layout/flags2.png?t=1476348961442);
		background-repeat: no-repeat;
		display: inline-block;
		height: 11px;
		position: relative;
		top: -1px;
		vertical-align: middle;
		width: 16px;
		margin-right: 4px;
		background-position: 0 -22px;
	}
}
/* End Mega Menu Styles */


.blog-sidebar .hs-form-field > label {
    
}

.blog-sidebar .hs-button.primary:hover, body input[type="submit"]:hover, body input[type="button"]:hover {
    
}

/* logo slider styles */
.logo-temp-holder .logo-slider {
    margin: 32px 0;
    max-width: 300px !important;
}
div#logo-slider-holder .logo-slider-module {
    padding:0 8px;
    text-align: center;
}
div#logo-slider-holder img.logo-slider {
    width:100%;
    height:auto;
}
.logo-slide{
    position:relative;
}
.logo-slide-inner{
    padding:16px;
}
button#LogoPrev {
    color:#959595;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 26px;
    padding: 0;
    margin: 0;
    outline:none;
}
button#LogoPrev:hover{
    color:#000;
}
button#LogoNext {
    color:#959595;
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 26px;
    padding: 0;
    margin: 0;
    outline:none;
}
button#LogoNext:hover{
    color:#000;
} 
/* end logo slider styles */

/* custom resources styling */
.resource-temp-holder img{
    width:20% !important;
}
.resources-btns{
    padding-bottom:32px;
    text-align:center;
}

div.resources-tub > div.resources > div.resource-filter {
	padding: 12px 10px;
	width: 25%;
	float: left;
	overflow: hidden;
}
div.resources-tub > div.resources > div.resource-filter > div {
	position: relative;
}
div.resources-tub > div.resources > div.resource-filter img {
	display: block;
}
div.resources-tub > div.resources > div.resource-filter p {
	background: none repeat scroll 0 0 rgba(0,0,0,0.8);
	bottom: 0;
	color: #fff;
	left: 0;
	margin: 0;
	padding: .857143em;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	-webkit-transition: background 150ms ease 0;
	-moz-transition: background 150ms ease 0;
	-o-transition: background 150ms ease 0;
	-ms-transition: background 150ms ease 0;
	transition: background 150ms ease 0;
}
.resources-btns.resources-btns-group > button.btn {
    background-color: transparent;
    padding: 8px;
    outline: none;
    border: 1px solid #a8a8a8;
    color: #a8a8a8;
    cursor:pointer;
    min-width: 80px !important;
    margin:4px;
    font-size:14px;
}
.resources-btns.resources-btns-group > button.btn:hover{
    border: 1px solid #000;
    color: #000;
}
@media all and(max-width: 768px){
    div.resources-tub>div.resources>div.resource-filter {
        width: 33.33333333%;
    }
}
@media all and(max-width: 565px){
    div.resources-tub>div.resources>div.resource-filter {
        width: 100% ;
    }
}
/* end custom resources styling */

/* custom members styleing */
div.column-tinker-doer-flexi{
    text-align:center;
}
div.column-adviser-board-member-flexi{
    text-align:center;
}
div.column-tinker-doer-flexi img {
    width: 20% !important;
}
div.column-adviser-board-member-flexi img {
    width: 20% !important;
}
/* end custom members styleing */

/* homepage cta overlay */

div.image-background-holder {
    padding: 80px 0;
    overflow: hidden;
    text-align: center !important;
    display:none !important;
}
div.image-background-holder img {
    height: 100% !important;
    display: block !important;
    width: 100% !important;
    max-width: 900px;
    float: none !important;
    margin: 0 auto;
}
div.custom_vid.overlay-vid{
    height:637px;
    background-image:none;
}
@media all and (max-width:767px){
    div.custom_vid.overlay-vid{
        height:auto !important;
    }
}
.bg-secondary{
    background-color:#999;
}
div.cta-overlay{
    background-color: transparent;
    max-width: 1080px;
	float: none !important;
	margin: 0 auto 30px !important;
	padding: 2em 6em 0;
}
.cta-overlay-inner div {
	display: flex !important;
	float: none !important;
	width: 100% !important;
}
.cta-overlay-inner span {
	display: flex;
	align-items: center;
	width: 100% !important;
	justify-content: center;
}
.custom_video-banner-body{
    padding-top:1em;
}
.mb1{
    margin-bottom:1em;
}
@media all and(min-width: 768px){
    .custom_vid .custom_video-banner-body{
        position:relative;
        top:0;
        transform:translateY(0);
    }
}
@media all and (max-width: 1080px){
    div.cta-overlay{
        padding: 2em 30px;
    }
}
@media all and (max-width: 767px){
    div.cta-overlay{
        padding: 1em;
        margin-bottom:0 !important;
    }
    .widget-span.widget-type-cell.cta-overlay-inner.cta-overlay-inner-left.mb-xs-1 a#cta_button_1595897_aab107ea-388b-4148-8b4d-57833e311a77{
        height: 14em;
    }
    .widget-span.widget-type-cell.cta-overlay-inner.cta-overlay-inner-right a#cta_button_1595897_3d45ce50-c8e7-4c62-8b3e-15aba5483d4c{
        height:9.4em;
    }
    .mb-xs-1{
        margin-bottom:1em;
    }
    .custom_vid .custom_video-banner-body{
        position: relative;
        text-align: center;
        top: 0;
        transform: translateY(0);
        width: 100%;
        padding:0;
    }
    .custom_video-banner-body{
        padding-top:0;
    }
}

@media all and (max-width: 384px){
    .widget-span.widget-type-cell.cta-overlay-inner.cta-overlay-inner-left.mb-xs-1 a#cta_button_1595897_aab107ea-388b-4148-8b4d-57833e311a77{
        height: 13em;
    }
    
}
@media (max-width: 767px){
	#cta-overlay {
		height: auto !important;
	}
	#cta-overlay .cta-overlay-inner{
		height:auto !important;
	}
	#cta-overlay .cta-overlay-inner-left{
		height:auto!important;
	}
	#cta-overlay .cta-overlay-inner-right-top{
		height:auto !important;
	}
	#cta-overlay .cta-overlay-inner-right-bot{
		height:auto !important;
	}
	#cta-overlay .cta-overlay-inner-right-top-in, #cta-overlay .cta-overlay-inner-right-bot-in{
		height:auto !important;
	}
}

/*  end homepage cta overlay */

/* subscribe form */
.subscribe-form-bg{
	background-color:#3ea7d4;
}
.subscriber-form-wrap{
	max-width: 1080px;
	float: none !important;
	margin: 0 auto !important;
	padding:4em 1em;
}
.subscriber-text-wrap{
	color:#fff;
	font-size:20px;
	max-height: 68px;
	display: flex !important;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.subscriber-form-wrap fieldset{
	float:left;
	width:80%;
	margin-top:8px !important;
}
.subscriber-form-wrap fieldset div{
	margin:0;
	padding:0;
}
.subscriber-form-wrap fieldset div span{
	display:none;
}
.subscriber-form-wrap div.hs_submit {
	float: left;
	width: 20%;
	margin-top:8px;
}
.subscriber-form-wrap form.hs-form.stacked.hs-custom-form ul {
	color: #fff;
	padding-left: 4px;
}
.subscriber-form-wrap-form h3{
	margin:0;
}
.subscriber-form-wrap form.hs-form.stacked.hs-custom-form input[type="text"]{
	height:40px;
	border-radius:0;
}
.subscriber-form-wrap form.hs-form.stacked.hs-custom-form input[type="email"]{
	height:40px;
	border-radius:0;
}
.subscriber-form-wrap form.hs-form.stacked.hs-custom-form input[type="submit"]{
	height:40px;
	border-radius:0;
	outline:none !important;
	background-color:#16a085;
}
.subscriber-form-wrap form.hs-form.stacked.hs-custom-form input[type="submit"]:hover{
	outline:none;
	color: #107360;
	border:none;
	outline-color: #159078;
	transition: ease-in .2s;
	-webkit-transition: ease-in .2s;
	-moz-transition: ease-in .2s;
	-o-transition: ease-in .2s;
}
.subscriber-form-wrap form.hs-form.stacked.hs-custom-form ul{
	position:relative;
}
.subscriber-form-wrap form.hs-form.stacked.hs-custom-form fieldset div.hs_firstname{
	padding:0;
}
.subscriber-form-wrap form.hs-form.stacked.hs-custom-form fieldset div.hs_email{
	padding:0;
}
.subscriber-form-wrap-form .hs-form-field{
	height:68px;
}
.subscriber-form-wrap ul.hs-error-msgs.inputs-list{
	padding:0 0 0 4px;
	margin:0;
	position:absolute;
	bottom:8px;
}
.subscriber-form-wrap ul.hs-error-msgs.inputs-list label{
    font-size:12px;
}
.subscriber-form-wrap ul.hs-error-msgs.inputs-list li{
	display:inline;
}
.subscriber-form-wrap input.hs-button.primary.large{
	height:30px;
	width:100%;
	background-color:#3574e3;
	border:none;
}
.white-button-overwrite .hs-button.primary {
    background-color: transparent;
    color: #fff;
    border: 1px solid #dbdbdb;
}
.white-button-overwrite .hs-button.primary:hover {
    border-color: #315361;
    background-color: #315361;
}

.subscriber-form-wrap input.hs-button.primary.large:hover{
	background-color:#e7ebf9;
	border:1px solid #3574e3;
}
@media all and (max-width: 767px){
	.subscriber-form-wrap div.hs_submit {
		float: none;
		width: 100%;
	}
	.subscriber-form-wrap fieldset{
		float:left;
		width:100%;
		padding:0;
	}
	.subscriber-form-wrap form.hs-form.stacked.hs-custom-form fieldset div.hs_firstname{
		width:100%;
		padding:0;
	}
	.subscriber-form-wrap form.hs-form.stacked.hs-custom-form fieldset div.hs_email{
		width:100%;
	}
	.subscriber-form-wrap form.hs-form.stacked.hs-custom-form input[type="text"]{
		width:100%;
	}
	.subscriber-form-wrap form.hs-form.stacked.hs-custom-form input[type="email"]{
		width:100%;
	}
	.subscriber-text-wrap{
		margin-bottom:16px;
	}
}
/* end subscribe form */

/* pricing module styles */

div.pricing-btn-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
button.pricing-btn.active {
    outline: 0;
    background-color: #16a085;
	color: #fff;
	opacity: 1;
}
button.pricing-btn.active:hover {
    outline: 0;
	background-color: #16a085;
	opacity: 0.8;
}
button.pricing-btn {
    height: 50px;
	width: 200px;
	outline: 0;
	cursor: pointer;
	padding: 5px 32px;
	background-color: #fff;
	border: 1px solid #16a085;
	color: #000;
	opacity: 0.8;
	-webkit-transition: ease-in .2s;
	-moz-transition: ease-in .2s;
	-o-transition: ease-in .2s;
	transition: ease-in .2s;
}
button.pricing-btn.active span {
    color: #fff !important;
}
button.pricing-btn span {
    font-size: 20px !important;
    color: #000 !important;
}
button.pricing-btn:hover {
    outline: 0;
	opacity: 1;
	border: 1.5px solid #16a085;
}
button.pricing-btn span:hover {
	color: #107360;
	outline-color: #16a085;
	transition: ease-in .2s;
	-webkit-transition: ease-in .2s;
	-moz-transition: ease-in .2s;
	-o-transition: ease-in .2s;
}
.header.price-header {
    position: relative;
    height:auto;
}
span.year-price {
    display:inline;
}
span.month-price {
	display:none;
}
span.price-sub {
	margin-top: -10px;
	display: block;
	color: #fff !important;
	font-size: 16px;
}
button.pricing-btn span.pricing-perc {
    font-size: 12px !important;
	display: block;
	margin-top: 3px;
}
span.price.price-cur:after {
    content: " ";
}
span.price.price-cur {
    font-size: 24px;
}
span.price-sub span.price-cur:after {
    content: " ";
}
span.price-sub span.price-cur {
    font-size: 13px;
}

/*  end pricing module styles */

/* cases filtering styles */

/* make it look better in hubspot */
div.cases-temp-holder .item {
    width: 30%;
}
a.cases-accordion-section-title:hover, a.cases-accordion-section-title:focus {
    color: #fff;
}
.text-center{
    text-align:center;
}
/*----- Accordion -----*/
#option ul{
    list-style:none;
	padding-left:0;
}
#custCaseHolder img {
	display:block;
}
div.rst-btn{
    background-color:#f7f7f7;
}
.isotopeReset {
    background-color: transparent;
    border: 1px solid rgb(22,160,133);
    color: rgb(22,160,133);
    padding: 4px 14px;
    cursor: pointer;
    margin: 12px 0;
}
.cases-accordion, .cases-accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
 
.cases-accordion {
	overflow:hidden;
	/*box-shadow:0px 1px 3px rgba(0,0,0,0.25);*/
	border-radius:3px;
	background:#f7f7f7;
	/*min-height:410px;*/
	/*padding-top:12px;*/
}
 
/*----- Section Titles -----*/
.cases-accordion-section-title {
	width:100%;
	padding:15px;
	display:inline-block;
	border-bottom:1px solid #1a1a1a;
	background:#333;
	transition:all linear 0.15s;
	/* Type */
	font-size:15px;
	text-shadow:0px 1px 0px #1a1a1a;
	color:#fff;
	text-decoration:none;
}
 
.cases-accordion-section-title.cases-active, .cases-accordion-section-title:hover {
	background:#4c4c4c;
	/* Type */
	text-decoration:none;
}
 
.cases-accordion-section:last-child .cases-accordion-section-title {
	border-bottom:none;
}
 
/*----- Section Content -----*/
.cases-accordion-section-content {
	padding:15px;
	display:none;
}
#custCaseHolder {
  min-height:400px;
}

#custCaseHolder div.item {
    padding: 12px 10px;
    width: 33%;
    float: left;
    overflow: hidden;
    opacity:.8;
}
#custCaseHolder div.item:hover {
    opacity: 1;
    -webkit-transition: ease-in .2s;
	-moz-transition: ease-in .2s;
	-o-transition: ease-in .2s;
	transition: ease-in .2s;
}
#custCaseHolder div.item > div {
    position:relative;
}
#custCaseHolder img {
    display:block;
}
#custCaseHolder p {
    background: none repeat scroll 0 0 rgba(0,0,0,0.8);
	bottom: 0;
	color: #fff;
	left: 0;
	margin: 0;
	padding: .857143em;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	-webkit-transition: background 150ms ease 0;
	-moz-transition: background 150ms ease 0;
	-o-transition: background 150ms ease 0;
	-ms-transition: background 150ms ease 0;
	transition: background 150ms ease 0;
}

/*.item.next {
  width: 60px;
  height: 60px;
  border: 5px solid black;
  border-radius: 35px;
}*/

.item.is-filtered {
  border-style: dotted;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */
@media all and (max-width: 1023px){
    #custCaseHolder div.item {
        width: 33%;
    }
}
@media all and (max-width: 768px){
    #custCaseHolder div.item {
        width: 50%;
    }
}
@media all and (max-width: 567px){
    #custCaseHolder div.item {
        width: 100%;
    }
}
/* end cases filtering styles */



/* new cta overlay-styles */

#cta-overlay {
    background-color: transparent;
    max-width: 1080px;
    float: none !important;
    margin: 0 auto !important;
    height: 36em;
    padding: 1em;
    display: flex !important;
    align-items: center;
}
#cta-overlay .cta-overlay-inner div {
    display: flex !important;
    float: none !important;
    width: 100% !important;
    flex-wrap: wrap;
}    
#cta-overlay .cta-overlay-inner {
    height: 30em;
    background-color: rgba(0,0,0,0.1);
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.5em;
    margin: 1em !important;
    width: 46% !important;
    border:2px solid #fff;
}
#cta-overlay .cta-overlay-inner.overlay-right {
    padding: 0;
    background-color: transparent;
    border: 0px;
}
#cta-overlay .cta-overlay-inner-left {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    height: 26.5em;
	background-color: transparent;
    padding: 5em 2em;
}   
/*#cta-overlay .cta-overlay-inner-left:hover {
    background-color: rgba(000, 000, 000, .4);
}*/
#cta-overlay .cta-overlay-inner-right-top {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    height: 14em;
    background-color: rgba(0,0,0,0.1);
    padding: 2em;
    border: 2px solid #fff;
    margin-bottom: 1em;
}
#cta-overlay .cta-overlay-inner-right-top-in{
    height:10.5em;
    padding:1em;
}
/*#cta-overlay .cta-overlay-inner-right-top-in:hover {
    background-color: rgba(000, 000, 000, .4);
}*/
#cta-overlay .cta-overlay-inner-right-bot {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    height: 14em;
    background-color: rgba(0,0,0,0.1);
    padding: 2em;
    border: 2px solid #fff;
    margin-top: 1em;
}
#cta-overlay .cta-overlay-inner-right-bot-in{
    height:10.5em;
    padding:1em;
}
/*#cta-overlay .cta-overlay-inner-right-bot-in:hover {
    background-color: rgba(000, 000, 000, .4);
}*/
#cta-overlay .cta-richtext {
    text-align:center;
}
#cta-overlay .cta-richtext span {
    display: block;
}
.cta-richtext p {
    margin: 1em 0;
}
#cta-overlay .cta-bot a{
    border: 1px solid #dbdbdb;
    color: #fff !important;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.71429;
    outline: 0 none;
    padding: 5px 8px;
    text-decoration: none;
    -webkit-transition: all 150ms ease 0;
    -moz-transition: all 150ms ease 0;
    -o-transition: all 150ms ease 0;
    -ms-transition: all 150ms ease 0;
    transition: all 150ms ease 0;
    vertical-align: middle;
    white-space: nowrap;
    min-width: 200px;
    text-align: center;
}
#cta-overlay .cta-bot a:hover{
	border-color: #315361;
    background-color: #315361 !important;
}
#cta-overlay .cta-bot a:active{
    border-color: #315361;
    background-color: #315361;
    color: #fff;
}
@media all and (max-width: 1023px){
    #cta-overlay{
    	height:30em;
	}
	#cta-overlay .cta-overlay-inner{
		height:25em;
	}
	#cta-overlay .cta-overlay-inner-right-top, #cta-overlay .cta-overlay-inner-right-bot{
		height:11.5em
	}
    #cta-overlay .cta-overlay-inner-left{
        height:22em;
    }
    #cta-overlay .cta-overlay-inner-right-top-in, #cta-overlay .cta-overlay-inner-right-bot-in{
        height: 8em;
        padding: 0;
    }
}
@media all and (max-width: 863px){
    #cta-overlay{
		height:30em;
	}
    #cta-overlay .cta-overlay-inner{
		height:25em;
		margin: 0 0 0 1em !important;
	}
	#cta-overlay .cta-overlay-inner-right-top{
		height:12em;
		margin-bottom: .5em;
		padding:1em;
	}
	#cta-overlay .cta-overlay-inner-right-bot{
		height:12em;
		margin-top: .5em;
		padding:1em;
	}
    #cta-overlay .cta-overlay-inner-right-top-in, #cta-overlay .cta-overlay-inner-right-bot-in{
        height: 9em;
        padding: .2em;
    }
    .cta-richtext p {
        margin: 0;
    }
}

@media all and (max-width: 767px){
    #cta-overlay{
	    height: 32em;
        align-items: flex-start;
	}
	#cta-overlay .cta-overlay-inner{
        padding: 1em;
        width: 100% !important;
        height: 9em;
        margin: 0 0 1em 0 !important;
	}
	#cta-overlay .cta-overlay-inner-left{
	    padding: 0;
        height: 7em;
	}
    #cta-overlay .cta-overlay-inner-right-top-in, #cta-overlay .cta-overlay-inner-right-bot-in {
        height: 7em;
        padding: 0;
    }
    #cta-overlay .cta-overlay-inner-right-bot {
        height: 9.5em;
        margin-top: .5em;
        padding: 1em;
    }
    #cta-overlay .cta-overlay-inner-right-top {
        height: 9.5em;
        margin-bottom: .5em;
        padding: 1em;
    }
}

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

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

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



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

/* Extra local additions for Case Studies & Certification */


.SecondTextBox {
  background: whitesmoke;
  border-color: #16A085;
  border-style: solid;
  border-width: 2px;
}

.FormsButton {
-moz-box-shadow: 0px 10px 14px -7px #3e7327;
-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
box-shadow: 0px 10px 14px -7px #3e7327;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=’#77b55a’, endColorstr=’#72b352′,GradientType=0);
background-color:#77b55a;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #4b8f29;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:13px;
font-weight:bold;
padding:6px 12px;
text-decoration:none;
text-shadow:0px 1px 0px #5b8a3c;
}
.FormsButton:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=’#72b352′, endColorstr=’#77b55a’,GradientType=0);
background-color:#72b352;
}
.FormsButton:active {
position:relative;
top:1px;
}

@media (max-width: 481px) {
  .mobile-hidden {
    display: none!important;
  }
}
/* @import url('http://example.com/example_style.css'); */

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body {
    overflow-x: hidden;
}

.span12.feature-highlight .row-fluid {
    display: flex;
    align-items: center;
}

.span12.feature-highlight .span7:last-child .hs_cos_wrapper_type_rich_text img {
    min-width: 880px;
    margin-left: -30px;
}

.span12.feature-highlight .span7:first-child .hs_cos_wrapper_type_rich_text img {
    min-width: 880px;
    margin-left: -260px;
}

.span12.feature-highlight .span5:last-child {
    margin-left: 100px;
}

.span12.feature-highlight .span5:first-child {
    margin-right: 100px;
}

@media (max-width: 1023px) {

    .span12.feature-highlight .span7:last-child .hs_cos_wrapper_type_rich_text img {
        min-width: 500px;
        margin-left: 10px;
    }
    
    .span12.feature-highlight .span7:first-child .hs_cos_wrapper_type_rich_text img {
        min-width: 500px;
        margin-left: -100px;
    }

    .span12.feature-highlight .span5:last-child {
        margin-left: 10px;
    }
    
    .span12.feature-highlight .span5:first-child {
        margin-right: 10px;
    }
}


/*****************************************/
/* Places cookie bar in the bottom       */
/*****************************************/

#hs-eu-cookie-confirmation {
  bottom:0!important;
  top:auto!important;
  position:fixed!important;
}

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








/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

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

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

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

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

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



   Index:         

  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons

  6. MISCELLANOUS

  7. MOBILE MEDIA QUERIES

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




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


   1. BASE STYLES                                             


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





/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /* baseColor ændret fra 999999 til 6a6a6a for bedre læsbarhed d. 12/10-2016 LO */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




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


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

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *: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;
} 

/* Website background color and default font styles */
body {
  background: #333333;
  color: #6a6a6a;
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: ;
  line-height: ;
  padding-top: 96px;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 75em;
  margin: 0 auto;
}

a { color: #16a085; }
a:hover, a:focus { color: #107360; outline-color: #16a085; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

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



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


/* Basic text */
p, ul, ol, dl {
    margin-bottom: 12px;
    margin-top: 12px;
}

p, ul, ol, dl, pre, legend, label {
    font-size: 14px;
    line-height: 1.714285714;
}

small {font-size: 80%;}
strong {font-weight: bold;}
em {}
cite {}
code, kbd, pre, samp {
    font-family: monospace,monospace;
}

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: 36px;
  margin-bottom: 12px;
  color: #333;
  font-weight: 300;
  text-transform: uppercase;    
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration: none;}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 12px;
}

img + h1, img + h2, img + h3, img + h4, img + h5 {
  margin-top: 12px;
}

h1 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 33px;
  line-height: 1.272727273;    
}
h2 {
  font-size: 24px;
  line-height: 1.375;    
}
h3 {
  font-size: 18px;
  line-height: 1.5;    
}
h4 {
  font-size: 14px;
  line-height: 1.714285714;    
}
h5 {}
h6 {}

/* Font styling MF */


h1.heading-large {
  font-family: 'Open Sans',sans-serif;
  font-weight: 700 !important;
  font-size: 46px !important;
  color: #333;
  letter-spacing: -1.1px;
  text-transform: none;
  text-align:center;
}



@media only screen and (max-width: 600px) { 
  h1.heading-large {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700 !important;
    font-size: 26px !important;
    color: #333;
    letter-spacing: -1.1px;
    text-transform: none;
    text-align:center !important; 
     
  }

}


/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 12px 0;
  padding: 0;
}

ul.separated li,
ol.separated li {
    margin-top: 0.857143em;
}

ul.separated li:first-child,
ol.separated li:first-child {
    margin-top: 0;
}

.about .sidebar .unstyled {margin: 12px 0;}

/* Quotes  */
/* Edited by LO  */
blockquote {
  display:block;
  background: #fff;
  margin: 0px !important;
  padding: 15px 0px 15px 60px;
  position: relative;
  
  /*Font*/
  font-size: 16px;
  font-style: italic;
  line-height: 1.2;
  color: #6a6a6a;
  
  /*Borders - (Optional)*/
 /* border-left: 4px solid #159078; */
  /* border-right: 1px solid #159078; */
  
  /*Box Shadow - (Optional)*/
  /* -moz-box-shadow: 2px 2px 15px #ccc; */
  /* -webkit-box-shadow: 2px 2px 15px #ccc; */
  /* box-shadow: 2px 2px 15px #ccc;  */
}

/* Edited by LO  */
blockquote:before {
  content: "\201C"; /*Unicode for Left Double Quote*/
  /*Font*/
  font-size: 60px;
  font-weight: bold;
  color: #159078;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

/* Edited by LO  */
blockquote:after {
    /*Reset to make sure*/
  content: "";
}

blockquote cite:before {
  content: '\2014\00A0';
}

blockquote p {display: inline;}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

legend {
  color: #333;
}

time {
  font-style: italic;
}

img {
  vertical-align: baseline;
  image-rendering:optimizeQuality
}




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


   2. COS STRUCTURE                                            


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





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


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}




/* ==========================================================================
   Header
   ========================================================================== */


.header-container-wrapper {}
.header-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}

.header-container .page-center {
    padding: 12px 2em;
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}

/* Custom Header */
.custom_header .row-fluid .widget-span {min-height: 0;}

/* Custom Logo */
.custom_logo {
  margin-top: 18px;
  margin-bottom: 18px;
  display: block;
  float: left;
  max-width: 113px;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;;
}

.custom_logo img {vertical-align: bottom;}

/* Custom Header Links */
#custom_header-top-links {float: right;width: auto}
#custom_header-top-links > div .row-fluid > .span6 {
  width: auto;
  margin: 0;
}

#custom_header-top-links .custom_header-links .hs-menu-wrapper > ul {margin: 6px 4px;display: block;}

#custom_header-top-links .custom_header-links .hs-menu-wrapper ul li a.denmark:before,
#custom_header-top-links .custom_header-links .hs-menu-wrapper ul li a.Denmark:before {
  content: "";
  background-image: url("//cdn2.hubspot.net/hubfs/1595897/Layout/flags2.png");
  background-position: 0 -11px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 16px;  
  margin-right: 3px;
}

#custom_header-top-links .custom_header-links .hs-menu-wrapper ul li a.norway:before,
#custom_header-top-links .custom_header-links .hs-menu-wrapper ul li a.Norway:before {
  content: "";
  background-image: url("//cdn2.hubspot.net/hubfs/1595897/Layout/flags2.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 16px;  
  margin-right: 3px;    
  background-position: 0 -22px;
}

#custom_header-top-links .custom_header-links .hs-menu-wrapper ul li a.international:before,
#custom_header-top-links .custom_header-links .hs-menu-wrapper ul li a.International:before {
  content: "";
  background-image: url("//cdn2.hubspot.net/hubfs/1595897/Layout/flags2.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 16px;  
  margin-right: 3px;    
  background-position: 0 0;    
}

#custom_header-top-links .custom_header-links .hs-menu-wrapper ul li a.germany:before,
#custom_header-top-links .custom_header-links .hs-menu-wrapper ul li a.Germany:before {
  content: "";
  background-image: url("//cdn2.hubspot.net/hubfs/1595897/Layout/flags2.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 16px;  
  margin-right: 3px;    
  background-position: 0 -33px;
}


#custom_header-top-links .custom_header-links .hs-menu-wrapper > ul > li > a.denmark:before,
#custom_header-top-links .custom_header-links .hs-menu-wrapper > ul > li > a.Denmark:before {background-position: -16px -11px!important;}

#custom_header-top-links .custom_header-links .hs-menu-wrapper > ul > li > a.norway:before,
#custom_header-top-links .custom_header-links .hs-menu-wrapper > ul > li > a.Norway:before {background-position: -16px -22px!important;}

#custom_header-top-links .custom_header-links .hs-menu-wrapper > ul > li > a.international:before,
#custom_header-top-links .custom_header-links .hs-menu-wrapper > ul > li > a.International:before {background-position: -16px 0!important;}

#custom_header-top-links .custom_header-links .hs-menu-wrapper > ul > li > a.germany:before,
#custom_header-top-links .custom_header-links .hs-menu-wrapper > ul > li > a.Germany:before {background-position: -16px -33px!important;}

#custom_header-top-links .custom_header-links .hs-menu-wrapper > ul > li > a:after {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
  font-size: 0.75em;
  content: "\e601";
  margin-left: 3px;
  position: relative;
  top: 1px;
}




#custom_header-top-links .custom_header-links {
  display: block;
  list-style: none;
  margin: 6px 0;
  padding: 0;
  text-align: right;  
}

#custom_header-top-links .custom_header-links li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  font-size: 12px;
  line-height: 2;
}

#custom_header-top-links .custom_header-links li a {
  color: inherit;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

#custom_header-top-links .custom_header-links li ul {
  background: none repeat scroll 0 0 #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  display: none;
  left: 0;
  list-style: none;
  margin: 6px 0 0;
  padding: 5px 10px;
  position: absolute;
  top: 100%;
  width: 140px;
}

#custom_header-top-links .custom_header-links li ul:before {
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -6px;
  content: "";
  
}

#custom_header-top-links .custom_header-links li:hover > ul {display: block;}
#custom_header-top-links .custom_header-links li ul li {
  display: block;
  text-align: left;
  white-space: nowrap;
  margin-left: 0;
}

#custom_header-top-links .custom_header-links li ul li:focus,
#custom_header-top-links .custom_header-links li ul li:hover {background: none repeat scroll 0 0 #f9f9f9;}

#custom_header-top-links .custom_header-links li ul li a {padding: 3px 10px;}


/* Custom Header Flags */
.o-flag {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 11px;
  background-image: url('//cdn2.hubspot.net/hubfs/1595897/Layout/flags.png');
  background-repeat: no-repeat;
  vertical-align: middle;
}

.o-flag.o-flag--disabled {
  background-position: -16px 0;
}

.o-flag--international,.o-flag--eu {
  background-position: 0 0;
}

.o-flag--international.o-flag--disabled,
.o-flag--eu.o-flag--disabled {
  background-position: -16px 0;
}

.o-flag--dk {
  background-position: 0 -11px;
}

.o-flag--dk.o-flag--disabled {
  background-position: -16px -11px;
}

.o-flag--no {
  background-position: 0 -22px;
}

.o-flag--no.o-flag--disabled {
  background-position: -16px -22px;
}


/* Sticky Header */
.sticky_header .header-container {border-bottom: 1px solid rgba(0, 0, 0, 0.05);}
.sticky_header .custom_logo {margin-top: 0;margin-bottom: 0;}
.sticky_header #custom_header-top-links {display: none;}



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


.body-container-wrapper {background-color: #fff;}
.body-container {
    background-color: #fff;
}

.body-container .row-fluid .page-center {
    padding-left: 2em;
    padding-right: 2em;
}

/* Unique Pages
   ========================================================================== */

/* Homepage */
body.custom_home #custom_slider {
  background-color: #f7f7f7;
  padding-bottom: 24px;
  padding-top: 24px;  
}

body.custom_home #custom_slider .hs_cos_flex-slider {background-color: transparent;}
body.custom_home #custom_slider .flex-slider-main {display: none;}
body.custom_home #custom_slider .hs-cos-flex-slider-control-panel {margin: 0 40px 5px;}
/*body.custom_home #custom_slider .hs-cos-flex-slider-control-panel img {
  max-width: 155px;
}
*/
body.custom_home #custom_slider .hs-cos-flex-slider-control-panel img:hover {opacity: 1;}
body.custom_home #custom_slider .hs_cos_flex_thumbnavs-direction-nav a {
  background: none;
  text-indent: 0;
  color: #333;
  opacity: 0.5;
  margin: -13px 0 0;
  height: auto;
  width: auto;
  font-size: 0;
  text-decoration: none;
}

body.custom_home #custom_slider .hs_cos_flex_thumbnavs-direction-nav a:hover {opacity: 1;}
body.custom_home #custom_slider .hs_cos_flex_thumbnavs-direction-nav a:before {
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
  font-size: 28.8px;
}

body.custom_home #custom_slider .hs_cos_flex_thumbnavs-direction-nav a.hs_cos_flex_thumbnavs-prev {left: -40px !important;}
body.custom_home #custom_slider .hs_cos_flex_thumbnavs-direction-nav a.hs_cos_flex_thumbnavs-next {right: -40px !important;}
body.custom_home #custom_slider .hs_cos_flex_thumbnavs-direction-nav a.hs_cos_flex_thumbnavs-prev:before {content: "\e602";}
body.custom_home #custom_slider .hs_cos_flex_thumbnavs-direction-nav a.hs_cos_flex_thumbnavs-next:before {content: "\e603";}

body.custom_home #custom_demo {padding: 24px 0;}

body.custom_home #custom_three-columns > div {margin: 0 -10px;}
body.custom_home #custom_three-columns .custom_equal-column.span4 {
  text-align: center;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3333%;
}

body.custom_home #custom_three-columns .custom_equal-column {padding-top: 1.5em;padding-bottom: 1.5em;}
body.custom_home .custom_what-we-do #custom_three-columns .custom_equal-column {padding-top: 0;padding-bottom: 0;}

body.custom_home #custom_three-columns .custom_two-left-modules {text-align: left;}


/* Contact Us */
body.contact .main-content {margin-bottom: 12px;}



/* Case */
body.custom_case.one-column .content-wrapper .main-content {width: 100%;}
body.custom_case .content-wrapper .main-content {
  width: 66.1%;
  float: none;
  margin: 0 auto;
}

body.custom_case #custom_two-image .widget-type-linked_image {
  margin: 0;
  width: 50%;
}

body.custom_case #custom_two-image .widget-type-linked_image:first-child {padding-right: 10px;}
body.custom_case #custom_two-image .widget-type-linked_image:last-child {padding-left: 10px;}

/* body.custom_case #custom_bottom-case .content-wrapper {padding-bottom: 0;} */
body.custom_case #custom_bottom-case a {text-decoration: none;}

body.custom_case #custom_bottom-case a.custom_back {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.71429;
  outline: 0 none;
  padding: 5px 8px;
  text-decoration: none;
  transition: all 150ms ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}

body.custom_case #custom_bottom-case a.custom_button {float: right;}


/* Custom Video Banner */
.custom_vid {
  /*height: calc(100vh - 96px);*/
  overflow: hidden;
  position: relative;
  visibility: visible;
  width: 100%;
}

.custom_vid {
  background-image: url('//cdn2.hubspot.net/hubfs/1595897/Layout/hero2.jpg');
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1023px) {
.custom_vid .custom_media-vid {display: none!important;}
}

.custom_vid > video {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
}

.custom_vid .custom_video-banner-body {
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.custom_vid .custom_video-banner-footer {
  bottom: 0;
  display: block;
  left: 0;
  padding: 0.75em 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.custom_vid .custom_video-banner-footer .custom_smoothscroll:after {
  content: "\e601";
  display: block;
  font-family: "icomoon";
  line-height: 1;
  text-align: center;
}

.custom_vid .custom_video-banner-footer .custom_smoothscroll {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.71429;
  outline: 0 none;
  padding: 5px 8px;
  text-decoration: none;
  transition: all 150ms ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
}

.custom_video-banner-body h1 {
  font-size: 33px;
  line-height: 1.27273;
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
}

.custom_video-banner-body h2 {
  font-size: 25px;
  line-height: 1.44;
  font-weight: 300;
  margin: 0;
  color: #fff;
  text-transform: none;
}

.custom_video-banner-body p {
  color: #ffffff;
  margin-top: 72px;
  margin-bottom: 12px;
}

.custom_video-banner-body .custom_button-default {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 11px 18px;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.71429;
  outline: 0 none;
  text-decoration: none;
  transition: all 150ms ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}

.custom_video-banner-body .custom_button-default:hover {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.custom_video-banner-body .custom_button-default:active {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.13);
  color: #ffffff;
}





/* Full Width - Jobs */
body.custom_jobs.one-column .content-wrapper .main-content {
  width: 66.1%;
  margin: 0 auto;
  float: none;
}


/* About Us */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Responsive Youtube Video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

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

/* Custom Banner */
.custom-banner {
  padding: 24px 0;
  text-align: center;
  background-position: 50% 50%;
  background-size:cover;
}

.custom-banner h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}

/* MSR 2017-01-05: Make blogpost h3 titles look like H1's on website pages */
.custom-banner h3 {
  margin: 0;
  font-size: 33px;
  line-height: 1.272727273;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}


/* Horizontal Space */
.row-fluid .custom_spacer-100 {min-height: 100px;}
.row-fluid .custom_spacer-150 {min-height: 150px;}

/* Blue Background */
#blue_bg {
  background-color: #3ea7d4;
  padding-bottom: 24px;
  padding-top: 24px;
  color: #fff;
}

#blue_bg .custom_decorated {
  background-image: url("//cdn2.hubspot.net/hubfs/1595897/Layout/header-decoration--inverted.png");
  color: inherit;
}

#blue_bg h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.333333333;
    margin: 24px 0;  
    color: inherit;
    text-transform: none;
}

/* Custom One Column */
#custom_one-column {padding: 24px 0;}

/* Custom CSS */
.custom_center-text {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.custom_intro {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33333;
  margin: 24px 0;
}

.custom_decorated {
  background-image: url("//cdn2.hubspot.net/hubfs/1595897/Layout/header-decoration.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  margin-bottom: 24px;
  padding-bottom: 15px;
  text-align: center;
}

a.custom_smoothscroll {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.71429;
  outline: 0 none;
  padding: 5px 8px;
  text-decoration: none;
  transition: all 150ms ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
}

a.custom_smoothscroll:after {
  content: "\e601";
  display: block;
  font-family: "icomoon";
  line-height: 1;
  text-align: center;
}

a.custom_button {
  background-color: #16a085;
  border: 1px solid #16a085;
  color: #ffffff;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.71429;
  outline: 0 none;
  padding: 5px 8px;
  text-decoration: none;
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;;
  vertical-align: middle;
  white-space: nowrap;
}

a.custom_button:hover {
  background: none repeat scroll 0 0 #19b698;
  border-color: #19b698;
  color: #ffffff;
}

.o-pullquote:before {
    content: "“";
    font-size: 72px;
    left: 20px;
    line-height: 1;
    position: absolute;
    top: 0;
}

.o-pullquote {
    font-size: 18px;
    font-style: italic;
    line-height: 1.33333;
    margin: 24px 0;
    padding: 24px 60px;
    position: relative;
}

.o-pullquote__footer {
    color: #333333;
    text-align: right;
}


/* Custom Bottom */
.custom_bottom-contact {
  background-image: url("//cdn2.hubspot.net/hubfs/1595897/Layout/address.jpg");
  background-color: #3ea7d4;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;  
  padding-bottom: 24px;
  padding-top: 24px;
  color: #fff;
}

.custom_bottom-contact h1 {
  margin: 0.375em 0.5em;    
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: inherit;
}

.custom_bottom-contact h2:first-child {
  background: url(//cdn2.hubspot.net/hubfs/1595897/Layout/header-decoration--inverted.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  margin-bottom: 24px;
  padding-bottom: 15px;
  text-align: center;
  margin-top: 12px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.375;
}

.custom_bottom-contact h2 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 12px;
  margin-top: 12px;
  color: inherit;
  text-transform: none;
  font-weight: normal;
}

.custom_bottom-contact h2 a {
  color: inherit;
  text-decoration: none;
}

.custom_bottom-contact h2 a:hover {
  text-decoration: underline;
}

/* Custom Bottom Tryout */
.custom_bottom-tryout {
  background-image: url("//cdn2.hubspot.net/hubfs/1595897/Layout/address.jpg");
  background-color: #3ea7d4;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;  
  padding-bottom: 24px;
  padding-top: 24px;
  color: #fff;
}

.custom_bottom-tryout h1 {
  margin: 0.375em 0.5em;    
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: inherit;
}

.custom_bottom-tryout h2:first-child {
  background: url(//cdn2.hubspot.net/hubfs/1595897/Layout/header-decoration--inverted.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  margin-bottom: 24px;
  padding-bottom: 15px;
  text-align: center;
  margin-top: 12px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.375;
}

.custom_bottom-tryout h2 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 12px;
  margin-top: 12px;
  color: inherit;
  text-transform: none;
  font-weight: normal;
}

.custom_bottom-tryout h2 a {
  color: inherit;
  text-decoration: none;
}

.custom_bottom-tryout h2 a:hover {
  text-decoration: underline;
}

/* Custom Not Rocket Science */
#custom_step-module {font-size: 14px;line-height: 24px;text-align: center;}
#custom_step-module > div {margin: 0 0 12px;}
#custom_step-module .row-fluid .custom_equal-module {
  width: 25%;
  float: left;
  margin: 0;
}

#custom_step-module .custom_step-image {
  display: block;
  margin: 1em auto;
  position: relative;  
}

#custom_step-module .custom_step-image:before {
  border-bottom: 1px dotted #84c7e4;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
}

#custom_step-module .custom_step-image:after {
  content: "\E603";
  font-family: "icomoon";
  left: 0;
  line-height: 1em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
}

#custom_step-module .custom_equal-module:first-child .custom_step-image:after {display: none;}

#custom_step-module .custom_step-caption {padding: 0 1em;}
#custom_step-module img {position: relative;z-index: 1;}


/* Custom Top Pane */
#custom_top-pane {color: #fff;position: relative;height: 370px;overflow: hidden;margin-top: -1px;}
#custom_top-pane .page-header h1 {
  font-size: 33px;
  line-height: 1.27273;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}

#custom_top-pane .page-header p {
  font-size: 25px;
  line-height: 1.44;
  font-weight: 300;
  margin: 0;
}

#custom_top-pane > div {text-align: center;}

#custom_top-pane .widget-type-widget_container {
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}

#custom_top-pane > .row-fluid-wrapper > .row-fluid > .widget-type-rich_text.widget-span  {
  bottom: 0;
  display: block;
  left: 0;
  padding: 0.75em 0;
  position: absolute;
  right: 0;
  text-align: center;
}


#custom_top-pane .custom_top-image {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.custom_top-image img {width: 100%!important;margin-top: -475.5px;}



/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */


/* Custom Module
   ========================================================================== */
   
/* Two Left Module */
.custom_two-left-modules {
    overflow: hidden;
}

.custom_two-left-modules .custom_left-module {
    float: left;
    margin-right: 20px;
}

.custom_two-left-modules .custom_right-module {
    overflow: hidden;
}

.custom_two-left-modules .custom_right-module *:first-child {
    margin-top: 0;
}

/* Member Modules */
#custom_member-modules .custom_row {margin: 0 -10px;}
#custom_member-modules .custom_row:after {clear: both;content: "";display: table;}
#custom_member-modules .custom_module-equal {
  padding: 12px 10px;
  overflow: hidden;
  float: left;
  width: 25%;
}

#custom_member-modules img {display: block;}
#custom_member-modules h1 {
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.5;
}

#custom_member-modules h2 {
  color: #3ea7d4;
  margin: 0;
  font-size: 14px;
  line-height: 1.714285714;
  font-weight: normal;
  text-transform: none;
}


#custom_member-modules p {display: inline-block;}
#custom_member-modules p a {
  color: inherit;
  text-decoration: none;  
}

#custom_member-modules p a:hover {
  text-decoration: underline;
  color: #107360;
  outline-color: #16a085;
}

/* LO 30/5-16 - Ændret "/" til "  |  " */
#custom_member-modules p.custom_member-phone:before {content: "  |  ";}

/* Case Module */
#custom_case-modules .custom_row {margin: 0 -10px;}
#custom_case-modules .custom_row:after {clear: both;content:"";display: table;}
#custom_case-modules .custom_equal-module {
  padding: 12px 10px;
  width: 25%;
  float: left;
  overflow: hidden;
}

#custom_case-modules .custom_equal-module > div {position: relative;}
#custom_case-modules img {display: block;}
#custom_case-modules p {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #ffffff;
  left: 0;
  margin: 0;
  padding: 0.857143em;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  -webkit-transition: background 150ms ease 0s;
  -moz-transition: background 150ms ease 0s;
  -o-transition: background 150ms ease 0s;
  -ms-transition: background 150ms ease 0s;
  transition: background 150ms ease 0s;;
}

/*#custom_case-modules a:hover p {background-color: #000;}*/

/* Two Column Swap */
#custom_two-column-swap {margin: 0 -10px;}
#custom_two-column-swap .custom_row:after {clear: both;content: ""; display: table;}
#custom_two-column-swap .custom_row > div {
  padding: 1.5em 10px;
  width: 8.3333%;
  float: left;
}

#custom_two-column-swap .custom_row > div.custom_left-column {width: 16.6667%; clear:both}
#custom_two-column-swap .custom_row > div.custom_right-column {width: 66.6667%; clear:both}

/* Four Modules */
#custom_four-columns {text-align: center}
#custom_four-columns .custom_row {margin: 0 -10px;}
#custom_four-columns .custom_row:after {clear: both;content: "";display: table;}

#custom_four-columns .custom_equal-module {
  padding: 0 10px;
  width: 25%;
  float: left;
}

/* Custom Demo Modules */
#custom_demo-modules {margin: 0 -10px;}
#custom_demo-modules.custom_image-right .custom_left-demo {float: right;margin-left: 0;margin-right: 8.3333%;}
#custom_demo-modules.custom_image-right .custom_right-demo {float: right;}


#custom_demo-modules .custom_row:after {content: "";display: table;clear :both;}
#custom_demo-modules .custom_left-demo {
  width: 33.3333%;
  float: left;
  padding: 1.5em 10px;
  margin-left: 8.3333%;
}

#custom_demo-modules .custom_right-demo {
  width: 50%;
  float: left;
  padding: 1.5em 10px;
}

#custom_demo-modules .custom_bottom-demo {
  border: 1px solid #dbdbdb;
  color: #6a6a6a;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.71429;
  outline: 0 none;
  padding: 5px 8px;
  text-decoration: none;
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;;
  vertical-align: middle;
  white-space: nowrap;
}

#custom_demo-modules .custom_bottom-demo:hover {
  border-color: #16a085;
  color: #16a085;
}

#custom_demo-modules .custom_bottom-demo:active {
  background-color: #16a085;
  border-color: #16a085;
  color: #ffffff;
}

/* Vertical Menu */
.body-container .hs-menu-flow-vertical li {
  padding-bottom: 5px;
  padding-top: 6px;
}

.body-container .hs-menu-flow-vertical li a {
  border-bottom: 1px solid transparent;
  color: #333333;
  display: block;
  text-decoration: none;
  text-transform: uppercase;  
}

.body-container .hs-menu-flow-vertical li.active > a,
.body-container .hs-menu-flow-vertical li a:hover {
  color: #16a085;
}

.body-container .hs-menu-flow-vertical.flyouts li {
  max-width: 130px;
}

.body-container .hs-menu-flow-vertical.flyouts li ul {width: 100%;}

.body-container .hs-menu-flow-vertical.no-flyouts ul ul {padding: 10px;}

@media (max-width: 767px) {
    .body-container .hs-menu-flow-vertical.flyouts li {max-width: none;}
    .body-container .hs-menu-flow-vertical.flyouts ul ul {padding: 10px;}
    
}



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


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



/* Custom Footer */
#custom_footer { background: none repeat scroll 0 0 #333333;}

#custom_footer .page-center {padding: 2em;}
#custom_footer .page-center > div {margin: 0 -10px;}

#custom_footer #custom_left-column.span4 {width: 33.3333%;}
#custom_footer #custom_right-column.span8 {width: 58.3333%;margin: 0;}

#custom_footer #custom_left-column,
#custom_footer #custom_right-column {padding: 0 10px;}


#custom_footer .hs-menu-wrapper > ul {float: right;}
#custom_footer .hs-menu-wrapper > ul > li {float: left;width: auto;}
#custom_footer .hs-menu-wrapper > ul > li a {
  color: #6a6a6a;
  display: block;
  padding: 0 1em;
  text-decoration: none;
  width: auto;
}

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

#custom_footer .copyright {margin: 0;}


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


   3. MAIN NAVIGATION                                            


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





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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  background:#fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
    display: inline-block;
    margin-left: 20px;
    padding-bottom: 5px;
    padding-top: 6px;
    float: none!important;
    background:#fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    border-bottom: 1px solid transparent;
    display: block;
    text-decoration: none;
    text-transform: uppercase;  
    color:#333333;
}

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

.custom-menu-primary .hs-menu-wrapper  ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper  ul > li.active > a {
    color:#16a085;    
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  padding: 10px 0;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:#fff;
  padding: 5px;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#333333;
  padding: 0;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#16a085;
}

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

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

/* Added by JTN 13.05.2016 -> Multiple blog menus */
.custom-menu-primary .hs-menu-item.hs-menu-depth-1 .hs-menu-children-wrapper {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 1px rgba(0,0,0,0.25);
    margin: 0;
    padding: 5px 10px;
    left: 0;
    list-style: none;
    top: 100%;
    min-width: 100px;
}

.custom-menu-primary .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > .hs-menu-children-wrapper {
    display: block;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1023px) {
    .custom-menu-primary .hs-menu-item.hs-menu-depth-1 .hs-menu-children-wrapper,
    .custom-menu-primary .hs-menu-wrapper>ul ul li,
    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        background-color: transparent;
        color: #fff;
        box-shadow: none;
    }
}

/* Added by HubSpot Support 11/20/2015 to correct menu spacing and alignment */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 0px!important;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis; 
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1024px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 1023px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this 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:#ffffff;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 0;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 5px 8px;
    background: #ffffff; /* Background color */
    border: 1px solid #dbdbdb;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.714285714;
    text-align: left;
    color: #999; 
  }
  .mobile-trigger:active{
    border-color: #16a085;
    background-color: #16a085;
    color: #fff;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    border-color: #16a085;
    background-color: #16a085;
    color: #fff;
  }

    .mobile-trigger i {margin-right: 4px;}
    
  /* Toggle Button Icon
     ========================================================================== 
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #333; 
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px;
  }
  .mobile-trigger i:after{
    top: 6px; 
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #16a085; 
  }
*/


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     .header-container .custom_right-column {position: relative;}
     
    .header-container-wrapper, 
    .body-container-wrapper, 
    .footer-container-wrapper {
        position: relative;
        left: 0;
        -webkit-transition: all 250ms;
        -moz-transition: all 250ms;
        -ms-transition: all 250ms;
        -o-transition: all 250ms;
        transition: all 250ms;
    }
    
    .mobile-open .header-container-wrapper, 
    .mobile-open .body-container-wrapper, 
    .mobile-open .footer-container-wrapper {
        position: relative;
        left: -200px;
    }
    
   .custom-menu-primary.js-enabled{
       position: static;
       padding-top: 0; /* Makes room for button */
       margin: 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        overflow-y: auto;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0 20px;
        /* Width changed from 200px to 240px to handle long submenu text by LO 19/8/16 */
        width: 270px;
        background: #333;
        z-index: 1;
          -webkit-transform: translate3d(100%, 0, 0);
          -moz-transform: translate3d(100%, 0, 0);
          -ms-transform: translate3d(100%, 0, 0);
          -o-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
          -o-backface-visibility: hidden;
          backface-visibility: hidden;
        display: block;
        -webkit-transition: all 250ms;
        -moz-transition: all 250ms;
        -ms-transition: all 250ms;
        -o-transition: all 250ms;
        transition: all 250ms;
    }
    
    .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
                 
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1); /* the x value must match the 'left' and 'width' values of '.custom-menu' */
          -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
          transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }

   /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul {
    list-style: none;
    margin: 12px 0;
    padding: 0;
    }
    
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    padding: 8px 0 8px 20px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
   /* font-size: 22px; /* Font size of top level list items */
   /* line-height: 45px;*/
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
   /* border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    position: relative;
    display: inline-block;
    padding: 8px 10px 8px 20px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#16a085; /* link hover color set by global mobile-aColorHover variable */
  }


    .custom-menu-primary .hs-menu-wrapper > ul li {display: block!important;}
    
    .custom-menu-primary .hs-menu-wrapper ul li a.denmark:before,
    .custom-menu-primary .hs-menu-wrapper ul li a.Denmark:before {
      content: "";
      background-image: url("//cdn2.hubspot.net/hubfs/1595897/Layout/flags2.png");
      background-position: 0 -11px;
      background-repeat: no-repeat;
      display: inline-block;
      height: 11px;
      position: relative;
      top: -1px;
      vertical-align: middle;
      width: 16px;  
      margin-right: 4px;
    }
    
    .custom-menu-primary .hs-menu-wrapper ul li a.norway:before,
    .custom-menu-primary .hs-menu-wrapper ul li a.Norway:before {
      content: "";
      background-image: url("//cdn2.hubspot.net/hubfs/1595897/Layout/flags2.png");
      background-repeat: no-repeat;
      display: inline-block;
      height: 11px;
      position: relative;
      top: -1px;
      vertical-align: middle;
      width: 16px;  
      margin-right: 4px;    
      background-position: 0 -22px;
    }
    
    .custom-menu-primary .hs-menu-wrapper ul li a.international:before,
    .custom-menu-primary .hs-menu-wrapper ul li a.International:before {
      content: "";
      background-image: url("//cdn2.hubspot.net/hubfs/1595897/Layout/flags2.png");
      background-repeat: no-repeat;
      display: inline-block;
      height: 11px;
      position: relative;
      top: -1px;
      vertical-align: middle;
      width: 16px;  
      margin-right: 4px;    
      background-position: 0 0;    
    }
    
    .custom-menu-primary .hs-menu-wrapper ul li a.germany:before,
    .custom-menu-primary .hs-menu-wrapper ul li a.Germany:before {
      content: "";
      background-image: url("//cdn2.hubspot.net/hubfs/1595897/Layout/flags2.png");
      background-position: 0 -33px;
      background-repeat: no-repeat;
      display: inline-block;
      height: 11px;
      position: relative;
      top: -1px;
      vertical-align: middle;
      width: 16px;  
      margin-right: 4px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before {
        position: absolute;
        left: -20px;
        top: 0;
        font-family: 'icomoon';
        content: "\e602";
    }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  /*  background-color: rgba(255, 255, 255, .08);*/
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
   /* text-indent: 10px; /* Indent Child lists */
  /*  font-size: 16px; /* Font size of child lists */
  }

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








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


   4. TEMPLATE MODULE SELECTORS                                         


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





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {padding: 24px 0;}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

body.blog .content-wrapper > div,
body.two-column .content-wrapper > div {margin: 0 -10px;}

body.blog .blog-content.span8,
body.two-column .main-content.span8 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  margin-left: 8.3333%;
}

body.blog .blog-sidebar.span4,
body.two-column .sidebar.span4 {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  margin-left: 8.3333%;
}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {
    padding: 1.5em 0;
}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

.error-template .content-wrapper {  
  background-color: #f5f5f5;
  padding-bottom: 6em;
  padding-top: 6em;
}

.error-template .page-center > div {margin: 0 -10px;}
.error-template .content-wrapper .main-content.span8 {
  margin-left: 8.3333%;
  padding: 0 10px;
  width: 58.3333%;
}


.error-template .content-wrapper .sidebar.right.span4 {margin-left: 8.3333%;width: 25%;padding: 0 10px;}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {
  padding-bottom: 6em;
  padding-top: 6em;    
}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {
  padding-bottom: 6em;
  padding-top: 6em;    
}
body.subscription-template.one-column .main-content {}






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


   5. COS COMPONENTS                                        


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





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


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

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

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

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

.blog .blog-content .hs-rss-item  {margin: 12px 0;}
.blog .blog-content .hs-rss-item:before,
.blog .blog-content .hs-rss-item:after{clear: both;content:"";display: table;}
.blog .blog-content .hs-rss-title {
  font-size: 24px;
  line-height: 1.375;
  font-weight: 300;
  margin-bottom: 12px;
  margin-top: 12px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.blog .blog-content .hs-rss-byline {opacity: 1;}
.blog .blog-content .hs-rss-description > a {
  background-color: #16a085;
  border: 1px solid #16a085;
  color: #ffffff;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.71429;
  outline: 0 none;
  padding: 5px 8px;
  text-decoration: none;
  transition: all 150ms ease 0s;
  vertical-align: middle;
  white-space: nowrap;  
  float: right;
}

.blog .blog-content .hs-rss-description > a:hover {
  background: none repeat scroll 0 0 #19b698;
  border-color: #19b698;
  color: #ffffff;
}

.blog .blog-content .hs-rss-description > a:active {
  background-color: #138a72;
  border-color: #138a72;
  color: #ffffff;
}


/* 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 h1 {margin-top: 40px;}
.post-header h2 {margin-top: 36px;}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    margin: 12px 0;
    overflow: hidden;    
}


#blog-center-content {

  max-width: 50em;
}

#blog-center-content p {
font-size:18px;
}

.blog-listing-wrapper .post-listing .post-item .post-body p:first-child {margin-top: 0;}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {display: none;}
.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;
}


/* Post Banner Image & Date */
.post-banner-image {position: relative;}
.post-banner-image img {display: block;}
.post-banner-image .date {
  bottom: 6px;
  left: 6px;
  margin: 0;
  position: absolute;
  background: none repeat scroll 0 0 #dbdbdb;
  display: inline-block;
  text-align: center;
  width: 60px;
}

.post-banner-image .date .day {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 4px;
  display: block;
  color: #16a085;
}

.post-banner-image .date .month {
  font-size: 12px;
  line-height: 1.66667;
  text-transform: uppercase;
  color: #16a085;
  display: block;
}

.post-banner-image .date .year {
  background: none repeat scroll 0 0 #16a085;
  color: #ffffff;
  font-size: 12px;
  line-height: 2;
  display: block;
}



/* Read More Link */
p.more-link {text-align: left;margin-top: 0;}
p.more-link a {
    background-color: #16a085;
    border: 1px solid #16a085;
    color: #ffffff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.71429;
    outline: 0 none;
    padding: 5px 8px;
    text-decoration: none;
    transition: all 150ms ease 0s;
    vertical-align: middle;
    white-space: nowrap;    
}

p.more-link a:hover {
    background: none repeat scroll 0 0 #19b698;
    border-color: #19b698;
    color: #ffffff;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

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

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    font-size: 14px;
    line-height: 1.714285714;
    text-align: center;
    margin: 12px 0;
}

.blog-pagination a {text-decoration: none;}
.blog-pagination a.previous-posts-link {float: right;}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {float: left;}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}


.about-author-sec {margin-top: 48px;}
.about-author-sec > div {
  background-color: #f7f7f7;
  margin-bottom: 12px;
  margin-top: 12px;
  padding: 24px;
}

.about-author-sec > div:after {clear: both;content:"";display: table;}

.about-author-sec .custom_author-img {
  float: left;
  margin-right: 20px;
}

.about-author-sec .custom_author-img img {max-width: 128px;display: block;}
.about-author-sec .custom_author-desc {
  overflow: hidden;
}

.about-author-sec .custom_author-desc h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-transform: none;
  color: #999;
}
.about-author-sec .custom_author-desc h3 + p {margin-top: 0;}


/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}

/*Added by HubSpot Support on 11/19*/
.blog-title{
    margin-top: 45px;
}

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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* Blog Sidebar Tags */
.blog-sidebar .hs_cos_wrapper_type_post_filter .widget-module ul {
  list-style: none;
  margin-left: -0.428571em;
  margin-right: -0.428571em;
  overflow: hidden;
  padding: 0;
}

.blog-sidebar .hs_cos_wrapper_type_post_filter .widget-module ul li {
  float: left;
  margin: 0.428571em;
}

.blog-sidebar .hs_cos_wrapper_type_post_filter .widget-module ul li a {
  background-color: transparent;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  color: #6a6a6a;
  display: block;
  outline: 0 none;
  padding: 0.357143em 0.571429em;
  text-decoration: none;
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;;
  white-space: nowrap;
}

.blog-sidebar .hs_cos_wrapper_type_post_filter .widget-module ul li a:hover {
    border-color: #34A386;
    color: #34A386;
    outline-color: #a8a8a8;
}




/* ==========================================================================
   Forms
   ========================================================================== */


.checkbox-row input {margin-top: 5px!important;}


#captcha_wrapper input {box-shadow: none;border-radius: 0;}


body form .hsformerror {z-index: 1;}
body form .hsformerror p {font-size: inherit;line-height: inherit;padding: 0;margin: 0 8px 0 0;}




/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {margin-bottom: 18px;}
/*
body .hs-form .actions {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border-radius: 0 0 3px 3px;
border-top: 0 none;
margin: 18px 0 18px -26px;
padding: 17px 20px 18px;
}*/

body .hs-form .email-correction, 
body .hs-form .email-validation {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
padding-top: 3px;
}

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

.hs-form ul.inputs-list,
.hs-form ul.inputs-list > li {
list-style: none;
margin: 0;
padding: 0;
}


/* Labels */
body label {}
body .hs-form-field > label {
/*display: block;
font-weight: 700;
margin-bottom: 4px;
text-align: left;
width: auto;
cursor: pointer;
color: #404040;
font: bold 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

body label > .hs-form-required {color: #FF0000;}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
border-radius: 3px 3px 3px 3px;
color: #555555;
display: block;
font-size: 14px;
min-height: 20px;
line-height: 20px;
margin-bottom: 9px;
padding: 4px 6px;
-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
-o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
-ms-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
width: 100%;
max-width: 500px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
border-color: rgba(82, 168, 236, 0.8);    
}

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

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

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

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

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


/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


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

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

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

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* 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"] {}

/* Error */
body .hs-common-error-message {}


/* 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"] {}


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

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




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    /* iPaper Dev Created */
    background-color: #16a085;
    border: 1px solid #16a085;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.71429;
    outline: 0 none;
    padding: 5px 8px;
    text-decoration: none;
    transition: all 150ms ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    
    /*cursor: pointer;
    display: inline-block;
    *display: inline;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding: 7px 18px;
    position: relative;
    text-align: center;    
    vertical-align: middle;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    outline: 0 none;
    color: #fff;
    text-shadow: 0 -1px 0 #3574e3;
    background-color: #3574e3;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#7ec8f4),color-stop(100%,#3574e3));
    background-image: -webkit-linear-gradient(top,#7ec8f4,#3574e3);
    background-image: -moz-linear-gradient(top,#7ec8f4,#3574e3);
    background-image: -o-linear-gradient(top,#7ec8f4,#3574e3);
    background-image: linear-gradient(top,#7ec8f4,#3574e3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
    border-top: 1px solid #64baf0;
    border-bottom: 1px solid #1c4ed5;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none!important;*/
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    /* iPaper Dev Created */
    border-color: #19b698;
    background: #19b698;
    color: #fff;
    
   /* border-color: #4DB0EE #3080E3 #1946BE;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0 5px #3574E3;
    color: #FFFFFF;
    text-decoration: none;*/
}

body .hs-button.primary:active,
body input[type="submit"]:active,
body input[type="button"]:active,
body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    /*
    text-decoration: none;
    background-color: #599eeb;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3574e3),color-stop(100%,#599eeb));
    background-image: -webkit-linear-gradient(top,#3574e3,#599eeb);
    background-image: -moz-linear-gradient(top,#3574e3,#599eeb);
    background-image: -o-linear-gradient(top,#3574e3,#599eeb);
    background-image: linear-gradient(top,#3574e3,#599eeb);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.3),inset 0 -1px 0 rgba(255,255,255,.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.3),inset 0 -1px 0 rgba(255,255,255,.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.3),inset 0 -1px 0 rgba(255,255,255,.3);
    border-top: 1px solid #1c4ed5;
    border-bottom: 1px solid #4084e2;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6
    */
}


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


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}








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


   6. MISCELLANOUS                                        


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





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 


/* Custom SLider */


.c-slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.c-slideshow__track {
  overflow: hidden;
}

.c-slideshow__panel {
  position: relative;
  white-space: nowrap;
  letter-spacing: -0.26em;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -ms-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}

.c-slideshow__slide {
  display: inline-block;
  width: 100%;
  white-space: normal;
  letter-spacing: normal;
  word-spacing: normal;
}

.c-slideshow__slide>img {
  display: block;
  margin: 0 auto;
}

.c-slideshow__control {
  position: absolute;
  top: 50%;
  padding: 0;
  margin-top: -24px;
  border: 0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #181818;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  -webkit-tap-highlight-color: transparent;
}

.c-slideshow__control--next {
  right: 2%;
  -webkit-transform: translate3d(50px,0,0);
  -moz-transform: translate3d(50px,0,0);
  -ms-transform: translate3d(50px,0,0);
  -o-transform: translate3d(50px,0,0);
  transform: translate3d(50px,0,0);
}

.c-slideshow__control--prev {
  left: 2%;
  -webkit-transform: translate3d(-50px,0,0);
  -moz-transform: translate3d(-50px,0,0);
  -ms-transform: translate3d(-50px,0,0);
  -o-transform: translate3d(-50px,0,0);
  transform: translate3d(-50px,0,0);
}

.c-slideshow.is-initialised .c-slideshow__control {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 0.3;
}

.c-slideshow.is-initialised .c-slideshow__control:hover,.c-slideshow.is-initialised .c-slideshow__control:focus {
  outline: 0;
  opacity: .5;
}

.c-slideshow.is-initialised .c-slideshow__control:active {
  opacity: 1;
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}

.c-slideshow.is-initialised .c-slideshow__control:disabled {
  opacity: .1;
}

.c-slideshow--controls-outside .c-slideshow__track {
  margin: 0 2.5em;
}

.c-slideshow--controls-outside .c-slideshow__control {
  width: auto;
  height: auto;
  background: transparent;
  font-size: 1.8em;
  color: #333;
}

.c-slideshow--controls-outside .c-slideshow__control--next {
  right: 0;
}

.c-slideshow--controls-outside .c-slideshow__control--prev {
  left: 0;
}

.c-slideshow--controls-outside.is-initialised .c-slideshow__control {
  opacity: 0.5;
}

.c-slideshow--controls-outside.is-initialised .c-slideshow__control:hover,.c-slideshow--controls-outside.is-initialised .c-slideshow__control:focus {
  opacity: .7;
}

.c-slideshow--controls-outside.is-initialised .c-slideshow__control:active {
  opacity: 1;
}

.c-slideshow--controls-outside.is-initialised .c-slideshow__control:disabled {
  opacity: .15;
}

.c-slideshow--separated .c-slideshow__slide {
  padding-left: 1%;
  padding-right: 1%;
}

.c-slideshow--3 .c-slideshow__slide {
  width: 33.333333333%;
}

@media screen and (min-width:35.5em) {
  .c-slideshow--sm-3 .c-slideshow__slide {
    width: 33.333333333%;
  }
}

@media screen and (min-width:48em) {
  .c-slideshow--md-4 .c-slideshow__slide {
    width: 25%;
  }
}

@media screen and (min-width:64em) {
  .c-slideshow--lg-6 .c-slideshow__slide {
    width: 16.666666667%;
  }
}




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


   7. MOBILE MEDIA QUERIES                              


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



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 75em) {}

@media (max-width: 1100px) {
    
    /* Home Slider */
    body.custom_home #custom_slider .hs-cos-flex-slider-control-panel img {max-width: 129px;}
    
    /*Added by HubSpot Support on 11/19*/
.blog-title{
    margin-top: 45px;
}
}



@media (max-width: 1023px) {
    /* Header */
    body {padding-top: 0;}
    #custom_header-top-links {display: none;}
    .custom_logo {margin: 0;}
    .body-container {margin-top: 60px!important; }
    .header-container {position: fixed;}
    
    .custom_vid .custom_video-banner-footer {display: none;}
    
    /* Home SLider */
    body.custom_home #custom_slider .hs-cos-flex-slider-control-panel img {
        max-width: 173px;
        width: 100%!important;
    }
    
    
    #custom_case-modules .custom_row:after {display: none;}
    #custom_case-modules .custom_equal-module {
        width: 33.3333%;
    }
    
    
    /* Two Column Selectors */
    body.blog .blog-content.span8 {margin-left: 0;}
    
    body.blog .blog-content.span8 {width: 58.3333%;}
    body.blog .blog-sidebar.span4 {width: 33.3333%;}
    
    body.two-column .main-content.span8 {width: 50%;}
    
    body.two-column .sidebar.span4 {width: 25%;}
    
    
    #custom_member-modules .custom_row:after{display: none;}
    #custom_member-modules .custom_module-equal {
        width: 33.3333%;
        min-height:350px;
    }
    
    
    .custom_case #custom_top-pane {margin-top: 0!important;}

    /* Footer */
    #custom_footer .page-center {padding: 1em 2em;}
    #custom_footer #custom_left-column.span4 {
        width: 100%;
        text-align: center;
    }
    
    #custom_footer #custom_right-column.span8 {
        display: none;
    }

    
    .custom_spacer-100,
    .custom_spacer-150 {min-height: 0!important;}
    
    
   .custom_case #custom_top-pane {height: 350px!important;}

    .blog-title{
        margin-top: 20px;
    }
}

@media (max-width: 899px) {
     /* Home SLider */
    body.custom_home #custom_slider .hs-cos-flex-slider-control-panel img {
        max-width: 150px;
    }
    /*Added by HubSpot Support on 11/19*/
.blog-title{
    margin-top: 20px;
}
}

@media (max-width: 799px) {
     /* Home SLider */
    body.custom_home #custom_slider .hs-cos-flex-slider-control-panel img {
        max-width: 143px;
    }
    /*Added by HubSpot Support on 11/19*/
.blog-title{
    margin-top: 20px;
}
}


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

@media (max-width: 767px) {
    .header-container .row-fluid .page-center {
        padding: 12px 1em;
    }
    
    .custom_header .custom_left-column {float: left;}
  
  .custom_header .custom_right-column {float: right;}
    
    body.custom_jobs.one-column .content-wrapper .main-content {width: 100%;}
    .body-container .row-fluid .page-center {
        padding-left: 1em;
        padding-right: 1em;
    }
    
    
    /* Home */
    .custom_video-banner-body h1 {
        font-size: 24px;
        line-height: 1;
    }
    
    .custom_video-banner-body h2 {
        margin: 0;
        font-size: 18px;
        line-height: 1.333333333;
        font-weight: 300;
    }
    
    .custom_video-banner-body p {
        margin-top: 24px;
    }
    
    .custom_video-banner-footer * {display: none!important;}

    
    #custom_demo-modules .custom_left-demo {
        width: 50%;
        margin: 0!important;
    }
    
    #custom_demo-modules .custom_right-demo {
        width: 50%;
    }
    
    body.custom_home .custom_what-we-do #custom_three-columns .custom_equal-column {
        width: 100%;
        text-align: left;
    }
    
    
    #blue_bg h3 {text-align: left;}
    
    #custom_step-module .row-fluid {counter-reset: section;}
    #custom_step-module .row-fluid .custom_equal-module {
      display: block;
        width: 100%;
        float: none;
        text-align: left;
        padding-left: 20px;
    }
    
    #custom_step-module .row-fluid .custom_equal-module > div:first-child {display: none;}
    #custom_step-module .row-fluid .custom_equal-module:before {
      counter-increment: section;
      content: counter(section) ". ";
      float: left;
    }
    
    #custom_step-module .row-fluid .custom_equal-module:after {
      clear: both;
      content: "";
      display: table;
    }

    #custom_step-module .row-fluid .custom_equal-module * {display: inline;}

    
    #custom_step-module .row-fluid .custom_step-image {display: none;}
    #custom_step-module .custom_step-caption {padding: 5px 5px 5px 8px;}


    body.custom_home #custom_three-columns > div .row-fluid:after {display: none;}
    body.custom_home #custom_three-columns .custom_equal-column.span4 {float: left;width: 50%;padding-top: 0;padding-bottom: 0;}
    body.custom_home #custom_three-columns > div:last-child .custom_equal-column.span4:nth-child(2) {clear: both;}
    
    body.custom_home .custom_what-we-do #custom_three-columns .custom_equal-column.span4 {
        width: 100%;
        float: none;
    }
    
    .custom_bottom-contact h1 {font-size: 30px;margin: 0.5em;}
    .custom_bottom-contact h2 {
        font-size: 14px;
        line-height: 1.714285714;
        margin: 12px 0;
    }
    
    .custom_bottom-contact h2:first-child {
        font-size: 24px;
    }
    
    
    #custom_two-column-swap .custom_row>div,
    #custom_two-column-swap .custom_row>div.custom_left-column {display: none;}
    #custom_two-column-swap .custom_row>div.custom_right-column {
        display: block;
        padding: 0 10px;
        width: 100%;
    }

    #custom_four-columns .custom_equal-module {
        width: 100%;
        text-align: left;
    }
    
    #custom_four-columns .custom_equal-module img:first-child {display: none;}
    
    
    #custom_case-modules .custom_equal-module {width: 50%;}

    /* Blog */
    .about-author-sec > div {margin: 0;}
    body.blog .blog-sidebar.span4 > div:first-child {
        border-top: 1px solid #dbdbdb;
        margin: 12px 0;
        padding: 12px 0;
    }
    
    #comment-form {margin-bottom: 20px;}

    /* Two Column Selectors */
    body.blog .blog-content.span8, 
    body.two-column .main-content.span8 {
        margin-left: 0;
    }
    
    body.blog .blog-content.span8, 
    body.two-column .main-content.span8 {
        width: 100%;
    }
    
    body.blog .blog-sidebar.span4, 
    body.two-column .sidebar.span4 {
        width: 100%;
        margin-left: 0;
    }
    
    /* Two Column Selectors */
    body.blog .blog-content.span8, 
    body.two-column .main-content.span8 {
        width: 100%;
    }
    
    body.blog .blog-sidebar.span4,
    body.two-column .sidebar.span4 {
        margin: 0;
        width: 100%;
    }
    
    /* Three Column Selectors */
    body.site-page.three-column .main-content, 
    body.landing-page.three-column .main-content {
        padding: 0;
    }
    
    
    #custom_member-modules .custom_module-equal {
        width: 50%;
        min-height: 0;
    }

    #custom_top-pane {margin-top: 0;}
    #custom_top-pane .page-header h1 {
        font-size: 24px;
        line-height: 1;
    }
    
    #custom_top-pane .page-header p {
        margin: 0;
        font-size: 18px;
        line-height: 1.333333333;
        font-weight: 300;
    }
    
    body.custom_case .content-wrapper .main-content {width: 100%;}

    body.custom_case #custom_two-image .widget-type-linked_image {width: 100%;}
    body.custom_case #custom_two-image .widget-type-linked_image:last-child,
    body.custom_case #custom_two-image .widget-type-linked_image:first-child {
        padding: 0;
    }


    #custom_bottom-case .custom_left-column {float: left;}
    
    body.error-template.one-column .content-wrapper {
    padding: 48px 0;
    background: #fff;
    }
    
    .error-template .content-wrapper .sidebar.right.span4,
    .error-template .content-wrapper .main-content.span8 {width: 100%;margin: 0;}
    
    body.password-template.one-column .content-wrapper {
      padding-bottom: 48px;
      padding-top: 48px;    
    }
    body.subscription-template.one-column .content-wrapper {
      padding-bottom: 48px;
      padding-top: 48px;    
    }
    /*Added by HubSpot Support on 11/19*/
.blog-title{
    margin-top: 20px;
}
 
}
     
@media (max-width: 567px) and (max-height: 673px) {
    .custom_vid {
        height: 240px!important;
    
    }
/*Added by HubSpot Support on 11/19*/
.blog-title{
    margin-top: 20px;
}
}

@media (max-width: 567px) {
    
    /* Home */
    #custom_demo-modules .custom_right-demo,
    #custom_demo-modules .custom_left-demo {
        width: 100%;
    }
    
    .custom_vid {height: 240px!important;}
    
    .custom_case #custom_top-pane {height: 240px!important;}
    
    #custom_case-modules .custom_equal-module {width: 100%;}
    
    
    #custom_member-modules .custom_module-equal {width: 100%;}

    .about-author-sec .custom_author-img {display: none;}
    
    .about-author-sec > div {padding: 12px;}

    body.custom_home #custom_three-columns .custom_equal-column.span4 {
        float: left;
        width: 100%;
        padding: 0 10px;
    }
    
    /*Added by HubSpot Support on 11/19*/
.blog-title{
    margin-top: 20px;
}
}

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

@media (max-width: 479px) {
    /*Added by HubSpot Support on 11/19*/
.blog-title{
    margin-top: 20px;
}
    }

@media (max-width: 330px) {
    #captcha_wrapper {overflow: visible;margin-left: -15px;}
/*Added by HubSpot Support on 11/19*/
.blog-title{
    margin-top: 20px;
}
}


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


   FONT AWESOME


   ========================================================================== */
   
/*!* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license(Font:SIL OFL 1.1,CSS:MIT License) */@font-face {
    font-family:'FontAwesome';src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .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
}

.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: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .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-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)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -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 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -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: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.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-times: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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.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,.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,.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-warning:before,.fa-exclamation-triangle: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-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-gears:before,.fa-cogs: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-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.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,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars: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-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard: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-o:before {
    content: "\f0a2"
}

.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-phone:before,.fa-mobile: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,.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,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.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-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-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try: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-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap: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-square:before,.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,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.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-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.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,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-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"
}

