




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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body {
    background: url('//cdn2.hubspot.net/hub/436361/file-2533618168-jpg/Silverlake_2015_Resources/bg.jpg') repeat;
    font-family: 'Conv_SourceSansPro-Light';
    margin:0px;
    font-size:14px;
}

a{
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}


ul, ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

p{
    margin: 0 0 10px;
}

.events li{
    font-size: 17px;
    line-height: 24px;
}

.noheight{
    height:0;
}

h1{
    font-weight:100;
}

.text-center {
    text-align: center;
}

.navbar-inner {
	background:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border:0px
}
.clr {
	clear:both;
}
.header {
	background:#215EAC;
}

p.header {
    background: transparent;
}
.vertical-align {
    display: flex;
    align-items: center;
}

.cta-button{
    font-family: 'Conv_Arvo-Regular_0'!important;
    background: #fc0!important;
    padding: 13px 10px!important;
    color: #005b92!important;
    font-size: 24px!important;
    text-transform: uppercase!important;
    text-decoration: none!important;
     box-shadow: inset 0 -2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 -2px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 -2px 1px rgba(0,0,0,0.2);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*Inline text Styling*/
a.inlineBtn {
        color:#102d7b !important; 
        background: #FAFAFA !important;
        font-style: italic;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        font-weight:bold !important;
        text-decoration:none;
        padding-right: 12px;
        padding-left: 12px;
        text-align: center !important;
  }
  a.inlineBtn:hover {
        color: #1f54e2 !important; 
  }

.no-events{
    position: absolute;
    z-index: -10000;
}

.slc-title h1{
    background: rgba(255,255,255,0.8);
    width: 800px;
    padding: 15px;
}

.mjec-interior-details .span8{
    padding:15px;
}

.show736{
    display:none;
}

.text-over-banner{
    padding: 205px 0 120px;
}

.text-over-banner .dark-bg{
    color: white;
    font-size: 45px;
    font-family: 'Conv_Arvo-Regular_0';
    width: 420px;
    text-align: center;
    background: linear-gradient(to right,rgba(0,0,0,0.75), rgba(0,0,0,0) 90%);
    padding: 25px 30px;
    font-weight:bolder;
}

.banner-position.floating-sidebar-2016{
    top: -320px;
}

.bg-blue{
    background-color:#004064;
}

.two-column-right{
    float: left;
    background: #e6e6e6;
    padding: 40px 0 40px 25px;
}

.two-column-left{
    float: right;
    padding: 40px 25px 40px 0;
}

.two-column-left h2, .two-column-right h2{
    font-family: 'Conv_Arvo-Regular_0';
    font-size: 27px;
    text-transform: uppercase;
    font-weight:normal;
}

.two-column-left ul li, .two-column-right ul li, .two-column-left p, .two-column-right p{
    font-size: 16px;
}

.width480{
    max-width:480px;
}

.width480.fleft{
    float:left;
}

.width480.fright{
    float:right;
    left: -53px;
    position: relative;
}

.sectionTitle{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Conv_Arvo-Regular_0';
    font-weight:normal;
}

.flexbox{
    display:flex;
    display:-webkit-flex;
}

.fblue{
    color: #004064;
}

.widget-type-form.width480.fleft{
    padding-left:60px;
}

@media(min-width:1900px){
    .text-over-banner {
        padding: 310px 0 200px;
    }
    
    .banner-position.floating-sidebar-2016 {
        top: -450px;
    }
    
    .text-over-banner .dark-bg {
        font-size: 65px;
        width: 580px;
    }
}

@media(min-width:1200px){
    .gallery2016{
        /*padding-top:300px;*/
    }
    
}

@media(min-width:321px) and (max-width:768px){
     .cta-1{
        width:53%!important;
        margin-left:0!important;
    }
    
    .cta-2{
        width:44%!important;
       
    }
    
    .space-cta{
        display:none!important;
    }
    
    .banner-btn{
        padding:0!important;
    }
    
    .banner-position{
        top:-200px!important;
    }
    
    .global-links h1{
        /*padding-left:35px!important; -- Randy */
        padding-left: 0px !important;
        margin:0px;
    }
    
    .insidepage-cta1 .cta_button.nav-btn{
        padding: 10px 20px!important;
    }
    
    .blog-search{
        padding:15px 0 0 0!important;
    }
}

@media (max-width:1024px){
    .cta-1{
        width:45%!important;
        margin-left:0!important;
    }
    
    .cta-2{
        width:44%!important;
       
    }
    .space-cta{
        display:none!important;
    }
    
    .blog-search{
        padding: 25px 0 0 0!important;
    }
}



.cta-button:hover{
    color: #fff!important;
}

.breadcrumb li a:hover {
    text-decoration:underline!important;
}

.navbar {
    overflow: visible;
}

.main-title:after{
    /*border-bottom: 3px solid #005b92;*/
    width: 107px;
    left: 0;
    bottom: 0;
    content: "";
    position:absolute;
}

#hs-link-module_14249109373946917{
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}

.hs_cos_flex-slider{
    margin: 0 0 0px !important;
}


.banner-loading .hs_cos_flex-slider{
    background:url('//cdn2.hubspot.net/hubfs/436361/sl-site-images/ajax-loader.gif') no-repeat 50% center;
}

@media(min-width:700px){
    /*ul.hs_cos_flex-slides.hs_cos_flex-slides-main {
        min-height:320px;
    }*/
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, .navbar .nav > li > a {
	color:#fff;
	text-shadow:none;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
    text-overflow:clip !important;
    max-width:none !important;
    padding: 10px 15px 10px !important;
}

.navbar ul ul li{
    background: #545454;
    text-align: left!important;
    size: 15px !important;
}

.navbar ul ul li a{
    color:#fff!important;
}


.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover, .navbar .nav > .active > a, .navbar .nav > li > a:hover{
  background: #215EAC !important;
	color:#fff !important;
	box-shadow:none !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li a:hover, .navbar .nav > .active > a, .navbar .nav > li > a:hover{
    background: white !important;
  color: #0081CB !important;
	box-shadow:none !important;
}

.hs-button,
.hs-cta-node #cta_button_436361_926289ec-26be-4593-9095-dcfd3b1499e3{
  background: #009ad4 !important;
    font-size: 17px!important;
    padding: 13px 10px!important;
    text-transform: uppercase!important;
    border-radius: 0px!important;
    border: 0px!important;
    color: /*#005b92!important;*/ #fff !important;
    font-weight: normal!important;
    text-decoration: none!important;
    box-shadow: inset 0 -2px 1px rgba(0,0,0,0.2)!important;
    -moz-box-shadow: inset 0 -2px 1px rgba(0,0,0,0.2)!important;
    -webkit-box-shadow: inset 0 -2px 1px rgba(0,0,0,0.2)!important;
    border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    font-family: 'Conv_Arvo-Regular_0'!important;
    -webkit-appearance: none;
}

.hs-button:hover,
.hs-cta-node #cta_button_436361_926289ec-26be-4593-9095-dcfd3b1499e3:hover{
    color:#fff!important;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    cursor:pointer!important;
}

.greenBtn{
    background: #23347C!important;
    font-size: 17px;
    padding: 13px 10px;
    text-transform: uppercase!important;
    border-radius: 0px!important;
    border: 0px!important;
    color: #fff!important;
    font-weight: normal!important;
    text-decoration: none!important;
    box-shadow: inset 0 -2px 1px rgba(0,0,0,0.2)!important;
    -moz-box-shadow: inset 0 -2px 1px rgba(0,0,0,0.2)!important;
    -webkit-box-shadow: inset 0 -2px 1px rgba(0,0,0,0.2)!important;
    border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    font-family: 'Conv_Arvo-Regular_0'!important;
}

.greenBtn:hover{
    color:#fff!important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    cursor:pointer;
}

/*google search layout override */

.gsc-control-cse{
    background-color:transparent !important;
    border:none !important;
    float:right;
    width:250px !important;
    position:relative;
    top:-10px;
}

.blog .gsc-control-cse {
    background-color:#0D70AB !important;
    border:none !important;
    float:right;
    width:250px !important;
    position:relative;
    top:-10px;

}
/* end of google search */

.piano-day-right-height{
	    height: 65em;
}
.search-btn {
	margin-right:0px;
	background:#fff;
	border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	color:#c5d0d2;
	margin-top: 5px;
	margin-right: -4px;
	border:0px;
}
.search-btn:hover {
	color:f4f4f4;
	background:#fff;
}
input.search-query {
	border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	border:0px;
	box-shadow:none;
}
.top {
	background:#215EAC;
    max-height: 60px;
    padding: 0;
}


ul.social-links {
	list-style:none;
	padding:0;
	float:left;
	margin:10px 20px 0 0;
}
ul.social-links li {
	float:left;
}
ul.social-links li a {
	color:#fff;
	font-size:22px;
	padding:5px;
}
.top form {
	margin:0;
}
.module {
	position:relative;
}
.spaces {
	padding:40px 0;
}
.banner-position {
	position:absolute;
	right:0;
    top: -395px;
}
.banner-links {
	background: rgba(0,0,0, .4);
	padding:15px 5px;
}
.banner-content {
	margin-left:20px;
}
.banner-content a {
	font-family: 'Conv_SourceSansPro-Light';
	color:#fff;
	font-size:17px;
	margin-left:10px;
}
.banner-links h1 {
	font-family: 'Conv_SourceSansPro-Light';
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	font-weight:normal;
}
.banner-links h2 {
	font-family: 'Conv_SourceSansPro-Regular';
	font-size:25px;
	color:#ffcc00;
	line-height: 20px;
	font-weight:normal;
    margin: 3px;
}

.banner-btn {
	padding:0 10px;
}
.banner-btn a {
	font-family: 'Conv_Arvo-Regular_0';
	background:#ffcc00;
	padding:15px 35px;
	color:#005b92;
	font-size:24px;
	text-transform:uppercase;
}
.news {
	padding:0 20px 25px;
	background:#378ebd;
	border-top:5px solid #005b92;
	color:#fff;
	position:relative;
	min-height:680px;
    margin-top:30px;
}
.news h1 {
	font-family: 'Conv_Arvo-Regular_0';
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:0px;
}
.news a {
	margin-top:20px;
	color:#fff;
}

.title-news {
	width:100%;
	clear:both;
}
.news strong {
	font-family: 'Conv_SourceSansPro-Regular';
}
.news p {
	margin-left:20px;
}
hr {
	margin:0;
	border: 0;
	border-top: 1px solid #969696;;
	border-bottom: 0;
}
.donate-container {
	width:90%;
	margin:0 auto;
	background:#fff;
	/*position:absolute; */
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.donate-title {
	font-size:40px;
	padding:5px 0;
	background:#ffcc00;
	color:#333;
	text-transform:uppercase;
}
.donate-white {
	width:60%;
	padding:20px 1px;
	margin:0 auto;
	font-family: 'Conv_SourceSansPro-Regular';
	background:#fff;
	color:#333;
	font-size:17px;
}
.donate-white p {
	margin:0;
}
.donate-white a.donate-btn {
	font-family: 'Conv_SourceSansPro-Regular';
	background:#ffa800;
	color:#fff;
	padding:10px 30px;
	font-size:26px;
	box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.2);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-transform:uppercase;
}
a.blue {
	color:#005b92;
}
.callout p{
	font-size:24px;
	line-height:32px;
	text-indent:40px;
}
.callout h1, h1.main-title {
	font-size:28px;
	font-family: 'Conv_Arvo-Regular_0';
	text-transform:uppercase;
	margin:0;
    line-height: 35px;
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
}
.clear-btn {
	font-size:18px;
	color:#333;
	padding:10px 30px;
	background: transparent;
	border:3px solid #005b92;
	text-transform:uppercase;
}
.clear-btn:hover {
	color:#fff;
	background: #005b92;
	text-decoration:none;
}
/*
.line {
	height:3px;
	background:#005b92;
	width:107px;
	margin-bottom:30px;
}
*/
.inside-pages {
	font-size:17px;
	line-height:24px;
}
.inside-pages h3{
	text-transform:uppercase;
	font-size:20px;
}
.sidenav {
	list-style:none;
}
.sidenav li {
	margin-bottom:5px;
}
.sidenav li a {
  color: #0081CB;
}
.gallery {
	font-size:20px;
}
.gallery img {
	margin-bottom:10px;
	width: 60% !important;
}
.gallery strong {
	font-family: 'Conv_SourceSansPro-Regular';
	line-height:33px;
}
.gallery p {
	font-family: 'Conv_SourceSansPro-Light';
}
.global-links h1 {
	font-family: 'Conv_Arvo-Regular_0';
	font-size:19px;
	padding-left: 70px;
}
p.bullet {
	background: url('//cdn2.hubspot.net/hub/436361/file-2533618118-png/Silverlake_2015_Resources/flag.png')no-repeat;
	padding-left: 70px;
	font-size:17px;
    padding-right:10px;
}

p.bullet2 {
    padding-right:10px;
}

p.learn a {
    font-size: 16px !important;
    padding-left: 70px !important;
  color: #0081CB;
}

p.learn a:hover {
  font-size: 16px !important;
  padding-left: 70px !important;
  color: #215EAC;
  text-decoration:none;
}


.global-links .span4, .global-links-four .span3, .global-links-three .span4, .global-links-four .span4 {
    box-shadow:2px 0 0 #ebebeb;
    min-height:0px;
}

.global-links .span4:last-child, .global-links-four .span3:last-child, .global-links-four .span4:last-child {
	box-shadow:none;
}
.footer {
  background: #215EAC;
	color:#fff;
	font-size:14px;
	padding:10px 0;
}
.footer ul {
	list-style:none;
	margin:0;
	float:left;
	margin-right:25px;
}

/*.footer ul:last-child {
	margin-right:0px;
} */

.footer ul li a {
	color:#fff;
}
.footer-title {
	text-transform:uppercase;
	font-family: 'Conv_SourceSansPro-Regular';
}

.footer-link a:hover, .footer-first-col a:hover{
    text-decoration:underline!important;
    color:#fff!important;
}


.gallery-title h1{
	font-family: 'Conv_Arvo-Regular_0';
	font-size: 28px;
	text-transform:uppercase;
	margin:0;
}
.gallery-container {
	margin-top:20px;
}
.box-links {
	height:20px;
	width:20px;
	background:#005b92;
	float:left;
	margin-right:10px;
}
.box-links:last-child {
	margin-right:0px;
}
.active-links {
	background:#1e7fb9;
}
hr.full {
	border-top: 1px solid #ebebeb;	
	margin:10px 0 20px 0;
}
.bottom {
	background:#011725;
	padding:10px 0 0 0;
}
.bottom span {
	color:#fff;
	margin:0;
}
.carousel-control {
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding: 80px 10px 85px 10px;
	background: rgba(255,255,255, .4);
	top:30%;
	border:0px;
}
.navbar-inner {
/*   background: #215EAC; */
	padding-right:0px !important; 
	padding-left:0px !important; 
}
.navbar .btn-navbar {
	background:transparent;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus  {
	background:#005b92;
}

#adult-education-banner, #traditional-program-banner {
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100%;
	min-height:300px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
#adult-education-banner {
	background: url('//cdn2.hubspot.net/hub/436361/file-2543982569-jpg/Silverlake_2015_Resources/adult-education.jpg') 50% 0 repeat fixed;
}
#traditional-program-banner {
	background: url('//cdn2.hubspot.net/hub/436361/file-2531645881-jpg/Silverlake_2015_Resources/traditional-program.jpg') 50% 0 repeat fixed;
}
#adult-education-banner div, #traditional-program-banner div{
	position: relative;
	text-align:center;
	top:100px;
}
#adult-education-banner h1.banner-title, #traditional-program-banner h1.banner-title{
	margin:0;
	font-size:44px;
	font-family: 'Conv_SourceSansPro-Light';
	color:#fff;
	padding:20px;
	background: rgba(255,255,255, .2);
	width:auto;
	text-transform:uppercase;
}
.faces {
	background: url('//cdn2.hubspot.net/hub/436361/file-2531645921-jpg/Silverlake_2015_Resources/faces.jpg') 50% 0 no-repeat;
}
.text-content {
	background: url('//cdn2.hubspot.net/hub/436361/file-2531645931-jpg/Silverlake_2015_Resources/text-content.jpg') 50% 0 no-repeat;
}
.text-content a.clr-link{
	color:#ffd800;
	text-transform:uppercase;
}
.pic-container{
	color:#fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:20px 10px;
	min-height: 330px !important;
	margin-bottom:20px;
}
.pic-container h3{
	font-family: 'Conv_SourceSansPro-Regular';
	font-size:26px;
}
.pic-container p.quote {
	font-family: 'Conv_SourceSansPro-Light';
	font-style:italic;
	font-size:22px;
}
.pic-container p.author {
	font-family: 'Conv_SourceSansPro-Light';
	font-style:italic;
	font-size:17px;
}

img.img-responsive, .img-responsive-container img {
	width:100% !important;
}

.container {
    max-width: 1170px;
	float: none !important;
	margin: 0 auto !important;
	padding-left: 5px;
	padding-right: 5px;
}

.global-links-four h1 {
padding-left: 0;
font-family: 'Conv_Arvo-Regular_0';
font-size: 15px;
line-height: 24px;
}

.links-width {
   width:380px;
}


div.mobile-trigger{display:none !important;}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul, ul.nav, .navbar .btn-navbar {
         margin-top:10px !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    min-height:44px;
}

.donate-btn {
    /* margin-top:35px; */
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    text-align:center;
    padding: 0px 0px 0px 0px;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    float: right;
}

/* Main Navigation */

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {    
    width:150px !important;
    min-height:0px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: -176px!important;
  top: 0;
  width:189px!important;
    z-index: -1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
    top: -420px;
    left: -189px;
}


.sidenav div a {
color: #0081CB !important;
}

.custom-menu-primary a[href*=".pdf"], a[href*=".PDF"], a.pdf{
    background: none;
}


@media (min-width: 1200px) {
    .masthead-mobile{
        display: none !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul, ul.nav, .navbar .btn-navbar {
         margin-top:40px !important;
         
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        white-space: normal !important;
        overflow: none !important;
        width: 85px!important;
        padding: 11px 8px 11px 8px !important;
        /*padding: 11px 24px 11px 17px!important;*/ 
        /*padding: 15px 7px!important;*/
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
       text-align:center;
         padding: 0 0 0 0px !important;
    }
}
 @media (min-width: 980px) and (max-width: 1199px) {
    /*.masthead-dimensions{
        display: none !important;
    }*/
    
    .masthead-mobile{
        display: none !important;
    }
         
    .custom-menu-primary{
        width:none !important;
        text-align:left !important;
    }
    
    ul.active-branch{
        text-align:left !important;
    }
    
    .container {
        margin-right: auto;
        margin-left: auto;
        max-width: 940px;
    }
    
	.banner-position {
		top: -375px;
	}
	.banner-btn a {
		padding: 16px 21px !important;
		font-size:15px !important;
	}
	.donate-title {
		font-size:26px;
	}
	.donate-container {
		width:82%;
	}
	.donate-white a.donate-btn {
		font-size:18px;
	}
	.hidden-xs {
		display:none;
	}
	a.brand img {
		width:200px;
	}
	ul.nav, .navbar .btn-navbar {
		margin-top: 23px !important;
	}
	.news {
		min-height: 543px;
	}
	.donate-container {
		width: 87%;
	}
	/*
    .nav-btn a {
		padding:15px 27px;
	}
    */
	.pic-container {
		padding: 20px 5px;
		min-height: 331px;
	}
	.full-width {
		width:100%;
	}
	.carousel-control {
		top:85%;
	}
	.carousel-control {
		padding:0;
	}
	.carousel-control.right {
		left:60px;
	}
   /*    .hs-image-widget  {
    width: 100% !important;
    }*/
     .custom-menu-primary{
        width:none !important;
        text-align:left !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, .navbar .nav>li>a{
    font-size: 14px !important;
    padding: 10px 18px 10px!important;
    /*margin-top: 10px;*/
    }
    .banner-links h1 {
        font-size: 20px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
        text-align:center;
        padding: 0;
    }
     .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        white-space: normal !important;
       /* width: 93px !important;*/
        padding: 8px 3px 8px 25px !important;
        font-size: 13px !important;
       /* margin-top: 20px !important;*/
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
         text-align:center;
         padding: 0 0 0 0px !important;
    }
    
    a#cta_button_436361_864f8bed-d323-46a5-a7d0-ddbffaed977c:hover{
    padding: 10px 27px;
    }
     a#cta_button_436361_864f8bed-d323-46a5-a7d0-ddbffaed977c{
    padding: 10px 27px;
    }
    .pull-right.links-width.hidden-xs{
        display:block;
    }
  
    
 }

@media (max-width: 1024px) and (min-width: 768px) {
  .links-width {
    padding-right: 70px;
  }  
}

@media (max-width: 900px) and (min-width: 768px) {
  .visible-tablet-only {
    display: block !important;
  }
  .hidden-tablet-only {
    display: none !important;
  }
  .accreditation-wrap {
    width: 25% !important;
    padding-left: 60px;
  }
  .accreditation-wrap img {
    width: 150px !important; 
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 769px) and (max-width: 979px) {
    .masthead-dimensions{
        display: none !important;
    }
    .container {
        margin-right: auto;
        margin-left: auto;
        max-width: 724px;
    }
    
    .content-inside{
        width: 100% !important;
    }
    
    .module div.callout {
        width: 580px !important;
        padding-right:10px;
    }
    .more-news{
        float:left;
    }
    .news a {
        margin-top:3px;
    }

	.banner-btn a {
		padding:15px !important;
		font-size:15px !important;
	}
	.hidden-xs {
		display:none;
	}
	.banner-links {
		display:none !important;
	}
	.banner-position {
		top: -205px;
	}
	.carousel-control {
		top:85%;
	}
	.donate-title {
		font-size:24px;
	}
	.donate-container {
		width: 83%;
	}
	.donate-white a.donate-btn {
		padding: 10px 18px;
		font-size: 22px;
	}
	.news {
		min-height: 638px;
	}
	.hidden-tab {
		display:none !important;
	}
	.pic-container {
		min-height: 428px;
		padding:20px 5px;
	}
	.full-width {
		width:100%;
	}
	
	.faces  .span8 {
		width:100% !important;
	}
	.module .span8 {
		width:98% !important;
	}
	.module .offset1 {
		margin-left:20px;
	}
	.carousel-control {
		padding:0;
	}
	.carousel-control.right {
		left:60px;
	}
     .banner-btn{
        margin-top:30px;
    }
    .gallery {
    margin-bottom:50px;
    }
      .global-links h1 {
    padding-left:55px;
    }
    .custom-menu-primary{
        width:none !important;
        text-align:right !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, .navbar .nav>li>a{
    font-size: 14px !important;
    padding: 10px 12px 10px!important;
    }
    /* .hs-image-widget  {
    width: 100% !important;*/
    }
    /*   .footer-logo {
        visibility:hidden;
    }*/
    
    
    .img-logo {
        width: 100%;
    }
    
   .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a.child-trigger {
       /*display: block!important;*/
        cursor: pointer;
        position: absolute;
        right: 0;
        width: 0!important;
        min-width: 55px!important;
        padding: 0!important;
        border-left: 1px dotted rgba(255,255,255,.20);
        border-bottom: none!important;
        background-color: rgb(255, 255, 255)!important;
        min-height: 65px;
    }
    
    
    .active-branch.active>a, .hs-item-has-children.active-branch>a:hover{
      background-color: #215EAC!important;
    }
    
    a.child-trigger span, a.child-trigger span:after {
    width: 10px;
   /* height: 1px;*/
    background-color: #B2B2B2;
    display: block;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 137px !important;
    min-height: initial;
    }
   
 }
 
/*adjust .callout from 900px to 768px */
@media (max-width: 885px){
.module div.callout { width: 570px !important;}
.masthead-dimensions{
        display: none !important;
}
}  

@media (max-width: 860px){
.module div.callout { width: 550px !important;}
} 

@media (max-width: 840px){
.module div.callout { width: 530px !important;}
} 

@media (max-width: 820px){
.module div.callout { width: 510px !important;}
} 

@media (max-width: 800px){
.module div.callout { width: 490px !important;}
} 


/* @media (max-width: 900px) {
    .banner-position {
        position:relative;
    	top:0 !important;
        display: block !important;
        float: none !important;
        width: auto !important;
	}
    
    .module div.callout {
        width: 100% !important;
    }
 } */
 
@media (min-width:979px){
    .custom-menu-primary ul li>ul {
        background-color: #0D70AB;
        /*border: 1px solid black;*/
       banner-links border-radius: 4px;
    }  
        
    .hs-menu-wrapper ul li a:hover {
        background-color: #005B92;
    }
  
    
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px){ 
    .masthead-dimensions{
       display: none !important;
    }
    .banner-position {
        position:relative;
        top:0 !important;
        display: block !important;
        float: none !important;
        width: auto !important;
	}
   

    .module div.callout {
        width: 100% !important;
    }
    
    .hidden-carousel-767px{
        display:none !important;
        
    }
    .xs-display-block{
        display:block;
        clear:both;
        padding-top:1px;
    }
    
    .xs-display-inline a{
        float: none;
        display: block;
        margin-bottom: 20px;
    }
    
    .xs-display-inline
    {
        display:inline-block !important;
    }
    
    .xs-display-block-padding-top-30 {
        display:block;
        clear:both;
        padding-top:30px;
    }
    
	.hidden-xs {
		display:none;
	}
	
	#myCarousel {
		display:none;
	}
	body {
		padding:0 !important;
	}
	.spaces {
		/*padding: 40px 20px; --Randy */
        padding: 20px 20px;
	}
	.global-links .span4 {
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
	}
	.donate-container  {
		width: 88%;
	}
	.news {
		min-height: 520px;
	}
	.footer {
		padding:20px;
	}
	.pic-container {
		padding:20px 5px;
		min-height:200px
	}
	.hidden-tab {
		display:none !important;
	}
	.full-width {
		width:100%;
	}
	.gallery-container {
		margin-top:10px;
	}
    .callout-margin-bottom {
        margin-bottom:10px;
    }
    .banner-btn{
        margin-top:30px;
    }
       
    .module div.callout {
        width: 100% !important;
    }
    .gallery {
        /*margin-bottom:50px; -- Randy */
    }
     .global-links h1 {
    padding-left:65px;
    }
     .custom-menu-primary{
        width:none !important;
        text-align:left !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, .navbar .nav>li>a{
    font-size: 14px !important;
    padding: 10px 12px 10px!important;
    }
   /** .hs-image-widget  {
    width: 100% !important;
    }*/
    .img-logo {
        margin-bottom: -30px;
    }
     .img-logo{
       width:100% !important;
    }
    .links-width {
        width:none !important;
    }
    
    .global-links .span4, .global-links-four .span3, .global-links-three .span4, .global-links-four .span4{
        box-shadow: none;
    }
    .breadcrumb {
        font-size: 11px !important;
    }
    
    .top-logo{
        height: 130px;
    }
    
    .piano-day-right-height{
	    height: 45em;
	}
    
 }
 
/* Landscape phones and down */
@media (max-width: 480px) { 
    .masthead-dimensions{
        display: none !important;
    }
    
    .donate-white
    {
        width:90%;
    }
    
	.banner-position {
		top: -320px;
	}
	.hidden-xs {
		display:none;
	}
	.banner-btn a {
		padding:15px;
	}
	.gallery  {
		margin-top:30px;
	}
	.footer ul {
		float:non;e
	}
	.top .pull-right {
		width:288px !important;
	}
	.input-medium {
		width: 105px;
	}
    .banner-btn{
        margin-top:30px;
    }
    .piano-day-right-height{
	    height: 40em;
	}
    .banner-links {
        /*margin-bottom: 30px;* -- Randy/
        margin-bottom: 10px;
	}
	
    .gallery {
    margin-bottom:50px;
    }
    .breadcrumb {
        font-size: 11px !important;
    }
   
     }
 
 
 
 
 
 
 /*NAV*/
 .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:clip !important;
color: rgb(60, 60, 60);
}

.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 .4s;
position: absolute;
z-index: 10;
left: 0;
background-color: rgb(255, 255, 255);
border-radius: 0;
border: none;
}




.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: visible;
text-overflow: clip !important;
color: #3c3c3c;
border-bottom: 1px dotted rgb(203, 203, 203);
text-align: left;
font-size: 15px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
display: block;
white-space: nowrap;
width: 140px;
overflow: hidden;
text-overflow: clip !important;
color: #088FD5 !important;
border-bottom: 1px dotted rgb(203, 203, 203);
background-color: #fff !important;
text-align: left;
font-size: 15px;
}


.hs_cos_flex-slider .hs_cos_flex-slides img {
height: auto;
margin: 0 auto;
}

/*BLOG */
.side-links {
    background-color: #fbfbfb;
	border: 1px solid #ebebeb;
	padding: 30px;
	border-radius: 10px;
}

.May. {
    
}

/*RSS BLOG LISTING*/
.gallery .hs-rss-item-image-wrapper{
    width: 100%!important;
    max-width: 100%;
    text-align: center;
}

.gallery .hs-rss-item{
    padding-left:10px;
    padding-right:10px;
    width:100%;
}

.gallery .hs-rss-item-text {
    width:100%!important;
}

/*.gallery .hs-rss-item>.hs-rss-item-image-wrapper>img{
    height:250px;
}*/

.gallery .hs-rss-item-text >.rss-title-height>.hs-rss-title >span {
    font-family: 'Conv_Arvo-Regular_0';
    color: #5cacdd;
    text-decoration:none;
}

.hs-rss-title:hover{
    text-decoration:none;
    
}

.hs-rss-title span:hover{
    color:#011725!important;
}

.gallery .hs-rss-item-text >.hs-rss-description > p {
    font-family: 'Conv_SourceSansPro-Light';;
    font-size: 16px;
    margin-top: 15px;
}

.top-rss-feed .hs-rss-item-text{
    margin-bottom:20px;
}

.blog-subscribe .hs_blog_the_silver_lake_blog_subscription .input{
    width:45%;
}

.blog-subscribe .hs_blog_the_silver_lake_blog_subscription .input .inputs-list{
    margin:0 0 0 25px!important;
}

.blog-subscribe .hs_submit{
    text-align:center;
    padding:10px 0 0 0;
}

.subscription .hs_submit{
    text-align:center;
    padding:10px 0 0 0;
}

@media(max-width:1080px){
    ul.hs-menu-children-wrapper li.hs-menu-item a{
        margin-top:0!important
    }
    ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a, ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 a{
        padding: 5px 5px!important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 5px 0!important;
    }
    .span2.widget-span.widget-type-space.space-cta{
        display:none;
    }
    .span5.widget-span.widget-type-cta.xs-display-inline.cta-2{
        margin-left:0px;
    }
}

@media(max-width:800px){
    .span5.widget-span.widget-type-cta.xs-display-inline.cta-2{
        margin-left:0!important;
    }
}


@media(max-height:650px){
    ul.hs-menu-children-wrapper li.hs-menu-item a{
        margin-top:0!important
    }
    ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a, ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 a{
        padding: 5px 5px!important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
       /* padding: 5px 0!important;*/
    }
    .span2.widget-span.widget-type-space.space-cta{
        display:none;
    }
    .span5.widget-span.widget-type-cta.xs-display-inline.cta-2{
        margin-left:25px;
    }
}


/*new styles*/
a#cta_button_436361_bb27d1e8-f659-4856-be14-cdf3794b327f, a#cta_button_436361_fbb7f8dc-c353-4c4e-8b6d-6686cc0da6a5 {
 text-align: center;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul, ul.nav, .navbar .btn-navbar {
    margin-top: 35px !important;
}

.random-banner{
    height:450px;
}

.random-banner-container{
    text-align:center;
    background:black;
}


/*events pagination*/
ol#pagination li{
    float:left;
    margin:0 10px;
    cursor:pointer;
}

ol#pagination li.current{
    color:#4a90e2;
}

.bordered-form{
    background:#E6E6E6;
    padding: 10px;
    border-top:10px solid #0081CB;
}

.bordered-form .input{
    width:100%;
}

.bordered-form .hs-form-field{
    margin-bottom:0;
}

.bordered-form h3{
    margin-top: 0;
}

.bordered-form li{
    list-style:none;
}

.bordered-form ul{
    margin:0;
}

.bordered-form form > div{
    margin-bottom:15px;
    display: inline-block;
}

.center-form-buttom .form .hs-button{
        text-align: center;
}

.slc-works-row{
    border: 3px solid #0081CB;
    border-bottom: 0;
}

.slc-works-row:last-child{
    border-bottom: 3px solid #0081CB;
}

.slc-works-percent-wrapper .span3{
    background-color: #0081CB;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: 'Conv_Arvo-Regular_0';
    padding: 30px;
    font-size: 45px;
    border: solid white 1px;
}

.slc-works-percent-wrapper .span9{
    padding: 18px 10px 18px 0;
    font-weight:bold;
}

.show435{
    display:none;
}

.sl-2016-sliding-banner{
    max-height: 485px;
    overflow: hidden;
    height:auto;
}

.sl-2016-sliding-banner li{
    max-height:485px;
    height:auto;
}

.sl-2016-sliding-banner .caption{
    left: 0;
    width: 50%!important;
    top: 35%;
    bottom: auto!important;
    background: linear-gradient(to right,rgba(0,0,0,0.75),rgba(0,0,0,0) 90%)!important;
    padding: 25px 30px!important;
    text-align:left!important;
}

@media (min-width: 700px){
    .sl-2016-sliding-banner ul.hs_cos_flex-slides.hs_cos_flex-slides-main {
        min-height: 50px;
    }
}

@media(min-width:1919px){
    .masthead{
        padding: 200px!important;
    }
}

@media(max-width:1024px){
    .slc-works-percent-wrapper .span3{
        padding:30px 0;
    }  
    
    .slc-title h1{
        width:600px!important;
    }
    
    .text-over-banner {
        padding: 335px 0 0;
    }
    
    .sl-2016-sliding-banner .caption {
        width: 30% !important;
        top: 25%;
    }
}

@media(max-width:768px) and (min-width:715px){
    .footer-logo{
        width: 75px!important;
        float: right!important;
        padding-top: 10px!important;
    }
    
    .cta-1{
        width:53%!important;
        margin-left:0!important;
        margin-right:5px!important;
    }
    
    .slc-works-image .span3{
        width:48%;
    }
    
    .slc-works-image .span3:nth-child(3){
        margin-left:0;
    }
    
    .slc-works-image .span3:nth-child(2), .slc-works-image .span3:first-child{
        margin-bottom:15px;
    }
}

@media(max-width:769px) and (min-width:767px){
    .footer-logo.align-center-footer-logo{
        text-align: left;
        top: 190px;
        position: relative;
        right: 60px;
    }
    
    .footer-logo.align-center-footer-logo img{
        width: 75px!important;
    }
    
    .padding-top-footer{
        position:relative;
        left: 30px;
    }
}

@media(max-width:768px){
    .slc-works-percent-wrapper .span3{
        padding:45px 0;
    }   
    
    .slc-works-percent-wrapper .span9{
        padding: 22px 25px 22px 10px;
    }
    
    .inside-pages{
        padding: 25px;
    }
    
    .slc-title h1{
        width:400px!important;
    }
    .mobile-text{ 
        padding: 0 15%;
    }
    .hs-menu-item.hs-menu-depth-1.hs-item-has-children{
            /*padding: 0 30px!important;*/
    }
    
    .text-over-banner {
        padding: 280px 0 0;
    }
    
    .insidepage-cta1,
    .insidepage-cta2{
        display: block!important;
        width: 100%!important;
        margin: 20px 0!important;
    }
    
    .no-events{
        display:none;
    }
    
    .sl-2016-sliding-banner .caption {
        top: 5%;
    }
    
    .hs-rss-module.feedreader_box .span4{
        overflow:hidden;
    }
    
    .custom-menu-primary{
        margin:0!important;
    }
}

@media(max-width:736px){
    .slc-works-percent-wrapper .span9{
        padding: 20px;
    }
    
    .masthead{
        padding: 35px 100px!important;
    }
    
    .slc-title h1{
        width:340px!important;
    }
    
    .img-logo.top-logo{
        text-align: center!important;
    }
    
    .img-logo.top-logo img{
        max-width: 300px;
    }
    
    .show736{
        display:block;
    }
    
    .text-over-banner .dark-bg {
        font-size: 25px;
    }
    
    .flexbox{
        display:block;   
    }
    
    .sl-2016-sliding-banner .caption{
        top:25%;
    }
    

}

@media(max-width:480px) and (min-width:435px){
    .text-over-banner {
        padding: 170px 0 0;
    }
}

@media(max-width:435px){
    .slc-title h1{
        width:80%!important;
    }
    
    .sl-2016-sliding-banner{
        margin-top:50px;
    }
    
    .sl-2016-sliding-banner .caption {
        top: 5%;
        font-size: 15px !important;
        width:30%!important;
        margin-top:8% !important;
    }
    
    .show435{
        display:block;
    }
    .mobile-text{
        font-size:13px!important;
         
    }
   .applytoday-link > .ready-to-start{
        font-size:13px!important;
    }
    
    .text-over-banner .dark-bg {
        width: 100%;
        padding: 10px 0px;
    }
    
    .text-over-banner {
        padding: 85px 0 0;
    }
    
    .text-over-banner .dark-bg {
        font-size: 20px;
    }
    
    
}
@media(max-width:320px){
    .mobile-text{
        font-size:11px!important;
         
    }
}



/**July 27, 2016 Additional CSS**/

.applytoday-link {
    font-size: 20px !important;
}

.ready-to-start {
    font-size: 20px !important;
}

.tier-3-left {
    padding: 0px 20px 0px 91px !important;
}

/***July 28,2016**/

.masthead h1 {
    margin: 10px 0;
}

/***December 7, 2016*/
.large_response textarea.hs-input{
    height: 25vh;
}
/*responsive landscape
@media (max-width: 736px) and (orientation:landscape){ 
    .hs_cos_flex-slide-main a img, .hs_cos_flex-slide-main img{
        height: 230px !important;
        max-width: 130%;
        width: 800px!important
    }
    .sl-2016-sliding-banner .caption{
        top: 25%!important;
        font-size: 20px !important;
    }
}
@media (max-width: 732px) and (orientation:landscape){ 
    .hs_cos_flex-slide-main a img, .hs_cos_flex-slide-main img{
        height: 230px !important;
        max-width: 130%;
        width: 800px!important
    }
     .sl-2016-sliding-banner .caption{
        top: 20%!important;
        font-size:24px!important;
    }
}
@media (max-width: 650px) and (orientation:landscape){ 
     .hs_cos_flex-slide-main a img, .hs_cos_flex-slide-main img{
        height: 230px !important;
        max-width: 130%;
        width: 800px!important
    }
     .sl-2016-sliding-banner .caption{
        top: 15%!important;
        font-size:20px!important;
    }
}
@media(max-width:570px) and (orientation:landscape){
     .hs_cos_flex-slide-main a img, .hs_cos_flex-slide-main img{
       height: 230px !important;
        max-width: 130%;
        width: 800px!important
    }
     .sl-2016-sliding-banner .caption{
        top: 10%!important;
        font-size:20px!important;
    }
}*/

