/* ==========================================================================
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=Montserrat:400,500,700');

@import url('//fonts.googleapis.com/css?family=Roboto:400,700');

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.5.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; }


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "montserrat", montserrat, monospace;
} 

body {
  background: #fff;
  color: #484848;
  line-height: 25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

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

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

small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #ff5D4D;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'montserrat', sans-serif;
  margin: 0 0 15px;
}

h1 {
  color: #ff5D4D;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 27px;
}
h1:after {
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 6px;
  background: #ff5D4D;
  content: '';
  background-color: #FF5D4D;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 20px;
  font-family: montserrat , sans-serif;
  padding-top: 30px;
  position: relative;
  padding-bottom: 27px;
}
h2:after {
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 6px;
  background: #ff5D4D;
  content: '';
  background-color: #FF5D4D;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
h3 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
  padding-top: 30px;
}
h4 {
  font-size: 20px;
  text-transform: uppercase;
}
h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
}

/* Anchor Links */
a {
  color: #ff5d4d;
  cursor: poinetr;
  text-decoration: none;
  -webkit-transition: border .3s ease-in-out;
  -moz-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
}
a:hover, a:focus {}

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

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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


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

.header-container-wrapper {}
.header-container {}

.cm-header-wrapper {
  font-size: 20px;
  line-height: 38px;
  color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100% !important;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  -o-transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #FFf;
  border-bottom: 2px solid rgba(255,255,255,0.1);
  min-height: 90px !important;
}

.custom-logo img {
  position: relative;
  bottom: 7px;
  vertical-align: baseline;
}

.custom-logo {
  position: relative;
  top: 15px;
  width: 106px;
}


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

.body-container-wrapper {}

.cm-lay .body-container {
  font-size: 20px;
  line-height: 38px;
  color: #000000;
}

.cm-lay h1:after,
.cm-lay h2:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.body-container {
  padding-top: 89px;
}

.body-container .page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}

.custom-banner .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.custom-banner {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #ff5D4D;
  padding: 80px 0 26px;
}

.custom-banner h1 {
  position: relative;
  padding: 0 0 27px;
  margin: 0 0 19px;
  font-size: 36px;
  line-height: 38px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
}

.custom-banner h1:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 6px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FF5D4D;
}

.custom-banner p {
  margin: 0 0 35px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

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


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

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

.cm-footer-wrapper {
  line-height: 38px;
  color: #000000;
  background-color: #484848;
  line-height: 1;
  font-size: 16px;
}

.widget-span.cm-logo-and-copyright {
  text-align: center;
  margin-bottom: 61px;
}
.cm-logo-and-copyright span span {
  display: inline-block;
  position: relative;
  width: 146px;
  height: 33px;
  margin: 0 auto 51px;
}
.cm-logo-and-copyright p {
  font-size: 16px;
  color: rgb( 255, 255, 255 );
  line-height: 1.6;
  text-align: center;
  margin: 0;
}

.widget-span.cm-footer-menu {
  margin-left: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.cm-footer-menu .hs-menu-wrapper > ul {
  display: block;
}

.cm-footer-menu .hs-menu-wrapper > ul > li {
  margin-bottom: 69px;
}

.cm-footer-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  margin-bottom: 55px;
  color: #fff;
  font-family: montserrat , serif;
  font-weight: 700;
  font-size: 20px;
  font-family: 'montserrat', sans-serif;
  cursor: text;
}

.cm-footer-menu .hs-menu-wrapper > ul ul li {
  margin-bottom: 24px;
}

.cm-footer-menu .hs-menu-wrapper > ul ul li:last-child {
  margin-bottom: 0;
}

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

.cm-footer-menu .hs-menu-wrapper>ul:after {
  display: inline-block;
  width: 100%;
  content: '';
}

.cm-footer-menu .hs-menu-wrapper>ul:before {
  display: none;
}

.cm-logo-and-copyright img {
  position: relative;
  bottom: 7px;
}

.cm-footer-menu .hs-menu-wrapper > ul > li:last-child {
  margin-bottom: 0;
}

.cm-footer-wrapper {
  padding: 81px 20px 34px;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  padding: 28px 2px 0 0;
  margin: 0 5px 0 0;
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 1px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: block;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  padding: 17px 9.7px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 1px;
  border-top: 1px solid #ff5D4D;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  display: block;
  padding: 15px 10px;
  color: #484848;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  color: #FF5D4D;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color: #fff;
}

/* 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:1001px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    overflow-y: inherit !important;
  }
}


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

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

@media (max-width: 1000px){



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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: -44px;
    right: 14px;
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 0;
    background: #ffffff; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
    transition: background-color 0.3s ease 0s;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
    transition: transform 0.3s ease 0s, background 0.3s ease 0s;
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 21px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: rgb(102, 102, 102); /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ 
    transform: translateY(-6px);
  } /* Position top line */
  .mobile-trigger i:after{ 
    transform: translateY(6px);
  } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: rgb(102, 102, 102);
  }

  .mobile-open .mobile-trigger i {
    background-color: transparent;
  }

  .mobile-open .mobile-trigger i:after {
    transform: translateY(0px) rotate(-45deg);
  }

  .mobile-open .mobile-trigger i:before {
    transform: translateY(0px) rotate(45deg);
  }

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

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 54px !important;
    min-width: 54px !important;
    height: 92px !important;
    padding: 0 !important;
  }
  .child-trigger:before, .child-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 17px;
    background-color: #fff;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    content: '';
  }
  .child-trigger:after {
    height: 3px;
    width: 17px;
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    left: 0;
    top: 60px;
    position: fixed;
    height: calc(100% - 71px);
    padding: 0px 0px 11px;
    background: rgba(255, 93, 77, 0.6);
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 32px 0px;
    height: 100%;
    text-align: center;
    margin: 0;
    float: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open  > a {
    background: #fff;
    color: #FF5D4D;
  }

  .child-open .child-trigger:before, 
  .child-open .child-trigger:after,
  .hover .child-trigger:before, 
  .hover .child-trigger:after{
    background-color: #000;	
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    border-top: 1px solid #ff5D4D;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #ff5D4D;
    padding: 20px 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background: #ff5D4D;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{}

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{}
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

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

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

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

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

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
  margin-bottom: 10px;
}

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

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

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


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

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

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

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

.comment-date {
  color:  !important;
  display: block !important;
  text-align: left;
}

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


#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

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

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

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

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

.comment-date {
  color:  !important;
  display: block !important;
  text-align: left;
}

#recaptcha_area, #recaptcha_table {
  width: 318px!important;
  overflow-x: auto !important;
  max-width: 100% !important;
}


/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: inline-block;
  padding-right: 7px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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


.post-header h2 a {
  color: inherit !important;
  text-decoration: none !important;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 15px 0;
}
.post-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.blog-pagination a {
  display: inline-block;
  margin: 0 10px 0 0px;
  vertical-align: middle;
}
.section.post-footer {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 15px 0;
}
.hs-blog-social-share {
  margin-bottom: 20px !important;
} 


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

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

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

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

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

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


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


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

/* Form Field */
.hs-form-field {
  font-size: 12px;
  line-height: 25px;
}

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

/* Labels and Legends */
label {
  cursor: pointer;
  color: #c1c1c1;
  font-size: 14px;
}
.hs-form-field > label {}

/* 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 {
  display: block;
  font-size: 12px;
  font-family: montserrat, Helvetica, sans-serif;
  outline: none;
  -moz-box-shadow: none;
  border: none;
  width: 100%;
  border-style: none;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #e0e0e0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-family: 'montserrat',sans-serif;
  color: #000;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 9px;
}

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-bottom-color: #FF5B4D;
}

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

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

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

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

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

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

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

/* Placeholder Text */
.cm-contact-us-with-form ::-webkit-input-placeholder {
  color: #ff5D4D;
} /* Webkit Browsers */



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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  margin-top: 35px;
  text-align: center;
  background-color: #FF5B4D;
  line-height: 0;
  font-size: 17px;
  display: inline-block;
  padding: 20px 15px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.01em;
  border: 1px solid #FF5B4D;
  width: auto;
  outline: none;
  font-family: montserrat, Helvetica, sans-serif;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #FF5B4D;
  background-color: #fff;
  border: 1px solid #FF5B4D;
}

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


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

.landing-page.one-column .body-container form, 
.error-template .body-container form, 
.password-template .body-container form, 
.subscription-template .body-container .widget-type-email_simple_subscription form,
.search-page .body-container .hs-search-field {
  width: 50%;
}

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

ul.hs-error-msgs.inputs-list label {
  color: #ff5D4D;
  font-size: 12px;
  display: block;
}
.subscribe-options label span {
  color: #444;
}

ul.hs-error-msgs.inputs-list {
  color: #ff5D4D;
  font-size: 12px;
  list-style: none;
}

.checkbox-row span.fakelabel span {
  width: calc(100% - 40px);
}

ul.hs-search-field__suggestions {
  padding: 10px;
}
ul.hs-search-field__suggestions li {
  margin-bottom: 5px;
}
ul.hs-search-field__suggestions a {
  padding: 5px;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
  display: none;
}

ul.hs-error-msgs.inputs-list {
  padding: 0;
}

.subscribe-options label {
  margin-left: 0;
  margin-right: 0;
}


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

/* Event */

.custom-banner-with-btn .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.custom-banner-with-btn {
  padding: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 36.19vw;
  text-align: center;
  color: #fff;
  background-position: center;
}

.custom-banner-with-btn .custom-inner-banner-wrap {
  display: table-cell;
  vertical-align: middle;
}

.custom-banner-with-btn h1 {
  color: #fff;
  text-transform: uppercase;
}

.custom-banner-with-btn p {
  margin: 0 10px 55px;
}

.btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  width: 170px;
  height: 47px;
  padding: 13px 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'montserrat', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  border: 2px solid #ffdc1a;
  background: #ffdc1a;
  -webkit-transition: border 0.3s, height 0.3s, opacity 0.3s, color 0.3s, background 0.3s;
  -o-transition: border 0.3s, height 0.3s, opacity 0.3s, color 0.3s, background 0.3s;
  transition: border 0.3s, height 0.3s, opacity 0.3s, color 0.3s, background 0.3s;
}

.btn_6 {
  display: block;
  width: 227px;
  height: 52px;
  margin: 0 auto;
  padding-top: 16px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 18px;
}

.btn_1 {
  width: 231px;
  height: 40px;
  padding: 12px 10px;
  font-size: 14px;
  line-height: 14px;
}

.btn {
  font-family: 'montserrat', sans-serif;
}

.btn {
  border: none;
  background-color: #FF5D4D;
  color: #FFFFFF;
  border-radius: 30px;
}

.btn:hover {
  background-color: #FFFFFF;
  color: #FF5D4D;
}

.custom-banner-with-btn {
  font-size: 16px;
  line-height: 25px;
}

.cm-title-with-content {
  text-align: center;
}

.cm-title-with-content p {
  margin-bottom: 15px;
}

.cm-title-with-content p {
  color: #484848;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  text-align: left;
}

.cm-title-with-content p:last-child {
  text-align: center;
}

.cm-featured-content:after {
  content: "";
  display: table;
  width: 100%;
}

.speakers__item {
  display: block;
}

.speakers__person {
  display: block;
  position: relative;
  width: 260px;
  height: 290px;
  margin: 0 auto 33px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.speakers__photo {
  width: inherit;
  height: 162px;
  margin-bottom: 19px;
  background-position: center;
  background-size: cover;
}	

.speakers__name {
  display: block;
  margin: 0 15px 12px;
  font-size: 20px;
  font-family: 'montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 20px;
}

.speakers__post {
  display: block;
  overflow: hidden;
  max-height: 60px;
  margin: 0 15px;
  color: #b5b5b5;
}

.cm-featured-speakers .cm-featured-content {
  text-align: left;
}
strong, b {
  font-weight: bold;
}

.cm-join-us-form .hs-form {
  margin-top: 20px;
  color: #ff5D4D;
}

.cm-join-us-form .hs-form {
  max-width: 500px;
}

.cm-join-us-form #contact-speaker {
  margin-bottom: 15px;
}

.cm-join-us-form form.hs-form fieldset .hs-form-field {
  padding: 0;
}

.cm-join-us-form form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 8px;
}

.cm-join-us-form .hs-form-required {
  display: none !important;
}

.cm-join-us-form {
  text-align: center;
  clear: both;
  padding: 10px;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
}

.cm-join-us-form > div {
  margin: 0 -20px;
}

.cm-join-us-form .cm-col {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.cm-clear:after {
  content: "";
  display: table;
  width: 100%;
}

.cm-join-us-form .hs-button.primary.large {
  margin-bottom: 15px;
  width: 100%;
  margin-top: 42px;
  max-width: 500px;
}

.firefox .cm-join-us-form .hs-button.primary.large {
  margin-top: 38px;
}

.cm-join-us-form .hs-form textarea:valid, 
.cm-join-us-form .hs-form select:valid {
  border-bottom-color: #FF5B4D;
}
.cm-join-us-form h3 {
  display: none;
}

.cm-featured-speakers {
  text-align: center;
}

.cm-join-us-form p {
  margin-bottom: 15px;
}

/* --------------- placeholder --------------- */
::-webkit-input-placeholder {
  color: #000;
  -webkit-transition: color 300ms ease-in-out;
}
:-moz-placeholder {
  color: #000;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.placeholder {
  color: #000;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
:focus::-webkit-input-placeholder {color: transparent!important;}
:focus::-moz-placeholder          {color: transparent!important;}
:focus:-moz-placeholder           {color: transparent!important;}
:focus:-ms-input-placeholder      {color: transparent!important;}
:focus.placeholder     {color: transparent!important;}

.cm-banner-section .hs_cos_wrapper_type_rich_text {
  padding: 10px;
  font-size: 16px;
  line-height: 25px;
  display: block;
  text-align: center;
}

.cm-banner-section .hs_cos_wrapper_type_rich_text p {
  color: #484848;
  font-size: 18px;
  line-height: 25px;
  max-width: 1170px;
  padding: 15px 15px 0;
  margin: 0 auto 15px;
}

.cm-bottom-section .hs_cos_wrapper_type_rich_text {
  padding: 10px;
  font-size: 16px;
  line-height: 25px;
  display: block;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}

.cm-bottom-section .hs_cos_wrapper_type_rich_text h1:after {
  display: none;
}

.cm-bottom-section .hs_cos_wrapper_type_rich_text h1 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
  font-family: montserrat , sans-serif;
  padding-top: 30px;
  padding-bottom: 0;
}

.cm-bottom-section .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 15px;
}

.cm-title-with-content h2 {
  line-height: 38px;
  padding-top: 0;
}

.cm-title-with-content h2.cm-space {
  padding-top: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}

.cm-featured-speakers {
  margin-top: 83px;
}

.cm-join-us-form ::-webkit-input-placeholder {
  color: #FF5B4D;
}

.cm-sponsors-items {
  padding: 77px 0 20px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 98px;
}

.sponsors__items {
  text-align: left;
}

h3.site__title {
  font-size: 36px;
  padding-bottom: 16px;
}

.site__title_2 {
  position: relative;
  text-transform: uppercase;
  margin: 0 0 37px;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
}

.site__title_2:before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  margin: -1px 0 0;
  background: #f3f3f3;
  content: '';
}

.site__title_2 span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  padding: 0 14px;
  background: #fff;
}

.sponsors__item {
  padding: 0 0 23px;
}

.sponsors__logo {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 88%;
  padding-bottom: 40%;
  margin: 0 auto 32px;
  overflow: hidden;
}

.sponsors__logo div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}   

.sponsors__item_silver .sponsors__logo div {
  right: 5px;
  left: 5px;
}

.sponsors__item_silver .sponsors__logo {
  width: 49.3%;
  padding-bottom: 21%;
}

/* --------------- Inner Speakers --------------- */

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hero {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #ff5D4D;
}

.hero__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 0 26px;
}

.hero__layout_profile {
  padding: 89px 0 23px;
}

.hero__layout_profile {
  background-color: #666666;
  position: relative;
  display: block;
}

.hero__layout_profile .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.speaker-info__pic {
  position: relative;
}

.speaker-info__pic {
  display: block;
  width: 260px;
  margin: 0 auto 42px;
}

.speaker-info__pic img {
  width: 100%;
}

.speaker-info__inner {
  display: inline-block;
  width: 280px;
  margin-bottom: 39px;
}

.speaker-info__inner {
  border: 0;
  border-color: #fff;
}

.site__title {
  position: relative;
  padding: 0 0 27px;
  margin: 0 0 19px;
  font-size: 36px;
  line-height: 38px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.speaker-info .site__title {
  margin: 0 0 23px;
}

.speaker-info__text {
  padding: 0 26px 0;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin: 0;
}

.social a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 12px 25px;
  width: 67px;
  height: 67px;
  color: #000;
  background: #ffdc1a;
  font-size: 30px;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.social a {
  width: 60px;
  height: 60px;
  color: #ff5D4D;
  background-color: #FFF;
}

.speaker-info .social a {
  position: relative;
  left: 4px;
  width: 45px;
  height: 45px;
  font-size: 21px;
  margin: 0 8px 30px;
}

.social a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cm-inner-speaker .body-container {
  padding-top: 0 !important;
}

.social a:hover {
  background-color: #ff5D4D;
  color: #fff;
}

.schedule {
  padding: 78px 0 70px;
  font-size: 16px;
  line-height: 19px;
}

.speaker-profile .schedule {
  padding: 55px 0 70px;
}

.site__title {
  position: relative;
  padding: 0 0 27px;
  margin: 0 0 19px;
  font-size: 36px;
  line-height: 38px;
  color: #000;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.schedule .site__title {
  color: #ff5D4D;
}

.speaker-profile .schedule .site__title {
  margin: 0 0 25px;
}

.site__title:after {
  background-color: #FF5D4D;
}

.schedule__items {
  margin: 0 0 30px;
  text-align: center;
}

.schedule__item {
  position: relative;
  padding: 23px 0;
  border-top: 2px solid #f3f3f3;
  text-align: center;
}

.speaker-profile .schedule .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.schedule .site__title {
  color: #ff5D4D;
}

.schedule__item:first-child {
  padding-top: 18px;
  border-top: none;
  -webkit-transition: box-shadow .3s;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}

schedule__items_profile .schedule__item {
  padding: 29px 17px 17px;
}

.schedule__time {
  display: block;
  margin: 0 0 13px;
  font-size: 16px;
  line-height: 19px;
  font-family: 'montserrat', serif;
  font-weight: 700;
}

.cm-past-events .schedule__time {
  color: #ff5D4D;
}

.schedule__items_profile .schedule__time {
  text-align: center;
  margin: 0 0 9px;
}

.schedule__time span {
  position: relative;
  top: -5px;
  display: inline-block;
  padding: 4px 0 3px;
  width: 115px;
  margin-bottom: 3px;
  margin-right: 17px;
  font-size: 16px;
  color: #000;
  background: #ffdc1a;
  text-transform: uppercase;
}

.schedule__time span {
  background-color: #FFF;
  color: #ff5D4D;
}

.schedule__inner {
  display: inline-block;
}

.schedule__event {
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.schedule__items_profile .schedule__event {
  display: block;
  width: auto;
  padding: 0;
  margin-bottom: 15px;
  cursor: pointer;
  text-transform: none;
}

.schedule__main-place {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 42px;
  color: #b5b5b5;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.schedule__items_profile .schedule__main-place {
  margin: 0 0 1px;
}

.schedule__main-place:hover {
  color: #ff5D4D;
}

.content {
  padding: 10px;
  font-size: 16px;
  line-height: 25px;
}

.schedule__items_profile .schedule__event:after {
  display: none;
}

.speaker-profile .description {
  padding: 34px 15px 17px;
  color: #484848;
  font-size: 18px;
  line-height: 25px;
}

.hero .site__title {
  color: #fff;
}

.schedule__items_profile .schedule__item {
  padding: 29px 17px 17px;
}

.speaker-profile .description .hs_cos_wrapper_type_rich_text span {
  display: block;
}

.speaker-profile .description p span {
  text-align: center;
}

.schedule__item-drop-down.opened {
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}

.schedule__details {
  position: relative;
  padding: 40px 0 36px;
}

.schedule__close {
  position: absolute;
  top: 4px;
  right: 50%;
  font-size: 25px;
  line-height: 25px;
  color: #b5b5b5;
  margin: 0 -10px 0 0;
}

.schedule__speakers-group {
  margin: 0 0 25px;
}

.schedule__speaker {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 40.6%;
  margin: 0 6px 16px;
  text-align: center;
}

.schedule__speaker-pic {
  position: relative;
  padding-bottom: 62%;
  margin: 0 0 9px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc;
}

.schedule__speaker-hover {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  padding: 0 22px;
  color: #FFF;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  background: rgba(0,0,0,0.7);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.schedule__speaker-name {
  font-size: 14px;
  line-height: 18px;
  font-family: 'montserrat', serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  color: #ff5D4D;
  margin: 0;
  padding: 0;
}

.schedule__text {
  padding: 0 30px;
  margin: 0 0 21px;
  font-size: 16px;
  line-height: 22px;
}

.schedule__text {
  color: #484848;
}

.schedule__text p {
  margin: 0;
}

.session__labels {
  margin: 22px 0;
  text-align: left;
}

.label {
  display: inline-block;
  vertical-align: top;
  padding: 3px 13px;
  margin: 0 0 3px;
  min-width: 88px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  background: #41c5f6;
  text-align: center;
}

.session__labels .label {
  padding: 6px 8px 3px;
  min-width: 71px;
  font: 500 10px/1 'Robobo', sans-serif;
  white-space: nowrap;
}

.btn_7 {
  width: 190px;
  height: 45px;
  padding: 14px 10px;
  font-size: 16px;
  line-height: 16px;
}

.schedule__item-drop-down .schedule__details {
  display: none;
}

.schedule__speaker:hover .schedule__speaker-hover {
  opacity: 1;
}

.cm-speakers .speakers__name {
  padding: 0;
}

.cm-speakers .speakers__name:after {
  display: none;
}

.cm-sponsors-items h3.site__title {
  color: #ff5D4D;
}

.schedule__close:hover {
  opacity: 0.6;
}

.cm-past-events .schedule__event {
  margin: 0;
  text-transform: none;
  padding: 0;
}

.cm-past-events .schedule__event:after {
  display: none;
}

.schedule__speakers-group {
  float: right;
}

.schedule__labels {
  margin: 0 15px 16px;
}

/* Session Inner Pages */

.cm-inner-session .hero_session .hero__layout {
  position: relative;
}

.cm-inner-session .body-container {
  padding-top: 0;
  margin-top: -1px;
}

.time-schedule {
  padding: 0 0 28px;
}

.time-schedule__session {
  padding: 10px 0;
  margin: auto;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  font: 400 16px/20px "Montserrat", sans-serif;
  text-transform: uppercase;
}

.time-schedule__session__place {
  display: block;
  width: 100%;
  padding-bottom: 7px;
}

.time-schedule__session__place i {
  padding-right: 4px;
  color: #b5b5b5;
}

.time-schedule__session time {
  display: block;
  width: 100%;
}

.cm-inner-session .hero__layout .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cm-inner-session .speakers__post {
  text-align: center;
}

.cm-inner-session .speakers__item {
  width: 260px;
  margin: 0 auto;
}

.cm-inner-session .speakers__layout.cm-speakers {
  padding: 40px 15px 22px;
  background: #f3f3f3;
}

.cm-inner-session .body-container .page-center {
  padding-top: 62px;
  text-align: center;
  padding-bottom: 50px;
}

.cm-session-inner-wrap {
  padding: 10px;
  font-size: 16px;
  line-height: 25px;
}

.cm-inner-session .cm-session-inner-wrap p {
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
}

.cm-inner-session .cm-session-inner-wrap ul {
  list-style: disc;
  margin: 0 15px 10px 15px;
  padding-left: 0;
  color: #484848;
  font-size: 18px;
  text-align: left;
  line-height: 25px;
}

.cm-session-img .cm-inner-sesson-img {
  padding: 0 1px 2px 0px;
  width: 33.33%;
  float: left;
}

.cm-session-img:after {
  content: "";
  display: table;
  width: 100%;
}

.cm-session-img {
  margin-bottom: 20px;
}

.cm-inner-session .cm-session-inner-wrap .session__labels {
  margin: 22px 0;
  text-align: left;
}

.cm-inner-session .cm-session-inner-wrap .label {
  padding: 6px 8px 3px;
  min-width: 71px;
  font: 500 10px/1 'Robobo', sans-serif;
  white-space: nowrap;
}

.cm-inner-session .cm-session-inner-wrap .session__labels {
  margin: 22px 0;
  text-align: left;
}

.cm-inner-session .cm-session-inner-wrap .label {
  padding: 6px 8px 3px;
  min-width: 71px;
  font: 500 10px/1 'Robobo', sans-serif;
  white-space: nowrap;
}

.cm-inner-session .speakers__person {
  text-align: center;
}

.cm-inner-session .schedule__labels {
  margin: 22px 0;
}

.iframe-wrap {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.250000%;
  margin-bottom: 1.5em;
}

.iframe-wrap iframe {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.cm-session-inner-wrap .cm-content p a {
  text-decoration: underline;
}

.cm-inner-session .cm-session-inner-wrap p img {
  margin-bottom: 12px;
}

.cm-session-img .caption {
  line-height: 1;
  -webkit-appearance: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 9px;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
  z-index: 2;
  margin: 0 auto;
}

.cm-session-img .cm-inner-sesson-img:hover .caption {
  opacity: 0.7;
}

.cm-session-img .cm-inner-sesson-img {
  position: relative;
}

.cm-session-img .fancybox-navigation,
.cm-session-img .fancybox-caption:after {
  display: none;
}

.cm-session-img .fancybox-image {
  border: 0px solid #fff;
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 15px;
}

.fancybox-caption {
  display: inline-block;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  line-height: 24px;
  margin: 0 auto;
  opacity: 0.7 !important;
  border: 0;
}

.cm-session-inner-wrap .cm-content h1 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.cm-session-address table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cm-session-address table {
  margin-bottom: 15px;
  font-size: 100%;
  width: auto;
  border: 1px solid #f3f3f3;
  color: rgb(255, 93, 77);
}

.cm-session-address td,
.cm-session-address td img {
  vertical-align: top;
}

.cm-session-address th,
.cm-session-address td {
  border: 1px solid #f3f3f3;
  padding: 4px;
  text-align: left;
}

.cm-content ol {
  list-style: decimal;
  margin: 0 15px 10px 20px;
  padding-left: 0;
  color: #484848;
  font-size: 18px;
  text-align: left;
  line-height: 25px;
}

.cm-content ol li {
  margin-bottom: 5px;
}

.schedule__concurrent.cm-past-events .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.body-container > div > div.row-fluid > div > span > div:nth-child(2) .cm-past-events {
  padding-top: 78px;
}

.body-container > div > div.row-fluid > div > span > div:last-child .cm-past-events {
  padding-bottom: 70px;
}

.body-container > div > div.row-fluid > div > span > div:nth-child(2) .cm-past-events:first-of-type .schedule__item {
  border-top: none;
}

.cm-home-image-gallery .slick-slider {
  padding: 0;
  margin: 0;
  text-align: center;
}

.cm-home-image-gallery h2 {
  position: relative;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 10px;
  margin: 0 0 17px;
  font-size: 20px;
  line-height: 25px;
}

.cm-home-image-gallery p {
  display: block;
  margin: 0 15px 25px;
  font-size: 14px;
  line-height: 19px;
}

.content__text-block {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 710px;
  text-align: center;
}

.cm-home .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  margin: 0;
}

.heading {
  padding-top: 80px;
}

.cm-why-join-us .site__title {
  color: #ff5D4D;
}

.site__title_subtitle {
  padding-bottom: 22px;
  margin: 0;
  font-family: montserrat , sans-serif;
  font-size: 26px;
  line-height:  42px;
  font-weight: bold;
}

.features {
  background-color: #FFF;
  margin-bottom: 45px;
}

.features__item {
  display: block;
  height: 180px;
  padding-top: 35px;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.features .features__item {
  pointer-events: none;
}

.features__logo {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  border-radius: 50%;
  color: #ff5D4D;
}

.features__logo span {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.features__logo span i {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  font-size: 64px;
}

.features__title {
  display: block;
  font-size: 20px;
  font-family: 'montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.636;
  font-family: Roboto;
  font-weight: normal;
  color: #484848;
}

.cm-home-title-with-video h2 {
  color: #ff5D4D;
}

.countdown-timer {
  color: #000;
  color: #ff5D4D;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  text-transform: uppercase;
  background: #ffee8d;
  background: -moz-linear-gradient(left, #ffee8d 50%, #ffdc1a 50%);
  background: -webkit-linear-gradient(left, #ffee8d 50%,#ffdc1a 50%);
  background: linear-gradient(to right, #ffee8d 50%,#ffdc1a 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffee8d', endColorstr='#ffdc1a',GradientType=1 );
}

.countdown-timer > div {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  max-width: 280px;
  margin: 0 auto;
}

.countdown-timer>div>div {
  float: left;
  width: 25%;
  height: 78px;
  padding: 16px 0;
}

.countdown-timer span {
  display: block;
  margin: 0 0 3px;
  font-size: 32px;
  line-height: 32px;
  font-family: 'montserrat', serif;
  font-weight: 700;
}

.countdown-timer>div>div:nth-child(2) {
  background: #ffe75f;
}

.countdown-timer>div>div:nth-child(3) {
  background: #ffe031;
}

.connect {
  padding: 86px 0 43px;
  background-color: #ff5D4D;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.site__title_white {
  color: #FFF;
}

.cm-home .social a {
  width: 60px;
  height: 60px;
}

.cm-home .connect .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.cm-contact-us-with-form {
  background-color: #f2f2f2;
  padding: 10px;
  font-size: 16px;
  line-height: 25px;
}

.cm-contact-us-with-form > div > div {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.cm-contact-us-with-form:after {
  content: "";
  display: table;
  width: 100%;
}

.cm-contact-us-with-form .cm-left-content p {
  margin-bottom: 15px;
  padding-left: 70px;
  color: #484848;
  font-size: 18px;
  line-height: 25px;
}

.cm-contact-us-with-form .cm-left-content h1 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-left: 70px;
  padding-bottom: 0;
}

.cm-contact-us-with-form .cm-left-content h1:after {
  display: none;
}

.cm-contact-us-with-form .hs-form {
  margin-top: 20px;
}

.cm-contact-us-with-form h3 {
  display: none;
}

.cm-contact-us-with-form .hs-form-field > label {
  display: none;
}

.cm-contact-us-with-form form.hs-form fieldset {
  max-width: 500px;
}

.cm-contact-us-with-form .hs-numemployees label,
.cm-contact-us-with-form .hs-industry label {
  display: block;
  margin-top: 1px;
}

.cm-contact-us-with-form .hs-form-required {
  display: none !important;
}

.cm-contact-us-with-form .hs-button.primary.large {
  width: 100%;
  max-width: 500px;
  margin-bottom: 15px;
  margin-top: 42px;
}

.cm-contact-us-with-form textarea {
  border-bottom-color: #FF5B4D;
}

.cm-home .description {
  text-align: center;
  margin: 0 auto;
}

.cm-home-title-with-video {
  padding: 0 15px;
}

.cm-home .hs_cos_gallery_main .slick-dots {
  display: none !important;
}

.cm-inner-session .cm-session-inner-wrap p {
  color: #484848;
  font-size: 18px;
  text-align: left;
  line-height: 25px;
}

.cm-inner-session .cm-session-inner-wrap h2 {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 10px;
}

.custom-banner.title-with-bg h1 {
  background: rgba(200,200,200,0.3);
  padding-bottom: 0;
  padding: 10px;
  line-height: 50px;
}

.title-with-bg .title-content {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 0 28px;
}

.title-with-bg .title-content p {
  margin: 0 auto;
  line-height: 38px;
}

.custom-banner.title-with-bg {
  padding-top: 45px;
  padding-bottom: 42px;
}

.cm-home .caption.below {
  position: absolute;
  bottom: 38px;
  text-align: center;
  left: 0;
  right: 0;
  max-width: 1140px;
  margin: 0 auto;
  color: #fff;
}

.cm-home .caption.below h2 {
  background: rgba(200,200,200,0.3);
  padding-bottom: 0;
  padding: 10px;
}

.cm-home .caption.below p {
  text-align: center;
}

.cm-home .slick-prev, .cm-home .slick-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  display: block;
  left: 0;
  width: 46px;
  height: 124px;
  margin-top: -47px;
  background: rgba(0,0,0,0.7);
}

.cm-home .slick-next {
  left: auto;
  right: 0;
}

.cm-home .slick-prev:after,
.cm-home .slick-next:after{
  position: absolute;
  top: 44%;
  left: 75%;
  width: 13px;
  height: 13px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: translateX(-50%) translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) translateX(-50%) rotate(-45deg);
  content: '';
  box-sizing: content-box;
}

.cm-home-image-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  height: 674px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.cm-home-image-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper img {
  opacity: 0 !important;
}

.cm-home .slick-next:after {
  right: 4%;
  left: auto;
  border-left: none;
  border-right: 3px solid #fff;
  -webkit-transform: translateX(-50%) translateX(-50%) rotate(45deg);
  transform: translateX(-50%) translateX(-50%) rotate(45deg);
}

.cm-home .slick-prev:before,
.cm-home .slick-next:before {
  display: none !important;
}

div#envira-gallery-wrap-3139 {
  margin-bottom: 20px;
}

.justified-gallery > div > div .caption {
  line-height: 1;
}

.cm-home-image-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  height: 686px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.cm-home-image-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  height: 686px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.cm-home-image-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper img {
  display: none;
}
.cm-contact-us-with-form .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cm-contact-us-with-form .page-center:after {
  content: "";
  display: table;
  width: 100%;
}


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

@media (min-width: 768px){
  p {
    margin: 0 0 33px;
  }
  h2,h1 {
    font-size: 42px;
    padding-bottom: 26px;
  }
  .cm-footer-wrapper {
    padding: 95px 71px 50px;
  }
  .widget-span.cm-logo-and-copyright {
    margin-bottom: 101px;
  }
  .cm-logo-and-copyright span span {
    width: 145px;
    height: 46px;
    margin-bottom: 28px;
    left: 24px;
  }
  .cm-logo-and-copyright p {
    line-height: 1.8;
    font-size: 14px !important;
  }
  .widget-span.cm-footer-menu {
    text-align: justify;
  }
  .cm-footer-menu .hs-menu-wrapper > ul > li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    max-width: 32%;
    text-align: left;
    float: none !important;
  }
  .custom-logo {
    top: 22px;
    width: 145px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    font-size: 36px;
    line-height: 36px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 28px 9.7px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    font-size: 36px;
    line-height: 36px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a  {
    padding: 28px 16px;
  }
  .custom-banner {
    font-size: 24px;
    line-height: 30px;
    padding: 108px 0 16px;
  }
  .custom-banner h1 {
    padding: 0 0 28px;
    margin: 0 0 32px;
    line-height: 52px;
    font-size: 42px;
    padding-bottom: 26px;
  }
  .custom-banner h1:after  {
    border-radius: 10px;
  }
  .custom-banner p {
    margin: 0 0 76px;
    font-size: 20px;
    line-height: 24px;
  }
  .widget-span.cm-logo-and-copyright,
  .widget-span.cm-footer-menu{
    width: 100%;
    margin-left: 0;
  }
  .cm-logo-and-copyright {
    padding-top: 22px;
  }
  .custom-logo {
    left: 9px;
  }
  .custom-banner-with-btn p {
    margin: -21px 0 36px;
    letter-spacing: 0.5px;
  }
  .custom-banner-with-btn {
    font-size: 20px;
    line-height: 42px;
  }
  .btn {
    width: 282px;
    height: 73px;
    padding: 19px 10px;
    font-size: 36px;
    line-height: 36px;
  }
  .btn_1, .btn_posts_nav {
    width: 231px;
    height: 44px;
    padding: 13px 10px;
    font-size: 17px;
    line-height: 17px;
  }
  .cm-title-with-content .cm-content {
    padding: 79px 0 51px;
    max-width: 700px;
    font-size: 20px;
    line-height: 38px;
    margin: 0 auto;
  }
  .cm-title-with-content p {
    margin: 0 0 33px;
  }
  .cm-featured-speakers {
    padding: 85px 0 80px;
  }
  .speakers__item {
    display: inline-block;
    width: 49%;
    text-align: center;
  }
  .speakers__person {
    display: inline-block;
    margin: 0 0 31px;
    vertical-align: top;
  }
  .cm-featured-speakers .cm-title {
    padding: 0;
    font-size: 42px;
    padding-bottom: 26px;
    line-height: 52px;
    margin: 0 0 32px;
  }
  .cm-featured-speakers .cm-featured-content {
    margin-bottom: 17px;
  }
  .btn_6 {
    display: inline-block;
    width: 228px;
    height: 54px;
    padding: 10px;
    font-size: 18px;
    margin: 0 16px;
  }
  .cm-title-with-content h2 {
    line-height: 52px;
    margin-bottom: 33px;
  }
  h1:after,
  h2:after {
    border-radius: 10px;
  }
  .cm-sponsors-items {
    color: #ff5D4D;
  }
  h3.site__title {
    font-size: 36px;
    padding-bottom: 16px;
  }
  .site__title_2 {
    line-height: 52px;
    margin: 0 0 63px;
    padding: 0;
    font-size: 20px;
    line-height: 24px;
  }
  .sponsors__item {
    padding: 0 0 33px;
  }
  .sponsors__logo {
    width: 32.4%;
    padding-bottom: 12.5%;
    margin: 0 auto 40px;
  }
  .sponsors__item_silver .sponsors__logo div {
    right: 18px;
    left: 18px;
  }

  /* --------------- Inner Speakers --------------- */

  .hero {
    font-size: 24px;
    line-height: 30px;
  }
  .hero__layout {
    padding: 57px 0 13px;
  }
  .speaker-info {
    padding: 66px 30px 0;
  }
  .speaker-info__pic {
    margin: 0 auto 34px;
  }
  .speaker-info__inner {
    width: 420px;
    margin-bottom: 35px;
  }
  .site__title {
    padding: 0 0 28px;
    margin: 0 0 32px;
    line-height: 52px;
  }
  h2.site__title {
    font-size: 42px;
    padding-bottom: 26px;
  }
  .speaker-info .site__title {
    margin: 0 0 16px;
    padding: 0 0 21px;
  }
  .speaker-info__text {
    padding: 0 90px 0;
  }
  .social a {
    margin: 0 18px 30px;
    width: 80px;
    height: 80px;
    font-size: 36px;
  }
  .schedule {
    padding: 83px 0 70px;
  }
  .speaker-profile .schedule {
    padding: 84px 0 57px;
  }
  .schedule .site__title {
    padding: 0 0 28px;
    margin: 0 0 32px;
    line-height: 52px;
    font-size: 42px;
    padding-bottom: 26px;
  }
  .speaker-profile .schedule .site__title {
    margin: 0 0 15px;
  }
  .schedule__items {
    margin: 0 0 27px;
    text-align: left;
  }
  .schedule__item {
    text-align: left;
    padding: 24px 17px 17px;
  }
  .schedule__item:first-child {
    padding-top: 24px;
  }
  .schedule__items_profile .schedule__item {
    padding: 19px 17px 12px;
  }
  .schedule__time {
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0;
    padding: 0 30px 0 0;
    width: 13.9%;
  }
  .schedule__time span {
    display: block;
  }
  .schedule__inner {
    width: 80%;
    display: inline-block;
    padding: 0 0 0 33px;
  }
  .schedule__event {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    padding: 0 0 0 27px;
  }
  .schedule__items_profile .schedule__event {
    width: auto;
    padding: 0;
    margin-bottom: 8px;
  }
  .schedule__main-place {
    margin: 0 0 23px;
  }
  .schedule__items_profile .schedule__main-place {
    margin: 0 0 1px;
  }
  .description {
    padding: 129px 0 101px;
    max-width: 700px !important;
    font-size: 20px;
    line-height: 38px;
  }
  .speaker-profile .description {
    padding: 80px 15px 57px;
  }
  .schedule__details {
    padding: 8px 0 36px 18.5%;
  }
  .schedule__close {
    top: -21px;
    right: 0;
    margin: 0;
  }
  .schedule__items_profile .schedule__close {
    top: -50px;
  }
  .schedule__speakers-group {
    margin: 0 0 19px;
  }
  .schedule__speaker {
    width: 20.8%;
    margin: 0 5px 10px 0;
  }
  .schedule__speaker-pic {
    margin: 0 0 10px;
  }
  .schedule__text {
    padding: 0 27% 0 0;
    margin: 0 0 23px;
  }
  .session__labels {
    padding-left: 0;
    padding-top: 0;
    margin: 22px 0;
    max-width: 560px;
    text-align: left;
  }
  .label {
    padding: 3px 8px;
    min-width: 71px;
    font-size: 12px;
    line-height: 12px;
  }
  .btn_7 {
    width: 190px;
    height: 45px;
    padding: 14px 10px;
    font-size: 16px;
    line-height: 16px;
  }
  .schedule__labels {
    margin: 0 0 20px;
  }

  /* --------------- Inner Sessions --------------- */

  .cm-inner-session .hero_session .hero__layout {
    padding: 175px 0 31px;
  }
  .time-schedule {
    margin: -12px 0 0;
  }
  .time-schedule__session {
    display: inline-block;
    overflow: hidden;
    width: auto;
    padding: 0;
  }
  .time-schedule__session__place {
    width: auto;
    padding: 15px 28px 12px;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
  }
  .time-schedule__session__place,
  .time-schedule__session time {
    float: left;
    text-align: center;
  }
  .time-schedule__session time {
    width: auto;
    padding: 15px 30px 12px;
  }
  .cm-inner-session .hero_session .hero__layout h2 {
    line-height: 42px;
  }
  .cm-inner-session .speakers__item {
    margin: 0 18px;
  }
  .cm-inner-session .cm-speakers .inner-wrap {
    margin-bottom: 17px;
    text-align: left;
    max-width: 597px;
    margin: 0 auto;
  }
  .cm-inner-session .body-container .page-center {
    padding-top: 43px;
    padding-bottom: 96px;
  }
  .cm-inner-session .cm-session-inner-wrap p {
    margin-bottom: 38px;
    font-size: 20px;
    line-height: 38px;
  }
  .cm-inner-session .cm-session-inner-wrap .session__labels {
    padding-left: 0;
    padding-top: 0;
    margin: 22px 0;
    max-width: 560px;
    text-align: left;
  }
  .cm-inner-session .schedule__labels {
    padding-left: 0;
    padding-top: 0;
    margin: 22px 0;
    max-width: 560px;
    text-align: left;
  }
  .inner-wrap:after {
    content: "";
    display: table;
    width: 100%;
  }
  .body-container > div > div.row-fluid > div > span > div:nth-child(2) .cm-past-events {
    padding-top: 83px;
  }
  .cm-home-image-gallery h2 {
    margin-bottom: 19px;
    padding-bottom: 26px;
    padding: 0 0 20px;
    margin: 0 0 32px;
    font-size: 36px;
    line-height: 50px;
  }
  .cm-home-image-gallery p  {
    margin: 0 5px 30px;
    font-size: 16px;
    line-height: 20px;
  }
  /* ------ Home Page ------- */

  .content__text-block {
    font-size: 20px;
    line-height: 38px;
  }
  .cm-why-join-us .site__title {
    font-size: 50px;
  }
  .site__title_subtitle {
    padding-bottom: 18px;
  }
  .features__item {
    padding-top: 33px;
  }
  .features__logo {
    margin-bottom: 5px;
  }
  .countdown-timer {
    font-size: 16px;
    line-height: 16px;
  }
  .countdown-timer > div {
    max-width: 480px;
    margin: 0 auto;
  }
  .countdown-timer>div>div {
    height: 110px;
    padding: 17px 0;
  }
  .countdown-timer span {
    margin: 0 0 8px;
    font-size: 50px;
    line-height: 50px;
  }
  .connect {
    padding: 86px 0 43px;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  .cm-contact-us-with-form > div > div {
    text-align: left;
  }
  .cm-home .connect {
    padding: 89px 0 62px;
  }
  .cm-inner-session .cm-session-inner-wrap p {
    color: #484848;
    font-size: 18px;
    text-align: left;
    line-height: 25px;
  }
  .title-with-bg .title-content {
    margin-top: -12px;
  }
  .custom-banner.title-with-bg h1 {
    margin: 0 0 32px;
    font-size: 36px;
    line-height: 50px;
  }
}

@media (min-width: 930px) {
  .speakers__item {
    width: 33.33%;
  }
}

@media (min-width: 1000px){
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }
  p {
    margin: 0 0 23px;
  }
  h1 {
    margin: 0 0 32px;
    line-height: 52px;
    padding: 0 0 30px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .custom-banner-with-btn h1 {
    padding-bottom: 26px;
    margin: 0 0 33px;
  }
  h1:after,
  h2:after {
    border-radius: 10px;
  }
  .cm-footer-wrapper {
    padding: 80px 71px 66px;
    text-align: justify;
  }
  .widget-span.cm-logo-and-copyright {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    text-align: left;
  }
  .cm-logo-and-copyright span span {
    width: 145px;
    height: 45px;
    margin-bottom: 39px;
    left: 0;
  }
  .cm-logo-and-copyright p {
    padding-left: 0;
    text-align: left;
  }
  .widget-span.cm-footer-menu {
    display: inline-block;
    vertical-align: top;
    width: 59.5%;
    margin-top: 16px;
    float: right;
  }
  .cm-footer-menu .hs-menu-wrapper > ul > li {
    max-width: none;
    width: 30.5%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 15px;
    line-height: 15px;
    margin-left: 4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 12px 10px;
    background: #FFf;
    color: #FF5D4D;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    vertical-align: top;
    margin: 0;
    font-size: 15px;
    line-height: 15px;
    display: block;
    border: none;
    background: #ffffff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 7px 16px;
    margin: 0 0 1px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background: #ffffff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background: #ff7466;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
    width: 145px;
    padding: 13px 14px 7px;
    left: 50% !important;
    -webkit-transform: translateX(-47%);
    transform: translateX(-47%);
  }
  .custom-banner h1 {
    padding: 0 0 26px;
    margin: 0 0 33px;
  }
  .custom-banner p {
    margin: 0 0 78px;
  }
  .cm-logo-and-copyright {
    padding-top: 0;
  }
  .cm-footer-menu .hs-menu-wrapper > ul {
    margin-left: -1px;
  }
  .custom-logo {
    left: 0;
  }
  .btn {
    width: 132px;
    height: 38px;
    padding: 11px 10px;
    font-size: 14px;
    line-height: 14px;
  }
  .btn_1 {
    width: 231px;
    height: 54px;
    padding: 17px 10px;
    font-size: 18px;
    line-height: 18px;
  }
  .cm-title-with-content .cm-content {
    padding: 0 15px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }
  .cm-title-with-content p {
    margin: 0 0 23px;
  }
  .cm-featured-speakers {
    text-align: center;
    padding: 65px 0 0;
  }
  .cm-featured-speakers .cm-title {
    margin: 0 0 33px;
  }
  .speakers__item {
    margin: 0 0 31px;
  }
  .speakers__person {
    transition: box-shadow .3s ease, opacity 0.3s ease, transform 0.3s ease;
    -webkit-transition: box-shadow .3s ease, opacity 0.3s ease, transform 0.3s ease;
  }
  .speakers__person:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.2);
  }
  .cm-join-us-form .cm-col {
    width: 33.33333333%;
  }
  .btn_6 {
    display: inline-block;
    width: 228px;
    height: 54px;
    padding: 20px 10px;
    font-size: 18px;
    margin: 0 16px;
  }
  .cm-title-with-content h2 {
    margin: 0 0 33px;
  }
  .cm-sponsors-items {
    padding: 30px 0 0;
  }
  .site__title_2 {
    margin: 0 0 61px;
    padding: 0;
    font-size: 20px;
    line-height: 24px;
  }
  .sponsors__item {
    padding: 0 27px 15px;
  }
  .sponsors__logo {
    width: 36%;
    padding-bottom: 16.4%;
    margin: 0 auto 40px;
  }
  .sponsors__item_silver .sponsors__logo {
    width: 32.4%;
    padding-bottom: 9.5%;
  }
  .sponsors__item_silver .sponsors__logo div {
    right: 61px;
    left: 61px;
  }
  /* --------------- Inner Speakers --------------- */

  .hero__layout_profile {
    padding: 139px 0 14px;
  }
  .speaker-info {
    position: relative;
    padding: 66px 30px 60px;
    text-align: left;
  }
  .speaker-info__pic {
    vertical-align: top;
    display: inline-block;
    margin-right: 63px;
  }
  .speaker-info__inner {
    vertical-align: top;
    border-left: 2px;
    border-right: 2px;
    border-style: solid;
    text-align: center;
  }
  .site__title {
    padding: 0 0 30px;
    margin: 0 0 33px;
  }
  .speaker-info .site__title {
    margin: -7px 0 16px;
  }
  .speaker-info .social {
    position: absolute;
    right: 121px;
    top: 124px;
  }
  .speaker-info .social a {
    margin: 0 7px 30px;
  }
  .speaker-profile .schedule {
    padding: 84px 0 47px;
  }
  .schedule .site__title {
    margin: 0 0 33px;
  }
  .schedule__items {
    max-width: 1005px;
    margin: 0 auto 26px;
  }
  .schedule__item {
    padding: 24px 30px 17px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .schedule__items_profile .schedule__item {
    padding: 19px 17px 17px;
  }
  .schedule__time {
    width: 12.9%;
  }
  .schedule__items_profile .schedule__time {
    width: 24.7%;
    padding: 0 0 0 11px;
    text-align: left;
  }
  .schedule__time span {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 13px;
    text-align: center;
    float: left;
  }
  .schedule__inner {
    width: 74.7%;
    padding: 0 0 0 9px;
  }
  .schedule__event {
    padding: 0 0 0 4px;
  }
  .schedule__items_profile .schedule__event {
    width: auto;
    padding: 0;
    margin-bottom: 8px;
  }
  .schedule__main-place {
    margin: 0 0 22px;
  }
  .schedule__items_profile .schedule__main-place {
    margin: 0 0 1px;
  }
  .description {
    padding: 50px 15px 50px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
  }
  .speaker-profile .description {
    padding: 80px 15px 90px;
  }
  .schedule__details {
    padding: 8px 0 18px 13.7%;
  }
  .schedule__layout {
    direction: rtl;
  }
  .schedule__speakers-group {
    display: inline-block;
    vertical-align: top;
    width: 51.5%;
    padding: 1px 0 0 44px;
    direction: ltr;
  }
  .schedule__speaker {
    width: 31.8%;
    margin: 0 0 10px 4px;
  }
  .schedule__speaker:nth-child(3n+1) {
    margin-left: 0;
  }
  .schedule__info {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    direction: ltr;
  }
  .schedule__text {
    padding: 0;
    margin: 0 0 22px;
  }
  .label {
    padding: 3px 13px;
    min-width: 88px;
    font-size: 14px;
    line-height: 14px;
  }
  .btn_7 {
    width: 190px;
    height: 45px;
    padding: 14px 10px;
    font-size: 16px;
    line-height: 16px;
  }
  .schedule__labels {
    margin: 0 0 20px;
  }

  /* --------------- Inner Sessions --------------- */

  .cm-fw .speakers__layout.cm-speakers {
    margin-bottom: 16px;
  }

  .cm-inner-session .hero_session .hero__layout {
    padding: 132px 0 31px;
  }
  .time-schedule {
    padding: 44px 0 24px;
  }
  .cm-inner-session .speakers__layout.cm-speakers {
    padding: 40px 0 0px;
  }
  .cm-inner-session .cm-speakers .inner-wrap {
    max-width: 896px;
  }
  .cm-inner-session .body-container .page-center {
    padding-top: 59px;
    padding-bottom: 73px;
  }
  .widget-span.cm-session-inner-wrap {
    max-width: 775px;
    margin: auto !important;
    float: none;
  }
  .cm-home-image-gallery h2 {
    padding: 0 0 30px;
    margin: 0 0 32px;
    font-size: 64px;
    line-height: 62px;
    max-height: 100%;
  }
  .cm-home-image-gallery p {
    margin: 0 5px 40px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .site__title_subtitle {
    padding-bottom: 19px;
  }
  .features {
    display: table;
    width: 100%;
  }
  .features__item {
    display: table-cell;
    width: 35.49%;
    height: 177px;
  }
  .features__item:nth-child(1) {
    text-align: right;
  }
  .features__item:nth-child(2) {
    text-align: center;
  }
  .features__item:nth-child(2) {
    width: auto;
  }
  .features__item:last-child {
    text-align: left;
  }
  .features__inner {
    display: inline-block;
    width: 100%;
    max-width: 384px;
    text-align: center;
  }
  .connect {
    padding: 89px 0 62px;
  }
  .cm-contact-us-with-form > div > div {
    width: 50%;
  }
  .cm-home .description {
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
  }
  .cm-inner-session .cm-session-inner-wrap h2:after {
    border-radius: 0;
  }
  .title-with-bg .title-content {
    padding: 44px 0 24px;
  }

}

@media (min-width: 1180px) {
  .speakers__item {
    width: 24.5%;
  }
  .cm-featured-speakers .cm-featured-content {
    padding-right: 3px;
  }
}





/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1179px) {
  .speakers__item{
    float: left;
  }
  .cm-inner-session .cm-speakers .speakers__item {
    float: none;
  }
  .cm-home-image-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    height: 637px;
  }
  .cm-home .caption.below {
    padding: 0 14px;
  }
}

@media (max-width: 1100px) {
  .speaker-info .social {
    right: 40px;
  }
}

@media (max-width: 1024px) {}

@media (max-width: 1000px) {
  .widget-span.cm-header-logo,
  .widget-span.custom-menu-primary {
    width: 100%;
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    display: block;
  }
  .custom-banner-with-btn {
    height: 24vw;
  }
  .custom-banner-with-btn h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 32px;
  }
  .cm-join-us-form .hs-form {
    margin: 0 auto;
  }
  .cm-join-us-form {
    margin-top: 105px;
    margin-bottom: 255px;
  }
  .cm-title-with-content h2.cm-space {
    padding-top: 22px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .cm-featured-speakers {
    margin-top: 75px;
  }
  .cm-sponsors-items {
    margin-top: 80px;
  }
  .speaker-profile .description p span {
    text-align: left;
  }
  .schedule__speakers-group {
    float: none;
  }
  .cm-contact-us-with-form form.hs-form fieldset {
    max-width: 500px;
    margin: 0 auto;
  }
  .cm-contact-us-with-form .cm-left-content h1,
  .cm-contact-us-with-form .cm-left-content p {
    padding-left: 0;
    text-align: center;
  }
  .cm-contact-us-with-form .actions {
    text-align: center;
  }
  .custom-banner.title-with-bg {
    padding-top: 65px;
    padding-bottom: 62px;
  }
  .custom-banner.title-with-bg h1 {
    max-width: 442px;
    margin-left: auto;
    margin-right: auto;
  }
  .cm-fw .speakers__layout.cm-speakers {
    padding-top: 35px;  
  }
  .cm-home .slick-prev, 
  .cm-home .slick-next {
    display: none !important;
  }
  .cm-inner-session .cm-speakers .speakers__item {
    float: left;
  }
  .cm-home-image-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    height: 510px;
  }
  .cm-home .caption.below {
    bottom: 42px;
    max-width: 806px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block !important;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 90px;
  }
  .hs-content-id-6389018569 .body-container {
    padding-top: 0;
    margin-top: -1px;
  }
  .custom-banner.title-with-bg {
    padding-top: 155px;
    padding-bottom: 90px;
  }
  .custom-banner.title-with-bg h1 {
    max-width: 100%;
  }
  .title-with-bg .title-content {
    margin: 0 auto;
    max-width: 473px;
    padding: 0 15px;
    margin-top: -12px;
  }
  .hs_error_rollup ul.hs-error-msgs.inputs-list {
    text-align: center;
  }
}


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

@media (max-width: 767px) {
  .landing-page.one-column .body-container form, 
  .error-template .body-container form, 
  .password-template .body-container form, 
  .subscription-template .body-container .widget-type-email_simple_subscription form,
  .search-page .body-container .hs-search-field {
    width: 100%;
  } 
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }
  .blog .blog-sidebar .widget-span {
    padding-left: 0;
    padding-right: 0;
  }
  .child-trigger {
    height: 54px !important;
  }
  .cm-logo-and-copyright p {
    font-size: 14px;
  }
  .cm-logo-and-copyright span span {
    margin: 0 auto 54px;
  }
  .custom-logo img {
    left: 20px;
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 18px;
  }
  .cm-header-wrapper .page-center {
    padding: 0 !important;
  }
  .mobile-trigger {
    top: -43px;
    right: 12px;
  }
  .custom-banner-with-btn h1 {
    font-size: 36px;
    line-height: 38px;
    padding: 0 0 27px;
    margin: 0 0 19px;
  }
  .body-container {
    padding-top: 59px;
  }
  .custom-banner-with-btn {
    height: 99vw;
  }
  .cm-header-wrapper {
    min-height: 60px !important;
  }
  .custom-banner-with-btn {
    padding: 50px 15px;
  }
  .cm-title-with-content {
    padding-top: 0;
  }
  .cm-featured-speakers h2 {
    font-size: 36px;
    line-height: 38px;
  }
  .speakers__item {
    float: none;
  }
  .cm-fw .body-container .page-center {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .cm-title-with-content h2 {
    margin-bottom: 19px;
  }
  .cm-title-with-content h2.cm-space {
    font-size: 30px;
    line-height: 36px;
    padding-top: 15px;
  }
  h3.site__title {
    font-size: 20px;
    padding-bottom: 0;
  }
  .cm-sponsors-items {
    margin-top: 18px;
  }
  .cm-sponsors-items h3.site__title {
    margin: 0 0 30px;
  }
  .cm-session-img {
    min-height: auto;
  }
  .schedule__labels {
    text-align: left;
  }
  .cm-session-img .cm-inner-sesson-img {
    width: 50%;
    float: left;
  }
  .cm-past-events .schedule__labels {
    text-align: center;
  }
  .cm-past-events .schedule__item {
    border-top: 2px solid #f3f3f3;
  }
  .cm-home .cm-contact-us-with-form > div > div {
    padding: 0;
  }
  .iframe-wrap {
    margin-bottom: 24px;
  }
  .custom-banner.title-with-bg h1 {
    margin: 0 auto 17px;
    font-size: 20px;
    line-height: 25px;
    max-width: 353px;
  }
  .title-with-bg .title-content p {
    line-height: 20px;
  }
  .cm-inner-session .cm-speakers .speakers__item {
    float: none;
  }
  .cm-home-image-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    height: 370px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 60px;
  }
  .custom-banner.title-with-bg {
    padding-top: 171px;
    padding-bottom: 132px;
  }
}  


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

@media (max-width: 500px) {
  .cm-session-img .cm-inner-sesson-img {
    width: 100%;
    float: none;
  }
}

@media (max-width: 479px) {
  .custom-banner-with-btn {
    height: 98vw;
  }
  .sponsors__item_silver .sponsors__logo {
    width: 100%;
  }
}