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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@font-face {
	font-family: 'Conv_DharmaGothicE_ExBold_R';
	src: url('https://econtrol.vorys.com/hubfs/Vorys%20Oct%202018/Fonts/DharmaGothicE_ExBold_R.eot');
	src: local(''), url('https://econtrol.vorys.com/hubfs/Vorys%20Oct%202018/Fonts/DharmaGothicE_ExBold_R.woff') format('woff'), url('https://econtrol.vorys.com/hubfs/Vorys%20Oct%202018/Fonts/DharmaGothicE_ExBold_R.ttf') format('truetype'), 
    url('https://econtrol.vorys.com/hubfs/Vorys%20Oct%202018/Fonts/DharmaGothicE_ExBold_R.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_DharmaGothicE_Light_R';
	src: url('https://econtrol.vorys.com/hubfs/Vorys%20Oct%202018/Fonts/DharmaGothicE_Light_R.eot');
	src: local(''), url('https://econtrol.vorys.com/hubfs/Vorys%20Oct%202018/Fonts/DharmaGothicE_Light_R.woff') format('woff'), url('https://econtrol.vorys.com/hubfs/Vorys%20Oct%202018/Fonts/DharmaGothicE_Light_R.ttf') format('truetype'), 
    url('https://econtrol.vorys.com/hubfs/Vorys%20Oct%202018/Fonts/DharmaGothicE_Light_R.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_DharmaGothicE_ExLight_R';
	src: url('https://econtrol.vorys.com/hubfs/Vorys%20Oct%202018/Fonts/DharmaGothicE_ExLight_R.eot');
	src: local('☺'), url('https://econtrol.vorys.com/hubfs/Vorys%20Oct%202018/Fonts/DharmaGothicE_ExLight_R.woff') format('woff'), url('https://econtrol.vorys.com/hubfs/Vorys%20Oct%202018/Fonts/DharmaGothicE_ExLight_R.ttf') format('truetype'),
    url('https://econtrol.vorys.com/hubfs/Vorys%20Oct%202018/Fonts/DharmaGothicE_ExLight_R.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_DharmaGothicE_Bold_R';
	src: url('https://econtrol.vorys.com/hubfs/Vorys%20Oct%202018/Fonts/DharmaGothicE_Bold_R.eot');
	src: local('☺'), url('https://econtrol.vorys.com/hubfs/Vorys%20Oct%202018/Fonts/DharmaGothicE_Bold_R.woff') format('woff'), 
    url('https://econtrol.vorys.com/hubfs/Vorys%20Oct%202018/Fonts/DharmaGothicE_Bold_R.ttf') format('truetype'), url('https://econtrol.vorys.com/hubfs/Vorys%20Oct%202018/Fonts/DharmaGothicE_Bold_R.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {padding: 0;  margin: 0;  box-sizing: border-box;}



body{font-family: 'Raleway', sans-serif; font-size:14px; color:#000; line-height:21px; font-weight:300;}
.span12.widget-span.widget-type-cell.container, .container { width: 100%; max-width: 1600px; margin: 0 auto;  display: table;  float: none;}
h1 {font-size: 38px;  line-height: 48px; }
h2 {font-size: 30px;  line-height: 48px; }
h3 { font-size: 24px;  line-height: 34px;  margin-bottom: 25px;}
h4 {font-size: 21px;  line-height: 30px; }

.header-container-wrapper {float: left; width: 100%; display: block; background: rgba(61,108,186, 1); padding: 20px 0; position: relative;  z-index: 999;}
.span3.site_logo {  float: left;  width: auto; display: inline-block;}
.site_logo .hs-image-widget { max-width: 260px;}
.span9.menu_wrap {float: right; text-align: right; width: auto; display: inline-block; padding-top: 5px;}
.menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {display:block; padding: 0px 22.5px;  max-width: inherit; color: #fff; font-size:20px;  line-height: 28px; font-family: 'Raleway', sans-serif; font-weight: bold;
text-transform: uppercase;}
.menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {float: left; display: inline-block; width: auto; line-height: 0;}

.body-container-wrapper {float: left;  width: 100%; display: block;  margin-top: 0px;}

.topbanner_section.span12 {float: left; width: 100%; display: block;  background-size: cover; background-repeat: no-repeat;  background-position: bottom center;  padding:70px 0 30px 0; color:#fff; position: relative;}
.big_heading { font-size: 150px; color: #fff; line-height: 150px; font-style: normal; letter-spacing:10px; float: left; width: 100%; display: block;}
.heading {font-size: 60px;  font-weight: bold; float: left; width: 100%; display: block;  line-height: 70px;}
.topbanner_content {width: 100%; float: left; margin: 0 auto; display: block; max-width: 900px;  position: relative; z-index:9; padding-top: 100px;}
.tb_bottom {float: left; width: 100%; margin-top: 90px;  align-items: center; display: flex;}
.tbb_date { float: left;  width: auto; font-weight: bold; display: inline-block;}
.tbbe_palce { float: right; display: inline-block; width: auto;}
.topbanner_section.span12::before{position: absolute; content:""; width:100%; height:100%; background-color:rgba(38, 67, 137, 0.78); top:0}
.topbanner_section.span12::after {
    position: absolute;
    background-image: url('https://events.vorys.com/hubfs/brick-wall.png');
    width: 90%;
    height: 100%;
    content: "";
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;  background-position:left bottom;
}
.topbanner_content::before {
    content: "";
    background-image: url('https://events.vorys.com/hubfs/Vector%20Smart%20Object.png');
    position: absolute;
        width: 798px;
    height: 563px;
    left: -9%;
    background-repeat: no-repeat;
    background-size: 796px 585px;
    background-position: top left;
    top: 7px; z-index: -9;
}
}
.topb_c_p {
    width: 100%;
    display: block;
    position: relative;
}
.big_heading span { position: relative; top: -42px; left: -40px;}
.tbb_date {
    float: left;
    width: auto;
    font-weight: bold;
    display: inline-block;
    background: #ffd700;
    border-radius: 16px;
    padding: 7px;
    color: #000;
    font-size: 31px;
}
.tbb_btn {
    float: left;
    width: auto;
    border: 3px solid #000;
    border-radius: 16px;
    padding: 7px 33px;
    line-height: 50px;
}

.section_second{ padding: 120px 0 150px 0;}
.blue_hw_line h1, .section-header h1, .heading_section h1, .esc_wysa_left h1 { font-size: 38px; line-height: 48px; color: #264389;  position: relative;  font-weight: bold; float: left; width: 100%; padding-bottom: 50px; margin-bottom: 40px;}
.text-center { text-align: center;}
.section_second .span6:first-child { width: 43%;}
.section_second .span6:last-child { width: 50%; float:right; margin-left: 0;}
.flex_box .row-fluid {display: flex; align-items: center;}
.blue_hw_line h1::after, .page-header.section-header::after, .section-header h1::after, .heading_section h1::after, .esc_wysa_left h1::after { content: ""; width: 432px;  height: 15px;  position: absolute; bottom: 0px;  background: #ffd700; left: 0;}

.secondary-header { color: #3D6CBA;}
.page-header.section-header {position: relative; float: left; width: 100%; margin-bottom: 90px;}

.ecs_wysa_wrap { float: left;  width: 100%; display: block;  padding: 100px 0 160px 0;  position: relative;   background-size: cover;  background-repeat: no-repeat;  background-position: center center; color:#fff}
.ecs_wysa_wrap::before {content: ""; position: absolute; width: 50%; height: 100%; background-color: rgba(39, 68, 138, 0.80); left: 0; top: 0;}
.esc_wysa_left {position: relative; width: 43%; float: left; display: block; }
.esc_wysa_left h1 , .esc_wysa_left{ color: #fff;}
.wysa_content { margin: 0px auto 60px auto; padding-right:5%}
.body-container-wrapper ul { margin: 10px auto;  padding-left: 10px;}
.body-container-wrapper li {margin-bottom: 10px;}
.ecs_wysa_wrap a.cta_button { color: #000; background: #ffd700; font-weight: bold; text-decoration: none; padding: 25px 57px; font-size: 41px; border-radius: 25px; float: left; width: auto; text-transform: uppercase;}
.wysa_quotes::before {
    content: "“";
    position: absolute;
    font-size: 130px;
    line-height: 60px;
    font-family: Helvetica;
    color: rgba(255, 255, 255, 0.25);
    left: -66px;
    top: -11px;
    font-weight: bold;
}
.wysa_quotes::after {
    color: rgba(255, 255, 255, 0.25);
    font-family: Helvetica;
    font-weight: bold;
    line-height: 20px;
    font-size: 130px;
    position: absolute;
    content: "“";
    right: 0;
    bottom: 19px;
    transform: rotate(180deg);
}
.wysa_quotes {
    float: left;
    width: 100%;
    margin: 100px auto 60px auto;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    position: relative; 
}
.wysa_quotes_deatils {
    float: left;
    width: 100%;
    display: flex;
    align-items: center; 
}
.wysa_q_img img {
    width: 86px;
    height: 86px;
    border: 5px solid #fff;
    border-radius: 50%;
    object-fit: contain;
}
.wysa_quotes_deatils {
    float: left;
    width: 100%;
    display: flex;  
    align-items: center;
}
.white_line {
    width: 106px;
    margin: 0 35px;
    border-top: 2px solid #fff;
}
.wyas_quote_by {
    line-height: 20px;
}
.section_past_att_say {
    padding: 100px 0;
}
.spa_say_list {
    background: #1b9ce5;
    padding: 70px 40px;
    border-radius: 25px; position: relative;
    color: #fff;
}
.red_box {
    background: #1b9ce5;
     width: 91%!important;     margin-top: 36%;
}

.spa_say_list::after { content: "";  background-image: url('https://events.vorys.com/hubfs/vivid-blue-2_arrow.png');  width: 118px;  height: 111px; position: absolute;
    background-position: bottom center; left: 26px;  bottom: -86px;}
.green_box{ background: #6cdaee; max-width: 64%; padding: 70px; margin-top: 84px;}
.spa_say_list.green_box::after {background-image: url('https://events.vorys.com/hubfs/vivid-blue_arrow.png'); left:inherit; right:29px}
.spa_say_list.blue_box::after{background-image: url('https://events.vorys.com/hubfs/orange_arrow.png'); left:inherit; right:29px}
.blue_box {background: #f79e02; padding: 70px 100px 70px 70px;  max-width: 90.5%;}

.speakers_section { padding: 100px 0; background: #dad9d7; float: left; width: 100%;  display: block;}
.speaker_list h3 { color: #3D6CBA;  margin-bottom: 0; font-size: 25px; line-height:30px;}
body .speakers_lists { list-style: none; float: left; width: 100%;  display:block; flex-wrap: wrap; margin:0 auto; padding:0;}
.speakers_lists img { max-width: 100%;  height: auto;}
.speaker_list {width: 18.8%; float: left; display: inline-block;  margin: 25px 1.5% 0 auto; font-size: 16px; line-height: 20px; min-height:inherit; position: relative; transition: all .5s ease 0s;}
.speaker_list:nth-child(5n+5) {  margin-right: 0;}
.spe_img { float: left; width: 100%; display: block;  margin-bottom: 10px;}

.box16{text-align:center;color:#fff;position:relative}
.box16 .box-content,.box16:after{width:100%;position:absolute;left:0}
.box16:after{content:"";height:100%;top:0;transition:all .5s ease 0s}
.box16 .post, .box16 .title{transform:translateY(145px);transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s}
.box16:hover:after{background:rgba(255,255,255,0.7);}
.box16 img{width:100%;height:auto}
.box16 .box-content{padding:0px;margin-bottom:55px;bottom:0;z-index:1}
.box16 .title{font-size:22px;font-weight:700; background: rgba(255,255,255,0.7); padding:10px 10px 5px 10px; text-align: left;margin:0;}
.box16 .post{display: block; padding: 0 10px 10px 10px; color: #000; background: rgba(255,255,255,0.7); text-align: left; font-size: 21px;}
.box16 .social li a,.box17 .icon li a{border-radius:50%;font-size:20px;color:#fff}
.box16:hover .post,.box16:hover .title{transform:translateY(0); background: transparent; text-align: center;}
.box16 .social{list-style:none;padding:0 0 5px;margin:20px 0 25px;opacity:0;position:relative;transform:perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);transition:all .6s cubic-bezier(0,0,.58,1) 0s}
.box16:hover .social{opacity:1;transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0)}
.box16 .social li{display:inline-block}
.box16 .social li a{display:block;width:30px;height:30px;line-height:30px;margin-right:10px;transition:all .3s ease 0s}
.box17 .icon li,.box17 .icon li a{display:inline-block}
.box16 .social li:last-child a{margin-right:0}
.speakers_lists .per_img{max-width: 100%; height: 330px; width: 100%; object-fit: cover;}
.box16 .social img{max-height:30px;}

.event_heading {padding: 100px 0 0px 0; }
.event_heading .section-header h1::after, .page-header.section-header::after { content: none;}
.event_heading .section-header, .event_heading .section-header h1, .event_heading .section-header p {margin-bottom: 0; padding-bottom: 37px;}
.event_heading .secondary-header { float: left; width: 100%; display: block;}
.event_heading .secondary-header span {width: auto; background: #ffd700; padding: 5px 15px; color: #000; font-weight: bold;}

.event_accordion_section { float: left; width: 100%; padding:0 0 100px 0; display: block;}
.accordion, .no-accordion {cursor: pointer; padding: 0; width: 100%; border: none; text-align: left; transition: 0.4s; display: flex; padding:50px 0; min-height: 150px;  border-bottom: 1px solid #d3d3d3;}
.accordion::after {    margin-top: 15px; content: '\002B'; color: #fff; font-weight: 400;  float: right;  margin-left: 5px; background: #273D4A; width: 20px;  height: 20px; text-align: center; font-size: 20px; border-radius: 50px; line-height: 20px;}
.event_duration { float: left;  width: 30%;}
.accordion.active:after {content: "\2212";}
.panel {padding:0; background-color: white; max-height: 0; overflow: hidden;  transition: max-height 0.2s ease-out;}
.event_right_de { float: left; width: 75%;  display: inline-block;}
.event_right_de h3 { margin-bottom: 0;  font-weight: 300;  font-size: 38px;  line-height: 48px;}
.event_speakers_name { font-size: 30px; font-weight: 300; line-height: 40px; margin: 10px auto 0 auto;}
.no-accordion .event_right_de { font-weight: 300; }
.event_full_details { padding: 30px 0;  float: left;  display: block;  width: 100%;}
.event_full_details h5 { font-size: 50px; font-weight: 300; margin: 10px auto}
.event_speakers_details, .event_topic, .event_description, .es_lists {float: left; width: 100%; display: block;}
.event_topic { margin: 40px auto 27px auto;}


.es_list {float: left; width: 18.2%; display: inline-block; margin-right: 2%; margin-top: 25px; }
.es_img { float: left; width: 100%; height: 206px; margin: 0 auto; overflow: hidden;}
.es_img img {width:auto;  max-width: 100%; height:206px; border-radius: 0; object-fit: cover;}
.about_es {padding: 19px 0 0 0; width: 100%; float: left;  text-align: left;  display: block;}
.es_list:nth-child(5n) { margin-right: 0;}
.event_topic h3 { color: #3D6CBA; margin-bottom: 0px;}
.about_es em { font-size: 30px;  font-style: normal;  line-height: 35px;}

.feature_logos .row-fluid { display: flex; align-items: center;}
.feature_logos {padding: 30px 0; text-align: center;}
.feature_logos .hs-image-widget { max-width: 220px; height: auto;}
.feature_logos .span3:first-child { text-align: left;}
.feature_logos .span3:last-child { text-align: right;}
.feature_section {float: left; width: 100%; display: block; padding: 0 0 80px 0;}
.white_text{color:#fff}

.footer-container-wrapper {float: left; width: 100%; background: #3D6CBA; padding: 80px 0 200px 0; display: block;}
.footer_text {margin-top: 60px; color: #fff; font-weight: 300;}
.footer_text a {text-decoration: none; color: #fff;}
.footer_text a:hover { text-decoration: underline;}

.mobile_cta { display:none}
.es_lists {  margin-bottom: 25px;}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    float: left;
    width: 100%;
    display: block;
}
.legal-consent-container {
    float: left;
    width: 100%;
    display: block;
}
.es_lists{display: flex; flex-wrap: wrap;}

strong, b {
    font-weight: bold;
}
.form_section { background-color: #3D6CBA;  padding: 100px 0; background-image:linear-gradient(#3d6cba 80%, #ffffff 20%);}
.form_section .section-header h1, .form_section .secondary-header {color:#ffffff;}
.form_section .section-header::after{background: #fff;}
.form_section .widget-type-form { background: #fff;  padding: 50px;  border-radius: 10px;  box-shadow: 0 3px 6px rgba(0,0,0,0.16); float: left;
width: 100%;}
input, textarea, select {border: 1px solid #D3D3D3; border-radius: 2px; padding: 15px !important; line-height: 28px; font-size: 20px;  font-weight: 300;}
label {color: #3D6CBA; font-size: 20px; font-weight: 500; line-height: 26px;}
.hs-form-field { margin-bottom: 30px;}
.inputs-list { list-style: none; float: left; width: 100%;}
.hs-form-radio { float: left; width: auto; margin: 18px 25px 25px 0px; color: #273D4A;}
.hs-form-radio-display, .hs-form-booleancheckbox-display{ color: #273D4A;
    position: relative;
    padding-left: 25px; float: left; width: 100%;
}
.hs-form-radio-display input[type="radio"], .hs-form-booleancheckbox-display input[type="checkbox"]{
    visibility: hidden;
}
.hs-form-booleancheckbox-display::before {
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #D3D3D3;   
    position: absolute;
    top: 2px;
    left: 0;
}
.legal-consent-container .hs-form-booleancheckbox-display input {
    float: left;
    display: inline-block;
    position: relative;
    left: 0;
    top: 8px;

}
strong, b {
    font-weight: bold;
}.hs-form-booleancheckbox-display::after {
    background: #3D6CBA;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;    
    left: 5px; opacity: 0;
    top: 7px;
}
.hs-form-radio-display::before {
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #D3D3D3;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
}
.hs-form-radio-display::after {
    background: #3D6CBA;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 5px; opacity: 0;
    top: 7px;
}
.hs-field-desc {
    font-size: 14px;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
    display: inherit!important;
    margin-left: 0!important;
    font-size: 16px;
    padding-left: 11px;
}
.hs_submit.hs-submit {
    float: left;
    width: 100%;
    display: block;
    margin-top: 0px;
}
.hs-button.primary.large { float: left; width: 100%; color: #fff; text-transform: uppercase; cursor: pointer;  font-size: 20px;  background: #D94742;  border: none;   border-radius: 3px;  font-family: 'Roboto',sans-serif;
    font-weight: bold;}
.hs-button.primary.large:hover{background: #3D6CBA;}
.hs-error-msg { color: red;  font-size: 14px;}
input.error, textarea.error, select.error { border: 1px solid #f00;}
.about_es b { font-weight: 300;}
.hs-form-radio-display.active::after, .hs-form-booleancheckbox-display.active::after {
    opacity: 1;
}

.no-list.hs-error-msgs.inputs-list {

    padding: 0;
    margin: 0;

}

@media only screen and (min-width: 250px) and (max-width: 1700px) {
  .span12.widget-span.widget-type-cell.container, .container { max-width:90%;}
  .speaker_list h3 { font-size:20px;}
  #hs-link-module_156022972842351_hs_logo_widget { float: left; width: auto; line-height: inherit; display: block;}
  .site_logo .hs-image-widget { max-width: 100%; height: 35px; width: auto !important;}
  .menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { font-size: 20px; line-height: 39px;}
  .header-container-wrapper{padding:30px 0 20px 0;}
  .topbanner_content::before {width: 700px; height: 457px; left: -6%; background-size: 570px auto; top: 16px;}
  .big_heading {font-size: 120px; line-height: 120px; letter-spacing: 6px;}
  .topbanner_content { max-width: 1000px; padding-top: 175px;}
  .heading {font-size: 50px; line-height:60px;}
  .tbb_btn {border: 3px solid #000; border-radius: 15px;  padding: 10px 34px; line-height: 40px;}
  .tbb_date {border-radius: 15px; padding: 5px; color: #000; font-size: 30px;}
  .big_heading span{top: -37px; left: -36px;}
  .topbanner_section.span12::after { height: 274px;  background-size: cover; background-position: bottom right;}
  body, .event_right_de h3 { font-size: 24px; line-height: 38px;}
  .blue_hw_line h1, .section-header h1, .heading_section h1, .esc_wysa_left h1 { font-size: 48px; line-height: 54px;  padding-bottom: 30px; margin-bottom: 30px;}
  .blue_hw_line h1::after, .page-header.section-header::after, .section-header h1::after, .heading_section h1::after, .esc_wysa_left h1::after { width: 350px;  height: 8px;}
  .ecs_wysa_wrap a.cta_button {padding: 14px 40px; font-size: 26px; border-radius: 10px;}
  .spa_say_list {padding: 50px 30px; border-radius: 18px;}
  .blue_box { padding: 50px 80px 50px 60px; max-width: 86.5%;}
  .green_box { max-width: 60%; padding: 50px; margin-top: 60px;}
  .spa_say_list::after { width: 91px; height: 79px;bottom: -57px; background-repeat: no-repeat;}
  .red_box { margin-top: 29%;}
  .event_speakers_name, .about_es em { font-size: 21px;  line-height: 30px;}
  .accordion, .no-accordion{padding: 40px 0; min-height: inherit;}
  .event_full_details h5 { font-size: 24px;}
  .footer_logo img { max-height: 40px; max-width: 76%; width: auto !important;}
  .event_heading .section-header {  padding-bottom: 0px;}
  
  @media only screen and (max-width: 1400px) {
    .tbb_btn { border-radius: 10px; line-height: 30px;  font-size: 24px;}
    .big_heading { font-size: 100px; line-height: 100px;}
    .heading { font-size: 50px; line-height: 60px;}
    .topbanner_content {max-width: 77%;}
    .topbanner_content::before { height: 393px; left: -6%; background-size: 485px auto;  top: 29px;} 
    .blue_hw_line h1::after, .page-header.section-header::after, .section-header h1::after, .heading_section h1::after, .esc_wysa_left h1::after { width: 300px;  }
    body, .event_right_de h3, .box16 .post, label { font-size: 18px; line-height: 28px;}
    .blue_hw_line h1, .section-header h1, .heading_section h1, .esc_wysa_left h1 { font-size: 38px; line-height: 48px; padding-bottom: 25px;  margin-bottom: 25px;}
    .ecs_wysa_wrap a.cta_button { padding: 12px 30px; font-size: 20px; border-radius: 8px;}
    .speakers_lists .per_img {  height: 290px;}
    .box16 .title { font-size: 20px;}
    .event_speakers_name, .about_es em { font-size: 16px;  line-height: 26px;}
    .event_full_details h5{font-size:26px;}
    .form_section .widget-type-form{padding:40px;}
    h3 { font-size: 26px; line-height: 34px; margin-bottom: 21px;}
    input, textarea, select { padding: 8px !important; line-height: 28px; font-size: 16px;}
    .hs-form-field {  margin-bottom: 20px;}
    .event_heading .section-header { padding-bottom: 0px;}
    .accordion::after { margin-top: 0;}
  }
    
  @media only screen and (max-width: 1270px) {
    .menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding:0px 15px}
    .box16 .title { font-size: 18px;  line-height: 22px;}
    .box16 .post { font-size: 14px; line-height: 17px; }
  }
  @media only screen and (max-width: 1200px) {
    .menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { font-size:15px;}    
    .topbanner_content::before {  height: 393px; left: -6%;  background-size: 471px auto;}
      .hs-form-field {margin-bottom: 20px;}
    .speakers_lists .per_img { height: 240px;}
   }
    @media only screen and (max-width: 1050px) {
      .topbanner_content {  max-width: 100%;}
      body, .event_right_de h3, .box16 .post, label { font-size: 16px;}
      .blue_box, .red_box { padding: 40px;  max-width: 100%;}
      .green_box { max-width: 80%;  padding: 40px;}
      .speaker_list { width: 22.75%;  margin: 25px 3% 0 auto;}
      .speaker_list:nth-child(5n+5) { margin-right: 3%;}
      .speaker_list:nth-child(4n+4) {  margin-right: 0;}
      .accordion, .no-accordion {  padding: 22px 0;}
      .event_speakers_name, .about_es em {  font-size: 14px;  line-height: 23px;}
      .footer_logo img { max-height: 35px;}
    }
 
  @media only screen and (max-width: 1020px) {    
    .esc_wysa_left { width:48%;}
    .event_heading{ padding: 60px 0 00px 0;}
  }
  @media only screen and (max-width: 980px) {
    .site_logo .hs-image-widget {max-width: 270px;}
    .feature_logos .hs-image-widget { max-width:130px;}   
    .wysa_q_img img { width: 70px; height: 70px; border: 3px solid #fff;}
     .footer-container-wrapper { padding: 45px 0 90px 0;  display: block;}
    .es_img, .es_img img{height:150px}
    
  }
  @media only screen and (max-width: 900px) {
    .site_logo .hs-image-widget {max-width: 230px;}
    .header-container-wrapper { padding:25px 0; }
    body {font-size: 15px; line-height: 21px;}   
    .wysa_quotes { font-size:20px; line-height:30px;}
    .ecs_wysa_wrap::before { width:58%;}
    .esc_wysa_left {width: 53%;}
    .event_duration, .event_right_de h3 {font-size: 16px;}
    .event_speakers_name {font-size: 14px;}
    .speaker_list {  width: 30%;  margin: 25px 5% 0 auto;}
    .speaker_list:nth-child(4n+4) {  margin-right: 5%;}
    .speaker_list:nth-child(5n+5) { margin-right: 5%;}
     .speaker_list:nth-child(3n+3) {  margin-right: 0%;}
   
}
  @media only screen and (max-width: 785px) {
  .site_logo .hs-image-widget {max-width: 211px;}
     .footer_logo img { max-height: 30px;}
  }
  @media only screen and (max-width: 767px) {
    #register-now .container {  width: 100%;  max-width: 100%;}
    .span5.widget-span.widget-type-cell.white_text { background: #3d6cba; padding: 40px 5%;}
    .span3.site_logo {width:auto; text-align:left;}
    .site_logo .hs-image-widget { max-width: 160px; height: auto;}
    .topbanner_content { width:100%; margin:0px; text-align:left;}
    .tb_content { padding-right:0px;}    
    .mobile_cta {display:block;}
    .mobile_cta a {background: #fff; border-radius: 3px; color: #3d6cba; font-weight: bold; text-align: center; padding: 15px 20px; text-transform: uppercase; text-decoration: none; display: inline-block;
margin-top: 125px;}
    .section_second .row-fluid {flex-flow: column;}
    .section_second .span6:first-child, .section_second .span6:last-child { width:100%;}
    .section_second .span6:last-child { margin-left:0px; margin-top:50px;}
    .blue_hw_line h1::after, .page-header.section-header::after, .section-header h1::after, .heading_section h1::after, .esc_wysa_left h1::after{width: 250px; height: 5px;}
    .section_second, .section_past_att_say {padding: 50px 0;}    
    .form_section {background:none; padding: 0;}
    .event_accordion_section { padding: 0 0 50px 0;}
    .white_text {padding:50px 0;}
    .form_section .widget-type-form {padding:40px; border-radius: 0; box-shadow:none;}
    .heading_section{flex-flow: column; }
    .heading_section h1 { width:100%; margin-bottom:10px;}
    .heading_section .line {display:none;}
    .speakers_section {padding: 40px 0 60px 0;}
    .ecs_wysa_wrap::before { width:100%;}
    .ecs_wysa_wrap { padding:0px;}
    .esc_wysa_left { width:100%;}
    .es_lists .es_list { width:32%;}
    .es_lists .es_list:nth-child(3n+3) {margin-right:0px;}
    .feature_logos .row-fluid [class*="span"] {width:25%;}
    .big_heading { font-size:100px; line-height:100px; letter-spacing:3px;}
    .heading { font-size: 40px; line-height: 50px; }
    .topbanner_section.span12 {padding-top:20px;}
    .event_heading {  padding: 50px 0 0px 0;}
    .form_section .section-header h1, .form_section .secondary-header {  text-align: left;}
    .page-header.section-header{margin-bottom:30px;}
    .legal-consent-container .hs-form-booleancheckbox-display > span {  font-size: 14px;  line-height: 21px;}
    .header-container-wrapper {  padding: 20px 0 13px 0;}
    .menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { font-size: 14px; line-height: 24px;}
    .topbanner_content::before {height: 538px;left: -4%; background-size: 404px auto; top: 55px; width:100%;}
    .tbb_btn { border-radius: 8px; line-height: 26px; font-size: 21px; border-width: 2px;  padding: 7px 22px;}
    .topbanner_section.span12::after { height: 218px;}
    .tb_bottom{margin-top: 70px;}
    .blue_hw_line h1, .section-header h1, .heading_section h1, .esc_wysa_left h1 { font-size: 35px; line-height: 44px; padding-bottom: 20px; margin-bottom: 20px;}
    .ecs_wysa_wrap a.cta_button {padding: 12px 28px; font-size: 18px; border-radius: 8px;}
    .spa_say_list::after{width: 60px; height: 54px; bottom: -45px}
    .red_box {max-width: 50%;   margin: 30px auto 60px auto;  padding: 20px 30px;}
    .blue_box { max-width: 80%; float: right !important;  padding: 20px 30px;}
    .green_box { max-width: 60%;  padding: 20px 30px;  margin-top: 60px;}
    .event_heading .section-header p{padding-bottom:0px;}
    .event_full_details h5 {  font-size: 20px;}
  }
  @media only screen and (max-width: 700px) {
    .speaker_list { width: 47%; margin: 25px 6% 0 auto;}
    .speaker_list:nth-child(3n+3), .speaker_list:nth-child(5n+5) { margin-right: 6%;}
     .speaker_list:nth-child(2n+2) { margin-right: 0;}
  }
  @media only screen and (max-width: 620px) {
   .heading { font-size: 30px; line-height: 40px;}
    .form_section {background-image: none;}   
    .wysa_quotes {font-size: 17px;line-height: 27px;}
    .speakers_section { padding-bottom:40px;}
    .event_accordion_section {padding: 0px 0 40px 0;}
    .accordion, .no-accordion {flex-flow: column; align-items: initial; min-height: inherit; padding: 20px 0 10px 0;}
    .event_duration { width:100%; margin-bottom:10px;}
    .event_right_de {width:100%; margin-bottom:0px;}
    .es_lists .es_list {width: 49%;}
    .es_lists .es_list:nth-child(even) {margin-right:0px;}
    .feature_logos .row-fluid {flex-flow: wrap; justify-content: center;}
    .feature_logos .row-fluid [class*="span"] { text-align:center; margin-bottom:30px; width: 50%;}
    .feature_logos {padding:0px;}
    .feature_section { padding: 0 0 20px 0;}
    .big_heading { font-size: 90px; line-height: 90px;}
    .topbanner_content::before { height: 307px; background-size: 360px auto; top: 20px;}
    .topbanner_content{padding-top: 130px;}
    .form_section .widget-type-form { padding: 40px 20px;}
    .accordion::after { margin-top: 0;  position: absolute;  right: 30px;}
  }
  @media only screen and (max-width: 475px) {
    .menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { font-size: 12px; line-height: 27px;  padding: 0 8px;}
.topbanner_content::before {  height: 348px; background-size: contain; top: 20px; content:none;}
    .mobile_cta a { margin-top:65px;}
    .blue_hw_line h1 {font-size: 30px;line-height: 40px;}
    .section-header h1, .heading_section h1, .esc_wysa_left h1 {font-size: 30px;line-height: 40px;} 
    .speaker_list {width: 100%; margin-right: 0;}
    .speakers_lists {padding-left:0px!important;}
    .es_lists .es_list {width: 100%;margin-right: 0;}
    .tb_line {padding:0 7%;}
    .span12.widget-span.widget-type-cell.container, .container {max-width: 90%;} 
    .wysa_q_img {width:100%;}
    .feature_logos .hs-image-widget {max-width: 100px;}
    .red_box, .blue_box, .green_box { max-width: 90%;}
    .speakers_lists .per_img {  height: auto;}
    .site_logo .hs-image-widget {   max-width: 100px;}
    .header-container-wrapper { padding: 12px 0;}
    .big_heading { font-size: 80px;  line-height: 80px;}
    .big_heading span { top: -28px; left: -24px;}
    .heading { font-size: 25px; line-height: 35px;}
    .es_img, .es_img img {  height: inherit;}
  }
}