/* @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/css2?family=Fira+Sans:wght@200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');


@font-face {
    font-family: BebasNeueBold;
    src: url("https://info.acclaro.com/hubfs/Fonts/Bebas%20Neue/BebasNeue%20Bold.otf");
    font-weight: 500 900;
}

@font-face{
  font-family: Bebas Neue Extended;
  src: url("https://info.acclaro.com/hubfs/raw_assets/public/Acclaro_May2022/fonts/c41ce107-d1d1-43a3-b5f9-c8f15dd4ca08.woff2");
  font-weight:600;
  font-stretch:semi-expanded;
}


html {scroll-behavior: smooth;overflow-x: hidden;}

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,bu
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  font-family: 'Roboto', sans-serif;
}
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 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #888888;
    margin-top: 8px;
    margin-bottom: 10px;
    height: 40px;
    border-radius: 15px;
    border: 1px solid #cccccc;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
  overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}
a {
  text-decoration: none;
}
a.link-overlay {
  position:absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}







/* New LocLife Video Gallery Styles */

.video-gallery {
  display: flex;
  max-width: 1280px;
    min-height: 320px;
    margin: 120px auto;
    padding: 10px 20px 30px 20px;
    clear: both;
     background-color:#ffffff;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
}

.video-pad {
    min-height: 240px;
    position: relative;
    width: 1280px;
    min-width: 300px;
    margin: 0px auto;
    padding: 20px;

}

.video-container {
    padding-bottom: 40px;
  background-color:#fcfcfc;

}


/* New LocLife Video Gallery Styles */



/* New LocLife HeaderHero Styles */
  
    #loclife-headerhero-content {
        position: relative;
        padding-left:20px;
        padding-right: 20px;
        text-align: left;
        box-sizing: border-box;
        width: 100%;
        margin: auto;
        clear: both;
        display: block;
    }

    #loclife-headerhero-content {
    padding: 80px 0;
    background-size: cover;
    color: white;
    font-weight: 500;
    display: inline-flex;
    width: 100vw;
    box-sizing: border-box;
    min-height: 600px;
}
  
      .loclife-headerhero-h1 {
        font-size: 12px;
        line-height: 18px;
        text-align: left;
        width: 100%;
        margin: auto;
    }
    .loclife-headerhero-h1-big {
        font-size: 32px;
        line-height: 1.2;
    }
    .loclife-headerhero-content-inner {
        width: 100%;
        margin-left: 0%;
        padding-top: 20px;
        padding-bottom: 20px;
    } 
    .loclife-headerhero-content-left hr {
        margin-bottom: 10px;
        margin-top: 10px;
        width: 250px;
        border-color: #999;
    }
  
   .loclife-headerhero-content-left {
    width: 53%;
    max-width: 640px;
    min-width: 320px;
    padding-left: 30px;
}

    #loclife-header-logo-image {
    margin-bottom: 40px;
    width: 100%;
}

.loclife-headerhero-logo-image {
    margin-bottom: 40px;
    max-width: 400px;
}
    .loclife-headerhero-content-right .hs-fieldtype-text {
    width: 100%;
}
    .loclife-headerhero-h1 {
    font-size: 20px;
    line-height: 20px;
}
    .loclife-headerhero-h1-big {
    font-family: 'Bebas Neue Extended';
    font-size: $hpx;
    line-height: 1;
}
    .loclife-headerhero-content-left hr {
    border: 1px dashed #ff6633;
    margin-bottom: 40px;
    width: 100%;
}
    .loclife-headerhero-content-left  ul {
    margin-top: 5px;
}  

.loclife-headerhero-content-left li {
    font-size: 18px;
  font-weight: 400;
  color: #ffcc66;
    line-height: 1.4em;
}


    .loclife-headerhero-content-right {
    width: 40%;;
    box-sizing: border-box;
    padding: 20px 40px 40px 40px;
    color: #888888;
    background-color: #ffffff ;
    border-radius: 15px;
    text-align: left;
    margin-left: 5%;
    margin-top: 20px!important;
    max-width: 440px;
    min-width: 320px;
    max-height: 640px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


    /* End New LocLife HeaderHero Styles */




/* New LocLife HeaderHero Styles */

    #loclife-thanks-logo-image {
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: centre;
    justify-content: center;
}

.loclife-thanks-logo-image {
    margin: auto;
    max-width: 540px;
}
  
    #loclife-headerhero-content-thanks {
        position: relative;
        padding-left:20px;
        padding-right: 20px;
        text-align: left;
        box-sizing: border-box;
        width: 100%;
        margin: auto;
        clear: both;
        display: block;
    }

    #loclife-headerhero-content-thanks {
    padding: 80px 0;
    background-size: cover;
    color: white;
    font-weight: 500;
    display: inline-flex;
    width: 100vw;
    box-sizing: border-box;
    
}


    .loclife-headerhero-content-thanks hr {
        margin-bottom: 10px;
        margin-top: 10px;
        width: 800px;
        border-color: #999;
    }
  
   .loclife-headerhero-content-thanks {
    width: 100%;
    max-width: 1080px;
    min-width: 400px;
     padding: 10px;
}

    #loclife-thanks-h1-big{
    font-family: 'Bebas Neue Extended';
}    

    .loclife-thanks-h1-big h1{
    font-family: 'Bebas Neue Extended';
    font-size: 54px;
    line-height: 1.4;
    text-align: centre;
}

    .loclife-thanks-h1-big span{
    font-family: 'Bebas Neue Extended';
    font-size: 54px;
    line-height: 1.4;
    text-align: centre;
}


    /* End New LocLife Thank You Page Styles */







/* wcs Testimonial Slider */

.wcs-testi1-section {
  padding: 80px 0!important;
}

/* End wcs testimonial slider */

/* LocLife LinkedIn Styles */

 #loclife-linkedin-content {
    color: white;
    clear: both;
    text-align: center;
   background-image:url('https://info.acclaro.com/hubfs/LocLife/LocLife-LinkedIn-Community-Background.jpg')!important;
   background-size: cover;
background-position: center center;
overflow:hidden;
   padding: 100px 0;
}

#loclife-linkedin-content a {
color: #ffff8f;
font-weight: bold;
}

#loclife-linkedin-content a:hover {
color: #303030;
font-weight: bold;
}

#loclife-linkedin-logo {
    margin-bottom: 40px;
    max-width: 200px;
  border-radius: 20px;
}

#loclife-linkedin-logo img {
    border-radius: 20px;
}

#loclife-linkedin-content h2 {
    font-family: 'Bebas Neue Extended'!important;
    font-size: 42px;
    text-align: center;
    line-height: 50px;
}
#loclife-linkedin-content ul {
    list-style: disc;
    font-weight: 400;
    color: #C8C8C8;
    font-size: 16px;
    line-height: 28px;
    margin-left: 20px;
}
.loclife-linkedin-button {
   background-color: white;
   color: #0a66c2!important;
   border-radius: 15px;
   padding: 20px 30px;
   font-weight: 600;
   clear: both;
   display: inline-block;
   margin-top: 50px;
   text-decoration: none;
}
.loclife-linkedin-button:hover {
    background-color: #0a66c2;
    color: white!important;
}

.loclife-linkedin-wrapper {
    display: block;
    max-width: 960px;
    padding: 0 40px;
    margin: auto;
    box-sizing: border-box;
}

/* End LocLife LinkedIn Styles */

/* New LocLife Content2 Styles */

 #loclife-content2-content {
    /*background-color: #303030;*/
    background: rgb(211,46,104);
    background: linear-gradient(180deg, rgba(211,46,104,1) 0%, rgba(255,153,51,1) 100%);
    color: white;
    clear: both;
    text-align: center;
}

#loclife-content2-content a {

    color: #ffff8f;
    font-weight: bold;
}

#loclife-content2-content a:hover {
    color: #303030;
    font-weight: bold;
}

#loclife-content2-logo {
    margin-bottom: 40px;
    max-width: 200px;
}

#loclife-content2-content h2 {
    font-family: 'Bebas Neue Extended'!important;
    font-size: 42px;
    text-align: center;
    line-height: 50px;
}
#loclife-content2-content ul {
    list-style: disc;
    font-weight: 400;
    color: #C8C8C8;
    font-size: 16px;
    line-height: 28px;
    margin-left: 20px;
}
.loclife-content2-button {
   background-color: white;
   color: #d32e68!important;
   border-radius: 15px;
   padding: 20px 30px;
   font-weight: 600;
   clear: both;
   display: inline-block;
   margin-top: 50px;
   text-decoration: none;
}
.loclife-content2-button:hover {
    background-color: rgb(210, 23, 118);
    color: white!important;
}

.loclife-content2-wrapper {
    display: block;
    max-width: 960px;
    padding: 0 40px;
    margin: auto;
    box-sizing: border-box;
}

/* End LocLife Content2 Styles */



#acc-craft-cms-details2-content {
    /*background-color: #303030;*/
  background: rgb(211,46,104);
  background: linear-gradient(180deg, rgba(211,46,104,1) 0%, rgba(255,153,51,1) 100%);
    color: white;
    clear: both;
  text-align: center;
}

#acc-craft-cms-details2-content a {
color: white;
font-weight: bold;
}

#acc-craft-cms-details2-content a:hover {
color: #303030;
font-weight: bold;
}

#acc-craft-cms-details2-content h2 {
    font-family: 'Bebas Neue Extended'!important;
    font-size: 50px;
    text-align: center;
    line-height: 50px;
}
#acc-craft-cms-details2-content ul {
    list-style: disc;
    font-weight: 400;
    color: #C8C8C8;
    font-size: 16px;
    line-height: 28px;
    margin-left: 20px;
}
.acc-save-seat-form-button {
   background-color: white;
   color: #d32e68!important;
   border-radius: 15px;
   padding: 20px 30px;
   font-weight: 600;
   clear: both;
   display: inline-block;
   margin-top: 50px!important;
   text-decoration: none;
}
.acc-save-seat-form-button:hover {
    background-color: rgb(210, 23, 118);
    color: white!important;
}


/* New LocLife Content2 Styles End */


.acc-flex-wrapper {
    display: flex;
    max-width: 960px;
    padding: 0 20px;
    margin: auto;
    box-sizing: border-box;
}
.acc-wrapper {
    display: block;
    max-width: 960px;
    padding: 0 40px;
    margin: auto;
    box-sizing: border-box;
}


/* Register Form Styles */

.hs-form-field input {
    border-radius: 15px;
    border: none;
    height: Auto;
    box-sizing: border-box;
    margin: 3px 5px 5px 0px;
    padding: 10px 20px!important;
    line-height: Normal;
    border: 1px solid #cccccc;
    vertical-align: middle;
    padding:0px;
    
}

.hs-form-field input a: {
   color: #ffffff;
}


.submitted-message {
    display: contents;
}
.hs-form-field label {
    font-size: 13px;
    display:inline-flex;
    margin-top: 10px !important;
    font-weight: 400;
}


h3.form-title {
    font-family: 'Bebas Neue Extended';
    font-size: 36px;
    color: #E20078;
}
.hs-button {
    width: 100%;
    background-color: #ff6633;
    color: white;
    border-radius: 15px;
    padding: 15px 40px;
    clear: both;
    display: inline-block;
    margin-top: 35px;
    text-decoration: none;
    border: none;
    font-family:'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.hs-button:hover {
    background-color: rgb(210, 23, 118);
}
.hs-form-field label {
    text-align: left;
}

.hs-form-field label a {
  color: #ff6633;
}

.hs-form-field label a:hover {
  color: #222222;
}

.hs_submit.hs-submit {
    max-width: 500px;
    margin: auto;
}

.hs-error-msg {
  color: #ff6633;
}


fieldset.form-columns-2 {
    margin: auto !important;
}
fieldset.form-columns-1 {
    margin: auto !important;
}
fieldset.form-columns-1 .hs-input {
    /**width: 100% !important;**/
  
}
.hs-button:hover {
    cursor: pointer;
}
.hs-fieldtype-file.field.hs-form-field input {
    border: 0;
    border-radius: 0;
}
textarea {
    height: 200px;
}
li.hs-form-checkbox input[type="checkbox"] {
   display: inline-block!important;
   width: 40px!important;
   height: 40px;
   margin-right: 10px;
}
span.hs-form-required {
    display: none;
}
.legal-consent-container {
    margin-top: 30px;
}
.legal-consent-container .hs-form-booleancheckbox-display input[type="checkbox"] {
    width: 40px!important;
    height: 40px;
    margin: 5px 0;
  
}

.label.hs-form-booleancheckbox-display a {
  color: #fff;
}

.margin-0 {
    margin: 0 !important;
}
.text-center {
  text-align: center;
}

/*PADDING - DESKTOP*/
.pt0 {padding-top: 0;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
.pt80 {padding-top: 80px;}
.pt90 {padding-top: 90px;}
.pt100 {padding-top: 100px;}

.pb0 {padding-bottom: 0;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
.pb80 {padding-bottom: 80px;}
.pb90 {padding-bottom: 90px;}
.pb100 {padding-bottom: 100px;}


#loclife-reg-intro-content {
  background-color: #fff4f9;
  padding: 30px;
}

#loclife-reg-intro-content h2 {
    font-family: 'Bebas Neue Extended';
    font-size: 38px;
    color: #7030A0;
    margin-top: 60px;
    margin-bottom: 0px;
    line-height: 1.4;
    text-align: center;
}

#loclife-reg-intro-content span {
    font-family: 'Bebas Neue Extended';
    color: #E20078;
}



/* Panelist */

#loclife-content {
  background-color: #fff4f9;
    clear: both;
    display: block;
}
#loclife-content h2 {
    font-family: 'Bebas Neue Extended';
    font-size: 28px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
}

.panelist-wrapper {
    display: block;
    max-width: 1080px;
    padding: 0px 40px 60px 40px;
    margin: auto;
    box-sizing: border-box;
}

#loclife-panelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.loclife-panelist-item {
    width: 23%;
    text-align: center;
    padding: 50px 20px;
    margin: 10px;
    background: rgb(226,0,120);
background: linear-gradient(180deg, rgba(226,0,120,1) 0%, rgba(112,48,160,1) 100%);
    border-radius: 18px;
    box-sizing: border-box;
 box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.09);
    -webkit-flex: 0 0 23%;
    -ms-flex: 0 0 23%; 
    flex: 0 0 23%;
}

@media (max-width: 1399px) {
    .loclife-panelist-item {
      width: 90%;
      -webkit-flex: 0 0 90%;
      -ms-flex: 0 0 90%;
      flex: 0 0 90%;
    }
}

@media (max-width: 1056px) {
    .loclife-panelist-item {
      width: 1007%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
}

    .acc-moderator .loclife-panelist-item {
        width: 100%;
        margin: 0 auto 30px auto;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

span.acc-circle {
    border-radius: 50%;
  border: 2px solid #ffcc66;
    overflow: hidden;
    display: inline-block;
    width: 150px;
    height: 150px;
}
.panelist-name {
    font-family: 'Bebas Neue Extended';
    font-size: 30px;
    line-height: 1em;
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 15px;
}

.panelist-title, .panelist-bio {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

.panelist-company {
    color: #ffcc66;
  font-family: 'Bebas Neue Extended';
     font-size: 20px;
    margin-top: 10px;
     margin-bottom: 30px;
}


.panelist-socials {
    text-align: center;
    margin-top: 20px;
}
.acc-panelist-intro-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #03679a;
}
/* End Panelist */







/* HOST */

#loclife-host-content {
    clear: both;
    display: block;
    background-color: #fefded;
}
#loclife-host-content h2 {
    font-family: 'Bebas Neue Extended';
    font-size: 40px;
    color: #F47D30;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 25px;
}

.host-wrapper {

    display: block;
    max-width: 1080px;
    padding: 40px 40px;
    margin: auto;
    box-sizing: border-box;
}

#loclife-host {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.loclife-host-item {
    width: 46%;
    text-align: center;
    padding: 40px 40px;
    margin: 2%;
    background: rgb(244,125,48);
    background: linear-gradient(0deg, rgba(244,125,48,1) 0%, rgba(226,0,120,1) 100%);
    border-radius: 18px;
    box-sizing: border-box;
    box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.09);
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%; 
    flex: 0 0 46%;
}

@media (max-width: 1399px) {
    .loclife-host-item {
      width: 90%;
      -webkit-flex: 0 0 90%;
      -ms-flex: 0 0 90%;
      flex: 0 0 90%;
    }
}

@media (max-width: 1056px) {
    .loclife-host-item {
      width: 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
}

    .acc-moderator .loclife-host-item {
        width: 100%;
        margin: 0 auto 30px auto;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

span.acc-host-circle {
    border-radius: 0%;
    overflow: hidden;
    display: inline-block;
    width: 250px;
    height: 250px;
    margin-bottom: 20px;
}

span.acc-host-image-2 {
    overflow: hidden;
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}


.host-name {
    font-family: 'Bebas Neue Extended';
    font-size: 30px;
    line-height: 1em;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
}

.host-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

.host-bio p{
    color: #ffffff;
    font-family: 'Bebas Neue Extended';
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: centre;
}

.host-company {
    color: #ffcc66;
    font-family: 'Bebas Neue Extended';
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}


.host-socials {
    text-align: center;
    margin-top: 20px;
}
.acc-host-intro-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #03679a;
}
/* End HOST */



/* Speakers */
#acc-craft-cms-speakers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.acc-craft-cms-speakers-item {
    width: 23%;
    text-align: center;
    padding: 20px 10px;
    margin: 20px 10px 5px 10px;
    border: 1px solid #cacaca;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.09);
    -webkit-flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
}
span.acc-circle {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    width: 150px;
    height: 150px;
}
.speakers-name {
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
}
.speakers-company, .speakers-title, .speakers-bio {
    color: #8e8e8e;
    margin-top: 5px;
}
.speakers-socials {
    text-align: center;
    margin-top: 20px;
}
.acc-speakers-intro-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #03679a;
}

/* Moderator */
.acc-moderator #acc-craft-cms-speakers {
    justify-content: center;
}
.acc-moderator-text {
    padding-left: 5%;
}
.acc-speakers-intro-text {
    margin-bottom: 15px;
}

.acc-craft-cms-main-content-right {
    margin-left: 4%;
}
.acc-craft-cms-main-h1 {
    font-size: 20px;
    line-height: 20px;
}
.acc-craft-cms-main-h1-big {
    font-family: 'Bebas Neue Extended';
    font-size: $hpx;
    line-height: 1;
}
.acc-craft-cms-main-content-left hr {
    border: 1px dashed #ff6633;
    margin-bottom: 40px;
    width: 100%;
}
.acc-craft-cms-main-content-left  ul {
    margin-top: 5px;
}
#acc-craft-cms-details1-content {
    color: black;
}

.acc-craft-cms-main-content-left li {
    line-height: 26px;
}
footer {
    background-color: #F5F5F5;
    text-align: center;
}
footer hr {
    border-top: 1px solid #999999;
}
#acc-craft-cms-details1-content {
    clear: both;
    display: block;
}
#acc-craft-cms-details1-content h2 {
    font-family: 'Bebas Neue Extended';
    font-size: 28px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
}
#acc-craft-cms-where-to-start-qs {
    border-left: 5px solid #03679A;
    padding-left: 10px;
    margin-bottom: 20px;
}
#acc-craft-cms-where-to-start-qs p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #03679A;
}
#acc-craft-cms-where-to-start-qs p:first-of-type {
    position: relative;
    top: -5px;
}
#acc-craft-cms-where-to-start-qs p:last-of-type {
    position: relative;
    top: 5px;
}
#acc-craft-cms-these-are {
    color: #666666;
    font-size: 18px;
    line-height: 1.4;
}
#acc-craft-cms-these-are strong {
    font-weight: 500;
}

/* LocLife Footer Styles */

.loclife-footer-wrapper {
    display: block;
    max-width: 640px;
    padding: 0 20px;
    margin: auto;
    box-sizing: border-box;
}

footer {
    background-color: #333333;
    padding: 70px 0 70px 0; 
}
footer a, footer p {
    color: #CCCCCC;
    text-decoration: none;
    font-size: 12px;
}
footer p, #loclife-footer-socials {
    margin-bottom: 20px;
}
#loclife-footer-socials a {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
#loclife-footer-socials {
    padding: 5px 0 10px 0;
    width: 460px;
    margin: 10px auto;
}

.loclife-social-icon img{
  max-height: 20px;
}

#loclife-footer-misc-links a:first-of-type {
    border-right: 1px solid #999;
}
#loclife-footer-misc-links a {
    padding: 0px 10px;
    margin: 0;
}
#loclife-footer-misc-links a:hover {
    color: #ff6633;
}
#loclife-footer-misc-links {
    margin-bottom: 20px;
}

.loclife-social-icon:hover {
    opacity: 0.2;
}

    #loclife-footer-statement p {
      font-family: 'Avenir', 'Roboto', sans-serif;
      font-size: 12px;
      line-height: 12px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px dotted #999999;
    }

    footer #loclife-footer-misc-links, footer #loclife-footer-copyright-text, footer #loclife-footer-socials, footer #loclife-footer-statement, footer #loclife-footer-acclaro-logo {
        margin-left: auto;
        margin-right: auto;
    }

#loclife-footer-copyright-text p {
      font-family: 'Avenir', 'Roboto', sans-serif;
      font-size: 12px;
      line-height: 12px;  
}

#loclife-footer-acclaro-logo img{
    margin-bottom: 15px;
    max-width: 150px;
}

/* LocLife Footer Styles End */

@media (min-width: 768px) {
    .acc-craft-cms-text-span:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 0;
    }
}

@media (min-width: 1590px) {
    .acc-craft-cms-main-h1 {
        line-height: 1;
    }
}

@media (max-width: 1399px) {
    .acc-craft-cms-speakers-item {
      width: 48%;
      -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
    }
}

@media (max-width: 1056px) {
    .acc-craft-cms-speakers-item {
      width: 47%;
      -webkit-flex: 0 0 47%;
      -ms-flex: 0 0 47%;
      flex: 0 0 47%;
    }
}

@media screen and (max-width: 991px) {
  .acc-moderator-text {
    width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0%;
  }
}

@media (max-width: 768px) {
    /*PADDING - MOBILE*/
    .pt10 {padding-top: 5px;}
    .pt20 {padding-top: 10px;}
    .pt30 {padding-top: 15px;}
    .pt40 {padding-top: 20px;}
    .pt50 {padding-top: 25px;}
    .pt60 {padding-top: 30px;}
    .pt70 {padding-top: 35px;}
    .pt80 {padding-top: 40px;}
    .pt90 {padding-top: 45px;}
    .pt100 {padding-top: 50px;}
  
    .pb10 {padding-bottom: 5px;}
    .pb20 {padding-bottom: 10px;}
    .pb30 {padding-bottom: 15px;}
    .pb40 {padding-bottom: 20px;}
    .pb50 {padding-bottom: 25px;}
    .pb60 {padding-bottom: 30px;}
    .pb70 {padding-bottom: 35px;}
    .pb80 {padding-bottom: 40px;}
    .pb90 {padding-bottom: 45px;}
    .pb100 {padding-bottom: 50px;}
  
    header {
        text-align: center;
        margin: auto;
        border-bottom: none;
    }
    #acc-header-inner {
        margin: auto;
        text-align:center;
    }
    .acc-craft-cms-lp header h1 {
        font-size: 1.1em;
        padding-top: 0.3em;
    }
  
  
  /*
  #acc-craft-cms-main-content {
        position: relative;
        padding-left:20px;
        padding-right: 20px;
        text-align: center;
        box-sizing: border-box;
        width: 100%;
        margin: auto;
        clear: both;
        display: block;
    }
    .acc-craft-cms-main-h1 {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .acc-craft-cms-main-h1-big {
        font-size: 32px;
        line-height: 1.2;
    }
    .acc-craft-cms-main-content-inner {
        width: 100%;
        margin-left: 0%;
        padding-top: 20px;
        padding-bottom: 20px;
    } 
    .acc-craft-cms-main-content-left hr {
        margin-bottom: 10px;
        margin-top: 10px;
        width: 250px;
        border-color: #999;
    }
    .acc-craft-cms-main-content-left ul {
        margin-top: 0px;
    }
    .acc-craft-cms-main-content-left li {
        font-size: 14px;
        line-height: 22px;
    }
  
  */
  
  
  
    #acc-craft-cms-details1-content h2 {
        font-size: 25px;
        line-height: 35px;
    }
    #acc-craft-cms-where-to-start-qs {
        margin-bottom: 40px;
    }
    #acc-craft-cms-where-to-start-qs p {
        line-height: 20px;
        font-size: 16px;
        padding-left: 10px;
    }
    #acc-craft-cms-these-are {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }
    footer {
        padding: 40px 0;
    }
    .acc-save-seat-form-button {
        display: block;
        text-align: center;
        max-width: 250px;
        margin: auto;
        margin-top: 30px;
    }
    #acc-craft-footer-statement p {
        font-size: 14px;
        line-height: 24px;
    }
    footer #acc-craft-footer-misc-links, footer #acc-craft-footer-copyright-text, footer #acc-craft-footer-socials, footer #acc-craft-footer-statement, footer #acc-craft-footer-logo {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .acc-craft-cms-main-content-left {
        margin: auto;
    }
  
   /*  h3.form-title {
        font-size: 18px;
        margin-top: 20px;
    } */
  
  
    .acc-craft-cms-speakers-item {
        width: 100%;
        margin: 0 0 30px 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .acc-flex-wrapper {
        display: block;
    }
    .acc-moderator .acc-craft-cms-speakers-item {
        width: 100%;
        margin: 0 auto 30px auto;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    #acc-craft-cms-details1-content .acc-moderator-text h2 {
        margin-bottom: 20px;
    }
}