/* ==========================================================================
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 =============== */

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

@import url('//fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

@font-face {
  font-family: "fontello";
  src: url("//cdn2.hubspot.net/hubfs/5061236/ISLA_March2019/Fonts/fontello/fontello.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5061236/ISLA_March2019/Fonts/fontello/fontello.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5061236/ISLA_March2019/Fonts/fontello/fontello.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

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

/* 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                                             
========================================================================== */

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

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

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

body {
  background: #fff;
  color: #212529;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1024px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid .row-fluid .page-center {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-fluid .row-fluid .page-center {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-fluid .row-fluid .page-center {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1320px;
  }
}

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

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

/* Basic text */
p {
  margin-top: 0;
  margin-bottom: 1rem;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 0;   
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.125rem;
  font-weight: bold;
  margin-bottom: 1.5rem;  
}
h2 {
  font-size: 1.875rem;
  font-weight: bold;  
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}

/* Anchor Links */
a { 
  color: #333333;
  text-decoration:none;
}
a:hover, a:focus { 
  color: #23b0a9;
  text-decoration:none; 
}

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

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

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


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

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

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

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


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


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

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

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


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

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

.custom-header-bg {
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100% !important;
  background-color: white;
  border-bottom: 1px solid #e6e6e6;
  opacity: .94;
  height: 4rem;
}
.custom-logo {
  padding-top: 16px;
  padding-bottom: 16px;
}
.custom-logo img {
  width: 6rem !important;
}

.hs-search-icon a {
  position: relative;
  display: block;
  width: 4.45rem;
  background-color: #a73090;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding-top: 64px;
}
.hs-search-icon a:hover {
  color: #333333;
}
.hs-search-icon a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "" !important;
  z-index: 11;
}
.custom-header-search {
  z-index: 100;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  position: absolute;
  bottom: 1px;
  right: 0;
  transform: translateY(100%);
  max-width: 30rem !important;
  width: 100% !important;
  background-color: #a73090;
  display:none !important;
}
.hs-header-search-grp:hover .custom-header-search {
  display:block !important;
}
.custom-header-search input[type="text"] {
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  margin-bottom: 0.5rem;
  border: 0;
  padding: 0.5rem;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.custom-header-search button {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  background-color: #4d1442;
  color: #FFFFFF;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.6rem 1rem 0.6rem 1rem;
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.custom-header-search button:hover {
  background-color: #FFFFFF;
  color: #4d1442;
}


.hs-search-icon > div {
  margin-right: -47px;
  float: right;
}
.hs-search-icon > div > span {
  background-color: #a73090;
  height: 64px;
  display: block;
}
.social-links {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  float: right;
  margin-right: -55px;
}
.social-links li {
  display: inline-block;
  font-size: 1rem;
  padding-top: 18px;
}
.social-links li:last-child {
  margin-left: 1.2rem;
}
.social-links li a {
  position: relative;
  color: #6d6e71;
  text-decoration: none;
}
.social-links li a:hover {
  color: #23b0a9;
}
.social-links li a::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  font-size: 1.8rem;
}
.social-links li.twitter a::before {
  content: "" !important;
}
.social-links li.linkedin a::before {
  content: "" !important;
}
.social-links li.youtube a::before {
  content: "";
  background: url(//cdn2.hubspot.net/hubfs/5061236/ISLA_March2019/Image/youtube.png);
  background-repeat: no-repeat;
  background-size: 61%;
  width: 48px;
  height: 24px;
  margin-left: 0;
  position: relative;
  top: 4px;
}
.social-links li.youtube:hover a::before {
  content: "" ;
  background: url(//cdn2.hubspot.net/hubfs/5061236/ISLA_March2019/Image/youtube-hover.png);
  background-repeat: no-repeat;
  background-size: 60%;
}
.social-links li span {
  display: none;
}

.custom-header-links .hs-menu-wrapper > ul {
  float: right;
  padding-top: 20px;
  margin-right: -188px;
}
.custom-header-links .hs-menu-wrapper > ul > li {
  font-size: 1rem;
}
.custom-header-links .hs-menu-wrapper > ul > li > a {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
.custom-header-links .hs-menu-wrapper > ul > li > a:after {
  content: '';
  display: block;
  background-color: #23b0a9;
  width: 0;
  height: 0.2rem;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.2s linear;
}
.custom-header-links .hs-menu-wrapper > ul > li > a:hover:after {
  width: 100%;
}
.custom-header-links .hs-menu-wrapper > ul > li > a:hover {
  color: #23b0a9;
}
.without-banner .custom-header-group {
  min-height: 64px !important;
}

@media (min-width: 1199px) {
  .custom-header-links .hs-menu-wrapper > ul > li {
    margin-right: 2.6rem;
  }
}

.hs-banner-bg {
  min-height: 400px;
  background-size: cover;
  margin-top: -1px;
}




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

.body-container-wrapper {
  padding-top: 3rem;
  padding-bottom: 3.6rem;
}
.body-container {}

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


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-bg {
  background-color: #333;
  color: #fff;
  padding-top: 3.05rem;
}
.custom-footer-menu .hs-menu-wrapper>ul {
  width: 100%;
  padding-right: 40.5%;
  padding-top: 3px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
  width: 50%;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  color: #23b0a9;
  font-weight: bold;
  margin-bottom: 0.5rem;
  cursor: text;
}
.custom-footer-menu .hs-menu-wrapper > ul ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  margin-bottom: 1rem;
}
.custom-footer-menu .hs-menu-wrapper > ul ul > li {
  width: 100%;
}
.custom-footer-menu .hs-menu-wrapper > ul ul > li > a {
  color: white;
  text-decoration: none;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
}
.custom-footer-menu .hs-menu-wrapper > ul ul > li > a:hover {
  color: #23b0a9;
}
.custom-copyright p {
  font-size: 0.8rem;
  color: white;
  opacity: 0.3;
  padding-bottom: 1rem;
}

.custom-address-grp ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.hs-footer-menu-grp {
  padding-top: 1.8rem;
  padding-bottom: 1rem;
}
.custom-address-grp .address-list {
  margin-bottom: 1rem;
  line-height: 1rem;
}
.custom-address-grp .address-list li {
  font-size: 1rem;
  color: white;
  margin-bottom: 0.5rem;
}
.custom-address-grp .telephone-and-email-list li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: white;
}
.custom-address-grp .telephone-and-email-list {
  margin-bottom: 1.62rem;
  line-height: 1rem;
}
.custom-address-grp .telephone-and-email-list li.email a {
  color: #23b0a9;
}
li.telephone a {
  color: #fff;
}
.address-list li:after {
  content: ',';
}
.address-list li:last-child:after {
  content: '';
}
.social-links-container p {
  display: inline-block;
}
.custom-address-grp .social-links {
  float: none;
  margin-bottom: 0;
  margin-left: 0.6rem;
  display: inline-block;
  position: relative;
  top: 3px;
}
.social-links-container p {
  display: inline-block;
  margin-bottom: 0.95rem;
}
.custom-address-grp .social-links li {
  padding-top: 0;
}
.custom-address-grp .social-links li a {
  color: #23b0a9;
}
.custom-address-grp .social-links li a:hover {
  color: #fff;
}
.custom-address-grp .social-links li:not(:first-child) {
  margin-left: 0.6rem;
}
.hs-address-wrapper > div {
  margin-left: -2px;
}
li.telephone a:hover {
  color: #23b0a9;
}
.custom-address-grp .telephone-and-email-list li.email a:hover {
  color: #fff;
}
.custom-footer-logo img {
  width: 6rem !important;
}
.hs-lp-footer {
  padding-top: 2.1rem;
}


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


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





/* 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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .mobile-trigger,
  .menu-mobile {
    display:none !important;
  }
  .menu-trigger-wrapper {
    position: relative;
    padding-left: 32px;
    padding-top: 18px;
    padding-bottom: 17px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .menu-trigger-wrapper svg {
    width: 2rem;
    height: 1.8rem;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    z-index: 11;
    cursor: pointer;
  }
  .hs-desktop-menu .hs-menu-wrapper > ul > li .menu-trigger-wrapper > a {
    font-size: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .menu-trigger-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    left: 0;
    z-index: 1;
    background-color: #23b0a9;
  }

  /* Parent List */
  .custom-menu-primary {
    padding-left: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display:block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}

  /* Child List */
  .menu-bg {
    background-color: #23b0a9;
    padding-top: 3.9rem;
    padding-bottom: 6rem;
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 64px;
    display: none;
    padding-bottom: 5.75rem;
  }
  .menu-bg:before {
    background-color: #23b0a9;
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1000%;
  }
  .menu-bg:after {
    background-color: #23b0a9;
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1000%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover .menu-bg {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li .menu-bg .page-center > ul {
    width: 100%;
    visibility: visible !important;
    display: block !important;
    position: static !important;
    opacity: 1 !important; 
    margin-right: -15px;
    margin-left: -15px;  
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li .menu-bg .page-center > ul > li > ul {
    visibility: visible !important;
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    margin-bottom: 1rem;  
  }
  .custom-menu-primary .hs-menu-wrapper>ul .menu-bg .page-center > ul > li {
    width: 25%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li .menu-bg .page-center > ul > li > ul > li {
    width: 100%;
    margin-bottom: 0.68rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li .menu-bg .page-center > ul > li > ul > li > a {
    font-size: 1.1rem;
    color: #FFFFFF;
    line-height: 1rem;
    display: initial;
    vertical-align: top;
    white-space: normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li svg path {
    fill: white;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover svg path {
    fill: #333333;
  }
  .custom-menu-primary .hs-menu-wrapper>ul .menu-bg .page-center>ul>li:nth-child(2) {
    padding-left: 23px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul .menu-bg .page-center>ul>li:nth-child(3) {
    padding-left: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul .menu-bg .page-center>ul>li:nth-child(4) {
    padding-left: 38px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .menu-bg .page-center>ul>li>ul>li>a:hover {
    color: #266f6a;
  }
  .custom-header-bg .page-center {
    position: relative;
  }
}


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

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

@media (max-width: 767px) {

  .hs-desktop-menu {
    display:none !important;
  }

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .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 {
    position: relative;
  }
  .mobile-trigger:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    left: 0;
    z-index: 1;
    background-color: #23b0a9;
  }
  .mobile-trigger svg {
    width: 2rem;
    height: 1.8rem;
    z-index: 1;
    position: relative;
  }

  .hs-mobile-trigger-grp {
    width: auto !important;
    float: right !important;
    background-color: #23b0a9;
    padding: 50px 17px 15px 47px;
    position: relative;
    margin-top: -66px;
  }
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 0;
    width: auto;
    height: auto;
    z-index: 11;
  }
  .mobile-trigger:before {
    content: none;
  }
  .mobile-trigger svg path {
    fill: #fff;
  }
  .mobile-trigger:hover svg path {
    fill: #333333;
  }
  .hs-mobile-trigger-grp:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100vw;
    height: 65px;
    left: 0;
    z-index: 1;
    background-color: #23b0a9;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger svg path {

  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: -2px;
    left: 0;
    padding: 0;
    max-height: calc(100vh - 66px);
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #23b0a9;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    max-width: 540px;
    margin: 0 auto;
    padding-top: 3.85rem;
    padding-bottom: 6.05rem;
    padding-right: 15px;
    padding-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    font-size: 1rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li {
    margin-bottom: 0.7rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a {
    font-size: 1.1rem;
    color: #FFFFFF;
    line-height: 1rem;
    width:auto !important;
    display:inline-block !important;
    vertical-align:top !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #266f6a;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.working-groups {
    padding-top: 4px;
    padding-bottom: 6px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.conact-us {
    padding-top: 4px;
    padding-bottom: 0px;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {}
}


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


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

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

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

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

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


.blog .container-fluid .row-fluid .page-center {
  padding-left: 0;
  padding-right: 0;
}
.custom-blog-header-group .page-center {
  max-width: 960px !important;
}
.custom-menu-primary1 .hs-menu-wrapper>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  position: relative;
  float: left;
  border-bottom: solid 1px rgba(151,151,151,0.18);
  text-align: center;
  width: 100%;
  font-family: 'Open Sans',sans-serif;
  z-index: 999;
}
.custom-menu-primary1 .hs-menu-wrapper>ul li {
  display: inline-block;
  position: relative;
  float: left;
  background: #fff;
  padding: 0px;
}
.custom-menu-primary1 .hs-menu-wrapper>ul>li>a{
  color: #48494a;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  padding: 19px 26.7px;
  display: block;
  position: relative;
}
.custom-menu-primary1 .hs-menu-wrapper>ul>li>a:after {
  content: '';
  position: absolute;
  right: 0px;
  height: 36px;
  top: 10px;
  width: 1px;
  background: -webkit-linear-gradient(top,#d5d5d5 0%,#fff 100%);
  background: linear-gradient(to bottom,#d5d5d5 0%,#fff 100%);
}
.custom-menu-primary1 .hs-menu-wrapper>ul>li:hover>a:not(:only-child):before {
  position: absolute;
  content: "";
  background: url(//cdn2.hubspot.net/hubfs/5061236/ISLA_March2019/Image/arrow-up.svg) no-repeat;
  background-size: 20px 11px;
  background-position: center;
  width: 100%;
  bottom: -2px;
  text-align: center;
  left: 0px;
  font-size: 21px;
  color: #fff;
  height: 11px;
}
.custom-menu-primary1 .hs-menu-wrapper>ul>li>a:hover {
  background: #efefef;
}

.custom-menu-primary1 .hs-menu-wrapper> ul ul {
  display: block;
  padding: 0px;
  width: 290px;
  text-align: left;
  border: solid 1px rgba(151,151,151,0.5);
}
.custom-menu-primary1 .hs-menu-wrapper> ul ul li {
  display: block;
  padding: 0px 20px;
  float: none;
  background: #fff;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.custom-menu-primary1 .hs-menu-wrapper> ul ul li a {
  border-right: 0px;
  border-bottom: solid 1px #d5d5d5;
  border-image: inherit;
  padding: 10px 0px;
  color: #48494a;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  display: block;
  position: relative;
}

.custom-menu-primary1 .hs-menu-wrapper> ul ul li:hover {
  background: #efefef;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.custom-menu-primary1 .hs-menu-wrapper> ul ul li a:hover {
  background: #efefef;
}
.custom-blog-header-top-section {
  padding: 20px 40px;
}
.custom-blog-logo img {
  max-width: 254px;
}

.login-search-sec {
  position: absolute;
  top: -4px;
  right: 0px;
  width: 58.5%;
  height: 100%;
}

.login-search-sec .login-box {
  width: 100%;
  padding: 20px;
  height: calc(100% - 48px);
  background: rgba(72,73,74,0.7);
  position: relative
}

.login-search-sec .login-box .join-isla-btn-sec {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  padding-right: 7px
}

.login-search-sec .login-box .join-isla-btn-sec .button {
  padding: 0 34px
}

.login-search-sec .login-box .join-isla-btn-sec p {
  margin-bottom: 10px
}

.login-search-sec .login-box .join-isla-btn-sec:nth-of-type(2) {
  padding-right: 0px
}

.login-search-sec .login-box .input-box {
  width: calc(50% - 15px);
  float: left;
  padding-right: 15px
}

.login-search-sec .login-box .input-box .input {
  border-radius: 4px;
  height: 30px;
  border: 0px;
  margin-bottom: 24px
}

.login-search-sec .login-box .input-box label {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 0px
}

.login-search-sec .login-box .submit {
  padding: 0 15px;
  margin-top: 22px;
  background-image: url(/themes/custom/isla/images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 13px 14px;
  background-position: center;
  text-indent: -9999px
}

.login-search-sec .login-box .register-box {
  width: 100%;
  background: rgba(255,255,255,0.85);
  padding: 15px 25px 5px;
  font-size: 11px;
  margin-top: 15px
}

.login-search-sec .login-box .register-box p {
  margin-bottom: 10px
}

.login-search-sec .login-box .register-box .button {
  width: 100%;
  text-align: center;
  height: 35px;
  line-height: 35px
}

.login-search-sec .login-box .error {
  font-size: 12px;
  position: absolute;
  top: 0px
}

.login-search-sec .search-box {
  width: 100%;
  background: rgba(255,255,255,0.79);
  height: 48px;
  padding: 0px;
  position: absolute;
  right: 180px;
  max-width: 165px;
  top: 0;
  border: solid 1px #fff;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.login-search-sec .search-box:focus {
  max-width: 100%
}

.login-search-sec .search-box .input {
  border: 0px;
  background: transparent;
  font-size: 18px;
  padding-left: 55px;
}

.login-search-sec .search-box .search-btn {
  border: 0px;
  background: none;
  position: absolute;
  width: 48px;
  height: 45px;
  display: block;
  text-indent: -9999px;
  background: url('//cdn2.hubspot.net/hubfs/5061236/ISLA_March2019/Image/search.svg') no-repeat;
  background-size: 60% 60%;
  background-position: center;
  opacity: 0.7;
  padding: 0px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.login-search-sec .search-box .search-btn:focus {
  outline: none
}

.login-search-sec .search-box .search-btn:hover {
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.login-search-sec .search-box.active {
  max-width: 100%;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
  right: 180px
}

.login-search-sec.after-logged-in {
  height: auto
}
.search-box {
  position: initial;
  right: 0px;
  top: 0px;
  max-width: 100%;
  padding: 0 20px;
  border: solid 0px #fff
}
.search-box .search-btn {
  height: 45px;
  background-size: 60% 60%
}
.search-box.active {
  max-width: 100%;
  border: solid 0px #d5d5d5;
  border-radius: 0px
}


.login-search-sec input[type="text"] {
  height: 40px;
  padding: 0 10px;
  margin-bottom: 30px;
  color: #48494a;
  font-family: Georgia, "Times New Roman", Times, serif;
  outline: none;
}


.social-link {
  float: left;
  position: relative;
  z-index: 9
}

.social-link a {
  display: inline-block;
  padding: 0 6px;
  color: #1d70b9;
  font-size: 19px
}
.social-link a:last-child {
  position: relative;
  top: -2px
}
.social-link a:hover {
  color: #00a19a
}
.language-select {
  float: left;
  padding-left: 12px;
  position: relative;
  z-index: 1
}
.language-select .form-control {
  height: 30px
}
.language-select .btn-default {
  border-color: #00a19a;
  font-size: 11px;
  color: #00a19a;
  font-weight: bold;
  padding-right: 20px
}
.language-select .bootstrap-select .caret {
  border: 0px;
  top: 22% !important;
  right: 16px !important;
  margin-top: 0px !important
}
.language-select .bootstrap-select .caret:before {
  font-family: 'FontAwesome';
  content: "\f107"
}
.language-select .bootstrap-select .dropdown-menu {
  border-color: #00a19a;
  font-size: 11px;
  color: #00a19a;
  font-weight: bold
}
.pull-right {
  margin-top: 5px
}
.pull-right .views-element-container {
  float: right
}


.custom-blog-header-right-content-group {
  position: relative;
  vertical-align: top;
}

.login-search-sec .search-box {
  right: 210px;
}

.login-search-sec .search-box.active {
  right: 210px;
}


.login-search-sec .search-box {
  right: 210px;
}

.login-search-sec .search-box {
  right: 171px;
}

.login-search-sec .search-box.active {
  right: 171px;
  top: 0;
}

.goog-te-banner-frame {
  left: 0px;
  top: 0px;
  height: 39px;
  width: 100%;
  z-index: 10000001;
  position: fixed;
  border: none;
  border-bottom: 1px solid #6b90da;
  margin: 0;
  -moz-box-shadow: 0 0 8px 1px #999999;
  -webkit-box-shadow: 0 0 8px 1px #999999;
  box-shadow: 0 0 8px 1px #999999;
  _position: absolute
}

.goog-te-menu-frame {
  z-index: 10000002;
  position: fixed;
  border: none;
  -moz-box-shadow: 0 3px 8px 2px #999999;
  -webkit-box-shadow: 0 3px 8px 2px #999999;
  box-shadow: 0 3px 8px 2px #999999;
  _position: absolute
}

.goog-te-ftab-frame {
  z-index: 10000000;
  border: none;
  margin: 0
}

.goog-te-gadget {
  font-family: arial;
  font-size: 11px;
  color: #666;
  white-space: nowrap;
}

.goog-te-gadget img {
  vertical-align: middle;
  border: none
}

.goog-te-gadget-simple {
  background-color: #fff;
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #d5d5d5;
  font-size: 10pt;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 2px;
  cursor: pointer;
  zoom:1;*display: inline
}

.goog-te-gadget-icon {
  margin-left: 2px;
  margin-right: 2px;
  width: 19px;
  height: 19px;
  border: none;
  vertical-align: middle
}

.goog-te-combo {
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: baseline;
  *vertical-align: middle
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0
}

.goog-logo-link,.goog-logo-link:link,.goog-logo-link:visited,.goog-logo-link:hover,.goog-logo-link:active {
  font-size: 12px;
  font-weight: bold;
  color: #444;
  text-decoration: none
}

.goog-te-banner .goog-logo-link,.goog-close-link {
  display: block;
  margin: 0px 10px
}

.goog-te-banner .goog-logo-link {
  padding-top: 2px;
  padding-left: 4px
}

.goog-te-combo,.goog-te-banner *,.goog-te-ftab *,.goog-te-menu *,.goog-te-menu2 *,.goog-te-balloon * {
  font-family: arial;
  font-size: 10pt
}

.goog-te-banner {
  margin: 0;
  background-color: #e4effb;
  overflow: hidden
}

.goog-te-banner img {
  border: none
}

.goog-te-banner-content {
  color: #000
}

.goog-te-banner-content img {
  vertical-align: middle
}

.goog-te-banner-info {
  color: #666;
  vertical-align: top;
  margin-top: 0px;
  font-size: 7pt
}

.goog-te-banner-margin {
  width: 8px
}

.goog-te-button {
  border-color: #e7e7e7;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0
}

.goog-te-button div {
  border-color: #cccccc #999999 #999999 #cccccc;
  border-right: 1px solid #999999;
  border-style: solid;
  border-width: 1px;
  height: 20px
}

.goog-te-button button {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 20px;
  overflow: hidden;
  margin: 0;
  vertical-align: top;
  white-space: nowrap
}

.goog-te-button button:active {
  background: none repeat scroll 0 0 #cccccc
}

.goog-te-ftab {
  margin: 0px;
  background-color: #fff;
  white-space: nowrap
}

.goog-te-ftab-link {
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
  border: 1px outset #888;
  padding: 6px 10px;
  white-space: nowrap;
  position: absolute;
  left: 0px;
  top: 0px
}

.goog-te-ftab-link img {
  margin-left: 2px;
  margin-right: 2px;
  width: 19px;
  height: 19px;
  border: none;
  vertical-align: middle
}

.goog-te-ftab-link span {
  text-decoration: underline;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: middle
}

.goog-float-top .goog-te-ftab-link {
  padding: 2px 2px;
  border-top-width: 0px
}

.goog-float-bottom .goog-te-ftab-link {
  padding: 2px 2px;
  border-bottom-width: 0px
}

.goog-te-menu-value {
  text-decoration: none;
  color: #0000cc;
  white-space: nowrap;
  margin-left: 4px;
  margin-right: 4px
}

.goog-te-menu-value span {
  text-decoration: underline
}

.goog-te-menu-value img {
  margin-left: 2px;
  margin-right: 2px
}

.goog-te-gadget-simple .goog-te-menu-value {
  color: #000
}

.goog-te-gadget-simple .goog-te-menu-value span {
  text-decoration: none
}

.goog-te-menu {
  background-color: #ffffff;
  text-decoration: none;
  border: 2px solid #c3d9ff;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  left: 0;
  top: 0
}

.goog-te-menu-item {
  padding: 3px;
  text-decoration: none
}

.goog-te-menu-item,.goog-te-menu-item:link {
  color: #0000cc;
  background: #ffffff
}

.goog-te-menu-item:visited {
  color: #551a8b
}

.goog-te-menu-item:hover {
  background: #c3d9ff
}

.goog-te-menu-item:active {
  color: #0000cc
}

.goog-te-menu2 {
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #6b90da;
  overflow: hidden;
  padding: 4px
}

.goog-te-menu2-colpad {
  width: 16px
}

.goog-te-menu2-separator {
  margin: 6px 0;
  height: 1px;
  background-color: #aaa;
  overflow: hidden
}

.goog-te-menu2-item div,.goog-te-menu2-item-selected div {
  padding: 4px
}

.goog-te-menu2-item .indicator {
  display: none
}

.goog-te-menu2-item-selected .indicator {
  display: auto
}

.goog-te-menu2-item-selected .text {
  padding-left: 4px;
  padding-right: 4px
}

.goog-te-menu2-item,.goog-te-menu2-item-selected {
  text-decoration: none
}

.goog-te-menu2-item div,.goog-te-menu2-item:link div,.goog-te-menu2-item:visited div,.goog-te-menu2-item:active div {
  color: #0000cc;
  background: #ffffff
}

.goog-te-menu2-item:hover div {
  color: #ffffff;
  background: #3366cc
}

.goog-te-menu2-item-selected div,.goog-te-menu2-item-selected:link div,.goog-te-menu2-item-selected:visited div,.goog-te-menu2-item-selected:hover div,.goog-te-menu2-item-selected:active div {
  color: #000;
  font-weight: bold
}

.goog-te-balloon {
  background-color: #ffffff;
  overflow: hidden;
  padding: 8px;
  border: none;
  -moz-border-radius: 10px;
  border-radius: 10px
}

.goog-te-balloon-frame {
  background-color: #ffffff;
  border: 1px solid #6b90da;
  -moz-box-shadow: 0 3px 8px 2px #999999;
  -webkit-box-shadow: 0 3px 8px 2px #999999;
  box-shadow: 0 3px 8px 2px #999999;
  -moz-border-radius: 8px;
  border-radius: 8px
}

.goog-te-balloon img {
  border: none
}

.goog-te-balloon-text {
  margin-top: 6px
}

.goog-te-balloon-zippy {
  margin-top: 6px;
  white-space: nowrap
}

.goog-te-balloon-zippy * {
  vertical-align: middle
}

.goog-te-balloon-zippy .minus {
  background-image: url(//www.google.com/images/zippy_minus_sm.gif)
}

.goog-te-balloon-zippy .plus {
  background-image: url(//www.google.com/images/zippy_plus_sm.gif)
}

.goog-te-balloon-zippy span {
  color: #00c;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 4px
}

.goog-te-balloon-form {
  margin: 6px 0 0 0
}

.goog-te-balloon-form form {
  margin: 0
}

.goog-te-balloon-form form textarea {
  margin-bottom: 4px;
  width: 100%
}

.goog-te-balloon-footer {
  margin: 6px 0 4px 0
}

.goog-te-spinner-pos {
  z-index: 1000;
  position: fixed;
  transition-delay: 0.6s;
  left: -1000px;
  top: -1000px
}

.goog-te-spinner-animation {
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  border-radius: 50px;
  background: #fff url(//www.gstatic.com/images/branding/product/2x/translate_24dp.png) 50% 50% no-repeat;
  transition: all 0.6s ease-in-out;
  transform: scale(0.4);
  opacity: 0
}

.goog-te-spinner-animation-show {
  transform: scale(0.5);
  opacity: 1
}

.goog-te-spinner {
  margin: 2px 0 0 2px;
  animation: goog-te-spinner-rotator 1.4s linear infinite
}

@keyframes goog-te-spinner-rotator {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(270deg)
  }
}

.goog-te-spinner-path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  stroke: #4285f4;
  transform-origin: center;
  animation: goog-te-spinner-dash 1.4s ease-in-out infinite
}

@keyframes goog-te-spinner-dash {
  0% {
    stroke-dashoffset: 187
  }

  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg)
  }

  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg)
  }
}

#goog-gt-tt html,#goog-gt-tt body,#goog-gt-tt div,#goog-gt-tt span,#goog-gt-tt iframe,#goog-gt-tt h1,#goog-gt-tt h2,#goog-gt-tt h3,#goog-gt-tt h4,#goog-gt-tt h5,#goog-gt-tt h6,#goog-gt-tt p,#goog-gt-tt a,#goog-gt-tt img,#goog-gt-tt ol,#goog-gt-tt ul,#goog-gt-tt li,#goog-gt-tt table,#goog-gt-tt form,#goog-gt-tt tbody,#goog-gt-tt tr,#goog-gt-tt td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  line-height: normal
}

#goog-gt-tt ol,#goog-gt-tt ul {
  list-style: none
}

#goog-gt-tt table {
  border-collapse: collapse;
  border-spacing: 0
}

#goog-gt-tt caption,#goog-gt-tt th,#goog-gt-tt td {
  text-align: left;
  font-weight: normal
}

#goog-gt-tt input::-moz-focus-inner {
  border: 0
}

div#goog-gt-tt {
  padding: 10px 14px
}

#goog-gt-tt {
  color: #222;
  background-color: #ffffff;
  border: 1px solid #eee;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  -moz-box-shadow: 0 4px 16px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
  display: none;
  font-family: arial;
  font-size: 10pt;
  width: 420px;
  padding: 12px;
  position: absolute;
  z-index: 10000
}

#goog-gt-tt .original-text,.gt-hl-layer {
  clear: both;
  font-size: 10pt;
  position: relative;
  text-align: justify;
  width: 100%
}

#goog-gt-tt .title {
  color: #999;
  font-family: arial,sans-serif;
  margin: 4px 0;
  text-align: left
}

#goog-gt-tt .close-button {
  display: none
}

#goog-gt-tt .logo {
  float: left;
  margin: 0px
}

#goog-gt-tt .activity-links {
  display: inline-block
}

#goog-gt-tt .started-activity-container {
  display: none;
  width: 100%
}

#goog-gt-tt .activity-root {
  margin-top: 20px
}

#goog-gt-tt .left {
  float: left
}

#goog-gt-tt .right {
  float: right
}

#goog-gt-tt .bottom {
  min-height: 15px;
  position: relative;
  height: 1%
}

#goog-gt-tt .status-message {
  background: -moz-linear-gradient(top,#29910d 0%,#20af0e 100%);
  background: -webkit-linear-gradient(top,#29910d 0%,#20af0e 100%);
  background: -o-linear-gradient(top,#29910d 0%,#20af0e 100%);
  background: -ms-linear-gradient(top,#29910d 0%,#20af0e 100%);
  background: linear-gradient(top,#29910d 0%,#20af0e 100%);
  background: #29910d;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 0px 2px 2px #1e6609;
  -moz-box-shadow: inset 0px 2px 2px #1e6609;
  -webkit-box-shadow: inset 0px 2px 2px #1e6609;
  color: white;
  font-size: 9pt;
  font-weight: bolder;
  margin-top: 12px;
  padding: 6px;
  text-shadow: 1px 1px 1px #1e6609
}

#goog-gt-tt .activity-link {
  color: #1155cc;
  cursor: pointer;
  font-family: arial;
  font-size: 11px;
  margin-right: 15px;
  text-decoration: none
}

#goog-gt-tt textarea {
  font-family: arial;
  resize: vertical;
  width: 100%;
  margin-bottom: 10px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #d9d9d9;
  border-top: 1px solid silver;
  font-size: 13px;
  height: auto;
  overflow-y: auto;
  padding: 1px
}

#goog-gt-tt textarea:focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  border: 1px solid #4d90fe;
  outline: none
}

#goog-gt-tt .activity-cancel {
  margin-right: 10px
}

#goog-gt-tt .translate-form {
  min-height: 25px;
  vertical-align: middle;
  padding-top: 8px
}

#goog-gt-tt .translate-form .activity-form {
  margin-bottom: 5px;
  margin-bottom: 0px
}

#goog-gt-tt .translate-form .activity-form input {
  display: inline-block;
  min-width: 54px;
  *min-width: 70px;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0,0,0,0.1);
  text-align: center;
  color: #444;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  outline: 0;
  padding: 0 8px;
  vertical-align: middle;
  line-height: 27px;
  margin: 0 16px 0 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: default
}

#goog-gt-tt .translate-form .activity-form input:hover {
  border: 1px solid #c6c6c6;
  color: #222;
  -webkit-transition: all 0.0s;
  -moz-transition: all 0.0s;
  -o-transition: all 0.0s;
  transition: all 0.0s;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1)
}

#goog-gt-tt .translate-form .activity-form input:active {
  border: 1px solid #c6c6c6;
  color: #333;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#f1f1f1));
  background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -o-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: linear-gradient(top,#f6f6f6,#f1f1f1)
}

#goog-gt-tt .translate-form .activity-form input:focus #goog-gt-tt .translate-form .activity-form input.focus #goog-gt-tt .translate-form .activity-form input:active,#goog-gt-tt .translate-form .activity-form input:focus:active,#goog-gt-tt .translate-form .activity-form input:.focus:active {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5)
}

#goog-gt-tt .translate-form .activity-form input:focus,#goog-gt-tt .translate-form .activity-form input.focus {
  outline: none;
  border: 1px solid #4d90fe;
  z-index: 4!important
}

#goog-gt-tt .translate-form .activity-form input.selected {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#e0e0e0));
  background-image: -webkit-linear-gradient(top,#eeeeee,#e0e0e0);
  background-image: -moz-linear-gradient(top,#eeeeee,#e0e0e0);
  background-image: -ms-linear-gradient(top,#eeeeee,#e0e0e0);
  background-image: -o-linear-gradient(top,#eeeeee,#e0e0e0);
  background-image: linear-gradient(top,#eeeeee,#e0e0e0);
  -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
  border: 1px solid #ccc;
  color: #333
}

#goog-gt-tt .translate-form .activity-form input.activity-submit {
  color: white;
  border-color: #3079ed;
  background-color: #4d90fe;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  background-image: linear-gradient(top,#4d90fe,#4787ed)
}

#goog-gt-tt .translate-form .activity-form input.activity-submit:hover #goog-gt-tt .translate-form .activity-form input.activity-submit:focus,#goog-gt-tt .translate-form .activity-form input.activity-submit.focus #goog-gt-tt .translate-form .activity-form input.activity-submit:active {
  border-color: #3079ed;
  background-color: #357ae8;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8)
}

#goog-gt-tt .translate-form .activity-form input.activity-submit:hover {
  box-shadow: inset 0 0 0 1px #fff,0px 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 0 0 1px #fff,0px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 0 0 1px #fff,0px 1px 1px rgba(0,0,0,0.1)
}

#goog-gt-tt .translate-form .activity-form input:focus,#goog-gt-tt .translate-form .activity-form input.focus,#goog-gt-tt .translate-form .activity-form input:active,#goog-gt-tt .translate-form .activity-form input:hover,#goog-gt-tt .translate-form .activity-form input.activity-submit:focus,#goog-gt-tt .translate-form .activity-form input.activity-submit.focus,#goog-gt-tt .translate-form .activity-form input.activity-submit:active,#goog-gt-tt .translate-form .activity-form input.activity-submit:hover {
  border-color: #3079ed
}

#goog-gt-tt .gray {
  color: #999;
  font-family: arial,sans-serif
}

#goog-gt-tt .alt-helper-text {
  color: #999;
  font-size: 11px;
  font-family: arial,sans-serif;
  margin: 15px 0px 5px 0px
}

#goog-gt-tt .alt-error-text {
  color: #800;
  display: none;
  font-size: 9pt
}

.goog-text-highlight {
  background-color: #c9d7f1;
  -webkit-box-shadow: 2px 2px 4px #9999aa;
  -moz-box-shadow: 2px 2px 4px #9999aa;
  box-shadow: 2px 2px 4px #9999aa;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative
}

#goog-gt-tt .alt-menu.goog-menu {
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 3px 3px #888;
  -moz-box-shadow: 0px 2px 20px #888;
  box-shadow: 0px 2px 4px #99a;
  min-width: 0;
  outline: none;
  padding: 0;
  position: absolute;
  z-index: 2000
}

#goog-gt-tt .alt-menu .goog-menuitem {
  cursor: pointer;
  padding: 2px 5px 5px;
  margin-right: 0px;
  border-style: none
}

#goog-gt-tt .alt-menu div.goog-menuitem:hover {
  background: #ddd
}

#goog-gt-tt .alt-menu .goog-menuitem h1 {
  font-size: 100%;
  font-weight: bold;
  margin: 4px 0px
}

#goog-gt-tt .alt-menu .goog-menuitem strong {
  color: #345aad
}

#goog-gt-tt .goog-submenu-arrow {
  text-align: right;
  position: absolute;
  right: 0;
  left: auto
}

#goog-gt-tt .goog-menuitem-rtl .goog-submenu-arrow {
  text-align: left;
  position: absolute;
  left: 0;
  right: auto
}

#goog-gt-tt .gt-hl-text,#goog-gt-tt .trans-target-highlight {
  background-color: #f1ea00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: rgba(0,0,0,.5) 3px 3px 4px;
  -webkit-box-shadow: rgba(0,0,0,.5) 3px 3px 4px;
  box-shadow: rgba(0,0,0,.5) 3px 3px 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #f1ea00;
  cursor: pointer;
  margin: -2px -2px -2px -3px;
  padding: 2px 2px 2px 3px;
  position: relative
}

#goog-gt-tt .trans-target-highlight {
  color: #222
}

#goog-gt-tt .gt-hl-layer {
  color: white;
  position: absolute!important
}

#goog-gt-tt .trans-target,#goog-gt-tt .trans-target .trans-target-highlight {
  background-color: #c9d7f1;
  border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -moz-box-shadow: rgba(0,0,0,.5) 3px 3px 4px;
  -webkit-box-shadow: rgba(0,0,0,.5) 3px 3px 4px;
  box-shadow: rgba(0,0,0,.5) 3px 3px 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  margin: -2px -2px -2px -3px;
  padding: 2px 2px 3px 3px;
  position: relative
}

#goog-gt-tt span:focus {
  outline: none
}

#goog-gt-tt .trans-edit {
  background-color: transparent;
  border: 1px solid #4d90fe;
  border-radius: 0em;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  margin: -2px;
  padding: 1px
}

#goog-gt-tt .gt-trans-highlight-l {
  border-left: 2px solid red;
  margin-left: -2px
}

#goog-gt-tt .gt-trans-highlight-r {
  border-right: 2px solid red;
  margin-right: -2px
}

#goog-gt-tt #alt-input {
  padding: 2px
}

#goog-gt-tt #alt-input-text {
  font-size: 11px;
  padding: 2px 2px 3px;
  margin: 0;
  background-color: #fff;
  color: #333;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  display: inline-block;
  vertical-align: top;
  height: 21px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 1px
}

#goog-gt-tt #alt-input-text:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1)
}

#goog-gt-tt #alt-input-text:focus {
  -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
  outline: none;
  border: 1px solid #4d90fe
}

#goog-gt-tt #alt-input-submit {
  font-size: 11px;
  padding: 2px 6px 3px;
  margin: 0 0 0 2px;
  height: 21px
}


.goog-te-gadget-simple {
  font-size: 11px !important;
  color: #00a19a !important;
  font-weight: bold;
  padding-right: 20px;
  border-radius: 4px;
  border: 1px solid #00a19a !important;
  white-space: nowrap;
  padding: 5px 12px 5px 7px !important;
  font-family: 'Georgia' !important;
  font-weight: bold !important;
  width: 53px;
  overflow: hidden;
  position: relative
}

.goog-te-gadget-simple:after {
  content: '';
  width: 23px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #fff
}

.goog-te-gadget-simple:before {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  right: 9px;
  top: 6px;
  display: block;
  z-index: 1
}

.goog-te-gadget-icon {
  display: none !important
}

.goog-te-gadget-simple .goog-te-menu-value span {
  color: #00a19a !important;
  text-transform: uppercase !important
}





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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  text-decoration: none;
}
.post-header h2 a:hover {
  text-decoration: none;
}
.post-header h1 {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 20px;
  padding-bottom: 20px;    
  border-bottom:solid 1px #ddd;    
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {
  display:inline-block;
  margin:15px 0;
}
a.more-link:hover {}

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

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

/* Blog Commments */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}
#comments-listing:empty {
  display:none;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  padding:10px 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date { 
  font-size: 13px; 
  text-align: right; 
}

/* Pagination */
.blog-pagination {
  clear:both;
}
.blog-pagination a {
  display:inline-block; 
  margin:0 5px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


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

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

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

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

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

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


/* ==========================================================================
Blog Listing Page
========================================================================== */
body.hs-blog-listing {}


/* ==========================================================================
Blog Post Page
========================================================================== */
body.hs-blog-post {}

.hs-blog-post .hs_recaptcha.hs-recaptcha.field.hs-form-field {    
  width: auto;    
  overflow: auto;	
  padding:10px 0;
}



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


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

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

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

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

label {}
/* One Line Inputs */
[type="text"],
[type="password"], 
[type="datetime"], 
[type="datetime-local"], 
[type="date"], 
[type="month"], 
[type="time"], 
[type="week"], 
[type="number"], 
[type="email"], 
[type="url"], 
[type="search"], 
[type="tel"], 
[type="color"],
[type="file"],
textarea,
select {
  width: 100%;
  font-family:inherit;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin:0 0 12px 0; 
  -webkit-appearance: none;     
}

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

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

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {} /* 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 {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  width:auto;
  font-family:inherit;
  display:inline-block;
  padding: 4px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  white-space:normal !important;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;    
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;    
} 


/* =============== 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                                      
========================================================================== */


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


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


.body-container ul li {}
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
}
.one-column .body-container-wrapper input[type="text"],
.one-column .body-container-wrapper input[type="password"], 
.one-column .body-container-wrapper input[type="datetime"], 
.one-column .body-container-wrapper input[type="datetime-local"], 
.one-column .body-container-wrapper input[type="date"], 
.one-column .body-container-wrapper input[type="month"], 
.one-column .body-container-wrapper input[type="time"], 
.one-column .body-container-wrapper input[type="week"], 
.one-column .body-container-wrapper input[type="number"], 
.one-column .body-container-wrapper input[type="email"], 
.one-column .body-container-wrapper input[type="url"], 
.one-column .body-container-wrapper input[type="search"], 
.one-column .body-container-wrapper input[type="tel"], 
.one-column .body-container-wrapper input[type="color"],
.one-column .body-container-wrapper input[type="file"],
.one-column .body-container-wrapper textarea,
.one-column .body-container-wrapper select,
.hs-search-page .hs-search-field {
  width: 50% !important;
}
.widget-type-google_search input[type="text"] {
  display:block;
}
#hs-pwd-widget-password {
  display: block;
}

.hs-error-msgs.inputs-list{
  margin:10px 0; 
  list-style:none;
  padding:0;
}

.hs-error-msgs.inputs-list label{
  color: #ff0000;
  font-weight:normal;
}   

.subscription-template.one-column #email-prefs-form .subscribe-options label span {    
  font-size: 16px;    
  color: #444;    
  line-height: 24px;
}






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

@media (max-width: 1199px) {
  .custom-menu-primary {
    padding-left: 0;
  }
  .custom-menu-primary > div {
    margin-left: -4px;
  }
  .hs-search-icon>div {
    margin-right: -16px;
  }
  .custom-header-links .hs-menu-wrapper>ul {
    margin-right: -38px;
  }
  .social-links {
    margin-right: 8px;
  }
  .custom-header-links .hs-menu-wrapper>ul>li:not(:last-child) {
    margin-right: 1.6rem;
  }
}

@media (max-width: 1139px) {
  .custom-menu-primary>div {
    margin-left: -10px;
  }
}
@media (max-width: 999px) {
  .custom-header-links .hs-menu-wrapper>ul>li {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .custom-menu-primary>div {
    margin-left: -24px;
  }
  .social-links {
    margin-right: 0;
  }
  .header-container-wrapper .social-links {
    position: relative;
    right: 48px;
  }
  .hs-search-icon>div {
    margin-right: 4px;
  }
  .custom-footer-menu, 
  .hs-address-wrapper {
    width: 50% !important;
    margin-left: 0 !important;
  }
  .custom-footer-menu .hs-menu-wrapper>ul {
    padding-right: 0;
  }
  .hs-address-wrapper>div {
    margin-left: 0;
    padding-left: 14px;
  }
  .custom-address-grp .telephone-and-email-list {
    margin-bottom: 1.6rem;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li:last-child {
    padding-left: 7px;
  }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .body-container-wrapper .main-content,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  .one-column .body-container-wrapper input[type="text"],
  .one-column .body-container-wrapper input[type="password"], 
  .one-column .body-container-wrapper input[type="datetime"], 
  .one-column .body-container-wrapper input[type="datetime-local"], 
  .one-column .body-container-wrapper input[type="date"], 
  .one-column .body-container-wrapper input[type="month"], 
  .one-column .body-container-wrapper input[type="time"], 
  .one-column .body-container-wrapper input[type="week"], 
  .one-column .body-container-wrapper input[type="number"], 
  .one-column .body-container-wrapper input[type="email"], 
  .one-column .body-container-wrapper input[type="url"], 
  .one-column .body-container-wrapper input[type="search"], 
  .one-column .body-container-wrapper input[type="tel"], 
  .one-column .body-container-wrapper input[type="color"],
  .one-column .body-container-wrapper input[type="file"],
  .one-column .body-container-wrapper textarea,
  .one-column .body-container-wrapper select,
  .hs-search-page .hs-search-field {
    width: 100% !important;
  }
  #email-prefs-form .email-edit {	    
    max-width: 100% !important;	
  }  

  .hs-blog-post .blog-section img {
    float: none !important;
  }
  .header-container-wrapper .social-links {
    display: none !important;
  }
  .custom-footer-menu, .hs-address-wrapper {
    width: 100% !important;
  }
  .hs-address-wrapper > div {
    padding-left: 0;
  }
  .social-links-container p {
    margin-bottom: 1rem;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li {
    float: left !important;
    margin-bottom: 13px;	
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li:last-child {
    padding-left: 15px;
  }
  .custom-header-links {
    display: none !important;
  }
  .hs-search-icon {
    width: auto !important;
    float: right !important;
    margin-top: -65px;
    margin-right: 59px;
  }
  .custom-menu-primary>div {
    margin-left: 0;
  }
  .custom-header-search {
    bottom: -1px;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  #email-prefs-form .checkbox-row span.fakelabel span {
    float: none;
  }
}  

@media (max-width: 575px) {
  .custom-footer-menu .hs-menu-wrapper>ul>li:last-child {
    padding-left: 0;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li:first-child {
    margin-bottom: 0;
  }
}

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

@media (max-width: 479px) {
  .subscription-template.one-column #email-prefs-form .subscribe-options {	
    overflow: visible;   
  } 

}
.legal-consent-container {
font-size: 11px;
}
