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

/**********************************************************
                      HEADER-2019                        *
***********************************************************/

.sampleClass {float:left;}
@media only screen and (max-width: 768px){
	.sampleClass {float:none;}
}

/* HEADER WRAPPER */
.header-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px;
}

/* LOGO */
#logo, .icons-wrap{
  max-width: fit-content;
}
ul#primnav > li.whitelogo{
  width: 100%;
  text-align: center;
  padding: 0px 0px 20px;
}
#logo img{
  max-width: 250px;
}
.whitelogo img{
  width: 135px;
}

/* SM ICONS */
div.icons-wrap{
  display: flex; 
  justify-content: space-evenly;
  align-items: center;
}
/*div.socials{
  position: absolute;
  right: 65px;
}*/
div.socials i{
  color: #fff;
  font-size: 24px;
  transition: 0.2s linear;
}
li.sm-item{
  padding-right: 20px;
  display: inline-block;
}
#nav-icon1 > span{
  transition: 0.2s linear;
}
#nav-icon1:hover > span{
  background: #ccc;
  transition: 0.2s linear;
}
.haskids .kids{
  list-style: none;
  padding-top: 145px;
  padding-inline-start: 0px;
  -webkit-padding-start: 0px;
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 250px;
  background-color: rgba(20,20,20,0.9);
  overflow-x: hidden;
  transition: 1s;
  padding-left: 0px;
  padding-right: 0px;
}
.haskids:hover .kids{
  border-right: 1px solid white;
    width: 300px;
    padding-left: 30px;
    padding-right: 30px;
}
.haskids:hover .kids > li {
    max-width: 100%;
}
.haskids .kids > li{
    min-width: 200px;
}
/* NAVIGATION */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(20,20,20,0.9);
  overflow-x: hidden;
  transition: 1s;
}

.sidenav a {
  padding: 8px 8px 8px 16px;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  color: #f1f1f1;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  display: block;
  transition: 2s;
}
.sidenav a.small-link{
  font-size: 16px;
  font-weight: 600;
}
.sidenav li:hover a{
  color: #fff;
  transition: 0.5s;
}
ul.kids > li > a:hover {
    color: #fff;
    -webkit-text-stroke: 0.5px #fff;
    transition: 0.5s;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.kids > li > a{
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
}
#primnav{
  padding-top: 15px;
}
ul#primnav > li{
	padding-left: 25px;
  min-width: 250px;
}
ul#primnav > li > a{
  display: flex;
  align-items: center;
}
ul#primnav > li.whitelogo > a.whitelogolink{
  max-width: fit-content;
  margin: 0 auto;
}
ul#primnav > li:hover > a:before{
    content: '\f111';
  font-family: 'FontAwesome';
    position: absolute;
    font-size: 13px;
    max-height: fit-content;
    margin-left: -25px;
    color: #fff;
}

ul#primnav > li.whitelogo:hover > a.whitelogolink:before{
  display: none;
}
.haskids{
	display: flex;
  flex-direction: row-reverse;
	justify-content: flex-end;
}

#primnav{
  padding-inline-start: 0;
  -webkit-padding-start: 0px;
  list-style-type: none;
	padding-top: 0px;
}

/* HAMBURGER */
#nav-icon1 {
  top: 48px;
  right: 35px;
  width: 25px;
  z-index: 99999;
  height: 30px;
  position: absolute;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  padding: 0;
  text-align: right;
}

#nav-icon1.open{
  position: fixed;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(2) {
  top: 8px;
}
#nav-icon1 span:nth-child(3) {
  top: 16px;
}
#nav-icon1.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#mySidenav{
  padding-top: 35px;
}

#mySidenav.wover{
  width: 250px;
  overflow-x: visible;
}
  
.haskids .kids{
  overflow-wrap: normal;
}
div.socials i:hover{
  color: #ccc;
  transition: 0.2s linear;
}
@media screen and (max-width: 768px){
  .header-wrap {
    padding: 10px;
  }
  #logo img {
    max-width: 200px;
  }
}
.mobilesocials{
  display: none;
}

@media screen and (max-width: 768px){
  .header-wrap{
    padding: 15px;
  }
  #nav-icon1 {
    top: 28px;
    right: 20px;
  }
  ul.sm-list{
    padding-inline-start: 25px;
  }
  ul.sm-list li.sm-item{
    /*padding-right: 5px;*/
    display: inline-block;
  }
  li.sm-item >a> i{
    color: #fff;
    /*font-size: 18px;*/
  }
  .desktopsocials{
    display: none;
  }
  .mobilesocials{
    display: block;
  }
  .event-overlay-img {
    height: 100vh;
    width: 100%;
    position: absolute;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mySidenav.wover{
    width: 50%;
    overflow-x: visible;
  }
  .haskids .kids{
    right: 50%;
  }
  .haskids:hover .kids {
    border-right: 1px solid white;
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
  }
  ul#primnav > li{
	  padding-left: 25px;
    min-width: unset;
  }
  #lightboxes .hs-fieldtype-checkbox input.hs-input { 
    height: 16px; 
    min-height: 16px; 
  }
  .mobilenoscroll{
    overflow: hidden;
  }
  #mySidenav.wover{
    width: 100%;
  }
  #mySidenav{
    overflow-y: scroll;
  }
  ul#primnav>li{
    padding-left: 0px;
  }
  ul#primnav>li>a {
    display: flex;
    align-items: center;
    max-width: fit-content;
    margin: 0 auto;
  }
  li.haskids{
      flex-direction: column;
  }
  .haskids .kids{
    background-color: transparent;
    display: none;
    text-align: center;
    list-style: none;
    padding-top: 0px;
    padding-inline-start: 0px;
    -webkit-padding-start: 0px;
    height: 100%;
    right: 0;
    width: 100%;
    position: relative;
  }
  .haskids:hover .kids{
    border-right: 1px solid white;
    width: 100%;    
    padding-left: 0px;
    padding-right: 0px;
  }
  .haskids:hover .kids > li {
      max-width: 100%;
  }
  .sm-list.mobilesocials{
    text-align: center;
  }
}

/**********************************************************
               ABOUT MSG INTRO HEADING                    *
***********************************************************/


.hwrap{
  width: 100%;
}
.heading-sep{
  margin-bottom: 35px;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: rgb(0, 0, 0);
  width: 140px;
}


/**********************************************************
                 HOMEPAGE EVENT CARDS                     *
***********************************************************/


.cpostcon{
  color: #fff;
  z-index: 99;
}
.bottom-row{
    display: flex;
    flex-direction: row;
    max-height: fit-content;
    align-items: center;
    justify-content: space-between;
}
.bottom-row p{
  font-size: 20px;
  margin: 0;
  line-height: 1;
  color: #fff;
  font-family: 'poppins', sans-serif;
}
.bottom-row p span{
    font-size: 13px;
    vertical-align: top;
}
.bottom-row a{
   color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'poppins', sans-serif;
  font-weight: bold;
}
.content {
  border-radius: 14px;
  position: relative;
  width: 100%;
  margin: auto;
  height: 100%;
  overflow: hidden;
}
.allcontent{
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding:25px 20px;
    box-shadow:inset 0px 0px 130px rgba(30,30,30,0.85);
}


.content .content-overlay {
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  position: absolute;
  height: 100%;
  border-radius: 14px;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}
.content:hover .content-details > p{
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform: scale(1.1);
  -webkit-text-stroke: #fff 1.1px;
}
  

.content-image{
  width: 100%;
  height: 225px;
  object-fit: cover;
  object-position: center;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  z-index: 99999;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}



.content-details p{
  color: #fff;
  text-transform: uppercase;
}

.fadeIn-bottom{
  top: 90%;
}
.fadeIn-left{
  left: 17.5%;
}

.cardcontainer{
  max-width: 1280px;
  margin: 35px auto 55px;
}
.topcards{
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.eventcard{
  display: inline-block;
  width: 32%;
  border-radius: 14px;
  background-position: center!important;
  background-size: cover!important;
  height: 225px;
  text-align: left;
  max-height: 225px;
}
.cardinfowrap{
  padding: 17.5px 20px;
  min-height: calc(100% - 35px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.eventcard.margcard{
  margin: 0 0.75% 0.75%;
}
p.cardname, p.cardinfo{
  color: #fff;
  font-family: 'poppins';
  margin: 0;
  text-transform: uppercase;
}
p.cardname{
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 5px;

}

p.cardinfo{
  line-height: 1.3;
  font-weight: 500;
  font-size: 16px;
}

.cardinfowrap a{
  color: #fff;
  font-weight: 700;
  font-family: poppins;
}
.hiddencards{
  display: none;
  text-align: center;
}
a.hoverlink{
  height: 100%; 
  width: 100%; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}

a.hoverlink > span{
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  font-family: poppins;
}

.viewall-events{
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
.cardinfowrap a:hover{
  color: #aaa;
  transition: 0.3s;
}
@media screen and (max-width: 768px){
  .cardcontainer{
    max-width: 1280px;
    margin: 0px auto 35px;
  }
  .fadeIn-left {
    left: 20%;
  }
}

/**********************************************************
                     COUNTER GRID                        *
***********************************************************/

.modrow{
  display: block;
  width: 100%;
  text-align: center;
}
.halfwidthmod{
  display: inline-block;
  width: 49.5%;
}
.modrow p{
  width: 100%;
  display: inline-block;
  text-align: center;
}
.iconwrap{
  max-width: 40px;
  margin: 0 auto;
  color: #fff;
}
.iconwrap > i{
  font-size: 44px;
  padding-bottom: 7px;
}
.halfwidthmod .iconwrap > i{
  font-size: 28px;
}

p.stat{
  text-align: center; 
  margin: 0 auto;
  padding: 0;
  font-size: 48px;
  line-height: 44px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #fff;
}
p.statplus:after{
  font-size: 34px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #fff;
  padding-left: 2px;
  content: '+';
}
p.nonstat{
  text-align: center; 
  margin: 0px; 
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  line-height: 18px;
}


/**********************************************************
                    OW YOUTUBE EMBED                      *
***********************************************************/



.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
  }

  .embed-responsive-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

.embed-responsive-169::before {
    padding-top: 56.25%;
}

.embed-responsive-43::before {
    padding-top: 75%;
}


/**********************************************************
                     TESTIMONIALS                         *
***********************************************************/



.testilogo-slider {
  position: relative;
  padding: 0 1em;
}
.hs-gallery .slick-slide {
  max-width: 100%;
  text-align: center;
}
/* Testimonial Wrapper */
.testilogo {
  padding: 1em;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
      -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.testilogo.slick-slide {
  padding: 0;
  margin: 1em;
}

/* Blockquote */
.testilogo blockquote {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 1em;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 2em;
  margin: 1em 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.testilogo blockquote img{
  max-height: 20px;
  padding: 10px 0px;
  width: auto;
}
/* Blockquote :: Variations */
@media only screen and (min-width: 768px) {
  .testilogo blockquote:before {
    border: 1px solid transparent;
    bottom: initial;
    left: initial;
  }
}
/* Footer */
.testilogo .author-info{
  width: 90%;
  text-align: left;
  font: 15px / 27px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.testilogo .name {
  margin-top: 1em;
  font-weight: bold;
}
.testilogo .title {
  margin-top: .3em;
  font-style: italic;
}


/* Slider */
.slick-loading .slick-list {
  background: #fff url('//design-assets.hubspot.com/hubfs/Slick%20Slider/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 100%;
  display: none!important;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
@media screen and (max-width: 768px){
  .slick-prev, .slick-next{
    display: block!important;
  }
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color:  #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 42%!important;
  z-index: 1;
}
[dir='rtl'] .slick-prev {
  right: 55%;
  left: auto;
}
.slick-prev:before {
 content: '\f0d9';
    color: #333;
    opacity: 0.6;
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: 42%!important;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 55%;
}
.slick-next:before {
  content: '\f0da';
      color: #333;
    opacity: 0.6;
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
img.testilogo{
  max-height: 30px;
  width: auto;
}
.testilogo-name{
  font-weight: 700;
  padding-bottom: 6px;
}

.testilogo .author-info{
  line-height: 1.2;
}


/**********************************************************
                    TRENDING MEDIA                        *
***********************************************************/


.media-grid{
  margin: 35px auto;
  width: 90%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
  
.media-item {
  position: relative;
  width: 100%;
  text-align: center;
  flex: 1;
}

.pcast-image {
  display: block;
  width: fit-content;
  margin: 0 auto;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
  overflow: hidden;
  width: 100%;
  height: 20%;
  transition: .5s ease;
}

.media-item:hover .overlay {
  height: 100%;
}
  
.text {
  color: white;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.topic-overlay{
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
  z-index: 999;
  max-width: fit-content;
  color: #fff;
  background: #DA2424;
  padding: 2px 5px;
}
.media-item:hover .overlay .text{
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.other{
      flex: 1;
    max-width: 32%;
  background: #fff;
}

h3.podheading{
  font-size: 18px;
  padding: 5px 10px;
  height: 90px;
}


/**********************************************************
                  EVENTS INTRO BANNER                     *
***********************************************************/
 
.event-bg-image{
    min-width: 100%;
    width: 100%;
    max-height: 600px;
    height: auto;
    background-size: cover;
    background-position: center;
}

h1.eventtitle:after{
  display: none;
  height: 0px;
}

h1.eventtitle {
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-transform:none;
  margin-bottom:30px;
}

.event-wrapper > .btn-wrap{
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  margin-top:20px;
}

@media screen and (min-width:860px) {
  .event-wrapper > .btn-wrap {
    justify-content: flex-start;
  }
}

.btn-wrap > .eventbutton{
  margin-left: 15px;
  margin-right: 15px;
  padding: 2px 25px 5px;
  font-weight: 700;
  background-color: #fff;
  border: none;
  transition: 300ms;
  margin: 10px 5px 0;
  height:40px;
  line-height:34px;
}
.event-wrapper > .btn-wrap > a.eventbutton:hover{
  transition: 300ms;
}

.event-overlay-img{
    margin: 0px auto;
    padding: 0px;
    height: 100vh;
    overflow: visible;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 530px;
}

p.cd-text, p.eventdate, p.eventlocation{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin:0;
  line-height:1.2;
}

p.cd-text > span.cd-label{
  font-size: 14px;
  padding: 0 15px 0 5px;
}
p.cd-text > span.cd-label:last-child{
  padding-right: 0px;
}
span.day{
  text-transform: lowercase;
}
@media screen and (max-width: 768px){
  .event-wrapper > .btn-wrap{
    flex-wrap:wrap;
  }
  h1.eventtitle{
    font-size: 44px;
  }
  p.cd-text, p.eventdate, p.eventlocation{
    font-size: 28px;
  }
  .event-wrapper{
    display: flex;
    height: fit-content;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 860px){
  h1.eventtitle{
    font-size: 32px;
    text-align:center;
  }
  p.cd-text, p.eventdate, p.eventlocation{
    font-size: 18px;
    margin: 0 auto;
    line-height:26px;
  }
  .event-wrapper > .btn-wrap > a.eventbutton, p.cd-text, p.eventdate, p.eventlocation{
    font-weight: 700;
  }
  .event-wrapper {
    display: flex;
    height: fit-content;
    align-items: center;
    padding: 60px 30px;
    /*background-color: rgba(0,0,0,0.2);*/
    flex-direction: column;
    justify-content: center;
    border-radius: 14px;
    margin: 0 auto;
} 
}



/**********************************************************
                    WHO'S ATTENDING                       *
***********************************************************/
.grid-outer {
  display: flex;
  width: 100%;
  max-width: 1080px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.image-logo {
  width:50%;
  max-width:150px;
  margin:0 10px;
  height:100px;
  overflow:hidden;
}
.image-logo img {
  width:100%;
  margin-top:-15%;
}

 h2.secthead{
  text-align: center;
}

 p.sectcont{
  text-align: center;  
}


@media screen and (max-width: 768px){
  .image-logo {
    min-width: 50%;
    margin:0;
  }
  .image-logo img {
    width:80%;
  }
}

/**********************************************************
                      PIE CHART                           *
***********************************************************/
#topper{
      display: flex;
    align-items: center;
    justify-content: center;
}
.wpb_text_column{
  margin-top: -50px;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px){
  #topper{
    flex-direction: column;
  }
}


/**********************************************************
                       SPONSORS                           *
***********************************************************/
#sponsors .gradient-bg{
  padding-top: 25px;
}
#vabtn{display: block;}
p.spinf{
  line-height: 1.2;
  font-size: 14px;
}
.fullcent{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
h2.secthead-white.sponhead{
  text-align: center;
  color: #fff;
  padding-bottom: 120px;
}
.rest{
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
} 
.spkbtn-row > #espan.inverted.spbtn:hover{
  border: 1px solid #da2424;
}
.spkbtn-row > a#espan.inverted.spbtn:hover {
    color: #fff;
    border: 1px solid #da2424;
    background-color: #da2424;
}


/**********************************************************
                  SPONSORS DRAG N DROP                    *
***********************************************************/
#sponsors{
  background: white;
}
#sponsors .gradient-bg{
  padding-top: 25px;
}
#vabtn{display: block;}
p.spinf{
  line-height: 1.2;
  font-size: 14px;
}
#sponsors .sp-image-logo {
  max-width:150px;
  height:100px;
}
h2.secthead-white.sponhead{
  text-align: center;
  color: #fff;
  padding-bottom: 120px;
}
.rest2{
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
} 
.spkbtn-row > #espan.inverted.spbtn:hover{
  border: 1px solid #da2424;
}
.spkbtn-row > a#espan.inverted.spbtn:hover {
    color: #fff;
    border: 1px solid #da2424;
    background-color: #da2424;
}



/**********************************************************
                     SUBSCRIBER POPUP                     *
***********************************************************/



.lboxwrap{
  display: none;
  position: fixed;
  left: 0;
  z-index: 999999999;
  right: 0;
  top: 0;
  overflow: scroll;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
}
.subwrap{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.subwrap-wrap{
  width: fit-content;
  min-width: 320px;
  max-width: 520px;
  border: 1px solid #fff;
  margin: 0 auto;
  background-color: #fff;
  padding: 35px;
  border-radius: 1px;
  position: relative;
  overflow: scroll;
  text-align: center;
  max-height: 70vh;
  box-shadow: 4px 4px 18px #000;
  
}
.subwrap-wrap > img{
  max-width: 100px;
}

.hide-overflow{
  overflow: hidden;
}

#subclose{
  font-size: 12px;
  font-family: 'Poppins', sans;
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
}
#mgssubscribe h3{
  font-size: 36px;
  font-weight: 600;
  color: #9E3B37;
  line-height: 1;
}
#mgssubscribe p{
  font-size: 22px;
  padding-bottom: 5px;
}
#mgssubscribe form{
  padding: 5px 0px 20px;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#mgssubscribe .hs-form-field > label, #mgssubscribe .hs-error-msgs, #mgssubscribe .hs_error_rollup{
  display: none!important;
  height: 0px;
  visibility: hidden;
}
#mgssubscribe div.hs-form-field{
  width: 90%;
  margin-bottom: 0;
}
#mgssubscribe div.hs_submit.hs-submit{
  width: 10%;
}

#mgssubscribe input[type="email"]{
  height: 50px;
  box-shadow: none;
  border-radius: 35px;
  background-color: #f7f7f7;
  border: unset!important;
  text-align: center;
  font-family: 'Poppins', sans!important;
  font-size: 22px;
  font-weight: 100;
}
#mgssubscribe .hs-button.primary, #mgssubscribe input[type="submit"], #mgssubscribe input[type="button"]{
  margin-top: 0px!important;
  border-radius: 50%;
  padding: 0 0px 6px 2px;
  min-width: 30px;
  height: 30px;
  font-size: 30px !important;
  line-height: 1!important;
  background-color: #9E3B37!important;
  font-weight: 300!important;
}
#mgssubscribe .hs-button.primary:hover, #mgssubscribe input[type="submit"]:hover, #mgssubscribe input[type="button"]:hover{
  background-color: #fff!Important;
  color: #9E3B37;
}
#subclose{
  color: #999;
}
#subclose:hover{
  cursor: pointer;
  color: #757575;
}
  

/**********************************************************
                       SPEAKERS                           *
***********************************************************/
#speakers{
  padding-bottom: 35px;
}
/* speakered GRID */
.speakered-grid{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
  margin:0 auto; /*center aligned*/
  padding: 30px 0px;
  list-style:none;
}
        
.speakered-grid .speakered .speakered-inner {
    display: block;
    position: relative;
    margin: 5px 10px;
    overflow: hidden;
}
        
.speakered-grid .speakered .speakered-inner .speakered-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
    border-radius:5px;
}
.spkbtn-row{
  padding: 5px 0px;
  text-align: center;
}

.speakered-grid .speakered .speakered-inner .speakered-info h3{
  font-size: 16px;
  font-weight:bold;
  text-transform: capitalize;
  line-height: 1.25;
  margin: 2px 0;
}
/* speakered COMPANY */
.speakered-grid .speakered .speakered-inner .speakered-info p.speakered-company{
  margin: 0;
  line-height: 1.3;
}
/* speakered JOB TITLE */
.speakered-grid .speakered .speakered-inner .speakered-info p.speakered-position{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
}
/* speakered SOCIAL LINKS */
.speakered-grid .speakered .speakered-inner .speakered-info .speakered-smlink{
  max-width: fit-content;
  display: inline-block;
}
.speakered-grid .speakered .speakered-inner .speakered-info p.smlink{
  display: inline-block;
  max-width: fit-content;
}

.speakered-smlink{
  height: 27px;
}

@media (max-width: 900px) {
   .speakered-grid .speakered {
        width:25%;
    }
}

@media (max-width: 700px) {
    .speakered-grid .speakered {
        width:33.33%;
    }
}

@media (max-width: 550px) {
    .speakered-grid .speakered {
        width:50%;
    }
}
@media (min-width: 769px){
  #speakers{
    margin-top: 25px;
  }
  #speakers .spkbtn-row{
    margin-top: 0px;
  }
}

/**********************************************************
               SPEAKERS DRAG N DROP                       *
***********************************************************/

#speakers{
  padding-bottom: 35px;
}
/* speakered GRID */
.speakered-grid{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
  margin:0 auto; /*center aligned*/
  padding: 0px;
  list-style:none;
}

.speakered-grid .speakered {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
        
.speakered-grid .speakered .speakered-inner {
    display: block;
    position: relative;
    margin: 5px 10px;
    overflow: hidden;
}
        
.speakered-grid .speakered .speakered-inner .speakered-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
}
.spkbtn-row{
  padding: 5px 0px;
  text-align: center;
}
/* speakered SOCIAL LINKS */
.speakered-grid .speakered .speakered-inner .speakered-info .speakered-smlink{
  max-width: fit-content;
  display: inline-block;
}
.speakered-grid .speakered .speakered-inner .speakered-info p.smlink{
  display: inline-block;
  max-width: fit-content;
}

.speakered-smlink{
  height: 27px;
}

@media (max-width: 900px) {
   .speakered-grid .speakered {
        width:25%;
    }
}

@media (max-width: 700px) {
    .speakered-grid .speakered {
        width:33.33%;
    }
}

@media (max-width: 550px) {
    .speakered-grid .speakered {
        width:50%;
    }
}
@media (min-width: 769px){
  #speakers{
    margin-top: 25px;
  }
  #speakers .spkbtn-row{
    margin-top: 0px;
  }
}


/**********************************************************
                  BECOME A SPONSOR CTA                    *
***********************************************************/


p.cta-p{
  /*font-size: 26px;*/
  /*font-weight: 400;*/
  max-width: 500px;
  margin: 0 auto;
}
.page-center-small.text-wrap.centerwrap{
  text-align: center;  
}
div.ctamodbtn{
  max-width: fit-content; 
  margin: 0 auto;
}
div.ctamodbtn a{
  margin: 25px auto 0;
}

div.cta-background{
  background-size: cover; 
  background-position: center; 
  width: 100%;
}

div.text-wrap{
  padding-top: 35px; padding-bottom: 35px;
}
.eventbutton.whiteinverted{
  
  background-color: #fff;
  color: #B53748;
  border: 1px solid #B53748;
}
.eventbutton.whiteinverted:hover{
  background-color: #B53748;
  color: #fff;
  border: 1px solid #fff;
}

div.cta-background-overlay{
  padding-top: 25px;
  padding-bottom: 20px;
}

/**********************************************************
                   REGISTRATION                           *
***********************************************************/


#registration{
  padding: 35px 5%;
}
.reg-header{
  padding-bottom: 15px;
}
#reg-bg-hidden{
  display: none;
}

p.reg-intro-text{
  text-align: center;
  padding: 5px 0px 15px;
}

#reg-bg-hidden{
  display: block!important;
  background: #f7f7f7;
  width: 100%;
  position: relative;
}

/**********************************************************
                   AGENDA COPY                            *
***********************************************************/

#agenda{
  padding: 35px 0px;
}
.agenda-section{
  height: 650px;
  overflow-y: hidden;
  position: relative;
}
/* iframe{
  height: 100%;
} */
.agenda-section > div{
  height: 100%;
}
p.agenda-intro-text{
  text-align: center;
  padding: 5px 0 15px;
}

.agenda-section.fullheight{
  -webkit-animation: fullHeightToggle 3s ease-in;
  -webkit-animation-fill-mode: forwards;
  transition: 3s;
}

@-webkit-keyframes fullHeightToggle {
  0% {
    height: 650px;
  }
  100% {
    height: 100%;
  }
}

/**********************************************************
                       VENUE                              *
***********************************************************/

#venue{
  padding: 35px 0px;
}
#directions{
  margin: -7.5% auto 0;
  max-width: 500px;
  background: #fff;
  position: relative;
  padding: 15px 0px 15px;
  z-index: 99;
  box-shadow: 0 0 5px #ccc;
}
#mapper{
  position: relative;
   width: 100%;
   height: 100%;
}

.imger{
  width: 100%;
  text-align: center;
}
.imger img{
    max-width: 470px;
    height: auto;
}
.adder{
  text-align: center;
  padding: 0px 25px;
}
div.heading{
  text-align: center;
}
.heading.ven{
  padding-bottom: 25px;
}
.btnven{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnven > a.eventbutton{
  margin: 15px 35px 0px;
    border: 1px solid #fff;
}
.btnven > a.eventbutton:hover{
  color: #da2424;
  border: 1px solid #da2424;
}
.btnven > a.eventbutton:focus{
  color: #fff;
}
.btnven > a.eventbutton:focus:hover{
  color: #da2424;
} 

@media screen and (max-width: 768px){
  .imger{
    max-width: 90%;
    margin: 0 auto;
  }
}

/**********************************************************
                   ADVERTISEMENTS                         *
***********************************************************/

.advert-wrapper{
  text-align: center;
  padding-bottom: 35px;
}

img.advertimg{
  max-width: 100%;
  height: auto;
}

.horizontal-ad{
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.horizontal-ad > div{
  width: 50%;
  flex: 1;
  padding: 15px;
}


@media screen and (max-width: 768px){
  .horizontal-ad{
    align-items: center;
    flex-direction: column-reverse;
  }
  .horizontal-ad > div{
    padding: 0px;
    width: 100%;
  }
  .horizontal-ad > div img{
    max-width: 100%;
  }
  .horizontal-ad > .adcontent{
    text-align: center;
  }
  .horizontal-ad > .adcontent{
    padding: 25px 15px!important;
  }
}
.text-wrap.centerwrap{
      padding-top: 35px;
        padding-bottom: 42.5px;
}
.cta-background > div{
  color: #fff!important;
  text-align: center;
}
p.adheading{
  margin-top: 0px;
  font-size: 18px;
  font-weight: bold;
}

div.cta-background div.ctamodbtn{
  max-width: fit-content; 
  margin: 25px auto 0;
}
.horizontal-ad div.ctamodbtn{
  max-width: fit-content;
    margin: 25px 0 0;
}

div.cta-background{
  background-size: cover; 
  background-position: center; 
  width: 100%;
}
.text-wrap.centerwrap{
  text-align: center;
}
p{
  line-height: 1.3;
}

.ads-row{
  padding-top: 15px;
  padding-bottom: 15px;
}



/**********************************************************
                       BOTTOM CTA                         *
***********************************************************/


p.cta-p{
  /*font-size: 26px;*/
  /*font-weight: 400;*/
  max-width: 500px;
  margin: 0 auto;
}
.page-center-small.text-wrap.centerwrap{
  text-align: center;  
}
div.ctamodbtn{
  max-width: fit-content; 
  margin: 0 auto;
}
div.ctamodbtn a{
  margin: 25px auto 0;
}

div.cta-background{
  background-size: cover; 
  background-position: center; 
  width: 100%;
}

div.text-wrap{
  padding-top: 35px; padding-bottom: 35px;
}
.eventbutton.whiteinverted{
  background-color: #fff;
  color: #da2424;
  border: 1px solid #B53748;
}
.eventbutton.whiteinverted:hover{
  background-color: #B53748;
  color: #fff;
  border: 1px solid #fff;
}

/**********************************************************
                   LIGHTBOX FORM                          *
***********************************************************/

.lightbox-wrapper{
    position: fixed;
    left: 0;
    z-index: 999999999;
    right: 0;
    top: 0;
    overflow: hidden;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
}
.hiddenanchor{
  display: none;
}
.lightbox-content{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.lightbox-content-wrapper{
    width: 50%;
    min-width: 320px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    overflow: scroll;
    max-height: 80vh;
    max-width: 1315px;
    box-shadow:0 6px 20px 10px rgba(0,0,0,0.4);
    position:relative;
}
.white{
  color: #fff;
}
 
.lightclose{
  width:20px;
  position:absolute;
  top:12px;
  right:20px;
  text-align: right;
}
.lightclose > i{
  font-size: 32px;
}
.lightclose > i:hover{
  cursor: pointer;
  color: #ccc;
}

h2.lightboxh2, p.lightboxp{
  text-align: left;
}
p.lightboxp{
  padding-bottom: 15px;
}


/* Labels (selects field labels and error messages) */
#lightboxes .hs-form label {
  color: #fff;
}
#lightboxes .hs-form .hs-form-field > label {
  color: #fff;
}


#lightboxes form.hs-form fieldset .hs-form-field{
  padding: 0px;
}

#lightboxes form .input{
  width: 90%;
  border-radius: 2px!important;
  margin-top: 2px;
}

#lightboxes form fieldset.form-columns-1 .input {
    width: 95%;
}

/* Inputs (selectors for all inputs)  */
#lightboxes .hs-form input[type="text"],
#lightboxes .hs-form input[type="password"], 
#lightboxes .hs-form input[type="datetime"], 
#lightboxes .hs-form input[type="datetime-local"], 
#lightboxes .hs-form input[type="date"], 
#lightboxes .hs-form input[type="month"], 
#lightboxes .hs-form input[type="time"], 
#lightboxes .hs-form input[type="week"], 
#lightboxes .hs-form input[type="number"], 
#lightboxes .hs-form input[type="email"], 
#lightboxes .hs-form input[type="url"], 
#lightboxes .hs-form input[type="search"], 
#lightboxes .hs-form input[type="tel"], 
#lightboxes .hs-form input[type="color"],
#lightboxes .hs-form input[type="file"],
#lightboxes .hs-form textarea,
#lightboxes .hs-form select {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    display: block;
    height: 32px!important;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Error message (selector for validation messages) */
#lightboxes .hs-form .hs-error-msgs label{
  color: #fff;
}

/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */
#lightboxes form .input{
  padding: 0px!important;
}

#lightboxes .hs-button.primary,
#lightboxes input[type="submit"],
#lightboxes input[type="button"] {
    margin-left: 15px;
    margin-right: 15px;
    padding: 7px 25px 6px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #fff;
    transition: 300ms;
    margin: 10px 5px 0;
    font-family: 'Roboto', sans-serif;
    border-radius: 30px;
    color: #fff;
    max-width: fit-content;
    text-transform: uppercase;
}

#lightboxes .hs-button.primary:hover,
#lightboxes input[type="submit"]:hover,
#lightboxes input[type="button"]:hover {
    background-color: #da2424;
    color: #fff;
    transition: 300ms;
    cursor: pointer;
    transform: scale(1.05);
}

#lightboxes .hs-button.primary:focus,
#lightboxes input[type="submit"]:focus,
#lightboxes input[type="button"]:focus {}
#lightboxes form .hs-form input[type="file"]{
  background: transparent!important;
  border: unset!important;
  color: #fff!important;
}
#lightboxes form .hs-richtext{
  color: #fff;
}

#lightboxes input.hs-input{
  height: 32px!important;
  min-height: 32px!important;
}

#lightboxes ul.inputs-list.multi-container{
  list-style-type: none;
 padding-inline-start: 10px;
}
#lightboxes ul.inputs-list.multi-container > li > label{
  display: flex;
  align-items: center;
}