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

/****************************************/
/*      ^^^^^^ CSS Imports ^^^^^^       */
/*       Add external fonts above       */
/****************************************/
/*
@font-face {
    font-family: Keep Calm;
    src: url(https://cdn2.hubspot.net/hubfs/522228/Keep%20Calm%20-%20Font/KeepCalm-Book.ttf?t=1519340225949);
    font-weight: normal;
}
*/
@font-face {
  font-family: 'Keep Calm';
  font-weight: normal;
  src: url('https://cdn2.hubspot.net/hubfs/522228/Keep%20Calm%20-%20Font/KeepCalm-Medium.eot?t=1519340225949'); /* IE9 Compat Modes */
  src: url('https://cdn2.hubspot.net/hubfs/522228/Keep%20Calm%20-%20Font/KeepCalm-Medium.eot?t=1519340225949#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://cdn2.hubspot.net/hubfs/522228/Keep%20Calm%20-%20Font/KeepCalm-Medium.woff2?t=1519340225949') format('woff2'), /* Super Modern Browsers */
       url('https://cdn2.hubspot.net/hubfs/522228/Keep%20Calm%20-%20Font/KeepCalm-Medium.woff?t=1519340225949') format('woff'), /* Pretty Modern Browsers */
       url('https://cdn2.hubspot.net/hubfs/522228/Keep%20Calm%20-%20Font/KeepCalm-Medium.ttf?t=1519340225949')  format('truetype'), /* Safari, Android, iOS */
       url('https://cdn2.hubspot.net/hubfs/522228/Keep%20Calm%20-%20Font/KeepCalm-Medium.svg?t=1519340225949#svgFontName') format('svg'); /* Legacy iOS */
}



/*
@font-face {
   font-family: Keep Calm;
   src: url(https://cdn2.hubspot.net/hubfs/522228/Keep%20Calm%20-%20Font/KeepCalm-Heavy.ttf?t=1519340225949);
   font-weight: bold;
}
*/
/****************************************/
/*      HubSpot Style Boilerplate       */
/****************************************/
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/****************************************/
/*                                      */
/*                                      */
/*      Table of contents:              */
/*          HubL variables              */
/*          Macros                      */
/*          Base sets                   */
/*          Bootstrap standards     	*/
/*          Globals                     */
/*          Typography                  */
/*          Structure                   */
/*          Responsive 				    */
/*                                      */
/****************************************/

/*************** HubL variables ***************/







/*************** Macros ***************/
/*  Example use of macro (exclude HubL comment tags)
    a {
        color: red;
        font-size: 12px;
         
    }
*/











/*************** Base sets ***************/
*, *:before, *:after {
    -moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	margin: 0;
	padding: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -ms-font-smoothing: subpixel-antialiased;
    font-smooth: always;
}
html, body {
    min-height: 100%;
    margin: 0px;
    padding: 0px;
	font-size: 16px;
}

/* ************* Responsive Bootstrap Standard ************ */
.page-center {
    display: table;
    float: none !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    .page-center {
        display: block;
        padding-right: 25px;
        padding-left: 25px;
    }    
}
@media (min-width: 750px) {
    .page-center {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto !important;
      margin-left: auto !important;
    }
}   
@media (min-width: 992px) {
  .page-center {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .page-center {
    width: 1060px !important;
  }
}

/*************** Globals ***************/
.row-fluid [class*="span"] {
	min-height: 0;
}
a {
    color: #e7322f;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #CCC; 
    text-decoration: underline;
}
img {
    max-width: 100%;
}
.hs_cos_wrapper_type_rich_text table {
    width: 100%;
}
.row-fluid [class*="span"] {
    min-height: 0;
}
.widget-type-space {
    padding: 1px;
}

/*************** Typography ***************/
/* -------- Basic text -------- */
p,
q {
    color: #3D3D3D;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    -webkit-margin-before: 1rem;
    -webkit-margin-after: 1rem;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0 0 38px 0;
    padding: 0;
    text-rendering: optimizelegibility;
}
span {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
}
label {
    color: #3D3D3D;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
}
small {}
p.semi {
    font-weight: 600;
}
strong {
    font-weight: 700;
}
em {}
cite {}
code {}
pre {}
q {
    font-style: nortmal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
}
sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

hr {
    background-color: #4097db;
    height: 2px;
    border: 0;
    margin: 2em 0;
}

/* -------- Headings -------- */
h1, h2, h3, h4, h5, h6 {
    color: #332F81;
    font-family: 'Keep Calm', serif;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 20px 0;
    text-rendering: optimizelegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1 {
    font-size: 42px;
    font-weight: 400;
    color: #243e7d;
}
h2 {
    font-size: 21px;
    font-weight: 400;
    color: #116bb1;
}
h3 {
    font-size: 23px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #116bb1;
}
h4 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #116bb1;
}
h5 {
    font-size: 21px;
    font-weight: 700;
    color: #116bb1;
}
h6 {
    font-size: 21px;
    font-weight: 700;
    color: #332F81;
}

/* -------- Highlighted Text -------- */
::-moz-selection {
    color: #fff;
    background:#3399FF;
    text-shadow: none;
}
::selection {
    color: #fff;
    background:#3399FF;
    text-shadow: none;
}
::placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder,
:placeholder-shown {
    color: rgba(0,0,0,0.75);
}

/* -------- Lists -------- */
ol, ul {
	padding-left: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {
    color: #3D3D3D;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 100%;
    text-rendering: optimizelegibility;
}

.widget-type-rich_text ul {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin: 1rem 0;
    padding: 0;
}
.widget-type-rich_text ul li,
.widget-type-rich_text ol li {
    padding-left: 25px;
}
.widget-type-rich_text ul li:before {
    
}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* -------- Tables //TJ --------- */

.hs_cos_wrapper table td {
    font-family:'Roboto',sans-serif;
    padding: 0 2rem 0.2rem 0;
}

/* -------- Forms --------- */

.hs-input {
    border: 1px solid #dfdfdf;
}

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 {
	 
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
	
	background-color: #FFF;
    color: #D3D3D3;
	border-color: transparent;
	padding: 10px 15px;
	font-size: 16px;
	font-family: "Keep Calm", serif;
    height: 40px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
}
select {
    padding: 0 15px;
}

.hs-form-field > label {
	display: block;	
}


/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}
.body-container .hs_cos_wrapper_type_rich_text ul{

}


/*************** Custom ***************/
/* -------- videoWrapper ---------------- */

#hs_cos_wrapper_widget_1487208008533 {
    background:#2e3192;
}

.videoWrapperWrapper {
    max-width: 1060px;
    margin: 0 auto;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
    margin-bottom: 1rem;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* -------- image gallery ---------------- */

.image_gallery_wrapper {
    width:1060px;
    margin:0 auto;
}
.image_gallery {
    
}
.image_gallery_image_wrapper {
    
}
.image_gallery_image {
    position:relative;
    float:left;
    padding:4px;
}
.image_gallery_image img {
    width:180px;
    height:180px;
}


/*************** Structure ***************/
/* -------- Header ---------------- */
.yw-header {
    padding: 25px 50px;
}
.yw-header .main-menu {
    text-align: right;
    padding-top: 25px;
}
.yw-header .main-menu ul li a {
    color: #332f81;
    font-size: 19px;
    font-family: "Keep Calm", serif;
    -webkit-filter: blur(0);
    -ms-filter: blur(0);
}
.yw-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    max-width: 100%;
    overflow: inherit;
    text-overflow: ellipsis;
}
.slider-wrapper .leftarrow img {
    content: url("https://cdn2.hubspot.net/hubfs/522228/Images/YouthWeek/PrevArrow-yellow.png?t=1519340225949") !important;
}
.slider-wrapper .rightarrow img {
    content: url("https://cdn2.hubspot.net/hubfs/522228/Images/YouthWeek/NextArrow-yellow.png?t=1519340225949") !important;
}


/* -------- Footer ---------------- */
.yw-footer {
    padding-bottom: 47px;
}
.yw-footer strong {
    font-weight: 500;
}
.yw-footer ul li {
    margin-bottom: 10px;
    color: #332F81;
    padding-left: 0;
}
.yw-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    text-transform: lowercase;
    color: #332F81;
    font-size: 18px;
    max-width: 100%;
    overflow: inherit;
    text-overflow: ellipsis;
}
.yw-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:first-child a {
    padding-left: 0;
}
.yw-footer .footer-address {
    border-bottom: 1px solid #332F81;
    padding-bottom: 12px;
    margin-bottom: 7px;
}
.yw-footer .follow-us {
    text-align: right;
}
.yw-footer .follow-us ul li {
    display: inline-block;    
    width: 32px;
    height: 32px;
    text-align: center;
    align-items: center;
    margin: 0 0 7px 7px;
    padding-top: 8px;
     
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;

}
.yw-footer .follow-us ul li i {
    width: 100%;
    color: #FFF;
}
.yw-footer .follow-us ul li.facebook {
    background: #375d9b;
}
.yw-footer .follow-us ul li.instagram {
    background: #2d608b;
}
.yw-footer .follow-us ul li.twitter {
    background: #409bd4;
}
.yw-footer .follow-us ul li.youtube {
    background: #e73229;
}
/* -------- Main menu ------------- */

/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

@media (min-width: 768px){

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

}

@media (max-width: 767px){

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #332f81;
    }


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

  a.mobile-trigger {
      display: inline-block !important;
      cursor: pointer;
      position: absolute;
      top: 0px;
      right: 0px;
      width: auto;
      height: auto;
      padding: 40px 20px 25px 20px;
      margin-bottom: -25px;
      background: none;
      z-index: 99999999999;
      -webkit-transition: background-color 0.2s linear;
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      float: right;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: ''; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      background: none;
  }
  .mobile-open a.mobile-trigger i, 
  .mobile-open a.mobile-trigger i:before, 
  .mobile-open a.mobile-trigger i:after {
      background: #332F81;
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger:after {
      content: "";
      clear: both;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 33px;
      height: 5px;
      background-color: #332f81;
      display: inline-block;
      border-radius: 0;
      -moz-border-radius: 0; 
      -webkit-border-radius: 0;
  }
  a.mobile-trigger  i:before {
      margin-top: -10px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 10px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  

  /* Child Toggle Button
     ========================================================================== */

  a.child-trigger {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #332f81; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


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

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
      position: relative; /**************************************************************/
      top: 15px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      padding: 0 0 0 0; /* Padding to add room for close button */
      background-color: none; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary ul {
       background: none;
       margin-top: 0 !important;
   }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
      padding: 15px !important;
      margin-left: 0;
   }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li a{
      font-size: 16px; /* Font size of top level list items */
      line-height: 23px;
      overflow: visible;
      height: auto;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal ul li {
      border-top: 1px solid #332F81;
      border-left: 1px solid #332F81;
      border-right: 1px solid #332F81;;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul > li:last-child {
      border-bottom: 1px solid #332F81;;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover{
      color: #332f81; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
 
  
}

/* -------- Other elements -------- */
.hp-banner .slide-wrapper {
    background: #FFF;
    max-width: 400px;
    margin-top: 50px;
    padding: 30px 40px;
    text-align: center;
}
.hp-banner .slide-wrapper .title,
.hp-banner .slide-wrapper .blurb {
    text-align:center;
    width: 100% !important;
    color: #332F81;    
}
.hp-banner .slide-wrapper .blurb {
    font-size: 30px;
    text-align: center;
}
.hp-banner .slide-wrapper .title {
    font-size: 43px;
    line-height: 53px;
    border-bottom: 5px solid #332F81;
    font-family: "Keep Calm", serif;
    text-transform: uppercase;
}
.hp-banner .slide-wrapper a {
    background: #332F81;
    font-family: "Keep Calm", serif;
    padding: 1em 1.5em 0.9em;
     
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;

}
.hp-banner .slide-wrapper a:hover {
    color: #CCC;
    text-decoration: none;
}
.hp-section2 > div {
    float: left;
    min-height: 120px;
}
.hp-section2 .countdown {
    background: #D7DA24;
    padding: 23px 120px 8px 25px;
    width: 53%;
}
.hp-section2 .countdown table {
    float: right;
    max-width: 320px;
    width: 100%;
}
.hp-section2 .countdown table td {
    font-size: 11px;
    color: #332F81;
    text-align: center;
    padding: 0 15px;
    font-family: "Keep Calm", serif;
    font-weight: 400;
}
.hp-section2 .countdown table td span {
    display: block;
    font-size: 54px;
    font-family: "Keep Calm", serif;
    font-weight: 400;
    margin-top: 8px;
}
.hp-section2 .follow-us {
    background: #332F81;
    padding: 25px 25px 17px 50px;
    position: relative;
    width: 47%;
}
.hp-section2 .follow-us:before {
    content: "";
    border: 60px solid;
    border-color: #332F81 #332F81 transparent transparent;
    position: absolute;
    left: -102px;
    top: 0;
     
    -webkit-transform: scaleX(0.7);
    -moz-transform: scaleX(0.7);
    -o-transform: scaleX(0.7);
    -ms-transform: scaleX(0.7);
    transform: scaleX(0.7);
;
}
.hp-section2 .follow-us ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #332F81;
    background: #FFF;
    font-size: 24px;
    align-items: center;
    text-align: center;
    margin: 0 10px 10px 0;
    padding-top: 7px;
     
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    
}
.hp-section2 .follow-us h3 {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 15px;
}
.hp-section2 .follow-us ul li i {
    width: 100%;    
}
.hp-section2 .follow-us ul li a {
    color: #332F81;
}
.hp-section2 .follow-us ul li:hover {
    background: #CCC;    
}
.btn {
    padding: 20px 40px;
    background: #332F81;
    color: #FFF;
    font-size: 14px;
    font-family: "Keep Calm", serif;
    display: inline-block;    
}
.btn:hover {
    color: #332F81;
    background: #FFF;
    text-decoration: none;
     
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

}
.btn2 {
    padding: 20px;
    background: #FFF;
    color: #332F81;
    font-size: 14px;
    font-family: "Keep Calm", serif;
    display: inline-block;    
}
.btn2:hover {
    color: #FFF;
    background: #332F81;
    text-decoration: none;
     
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    
}
.hp-body-wrapper .flex-grid-wrapper {
    margin-bottom: 28px;
}
.hp-body-wrapper .flex-grid-wrapper:first-child {
    margin-top: 40px;
}
.hp-body-wrapper .flex-grid-wrapper:first-child a.btn:hover {
    background: #332F81;
    color: #CCC;
}
.custom2012 {
    font-size: 36px; 
    color: #332f81; 
    position: relative; 
    top: 10px; 
    margin-right: 50px;
    margin-bottom: 25px;
    display: inline-block;
    font-family: "Keep Calm", serif;
    font-weight: 400;
}

.col-2-wrapper .col2 {
    float: left;
    width: 50%;
}
.col-2-wrapper .col2 .left-body {
    max-width: 530px;
    width: 100%;
    float: right;
    padding: 50px 50px 25px 70px
}
.col-2-wrapper .col2 .right-body {
    max-width: 530px;
    width: 100%;
    float: left;
    padding: 50px 50px 25px 70px
}
.hp-body-wrapper .col-2-wrapper .col2 h3 {
    font-size: 36px;
    color: #FFF;
    font-family: "Keep Calm", serif;
    font-weight: 400;
    line-height: 44px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-bottom: 8px;
}
.hp-body-wrapper .col-2-wrapper .col2 p {
    color: #FFF;
    margin: 0 0 12px 0;
}
.hp-body-wrapper .col-2-wrapper {
    margin-bottom: 40px;
}

.event-details-body {
    border-top: 3px solid #332F81;
    padding-top: 50px;
    padding-bottom: 18px;
}
.event-details-body h1 {
    font-size: 48px;
    color: #1C9DD9;
    margin-bottom: 30px;
    font-family: "Keep Calm", serif;
}
.event-details-body p {
    font-size: 17px;
    margin-bottom: 50px;
}
.event-details-body .event-details-box h2 {
    font-size: 38px;
    color: #9AC33C;
    margin-bottom: 50px;
}
.event-details-body .event-details-box table {
    margin-top: 25px;
}
.event-details-body .event-details-box table tr td {
    padding: 6px 22px;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #353535;
    border-bottom: 2px solid #332F81;
}
.event-details-body .event-details-box table tr td a {
    color: #E7322B;
    text-decoration: underline;
}
.event-details-body .event-details-box table tr td:first-child {
    color: #332F81;
    border-right: 2px solid #332F81;
}
.event-details-body .event-details-box .gmap {
    height: 530px;
    width: 100%;
    margin-top: 18px;
}
.green-background {
    background: #9AC33C;
    padding-top: 37px;
    padding-bottom: 40px;
}
.green-background .subscribe-form h3 {
    color: #332F81;
    font-family: "Keep Calm", serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}
.green-background .subscribe-form {
    max-width: 792px;
    margin: auto !important;
    width: 100% !important;
    float: none !important;
}
.filter-section1 {
    background: #332F81;
    padding: 30px 0 40px 0;    
}
.filter-section1 label {
    color: #D8DB23;
    font-size: 20px;
    font-weight: "Keep Calm", serif;
    margin-bottom: 25px;
}
.filter-section1 select {
    background-color: #9EC53B;    
    background-image: url('https://cdn2.hubspot.net/hubfs/522228/Images/YouthWeek/arrow-down.png?t=1519340225949');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 30px 15px;
    color: #332F81;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}
.filter-section2 {
    background: #1C9DD9;
    padding: 10px 0;
}
.filter-section2 label {
    color: #332F81;
    font-size: 20px;
    font-family: "Keep Calm", serif;
    display: inline-block;    
    margin-right: 20px;
    position: relative;
    top: 4px;
}
.filter-section2 select {
    width: 315px;
    display: inline-block;
    background-color: #9EC53B;    
    background-image: url('https://cdn2.hubspot.net/hubfs/522228/Images/YouthWeek/arrow-down.png?t=1519340225949');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 30px 15px;
    color: #332F81;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.event-box {
    padding-bottom: 45px;
    margin-bottom: 30px;
    border-bottom: 1px solid #353535;
}
.event-box:last-child {
    border-bottom: none;
}
.event-box .event-title {
    font-family: "Keep Calm", serif;
    font-size: 33px;
    color: #389244;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.event-box .event-type,
.event-box .event-date {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #332F81;
    margin-bottom: 15px;
}
.event-box .event-type span,
.event-box .event-date span {
    color: #353535;
}
.event-box .event-date {
    margin-bottom: 35px;    
}
.event-box .event-description {
    font-size: 14px;
    color: #353535;
    margin-bottom: 35px;
    font-family: 'Roboto', sans-serif;
}
.event-box .event-view a {
    background: #332f81;
    font-family: "Keep Calm",serif;
    padding: 1em 1.5em .9em;
    color: #FFF;
    font-size: 14px;
    display: inline-block;
}
.event-box .event-image {
    margin-bottom: 20px;
}
.event-box .event-image img {
    max-height: 300px;
    width: auto;
}
.event-list-section {
    margin-top: 40px;
}
.results-counter {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 25px;
}
.event-list-filter {
    margin-top: 20px;
}
.event-list-filter span {
    border: 1px solid #332F81;
    padding: 12px 12px 10px 17px;
    display: inline-block;
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    color: #332F81;
    margin-right: 25px;
}
.event-list-filter > div {
    float: left;
}
.event-list-filter span img {
    position: relative;
    top: -3px;
    margin-left: 15px;
}
.custompagination a {
    padding: 10px;
    border: 1px solid #9ac33c;
    background: #9ac33c;
    color: #0767b2;
    font-family: 'Keep Calm', serif;
    margin-right: 5px;
    margin-bottom: 5px;
    width: auto;
    display: inline-block;
    text-align: center;
}
.custompagination {
    margin-bottom: 40px;
}

/* end of other elements */

/* +++++++++++++++++++++++++++++++++++++++++++++++++
                    Responsive                                                 
+++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ================  Desktop ================ */
@media only screen and (min-width: 960px) and (max-width: 1280px) {
    
}
@media only screen and (min-width: 1300px) {
    
}
@media only screen and (min-width: 1366px) {
    
}
@media only screen and (min-width: 1440px) {
    
}
@media only screen and (min-width: 1900px) {
   
}

/* ================ Tablets (portrait and landscape) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	/* end of tablet (portrait and landscape) */
}

/* ================ Tablets (portrait) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {   
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        padding: 10px 5px;
    }
    .hp-section2 .countdown {
        padding: 25px 70px 6px 25px;
    }
}

/* ================ Phones (portrait and landscape) ================ */
@media only screen and (max-width: 767px) {
    .hp-banner .copy-wrapper {
        left: 0 !important;
    }
    .yw-footer ul li {
        width: 100%;
        text-align: center;
    }
    .yw-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:first-child a {
        padding: 10px 20px;
    }
    .yw-footer .follow-us ul {
        text-align: center;
    }
    .hp-section2 > div {
        float: none;
        width: 100% !important;
        padding: 25px !important;
        text-align: center;
    }
    .custom2012 {
        margin-right: 0;
        display: block;
        margin-bottom: 25px;
    }
    .hp-body-wrapper .flex-grid-wrapper .col-md-6 .column-content {
        padding: 25px 15px;
    }
    .yw-footer ul li {
        line-height: 23px;
    }    
    .col-2-wrapper .col2,
    .col-2-wrapper .col2 .left-body,
    .col-2-wrapper .col2 .right-body {
        float: none;
        width: 100%;
    }
    .col-2-wrapper .col2 > div {
        min-height: 445px;
    }
    .yw-header {
        padding: 25px 0;
    }
    .yw-header .widget-type-logo {
        padding-left: 25px;
    }
    .yw-header .widget-type-logo img {
        width:230px !important;
    }
    .yw-footer {
        padding-top: 0;
    }
    .footer-address,
    .footer-menu {
        display: none !important;
    }
    .slider-wrapper, .slides-container .slide {
        height: 500px;
    }
    .yw-footer .follow-us ul li {
        padding-top: 4px;
    }
    .yw-header .main-menu {
        padding-top: 0;
    }
    
	/* end of mobile (portrait and landscape) */
}

/* ================ Phones (landscape) ================ */
@media screen and (min-width: 480px) and (max-width: 768px) {

}

/* ================ Phones (old mobiles) ================ */
@media screen and (max-width: 320px) {
	
}
/* ========= fixes for IE9 ========== */
@media screen\0 {
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}