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


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

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


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


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

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

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: 'Azo-Sans';
  src: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/font/Azo-Sans.otf);
}
@font-face {
  font-family: 'Azo-Sans';
  src: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/font/Azo-Sans-Light.otf);
  font-weight: 300;
  font-style: normal
}
@font-face {
  font-family: 'Azo-Sans';
  src: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/font/Azo-Sans-Bold.otf);
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: 'Stolzl';
  src: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/font/stolzl-book.otf);
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: 'Stolzl';
  src: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/font/stolzl-light.otf);
  font-weight: 300;
  font-style: normal
}
@font-face {
  font-family: 'Stolzl';
  src: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/font/stolzl-regular.otf);
  font-weight: 700;
  font-style: normal
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color: #616467;
  font-family: 'Azo-Sans','Stolzl',arial;
  font-size: 15px;

}

/* Page Center */
.container-fluid .row-fluid .page-center {  
  float: none;
  max-width: 75%;
  margin: 0 auto;
}

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


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

/* Basic text */
p {
  font-weight: 300;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Stolzl","Azo-Sans",arial;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2em;
  font-weight: normal;
  font-family: "Stolzl","Azo-Sans",arial;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
h2 {
  font-weight: 400;
}
h3 {
  font-size: 20px;
}
h4 {
  color: #3880d2;
}
h5 {

}
h6 {
  font-family: 'Azo-Sans','Stolzl',arial;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

/* Anchor Links */
a {     color: #f06a39; }
a:hover, a:focus {  }

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

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

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


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

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

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

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


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.custom-header ul,
.custom-header li{
  margin:0;
  padding:0;
}

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


.hs-header-wrapper {
  background: #ececec;
  z-index: 3;
  -webkit-transition: .2s;
  transition: .2s;
}
.hs-logo img {
  width: 85px !important;
  height: 67px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hs-header-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

/**** Column Width ***/
.has-transparent-header .hs-header-wrapper {
  background: transparent;
}

.hs-header-wrapper > .row-fluid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 55px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hs-header-wrapper > .row-fluid-wrapper .navbar__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 1;
  width: 5%;
}

.hs-header-wrapper > .row-fluid-wrapper > .row-fluid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.burger-image {
  background-image: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/Images/burger-sprite.png);
  width: 31px;
  height: 24px;
  background-size: 100%;
  background-position: 0 -25px;
}

.has-transparent-header .burger-image {
  background-position: 0 0px;
}
.has-transparent-header .search-sprite {
  background-position: 10px -41px;
}

.burger-image:hover {
  background-position: 0 -49px;
}

.hs-column-1 {
  max-width: 35%;
  width: 100% !important;
  margin-left:0 !important;
  flex-basis: 35%;
}
.hs-column-2 {
  max-width: 30%;
  width: 100% !important;
  margin-left:0 !important;
  flex-basis: 30%;
}
.hs-column-3 {
  max-width: 25%;
  width: 100% !important;
  margin-left:0 !important;
  flex-basis: 25%;
}
.hs-column-4 {
  max-width: 15%;
  width: 100% !important;
  margin-left:0 !important;
  flex-basis: 15%;
}
.custom-menu-primary-left .hs-menu-wrapper > ul:before,
.custom-menu-primary-left .hs-menu-wrapper > ul:after,
.hs-header-wrapper>.row-fluid-wrapper > .row-fluid:before,
.hs-header-wrapper>.row-fluid-wrapper > .row-fluid:after{
  display:none;
}

.hs-logo-wrapper {
  text-align: center;
}
.custom-menu-primary-left .hs-menu-wrapper {}
.custom-menu-primary-left .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-menu-primary-left .hs-menu-wrapper > ul > li {}
.custom-menu-primary-left .hs-menu-wrapper > ul > li > a {
  font-family: "Stolzl","Azo-Sans",arial;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: .1s all;
  transition: .1s all;
  color: #000;
}

.has-transparent-header .custom-menu-primary-left .hs-menu-wrapper > ul > li > a,
.has-transparent-header .custom-menu-primary-right .hs-menu-wrapper > ul > li > a{
  color: #fff;
}
.custom-menu-primary-left .hs-menu-wrapper > ul > li > a:hover {
  color: #f06a39;
}
/*** Right **/

.custom-menu-primary-right .hs-menu-wrapper {}
.custom-menu-primary-right .hs-menu-wrapper > ul {
  display: block;
}
.custom-menu-primary-right .hs-menu-wrapper > ul > li:first-child {
  width: 60%;
}
.custom-menu-primary-right .hs-menu-wrapper > ul > li:last-child {
  width: 40%;
}
.custom-menu-primary-right .hs-menu-wrapper>ul>li>a {
  font-family: "Stolzl","Azo-Sans",arial;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: .1s all;
  transition: .1s all;
  color: #000;
  position: relative;
  z-index: 999;
}
.hs-header-search .hs-search-field .hs-search-field__bar form {
  position: relative;
  padding-left: 0;
}
.custom-menu-primary-right .hs-menu-wrapper>ul>li>a:hover {
  color: #f06a39;
}


.custom-menu-primary-right .hs-menu-wrapper>ul ul:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,0.35)));
  background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.35) 100%);
}
.custom-menu-primary-right .hs-menu-wrapper>ul ul:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,0.35)));
  background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.35) 100%);
}


.has-transparent-header .custom-menu-primary-right .hs-menu-wrapper > ul ul:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(15%,rgba(255,255,255,0.05)),to(rgba(255,255,255,0.2)));
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 15%,rgba(255,255,255,0.2) 100%);
}

.has-transparent-header .custom-menu-primary-right .hs-menu-wrapper > ul ul:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(15%,rgba(255,255,255,0.05)),to(rgba(255,255,255,0.2)));
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 15%,rgba(255,255,255,0.2) 100%);
}


.custom-menu-primary-right .hs-menu-wrapper>ul ul {
  background: #ececec;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.35);
  padding: 20px 10px 0;
  text-align: center;
  min-width: 85px;
  top: 3px;
  padding-top: 30px;
  left: -14px !important;
}

.custom-menu-primary-right .hs-menu-wrapper>ul ul > li > a {
  display: block;
  color: black;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 15px;
  line-height: 1;
}
.custom-menu-primary-right .hs-menu-wrapper>ul ul > li:first-child > a {
  padding-top: 10px;
}

.has-transparent-header .custom-menu-primary-right .hs-menu-wrapper>ul ul {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  border-top: none;
  visibility: visible;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,0.5)));
  background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.5) 100%);
}
.has-transparent-header .custom-menu-primary-right .hs-menu-wrapper>ul ul>li>a {
  color:#fff;
}

.custom-menu-primary-right .hs-menu-wrapper>ul ul>li>a:hover {
  color: #f06a39 !important;
}

.hs-header-search input.hs-search-field__input {
  background: transparent;
  margin: 0;
  height: auto;
  background: transparent;
  padding: 0;
  width: 33px;
  -webkit-transition: .3s all;
  transition: .3s all;  
  font-family: Arial;
}

.hs-header-search.focus input.hs-search-field__input {
  margin: 0;
  height: auto;
  letter-spacing: 1px;
  color:#000;
  width: 160px;
  border-bottom: 1px solid black;
  background: transparent;
  font-size: 16px;
  padding: 0;
}
.hs-header-search.focus .navbar__search__icon {
  left: -37px;
}
.has-transparent-header .hs-header-search.focus input.hs-search-field__input  {
  color: rgba(255,255,255,0.6);
  border-bottom: 1px solid #fff;
}

ul.hs-error-msgs.inputs-list {
  list-style: none !important;
  padding-top: 5px !important;
}

.hs-header-search .hs-search-field .hs-search-field__bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.navbar__search__icon {
  left: 0;
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 9;
}
.search-sprite {
  background: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/Images/search-icon-sprite.png) no-repeat;
  width: 32px;
  height: 21px;
  margin-bottom: 2px;
  background-size: 65%;
  background-position: 10px -20px;
}

.hs-logo {
  padding-top: 1px;
  padding-bottom: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 75px;
}
.scroll-header .hs-logo {
  padding-top: 6px;
  padding-bottom: 0;
  height: 45px;
  overflow: hidden;
  margin-bottom: 10px;
}
.custom-menu-primary-right .hs-menu-wrapper > ul > li:last-child > a:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0ac";
  margin-right: 5px;
}
.custom-menu-primary-right .hs-menu-wrapper > ul > li:last-child > a:after {
  content: "";
  background: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/Images/down-arrows.png) no-repeat;
  background-size: 85%;
  width: 24px;
  height: 14px;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}
.custom-menu-primary-right .hs-menu-wrapper > ul > li:last-child > a:after {
  background-position: 0 center;
}
.has-transparent-header .custom-menu-primary-right .hs-menu-wrapper > ul > li:last-child > a:after {
  background-position: 0 -27px;
  height: 14px;
}
.custom-menu-primary-right .hs-menu-wrapper>ul>li:last-child>a:hover:after {
  background-position: 0 0 !important;
}
.custom-menu-primary-right .hs-menu-wrapper>ul>li:last-child {
  opacity:1;
}
.search-open .custom-menu-primary-right .hs-menu-wrapper>ul>li:last-child {
  opacity:0;
}

/*** Sidebar *****/
.hs-right-header {
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  max-width: 22%;
  background: rgba(0,0,0,0.75);
  height:100vh;
  transform: translateX(-100%);
  transition: 0.3s;
  z-index: 999;
}
.mobile-open .hs-right-header {
  transform: translateX(0);
}
.hs-right-header .hs-inner-wrapper{
  width: 100%;
  height: 100vh;
  padding:110px 80px 60px 40px;
  text-align: right;
  position: relative;
  top: 0;
}
.navbarExtend__close {
  position: absolute;
  top: 60px;
  left: 80px;
  font-size: 40px;
  text-align: left;
  margin-bottom: 50px;
  font-weight: 100;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: color 0.1s,opacity 0.3s 0.2s;
  transition: color 0.1s,opacity 0.3s 0.2s;
  z-index: 22;
  color: #fff;
  opacity:0;
}
.navbarExtend__close:hover {
  color: #f06a39;
}
.mobile-open .navbarExtend__close {
  opacity:1;
}
.mobile-open .hs-header-wrapper {
  opacity: 0;
}
.mobile-logo {
  margin-bottom: 35px;
}
.mobile-logo img {
  width: 100px !important;
  height: auto !important;
}

.hs-sidebar-top-menu {
  margin-bottom: 30px;
}
.hs-sidebar-top-menu .hs-menu-wrapper > ul {}
.hs-sidebar-top-menu .hs-menu-wrapper > ul li {
  margin-bottom: 10px;
  position: static !important;
}
.hs-sidebar-top-menu .hs-menu-wrapper > ul li > a {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding-right: 10px;
}
.hs-sidebar-top-menu .hs-menu-wrapper > ul li > a:hover {
  color: #f06a39;
}
.hs-sidebar-top-menu .hs-menu-wrapper > ul ul {
  width: 100%;
  height: 100%;
  padding: 210px 90px 80px 40px;
  background: rgba(0,0,0,0.75);
  text-align: right;
  left: 0 !important;
  -webkit-transition: .25s !important;
  transition: .25s !important;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}
.hs-sidebar-top-menu .hs-menu-wrapper > ul ul li {
  margin-bottom: 10px;
  position: static !important;
}
.hs-sidebar-top-menu .hs-menu-wrapper > ul ul li > a {
  font-size: 16px;
  font-weight: 400; 
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.hs-sidebar-top-menu .hs-menu-wrapper > ul ul li > a:hover {
  color:#fff;
}
.hs-sidebar-top-menu .hs-menu-wrapper > ul li > a {
  position: relative;
}
.hs-sidebar-top-menu .hs-menu-wrapper > ul li.hs-item-has-children > a:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/Images/burger-arrow-right.png);
  display: block;
  background-position: center;
  position: absolute;
  top: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  right: -32px;
}
.hs-sidebar-top-menu .hs-menu-wrapper>ul ul ul {
  text-align: left;
}
.hs-sidebar-bottom-menu .hs-menu-wrapper {

}
.hs-sidebar-bottom-menu .hs-menu-wrapper > ul {}
.hs-sidebar-bottom-menu .hs-menu-wrapper > ul li {}
.hs-sidebar-bottom-menu .hs-menu-wrapper > ul li > a {
  text-decoration: none;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: .3s all;
  font-size: 16px;
  opacity: 0.75;
  font-weight: 300;
  padding-right: 10px;
  text-transform: uppercase;
  transition: .3s all;
}
.hs-sidebar-bottom-menu .hs-menu-wrapper>ul li>a:hover, .hs-sidebar-bottom-menu .hs-menu-wrapper > ul li.child-open >a, .hs-sidebar-top-menu .hs-menu-wrapper > ul li.child-open >a {
  color: #f06a39 !important;
}
.hs-sidebar-bottom-menu .hs-menu-wrapper > ul ul {}
.hs-sidebar-bottom-menu .hs-menu-wrapper > ul ul li {}
.hs-sidebar-bottom-menu .hs-menu-wrapper > ul ul li > a {}

.mobile-open .hs-transparent-header  .hs-events-inner-wrapper {
  opacity: 0;
}
.not-migrated .body-container .page-center.content-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.no-nav .body-container input,
.not-migrated .body-container input {
    border-bottom: 1px solid #616467;
}

.mobile-open .hero--body.catchphrase,
.mobile-open .header-arrow,
.mobile-open .CTA__hero {
  opacity: 0; 
}
.not-migrated .header-container-wrapper {
  min-height: 90px;
}
.hs-video-grp .titleBlock__content .videoCarousel .videoCarousel__main .videoCarousel__main__video.show-video img {
  display: none;
}

.hs-right-header .footer-social-icon ul li {
  width: 30px;
  height: 30px;
  margin-left: 8px;
}
.hs-sidebar-top-menu .hs-menu-wrapper > ul li.hs-item-has-children.child-open > a:after {
  background-image: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/Images/burger-arrow-left-orange.png);
}
.hs-right-header .footer-social-icon ul {
  margin: 19px 0 25px;
  float: right;
}

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

.body-container-wrapper {}
.body-container {}


.body-container-wrapper {
  padding-left: 55px;
  padding-right: 55px;
}


.hs-transparent-header {
  margin-top: -1px;
}
/*** Event Banner Area **/ 
.hs-events-wrapper {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding-top: 125px;
  padding-bottom: 100px;
}
.hs-events-logo img {
  width: 150px;
  height: auto;
  padding: 5px;
  object-fit: cover;
}

.hs-events-wrapper span.empty-circle-orange-icons img {
  width: 20px;
  height: auto;
  z-index: 100;
}
.hs-events-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}

.hs-events-inner-wrapper {
  position: relative;
  z-index: 1;
}

.hs-events-wrapper .hs-events-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  width: 70%;
  margin-bottom: 50px;
  font-family: "Stolzl","Azo-Sans",arial;
  font-weight: 300;
  -webkit-transition: .3s all;
  transition: .3s all;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

.hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-logo {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 15px;
  width: 30%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin: 0;
  position: relative;
}

.hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  border-right: 1px solid white;
  width: 50%;
  font-size: 15px;
  text-align: left;
}

.hs-events-wrapper .hs-events-inner-wrapper .hs-events-content {
  font-size: 15px;
  width: 50%;
  text-align: right;
  position: relative;
  padding-right: 40px;
}

.hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-logo .logo-holder {
  position: absolute;
  top: 0;
  left: -50%;
  height: 150px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-logo .logo-holder img.haveAlt {
  padding: 5px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
  opacity: 1 !important;
}

.hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-address {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 99%;
  flex: 0 0 99%;
  width: 50%;
}

.hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-address > div {
  padding: 5px 0;
  margin-bottom: 10px;
  position: relative;
}


.hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-address > div > span img {
  width: 20px;
  height: auto;
  z-index: 100;
  left: 0;
  bottom: 5px;
  position: absolute;
}
.hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-address > div > span {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 16px;
}
.hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-address > div.hs-events-location > span {
  margin-right: 16px;
}

.hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-address > div.hs-events-website a {
  text-decoration: none;
  color: #fff;
  margin-top: 0px;
}

.hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-address > div.hs-events-website > span {
  margin-right: 12px;
}

.hs-events-wrapper .hs-events-inner-wrapper .hs-events-content .hs-events-content-inner {
  display: inline-block;
  max-width: 90%;
  max-height: 300px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-address a.btn__border {
  color: #f06a39;
  border: 2px solid #f06a39;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 2px;
  font-weight: 300;
  font-family: "Stolzl","Azo-Sans",arial;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
}

.hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-address a.btn__border:hover {
  color: #d15b30;
  border: 2px solid #d15b30;
}

.custom-menu-primary-right .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
}

.custom-menu-primary-right .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.clicked > ul.hs-menu-children-wrapper{
  opacity: 1 !important;
  visibility: visible !important;
}

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


/* =============== Footer =============== */
.custom-footer ul,
.custom-footer li{
  margin:0;
  padding:0;
}
.footer-container-wrapper {}
.footer-container {}
.hs-footer-wrapper {
  position: relative;
  padding: 50px 0px 30px 0px;
}
.hs-footer-wrapper:after {
  content: "";
  background-image: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/Images/footer-bg.jpg);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  background-size: cover;
  -webkit-filter: grayscale(100%) brightness(45%);
  filter: grayscale(100%) brightness(45%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  background-position: left;
}

.hs-footer-top-menu .hs-menu-wrapper {
  text-align:center;
}
.hs-footer-top-menu {
  text-align: center;
}
.hs-footer-top-menu .hs-menu-wrapper>ul {
  margin-bottom: 23px !important;
  vertical-align: middle;
}
.hs-footer-top-menu .hs-menu-wrapper > ul > li {}
.hs-footer-top-menu .hs-menu-wrapper>ul>li:after {
  content: "|";
  display: inline-block;
  color: #f06a39;
  font-family: 'Azo-Sans','Stolzl',arial;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 0 16px;
}
.hs-footer-blog-subscription h3, 
.hs-footer-blog-subscription .hs-form .field > label {
  display: none;
}
.hs-footer-top-menu .hs-menu-wrapper>ul>li:last-child:after {
  display:none;
}
.hs-footer-top-menu .hs-menu-wrapper > ul > li > a {
  font-family: 'Azo-Sans','Stolzl',arial;
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.hs-footer-top-menu .hs-menu-wrapper > ul > li > a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #f06a39;
  width: 0%;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.hs-footer-top-menu .hs-menu-wrapper > ul > li > a:hover::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  height: 1px;
  background: #f06a39;
  width: 100%;
}
.hs-bottom-footer {
  border-top: 1px solid rgba(255,255,255,0.20);
}
.hs-footer-bottom-menu {
  margin-top: 8px;
}
.hs-footer-bottom-menu .hs-menu-wrapper {
  text-align:center;
}
.hs-footer-bottom-menu .hs-menu-wrapper > ul {
  vertical-align: middle;
}
.hs-footer-bottom-menu .hs-menu-wrapper > ul > li {}
.hs-footer-bottom-menu .hs-menu-wrapper > ul > li > a {
  font-size: 12px;
  margin-left: 12px;
  margin-right: 12px;
  opacity: 0.7;
  font-family: 'Azo-Sans','Stolzl',arial;
  font-weight: 300;
  text-transform: none;
  position: relative;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hs-footer-bottom-menu .hs-menu-wrapper > ul > li:after {
  font-size: 12px;
  margin-left: 12px;
  margin-right: 12px;
  content: "|";
  display: inline-block;
  color: #fff;
  opacity: 0.7;
  vertical-align: middle;
}
.hs-footer-bottom-menu .hs-menu-wrapper > ul > li:last-child:after {
  display:none;
}
.hs-footer-bottom-menu .hs-menu-wrapper > ul > li + li > a:hover {
  color: #f06a39;
}

/************** JS Imports ***********/

.footer-social-icon ul {
  margin: 0;
  padding: 0;
  margin-left: 0;
  width: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer-social-icon ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 31px;
  height: 31px;
  margin-left: 11px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.footer-social-icon ul li:hover {
  -webkit-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
}
.hs-footer-blog-subscription .hs-form .hs-input {
  float: left;
  max-width: 409px;
  margin: 0;
}
.hs-footer-blog-subscription {
  margin-bottom: 0;
}
.hs-footer-blog-subscription .hs-form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.hs-footer-blog-subscription .hs-form .hs_email {
  order: 1;
  width: calc(100% - 120px);
}
.hs-footer-blog-subscription .hs-form .hs_submit {
  order: 2;
}
.hs-footer-blog-subscription .hs-form .hs_submit input.hs-button.primary.large {
  margin-left: 23px;
}
.hs-footer-blog-subscription .hs-form .hs_error_rollup {
  order: 4;
  width: 100%;
}
.hs-top-footer-row1 {
  max-width: 710px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
.hs-top-footer-row1 {
  margin-bottom:37px;
}
.hs-top-footer-row1 > div > .row-fluid {
  display: flex;
  align-items: center;
}

.child-trigger {
  display: block !important;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: -40px;
  width: 100% !important;
  height: 21px !important;
  padding: 0 !important;
  z-index: 222;
}
.hs-sidebar-top-menu .hs-menu-wrapper ul li.child-open > ul {
  opacity: 1 !important;
  visibility: visible !important;
  left: 100% !important;
  border-left: 1px solid rgba(255,255,255,0.15);
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

ul.hs-search-field__suggestions:empty {
  display: none;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .hs-event-training .pop-up-grp>span>div .event-registration-module.pop-up .inner-col form {
    max-width: 500px;
  }
  .latestEvent-top-content .page-center {
    margin: 4px auto 0px !important;
  }
  .CsVideoMobile-slider-slide-inner {
    display: none !important;
  }
  .module-showIn-mobile {
    display: none !important;
  }
  .CsVideo-slider-slides-wrapper .slick-arrow {
    display: none!important;
  }
  .hs-event-training .pop-up-grp > span > div {
    position: fixed;
    z-index: 1000;
    background: rgba(0,0,0,0.9);
    padding: 30px 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
  }
  .hs-event-training .pop-up-grp > span > div .event-registration-module.pop-up {
    background: white;
    padding: 35px;
  }
  .hs-event-training .pop-up-grp > span > div .event-registration-module.pop-up .pop-up-inside-close {
    position: absolute;
    right: 65px;
    font-size: 25px;
    font-weight: 100;
    opacity: 0.5;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 2px 10px;
    cursor: pointer;
    z-index: 999;
    display: block!important;
  }
  .hs-event-training .pop-up-grp > span > div .event-registration-module.pop-up .hs-event-header {
    font-size: 30px;
    margin: 0;
  }
  .hs-event-training .pop-up-grp>span>div .event-registration-module.pop-up .inner-col {
    position: relative;
  }
  .hs-event-training .pop-up-grp>span>div .event-registration-module.pop-up .inner-col .eventRegistration-form-container .event__info {
    padding: 20px 0 30px;
  }
  .hs-event-training .pop-up-grp>span>div .event-registration-module.pop-up .inner-col .contactUsForm-wrap .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul li label .hs-input {
    outline: none;
    width: 19px!important;
    height: 19px;
    background: #eee;
    border: 1px solid #ddd;
  }
  .hs-event-training .pop-up-grp>span>div.hs_cos_wrapper.hs_cos_wrapper_widget {
    display: none;
  }
}





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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {}

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

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

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


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

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

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

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

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

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



/*------------Default Blog----------------------------*/
a.more-link {
  margin: 1em 0;
  display: block;
}
.hs-author-social-section{
  padding:10px 0;
  display:block;
}
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
  display: block !important;
  text-align: left;
}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}
.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}
.post-item {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  padding: 0 0 30px;
}
#comments-listing.no-comments {
  border: none;
}
/*---------Blog Other ---------*/

/*---------- listing Page ----------------*/
.post-header h2 a,.post-header h1{
  color: ;
  text-decoration: none;
  line-height: ;
  font-size: ;
}

/*---------- Pagination ----------------*/
.blog-pagination a {
  display: block;
  margin-bottom: 10px;
}
p#hubspot-topic_data {
  margin: 10px 0;
}

/*---------- Post Page ----------------*/



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

.one-column input[type="text"],
.one-column input[type="password"], 
.one-column input[type="datetime"], 
.one-column input[type="datetime-local"], 
.one-column input[type="date"], 
.one-column input[type="month"], 
.one-column input[type="time"], 
.one-column input[type="week"], 
.one-column input[type="number"], 
.one-column input[type="email"], 
.one-column input[type="url"],
.one-column input[type="search"], 
.one-column input[type="tel"],
.one-column input[type="color"],
.one-column input[type="file"],
.one-column textarea,
.one-column select {
  width: 50% !important;
}

.field.hs-form-field {}

h3.form-title {}



/************* Gap Between Two Modules ******/

.body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
  margin: 0 0 20px;
  display: block;
}

/************** Error Styling ***********/

ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
}
ul.hs-error-msgs.inputs-list label {
  color: #FF0000;
}

/*************** Other Forms********************/
.widget-type-google_search input[type="text"],
#hs-pwd-widget-password{
  display:block;
  margin:15px 0;
}
.input ul {
  list-style:none;
  list-style-image:none;
  padding-left: 16px;
}

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

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  font-family: 'Azo-Sans','Stolzl',arial;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
  padding: 9px 15px;
  outline: none;
  border: 0;
  display:block;
  max-width:500px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  width: 100%;
  margin-bottom:15px;
}

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

/* =============== Google Search Form =============== */

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-family: 'Stolzl','Azo-Sans',arial;
  font-size: 1em;
  min-width: 90px;
  border-radius: 5px;
  border: 2px solid transparent;
  background-color: #f06a39;
  color: #fff;
  padding: 10px 15px;
  display:inline-block;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 50px;
  width:auto;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #d15b30;
}

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

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


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

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


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

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


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

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


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

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


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

.CsVideo-slider-slide-inner {
  position: relative;
  width: 100%;
  height: 610px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.CsVideo-video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 610px;
  background: rgba(0,0,0,0.7);
  z-index: 35;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  visibility: visible;
  display: block;
  left: 0;
  top: 0;
}
h3.CsVideo-slide-title {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #fff;
  font-family: "Stolzl","Azo-Sans",arial;
  font-size: 20px;
  padding-right: 40px;
  opacity: 0.95;
  margin: 0;
  padding: 0;
}
p.CsVideo-slide-content {
  font-family: "Stolzl","Azo-Sans",arial;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  position: absolute;
  top: 80px;
  left: 40px;
  padding-right: 40px;
  color: #fff;
  opacity: 0.75;
  margin: 0;
  padding: 0;
}
img.videoPlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 45;
  height: 90px !important;
  width: 90px !important;
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
img.videoPlay-icon:hover {
  opacity: 0.9;
}
img.CsVideo-slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 610px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 25;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  visibility: visible;
}
iframe.CsVideo-slide-iframe {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  max-height: 610px;
}
.CsVideo-slider-slide .hide-this {
  opacity: 0;
  visibility: hidden;
  z-index: -20;
}
/**/
.CsVideo-thumb-item-inner {
  position: relative;
  width: 100%;
  height: 200px;
  cursor: pointer;
}
h3.thumb-slide-title {
  position: absolute;
  color: white;
  top: 25px;
  left: 25px;
  z-index: 40;
  text-transform: uppercase;
  font-family: "Stolzl","Azo-Sans",arial;
  font-weight: 300;
  font-size: 15px;
  margin: 0;
  padding: 0;
  padding-right: 25px;
}
.thumb-slide-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 35;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  visibility: visible;
}
.thumb-slide-overlay:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  border: 5px solid #f06a39;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slick-current .thumb-slide-overlay:before {
  visibility: visible;
  opacity: 1;
}
img.thumb-slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  display: block;
}
.thumb-slide-overlay img.videoPlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 40;
  height: 70px !important;
  width: 70px !important;
  opacity: 0.35;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

ul.hs-search-field__suggestions {
  background: #fff;
  padding: 10px;
  position: absolute;
}
ul.hs-search-field__suggestions li {
  font-size: 12px;
  margin-bottom: 10px;
}
ul.hs-search-field__suggestions li a {
  padding: 5px;
}
a.hs-book-demo {
  font-family: 'Stolzl','Azo-Sans',arial;
  font-size: 1em;
  min-width: 90px;
  border-radius: 5px;
  border: 2px solid transparent;
  background-color: #f06a39;
  color: #fff;
  padding: 10px 15px;
  outline: 0;
  margin-left: 23px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 50px;
  text-decoration: none;
}

a.hs-book-demo:hover {
  text-decoration: none;
  background-color: #d15b30;
}
.hs-ibc-layout .hs-btm-pn-slider.slick-initialized.slick-slider {
  padding-bottom: 10px;
}
.hs-ibc-layout .hs-events-related-group {
  margin-top: 49px;
}
.hs-ibc-layout .hs-event-content-flxi h2 {
  font-family: "Stolzl","Azo-Sans",arial;
  font-weight: 400;
}
.hs-ibc-layout .hs-afterwork-module-wrapper h2 {
  font-family: Stolzl, Azo-Sans, arial;
  font-weight: 700;
}

.hs-afterwork-module-inner > div {
  float: left;
}

.hs-afterwork-module-left-con {
  width: 20%;
}

.hs-afterwork-module-right-con {
  width: 78%;
  padding-left: 5px;
}


.hs-afterwork-module-inner {
  display: flex;
  align-items: center;
}

.hs-afterwork-module-wrapper {
  padding: 0px 0 0;
}

.hs-afterwork-module-right-con h4 {
  margin: 15px 0 16px;
  color: #3880d2;
}

.hs-afterwork-module-wrapper h2 {
  margin: 0;
  color: #f06a39;
  padding: 15px 0 19px;
}

.hs-afterwork-module-left-con {
  text-align: center;
  padding-left: 8px;
}

.hs-afterwork-module-inner {
  display: flex;
  align-items: center;
}

.hs-afterwork-module-inner {
  padding: 17px 0 0;
}

.hs-button-wrapper a {
  font-family: Azo-Sans, Stolzl, arial;
  font-weight: 300;
}

.hs-button-wrapper {
  padding: 1px 0 14px;
  display: block;
}

.CsVideo-thumbnails-wrapper .slick-track {
  float: left;
  margin-top: 20px;
  width: 100% !important;
}
.CsVideo-thumb-item{
  margin-right: 20px;
}

.hs-video-grp .titleBlock__content .videoCarousel .videoCarousel__main .videoCarousel__main__video.show-video .videoCarousel__main__video__overlay__title,
.hs-video-grp .titleBlock__content .videoCarousel .videoCarousel__main .videoCarousel__main__video.show-video .videoCarousel__main__video__overlay__content,
.hs-video-grp .titleBlock__content .videoCarousel .videoCarousel__main .videoCarousel__main__video.show-video img.lazy-dalet.haveAlt,
.hs-video-grp .titleBlock__content .videoCarousel .videoCarousel__main .videoCarousel__main__video.show-video img.lazy-dalet.hideMobileMain.haveAlt    {
  display: none;
}

.hs-video-grp .titleBlock__content .videoCarousel .videoCarousel__main .videoCarousel__main__video.show-video .videoCarousel__main__video__overlay.hideMobileMain {
  display: none;
}
.hs-video-grp .titleBlock__content .videoCarousel .videoCarousel__main .videoCarousel__main__video.show-video iframe {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

a.btn__border:hover {
  border: 2px solid #d15b30;
  color: #d15b30;
}


.latest-event-layout .body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
  margin-bottom: 0;
}
/**/
.event-twocoleq-module {
  /*width: 90%;*/
  min-height: 150px;
  position: relative;
  color: #616467;
  font-weight: normal;
  margin: 30px auto;
  padding: 0 0 34px;
}
table.event-twocoleq-container {
  text-align: center;
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
tr.event-twocoleq-cols-group {
  border: none;
}
td.event-twocoleq-col {
  vertical-align: top;
  border: none;
  text-align: left;
}
td.event-twocoleq-col p {
  font-weight: 300;
  margin: 1em 0 !important;
}
td.event-twocoleq-col img {
  max-width: 100%;
}
td.event-twocoleq-col.left-col {
  width: 48%;
  padding-left: 5px;
}
td.event-twocoleq-col.right-col {
  width: 50%;
}
.latest-event-layout .hs-events-related-content-wrapper .hs-events-related-item {
  width: calc((100% - (1.4% * 8)) / 4);
}
/**/
.dalet-feeds-module {
  width: 50%;
  margin: 30px auto;
  padding: 0 0 30px;
}
table.dalet-feeds-container {
  border: none;
  text-align: center;
  margin: 0 auto;
  border-collapse: collapse;
}
td.daletFeed-col {
  padding-top: 5px;
  padding-bottom: 5px;
}
td.daletFeed-col:first-child {
  padding-left: 5px;
}
.daletFeed-col img {
  max-width: 100%;
  vertical-align: initial;
}

/**/
.event-registration-module {
  padding-top: 13px;
}
.pop-up-img {
  position: absolute;
  right: 0;
  top: 50px;
  width: 115px;
  height: 115px;
}
.event__info {
  color: #000;
}
.event__info__row {
  font-weight: 500;
  font-size: 1em;
}
.event__info__row span {
  text-transform: uppercase;
}
.contactUsForm {
  min-height: 400px;
}
.messageForm__section--linkedin {
  margin-bottom: 15px;
}
.event-registration-module .messageForm__section--linkedin {
  margin-bottom: -10px;
}
.messageForm__section--linkedin a,
.messageForm__section--linkedin a:hover {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #616467;
  color: #b9b9b9;
  border-radius: 4px;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.messageForm__section--linkedin a i {
  display: inline-block;
  font-size: 20px;
  padding-right: 5px;
  margin-right: 5px;
  color: #616467;
  position: relative;
  vertical-align: middle;
}
.messageForm__section--linkedin a i:after {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 1px;
  background: #616467;
}
.messageForm__section--linkedin a span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
label.input-label {
  display: block;
  font-family: 'Azo-Sans','Stolzl',arial;
  color: #000;
}
label.input-label {
  font-size: 1.25em;
  margin-top: 25px;
  margin-bottom: 15px;
}
.contactUsForm h6 {
  display: block;
  font-family: 'Azo-Sans','Stolzl',arial;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 10px 0 0;
}
.contactUsForm .hs-form-field {
  margin-top: 10px;
  margin-bottom: 20px;
}
.contactUsForm .hs-fieldtype-select.hs-form-field {
  margin-bottom: 0;
  margin-top: 15px;
}
.contactUsForm .hs-form-field > label {
  display: none !important;
}
.contactUsForm select.hs-input {
  color: #444;
  font-size: 15px;
  line-height: 28px;
  display: block;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
  -webkit-appearance: menulist;
  font-weight: 400;
  padding: 0 20px 0 8px;
  margin: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.contactUsForm .hs-input {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #b9b9b9;
  font-family: "Azo-Sans","Stolzl",arial;
  font-weight: 300;
  font-size: 1em;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1px 0px;
  height: 23px;
  width: 100% !important;
  max-width: 100% !important;
}
.contactUsForm .input > textarea.hs-input {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #b9b9b9;
  font-family: "Azo-Sans","Stolzl",arial;
  font-weight: 300;
  font-size: 1em;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  height: 122px;
  resize: none;
  outline: none;
  width: 100% !important;
  max-width: 100% !important;
}
.contactUsForm .hs-fieldtype-booleancheckbox.field.hs-form-field {
  margin-top: 12px;
  margin-bottom: 30px;
  font-family: "Stolzl","Azo-Sans",arial;
  font-weight: 300;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.contactUsForm .hs-fieldtype-booleancheckbox.field.hs-form-field ul.inputs-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  color: #000;
}
.contactUsForm .hs-fieldtype-booleancheckbox.field.hs-form-field label > input.hs-input {
  outline: none;
  width: 19px;
  height: 19px;
  background: #eee;
  border: 1px solid #ddd;
  vertical-align: middle;
  margin: 3px 6px 3px 4px;
}
.contactUsForm .hs-button.primary, 
.contactUsForm input[type="submit"], 
.contactUsForm input[type="button"] {
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Stolzl","Azo-Sans",arial;
  font-weight: 300;
  font-size: 15px;
  line-height: normal;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  outline: none;
  height: auto;
}
.contactUsForm .hs-fieldtype-select.hs-form-field.hs_states {
  padding-bottom: 5px;
}
.contactUsForm .hs-form-field.hs_firstname,
.contactUsForm .hs-form-field.hs_lastname,
.contactUsForm .hs-form-field.hs_company,
.contactUsForm .hs-form-field.hs_title,
.contactUsForm .hs-form-field.hs_email,
.contactUsForm .hs-form-field.hs_phone {}

.contactUsForm .hs-form-field.hs_firstname {
  margin-top: 20px;
  margin-bottom: 25px;
}
.contactUsForm .hs-form-field.hs_lastname,
.contactUsForm .hs-form-field.hs_company,
.contactUsForm .hs-form-field.hs_title,
.contactUsForm .hs-form-field.hs_email,
.contactUsForm .hs-form-field.hs_phone {
  margin-top: 5px;
  margin-bottom: 25px;
}
.contactUsForm .hs-form-field.hs_subject {
  margin-bottom: 30px;
}
.contactUsForm .hs-form-field.hs-fieldtype-textarea {
  margin-bottom: 18px;
}
.contactUsForm h6 + label.input-label {
  margin-top: 20px;
  margin-bottom: 20px;
}


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


/*** Event Page Style */

.hs-event-wrapper {
  margin-top: 70px;
}
.titleBlock__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 7.5vh;
  position: relative;
}
.titleBlock__line__block {
  display: block;
  height: 1px;
  background: #f06a39;
  width: 100%;
}

.hs-event-header{
  font-family: 'Stolzl','Azo-Sans',arial;
  text-transform: uppercase;
  font-size: 45px;
  color: #b9b9b9;
  opacity: 1;
  line-height: 45px;
  font-weight: 500;
  height: 6.5vh;
  min-height: 45px;
  margin-bottom: 30px;
}
.hs-event-content p:first-child {
  margin-top: 20px;
}

.hero--colums-right__share {
  color: #f06a39;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero--colums-right__share .hero--colums-right__share__top {
  display: inline;
  margin-bottom: 10px;
  cursor: pointer;
}

.hero--colums-right__share .hero--colums-right__share__top .fa {
  margin-right: 5px;
}

.hero--colums-right__share .hero--colums-right__share__hover {
  display: inline;
  opacity: 0;
  visibility: hidden;
}

.hero--colums-right__share:hover .hero--colums-right__share__hover {
  visibility: visible;
  opacity: 1;
}
.hero--colums-right__share .hero--colums-right__share__hover a:hover {
  opacity: 0.5;
}
.hero--colums-right__share .hero--colums-right__share__hover a {
  color: #f06a39;
  text-decoration: none;
  opacity: 1;
  visibility: visible;
  margin-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hs-events-related-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 20px;
  position: relative;
  font-family: "Stolzl","Azo-Sans",arial;
}
ul.filter-button-group.clearfix {
  position: relative;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
}
ul.filter-button-group li {
  position: relative;
  color: black;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin-right: auto;
}
ul.filter-button-group li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-bottom: 15px;
  cursor: pointer;
  text-decoration: none;
  color: black;
  background-color: transparent;
  border: 0;
  font-size: 1.25em;
  padding-left: 0;
  padding-right: 0;
  font-family: "Stolzl","Azo-Sans",arial;
  text-transform: uppercase;
  outline: 0;
  border-radius: 0;
}
ul.filter-button-group li button::after {
  content: "";
  width: 100%;
  height: 1px;
  z-index: 1;
  bottom: 0;
  position: absolute;
  display: none;
}
ul.filter-button-group li.active button {
  color: #f06a39;
}
ul.filter-button-group li.active button:after {
  content: "";
  width: 100%;
  height: 1px;
  z-index: 1;
  bottom: 0;
  position: absolute;
  display: block;
  border-bottom: 3px solid #f06a39;
  left:0;
}
.hs-events-related-group {
  margin-top: 65px;
}
ul.filter-button-group:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  position: absolute;
  display: block;
  border-bottom: 3px solid #d3d3d3;
  left: 0;
}

.hs-events-related-item.customer_stories {
  width: calc(25% - 2.66%);
}

.hs-events-related-content-wrapper .hs-events-related-item {
  width: calc(25% - 2.66%);
  margin: 1.1vw 0;
  margin-left: 1.33%;
  margin-right: 1.33%;
  height: 250px;
}
.card__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0px 30px;
  font-family: 'Stolzl','Azo-Sans',arial;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.card {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  height: 100%;
  -webkit-transition: opacity 0.5s,visibility 0.5s,height 0.05s;
  transition: opacity 0.5s,visibility 0.5s,height 0.05s;
}
.card__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #545454;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  padding: 20px;
  background: rgba(0,0,0,0.7);
  transition: 0.3s;
}
.dotTitle {
  max-height: 50px;
}
.card__hover__title {
  font-family: 'Stolzl','Azo-Sans',arial;
  font-size: 1.25em;
  padding-right: 30px;
}
.card__hover__content {
  font-family: 'Azo-Sans','Stolzl',arial;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 30px;
  height: 100px;
}
.card__hover__content {
  margin-top: 20px;
  height: 60px;
}
.card__hover__cta {
  position: absolute;
  bottom: 40px;
  left: 40px;
  border: 2px solid #f06a39;
  border-radius: 2px;
  padding: 8px 12px;
  text-decoration: none;
  color: #f06a39;
  font-family: 'Stolzl','Azo-Sans',arial;
  font-weight: 300;
  font-size: 15px;
  z-index: -1;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card__hover__cta--singleEvent {
  position: static;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: -moz-fit-content;
}
.card__hover__cta {
  bottom: 20px;
  left: 20px;
}

.card:hover .card__title {
  opacity: 0;
  visibility: hidden;
}
.card:hover .card__hover {
  opacity: 1;
  visibility: visible;
}
.card:hover .card__hover__cta {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}
.hs-home-page-slider .hs_cos_gallery_main {
  padding: 0;
  margin: 0 0 21px;
}
.hs-home-page-slider .hs_cos_gallery_main .slick-slide {
  margin: 0;
}
.hs-home-page-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  display: block;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 610px;
  overflow: hidden;
}
.hs-home-page-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 610px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 25;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 1;
  visibility: visible;
}

.hs-home-page-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 610px;
  background: rgba(0,0,0,0.7);
  z-index: 35;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 1;
  visibility: visible;
  display: block;
  left: 0;
  top: 0;
}
.hs-home-page-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below h1 {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #fff;
  font-family: "Stolzl","Azo-Sans",arial;
  font-size: 20px;
  padding-right: 40px;
  opacity: .95;
  margin: 0;
}
.hs-home-page-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below p {
  font-family: "Stolzl","Azo-Sans",arial;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  position: absolute;
  top: 80px;
  left: 40px;
  padding-right: 40px;
  color: #fff;
  opacity: .75;
  margin: 0;
}
.hs-home-page-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .owl-video-play-icon img {
  display: block;
  margin: 0;
  width: 100%;
}
.hs-home-page-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .owl-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 45;
  height: 90px !important;
  width: 90px !important;
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  height: 90px !important;
  width: 90px !important;
}
.hs-home-page-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .owl-video-play-icon:hover {
  opacity: .9;
}
.hs-home-page-slider .hs_cos_gallery_main ul.slick-dots {
  display: none!important;
}
.hs-home-page-slider .hs_cos_gallery_thumbnails {
  padding: 0;
  margin: 0;
}
.hs-home-page-slider .hs_cos_gallery_thumbnails .slick-list {
  padding: 0!important;
}
.hs-home-page-slider .hs_cos_gallery_thumbnails .slick-list .slick-track {
  width: 100%!important;
  margin: 0!important;
  transform: none!important;
}
.hs-home-page-slider .hs_cos_gallery_thumbnails .slick-list .slick-track .slick-slide {
  padding: 0!important;
}
.hs-home-page-slider .hs_cos_gallery_thumbnails .slick-list .slick-track .slick-slide .hs_cos_gallery_slide.slick-slide {
  display: block!important;
}
.hs-home-page-slider .hs_cos_gallery_thumbnails .slick-list .slick-track .slick-slide .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper {
  display: block!important;
}
.hs-home-page-slider .hs_cos_gallery_thumbnails .slick-list .slick-track .slick-slide .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 610px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 25;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 1;
  visibility: visible;
}
.hs-home-page-slider .hs_cos_gallery_thumbnails .slick-list .slick-track .slick-slide .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper {
  display: block!important;
  margin-right: 20px;
  padding-top: 200px;
}
.hs-home-page-slider .hs_cos_gallery_thumbnails .slick-list .slick-track .slick-slide .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  border: 5px solid #f06a39;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hs-home-page-slider .hs_cos_gallery_thumbnails .slick-list .slick-track .slick-slide.slick-center .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper:after {
  visibility: visible;
  opacity: 1;
  z-index: 25;
}
.hs-home-page-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper.show-video .caption.below {
  display: none;
}
.hs-home-page-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper.show-video a.absNtPerfect {
  display: none;
}
.hs-home-page-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .owl-video-frame {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hs-home-page-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .owl-video-frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 610px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


.hs-event-wrapper2 .hs-event-content-flxi p + *, .hs-event-wrapper2 .hs-event-content-flxi ul + p {
  font-size: 10pt;
  font-family: Calibri, sans-serif;
  font-weight: 400; 
  color: #000;
  margin-bottom: 21px;
  margin-top: 0;
  line-height: 20px;
}
.hs-event-wrapper2 .hs-event-content-flxi p + p + * {
  line-height: 21px;
}
.hs-event-wrapper2  .hs-event-content-flxi ul {
  font-size: 10pt;
  color: #616467;
  font-family: Calibri, sans-serif;
}

.resources-lyt .body-container-wrapper {
  padding: 0;
}
.resources-lyt .body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
  margin: 0;
}
.resources-lyt .header-container-wrapper .widget-type-global_group {
  min-height: 0;
}
.hs-banner-area-cust-mod {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 0 !important;
}
.hs-banner-area-cust-mod .hero--overlay {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  min-height: 600px;
  max-width: 100%;
  max-height: 100%;
  background: #000;
  opacity: 0.7;
  pointer-events: none;
}
.hs-banner-area-cust-mod img.background-image {
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hs-banner-area-cust-mod .hero--body.catchphrase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  width: 70%;
  margin-bottom: 50px;
  font-family: "Stolzl","Azo-Sans",arial;
  font-weight: 300;
  -webkit-transition: .3s all;
  transition: .3s all;
  position: relative;
  z-index: 10;
}
.hs-banner-area-cust-mod .hero--body.catchphrase .hero--body--short {
  margin-top: 0;
  line-height: 1.5em;
  width: 100%;
}
.hs-banner-area-cust-mod .hero--body.catchphrase .hero--body--short .hero--body--shortBig--wysiwyg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 35px;
  max-height: 330px;
  overflow: hidden;
  margin-bottom: 25px;
}
.hs-banner-area-cust-mod .hero--body.catchphrase .hero--body--short .hero--body--shortBig--wysiwyg p {
  margin: 0;
  padding: 0;
}
.hs-banner-area-cust-mod .header-arrow {
  z-index: 100;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.hs-banner-area-cust-mod .CTA__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
.hs-banner-area-cust-mod .CTA__hero a.CTA__hero__button {
  margin: 0 30px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  padding: 15px 25px;
  border-radius: 5px;
  font-family: "Stolzl","Azo-Sans",arial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  text-transform: uppercase;
  background: #f06a39;
}
.hs-banner-area-cust-mod .CTA__hero a.CTA__hero__button:hover {
  background-color: #d15b30;
}
.resources-lyt .cnt-grp {
  padding: 0px 55px;
}
.hs-tw-col-width-img {
  width: 100%;
  height: 700px;
  margin: 30px 0 75px 0;
  position: relative;
}
.hs-tw-col-width-img .articleHeader .articleHeader__img {
  width: 67%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
}
.hs-tw-col-width-img .articleHeader .articleHeader__textBox {
  width: 45%;
  height: 450px;
  background-color: rgba(246,246,246,0.8);
  position: relative;
  float: right;
  margin: 125px 50px 0 0;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs-tw-col-width-img .articleHeader img.icons {
  width: 30px;
  float: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hs-tw-col-width-img .articleHeader .article__share .article__share__hover {
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 0px 10px 10px;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hs-tw-col-width-img .articleHeader .article__share .article__share__hover a {
  color: black;
}
.hs-tw-col-width-img .articleHeader .article__share .article__share__hover a img.lazy-dalet {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  width: 30px;
}
.hs-tw-col-width-img .articleHeader .articleHeader__textBox h2 {
  font-family: 'Stolzl','Azo-Sans',arial;
  font-weight: 700;
  font-size: 25px;
  overflow: hidden;
  max-height: 60px;
  margin: 0;
  margin-bottom: 25px;
  color: #000000;
  width: 87.5%;
  float: left;
}
.hs-tw-col-width-img .articleHeader .articleHeader__textBox .rt-col-cnt {
  width: 87.5%;
  clear: both;
}
.hs-tw-col-width-img .articleHeader .articleHeader__textBox .rt-col-cnt p {
  margin: 0;
  font-family: 'Azo-Sans','Stolzl',arial;
  font-size: 15px;
  color: #000000;
  font-weight: normal;
}
.hs-tw-col-width-img .articleHeader .articleHeader__textBox .article__share {
  cursor: pointer;
  position: relative;
}
.hs-tw-col-width-img .articleHeader .articleHeader__textBox .article__share a {
  color: black;
}
.hs-tw-col-width-img .articleHeader .articleHeader__textBox .article__share:hover > a > img {
  opacity: 0.5;
}
.hs-tw-col-width-img .articleHeader .articleHeader__textBox .article__share:hover .article__share__hover {
  opacity: 1;
  visibility: visible;
}
.hs-tw-col-width-img .articleHeader .article__share .article__share__hover > a:hover > img {
  opacity: 0.5;
}
.articleHeader:after, 
.articleHeader:before {
  clear: both;
  content: "";
  display: block;
}
.hs-full-width-cnt-with-btm-form .wysiwyg__content {
  min-height: 150px;
  position: relative;
  color: #616467;
  font-weight: normal;
}
.hs-full-width-cnt-with-btm-form .wysiwyg__content:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 55px;
  height: 114px;
  background-color: #f06a39;
}
.hs-full-width-cnt-with-btm-form .wysiwyg__content:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: " ";
  width: 55px;
  height: 114px;
  background-color: #f06a39;
}
.hs-full-width-cnt-with-btm-form .wysiwyg__content .full-width-content {
  width: 75%;
  margin: auto;
  padding: 0 100px;
}
.hs-full-width-cnt-with-btm-form .wysiwyg__content .full-width-content p {
  font-weight: 300;
}
.hs-full-width-cnt-with-btm-form .wysiwyg__content .full-width-content p:first-child {
  margin-top: 0;
}
.hs-full-width-cnt-with-btm-form .wysiwyg__content .full-width-content h3 {
  font-weight: normal;
  font-family: "Stolzl","Azo-Sans",arial;
  font-size: 20px;
}
.hs-full-width-cnt-with-btm-form .wysiwyg__content .wysiwyg__content__DL {
  position: absolute;
  bottom: 0;
  right: 100px;
  display: block;
  margin-left: auto;
  font-family: "Stolzl","Azo-Sans",arial;
  font-size: 1.5em;
  font-weight: 300;
  color: #f06a39;
  text-decoration: none;
  border-bottom: 1px solid #f06a39;
  text-align: right;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: -moz-fit-content;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: opacity 0.3s,cursor 0s;
  transition: opacity 0.3s,cursor 0s;
}
.hs-full-width-cnt-with-btm-form .wysiwyg__content .full-width-content p:last-child {
  padding-bottom: 35px;
  margin-bottom: 0px;
}
.form-wrapper {
  display: none;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .message-form-headline {
  margin-top: 75px;
  padding-right: 50px;
  font-family: "Stolzl","Azo-Sans",arial;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000000;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .messageForm__section--linkedin {
  padding-left: 20px;
  margin-bottom: 15px;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .messageForm__section--linkedin a {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #616467;
  color: #b9b9b9;
  border-radius: 4px;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .messageForm__section--linkedin a i.fa {
  display: inline-block;
  font-size: 20px;
  padding-right: 5px;
  margin-right: 5px;
  color: #616467;
  position: relative;
  vertical-align: middle;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .messageForm__section--linkedin a i.fa:after {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 1px;
  background: #616467;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .messageForm__section--linkedin a span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form h3.form-title {
  margin: 0;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form .hs-form .hs-form-field > label {
  display: none;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form .hs-form .hs-form-field .hs-input {
  margin-top: 5px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #b9b9b9;
  font-family: "Azo-Sans","Stolzl",arial;
  font-weight: 300;
  font-size: 1em;
  width: 100%;
  outline: none;
  max-width: 100%;
  padding: 0;
  line-height: 1.5;
  height: auto;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form .hs-form ul.inputs-list li.hs-form-booleancheckbox {
  position: relative;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form .hs-form li.hs-form-booleancheckbox .hs-input {
  width: auto;
  outline: none;
  width: 19px;
  height: 19px;
  background: #eee;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  vertical-align: middle;
  position: absolute;
  left: 0;
  font-family: "Stolzl","Azo-Sans",arial;
  font-weight: 300;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form .hs-form ul.inputs-list li.hs-form-booleancheckbox > label.hs-form-booleancheckbox-display {
  color: black;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1em;
  line-height: 1.7rem;
  padding-left: 30px;
  font-family: "Stolzl","Azo-Sans",arial;
  font-weight: 300;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form .hs-form ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 13px;
  height: 7px;
  background: transparent;
  left: 5px;
  top: 4px;
  border: 3px solid #f06a39;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form .hs-form ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display:hover:after {
  opacity: 0.35;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form .hs-form .hs-submit .actions input.hs-button {
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: white;
  font-family: "Stolzl","Azo-Sans",arial;
  font-weight: 300;
  background: #f06a39;
  font-size: 15px;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  outline: none;
  line-height: normal;
  height: auto;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form .hs-form .actions {
  text-align: right;
  padding-top: 31px;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form .hs-form .actions button.submit__button--cancel {
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Stolzl","Azo-Sans",arial;
  font-weight: 300;
  font-size: 15px;
  cursor: pointer;
  outline: none;
  background: transparent;
  border: 2px solid #f06a39;
  padding: 10px 20px;
  color: #f06a39;
  margin-right: 10px;
}

.hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form .hs-form .hs-input::-webkit-input-placeholder {
  color: #d4d4d4;
  opacity: 1;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form .hs-form .hs-input:-moz-placeholder {
  color: #d4d4d4;
  opacity: 1;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form .hs-form .hs-input::-moz-placeholder {
  color: #d4d4d4;
  opacity: 1;
}
.hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form .hs-form .hs-input:-ms-input-placeholder {
  color: #d4d4d4;
  opacity: 1;
}
.cnt-grp .cnt-column .hs_cos_wrapper_type_header {
  margin-top: 70px !important;
  display: block;
}
.cnt-grp .cnt-column .hs_cos_wrapper_type_header h1 {
  font-family: 'Stolzl','Azo-Sans',arial;
  position: relative;
  text-transform: uppercase;
  font-size: 3em;
  color: #b9b9b9;
  opacity: 1;
  line-height: 1em;
  height: 6.5vh;
  min-height: 45px;
  margin-bottom: 64px;
  font-weight: normal;
  margin-top: 0;
  padding-top: 16px;
}
.cnt-grp .cnt-column .hs_cos_wrapper_type_header h1:before {
  display: block;
  height: 1px;
  background: #f06a39;
  width: 50px;
  content: "";
  display: block;
  margin-bottom: 17px;
}


.hs-btm-pn-slider .slick-list {
  padding: 70px 0px !important;
}
.hs-btm-pn-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs-btm-pn-slider .slick-slide .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 50px 25px;
  background-size: cover;
}
.hs-btm-pn-slider .slick-slide .slider-item .customCarousel__item__content {
  background: rgba(0,0,0,0.7);
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.hs-btm-pn-slider .slick-slide .slider-item .customCarousel__item__content .customCarousel__item__content__title {
  font-family: "Stolzl","Azo-Sans",arial;
  font-size: 1.5em;
  margin-bottom: 3px;
  height: 20px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customCarousel__item__content__date {
  font-family: "Stolzl","Azo-Sans",arial;
  font-size: 1em;
  margin-bottom: 15px;
  height: 15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.7;
}
.customCarousel__item__content__text {
  font-family: "Azo-Sans","Stolzl",arial;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 25px;
  overflow: hidden;
  opacity: 0.75;
}
a.btn__border {
  color: #f06a39;
  text-decoration: none;
  padding: 8px 12px;
  border: 2px solid #f06a39;
  border-radius: 2px;
  font-weight: 300;
  font-family: "Stolzl","Azo-Sans",arial;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
}
.customCarousel__item__content .btn__border {
  font-size: 0.8em;
}
.hs-btm-pn-slider .slick-slide.slick-active .slider-item {
  width: 100%;
  padding: 0px;
  background-size: cover;
}
.hs-btm-pn-slider .slick-slide.slick-active .slider-item .customCarousel__item__content {
  padding-right: 45%;
  padding-left: 25px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hs-btm-pn-slider .slick-slide.slick-active .slider-item .customCarousel__item__content .content-inner {
  width: 100%;
  position: relative;
}
.hs-btm-pn-slider .slick-slide.slick-active .slider-item .customCarousel__item__content .content-inner .customCarousel__item__content__title {
  font-size: 16px;
  overflow: hidden;
}
.hs-btm-pn-slider .slick-slide.slick-active .slider-item .customCarousel__item__content .content-inner .customCarousel__item__content__date {
  font-size: 13px;
  overflow: hidden;
}
.hs-btm-pn-slider .slick-slide.slick-active .slider-item .customCarousel__item__content .content-inner .customCarousel__item__content__text {
  height: 59px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
.hs-btm-pn-slider .slick-slide.slick-center {
  z-index: 100;
  width: 100%;
  position: relative;
  -webkit-transform: scale(1.35,1.35);
  transform: scale(1.35,1.35);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hs-btm-pn-slider .slick-slide.slick-active.slick-center .slider-item {
  min-height: 360px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 450px;
  padding: 50px 25px;
  width: 132.5% !important;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hs-btm-pn-slider .slick-slide.slick-active.slick-center .slider-item .customCarousel__item__content {
  padding-right: 25px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto;
}
.hs-btm-pn-slider .slick-slide.slick-active.slick-center .slider-item .customCarousel__item__content .customCarousel__item__content__title {
  font-size: 16px;
  white-space: normal;
  height: auto;
  text-align: left;
  margin-bottom: 15px;
}
.hs-btm-pn-slider .slick-slide.slick-active.slick-center .slider-item .customCarousel__item__content .customCarousel__item__content__text {
  font-size: 1em;
  line-height: 1.5em;
  overflow: hidden;
  height: auto;
}
.hs-btm-pn-slider .slick-slide .slider-item .customCarousel__item__content .customCarousel__item__content__text p {
  margin: 0;
}
.hs-btm-pn-slider .slick-slide.slick-center + .slick-slide .slider-item .customCarousel__item__content {
  padding-right: 25px;
  padding-left: 45%;
}
.hs-btm-pn-slider.slick-initialized.slick-slider {
  padding-bottom: 30px;
}
.slick-prev {
  background-image: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/Images/leftArrow-black.png) !important;
  z-index: 5;
  background-size: 20px !important;
  color: transparent !important;
  text-indent: -9999px !important;
  opacity: 1 !important;
}
.slick-next {
  background-image: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/Images/rightArrow-black.png) !important;
  z-index: 5;
  background-size: 20px !important;
  color: transparent !important;
  text-indent: -9999px !important;
  opacity: 1 !important;
}
.form-wrapper .hs-form ul.hs-error-msgs.inputs-list {
  margin-top: -15px;
  margin-bottom: 10px;
}
.form-wrapper .hs-form .hs_error_rollup ul.hs-error-msgs.inputs-list {
  margin-top: 10px;
}
.wysiwyg__content__DL.inactive {
  opacity: 0.35;
  cursor: default !important;
}

.hs-video-grp {
  margin-top: 70px;
}
.titleBlock__title {
  font-family: 'Stolzl','Azo-Sans',arial;
  position: relative;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 30px;
  color: #b9b9b9;
  opacity: 1;
  line-height: 1em;
  height: 6.5vh;
  min-height: 45px;
  margin-bottom: 30px;
}
.hs-video-grp .titleBlock__content {
  width: 100%;
}
.hs-video-grp .titleBlock__content .videoCarousel {
  width: 100%;
}
.hs-video-grp .titleBlock__content .videoCarousel .videoCarousel__main {
  margin-bottom: 90px;
  max-height: 610px;
}
.hs-video-grp .titleBlock__content .videoCarousel .hideOverride {
  display: block;
}
.hs-video-grp .titleBlock__content .videoCarousel .videoCarousel__main .videoCarousel__main__video {
  position: relative;
  width: 100%;
  height: 610px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs-video-grp .titleBlock__content .videoCarousel .videoCarousel__main .videoCarousel__main__video .videoCarousel__main__video__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 610px;
  background: rgba(0,0,0,0.7);
  z-index: 35;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  visibility: visible;
  display: block;
  left: 0;
  top: 0;
}
.hs-video-grp .titleBlock__content .videoCarousel .videoCarousel__main .videoCarousel__main__video .videoCarousel__main__video__overlay .videoCarousel__main__video__overlay__title {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #fff;
  font-family: "Stolzl","Azo-Sans",arial;
  font-size: 20px;
  padding-right: 40px;
  opacity: 0.95;
}
.hs-video-grp .titleBlock__content .videoCarousel .videoCarousel__main .videoCarousel__main__video .videoCarousel__main__video__overlay .videoCarousel__main__video__overlay__content {
  font-family: "Stolzl","Azo-Sans",arial;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  position: absolute;
  top: 80px;
  left: 40px;
  padding-right: 40px;
  color: #fff;
  opacity: 0.75;
}
.hs-video-grp .titleBlock__content .videoCarousel .videoCarousel__main .videoCarousel__main__video .videoCarousel__main__video__overlay img.lazy-dalet {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 45;
  height: 90px !important;
  width: 90px !important;
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.hs-video-grp .titleBlock__content .videoCarousel .videoCarousel__main .videoCarousel__main__video .videoCarousel__main__video__overlay img.lazy-dalet:hover {
  opacity: 0.9;
}
.hs-video-grp .titleBlock__content .videoCarousel .videoCarousel__main .videoCarousel__main__video img.lazy-dalet.hideMobileMain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 610px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 25;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  visibility: visible;
}


@media only screen and (min-width: 1025px) {
  .hs-btm-pn-slider .slick-slide .slider-item {
    height: 400px;
  }  
  .hs-event-training .pop-up-grp > span > div {
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.widget-span.widget-type-cell.hsn-column-2 {
  width: 100%;
}

.widget-span.widget-type-cell.hsn-column-2 .widget-span {
  width: 100%;
}

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

@media only screen and (max-width: 1500px) {
  .hs-banner-area-cust-mod .hero--body.catchphrase {
    width: 75%;
  }
  .hs-events-wrapper .hs-events-inner-wrapper {
    width: 75%;
  }
  .hs-event-header {
    height: 8vh;
  }
  .titleBlock__line {
    height: 8vh;
  }
}

@media only screen and (max-width: 1250px) {
  .hs-btm-pn-slider .slick-slide.slick-active.slick-center .slider-item {
    width: 130% !important;
  }
  .hs-btm-pn-slider .slick-slide.slick-active.slick-center .slider-item .customCarousel__item__content .customCarousel__item__content__text {
    font-size: 1em;
    line-height: 1.5em;
    overflow: hidden;
    min-height: 180px;
    max-height: 180px;
  }
  .hs-events-wrapper .hs-events-inner-wrapper {
    width:80%;
  }
  .hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-logo .logo-holder {
    left: -40%;
  }
  .hs-banner-area-cust-mod .hero--body.catchphrase {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  .CsVideoSlide-iframe-group {
    position: relative;
    width: 100%;
    height: 585px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 56.25%;
    display: block;
    height: 0;
  }
  iframe.CsVideo-slide-iframe {
    width: 1px;
    min-width: 100%;
    min-height: 100%;
  }

}

@media (min-width: 1025px) {
  .hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-address .hero--share.hero--colums-right__share {
    display: none;
  }
}

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

@media (max-width: 1024px) {
  .hs-banner-area-cust-mod .hero--body.catchphrase {
    width: calc(100% - 150px);
    font-size: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    margin-top: -30px;
  }
  .hs-banner-area-cust-mod .hero--body.catchphrase .hero--body--short {
    line-height: 1.25em;
    margin-top: 0;
  }
  .hs-banner-area-cust-mod .hero--body.catchphrase .hero--body--short .hero--body--shortBig--wysiwyg {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .hs-banner-area-cust-mod .header-arrow {
    display: none;
  }
  .hs-banner-area-cust-mod .CTA__hero {
    position: absolute;
    bottom: 115px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    font-size: 1.25em;
    line-height: 1.25em;
  }
  .hs-banner-area-cust-mod .CTA__hero a.CTA__hero__button {
    padding: 10px 20px;
    line-height: 1.2;
  }
  .resources-lyt .cnt-grp {
    padding: 0;
  }
  .hs-tw-col-width-img {
    margin: 25px 0px;
    height: auto;
  }
  .hs-tw-col-width-img .articleHeader {
    height: auto;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .hs-tw-col-width-img .articleHeader .articleHeader__img {
    position: relative;
    width: 100%;
    height: 500px;
  }
  .hs-tw-col-width-img .articleHeader .articleHeader__textBox {
    height: auto;
    width: 100%;
    margin: 0 0 40px;
    float: none;
    padding: 50px 20px;
  }
  .hs-tw-col-width-img .articleHeader .articleHeader__textBox .articleHeader__textBox__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-tw-col-width-img .articleHeader .articleHeader__textBox h2 {
    width: 100%;
    font-size: 20px;
    max-height: inherit;
    float: none;
  }
  .hs-tw-col-width-img .articleHeader .articleHeader__textBox .article__share {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 28px;
  }
  .hs-tw-col-width-img .articleHeader img.icons {
    position: relative;
    width: 26px;
    float: none;
  }
  .hs-tw-col-width-img .articleHeader .article__share .article__share__hover {
    left: 25px;
    padding: 5px 10px 5px 10px;
    top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: -10px;
    width: 163px;
  }
  .hs-tw-col-width-img .articleHeader .article__share .article__share__hover a img.lazy-dalet {
    display: inline;
    width: 28px;
    margin-right: 5px;
  }
  .hs-tw-col-width-img .articleHeader .articleHeader__textBox .rt-col-cnt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin: 0;
  }
  .hs-full-width-cnt-with-btm-form .wysiwyg__content:before {
    width: 10px;
    height: 80px;
  }
  .hs-full-width-cnt-with-btm-form .wysiwyg__content .full-width-content {
    padding: 0 20px;
  }
  .hs-full-width-cnt-with-btm-form .wysiwyg__content:after {
    width: 10px;
    height: 80px;
  }
  .hs-full-width-cnt-with-btm-form .form-wrapper .messageForm__section--linkedin {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form .hs-form .hs-form-field {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .cnt-grp .cnt-column .hs_cos_wrapper_type_header {
    padding: 0px 20px;
  }
  .cnt-grp .cnt-column .hs_cos_wrapper_type_header h1 {
    font-size: 2em;
    height: 50px;
    margin-bottom: 0;
  }
  .hs-btm-pn-slider .slick-slide.slick-center {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  .hs-btm-pn-slider .slick-slide.slick-active.slick-center .slider-item {
    width: 100% !important;
  }
  .hs-btm-pn-slider .slick-slide.slick-active.slick-center .slider-item {
    width: 100% !important;
    position: static;
    transform: none;
  }
  .hs-btm-pn-slider .slick-list {
    padding: 0px !important;
  }
  .hs-btm-pn-slider .slick-slide.slick-active.slick-center .slider-item {
    width: 100% !important;
    position: static;
    transform: none;
    padding: 50px 50px;
    height: auto;
  }
  .hs-btm-pn-slider .slick-slide.slick-active.slick-center .slider-item .customCarousel__item__content .customCarousel__item__content__text {
    min-height: auto;
    max-height: 100%;
    padding-right: 50px;
  }
  .slick-next {
    right: 0 !important;
    background-image: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/Images/rightArrow.png) !important;
  }
  .hs-btm-pn-slider.slick-initialized.slick-slider {
    padding-bottom: 20px;
  }
  .customCarousel__item__content .btn__border {
    font-size: 1em;
    padding: 8px 12px;
  }
  .slick-prev {
    left: 0 !important;
    background-image: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/Images/leftArrow.png) !important;
  }
  .form-wrapper {
    padding: 0 20px;
  }
  .hs-btm-pn-slider .slick-slide.slick-active.slick-center .slider-item .customCarousel__item__content .customCarousel__item__content__title {
    white-space: nowrap;
  }
  .mobile-open .hs-right-header .hs-inner-wrapper {
    max-height: 100vh;
    overflow-y: auto;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .titleBlock__title {
    font-size: 2em;
    padding: 0px 20px;
  }

  .hs-events-related-content-wrapper .hs-events-related-item {
    width: 47%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
    margin: 0;
    display: block;
  }
  .hs-event-wrapper {
    margin-top: 25px;
  }
  .hs-event-header {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 0;
    height: auto;
    min-height: 50px;
  }
  .titleBlock__line {
    height: 50px;
  }
  .body-container-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero--colums-right__share {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: self-start;
  }
  .hs-events-content .hero--colums-right__share {
    display: none !important;
  }
  .hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-address>div.hero--share.hero--colums-right__share {
    width: 100px;
    margin-top: 25px;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 0;
    right: 0;
  }
  .hs-footer-bottom-menu {
    margin-top: 9px;
  }
  .hs-footer-top-menu .hs-menu-wrapper>ul {
    margin-bottom: 13px !important;
    vertical-align: middle;
  }
  .hs-right-header {
    max-width: 100%;
    text-align: center;
    right:0;
  }
  .hs-column-1, .hs-column-3 {
    display: none !important;
  }
  .hs-header-wrapper > .row-fluid-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs-column-2 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .hs-logo img {
    width: 65px !important;
  }
  .hs-right-header .hs-inner-wrapper {
    background: #4C4C4C;
    opacity: 1;
    min-height: 100%;
    padding: 45px;
    text-align: center;
  }
  .navbarExtend__close {
    top: 20px;
    left: 25px;
    font-size: 30px;
  }
  .hs-sidebar-top-menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    display:none;
  }
  .child-trigger {
    display: none !important;
  }
  .mobile-logo {
    margin-bottom: 25px;
  }
  .hs-sidebar-top-menu .hs-menu-wrapper > ul li > a {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-sidebar-bottom-menu .hs-menu-wrapper > ul li > a {
    padding-right: 0;
  }
  .hs-sidebar-top-menu {
    margin-bottom: 20px;
  }
  .navbarExtend__contact__link {
    font-size: 15px;
  }
  .hs-footer-bottom-menu .hs-menu-wrapper>ul {
    vertical-align: middle;
    display: inline-block;
    width: auto;
  }
  .hs-right-header .footer-social-icon ul {
    float: none;
    margin: 20px 0 35px;
    margin-left: auto !important;
    margin-right: auto;
  }
  .hs-events-wrapper .hs-events-inner-wrapper {
    width: calc(100% - 150px);
    font-size: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-logo .logo-holder {
    position: static;
    max-height: 150px;
  }
  .hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col {
    width: auto;
    border: none;
    display: block;
    height: auto;
  }
  .hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-logo {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
  .hs-events-wrapper .hs-events-inner-wrapper .hs-events-inner-left-col .hs-events-address {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .hs-events-wrapper .hs-events-inner-wrapper .hs-events-content .hs-events-content-inner {
    width: 100%;
    max-width: 100%;
    display: none;
  }
  .hs-header-wrapper {
    height: 75px;
    z-index: 9999999;
  }
  .scroll-header .hs-header-wrapper {
    height: 55px;
  }
  .hs-column-4 {
    max-width: 40%;
    width: 100% !important;
    margin-left: 0 !important;
    flex-basis: 40%;
  }
  .hs-header-wrapper>.row-fluid-wrapper .navbar__burger {
    width: 29%;
  }
  .scroll-header .hs-logo {
    padding-top: 2px;
  }
  .hs-logo {
    padding-top: 11px;
  }
  .hs-header-search.focus input.hs-search-field__input {
    width: 100px;
  }
  .hs-slider-grp .titleBlock__line {
    padding: 0 20px;
    width: 90px;
  }

  .hs-full-width-cnt-with-btm-form .wysiwyg__content .wysiwyg__content__DL {
    left: 20px;
    right: auto;
  }
  .latest-event-layout .hs-events-related-content-wrapper .hs-events-related-item {
    margin-left: 1%;
    margin-right: 1%;
    width: calc((100% - (1.2% * 4)) / 2);
  }

  /**/
  .contactUsForm {
    height: auto;
  }
  label.input-label {
    font-size: 1em;
  }
}
.contactUsForm .hs-fieldtype-booleancheckbox.field.hs-form-field label > input.hs-input {
  outline: none;
  width: 19px !important;
  height: 19px;
  background: #eee;
  border: 1px solid #ddd;
  vertical-align: middle;
  margin: 3px 6px 3px 4px;
}
.footer-container-wrapper .page-center {
  max-width: 100% !important;
}
.hs-tw-col-width-img .articleHeader .articleHeader__textBox .article__share a {
  text-decoration:none;
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .CsVideoDesktop-slider-slide-inner {
    display: none !important;
  }
  .CsVideo-thumbnails-wrapper {
    display: none !important;
  }
  .contactUsForm select.hs-input[name="preferred_time"] {
    height: 32px;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  .hs-banner-area-cust-mod .hero--body.catchphrase .hero--body--short .hero--body--shortBig--wysiwyg {
    max-height: 385px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .hs-banner-area-cust-mod .CTA__hero {
    font-size: 1em;
    line-height: 1em;
  }
  .hs-full-width-cnt-with-btm-form .wysiwyg__content .full-width-content {
    width: 100%;
  }
  .cnt-grp .cnt-column .hs_cos_wrapper_type_header h1 {
    font-size: 2em;
    height: auto;
    margin-bottom: 20px;
  }
  .hs-btm-pn-slider .slick-slide.slick-active.slick-center .slider-item .customCarousel__item__content .customCarousel__item__content__text {
    padding-right: 0;
  }
  .hs-full-width-cnt-with-btm-form .wysiwyg__content .wysiwyg__content__DL {
    right: 40px;
  }
  .latest-event-layout .hs-events-related-content-wrapper .hs-events-related-item {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }
  .dalet-feeds-module {
    width: 90%;
    font-size: 13px;
  }
  table.event-twocoleq-container {
    font-size: 13px;
  }
  td.event-twocoleq-col {
    width: 100% !important;
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  td.daletFeed-col {
    width: 100% !important;
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /**/
  .pop-up-img {
    position: relative;
    margin-bottom: 25px;
    height: 95px;
    width: 95px;
  }
  .event__info {
    padding: 40px 0 50px;
  }
  .hs-footer-bottom-menu .hs-menu-wrapper>ul>li>a {
    display: block !important;
    margin: 0;
  }
  .hs-footer-bottom-menu .hs-menu-wrapper>ul>li {
    float: left !important;
    width: auto !important;
    margin: 8px 12px;
  }
  .hs-right-header .footer-social-icon ul {
    float: none;
    margin: 20px 0 25px;
    margin-left: auto !important;
    margin-right: auto;
  }
  .hs-right-header .footer-social-icon ul li {
    width: 30px;
    height: 30px;
    margin-left: 8px;
    margin-right: 0;
  }
  .hs-sidebar-top-menu {
    margin-bottom: 30px;
  }
  .burger-image {
    min-width: 24px;
    width: 24px;
    height: 20px;
    background-size: 100%;
    background-position: 0 -18px;
  }
  ul.filter-button-group li.active {
    border: 2px solid #f06a39;
  }
  ul.filter-button-group li.active button:after {
    display:none;
  }
  ul.filter-button-group li button {
    padding: 10px;
    font-size: inherit;
  }
  ul.filter-button-group:after {
    display:none;
  }
  ul.filter-button-group li {
    border: 2px solid black;
    padding: 0;
    margin: 0px 5px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
    font-size: 15px;
  }
  ul.filter-button-group.clearfix {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .hs-events-related-nav {
    padding: 25px 0;
  }
  ul.filter-button-group li:last-child {
    margin-right: 0;
  }
  ul.filter-button-group li:first-child {
    margin-left: 0;
  }
  .hs-events-related-content-wrapper .hs-events-related-item {
    width: 100%;
    margin: 1.1vw 0;
  }
  .hs-events-wrapper {
    background-position: center;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }
  .footer-social-icon ul {
    margin: 0 auto;
    width: auto !important;
  }
  .footer-social-icon ul li {
    margin: 0 10px;
  }
  .hs-footer-wrapper:after {
    background-position: center;
  }
  .hs-footer-blog-subscription {
    margin-bottom: 22px;
  }
  .hs-top-footer {
    text-align: center;
  }
  .hs-top-footer-row1 {
    margin-bottom: 18px;
  }
  .footer-social-icon ul {
    margin: 0 auto;
  }
  .hs-footer-blog-subscription .hs-form {
    display: block;
  }
  .hs-footer-blog-subscription .hs-form .hs_submit input.hs-button.primary.large {
    width: 25%;
    margin-left: 0px;
    min-width: 200px;
    margin-top: 30px;
  }
  .hs-footer-blog-subscription .hs-form .hs-input {
    float: none;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .hs-footer-blog-subscription .hs-form .hs_email {
    width: 100%;
    float: none;
  }
  .hs-footer-top-menu .hs-menu-wrapper>ul {
    margin-bottom: 15px !important;
  }
  .hs-footer-top-menu .hs-menu-wrapper>ul>li {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 15px;
    vertical-align: baseline;
  }
  .hs-footer-bottom-menu {
    margin-top: 13px;
  }
  .hs-top-footer-row1 > div > .row-fluid {
    display: block;
  }
  .hs-sidebar-bottom-menu .hs-menu-wrapper>ul li>a {
    font-size: 15px;
  }

  .one-column input[type="text"],
  .one-column input[type="password"], 
  .one-column input[type="datetime"], 
  .one-column input[type="datetime-local"], 
  .one-column input[type="date"], 
  .one-column input[type="month"], 
  .one-column input[type="time"], 
  .one-column input[type="week"], 
  .one-column input[type="number"], 
  .one-column input[type="email"], 
  .one-column input[type="url"],
  .one-column input[type="search"], 
  .one-column input[type="tel"],
  .one-column input[type="color"],
  .one-column input[type="file"],
  .one-column textarea,
  .one-column select {
    width: 100% !important;
  }
  input.email-edit.hs-input {
    min-width: 100%;
    width: 100%;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none;
    margin-left:0;
  }
  /*-----------------------------*/

  .hs-footer-top-menu .hs-menu-wrapper ul li > a {
    width: auto !important;
    display: inline-block !important;
  }
  .hs-footer-top-menu .hs-menu-wrapper>ul>li:after {
    display:none !important;
  }
  .hs-footer-bottom-menu .hs-menu-wrapper > ul > li:after {
    display:none;
  }
  .hs-footer-bottom-menu .hs-menu-wrapper > ul > li {
    float: left !important;
    width: auto !important;
  }
  .hs-footer-wrapper {
    position: relative;
    padding: 50px 0px 30px 0px;
  }

  .hs-afterwork-module-right-con p {
    font-size: 13px;
  }  

  .hs-afterwork-module-right-con h4 {
    font-size: 13px;
  }

  .hs-afterwork-module-wrapper {
    width: 90%;
    margin: 0 auto;
  }

  .hs-afterwork-module-wrapper h2 {
    margin: 0;
    color: #f06a39;
    padding: 31px 0 17px;
  }

  .hs-afterwork-module-left-con img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    padding-left: 5px;
  }

  .hs-button-wrapper {
    font-size: 13px;
  }
  .hs-afterwork-module-left-con {
    padding-left: 0;
  }
  .event__info__row a {
    text-decoration: none;
    color: #000;
  }
  .hs-sidebar-top-menu .hs-menu-wrapper > ul > li > ul> li > a {
    color: #fff !important;
  }
  .hs-ibc-layout .contactUsForm select.hs-input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #b9b9b9;
    font-family: "Azo-Sans","Stolzl",arial;
    margin-top: 5px;
    margin-bottom: 20px;
    min-height: 32px;
  }
  .customerStoryVideo-slider-module .CsVideo-slider-slides-wrapper .CsVideo-slider-slide.slick-slide {
    height: 500px;
  }

  .customerStoryVideo-slider-module .CsVideo-slider-slides-wrapper .CsVideo-slider-slide.slick-slide .CsVideo-slide-conten-group {
    position: static;
  }

  .customerStoryVideo-slider-module .CsVideo-slider-slides-wrapper .CsVideo-slider-slide.slick-slide .CsVideo-slide-conten-group h3.CsVideo-slide-title {
    position: static;
    margin-top: 50px;
    padding: 0px 20px;
    color: #000;
    font-family: "Stolzl","Azo-Sans",arial;
    font-size: 15px;
    opacity: 0.95;
    font-weight: normal;
  }
  .customerStoryVideo-slider-module .CsVideo-slider-slides-wrapper .CsVideo-slider-slide.slick-slide .CsVideo-slide-conten-group p.CsVideo-slide-content {
    padding: 0px 20px;
    font-family: "Stolzl","Azo-Sans",arial;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    opacity: 0.75;
    margin-top: 10px;
    position: static;
  }
  .customerStoryVideo-slider-module .slick-arrow {
    top: 60vw;
  }
  .customerStoryVideo-slider-module .slick-prev.slick-arrow {
    left: 37.5%!important;
    background-image: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/Images/leftArrow-black-1.png)!important;
  }
  .customerStoryVideo-slider-module .slick-next.slick-arrow {
    right: 37.5%!important;
    background-image: url(//cdn2.hubspot.net/hubfs/4048832/Dalet_Dec_2018%20Theme/Images/rightArrow-black-1.png)!important;

  }  
  @media (max-width: 500px) {
    .hs-banner-area-cust-mod .hero--body.catchphrase {
      width: calc(100% - 50px);
    }
    .hs-banner-area-cust-mod .CTA__hero {
      font-size: 0.9em;
      line-height: 0.9em;
    }
    .hs-full-width-cnt-with-btm-form .form-wrapper .message-form-headline {
      padding-right: 0;
    }
    .hs-tw-col-width-img .articleHeader .articleHeader__textBox .rt-col-cnt {
      overflow: hidden;
      max-height: 100px;
      text-overflow: ellipsis;
    }
    .hs-btm-pn-slider .slick-slide.slick-active.slick-center .slider-item {
      padding: 50px 25px;
    }
    .hs-full-width-cnt-with-btm-form .form-wrapper .hs_cos_wrapper_type_form .hs-form ul.inputs-list li.hs-form-booleancheckbox>label.hs-form-booleancheckbox-display {
      display: block;
    }
    .cnt-grp .cnt-column .hs_cos_wrapper_type_header h1 {
      font-size: 1.35em;
      height: 40px;
      margin-bottom: 30px;
    }
    .titleBlock__title {
      font-size: 1.5em;
    }
    .hs-banner-area-cust-mod .CTA__hero a.CTA__hero__button {
      padding: 10px 20px;
      line-height: 1.2;
      width: auto;
      margin-left: 10px;
      margin-right: 10px;
    }
    .hs-footer-top-menu .hs-menu-wrapper>ul>li>a::after {
      display:none;
    }
    .hs-footer-blog-subscription .hs-form .hs-input {
      font-size: 0.85em;
    }
    .hs-events-wrapper .hs-events-inner-wrapper {
      width: calc(100% - 50px);
    }
    .hs-event-header {
      font-size: 1.5em;
      min-height: 45px;
    }
    .hs-footer-bottom-menu .hs-menu-wrapper>ul>li {
      float: none !important;
      padding-bottom: 8px;
      margin-bottom: 0;
    }
    .hs-footer-bottom-menu .hs-menu-wrapper>ul>li>a {
      display: block !important;
      margin: 0;
      line-height: 15px;
    }
    .hs-footer-blog-subscription .hs-form .hs_submit input.hs-button.primary.large {
      width: 25%;
      margin-left: 0px;
      min-width: 200px;
      margin-top: 28px;
    }
    .hs-footer-bottom-menu {
      margin-top: 14px;
    }
  }
  .event__info__row a {
    text-decoration: none;
    color: #000;
  }
  .hs-sidebar-top-menu .hs-menu-wrapper > ul > li > ul> li > a {
    color: #fff !important;
  }

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

  @media (max-width: 479px) {
    .hs-afterwork-module-inner > div {
      display: block;
      width: 100%;
      float: none;
    }
    .hs-afterwork-module-inner {
      display: block;
    }
    ul.hs-search-field__suggestions {
      right: 0;
    }
    .hs-header-search.focus input.hs-search-field__input {
      width: 59px;
    }
    div#captcha_wrapper {
      overflow: auto;
    }
    /*-------------------------------------------*/

    .event-twocoleq-module,
    .dalet-feeds-module {
      width: 100% !important;
    }

  }
  @media only screen and (max-width: 350px) {

    .hs-event-header {
      font-size: 1.35em;
    }
    .titleBlock__title {
      font-size: 1.35em;
    }
  }