/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300i,600|Poppins:100,300,400,500,600,700&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }
@font-face {
	font-family: 'fontello';
	src: url('//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/fontello/fontello.eot?77433955');
	src: url('//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/fontello/fontello.eot?77433955#iefix') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/fontello/fontello.woff?77433955') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/fontello/fontello.ttf?77433955') format('truetype'),
		 url('//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/fontello/fontello.svg?77433955#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
}
.icon-glass:before { content: '\e801'; }
.icon-lemon:before { content: '\e971'; }
.icon-search:before { content: '\e803'; }
.icon-mail-1:before { content: '\e804'; }
.icon-mail-alt:before { content: '\e807'; }
.icon-heart:before { content: '\e808'; }
.icon-heart-empty:before { content: '\e809'; }
.icon-star:before { content: '\e80a'; }
.icon-star-empty:before { content: '\e80b'; }
.icon-star-half:before { content: '\e80c'; }
.icon-star-half-alt:before { content: '\e80d'; }
.icon-user:before { content: '\e80e'; }
.icon-users:before { content: '\e80f'; }
.icon-male:before { content: '\e810'; }
.icon-female:before { content: '\e811'; }
.icon-video:before { content: '\e812'; }
.icon-videocam:before { content: '\e813'; }
.icon-picture:before { content: '\e814'; }
.icon-camera:before { content: '\e815'; }
.icon-camera-alt:before { content: '\e816'; }
.icon-th-large:before { content: '\e817'; }
.icon-th:before { content: '\e818'; }
.icon-th-list:before { content: '\e819'; }
.icon-ok:before { content: '\e81a'; }
.icon-ok-circled:before { content: '\e81b'; }
.icon-ok-circled2:before { content: '\e81c'; }
.icon-ok-squared:before { content: '\e81d'; }
.icon-cancel:before { content: '\e81e'; }
.icon-cancel-circled:before { content: '\e81f'; }
.icon-cancel-circled2:before { content: '\e820'; }
.icon-plus:before { content: '\e821'; }
.icon-plus-circled:before { content: '\e822'; }
.icon-plus-squared:before { content: '\e823'; }
.icon-plus-squared-small:before { content: '\e824'; }
.icon-minus:before { content: '\e825'; }
.icon-minus-circled:before { content: '\e826'; }
.icon-minus-squared:before { content: '\e827'; }
.icon-minus-squared-alt:before { content: '\e828'; }
.icon-minus-squared-small:before { content: '\e829'; }
.icon-help:before { content: '\e82a'; }
.icon-help-circled:before { content: '\e82b'; }
.icon-info-circled:before { content: '\e82c'; }
.icon-info:before { content: '\e82d'; }
.icon-home:before { content: '\e82e'; }
.icon-link-1:before { content: '\e82f'; }
.icon-unlink:before { content: '\e830'; }
.icon-link-ext:before { content: '\e831'; }
.icon-link-ext-alt:before { content: '\e832'; }
.icon-attach:before { content: '\e833'; }
.icon-lock:before { content: '\e834'; }
.icon-lock-open:before { content: '\e835'; }
.icon-lock-open-alt:before { content: '\e836'; }
.icon-pin:before { content: '\e837'; }
.icon-eye:before { content: '\e838'; }
.icon-eye-off:before { content: '\e839'; }
.icon-tag:before { content: '\e83a'; }
.icon-tags:before { content: '\e83b'; }
.icon-bookmark:before { content: '\e83c'; }
.icon-bookmark-empty:before { content: '\e83d'; }
.icon-flag:before { content: '\e83e'; }
.icon-flag-empty:before { content: '\e83f'; }
.icon-flag-checkered:before { content: '\e840'; }
.icon-thumbs-up:before { content: '\e841'; }
.icon-thumbs-down:before { content: '\e842'; }
.icon-thumbs-up-alt:before { content: '\e843'; }
.icon-thumbs-down-alt:before { content: '\e844'; }
.icon-download:before { content: '\e845'; }
.icon-upload:before { content: '\e846'; }
.icon-download-cloud:before { content: '\e847'; }
.icon-upload-cloud:before { content: '\e848'; }
.icon-reply:before { content: '\e849'; }
.icon-reply-all:before { content: '\e84a'; }
.icon-forward:before { content: '\e84b'; }
.icon-quote-left:before { content: '\e84c'; }
.icon-quote-right:before { content: '\e84d'; }
.icon-code:before { content: '\e84e'; }
.icon-export:before { content: '\e84f'; }
.icon-export-alt:before { content: '\e850'; }
.icon-pencil:before { content: '\e851'; }
.icon-pencil-squared:before { content: '\e852'; }
.icon-edit:before { content: '\e853'; }
.icon-print:before { content: '\e854'; }
.icon-retweet:before { content: '\e855'; }
.icon-keyboard:before { content: '\e856'; }
.icon-gamepad:before { content: '\e857'; }
.icon-comment:before { content: '\e858'; }
.icon-chat:before { content: '\e859'; }
.icon-comment-empty:before { content: '\e85a'; }
.icon-chat-empty:before { content: '\e85b'; }
.icon-bell:before { content: '\e85c'; }
.icon-bell-alt:before { content: '\e85d'; }
.icon-attention-alt:before { content: '\e85e'; }
.icon-attention:before { content: '\e85f'; }
.icon-attention-circled:before { content: '\e860'; }
.icon-location:before { content: '\e861'; }
.icon-direction:before { content: '\e862'; }
.icon-compass:before { content: '\e863'; }
.icon-trash:before { content: '\e864'; }
.icon-doc:before { content: '\e865'; }
.icon-docs:before { content: '\e866'; }
.icon-doc-text:before { content: '\e867'; }
.icon-doc-inv:before { content: '\e868'; }
.icon-doc-text-inv:before { content: '\e869'; }
.icon-folder:before { content: '\e86a'; }
.icon-folder-open:before { content: '\e86b'; }
.icon-folder-empty:before { content: '\e86c'; }
.icon-folder-open-empty:before { content: '\e86d'; }
.icon-box:before { content: '\e86e'; }
.icon-rss:before { content: '\e86f'; }
.icon-rss-squared:before { content: '\e870'; }
.icon-phone-squared:before { content: '\e806'; }
.icon-menu:before { content: '\e871'; }
.icon-cog:before { content: '\e872'; }
.icon-cog-alt:before { content: '\e873'; }
.icon-wrench:before { content: '\e874'; }
.icon-basket:before { content: '\e875'; }
.icon-calendar:before { content: '\e876'; }
.icon-calendar-empty:before { content: '\e877'; }
.icon-login:before { content: '\e878'; }
.icon-logout:before { content: '\e879'; }
.icon-mic:before { content: '\e87a'; }
.icon-mute:before { content: '\e87b'; }
.icon-volume-off:before { content: '\e87c'; }
.icon-volume-down:before { content: '\e87d'; }
.icon-volume-up:before { content: '\e87e'; }
.icon-headphones:before { content: '\e87f'; }
.icon-clock:before { content: '\e880'; }
.icon-lightbulb:before { content: '\e881'; }
.icon-block:before { content: '\e882'; }
.icon-resize-full:before { content: '\e883'; }
.icon-resize-full-alt:before { content: '\e884'; }
.icon-resize-small:before { content: '\e885'; }
.icon-resize-vertical:before { content: '\e886'; }
.icon-resize-horizontal:before { content: '\e887'; }
.icon-move:before { content: '\e888'; }
.icon-zoom-in:before { content: '\e889'; }
.icon-zoom-out:before { content: '\e88a'; }
.icon-down-circled2:before { content: '\e88b'; }
.icon-up-circled2:before { content: '\e88c'; }
.icon-left-circled2:before { content: '\e88d'; }
.icon-right-circled2:before { content: '\e88e'; }
.icon-down-dir:before { content: '\e88f'; }
.icon-up-dir:before { content: '\e890'; }
.icon-left-dir:before { content: '\e891'; }
.icon-right-dir:before { content: '\e892'; }
.icon-down-open:before { content: '\e893'; }
.icon-left-open:before { content: '\e894'; }
.icon-right-open:before { content: '\e895'; }
.icon-up-open:before { content: '\e896'; }
.icon-angle-left:before { content: '\e897'; }
.icon-angle-right:before { content: '\e898'; }
.icon-angle-up:before { content: '\e899'; }
.icon-angle-down:before { content: '\e89a'; }
.icon-angle-circled-left:before { content: '\e89b'; }
.icon-angle-circled-right:before { content: '\e89c'; }
.icon-angle-circled-up:before { content: '\e89d'; }
.icon-angle-circled-down:before { content: '\e89e'; }
.icon-angle-double-left:before { content: '\e89f'; }
.icon-angle-double-right:before { content: '\e8a0'; }
.icon-angle-double-up:before { content: '\e8a1'; }
.icon-angle-double-down:before { content: '\e8a2'; }
.icon-down:before { content: '\e8a3'; }
.icon-left:before { content: '\e8a4'; }
.icon-right:before { content: '\e8a5'; }
.icon-up:before { content: '\e8a6'; }
.icon-down-big:before { content: '\e8a7'; }
.icon-left-big:before { content: '\e8a8'; }
.icon-right-big:before { content: '\e8a9'; }
.icon-up-big:before { content: '\e8aa'; }
.icon-right-hand:before { content: '\e8ab'; }
.icon-left-hand:before { content: '\e8ac'; }
.icon-up-hand:before { content: '\e8ad'; }
.icon-down-hand:before { content: '\e8ae'; }
.icon-left-circled:before { content: '\e8af'; }
.icon-right-circled:before { content: '\e8b0'; }
.icon-up-circled:before { content: '\e8b1'; }
.icon-down-circled:before { content: '\e8b2'; }
.icon-cw:before { content: '\e8b3'; }
.icon-ccw:before { content: '\e8b4'; }
.icon-arrows-cw:before { content: '\e8b5'; }
.icon-level-up:before { content: '\e8b6'; }
.icon-level-down:before { content: '\e8b7'; }
.icon-shuffle:before { content: '\e8b8'; }
.icon-exchange:before { content: '\e8b9'; }
.icon-music:before { content: '\e802'; }
.icon-collapse:before { content: '\e8bb'; }
.icon-expand-right:before { content: '\e8bc'; }
.icon-collapse-left:before { content: '\e8bd'; }
.icon-play:before { content: '\e8be'; }
.icon-play-circled:before { content: '\e8bf'; }
.icon-play-circled2:before { content: '\e8c0'; }
.icon-stop:before { content: '\e8c1'; }
.icon-pause:before { content: '\e8c2'; }
.icon-to-end:before { content: '\e8c3'; }
.icon-to-end-alt:before { content: '\e8c4'; }
.icon-to-start:before { content: '\e8c5'; }
.icon-to-start-alt:before { content: '\e8c6'; }
.icon-fast-fw:before { content: '\e8c7'; }
.icon-fast-bw:before { content: '\e8c8'; }
.icon-eject:before { content: '\e8c9'; }
.icon-target:before { content: '\e8ca'; }
.icon-signal:before { content: '\e8cb'; }
.icon-award:before { content: '\e8cc'; }
.icon-desktop:before { content: '\e8cd'; }
.icon-laptop:before { content: '\e8ce'; }
.icon-tablet:before { content: '\e8cf'; }
.icon-mobile:before { content: '\e8d0'; }
.icon-inbox:before { content: '\e8d1'; }
.icon-globe:before { content: '\e8d2'; }
.icon-sun:before { content: '\e8d3'; }
.icon-cloud:before { content: '\e8d4'; }
.icon-flash:before { content: '\e8d5'; }
.icon-moon:before { content: '\e8d6'; }
.icon-umbrella:before { content: '\e8d7'; }
.icon-flight:before { content: '\e8d8'; }
.icon-fighter-jet:before { content: '\e8d9'; }
.icon-leaf:before { content: '\e8da'; }
.icon-font:before { content: '\e8db'; }
.icon-bold:before { content: '\e8dc'; }
.icon-italic:before { content: '\e8dd'; }
.icon-text-height:before { content: '\e8de'; }
.icon-text-width:before { content: '\e8df'; }
.icon-align-left:before { content: '\e8e0'; }
.icon-align-center:before { content: '\e8e1'; }
.icon-align-right:before { content: '\e8e2'; }
.icon-align-justify:before { content: '\e8e3'; }
.icon-list:before { content: '\e8e4'; }
.icon-indent-left:before { content: '\e8e5'; }
.icon-indent-right:before { content: '\e8e6'; }
.icon-list-bullet:before { content: '\e8e7'; }
.icon-list-numbered:before { content: '\e8e8'; }
.icon-strike:before { content: '\e8e9'; }
.icon-underline:before { content: '\e8ea'; }
.icon-superscript:before { content: '\e8eb'; }
.icon-subscript:before { content: '\e8ec'; }
.icon-table:before { content: '\e8ed'; }
.icon-columns:before { content: '\e8ee'; }
.icon-crop:before { content: '\e8ef'; }
.icon-scissors:before { content: '\e8f0'; }
.icon-paste:before { content: '\e8f1'; }
.icon-briefcase:before { content: '\e8f2'; }
.icon-suitcase:before { content: '\e8f3'; }
.icon-ellipsis:before { content: '\e8f4'; }
.icon-ellipsis-vert:before { content: '\e8f5'; }
.icon-off:before { content: '\e8f6'; }
.icon-road:before { content: '\e8f7'; }
.icon-list-alt:before { content: '\e8f8'; }
.icon-qrcode:before { content: '\e8f9'; }
.icon-barcode:before { content: '\e8fa'; }
.icon-book:before { content: '\e8fb'; }
.icon-ajust:before { content: '\e8fc'; }
.icon-tint:before { content: '\e8fd'; }
.icon-check:before { content: '\e8fe'; }
.icon-check-empty:before { content: '\e8ff'; }
.icon-circle:before { content: '\e900'; }
.icon-circle-empty:before { content: '\e901'; }
.icon-dot-circled:before { content: '\e902'; }
.icon-asterisk:before { content: '\e903'; }
.icon-gift:before { content: '\e904'; }
.icon-fire:before { content: '\e905'; }
.icon-magnet:before { content: '\e906'; }
.icon-chart-bar:before { content: '\e907'; }
.icon-ticket:before { content: '\e908'; }
.icon-credit-card:before { content: '\e909'; }
.icon-floppy:before { content: '\e90a'; }
.icon-megaphone:before { content: '\e90b'; }
.icon-hdd:before { content: '\e90c'; }
.icon-key:before { content: '\e90d'; }
.icon-fork:before { content: '\e90e'; }
.icon-rocket:before { content: '\e90f'; }
.icon-bug:before { content: '\e910'; }
.icon-certificate:before { content: '\e911'; }
.icon-tasks:before { content: '\e912'; }
.icon-filter:before { content: '\e913'; }
.icon-beaker:before { content: '\e914'; }
.icon-magic:before { content: '\e915'; }
.icon-truck:before { content: '\e916'; }
.icon-money:before { content: '\e917'; }
.icon-euro:before { content: '\e918'; }
.icon-pound:before { content: '\e919'; }
.icon-dollar:before { content: '\e91a'; }
.icon-rupee:before { content: '\e91b'; }
.icon-yen:before { content: '\e91c'; }
.icon-rouble:before { content: '\e91d'; }
.icon-try:before { content: '\e91e'; }
.icon-won:before { content: '\e91f'; }
.icon-bitcoin:before { content: '\e920'; }
.icon-sort:before { content: '\e921'; }
.icon-sort-down:before { content: '\e922'; }
.icon-sort-up:before { content: '\e923'; }
.icon-sort-alt-up:before { content: '\e924'; }
.icon-sort-alt-down:before { content: '\e925'; }
.icon-sort-name-up:before { content: '\e926'; }
.icon-sort-name-down:before { content: '\e927'; }
.icon-sort-number-up:before { content: '\e928'; }
.icon-sort-number-down:before { content: '\e929'; }
.icon-hammer:before { content: '\e92a'; }
.icon-gauge:before { content: '\e92b'; }
.icon-sitemap:before { content: '\e92c'; }
.icon-spinner:before { content: '\e92d'; }
.icon-coffee:before { content: '\e92e'; }
.icon-food:before { content: '\e92f'; }
.icon-beer:before { content: '\e930'; }
.icon-user-md:before { content: '\e931'; }
.icon-stethoscope:before { content: '\e932'; }
.icon-ambulance:before { content: '\e933'; }
.icon-medkit:before { content: '\e934'; }
.icon-h-sigh:before { content: '\e935'; }
.icon-hospital:before { content: '\e936'; }
.icon-building:before { content: '\e937'; }
.icon-smile:before { content: '\e938'; }
.icon-frown:before { content: '\e939'; }
.icon-meh:before { content: '\e93a'; }
.icon-anchor:before { content: '\e93b'; }
.icon-terminal:before { content: '\e93c'; }
.icon-eraser:before { content: '\e93d'; }
.icon-puzzle:before { content: '\e93e'; }
.icon-shield:before { content: '\e93f'; }
.icon-extinguisher:before { content: '\e940'; }
.icon-bullseye:before { content: '\e941'; }
.icon-wheelchair:before { content: '\e942'; }
.icon-adn:before { content: '\e943'; }
.icon-android:before { content: '\e944'; }
.icon-apple:before { content: '\e945'; }
.icon-bitbucket:before { content: '\e946'; }
.icon-bitbucket-squared:before { content: '\e947'; }
.icon-css3:before { content: '\e948'; }
.icon-dribbble:before { content: '\e949'; }
.icon-dropbox:before { content: '\e94a'; }
.icon-facebook:before { content: '\e94b'; }
.icon-facebook-squared:before { content: '\e94c'; }
.icon-flickr:before { content: '\e94d'; }
.icon-foursquare:before { content: '\e94e'; }
.icon-github:before { content: '\e94f'; }
.icon-github-squared:before { content: '\e950'; }
.icon-github-circled:before { content: '\e951'; }
.icon-gittip:before { content: '\e952'; }
.icon-gplus-squared:before { content: '\e953'; }
.icon-gplus:before { content: '\e954'; }
.icon-html5:before { content: '\e955'; }
.icon-instagramm:before { content: '\e956'; }
.icon-linkedin-squared:before { content: '\e957'; }
.icon-linux:before { content: '\e958'; }
.icon-linkedin:before { content: '\e959'; }
.icon-maxcdn:before { content: '\e95a'; }
.icon-pagelines:before { content: '\e95b'; }
.icon-pinterest-circled:before { content: '\e95c'; }
.icon-pinterest-squared:before { content: '\e95d'; }
.icon-renren:before { content: '\e95e'; }
.icon-skype:before { content: '\e95f'; }
.icon-stackexchange:before { content: '\e960'; }
.icon-stackoverflow:before { content: '\e961'; }
.icon-trello:before { content: '\e962'; }
.icon-tumblr:before { content: '\e963'; }
.icon-tumblr-squared:before { content: '\e964'; }
.icon-twitter-squared:before { content: '\e965'; }
.icon-twitter:before { content: '\e966'; }
.icon-vimeo-squared:before { content: '\e967'; }
.icon-vkontakte:before { content: '\e968'; }
.icon-weibo:before { content: '\e969'; }
.icon-windows:before { content: '\e96a'; }
.icon-xing:before { content: '\e96b'; }
.icon-xing-squared:before { content: '\e96c'; }
.icon-youtube:before { content: '\e96d'; }
.icon-youtube-squared:before { content: '\e96e'; }
.icon-youtube-play:before { content: '\e96f'; }
.icon-blank:before { content: '\e970'; }
.icon-expand:before { content: '\e8ba'; }
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/GlyphiconsHalflings/glyphicons-halflings-regular.eot);
	src:
		 url(//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/GlyphiconsHalflings/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
		 url(//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/GlyphiconsHalflings/glyphicons-halflings-regular.woff2) format('woff2'),
		 url(//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/GlyphiconsHalflings/glyphicons-halflings-regular.woff) format('woff'),
		 url(//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/GlyphiconsHalflings/glyphicons-halflings-regular.ttf) format('truetype'),
		 url(//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/GlyphiconsHalflings/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.glyphicon-asterisk:before {
	content: "\2a"
}
.glyphicon-plus:before {
	content: "\2b"
}
.glyphicon-eur:before,
.glyphicon-euro:before {
	content: "\20ac"
}
.glyphicon-minus:before {
	content: "\2212"
}
.glyphicon-cloud:before {
	content: "\2601"
}
.glyphicon-envelope:before {
	content: "\2709"
}
.glyphicon-pencil:before {
	content: "\270f"
}
.glyphicon-glass:before {
	content: "\e001"
}
.glyphicon-music:before {
	content: "\e002"
}
.glyphicon-search:before {
	content: "\e003"
}
.glyphicon-heart:before {
	content: "\e005"
}
.glyphicon-star:before {
	content: "\e006"
}
.glyphicon-star-empty:before {
	content: "\e007"
}
.glyphicon-user:before {
	content: "\e008"
}
.glyphicon-film:before {
	content: "\e009"
}
.glyphicon-th-large:before {
	content: "\e010"
}
.glyphicon-th:before {
	content: "\e011"
}
.glyphicon-th-list:before {
	content: "\e012"
}
.glyphicon-ok:before {
	content: "\e013"
}
.glyphicon-remove:before {
	content: "\e014"
}
.glyphicon-zoom-in:before {
	content: "\e015"
}
.glyphicon-zoom-out:before {
	content: "\e016"
}
.glyphicon-off:before {
	content: "\e017"
}
.glyphicon-signal:before {
	content: "\e018"
}
.glyphicon-cog:before {
	content: "\e019"
}
.glyphicon-trash:before {
	content: "\e020"
}
.glyphicon-home:before {
	content: "\e021"
}
.glyphicon-file:before {
	content: "\e022"
}
.glyphicon-time:before {
	content: "\e023"
}
.glyphicon-road:before {
	content: "\e024"
}
.glyphicon-download-alt:before {
	content: "\e025"
}
.glyphicon-download:before {
	content: "\e026"
}
.glyphicon-upload:before {
	content: "\e027"
}
.glyphicon-inbox:before {
	content: "\e028"
}
.glyphicon-play-circle:before {
	content: "\e029"
}
.glyphicon-repeat:before {
	content: "\e030"
}
.glyphicon-refresh:before {
	content: "\e031"
}
.glyphicon-list-alt:before {
	content: "\e032"
}
.glyphicon-lock:before {
	content: "\e033"
}
.glyphicon-flag:before {
	content: "\e034"
}
.glyphicon-headphones:before {
	content: "\e035"
}
.glyphicon-volume-off:before {
	content: "\e036"
}
.glyphicon-volume-down:before {
	content: "\e037"
}
.glyphicon-volume-up:before {
	content: "\e038"
}
.glyphicon-qrcode:before {
	content: "\e039"
}
.glyphicon-barcode:before {
	content: "\e040"
}
.glyphicon-tag:before {
	content: "\e041"
}
.glyphicon-tags:before {
	content: "\e042"
}
.glyphicon-book:before {
	content: "\e043"
}
.glyphicon-bookmark:before {
	content: "\e044"
}
.glyphicon-print:before {
	content: "\e045"
}
.glyphicon-camera:before {
	content: "\e046"
}
.glyphicon-font:before {
	content: "\e047"
}
.glyphicon-bold:before {
	content: "\e048"
}
.glyphicon-italic:before {
	content: "\e049"
}
.glyphicon-text-height:before {
	content: "\e050"
}
.glyphicon-text-width:before {
	content: "\e051"
}
.glyphicon-align-left:before {
	content: "\e052"
}
.glyphicon-align-center:before {
	content: "\e053"
}
.glyphicon-align-right:before {
	content: "\e054"
}
.glyphicon-align-justify:before {
	content: "\e055"
}
.glyphicon-list:before {
	content: "\e056"
}
.glyphicon-indent-left:before {
	content: "\e057"
}
.glyphicon-indent-right:before {
	content: "\e058"
}
.glyphicon-facetime-video:before {
	content: "\e059"
}
.glyphicon-picture:before {
	content: "\e060"
}
.glyphicon-map-marker:before {
	content: "\e062"
}
.glyphicon-adjust:before {
	content: "\e063"
}
.glyphicon-tint:before {
	content: "\e064"
}
.glyphicon-edit:before {
	content: "\e065"
}
.glyphicon-share:before {
	content: "\e066"
}
.glyphicon-check:before {
	content: "\e067"
}
.glyphicon-move:before {
	content: "\e068"
}
.glyphicon-step-backward:before {
	content: "\e069"
}
.glyphicon-fast-backward:before {
	content: "\e070"
}
.glyphicon-backward:before {
	content: "\e071"
}
.glyphicon-play:before {
	content: "\e072"
}
.glyphicon-pause:before {
	content: "\e073"
}
.glyphicon-stop:before {
	content: "\e074"
}
.glyphicon-forward:before {
	content: "\e075"
}
.glyphicon-fast-forward:before {
	content: "\e076"
}
.glyphicon-step-forward:before {
	content: "\e077"
}
.glyphicon-eject:before {
	content: "\e078"
}
.glyphicon-chevron-left:before {
	content: "\e079"
}
.glyphicon-chevron-right:before {
	content: "\e080"
}
.glyphicon-plus-sign:before {
	content: "\e081"
}
.glyphicon-minus-sign:before {
	content: "\e082"
}
.glyphicon-remove-sign:before {
	content: "\e083"
}
.glyphicon-ok-sign:before {
	content: "\e084"
}
.glyphicon-question-sign:before {
	content: "\e085"
}
.glyphicon-info-sign:before {
	content: "\e086"
}
.glyphicon-screenshot:before {
	content: "\e087"
}
.glyphicon-remove-circle:before {
	content: "\e088"
}
.glyphicon-ok-circle:before {
	content: "\e089"
}
.glyphicon-ban-circle:before {
	content: "\e090"
}
.glyphicon-arrow-left:before {
	content: "\e091"
}
.glyphicon-arrow-right:before {
	content: "\e092"
}
.glyphicon-arrow-up:before {
	content: "\e093"
}
.glyphicon-arrow-down:before {
	content: "\e094"
}
.glyphicon-share-alt:before {
	content: "\e095"
}
.glyphicon-resize-full:before {
	content: "\e096"
}
.glyphicon-resize-small:before {
	content: "\e097"
}
.glyphicon-exclamation-sign:before {
	content: "\e101"
}
.glyphicon-gift:before {
	content: "\e102"
}
.glyphicon-leaf:before {
	content: "\e103"
}
.glyphicon-fire:before {
	content: "\e104"
}
.glyphicon-eye-open:before {
	content: "\e105"
}
.glyphicon-eye-close:before {
	content: "\e106"
}
.glyphicon-warning-sign:before {
	content: "\e107"
}
.glyphicon-plane:before {
	content: "\e108"
}
.glyphicon-calendar:before {
	content: "\e109"
}
.glyphicon-random:before {
	content: "\e110"
}
.glyphicon-comment:before {
	content: "\e111"
}
.glyphicon-magnet:before {
	content: "\e112"
}
.glyphicon-chevron-up:before {
	content: "\e113"
}
.glyphicon-chevron-down:before {
	content: "\e114"
}
.glyphicon-retweet:before {
	content: "\e115"
}
.glyphicon-shopping-cart:before {
	content: "\e116"
}
.glyphicon-folder-close:before {
	content: "\e117"
}
.glyphicon-folder-open:before {
	content: "\e118"
}
.glyphicon-resize-vertical:before {
	content: "\e119"
}
.glyphicon-resize-horizontal:before {
	content: "\e120"
}
.glyphicon-hdd:before {
	content: "\e121"
}
.glyphicon-bullhorn:before {
	content: "\e122"
}
.glyphicon-bell:before {
	content: "\e123"
}
.glyphicon-certificate:before {
	content: "\e124"
}
.glyphicon-thumbs-up:before {
	content: "\e125"
}
.glyphicon-thumbs-down:before {
	content: "\e126"
}
.glyphicon-hand-right:before {
	content: "\e127"
}
.glyphicon-hand-left:before {
	content: "\e128"
}
.glyphicon-hand-up:before {
	content: "\e129"
}
.glyphicon-hand-down:before {
	content: "\e130"
}
.glyphicon-circle-arrow-right:before {
	content: "\e131"
}
.glyphicon-circle-arrow-left:before {
	content: "\e132"
}
.glyphicon-circle-arrow-up:before {
	content: "\e133"
}
.glyphicon-circle-arrow-down:before {
	content: "\e134"
}
.glyphicon-globe:before {
	content: "\e135"
}
.glyphicon-wrench:before {
	content: "\e136"
}
.glyphicon-tasks:before {
	content: "\e137"
}
.glyphicon-filter:before {
	content: "\e138"
}
.glyphicon-briefcase:before {
	content: "\e139"
}
.glyphicon-fullscreen:before {
	content: "\e140"
}
.glyphicon-dashboard:before {
	content: "\e141"
}
.glyphicon-paperclip:before {
	content: "\e142"
}
.glyphicon-heart-empty:before {
	content: "\e143"
}
.glyphicon-link:before {
	content: "\e144"
}
.glyphicon-phone:before {
	content: "\e145"
}
.glyphicon-pushpin:before {
	content: "\e146"
}
.glyphicon-usd:before {
	content: "\e148"
}
.glyphicon-gbp:before {
	content: "\e149"
}
.glyphicon-sort:before {
	content: "\e150"
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}
.glyphicon-sort-by-order:before {
	content: "\e153"
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}
.glyphicon-sort-by-attributes:before {
	content: "\e155"
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}
.glyphicon-unchecked:before {
	content: "\e157"
}
.glyphicon-expand:before {
	content: "\e158"
}
.glyphicon-collapse-down:before {
	content: "\e159"
}
.glyphicon-collapse-up:before {
	content: "\e160"
}
.glyphicon-log-in:before {
	content: "\e161"
}
.glyphicon-flash:before {
	content: "\e162"
}
.glyphicon-log-out:before {
	content: "\e163"
}
.glyphicon-new-window:before {
	content: "\e164"
}
.glyphicon-record:before {
	content: "\e165"
}
.glyphicon-save:before {
	content: "\e166"
}
.glyphicon-open:before {
	content: "\e167"
}
.glyphicon-saved:before {
	content: "\e168"
}
.glyphicon-import:before {
	content: "\e169"
}
.glyphicon-export:before {
	content: "\e170"
}
.glyphicon-send:before {
	content: "\e171"
}
.glyphicon-floppy-disk:before {
	content: "\e172"
}
.glyphicon-floppy-saved:before {
	content: "\e173"
}
.glyphicon-floppy-remove:before {
	content: "\e174"
}
.glyphicon-floppy-save:before {
	content: "\e175"
}
.glyphicon-floppy-open:before {
	content: "\e176"
}
.glyphicon-credit-card:before {
	content: "\e177"
}
.glyphicon-transfer:before {
	content: "\e178"
}
.glyphicon-cutlery:before {
	content: "\e179"
}
.glyphicon-header:before {
	content: "\e180"
}
.glyphicon-compressed:before {
	content: "\e181"
}
.glyphicon-earphone:before {
	content: "\e182"
}
.glyphicon-phone-alt:before {
	content: "\e183"
}
.glyphicon-tower:before {
	content: "\e184"
}
.glyphicon-stats:before {
	content: "\e185"
}
.glyphicon-sd-video:before {
	content: "\e186"
}
.glyphicon-hd-video:before {
	content: "\e187"
}
.glyphicon-subtitles:before {
	content: "\e188"
}
.glyphicon-sound-stereo:before {
	content: "\e189"
}
.glyphicon-sound-dolby:before {
	content: "\e190"
}
.glyphicon-sound-5-1:before {
	content: "\e191"
}
.glyphicon-sound-6-1:before {
	content: "\e192"
}
.glyphicon-sound-7-1:before {
	content: "\e193"
}
.glyphicon-copyright-mark:before {
	content: "\e194"
}
.glyphicon-registration-mark:before {
	content: "\e195"
}
.glyphicon-cloud-download:before {
	content: "\e197"
}
.glyphicon-cloud-upload:before {
	content: "\e198"
}
.glyphicon-tree-conifer:before {
	content: "\e199"
}
.glyphicon-tree-deciduous:before {
	content: "\e200"
}
.glyphicon-cd:before {
	content: "\e201"
}
.glyphicon-save-file:before {
	content: "\e202"
}
.glyphicon-open-file:before {
	content: "\e203"
}
.glyphicon-level-up:before {
	content: "\e204"
}
.glyphicon-copy:before {
	content: "\e205"
}
.glyphicon-paste:before {
	content: "\e206"
}
.glyphicon-alert:before {
	content: "\e209"
}
.glyphicon-equalizer:before {
	content: "\e210"
}
.glyphicon-king:before {
	content: "\e211"
}
.glyphicon-queen:before {
	content: "\e212"
}
.glyphicon-pawn:before {
	content: "\e213"
}
.glyphicon-bishop:before {
	content: "\e214"
}
.glyphicon-knight:before {
	content: "\e215"
}
.glyphicon-baby-formula:before {
	content: "\e216"
}
.glyphicon-tent:before {
	content: "\26fa"
}
.glyphicon-blackboard:before {
	content: "\e218"
}
.glyphicon-bed:before {
	content: "\e219"
}
.glyphicon-apple:before {
	content: "\f8ff"
}
.glyphicon-erase:before {
	content: "\e221"
}
.glyphicon-hourglass:before {
	content: "\231b"
}
.glyphicon-lamp:before {
	content: "\e223"
}
.glyphicon-duplicate:before {
	content: "\e224"
}
.glyphicon-piggy-bank:before {
	content: "\e225"
}
.glyphicon-scissors:before {
	content: "\e226"
}
.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
	content: "\e227"
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
	content: "\00a5"
}
.glyphicon-rub:before,
.glyphicon-ruble:before {
	content: "\20bd"
}
.glyphicon-scale:before {
	content: "\e230"
}
.glyphicon-ice-lolly:before {
	content: "\e231"
}
.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}
.glyphicon-education:before {
	content: "\e233"
}
.glyphicon-option-horizontal:before {
	content: "\e234"
}
.glyphicon-option-vertical:before {
	content: "\e235"
}
.glyphicon-menu-hamburger:before {
	content: "\e236"
}
.glyphicon-modal-window:before {
	content: "\e237"
}
.glyphicon-oil:before {
	content: "\e238"
}
.glyphicon-grain:before {
	content: "\e239"
}
.glyphicon-sunglasses:before {
	content: "\e240"
}
.glyphicon-text-size:before {
	content: "\e241"
}
.glyphicon-text-color:before {
	content: "\e242"
}
.glyphicon-text-background:before {
	content: "\e243"
}
.glyphicon-object-align-top:before {
	content: "\e244"
}
.glyphicon-object-align-bottom:before {
	content: "\e245"
}
.glyphicon-object-align-horizontal:before {
	content: "\e246"
}
.glyphicon-object-align-left:before {
	content: "\e247"
}
.glyphicon-object-align-vertical:before {
	content: "\e248"
}
.glyphicon-object-align-right:before {
	content: "\e249"
}
.glyphicon-triangle-right:before {
	content: "\e250"
}
.glyphicon-triangle-left:before {
	content: "\e251"
}
.glyphicon-triangle-bottom:before {
	content: "\e252"
}
.glyphicon-triangle-top:before {
	content: "\e253"
}
.glyphicon-console:before {
	content: "\e254"
}
.glyphicon-superscript:before {
	content: "\e255"
}
.glyphicon-subscript:before {
	content: "\e256"
}
.glyphicon-menu-left:before {
	content: "\e257"
}
.glyphicon-menu-right:before {
	content: "\e258"
}
.glyphicon-menu-down:before {
	content: "\e259"
}
.glyphicon-menu-up:before {
	content: "\e260"
}
@font-face {
	font-family: 'Linearicons-Free';
	src: url('//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/Linearicons-Free/Linearicons-Free.eot?w118d');
	src: url('//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/Linearicons-Free/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/Linearicons-Free/Linearicons-Free.woff2?w118d') format('woff2'),
		 url('//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/Linearicons-Free/Linearicons-Free.woff?w118d') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/Linearicons-Free/Linearicons-Free.ttf?w118d') format('truetype'),
		 url('//cdn2.hubspot.net/hubfs/173833/3PlayMedia_January2018/Fonts/Linearicons-Free/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}
.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lnr-home:before {
	content: "\e800";
}
.lnr-apartment:before {
	content: "\e801";
}
.lnr-pencil:before {
	content: "\e802";
}
.lnr-magic-wand:before {
	content: "\e803";
}
.lnr-drop:before {
	content: "\e804";
}
.lnr-lighter:before {
	content: "\e805";
}
.lnr-poop:before {
	content: "\e806";
}
.lnr-sun:before {
	content: "\e807";
}
.lnr-moon:before {
	content: "\e808";
}
.lnr-cloud:before {
	content: "\e809";
}
.lnr-cloud-upload:before {
	content: "\e80a";
}
.lnr-cloud-download:before {
	content: "\e80b";
}
.lnr-cloud-sync:before {
	content: "\e80c";
}
.lnr-cloud-check:before {
	content: "\e80d";
}
.lnr-database:before {
	content: "\e80e";
}
.lnr-lock:before {
	content: "\e80f";
}
.lnr-cog:before {
	content: "\e810";
}
.lnr-trash:before {
	content: "\e811";
}
.lnr-dice:before {
	content: "\e812";
}
.lnr-heart:before {
	content: "\e813";
}
.lnr-star:before {
	content: "\e814";
}
.lnr-star-half:before {
	content: "\e815";
}
.lnr-star-empty:before {
	content: "\e816";
}
.lnr-flag:before {
	content: "\e817";
}
.lnr-envelope:before {
	content: "\e818";
}
.lnr-paperclip:before {
	content: "\e819";
}
.lnr-inbox:before {
	content: "\e81a";
}
.lnr-eye:before {
	content: "\e81b";
}
.lnr-printer:before {
	content: "\e81c";
}
.lnr-file-empty:before {
	content: "\e81d";
}
.lnr-file-add:before {
	content: "\e81e";
}
.lnr-enter:before {
	content: "\e81f";
}
.lnr-exit:before {
	content: "\e820";
}
.lnr-graduation-hat:before {
	content: "\e821";
}
.lnr-license:before {
	content: "\e822";
}
.lnr-music-note:before {
	content: "\e823";
}
.lnr-film-play:before {
	content: "\e824";
}
.lnr-camera-video:before {
	content: "\e825";
}
.lnr-camera:before {
	content: "\e826";
}
.lnr-picture:before {
	content: "\e827";
}
.lnr-book:before {
	content: "\e828";
}
.lnr-bookmark:before {
	content: "\e829";
}
.lnr-user:before {
	content: "\e82a";
}
.lnr-users:before {
	content: "\e82b";
}
.lnr-shirt:before {
	content: "\e82c";
}
.lnr-store:before {
	content: "\e82d";
}
.lnr-cart:before {
	content: "\e82e";
}
.lnr-tag:before {
	content: "\e82f";
}
.lnr-phone-handset:before {
	content: "\e830";
}
.lnr-phone:before {
	content: "\e831";
}
.lnr-pushpin:before {
	content: "\e832";
}
.lnr-map-marker:before {
	content: "\e833";
}
.lnr-map:before {
	content: "\e834";
}
.lnr-location:before {
	content: "\e835";
}
.lnr-calendar-full:before {
	content: "\e836";
}
.lnr-keyboard:before {
	content: "\e837";
}
.lnr-spell-check:before {
	content: "\e838";
}
.lnr-screen:before {
	content: "\e839";
}
.lnr-smartphone:before {
	content: "\e83a";
}
.lnr-tablet:before {
	content: "\e83b";
}
.lnr-laptop:before {
	content: "\e83c";
}
.lnr-laptop-phone:before {
	content: "\e83d";
}
.lnr-power-switch:before {
	content: "\e83e";
}
.lnr-bubble:before {
	content: "\e83f";
}
.lnr-heart-pulse:before {
	content: "\e840";
}
.lnr-construction:before {
	content: "\e841";
}
.lnr-pie-chart:before {
	content: "\e842";
}
.lnr-chart-bars:before {
	content: "\e843";
}
.lnr-gift:before {
	content: "\e844";
}
.lnr-diamond:before {
	content: "\e845";
}
.lnr-linearicons:before {
	content: "\e846";
}
.lnr-dinner:before {
	content: "\e847";
}
.lnr-coffee-cup:before {
	content: "\e848";
}
.lnr-leaf:before {
	content: "\e849";
}
.lnr-paw:before {
	content: "\e84a";
}
.lnr-rocket:before {
	content: "\e84b";
}
.lnr-briefcase:before {
	content: "\e84c";
}
.lnr-bus:before {
	content: "\e84d";
}
.lnr-car:before {
	content: "\e84e";
}
.lnr-train:before {
	content: "\e84f";
}
.lnr-bicycle:before {
	content: "\e850";
}
.lnr-wheelchair:before {
	content: "\e851";
}
.lnr-select:before {
	content: "\e852";
}
.lnr-earth:before {
	content: "\e853";
}
.lnr-smile:before {
	content: "\e854";
}
.lnr-sad:before {
	content: "\e855";
}
.lnr-neutral:before {
	content: "\e856";
}
.lnr-mustache:before {
	content: "\e857";
}
.lnr-alarm:before {
	content: "\e858";
}
.lnr-bullhorn:before {
	content: "\e859";
}
.lnr-volume-high:before {
	content: "\e85a";
}
.lnr-volume-medium:before {
	content: "\e85b";
}
.lnr-volume-low:before {
	content: "\e85c";
}
.lnr-volume:before {
	content: "\e85d";
}
.lnr-mic:before {
	content: "\e85e";
}
.lnr-hourglass:before {
	content: "\e85f";
}
.lnr-undo:before {
	content: "\e860";
}
.lnr-redo:before {
	content: "\e861";
}
.lnr-sync:before {
	content: "\e862";
}
.lnr-history:before {
	content: "\e863";
}
.lnr-clock:before {
	content: "\e864";
}
.lnr-download:before {
	content: "\e865";
}
.lnr-upload:before {
	content: "\e866";
}
.lnr-enter-down:before {
	content: "\e867";
}
.lnr-exit-up:before {
	content: "\e868";
}
.lnr-bug:before {
	content: "\e869";
}
.lnr-code:before {
	content: "\e86a";
}
.lnr-link:before {
	content: "\e86b";
}
.lnr-unlink:before {
	content: "\e86c";
}
.lnr-thumbs-up:before {
	content: "\e86d";
}
.lnr-thumbs-down:before {
	content: "\e86e";
}
.lnr-magnifier:before {
	content: "\e86f";
}
.lnr-cross:before {
	content: "\e870";
}
.lnr-menu:before {
	content: "\e871";
}
.lnr-list:before {
	content: "\e872";
}
.lnr-chevron-up:before {
	content: "\e873";
}
.lnr-chevron-down:before {
	content: "\e874";
}
.lnr-chevron-left:before {
	content: "\e875";
}
.lnr-chevron-right:before {
	content: "\e876";
}
.lnr-arrow-up:before {
	content: "\e877";
}
.lnr-arrow-down:before {
	content: "\e878";
}
.lnr-arrow-left:before {
	content: "\e879";
}
.lnr-arrow-right:before {
	content: "\e87a";
}
.lnr-move:before {
	content: "\e87b";
}
.lnr-warning:before {
	content: "\e87c";
}
.lnr-question-circle:before {
	content: "\e87d";
}
.lnr-menu-circle:before {
	content: "\e87e";
}
.lnr-checkmark-circle:before {
	content: "\e87f";
}
.lnr-cross-circle:before {
	content: "\e880";
}
.lnr-plus-circle:before {
	content: "\e881";
}
.lnr-circle-minus:before {
	content: "\e882";
}
.lnr-arrow-up-circle:before {
	content: "\e883";
}
.lnr-arrow-down-circle:before {
	content: "\e884";
}
.lnr-arrow-left-circle:before {
	content: "\e885";
}
.lnr-arrow-right-circle:before {
	content: "\e886";
}
.lnr-chevron-up-circle:before {
	content: "\e887";
}
.lnr-chevron-down-circle:before {
	content: "\e888";
}
.lnr-chevron-left-circle:before {
	content: "\e889";
}
.lnr-chevron-right-circle:before {
	content: "\e88a";
}
.lnr-crop:before {
	content: "\e88b";
}
.lnr-frame-expand:before {
	content: "\e88c";
}
.lnr-frame-contract:before {
	content: "\e88d";
}
.lnr-layers:before {
	content: "\e88e";
}
.lnr-funnel:before {
	content: "\e88f";
}
.lnr-text-format:before {
	content: "\e890";
}
.lnr-text-format-remove:before {
	content: "\e891";
}
.lnr-text-size:before {
	content: "\e892";
}
.lnr-bold:before {
	content: "\e893";
}
.lnr-italic:before {
	content: "\e894";
}
.lnr-underline:before {
	content: "\e895";
}
.lnr-strikethrough:before {
	content: "\e896";
}
.lnr-highlight:before {
	content: "\e897";
}
.lnr-text-align-left:before {
	content: "\e898";
}
.lnr-text-align-center:before {
	content: "\e899";
}
.lnr-text-align-right:before {
	content: "\e89a";
}
.lnr-text-align-justify:before {
	content: "\e89b";
}
.lnr-line-spacing:before {
	content: "\e89c";
}
.lnr-indent-increase:before {
	content: "\e89d";
}
.lnr-indent-decrease:before {
	content: "\e89e";
}
.lnr-pilcrow:before {
	content: "\e89f";
}
.lnr-direction-ltr:before {
	content: "\e8a0";
}
.lnr-direction-rtl:before {
	content: "\e8a1";
}
.lnr-page-break:before {
	content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
	content: "\e8a3";
}
.lnr-sort-amount-asc:before {
	content: "\e8a4";
}
.lnr-hand:before {
	content: "\e8a5";
}
.lnr-pointer-up:before {
	content: "\e8a6";
}
.lnr-pointer-right:before {
	content: "\e8a7";
}
.lnr-pointer-down:before {
	content: "\e8a8";
}
.lnr-pointer-left:before {
	content: "\e8a9";
}

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

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

/* Transition */




/* Border Radius */


/* Box Shadow */


/* Transform */




/* Animation */






/* Filter */


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

html, body {
	min-height: 100%;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
} 
html {
	font-family: sans-serif;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
    background: #fff;
    color: #000;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 89px 0 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
	float: none;
	max-width: 1260px;
	margin: 0 auto;
	padding-left: 30px;
    padding-right: 30px;
}

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


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

/* Basic text */
p {
	margin: 0;
    padding: 0 0 15px;
}
small {
    font-size: 85%;
}
strong {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 600;
}
code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: normal;
	word-wrap: normal;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}

/* Headings */
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: -0.02em;
	margin: 0;
	padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 44px;
	line-height: 48px;
	padding-bottom: 8px;
}
h2 {
	font-size: 38px;
	line-height: 42px;
	padding-bottom: 5px;
}
h3 {
	font-size: 32px;
	line-height: 36px;
	padding-bottom: 5px;
}
h4 {
	font-size: 26px;
	letter-spacing: -0.01em;
	line-height: 28px;
	padding-bottom: 5px;
}
h5 {
    font-size: 20px;
	font-weight: 500;
	letter-spacing: normal;
    line-height: 24px;
    padding-bottom: 5px;
}
h6 {
    font-size: 12px;
	line-height: 1.1;
}

/* Anchor Links */
a {
	color: #007eb5;
    font-weight: 600;
    text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;;
}
a:hover,
a:focus {
	color: #007eb5;
	text-decoration: underline;
}
:focus {
	outline: 0 none;
}

/* Lists */
.body-container .hs_cos_wrapper_type_rich_text ul,
.body-container ol {
    list-style-type: none;
    margin: 0;
	padding: 0 0 0 15px;
}
.body-container ol {
    counter-reset: item;
}
.body-container .hs_cos_wrapper_type_rich_text li {
    font-weight: 500;
    list-style-type: none;
	margin: 0;
	padding: 0 0 10px 20px;
    position: relative;
}
.body-container .hs_cos_wrapper_type_rich_text li:last-child {
    padding-bottom: 25px;
}
.body-container .hs_cos_wrapper_type_rich_text ul li:before {
	color: #007eb5;
    content: "\f138";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    left: 0;
	top: -1px;
}
.body-container ol li {
    counter-increment: item;
}
.body-container ol li:before {
    content: counter(item);
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}
form ul,
form ol,
form li {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}
form li:before {
    display: none;
}

/* Block Quotes */
blockquote {
    width: auto;
    float: none;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: left;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    display: inline;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background: #000000;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 7px 10px 4px 15px;
    margin: 0;
    position: relative;
    top: 22px;
}
blockquote p {
    display: inline;
}

/* Horizontal Rules */
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}


/* =============== EU Cookie Confirmation Bar =============== */

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

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

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


/* ==========================================================================
   3. 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 =============== */
.row-fluid .custom_header {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,.20);
    min-height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;;
}
.custom_header .row-fluid .widget-type-logo {
    float: left;
    margin: 0;
    padding-top: 25px;
    width: auto;
}
.custom_header .row-fluid .widget-type-logo img {
    max-width: 246px;
}
.row-fluid .custom_search-group {
    float: right;
    margin: 0;
    padding-top: 36px;
    position: relative;
    width: auto;
}
.custom_search-group .row-fluid .custom_header-icons .search-trigger,
.custom_search-group .row-fluid .custom_header-icons .menu-trigger {
    float: left;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    height: 54px;
    margin: 0 0 0 23px;
    display: block;
}
.custom_search-group .row-fluid .custom_header-icons .search-trigger:hover,
.custom_search-group .row-fluid .custom_header-icons .menu-trigger:hover {
    opacity: 0.4;
}
.custom_search-group .row-fluid .custom_top-menu {
    width: 345px;
    height: auto;
    max-height: 0px;
    float: left;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, .15) 0 10px 15px;
    position: absolute;
    top: -9999px;
    right: -100px;
    display: block;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    z-index: 999999;
    -webkit-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
	-moz-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
	-ms-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
	-o-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
	transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;;
}
.custom_search-group .row-fluid .custom_top-menu.active {
    max-height: 400px;
    top: 91px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
	-moz-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
	-ms-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
	-o-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
	transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;;
}
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper {
    width: 100%;
    float: left;
    padding: 60px 60px 40px 60px;
}
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper > ul {
    display: block;
}
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper > ul li {
    width: 100%;
    height: auto;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0 0 23px 0;
}
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper > ul li.login,
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper > ul li.get-started {
    margin: 0;
}
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper > ul li.login {
    padding-top: 7px;
}
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper > ul li a {
    font-weight: 500;
    color: rgba(0, 0, 0, .75);
    text-decoration: none;
    letter-spacing: 0.04em;
    -webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;;
}
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper > ul li.active-branch > a,
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper > ul li a:hover {
    color: #007eb5;
}
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper > ul li.login > a,
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper > ul li.get-started > a {
    width: 100%;
    min-height: 50px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.04em;
    box-shadow: inset rgba(0, 126, 181, 1) 0 0 0 1px;
    padding: 0;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	vertical-align: middle;
	border-radius: 0;
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;;
}
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper > ul li.login > a {
    background: #ffffff;
    color: #007eb5;
    margin-bottom: 15px;
}
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper > ul li.login > a:hover,
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper > ul li.login > a:focus {
    background: #007eb5;
    color: #ffffff;
}
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper > ul li.get-started > a {
    background: #007eb5;
    color: #ffffff;
}
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper > ul li.get-started > a:hover,
.custom_search-group .row-fluid .custom_top-menu .hs-menu-wrapper > ul li.get-started > a:focus {
    background: #ffffff;
    color: #007eb5;
}
.custom_search-group .row-fluid .custom_header-search {
    width: 360px;
    height: auto;
    max-height: 0px;
    float: left;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, .15) 0 10px 15px;
    position: absolute;
    top: -9999px;
    right: 10px;
    display: block;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    z-index: 999999;
    -webkit-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
	-moz-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
	-ms-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
	-o-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
	transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;;
}
.landing-page .custom_search-group .row-fluid .custom_header-search {
    right: 0;
}
.custom_search-group .row-fluid .custom_header-search.active {
    max-height: 45px;
    top: 90px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
	-moz-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
	-ms-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
	-o-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
	transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;;
}
.custom_search-group .row-fluid .custom_header-search form > .field > .input {
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}
.custom_search-group .row-fluid .custom_header-search form .hs-input,
.custom_search-group .row-fluid .custom_header-search form .hs-input:focus {
    width: calc(100% - 45px);
    min-height: 45px;
    height: 45px;
    float: left;
    border: none;
    padding: 10px 60px 10px 15px;
    margin: 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    letter-spacing: normal;
    -webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;;
}
.custom_search-group .row-fluid .custom_header-search form .hs-button,
.custom_search-group .row-fluid .custom_header-search form .hs-button:hover,
.custom_search-group .row-fluid .custom_header-search form .hs-button:active,
.custom_search-group .row-fluid .custom_header-search form .hs-button:focus {
    width: 45px;
    min-height: 45px;
    height: 45px;
    float: right;
    font-size: 20px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    background: #007eb5;
    box-shadow: none;
    border: none;
    border-radius: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;;
}
.row-fluid .custom-menu-primary {
    float: right;
    margin: 0;
    padding-top: 36px;
    width: auto;
}
/* IE Fix */
@media all and (-ms-high-contrast:none) {
	.row-fluid .custom_search-group {
	    min-width: 72px;
	}
}

/* =============== Content =============== */
.body-container {
    padding: 90px 0;
}
.migration-template .body-container .main-content .cell-wrapper,
.body-container .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
	margin-bottom: 30px;
}
.migration-template .body-container .main-content .widget-type-header > .cell-wrapper {
    margin: 0;
}
.body-container .hs_cos_wrapper_type_header h1 {
    padding-bottom: 40px;
    text-align: center;
}
.sidebar.right > .row-fluid-wrapper > .row-fluid > .widget-span.widget-type-widget_container > span > div,
.sidebar.right > .row-fluid-wrapper > .row-fluid > .widget-span:not(.widget-type-widget_container),
.blog-sidebar .widget-span {
	background: #ffffff;
    box-shadow: rgba(0, 0, 0, .25) 0 0 35px;
    display: block;
    margin-bottom: 30px;
    padding: 25px;
}
.sidebar.right h3:first-child,
.blog-sidebar h3:first-child,
.widget-type-post_listing h3,
.widget-type-post_filter h3,
.widget-type-rss_listing h3 {
    color: #000000;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 0.02em;
    line-height: 32px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

/* =============== Footer =============== */
.row-fluid .custom_footer-top,
.row-fluid .custom_footer-bottom {
    background: #000;
}

/* FOOTER - Top Footer */
.row-fluid .custom_footer-top {
    padding-top: 40px;
}
.row-fluid .custom_footer-top .page-center {
    max-width: 1160px;
}

/* FOOTER - Top Footer - Columns */
.row-fluid .custom_footer-col {
    float: left;
    margin: 0;
    padding: 0 5% 50px 0;
}
.row-fluid .custom_footer-col.one {
    width: 34%;
}
.row-fluid .custom_footer-col.two {
    width: 21.5%;
}
.row-fluid .custom_footer-col.three {
    width: 22%;
}
.row-fluid .custom_footer-col.four {
    padding-right: 0;
    width: 22.5%;
}
.custom_footer-col h3:first-child {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #cccccc;
    line-height: 37px;
    letter-spacing: normal;
    padding: 1px 0 29px;
}
/* Chrome Fix */
@media (-webkit-min-device-pixel-ratio:0) {
    .custom_footer-col h3:first-child {
        padding: 0 0 30px;
    }
}

/* FOOTER - Top Footer - Columns - About */
.row-fluid .custom_footer-about {
    max-width: 255px;
}
.custom_footer-about p {
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 20px;
    padding: 0;
}

/* FOOTER - Top Footer - Columns - Menu */
.custom_footer-col .hs-menu-flow-vertical > ul {
    display: block;
}
.custom_footer-col .hs-menu-flow-vertical > ul li {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    letter-spacing: 0.01em;
    padding: 0 0 4px;
    margin: 0;
    font-weight: 600;
}
.custom_footer-col .hs-menu-flow-vertical > ul li:last-child {
    padding: 0;
}
.custom_footer-col .hs-menu-flow-vertical > ul li a {
    color: #999999;
    display: inline-block;
    line-height: 30px;
}
.custom_footer-col .hs-menu-flow-vertical > ul li a:hover {
    color: #fff;
}
.custom_footer-col .hs-menu-flow-vertical > ul li.active > a,
.custom_footer-col .hs-menu-flow-vertical > ul li.active-branch > a {
    color: #fff;
    text-decoration: underline;
}

/* FOOTER - Top Footer - Columns - Socials */
.custom_footer-socials ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.custom_footer-socials ul li {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    letter-spacing: 0.01em;
    padding: 0 0 4px;
    margin: 0;
    font-weight: 600;
}
.custom_footer-socials ul li:last-child {
    padding: 0;
}
.custom_footer-socials ul li a {
    color: #999999;
    display: inline;
    line-height: 30px;
    padding-left: 34px;
    position: relative;
}
.custom_footer-socials ul li a i {
    font-size: 16px;
    position: absolute;
    top: 1px;
    left: 0;
}
.custom_footer-socials ul li a .text {
    line-height: 30px;
}
.custom_footer-socials ul li a:hover {
    color: #fff;
}
/* Chrome Fix */
@media (-webkit-min-device-pixel-ratio:0) {
    .custom_footer-socials ul li a i {
        top: 0;
    }
}

/* FOOTER - Top Footer - Columns - Contact */
.custom_footer-contact p {
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 20px;
    padding: 0 0 21px;
}
.custom_footer-contact .button a {
	min-width: 210px;
	float: none;
	display: inline-block;
	font-weight: normal;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.04em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	vertical-align: middle;
	color: #999999;
	background: none;
	box-shadow: inset #555555 0 0 0 1px;
	padding: 10px 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;;
}
.custom_footer-contact .button a:hover,
.custom_footer-contact .button a:active,
.custom_footer-contact .button a:focus {
	color: #ffffff;
	background: none;
	box-shadow: inset rgba(255, 255, 255, 1) 0 0 0 1px;
}

/* FOOTER - Bottom Footer */
.row-fluid .custom_footer-bottom .page-center {
    max-width: 1160px;
}
.row-fluid .custom_footer-bottom .page-center > div {
    border-top: 1px solid #555555;
    padding: 27px 0 30px;
}
.landing-page .row-fluid .custom_footer-bottom .page-center > div {
    border-top: 0 none;
    padding: 30px 0;
}

/* FOOTER - Bottom Footer - Left Column */
.row-fluid .custom_footer-column.left {
    float: left;
    margin: 0;
    width: auto;
}

/* FOOTER - Bottom Footer - Left Column - Copyright */
.custom_copyright p {
	color: #999999;
    float: left;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.01em;
    line-height: 26px;
    margin: 0;
	padding: 1px 0 0;
}

/* FOOTER - Bottom Footer - Right Column */
.row-fluid .custom_footer-column.right {
    float: right;
    margin: 0;
    width: auto;
}

/* FOOTER - Bottom Footer - Right Column - Menu */
.row-fluid .custom_footer-links {
    margin: 0 0 4px;
}
.custom_footer-links .hs-menu-wrapper > ul {
    display: block;
}
.custom_footer-links .hs-menu-wrapper > ul li {
    margin: 0 0 0 18px;
}
.custom_footer-links .hs-menu-wrapper > ul li a {
    color: #999999;
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 24px;
}
.custom_footer-links .hs-menu-wrapper > ul li.active > a,
.custom_footer-links .hs-menu-wrapper > ul li.active-branch > a,
.custom_footer-links .hs-menu-wrapper > ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* FOOTER - Bottom Footer - Right Column - Credits */
.custom_footer-credits p {
    color: #999999;
	font-size: 12px;
    font-weight: 300;
	letter-spacing: 0.01em;
    line-height: 24px;
	padding: 0;
	text-align: right;
}
.custom_footer-credits p a {
    color: #999;
}
.custom_footer-credits p a:hover {
    color: #ffffff;
    text-decoration: underline;
}

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


/* =============== Custom Menu Primary =============== */
@media (min-width: 1200px) {
    .custom-menu-primary .hs-menu-wrapper > .custom_mobile-search,
    .custom-menu-primary .hs-menu-wrapper > ul.second-menu {
        display: none !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        display: block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        min-height: 54px;
    	font-weight: 500;
        margin: 0;
        padding: 0 0 0 25px;
    	position: static !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        min-height: 54px;
        float: left;
        font-family: 'Poppins', Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: #000;
        line-height: 20px;
        letter-spacing: 0.04em;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        padding-right: 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 13px;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
        color: #007eb5;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper {
        width: 100%;
        float: left;
        max-height: 0px;
        background: rgba(255, 255, 255, 100);
        box-shadow: inset rgba(0, 0, 0, .10) 0 5px 10px, rgba(0, 0, 0, .10) 0 20px 20px;
        position: absolute;
        top: -9999em;
        left: 0;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        z-index: 999999;
        -webkit-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
	-moz-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
	-ms-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
	-o-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
	transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > .custom_submenu-wrapper {
        max-height: 800px;
        top: 90px;
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 250ms ease 0.5s, max-height 500ms ease 0.5s, visibility 0s linear 0.5s, top 0s linear 0.5s;
	-moz-transition: opacity 250ms ease 0.5s, max-height 500ms ease 0.5s, visibility 0s linear 0.5s, top 0s linear 0.5s;
	-ms-transition: opacity 250ms ease 0.5s, max-height 500ms ease 0.5s, visibility 0s linear 0.5s, top 0s linear 0.5s;
	-o-transition: opacity 250ms ease 0.5s, max-height 500ms ease 0.5s, visibility 0s linear 0.5s, top 0s linear 0.5s;
	transition: opacity 250ms ease 0.5s, max-height 500ms ease 0.5s, visibility 0s linear 0.5s, top 0s linear 0.5s;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner {
        display: table;
        float: none;
        margin: 0 auto;
        max-width: 1260px;
        padding: 45px 30px;
        table-layout: fixed;
        width: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > .submenu-text {
        float: left;
	    width: 26.5%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > .submenu-text .back {
        display: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > .submenu-text h3 {
        width: 100%;
        float: left;
        font-family: 'Poppins', Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: rgba(0, 0, 0, .75);
        line-height: 24px;
        letter-spacing: 0.02em;
        border: none;
        padding: 0;
        margin: 0 0 20px 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > .submenu-text h3 a {
        font-family: 'Poppins', Arial, Helvetica, sans-serif;
        font-weight: 500;
        color: rgba(0, 0, 0, .75);
        line-height: 37px;
        letter-spacing: normal;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > .submenu-text h3 a:hover,
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > .submenu-text h3 a:focus {
        color: #007eb5;
        text-decoration: underline;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > .submenu-text p {
        width: 100%;
        float: left;
        font-family: 'Poppins', Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: rgba(0, 0, 0, .75);
        line-height: 26px;
        letter-spacing: 0.01em;
        border: none;
        padding: 0;
        margin:  0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper {
        border-left: 1px solid rgba(0, 0, 0, .30);
        float: right;
        padding-left: 23px;
	    width: 66.67%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.solutions > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper {
        border-left: 0 none;
        padding-left: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        -webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper > li.hs-item-has-children {
        float: left;
        border-left: 1px solid rgba(0, 0, 0, .30);
        padding: 0 0 0 23px;
        width: 33.33%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper > li {
        width: 100%;
        height: auto;
        float: left;
        padding: 0;
    	position: static;
        margin: 0 0 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper > li:last-child {
        margin: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper > li > a {
        color: #000000;
    	width: 100%;
    	height: auto;
    	float: left;
    	font-family: 'Poppins', Arial, Helvetica, sans-serif;
    	font-weight: 300;
    	font-size: 13px;
    	line-height: 26px;
    	text-transform: none;
    	padding: 0;
    	margin: 0;
    	letter-spacing: 0.01em;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper > li > a:hover,
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper > li > a:focus {
    	color: #007eb5;
    	text-decoration: underline;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper > li.hs-item-has-children > a {
        width: 100%;
        float: left;
        font-family: 'Poppins', Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: rgba(0, 0, 0, .75);
        line-height: 37px;
        letter-spacing: normal;
        padding: 0;
        margin: 0 0 24px 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper > li.hs-item-has-children > a:hover,
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper > li.hs-item-has-children > a:focus {
        color: #007eb5;
        text-decoration: underline;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul {
        width: 100%;
        float: left;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul li {
        width: 100%;
        height: auto;
        float: left;
        padding: 0;
    	position: static;
        margin: 0 0 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul li:last-child {
        margin: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul li a {
        color: #000000;
    	width: 100%;
    	height: auto;
    	float: left;
    	font-family: 'Poppins', Arial, Helvetica, sans-serif;
    	font-weight: 300;
    	font-size: 13px;
    	line-height: 26px;
    	text-transform: none;
    	padding: 0;
    	margin: 0;
    	letter-spacing: 0.01em;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul li a:hover,
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .custom_submenu-wrapper > .submenu-inner > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul li a:focus {
    	color: #007eb5;
    	text-decoration: underline;
    }
}

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

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

/* Vertical Menu */
.body-container .hs-menu-flow-vertical > ul > li > a {
	color: #000;
	font-size: 15px;
	line-height: 19px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;;
}
.body-container .hs-menu-flow-vertical > ul > li.active > a,
.body-container .hs-menu-flow-vertical > ul > li.active-branch > a,
.body-container .hs-menu-flow-vertical.flyouts > ul > li:hover > a,
.body-container .hs-menu-flow-vertical.no-flyouts > ul > li > a:hover {
	background-color: #007eb5;
	color: #fff;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul {
	background-color: #007eb5;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	padding: 5px 0;
	width: 200px;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
	-moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
	-ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
	-o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important;;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul li a {
	color: #ffffff;
	font-size: 13px;
	line-height: 17px;
	padding: 5px 10px;
	text-decoration: none;
	white-space: normal !important;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul li.active > a,
.body-container .hs-menu-flow-vertical.flyouts > ul ul li.active-branch > a,
.body-container .hs-menu-flow-vertical.flyouts > ul ul li:hover > a {
	background-color: rgba(255,255,255,0.2);
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul {
	background-color: transparent;
	box-shadow: none;
	padding: 5px 0;
	width: 100%;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li a {
	color: #000;
	font-size: 13px;
	line-height: 17px;
	padding: 5px 10px 5px 25px;
	text-decoration: none;
	white-space: normal !important;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li.active > a,
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li.active-branch > a,
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li:hover > a {
	color: #007eb5;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul ul {
    margin-top: -5px;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul ul li a {
	padding-left: 40px;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul ul ul li a {
	padding-left: 50px;
}

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

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

@media (max-width: 1199px) {
    
    .mobile-open {
        overflow: hidden;
    }

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

	/* ===== Mobile Toggle Button ===== */
	.mobile-trigger {
		display: inline-block !important;
		cursor: pointer;
		position: absolute;
		float: left;
		top: 25px;
		right: 0;
		width: 31px;
		height: 31px;
	}
	.mobile-trigger .icon-bar {
        width: 100%;
        float: left;
        margin: 10px 0 0 0;
    }
    .mobile-trigger span {
        width: 100%;
        height: 5px;
        float: left;
        text-indent: -99999px;
        background: #007eb5;
        border-radius: 1px;
        position: relative;
    	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;;
    }
    .mobile-trigger span:before,
    .mobile-trigger span:after {
        width: 100%;
        height: 5px;
        float: left;
        background: #007eb5;
        border-radius: 1px;
        content: "";
        position: absolute;
        left: 0;
        -webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;;
    }
    .mobile-trigger span:before {
    	top: -10px;
    }
    .mobile-trigger span:after {
        top: 10px;
    }
    .mobile-open .mobile-trigger span {
        background: none;
    }
    .mobile-open .mobile-trigger span:before {
        top: 0;
    	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    transform: rotate(45deg);;
    }
    .mobile-open .mobile-trigger span:after {
        top: 0;
        -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
    transform: rotate(-45deg);;
    }

	/* ===== Mobile Child Toggle Buttons ===== */
	.child-trigger {
		display: block !important;
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 50px !important;
		min-width: 50px !important;
		height: 42px !important;
		padding: 0 !important;
		text-align: right;
	}
	.child-trigger:hover {
		text-decoration: none;
	}
	.child-trigger i {
	    font-style: normal;
		top: 50%;
		margin: 0 auto !important;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.child-trigger i:after {
		content: "\f054";
        font-family: "FontAwesome";
        font-size: 14px;
        color: #007eb5;
        line-height: 1em;
        position: absolute;
        top: 50%;
        right: 0;
        margin: -7px 0 0 0;
	}

	/* ===== Mobile Menu Styles ===== */  
	.row-fluid .custom-menu-primary {
	    float: none;
		position: relative;
		padding-top: 75px;
		margin: 0;
		width: 100%;
	}
	.custom-menu-primary.js-enabled .hs-menu-wrapper {
		width: 100%;
        height: calc(100% - 75px);
        float: left;
        background: rgba(255,255,255,.95);
        overflow: auto;
        overflow-x: hidden;
        z-index: 100;
        position: fixed;
        top: 75px;
    	left: -100%;
        padding: 0;
        margin: 0;
    	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;;
	}
	.mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
	    left: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
	    padding: 90px 30px 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul.second-menu {
	    padding: 0 30px 100px;
	    text-align: center;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul.second-menu > li {
	    text-align: left;
	}
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        width: 100%;
        float: left;
        font-family: 'Poppins',Arial,Helvetica,sans-serif;
        font-weight: 500;
        font-size: 17px;
        color: #000;
        line-height: 22px;
        letter-spacing: .02em;
        text-decoration: none;
        position: relative;
        padding: 10px 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
        color: #68aadc;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.login,
    .custom-menu-primary .hs-menu-wrapper > ul > li.get-started {
        float: none !important;
        width: auto;
        height: auto;
        font-family: 'Poppins', Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0 0;
        margin: 10px;
        display: inline-block;
        vertical-align: top;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.login > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.get-started > a {
        width: 100%;
        min-height: 48px;
        min-width: 225px;
        font-family: 'Poppins', Arial, Helvetica, sans-serif;
        font-size: 16px;
    	font-weight: normal;
        line-height: 24px;
        letter-spacing: 0.04em;
        box-shadow: inset rgba(0, 126, 181, 1) 0 0 0 1px;
        padding: 12px 30px;
    	margin: 0;
    	text-align: center;
    	text-decoration: none;
    	text-transform: uppercase;
    	white-space: normal;
    	vertical-align: middle;
    	border-radius: 0;
    	position: relative;
    	cursor: pointer;
    	display: inline-block;
    	overflow: hidden;
    	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.login > a {
        background: #ffffff;
        box-shadow: inset rgba(0,126,181,.7) 0 0 0 1px;
        color: #007eb5;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.login > a:hover {
        background: #007eb5;
        color: #ffffff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.get-started > a {
        background: #007eb5;
        color: #ffffff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.get-started > a:hover {
        background: #ffffff;
        color: #007eb5;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > .custom_submenu-wrapper {
        width: 100%;
        height: calc(100% - 75px);
        float: left;
        background: #fff;
        overflow: auto;
        overflow-x: hidden;
        z-index: 100;
        position: fixed;
        top: 75px;
        left: -100%;
        padding: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.parent-open > .custom_submenu-wrapper {
        left: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > .custom_submenu-wrapper .submenu-inner .submenu-text {
        float: none;
        position: relative;
        width: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > .custom_submenu-wrapper .submenu-inner .submenu-text h3 {
        font-family: 'Poppins',Arial,Helvetica,sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: #007eb5;
        letter-spacing: 0;
        line-height: 58px;
        border-bottom: 1px solid #000;
        box-shadow: inset rgba(0,0,0,.1) 0 8px 8px;
        padding: 0 30px;
        margin: 0 0 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > .custom_submenu-wrapper .submenu-inner .submenu-text .back {
        position: absolute;
        right: 30px;
        width: 40px;
        line-height: 45px;
        height: 40px;
        top: 10px;
        text-align: center;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > .custom_submenu-wrapper .submenu-inner .submenu-text .back:before {
		content: "\f053";
        font-family: "FontAwesome";
        font-size: 20px;
        color: #007eb5;
        line-height: 1em;
	}
    .custom-menu-primary .hs-menu-wrapper > ul > li > .custom_submenu-wrapper > .submenu-inner > ul {
        z-index: 100 !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: block;
        position: static !important;
        padding: 0 30px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > .custom_submenu-wrapper > .submenu-inner > ul > li > .child-trigger {
        display: none !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > .custom_submenu-wrapper > .submenu-inner > ul > li > a {
        font-family: 'Poppins',Arial,Helvetica,sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: rgba(0,0,0,.75);
        line-height: 37px;
        letter-spacing: normal;
        padding: 4px 0 2px;
        margin: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > .custom_submenu-wrapper > .submenu-inner > ul > li > a:hover {
        color: #007eb5;
        text-decoration: underline;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > .custom_submenu-wrapper > .submenu-inner > ul > li > ul {
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
        position: static !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > .custom_submenu-wrapper > .submenu-inner > ul > li:last-child > ul {
        padding-bottom: 25px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > .custom_submenu-wrapper > .submenu-inner > ul > li > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:not(.solutions) > .custom_submenu-wrapper > .submenu-inner > ul > li > a {
        font-family: 'Poppins',Arial,Helvetica,sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: #000;
        line-height: 20px;
        letter-spacing: .02em;
        text-decoration: none;
        position: relative;
        padding: 10px 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > .custom_submenu-wrapper > .submenu-inner > ul > li > ul > li > a:hover,
    .custom-menu-primary .hs-menu-wrapper > ul > li:not(.solutions) > .custom_submenu-wrapper > .submenu-inner > ul > li > a:hover {
        color: #68aadc;
    }
}


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

/* =============== General Blog Styles =============== */
.hs-blog-header {
    margin-bottom: 60px;
    text-align: center;
}
#hubspot-author_data .hs-author-avatar {
	margin-top: 10px;
}
#hubspot-author_data .hs-author-social-section {
	margin-top: 22px;
}
.post-listing .post-item {
    margin-bottom: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
}
.post-header h1 {
    font-weight: 300;
    margin: 0;
    padding: 0 0 15px;
}
.post-header h2,
.post-listing-simple h2 {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    line-height: 28px;
    letter-spacing: -.01em;
	padding: 0 0 8px;
}
.post-listing-simple h2 {
    margin-bottom: 15px;
    padding: 0;
}
.post-header h2 a,
.post-listing-simple h2 a {
    color: #000;
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;;
}
.post-header h2 a:hover,
.post-listing-simple h2 a:hover {
    color: #007eb5;
    text-decoration: underline;
}
a.more-link {
    display: inline-block;
    margin: 10px 0;
    font-weight: bold;
    width: auto;
}
a.more-link:hover {
    opacity: 0.8;
}
.custom_listing_comments,
#hubspot-topic_data,
#hubspot-author_data,
.hs-blog-social-share {
    display: block;
    font-size: 14px;
    margin: 0;
}
.blog-pagination {
	text-align: center;
}
.blog-pagination a {
	margin: 0 7px;
}
.post-body {
    padding-top: 15px;
}
h3.hs-author-listing-header {
    padding-bottom: 20px;
}


/* Other Blog Styles */
#hubspot-author_data:after {
	content: '';
	display: block;
	clear: both;
}
#hubspot-author_data .hs-author-avatar img {
	width: 50px;
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.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;
}
.hs-blog-social-share {
	padding: 10px 0 0;
	height: auto;
}
#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; }

.hs-blog-post #comment-form form ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display > span {
	position: relative;
    top: -2px;
    left: 2px;
}
.hs-blog-post #comment-form form .actions,
.hs-blog-post #comment-form form > .field > .input {
    text-align: left;
}
.hs-blog-post #comment-form form .hs-button {
	margin-top: 15px;
}

/* =============== Blog Sidebar =============== */
.blog .blog-sidebar .widget-span {
	margin-bottom: 30px;
}

/* =============== Blog Author Page and Author Bio =============== */
.hs-blog-listing .hs-author-profile {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 20px 0;
	margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
	content: '';
	display: block;
	clear: both;
}
.hs-author-profile .hs-author-avatar {
	float: left;
	margin-right: 15px;
	max-width: 100px;
}
.hs-author-profile .hs-author-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	max-width: 100%;
}
.hs-author-profile .hs-author-bio {
	overflow: hidden;
	padding-top: 15px;
}
.hs-author-profile h2.hs-author-name {
	margin: 0 0 10px 0;
}
.hs-author-profile .hs-author-social-section {
    margin: 15px 0 0;
}


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


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

/* Form Field */
form,
.hs-form-field {
    position: relative;
}

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

/* Form Title */
h3.form-title {
    padding-bottom: 15px;
}

/* Labels and Legends */
.hs-form-field > label,
.body-container .widget-type-google_search label {
    color: #000000;
	display: block;
	font-family: Arial,Verdana,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	padding-bottom: 5px;
}
.hs-form-required {
	color: #bf0000;
	padding-left: 5px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    background: #ffffff;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	color: #666;
	display: block;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 20px;
	min-height: 42px;
	padding: 2px 3px;
	position: relative;
	width: 100%;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {
    min-height: 64px;
}
textarea:focus {}

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

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

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

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

/* Error */
form ul.hs-error-msgs {
    color: #bf0000;
	background-color: #e51b00;
	background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
	background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
	background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
	background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
	border: 1px solid #9f1300;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
	box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
	bottom: -37px;
	color: #f3f3f3;
	font-size: 14px;
	line-height: 1.2em;
	max-width: 20em;
	padding: 0.4em 0.6em !important;
	text-shadow: #901100 0 -1px 0;
	position: absolute;
	left: 50%;
	z-index: 99;
	width: 100%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
    transform: translateX(-50%);;
}
form ul.hs-error-msgs:before {
	content: "";
	background-color: #e51b00;
	border: 1px solid #9f1300;
	border-right: none;
	border-bottom: none;
	display: inline-block;
	height: 8px;
	width: 8px;
	margin-top: -5px;
	position: absolute;
	left: 10px;
	top: 0;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    transform: rotate(45deg);;
}
form .hs_error_rollup ul.hs-error-msgs:before {
    display: none;
}

/* Placeholder Text */
::-webkit-input-placeholder {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #666666;
}
:-moz-placeholder {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #666666;
}
::-moz-placeholder {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #666666;
}
:-ms-input-placeholder {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #666666;
}


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

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

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

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


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

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

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

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

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


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

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

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

/* =============== Google Search Form =============== */
.body-container .widget-type-google_search form > .field > .input {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.body-container .widget-type-google_search form .hs-input {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	letter-spacing: normal;
	background: #ffffff;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	outline: none;
	position: relative;
	padding: 8px 15px;
	margin: 0;
    max-width: 320px;
    width: 66.66667%;
    float: left;
    min-height: 48px;
    height: 48px;
}
.body-container .widget-type-google_search form .hs-input:focus {
    border-color: #007eb5;
}
.body-container .widget-type-google_search form .hs-button {
    float: right;
	display: block;
	font-weight: normal;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 0.04em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: 33.33333%;
	vertical-align: middle;
	background: #007eb5;
	border: none;
	border-radius: 0;
	box-shadow: inset rgba(0, 126, 181, 0) 0 0 0 1px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	padding: 12px 30px;
	margin: 0;
	min-height: 48px;
    height: 48px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;;
}
.body-container .widget-type-google_search form .hs-button:hover,
.body-container .widget-type-google_search form .hs-button:active,
.body-container .widget-type-google_search form .hs-button:focus {
    color: #007eb5;
    background: #ffffff;
    box-shadow: inset rgba(0, 126, 181, 1) 0 0 0 1px;
    text-decoration: none;
}

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

.body-container form .actions,
.body-container .hs_cos_wrapper_type_google_search form > .field > .input {
    text-align: center;
}

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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none !important;
	background-color: #0095d6 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0095d6), to(#0073a5)) !important;
	background-image: -webkit-linear-gradient(top, #0095d6, #0073a5) !important;
	background-image: -moz-linear-gradient(top, #0095d6, #0073a5) !important;
	background-image: linear-gradient(to bottom, #0095d6, #0073a5) !important;
	box-shadow: 0px;
	border: 0px !important;
	color: #fff;
	display: inline-block;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 550;
	letter-spacing: 0.04em;
	line-height: 24px;
	margin-top: -6px;
	min-height: 37px;
	padding: 0.4em 1em;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;;
}
.hs_submit .hs-button.primary.large {
    line-height: 22px;
  margin-top: 20px;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    border: 1px solid #0073a5;
  	background-color: #0073a5;
  box-shadow: 0px 0px 10px 2px #afd5f7;
}

.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {
    background-color: #0073a5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005377), to(#0073a5));
    background-image: -webkit-linear-gradient(top, #005377, #0073a5);
    background-image: -moz-linear-gradient(top, #005377, #0073a5);
    background-image: linear-gradient(to bottom, #005377, #0073a5);
	box-shadow: 0px 0px 10px 2px #afd5f7;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    border: 1px solid #0073a5;
    outline: none;
}

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

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


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

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


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

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


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

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


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


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

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}


.error-template .body-container .widget-type-google_search form .hs-input {
    max-width: 100%;
}

.error-template .body-container form .actions,
.error-template .body-container .hs_cos_wrapper_type_google_search form > .field > .input,
.password-template .body-container form .actions,
.password-template .body-container .hs_cos_wrapper_type_google_search form > .field > .input,
.subscription-template .body-container form .actions,
.subscription-template .body-container .hs_cos_wrapper_type_google_search form > .field > .input {
    text-align: left;
}

.subscription-template .checkbox-row input {
	position: relative;
	top: 5px;
}


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

@media (min-width: 1200px) and (max-width: 1500px) {
    .custom_search-group .row-fluid .custom_top-menu {
        right: -30px;
    }
}

@media (max-width: 1199px) {
    body {
        padding-top: 74px;
    }
    .row-fluid .custom_header {
        min-height: 75px;
    }
    .custom_header .row-fluid .widget-type-logo {
        padding-top: 23px;
        position: relative;
        z-index: 9999;
    }
    .custom_header .row-fluid .widget-type-logo img {
        max-width: 210px;
    }
    .row-fluid .custom_header-icons {
        display: none;
    }
    .custom_mobile-search {
        width: 100%;
        height: 59px;
        float: left;
        border-bottom: 1px solid #000;
        box-shadow: inset rgba(0,0,0,.1) 0 8px 8px;
        padding: 0;
        margin: 0;
    	position: relative;
    }
    .custom_mobile-search form .hs-input,
    .custom_mobile-search form .hs-input:focus {
        color: #000;
        width: 100%;
        height: 58px;
        float: left;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 30px;
        background: none;
        border: 0;
        padding: 13px 30px 11px 82px;
        margin: 0;
    }
    .custom_mobile-search form .hs-input::-webkit-input-placeholder {
        font-size: 20px;
        opacity: 1;
    }
    .custom_mobile-search form .hs-input:-moz-placeholder {
        font-size: 20px;
        opacity: 1;
    }
    .custom_mobile-search form .hs-input::-moz-placeholder {
        font-size: 20px;
        opacity: 1;
    }
    .custom_mobile-search form .hs-input:-ms-input-placeholder {
        font-size: 20px;
        opacity: 1;
    }
    .custom_mobile-search form .hs-button,
    .custom_mobile-search form .hs-button:hover,
    .custom_mobile-search form .hs-button:active,
    .custom_mobile-search form .hs-button:focus {
        background: none;
        box-shadow: none;
        border: 0 none;
        width: 20px;
        height: 58px;
        float: left;
        font-size: 22px;
        color: #4c5a61;
        line-height: 59px;
        position: absolute;
        top: 0;
        left: 30px;
        padding: 0;
        margin: 0;
    }
    .body-container .widget-type-google_search form .hs-button {
        padding: 12px 0;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 15px;
    }
    .row-fluid .custom_header {
        box-shadow: rgba(0,0,0,.2) 0 0 15px;
    }
    .body-container {
        padding: 55px 0;
    }
    .body-container .row-fluid .page-center {
        max-width: 100%;
        padding-left: 80px;
        padding-right: 80px;
    }
    h1 {
        font-size: 36px;
        line-height: 40px;
    }
    h2 {
    	font-size: 32px;
        line-height: 36px;
        padding-bottom: 0;
    }
    h3 {
    	font-size: 26px;
        line-height: 30px;
        padding-bottom: 0;
    }
    h4 {
    	font-size: 23px;
        line-height: 25px;
        padding-bottom: 0;
    }
    h5 {
        padding-bottom: 0;
    }
    .row-fluid .custom_footer-top {
        padding: 105px 60px 0;
        position: relative;
    }
    .row-fluid .custom_footer-top .page-center,
    .row-fluid .custom_footer-bottom .page-center {
        max-width: 100%;
        padding: 0;
    }
    .row-fluid .custom_footer-bottom .page-center > div {
        padding: 31px 20px 45px 20px;
    }
    .row-fluid .custom_footer-col.one {
    	padding-right: 12%;
        width: 40%;
    }
    .row-fluid .custom_footer-col.two {
        width: 29%;
    }
    .row-fluid .custom_footer-col.three {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 45px;
        left: 0;
        padding-bottom: 0;
    }
    .row-fluid .custom_footer-col.three h3:first-child {
        display: none;
    }
    .custom_footer-socials ul {
        font-size: 0;
    }
    .custom_footer-socials ul li {
        float: none;
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        margin: 0 9px;
    }
    .custom_footer-socials ul li a {
        padding: 0;
    }
    .custom_footer-socials ul li a i {
        font-size: 20px;
        position: relative;
        top: 0;
        left: 0;
    }
    .custom_footer-socials ul li a .text {
        display: none;
    }
    .row-fluid .custom_footer-col.four {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .custom_mobile-search form .hs-input,
    .custom_mobile-search form .hs-input:focus {
        padding-left: 60px;
    }
    .custom_mobile-search form .hs-button,
    .custom_mobile-search form .hs-button:hover,
    .custom_mobile-search form .hs-button:active,
    .custom_mobile-search form .hs-button:focus {
        left: 20px;
    }
    .custom_mobile-search form .hs-button i {
        display: inline;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        padding: 31px 20px 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul.second-menu {
        padding: 0 20px 100px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        float: left !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 16px;
        line-height: 20px;
    }
    .child-trigger {
        height: 40px !important;
    }
    .child-trigger i {
		position: relative;
	}
    .custom-menu-primary .hs-menu-wrapper > ul > li.login,
    .custom-menu-primary .hs-menu-wrapper > ul > li.get-started {
        padding-top: 5px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > .custom_submenu-wrapper .submenu-inner .submenu-text h3,
    .custom-menu-primary .hs-menu-wrapper > ul > li > .custom_submenu-wrapper > .submenu-inner > ul {
        padding: 0 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > .custom_submenu-wrapper .submenu-inner .submenu-text .back {
        right: 20px;
    }
    .custom_header .row-fluid .widget-type-logo {
        padding-top: 24px;
    }
    .custom_header .row-fluid .widget-type-logo img {
        max-width: 165px;
    }
    h1 {
    	font-size: 32px;
        line-height: 36px;
    }
    h2 {
    	font-size: 28px;
        line-height: 32px;
    }
    h3 {
    	font-size: 24px;
        line-height: 28px;
    }
    h4 {
    	font-size: 22px;
        line-height: 24px;
    }
    .body-container .hs_cos_wrapper_type_rich_text ul,
    .body-container ol {
        padding-left: 0;
    }
    .body-container {
        padding: 45px 0;
    }
    .container-fluid .row-fluid .page-center {
        padding-left: 20px;
        padding-right: 20px;
    }
    .body-container .row-fluid .page-center {
        max-width: 580px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .body-container .hs-menu-flow-vertical {
        margin-bottom: 30px;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul {
    	background-color: transparent;
    	box-shadow: none;
    	padding: 5px 0;
    	width: 100%;
    	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li a {
    	color: #000;
    	font-size: 13px;
    	line-height: 17px;
    	padding: 5px 10px 5px 25px;
    	text-decoration: none;
    	white-space: normal !important;
    	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li.active > a,
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li.active-branch > a,
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li:hover > a {
    	color: #007eb5;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul ul {
        margin-top: 0;
    }
	.body-container .hs-menu-flow-vertical.flyouts > ul ul ul li a {
		padding-left: 40px;
	}
	.body-container .hs-menu-flow-vertical.flyouts > ul ul ul ul li a {
		padding-left: 50px;
	}
	.sidebar.right,
	.blog-sidebar {
	    margin-top: 40px;
	}
	.row-fluid .custom_footer-top,
	.row-fluid .custom_footer-bottom {
	    background-color: #272727;
	}
	.row-fluid .custom_footer-top {
        padding: 50px 20px 10px;
    }
	.row-fluid .custom_footer-top .page-center,
    .row-fluid .custom_footer-bottom .page-center {
        max-width: 100%;
        padding: 0;
    }
    .row-fluid .custom_footer-col {
        float: none !important;
        margin: 0 !important;
        padding: 0 0 40px !important;
        position: relative !important;
        text-align: center;
        top: 0 !important;
        width: 100% !important;
    }
    .row-fluid .custom_footer-col.two {
        display: none;
    }
    .custom_footer-contact .button a {
        min-width: 205px;
        padding: 10px 12px;
    }
    .row-fluid .custom_footer-about {
        display: block;
        float: none;
        margin: 0 auto -1px !important;
        max-width: 240px;
    }
    .custom_footer-links .hs-menu-wrapper > ul {
        text-align: center;
    }
    .custom_footer-links .hs-menu-wrapper > ul li {
        display: inline-block;
        margin: 0 7px;
        width: auto;
    }
	.row-fluid .custom_footer-column.left,
	.row-fluid .custom_footer-column.right,
	.custom_copyright p {
	    float: none;
	    width: 100%;
	}
	.custom_footer-credits p {
	    padding: 0 0 24px;
	}
	.custom_footer-credits p,
	.custom_copyright p {
	    text-align: center;
	}
}

@media (max-width: 533px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li.get-started {
        padding-top: 0;
    }
}

@media (max-width: 480px) {
	.hs-author-profile .hs-author-avatar {
		margin: 15px 0;
		float: none;
	}
	.hs-author-profile .hs-author-bio {
		padding-top: 0;
	}
}

@media (max-width: 479px) {
	.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
		display: block !important;
		float: none;
		margin: 0 0 15px;
	}
}

@media (max-width: 399px) {
    .row-fluid .custom_header .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul,
    .custom-menu-primary .hs-menu-wrapper > ul.second-menu,
    .custom-menu-primary .hs-menu-wrapper > ul > li > .custom_submenu-wrapper .submenu-inner .submenu-text h3,
    .custom-menu-primary .hs-menu-wrapper > ul > li > .custom_submenu-wrapper > .submenu-inner > ul {
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > .custom_submenu-wrapper .submenu-inner .submenu-text .back {
        right: 15px;
    }
    .custom_mobile-search form .hs-input,
    .custom_mobile-search form .hs-input:focus {
        padding-left: 52px;
    }
    .custom_mobile-search form .hs-button,
    .custom_mobile-search form .hs-button:hover,
    .custom_mobile-search form .hs-button:active,
    .custom_mobile-search form .hs-button:focus {
        left: 15px;
    }
}