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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//3661900.fs1.hubspotusercontent-na1.net/hubfs/3661900/OtterbeinSeniorLife_May2018/Fonts/OtterbeinSeniorLife_May2018-fonts.css');
@import url('//fonts.googleapis.com/css?family=Dosis%3Ainherit%2C400&subset=latin%2Clatin-ext');
@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

/* ============== Macros ============== */

/* Transition */




/* Border Radius */


/* Box Shadow */


/* Transform */




/* Animation */






/* Filter */


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

html, body {
	min-height: 100%;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
} 
html {
  font-size: 1em;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #111;
  font-size: 18px;
  font-family: "effra", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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


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

/* Basic text */
p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
	display: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit
}
h1, h2, h3, h4, h5, h6 {
  margin: 1.333em 0 0.5em;
  font-weight: 300;
  line-height: 1.2;
  text-rendering: optimizelegibility;
  color: #231F20;
}
h1 {
  margin-top: 0;
  margin-bottom: 0.319em;
  font-size: 42px;
}
h2 {
  margin-top: 0.88em;
  font-size: 32px;
  color: #4d4d4d;
}
h3 {
  font-size: 28px;
  color: #4d4d4d;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 1em;
}
h6 {
  text-transform: uppercase;
  letter-spacing: 4.333px;
}

/* Anchor Links */
a {
  color: #1BC1F0;
  font-weight: 400;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #4d4d4d;
}
:focus {
	outline: 0 none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
form ul,
form ol,
form li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

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

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


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

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {
position: fixed !important;
  bottom: 0 !important;
  top: auto !important;
}

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

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


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


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

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

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


/* =============== Header =============== */
.header-container {}

/* =============== Header Top =============== */
.custom_header-top {
  background-color: #4d4d4d;
  color: #fff;
  margin: 0px;
  padding: 15px 10%;
  display: block;
  font-size: 14px;
  text-align: right;
}
.row-fluid .custom_header-top .page-center {
  max-width: 100%;
}
.row-fluid .custom_header-top-group {
  width: auto;
  margin: 0;
  float: right;
}
.row-fluid .custom_header-menu {
  width: auto;
  margin: 0;
}
.row-fluid .custom_header-top-button {
  margin: 0;
  width: auto;
}
.row-fluid .custom_search-wrapper {
  margin: 0;
  width: auto;
  position: relative;
}
.custom_search-button {
  padding: 0px 20px;
  margin-top: -5px;
}
.search-trigger {
  color: #fff;
  background-color: #9c9c9c;
  padding: 5px 8px;
  width: auto;
  border-radius: 4px;
  line-height: 1.3em;text-align: center;
  vertical-align: baseline;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 12px;
}

.row-fluid .custom_header-top-button {
  margin-top: -3px;
}
.custom_header-top-button a {
  background-color: #C2D641;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 6px;
  color: #231F20;
}
.custom_header-top-button a:hover {
  background-color: #fff;
  color: #231F20;
  text-decoration: none;
}

.custom_header-menu .hs-menu-wrapper > ul {
  display: block;
  padding-right: 15px;
}
.custom_header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: none;
}
.custom_header-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  width: auto;
}
.custom_header-menu .hs-menu-wrapper > ul > li > a {
  color: #fff;
  padding: 0px 10px
}
.custom_header-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #1BC1F0;
  text-decoration: underline;
}


/* =============== Header Bottom =============== */
.row-fluid .custom_header-bottom .page-center {
  max-width: 100%;
}
.custom_header-bottom .page-center > .row-fluid-wrapper > .row-fluid {
  display: flex;
  padding: 5px 10%;
  border-bottom: 1px solid #ececec;
}
.custom_header-bottom .page-center > .row-fluid-wrapper > .row-fluid:before,
.custom_header-bottom .page-center > .row-fluid-wrapper > .row-fluid:after {
  display: none;
}
.row-fluid .custom_logo {
  float: none;
  width: auto;
  margin: 0;
}
.custom_logo img {
  width: 250px !important;
  max-width: 100%;
}

.landing-page .row-fluid .custom_header-space {
  float: none;
  margin: 0;
}
.landing-page .custom_header-space.span8 {
  width: 90%;
}

.nine-degrees, .nine-degrees h2 {color: #fff;}

.nine-degrees-hero {
  background: url("https://3661900.fs1.hubspotusercontent-na1.net/hubfs/3661900/OSL_WellnessLP_0323.jpg");
  background-size: cover;
  height: 460px;
  background-repeat: no-repeat;
  display: grid!important;
  align-items: center;
  grid-template-columns: {1fr 1fr;}
}
.nine-degrees-hero .row-number-4 {float: none; margin: 0 auto; max-width: 1040px;}
.nine-degrees-hero h1 {font-size: 62px;}
.hs-content-id-9836331990 ul {color: #4d4d4d;}
#hs_cos_wrapper_module_1541709768611922_ {font-weight: bold;}
#hs_cos_wrapper_widget_1541706842791576_ p {margin-bottom: 0px;}

@media (max-width: 1024px) {
  .nine-degrees-hero .row-number-4, .hs-content-id-9836331990 .row-number-5 {max-width: 760px; margin: auto;}
}
@media (max-width: 500px) {
  .nine-degrees-hero .row-number-4, .hs-content-id-9836331990 .row-number-5 {max-width: 400px; margin: auto;}
  .nine-degrees-hero h1 {font-size: 52px;}
  .nine-degrees-hero {background: url("https://3661900.fs1.hubspotusercontent-na1.net/hubfs/3661900/OSL_WellnessLP_Mobile.jpg"); background-size: cover!important; background-repeat: no-repeat; height: 300px;}
}
@media (max-width: 400px) {
  .nine-degrees-hero .row-number-4, .hs-content-id-9836331990 .row-number-5 {max-width: 370px; margin: auto;}
}


.small-house-hero {
background-image: url("https://3661900.fs1.hubspotusercontent-na1.net/hubfs/3661900/1-Landing%20Pages/osl-small-house-gradient-01-1.png"); 
background-size: cover; 
background-repeat: no-repeat;
padding: 0 25px 50px;}

.small-house-hero .hero-copy {
  padding-top: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.small-house-hero .hero-copy h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}


.cridersville-al-hero {
background-image: url("https://3661900.fs1.hubspotusercontent-na1.net/hubfs/3661900/1-Landing%20Pages/Cridersville2020.jpg"); 
background-size: cover; 
background-repeat: no-repeat;
padding: 0 25px 50px;}

.cridersville-al-hero .hero-copy {
  padding-top: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.cridersville-al-hero .hero-copy h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}
.cridersville-textbkg {
background-color: #fff;
padding: 0px 30px;
}
.cridersville-textbkg p {
font-weight: 300!important;
}
.cridersville-textbkg li {
color: #4d4d4d;
font-weight: 300;
}
.small-house-form {
  padding: 25px;
  background-color: #ececec;
  color: #4d4d4d;
}
.form-header {
    margin-top: 50px;
  font-size: 24px;
  background-color: #C2D641;
  padding: 25px;
  color: #4d4d4d;
}


.lebanon-visit-hero {
background-image: url("https://3661900.fs1.hubspotusercontent-na1.net/hubfs/3661900/2019/osl-lebanon-tour-hero.jpg"); 
background-size: cover; 
background-repeat: no-repeat;
padding: 0 25px 50px;
}

.granville-visit-hero {
background-image: url("https://3661900.fs1.hubspotusercontent-na1.net/hubfs/3661900/granville-interior-living-room.png"); 
background-size: cover; 
background-repeat: no-repeat;
padding: 0 25px 50px;
}

.stmarys-visit-hero {
background-image: url("https://3661900.fs1.hubspotusercontent-na1.net/hubfs/3661900/2019/otterbein-st-marys-lakefront-homes-hero.jpg"); 
background-size: cover; 
background-repeat: no-repeat;
padding: 0 25px 50px;
}

.cridersville-visit-hero {
background-image: url("https://3661900.fs1.hubspotusercontent-na1.net/hubfs/3661900/2019/cridersville-blurred-bg.jpg"); 
background-size: cover; 
background-repeat: no-repeat;
padding: 0 25px 50px;
}
.webinar-landing-hero {
background-image: url("https://3661900.fs1.hubspotusercontent-na1.net/hubfs/3661900/2020/otterbein-lebanon-exterior.jpg"); 
background-size: cover; 
background-repeat: no-repeat;
padding: 0 25px 50px;
}

.cridersville-webinar-lp-hero {
background: url("https://3661900.fs1.hubspotusercontent-na1.net/hubfs/3661900/2020/otterbein-cridersville-webinar-lp2.jpg"); 
background-size: cover; 
background-repeat: no-repeat;
padding: 0 25px 50px;
}
.cost-guide-lp-hero {
background: url("https://3661900.fs1.hubspotusercontent-na1.net/hubfs/3661900/2020/otterbein-cridersville-webinar-lp2.jpg") rgba(225, 225, 225, 0.8);
background-blend-mode: overlay;
background-size: cover; 
background-repeat: no-repeat;
padding: 0 25px 50px;
}

.cost-guide-lp-form {
padding: 0 25px 50px;
background-color: #2aace2 ; 
}

#hs_cos_wrapper_widget_5823000182 input[type="submit"] {padding-top: 20px!important; padding-bottom: 20px!important;}
#hs_cos_wrapper_widget_5823000182 {padding-bottom: 160px!important;}

@media (max-width: 1200px) {
  #hs_cos_wrapper_module_1527714441398183 {margin-top: -90px!important;}
  #hs_cos_wrapper_module_1527714860573317 {margin-top: -30px!important;}
}
@media (max-width: 1024px) {
  .hs-content-id-24827713102 .container-fluid .row-fluid .page-center {max-width: 100%!important;}
}
@media (max-width: 767px) {
  #hs_cos_wrapper_widget_5823000182 {margin-top: -95px!important; margin-left: 0px!important;}
  #hs_cos_wrapper_widget_1663941170636 {display: none!important;}
  #hs_cos_wrapper_module_1527714860573317 {margin-top: -70px!important;}
}
@media (max-width: 390px) {
  #hs_cos_wrapper_module_1527714860573317 {margin-top: -20px!important;}
}


.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.lebanon-hero-copy, .stmarys-hero-copy, .cridersville-hero-copy {background-color: rgba(255,255,255,0.9);}

.granville-visit-hero h1, .lebanon-visit-hero h1, .stmarys-visit-hero h1, .cridersville-visit-hero h1 {font-weight: bold; font-size: 42px; color: #fff; margin-top: 100px; text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.65);}
.lebanon-visit-hero h2, .stmarys-visit-hero h2, .cridersville-visit-hero h2 {font-size: 30px; }
.lebanon-visit-hero p, .stmarys-visit-hero p, .cridersville-visit-hero p {font-size: 24px;}
.webinar-landing-hero h1, {font-weight: bold; font-size: 42px; color: #fff; margin-top: 100px; text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.65);}

.sm-il-hero h1, .sm-il-hero h2 {color: #fff;}



.resp-container {    position: relative;
    overflow: hidden;
  padding-top: 56.25%;}
.responsive {    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;}


.slick-prev, .slick-next {height: 100px !important; width: 100px !important; z-index: 1000 !important;}
.slick-prev:before, .slick-next:before {font-size: 50px !important;}



/*HR Landing Pages*/

.stna-job-hero {
background-image: url("https://3661900.fs1.hubspotusercontent-na1.net/hubfs/3661900/2020/osl-stna-patient.jpg"); 
background-size: cover; 
background-repeat: no-repeat;
padding: 0 25px 50px;}

.stna-job-hero .hero-copy {
  padding-top: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.stna-job-hero .hero-copy h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}

.hospice-hero {
background-image: url("https://3661900.fs1.hubspotusercontent-na1.net/hubfs/3661900/2020/osl-hospice-volunteer-landing.jpg"); 
background-size: cover; 
background-repeat: no-repeat;
padding: 0 25px 50px;}

.hospice-hero .hero-copy {
  padding-top: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.hospice-hero .hero-copy h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}

.rn-job-hero {
background-image: url("https://3661900.fs1.hubspotusercontent-na1.net/hubfs/3661900/2020/osl-pemberville-rn-patient.jpg"); 
background-size: cover; 
background-repeat: no-repeat;
padding: 0 25px 50px;}

.rn-job-hero .hero-copy {
  padding-top: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.rn-job-hero .hero-copy h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}

.lpn-job-hero {
background-image: url("https://3661900.fs1.hubspotusercontent-na1.net/hubfs/3661900/2020/osl-lpn-patient.jpg"); 
background-size: cover; 
background-repeat: no-repeat;
padding: 0 25px 50px;}

.lpn-job-hero .hero-copy {
  padding-top: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.lpn-job-hero .hero-copy h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}

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

.cf {clear: both;}


.body-container {
	padding: 0 0 50px;
}
.body-container .page-center {
	padding: 50px 10px;
}
.migration-template .body-container .main-content .hs_cos_wrapper,
.migration-template .body-container .sidebar .hs_cos_wrapper,
.body-container .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
	margin-bottom: 30px;
}

.hs-breadcrumb-menu-wrapper {
  padding: 10px 10%;
  background-color: #eaeaea;
  font-size: 14px;
  color: #4d4d4d;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.hs-breadcrumb-menu li.hs-breadcrumb-menu-item {
  padding: 0;
}
.hs-breadcrumb-menu li.hs-breadcrumb-menu-item span.hs-breadcrumb-label {
  font-weight: bolder;
}
.hs-breadcrumb-menu-divider::before {
  content: '/';
  padding: 0 3px;
}

.sidebar,
.blog-sidebar {
  background: #f2f2f2;
  padding: 20px;
}
@media (max-width: 767px) {
  .sidebar {margin-top: 0px!important; margin-bottom: 10px;}
}
.sidebar a:hover strong {text-decoration: underline; color: #4d4d4d;}

.small-house-1st-section {
  text-align: center;
}
 .small-house-download {
   background-color: #C2D641;
   padding: 50px;
   text-align: center;
}

.small-house-testimonial {
  font-size: 24px;
}
.small-house-bottom-cta {margin-top: 25px;}



/* =============== Footer =============== */
.footer-container-wrapper {}
.footer-container {}

/* =============== Footer Top =============== */
.custom_footer-top {
  background-color: #e1eba0;
  margin: 0px;
  padding: 50px 10%;
}
.row-fluid .custom_footer-top .page-center {
  max-width: 100%;
}
.custom_footer-top .widget-type-blog_subscribe {
  text-align: center;
}
.custom_footer-top .widget-type-blog_subscribe h3:first-child {
  font-size: 26px;
  text-transform: uppercase;
  color: #4d4d4d;
  text-align: center;
  font-weight: 300;
  line-height: 1;
  margin: 1em 0;
}
.custom_footer-top .widget-type-blog_subscribe form .actions {
  margin-left: -20px;
  background: transparent;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 20px;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.custom_footer-top .widget-type-blog_subscribe form .hs-button.primary {
  padding: 10px 20px;
  background-color: #4d4d4d;
  color: #fff;
  box-shadow: none;
  background-image: none;
  text-shadow: none;
  border: none;
  font-family: Helvetica,Arial,sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  margin: 0;
}
.custom_footer-top .widget-type-blog_subscribe form .hs-input {
  max-width: 500px;
  width: 90%;
  box-sizing: content-box;
}
.custom_footer-top .widget-type-blog_subscribe form .hs-form-field > label {
  text-align: center;
}
.custom_footer-top .widget-type-blog_subscribe form ul.hs-error-msgs li label {
	text-align: center;
}
.custom_footer-top .widget-type-blog_subscribe form .hs_error_rollup .hs-error-msgs {
  padding-top: 10px;
}
.hs-form-required {
  color: red;
}

/* =============== Footer Bottom =============== */
.footer-container {
  background-color: #4d4d4d;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.footer-container p {
  line-height: 1;
}
.custom_footer-bottom .page-center {
  padding: 35px 0 52px 0;
}
.row-fluid .custom_footer-col {
  float: left;
  margin: 0;
  padding-right: 0.75em;
}
.custom_footer-col.span6 {
  width: 50%;
}
.custom_footer-menu {
  line-height: 1;
}
.custom_footer-menu .hs-menu-wrapper > ul {
  display: block;
}
.custom_footer-menu .hs-menu-wrapper > ul > li:before {
  content: '•';
  padding: 0 3px;
}
.custom_footer-menu .hs-menu-wrapper > ul > li:first-child:before {
  display: none;
}
.custom_footer-menu .hs-menu-wrapper > ul > li > a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  display: inline;
}
.custom_footer-socials a {
  display: inline-block;
  padding-right: 5px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

.row-fluid .custom_footer-search {
  float: right;
  width: auto;
  margin: 0;
  padding-top: 15px;
}
.widget-type-google_search form label {
  display: none;
}
.widget-type-google_search form .hs-input {
  float: left;
  width: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  border-radius: 4px;
  padding: 5px 10px;
  display: block;
  font-family: sans-serif;
  line-height: 1.15;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  margin-right: 15px;
}
.custom_footer-search input[type="text"] {
  background: #4d4d4d;
  border-color: #fff;
  color: #fff;
}
.custom_footer-search input[type="text"]:focus {
  border: 1px solid #fff;
  box-shadow: none;
}
.custom_footer-search input[type="text"]::-webkit-input-placeholder {
  color: rgba(255,255,255,0.75);
  font-size: 14px;
} /* Webkit Browsers */
.custom_footer-search input[type="text"]:-moz-placeholder {
  color: rgba(255,255,255,0.75);
  font-size: 14px;
} /* Firefox 18- */
.custom_footer-search input[type="text"]::-moz-placeholder {
	color: rgba(255,255,255,0.75);
  font-size: 14px;
} /* Firefox 19+ */
.custom_footer-search input[type="text"]:-ms-input-placeholder {
	color: rgba(255,255,255,0.75);
  font-size: 14px;
} /* IE10 */
.widget-type-google_search form .hs-button {
  padding: 6px 8px;
  border: none;
  background-color: #A6A6A6;
  color: #fff;
  border-radius: 4px;
  font-size: 0;
  line-height: 1.15;
  font-family: sans-serif;
  float: left;
  width: auto;
  border: 0 none !important;
  box-shadow: none !important;
  margin: 0;
}
.widget-type-google_search form .hs-button:before {
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f002";
  font-size: 16px;
  line-height: 1.15;
}
.widget-type-google_search form .hs-button:active {
  border: none;
  background: #A6A6A6;
}

.row-number-12 p img {float: right;}
.custom_footer-content p {
  margin-top: 0;
}

.row-fluid .custom_header-search {
  width: 300px;
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.15);
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  z-index: 99;
  -webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;;
}
.custom_search-wrapper:hover .row-fluid .custom_header-search {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.custom_header-search form {
  position: relative;
  height: auto;
  background: #fff;
}
.custom_header-search form input[type="text"] {
  padding: 10px;
  border: none;
  box-shadow: none;
}
.custom_header-search form label {
  display: none;
}
.custom_header-search form .hs-button.primary {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  color: #666;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
  vertical-align: top;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: 0 none;
}
.custom_header-search form .hs-button.primary:before {
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 50px;
  color: #666;
  font-size: 12px;
  content: "\f002";
}
.custom_header-search form .hs-input {
  width: 100%;
  padding: 14px 50px 14px 25px;
  height: 100%;
  color: #333;
  background: 0 0;
  border: none;
  font-size: 12px;
  font-family: sans-serif;
  box-shadow: none;
  margin: 0;
  line-height: 1.3em;
  border-radius: 0;
  min-height: 50px;
}
.custom_header-search form .hs-input:focus {
  border: 0 none !important;
}

/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */
@media (min-width: 1025px) {
  .custom_mobile-group,
  .row-fluid .custom_header-mobile-top,
  .row-fluid .custom_header-mobile-bottom {
    display: none;
  }
  .row-fluid .custom-menu-primary {
    float: none;
    margin: 0;
  }
  .custom-menu-primary.span8 {
    width: 90%;
  }
  .custom-menu-primary .hs-menu-wrapper {
    float: right;
    margin-top: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    font-size: 0;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  	float: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
  	vertical-align: bottom;
    display: inline-block;
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-weight: 300;
    font-size: 16px;
    text-transform: none;
    color: #231f20;
    padding: 15px 10px;
    vertical-align: top;
    line-height: 1.3em;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #1bc1f0;
    background: #ececec;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    border-top: 4px solid #1BC1F0;
  }
  /* Dropdown Submenu */
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    transform-origin: 0 0;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
	-o-transform: scale(1,0);
    transform: scale(1,0);;
    -webkit-transition: transform .14s 0s ease-in-out !important;
	-moz-transition: transform .14s 0s ease-in-out !important;
	-ms-transition: transform .14s 0s ease-in-out !important;
	-o-transition: transform .14s 0s ease-in-out !important;
	transition: transform .14s 0s ease-in-out !important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
	-o-transform: scale(1,1);
    transform: scale(1,1);;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    min-height: 0 !important;
    min-width: 250px;
    box-shadow: none;
    background-color: #ececec;
    border: 1px solid #ffffff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #4d4d4d;
    font-size: 14px;
    padding: 15px 20px;
    line-height: 1.3em;
    text-decoration: none;
    white-space: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active a {
  	color: #1bc1f0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #4d4d4d;
    background-color: #1bc1f0;
  }
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 1025px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display: block !important;
    }
}

/* Vertical Menu */
.body-container .hs-menu-flow-vertical > ul > li > a {
	color: #231f20;
	font-family: "effra", Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.body-container .hs-menu-flow-vertical > ul > li.active > a,
.body-container .hs-menu-flow-vertical > ul > li.active-branch > a,
.body-container .hs-menu-flow-vertical.flyouts > ul > li:hover > a,
.body-container .hs-menu-flow-vertical.no-flyouts > ul > li > a:hover {
	background-color: #ececec;
	color: #1bc1f0;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul {
	background-color: #ececec;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	padding: 5px 0;
	width: 200px;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul li a {
	color: #4d4d4d;
	font-family: "effra", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal !important;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul li.active > a,
.body-container .hs-menu-flow-vertical.flyouts > ul ul li.active-branch > a {
	color: #4d4d4d;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul li:hover > a {
	background-color: #1bc1f0;
	color: #4d4d4d;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul {
	background-color: transparent;
	box-shadow: none;
	padding: 5px 0;
	width: 100%;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li a {
	color: #4d4d4d;
	font-family: "effra", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: normal;
	padding: 5px 10px 5px 25px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal !important;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li.active > a,
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li.active-branch > a {
	color: #4d4d4d;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li:hover > a {
	background-color: #1bc1f0;
	color: #4d4d4d;
}

@media (max-width: 767px) {
  .body-container .hs-menu-flow-vertical.flyouts > ul ul {
    background-color: transparent;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
  }
  .body-container .hs-menu-flow-vertical.flyouts > ul ul li a {
    color: #4d4d4d;
    font-family: "effra", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 5px 10px 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal !important;
  }
  .body-container .hs-menu-flow-vertical.flyouts > ul ul li.active > a,
  .body-container .hs-menu-flow-vertical.flyouts > ul ul li.active-branch > a {
    color: #4d4d4d;
  }
  .body-container .hs-menu-flow-vertical.flyouts > ul ul li:hover > a {
    background-color: #1bc1f0;
    color: #4d4d4d;
  }
  
  .stna-job-hero {
background: #272727; 
}
  
  
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 1024px) {

	/* Menu Reset */
	.custom_mobile-menu,
	.custom_mobile-menu .hs-menu-wrapper > ul,
	.custom_mobile-menu .hs-menu-wrapper > ul li,
	.custom_mobile-menu .hs-menu-wrapper > ul li a {
		display: block;
		float: none;
		position: static;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		padding: 0px;
		margin: 0px;
		background-image: none;
		background-color: transparent;
		border: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none; 
		max-width: none;
		width: 100%;
		height: auto;
		line-height: 1;  
		font-weight: normal;
		text-decoration: none;
		text-indent: 0px;
		text-align: left;
		color:#fff;
	}

	/* ===== Mobile Toggle Button ===== */
	.mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto;
    height: auto;
  }
  .mobile-trigger i {
    line-height: 30px;
    font-size: 30px;
    color: #231f20;
  }
  .mobile-trigger i:before {
    font-family: "mobmenu";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mob-icon-menu:before {
    content: '\e9d6';
  }
  .mob-icon-cancel {
    display: none;
  }
  .mobile-open .mob-icon-cancel {
    display: block;
  }
  .mobile-open .mob-icon-menu {
    display: none;
  }


	/* ===== Mobile Child Toggle Buttons ===== */
	.child-trigger {
		display: block !important;
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
		width: auto !important;
		min-width: auto !important;
		height: 47px !important;
    padding: 0 !important;
  }
  .child-trigger i {
    color: #231f20;
    padding: 12px;
    top: 11px;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    display: inline;
  }
  .child-trigger i:before {
    font-family: "mobmenu";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .child-trigger i.mob-icon-down-open:before {
    content: '\f004';
  }
  .child-trigger i.mob-icon-up-open:before {
    content: '\f005';
  }
  .child-trigger i.mob-icon-up-open {
    display: none;
  }
  .child-trigger.child-open i.mob-icon-up-open {
    display: inline;
  }
  .child-trigger.child-open i.mob-icon-down-open {
    display: none;
  }


	/* ===== Mobile Menu Styles ===== */  
	.row-fluid .custom_mobile-menu {
		position: relative;
		margin: 0;
	}
	.custom_mobile-menu .hs-menu-children-wrapper {
		display: none;
	}  
	.custom_mobile-menu ul.hs-menu-children-wrapper {
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		display: none;
  }
  .custom_mobile-menu .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom_mobile-menu .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .custom_mobile-menu .hs-menu-wrapper > ul > li a {
    overflow: visible;
    font-family: "Dosis";
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: normal;
    text-transform: none;
    color: #231f20;
    padding: 10px 20px;
    text-decoration: none;
  }
  .custom_mobile-menu .hs-menu-wrapper > ul li:hover > a {
    color: #231f20;
    background-color: #1bc1f0;
  }
  .custom_mobile-menu .hs-menu-wrapper > ul ul {
    background-color: #eaeaea;
    color: #231f20;
    padding-left: 20px;
  }
  .custom_mobile-menu .hs-menu-wrapper > ul ul li {

  }
  .custom_mobile-menu .hs-menu-wrapper > ul ul li a {
    font-family: "Dosis";
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: normal;
    text-transform: none;
    color: #231f20;
    padding: 10px 20px 10px 50px;
    text-decoration: none;
    white-space: normal !important;
  }
	.custom_mobile-menu .hs-menu-wrapper > ul ul ul li a {
		text-indent: 30px;
	}
	.custom_mobile-menu .hs-menu-wrapper > ul ul ul ul li a {
		text-indent: 50px;
	}
}


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


/* =============== General Blog Styles =============== */
.blog .blog-content {
  padding: 0 0 30px;
}

.hs-blog-header {margin-top: 75px;}

.hs-blog-header a, .hs-blog-header h1 {
  text-align: center;
  margin: .88em 0 40px;
  font-size: 48px;
  color: #ffffff;
  font-weight: 400;
	text-shadow: 1px 1px 12px #000;
  word-wrap: break-word;
  display: block;
}

.hs-blog-header a:hover {text-decoration: none;}

.post-header h2, 
h2.post-listing-simple,
.post-header h1 {
  font-size: 24px;
  margin: 1.333em 0 .5em;
  font-weight: 300;
  line-height: 1.2;
}
.post-header h2 a:hover, 
h2.post-listing-simple a:hover {
  color: #1bc1f0;
  text-decoration: none;
}
#hubspot-author_data {}
#hubspot-author_data .hs-author-avatar {
  padding-top: 20px
}

.blog.hs-blog-post .blog-section{
  margin-bottom: 40px;
}
.blog.hs-blog-post .post-footer{
  margin-bottom: 40px;
}
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 40px;
} 

/* Read More Link */
a.more-link {
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #1bc1f0;
  font-weight: 400;
}

.custom_listing_comments{
  padding: 10px 0;
}
/* Blog Topics List */
#hubspot-topic_data {}

.blog-pagination{
  text-align: center;
}
.blog-pagination a.previous-posts-link{
  float: left;
}
.blog-pagination a.next-posts-link{
  float: right;
}
.blog-pagination a.all-posts-link{
  vertical-align: middle;
}

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


/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 40px;
}

h3.hs-author-listing-header{
  padding-bottom: 20px;
  font-size: 32px;
}


/* Other Blog Styles */
#hubspot-author_data:after {
	content: '';
	display: block;
	clear: both;
}
#hubspot-author_data .hs-author-avatar img {
	width: 50px;
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
	border-width: 0;
	max-height: 170px;
	max-width: 210px;
	height: auto;
	width: auto;
	display: inline-block !important;
	float: right;
	margin: 20px 0 20px 20px;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image-post {
	border-width: 0;
	max-width: 600px;
	height: auto;
	width: 100%;
}
.hs-blog-social-share {
	padding: 10px 0 0 0;
	height: auto;
}
#comments-listing {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
.comment {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

.hs-blog-post #comment-form form .hs-button {
	margin-top: 15px;
}

/* =============== Blog Sidebar =============== */
.blog .blog-sidebar .widget-span {
	margin-bottom: 0px;
}

/* =============== Blog Author Page and Author Bio =============== */
.hs-blog-listing .hs-author-profile {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 20px 0;
	margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
	content: '';
	display: block;
	clear: both;
}
.hs-author-profile .hs-author-avatar {
	float: left;
	margin-right: 15px;
	max-width: 100px;
}
.hs-author-profile .hs-author-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	max-width: 100%;
}
.hs-author-profile .hs-author-bio {
	overflow: hidden;
	padding-top: 15px;
}
.hs-author-profile h2.hs-author-name {
	margin: 0.88em 0 10px 0;
}
.hs-author-profile .hs-author-social-section {
    margin: 15px 0 0;
}


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


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

.body-container form{
  text-align: center;
}
.body-container form *{
  text-align:left;
}
.body-container form .actions,
.body-container .hs_cos_wrapper_type_google_search form > .field > .input {
  text-align: center;
}

/* Form Field */
.hs-form-field {
	margin-bottom: 18px;
}

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

/* Form Title */
h3.form-title {}

/* Labels and Legends */
.hs-form-field > label,
.body-container .widget-type-google_search label {
  color: #414141;
  display: block;
  float: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 4px;
  padding-top: 0;
  text-align: left;
  width: auto;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 400;
  min-height: 18px;
  line-height: 18px;
  padding: 4px;
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
	-moz-transition: border 0.2s linear, box-shadow 0.2s linear;
	-ms-transition: border 0.2s linear, box-shadow 0.2s linear;
	-o-transition: border 0.2s linear, box-shadow 0.2s linear;
	transition: border 0.2s linear, box-shadow 0.2s linear;;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}

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

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14.5px;
  font-weight: 400;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
form .hs-input.error,
form .hs-input.invalid {
	border-color: #c87872;
	box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
form .hs-input.error:focus,
form .hs-input.invalid:focus {
	border-color: #b9554d;
	box-shadow: 0 0 6px rgba(171,41,32,0.5);
}

/* Error */
form ul.hs-error-msgs {}
form ul.hs-error-msgs li label {
  color: #414141;
  display: block;
  float: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 4px;
  padding-top: 0;
  text-align: left;
  width: auto;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */
#hs-button_widget_1665407719679 {padding: 15px 30px; border-radius: 5px;}
#hs_cos_wrapper_widget_1665407719679 {display: flex; justify-content: center; margin-top: -25px;}

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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
  border: none;
  background-color: #C2D641;
  border-radius: 3px;
  color: #4d4d4d;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 400;
  font-family: 'effra';
  transition: opacity 0.15s linear;
  text-decoration: none;
  display: inline-block;
  line-height: 12px;
  position: relative;
  text-align: center;
  margin-top: 35px;
  white-space: normal !important;
}
.hs_submit .hs-button.primary.large {}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5),0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
  color: #fff;
}

.custom_footer-top .hs_submit .actions {display: inline-block;}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5),0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
}

.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-color: #599eeb;
  background-image: linear-gradient(to bottom, #3574e3,#599eeb);
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3),inset 0px -1px 0px rgba(255,255,255,0.3);
  border-top: 1px solid #1c4ed5;
  border-bottom: 1px solid #4084e2;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
    border:0 none;
    padding:0;
}

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

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


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

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


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

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


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

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


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


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}

.email-preferences #email-prefs-form > #content > div {float: left; width: 300px; margin-right: 10px;}
.email-preferences .email-prefs .item p {display:none;}
.email-preferences .subscribe-options {clear: both; margin: 25px 0 0 0; width: 100% !important;}
.email-preferences .subscribe-options p {font-size: 18px;}
.email-preferences .hs-button.primary, input[type="submit"] {float: left;}

.error-template,
.password-template,
.subscription-template {}

.password-template #hs-pwd-widget-password {
	margin-top: 0 !important;
  margin: 0 0 18px;
}

.error-template .widget-type-google_search form {
  position: relative;
}
.error-template .widget-type-google_search form .hs-button {
  position: absolute;
  right: 0;
  top: 0;
}
.error-template .widget-type-google_search form .input {
  padding-right: 47px;
}
.error-template .widget-type-google_search form .hs-input {
  width: 100%;
}

.hsformerror {z-index: 5 !important;}
.checkbox-row span.fakelabel input {
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
.checkbox-row span.fakelabel span {
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
p.header {margin-left: 0 !important;}
.subscribe-options label {margin: 0 !important;}
#email-prefs-form .email-edit {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 0 18px;
  font-size: 13px !important;
  line-height: 18px;
  padding: 4px !important;
}
#email-prefs-form > #content > div {
	padding: 0 !important;
}
#email-prefs-form > #content > h3 {
  margin-top: 0;
  font-weight: 300 !important;
}
.widget-type-email_simple_subscription h1 {
  margin-top: 0;
  margin-bottom: 0.319em;
  font-size: 42px;
  font-weight: 300;
}
.body-container form #content {
	text-align: center;
}
.body-container form #content * {
  text-align: left;
}
.hs_recaptcha {
	margin: 20px 0;
}


.subscription-template .checkbox-row input {
	position: relative;
	top: 0px;
}


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

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .custom_footer-bottom .page-center {
    padding: 35px 0 53px 0;
  }
}

@-moz-document url-prefix() {
  .widget-type-google_search form .hs-input {
    padding: 5px 10px 6px;
  }
  .widget-type-google_search form .hs-button {
    padding: 6px 8px 7px;
  }
}


@media (max-width: 1024px) {
  .row-fluid .custom_header-top,
  .row-fluid .custom_header-bottom {
    display: none;
  }
  .row-fluid .custom-menu-primary {
    display: none;
  }
  html, body{
    overflow-x:hidden;
  }
  .custom_mobile-group {
    position: fixed;
    top: 0;
    z-index: 9999;
    right: -270px;
    height: 100%;
    width: 270px;
    background: #eaeaea;
    overflow: auto;
    padding-top: 40px;
    -webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;;
  }
  .mobile-open .custom_mobile-group {
    right: 0px;
  }
  .custom_header-mobile-top {
    background: #fff;
    height: 100px;
    width: 100%;
    font-weight: bold;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    color: #000;
    display: block;
  }
  .custom_mobile-logo {
    text-align: center;
  }
  .custom_mobile-logo img {
    height: 100px!important;
    width: auto !important;
    display: inline-block;
    vertical-align: inherit;
  }
  body {
    padding-top: 100px;
  }
  .custom_header-mobile-bottom {
    text-align: center;
    background-color: #eaeaea;
    padding: 5px 0;
  }
  .green-button-2, 
  .outline-button {
    width: 100%;
    padding: 15px 0;
    display: block;
  }
  .outline-button a {
    background-color: #eaeaea;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 6px;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
  }
  .outline-button a:hover {
    background-color: #4d4d4d;
    color: #fff;
    text-decoration: none;
  }
  .green-button-2 a {
    background-color: #c2d641;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 6px;
    color: #231f20;
  }
  .green-button-2 a:hover {
    background-color: #4d4d4d;
    color: #fff;
    text-decoration: none;
  }
  .mobile-close {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
    z-index: 9999;
  }
  .mobile-close i {
    color: #000;
  }
  .mobile-close i:before {
    font-family: "mobmenu";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\ec73';
  }
  .mobile-open {
    overflow: hidden;
  }
  .mobile-overlay {
    opacity: 0;
  }
  .mobile-open .mobile-overlay {
    width: 100%;
    height: 100%;
    background: rgba(35,31,32,0.58);
    z-index: 9999;
    left: 0;
    top: 0;
    opacity: 1;
    transition: .5s ease;
    position: fixed;
    cursor: pointer;
  }
  .container-fluid .row-fluid .page-center {
  	max-width: 760px;
  }
  .header-container .row-fluid .page-center,
  .row-fluid .custom_footer-top .page-center{
  	max-width: 100%;
  }
  .hs-breadcrumb-menu-wrapper {
  	display: none;
  }
  
  .landing-page .mobile-trigger {
  	display: none !important;
  }
}


@media (max-width: 1024px) and (min-width: 768px) {
  .body-container .widget-type-google_search form .hs-input {
  	width: 79%;
  }
.waterfront-hero h1, .planning-guide-hero h1 {font-size: 36px;}
.waterfront-hero h2, .planning-guide-hero h2 {font-size: 32px;}
}

@media (min-width: 768px) {
  .hide-desktop {display: none !important;} 
}

@media screen and (max-width:769px) {
      .hide-mobile { 
          display:none !important;
      }
  }

@media (max-width: 767px) {
	.container-fluid .row-fluid .page-center {
  	max-width: 96%;
  }
  .header-container .row-fluid .page-center,
  .row-fluid .custom_footer-top .page-center{
  	max-width: 100%;
  }
  .custom_footer-menu .hs-menu-wrapper > ul > li {
  	float: left !important;
    width: auto;
  }
  .custom_footer-col.span6 {
  	width: 100%;
  }
  .row-fluid .custom_footer-col {
    padding-right: 0;
  }
  .row-fluid .custom_footer-search {
  	float: left;
  }
.row-number-12 p img {float: none;}
  .row-fluid .custom_footer-search {
    padding-top: 18px;
  }
  .custom_footer-bottom .page-center {
    padding: 35px 0 50px 0;
  }
    .waterfront-hero h1, .planning-guide-hero h1 {font-size: 28px;}
.waterfront-hero h2, .planning-guide-hero h2 {font-size: 24px;}
}  

@media (max-width: 479px) {
	.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
		display: block !important;
		float: none;
		margin: 0 0 15px;
	}
}

@media (min-width: 479px) {
  .waterfront-cta {display: none;}
}

.column-style {
  height:665px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding:10px;
}

.osl-blue-button {
  background-color: #1CC1F0; /* Green */
  color: #ffffff;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  border:none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

@media (max-width: 768px) {
        .column-style {
         height:auto;
        }
      }
@media (min-width: 768px) {
        .select-container {
          display: grid;
          grid-template-rows: 5fr 1fr;
          grid-template-areas:
             "select-info"
             "select-button";
        }
      }
@media (max-width: 820px) {
  .dayinlife {
  display: none!important;
  }}


.hs-content-id-94359259180.hs-button.primary, input[type=button], input[type=submit] {margin-top: 0px!important; font-family: arial!important; padding: 18px 20px!important; width: 100%;}

.hs-content-id-94359259180 input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], textarea, select {min-height: 40px!important;} 
#hs-button_module_1670419906514102 {padding: 15px 20px; border-radius: 3px;}

.hs-content-id-94464732442 .granville-visit-hero h1 {text-shadow: none!important;}

.hs-content-id-88173203458 .mwb-header__search {display: none;}

#hs_cos_wrapper_module_167528351884464_ a:hover {
  color:#1bc1f0;
  text-decoration:none;
}