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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css');
@import url('//use.fontawesome.com/releases/v5.1.0/css/all.css');
@import url('//use.fontawesome.com/releases/v5.1.0/css/v4-shims.css');

@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic|Raleway:400,800,600,700');

/* 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;
} 
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

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


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

/* Basic text */
p {} 
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-top: 0;
  margin-bottom: 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font: 700 36px/36px 'Raleway', sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #074365;
}
h2 {
  font: 700 28px/28px 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #222;
  margin: 0 0 20px;
}
h3 {
  font: 600 20px/20px 'Raleway', sans-serif;
  color: #222;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
h4 {
  font-size: 18px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h5 {
  font-size: 18px;
  line-height: 1.1;
}
h6 {
  font-size: 17px;
  line-height: 1.1;
}
h3 a {
  text-decoration: none;
  color: #222;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
h3 a:hover {
  text-decoration: none;
  color: #77a22f;
}

/* Anchor Links */
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:active, a:hover {
  outline: 0;
}

/* Lists */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 4%;
  border: 0;
  border-top: 1px solid #eee;
}

/* =============== 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-group{
  background-color: #f5f5f5;
  z-index: 1000;
  position: relative;
}
.custom-logo-row{
  background: #fff;
}

.custom-header-contact{
  margin: 30px 0;
  font-style: normal;
  line-height: 1.42857143;
}

.custom-header-contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}
.custom-header-contact ul li {
  padding: 0 0 10px 0;
  font: 400 16px/16px "Source Sans Pro", sans-serif;
  color: #666;
}
.custom-header-contact ul li a {
  font: 400 16px/16px "Source Sans Pro", sans-serif;
  color: #666 !important;
  text-decoration: none !important;
}
.custom-header-contact ul li .fa {
  padding: 0 10px 0 0;
}
.custom-technical-contact{
  margin-top: 5px;
}
.top-social ul {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  float: left;
}
.top-social ul li:first-child {
  padding: 0;
}
.top-social ul li {
  float: left;
  padding: 0 0 0 18px;
}
.top-social ul li a {
  font-size: 16px;
  line-height: 16px;
  color: #666;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.top-social ul li a:hover {
  color: #77a22f;
}
.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.custom-header-social{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 25px 0 0 0;
}
.custom-header-social ul {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  float: left;
}
.custom-header-social ul li:first-child {
  padding: 0;
}
.custom-header-social ul li {
  float: left;
  padding: 0 0 0 18px;
}
.custom-header-social ul li a {
  font-size: 16px;
  line-height: 16px;
  color: #666;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.custom-header-social ul li a:hover {
  color: #77a22f;
  text-decoration: none;
}

.custom-technical-contact{
  text-align: center;
}
.custom-technical-contact > div > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-logo {
  text-align: center;
}
img {
  vertical-align: middle;
}

img {
  border: 0;
}

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

.body-container-wrapper {}
.body-container {}
.body-container .page-center{}

.content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.custom-banner{
  padding: 200px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  background-color: #4C677E;
}
.custom-banner h1{
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 0 20px 0;
  text-shadow: 0 1px 3px rgba(0,0,0,0.25);
  -moz-text-shadow: 0 1px 3px rgba(0,0,0,0.25);
  -webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.25);
  font: 700 36px/36px 'Raleway', sans-serif;
  text-transform: uppercase;
}

.custom-section-header h2{
  margin-bottom: 40px;
  text-align: center;
}
.custom-section-header p{
  text-align: center;
  margin: 0 0 80px 0;
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  color: rgb(46, 46, 46);
}

.custom-row {
  margin-right: -15px;
  margin-left: -15px;
}
.custom-col{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-col-4{
  float: left;
  width: 33.33333333%;
}
.features-2-box {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-affiliates-row1 .features-2-box {
  background-color: #fff;
  padding-bottom: 30px;
}
.features-2-box .icon-box {
  border: 1px solid #e1e1e1;
  width: 225px;
  height: 125px;
  margin: -30px auto 20px;
  display: block;
  background-color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.features-2-box .icon-box a {
  display: block;
  text-align: center;
  line-height: 100px;
  font-size: 60px;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #77a22f;
  height: 100%;
}
.features-2-box:hover .icon-box a {
  background-color: #77a22f;
  color: #fff;
  text-decoration: none;
}
.hs-affiliates-row1 .features-2-box h3 {
  text-align: center;
  margin: 0 0 15px 0;
}
.hs-affiliates-row1 .features-2-box h3 a {
  text-decoration: none;
  color: #222;
}
.hs-affiliates-row1 .features-2-box h3 a:hover {
  color: #77a22f;
}

.hs-rallyride-row1{
  padding: 50px 0 25px;
}


.custom-rallyride-row1-bottom{
  max-width: 50% !important;
  margin: 0 auto !important;
  float: none !important;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  padding-top: 40px;
}
.custom-rallyride-row2-bottom{
  max-width: 50% !important;
  margin: 0 auto !important;
  float: none !important;
  padding-right: 8px;
  padding-left: 8px;
}
.hs-rallyride-row1{
  border-bottom: 15px solid rgb(17, 207, 17);
}
.hs-rallyride-row2{
  padding: 60px 0 80px;
}
.custom-header{
  text-align: center;
}
.custom-rallyride-row1-bottom h4 {
  padding-top: 10px;
}
.custom-rallyride-row2-bottom p {
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  color: rgb(46, 46, 46);
  margin: 0;
}
.hs-full-width-row-wrapper h3{
  margin-top: 20px;
}
.hs-full-width-row-wrapper{
  max-width: 66.66% !important;
  float: none !important;
  margin: 0 auto !important;
  padding: 50px 15px 40px;
}
.hs-full-width-row-wrapper p{
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  color: rgb(46, 46, 46);
  margin: 0;
}

.hs-fee-row1 {
  padding-top: 50px;
}
.hs-fee-row1-bottom p {
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  color: rgb(46, 46, 46);
  text-indent: 20px;
  margin: 40px 0;
}
.hs-fee-row {
  border-bottom: 15px solid rgb(17, 207, 17);
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.hs-fee-row-eq h3 {
  text-align: center;
  margin-top: 20px;
}
.hs-fee-row-eq ul:last-child {
  margin: 0;
}
.hs-fee-row4 {
  padding-bottom: 40px;
}
.hs-fee-row4 h2 {
  text-align: center;
  margin-top: 10px;
}
.hs-fee-row4 .hs_cos_wrapper_type_rich_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hs-fee-row4 ul {
  margin: 40px 0 0;
}

.custom-column-middle{
  max-width: 66.66%;
  margin: 0 auto;
}

.hs-license-row2{
  padding: 60px 0 0;
  border-bottom: 15px solid rgb(17, 207, 17);
  border-top: 15px solid rgb(17, 207, 17);
  text-align: center;

}
.hs-license-row1{
  padding: 50px 0 0;
}
.custom-col-2 {
  width: 16.66666667%;
  float: left;
}
.custom-learning-resources h1{
  margin-bottom: 20px;
}
.text-center {
  text-align: center;
}
.flex__center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.margin__bottom-80 {
  margin-bottom: 80px !important;
}
.training_box {
  width: 175px;
  height: 175px;
  margin: 30px 30px 30px 0;
  cursor: pointer;
  background-image: linear-gradient(to right, rgba(0,166,225,.8), rgba(7,67,101,.7));
  box-shadow: 5px 5px 5px rgba(26,26,26,.4);
  position: relative;
}
.train_link {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  outline: none;
  font-size: 18px;
  transition: all .2s ease-in-out;
}
.train_link:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.1);
}
.hs-license-row1-top h1{
  margin-bottom: 20px; 
}
.custom-left-col-content p{
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  color: rgb(46, 46, 46);
  margin: 0;
  text-indent: 20px;
}
.custom-left-col-content h3{
  margin-top: 20px;
}
.custom-left-col-content ul:last-child{
  margin-bottom: 40px;
}
.licenseImg {
  margin-top: 30px;
  background-color: blue;
  width: 400px;
  margin: 50px 0 0 50px;
}
.licenseImg img {
  object-fit: cover;
  width: 100%;
}

.custom-col-6{
  float: left;
  width: 50%;
}
.hs-license-row1-bottom {
  padding-top: 60px;
  padding-bottom: 30px;
}
.custom-learning-resources-item-group{
  max-width: 50.8%;
  margin: 0 auto;
}
.custom-learning-resources-item{
  width: 33.33%;
  float: left;
}
.hs-license-row3 {
  padding-top: 60px;
  padding-bottom: 50px;
}
.hs-license-row3 .licenseImg {
  margin: 80px 0 0 50px;
}

.custom-testimonial-wrapper{
  padding: 50px 0;
  background-color: rgba(7, 67, 101, .4);
  position: relative;
  overflow: hidden;
}
.testimonials-section .holder {
  max-width: 830px;
  margin: 0 auto;
  display: block;
}
.testimonials-section .holder {
  max-width: 830px;
  margin: 0 auto;
  display: block;
}
.testimonials-section .holder h2 {
  color: #fff;
}
.testimonials-section .holder p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0 0 28px 0;
}
.testimonials-section .holder .frame {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 100%;
  border: 2px solid #fff;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.testimonials-section .holder .frame img {
  display: block;
  /* object-fit: contain; */
  width: 100%;
  border-radius: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.testimonials-section .holder .frame:hover {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.testimonials-section .holder strong.title {
  font: 400 20px/28px "Source Sans Pro", sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0,0,0,0.40);
  -moz-text-shadow: 0 2px 2px rgba(0,0,0,0.40);
  -webkit-text-shadow: 0 2px 2px rgba(0,0,0,0.40);
  display: block;
  padding: 0 0 25px 0;
}
.testimonials-section .holder strong.name {
  font: 700 17px/17px "Source Sans Pro", sans-serif;
  color: #fff;
  display: block;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0,0,0,0.40);
  -moz-text-shadow: 0 2px 2px rgba(0,0,0,0.40);
  -webkit-text-shadow: 0 2px 2px rgba(0,0,0,0.40);
}
.testimonials-section .holder strong.name span {
  font-weight: 100;
}
.testimonials-section .bx-wrapper {
  float: left;
  width: 100%;
  margin: 0;
}
.testimonials-section .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0;
}
.testimonials-section .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  padding: 0;
  display: none;
}
.testimonials-section .bx-wrapper .bx-controls-direction a {
  height: 32px;
  margin-top: 0;
  outline: 0 none;
  position: absolute;
  text-indent: inherit;
  top: 30%;
  width: 32px;
  font-size: 0;
  z-index: 9999;
  text-decoration: none;
}
.testimonials-section .bx-wrapper .bx-next {
  right: 0;
  background: none;
}
.testimonials-section .bx-wrapper .bx-next:before {
  color: #FFFFFF;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.testimonials-section .bx-wrapper .bx-prev {
  left: 0;
  background: none;
}
.testimonials-section .bx-wrapper .bx-prev:before {
  color: #FFFFFF;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.margin__bottom-20 {
  margin-bottom: 20px !important;
}

.hs-training-page .custom-banner {
  background-position: bottom;
}
.custom-training-row1 {
  padding: 50px 0 65px;
  border-bottom: 15px solid rgb(17, 207, 17);
}
.custom-training-row1 .custom-one-column-content h2 {
  margin: 0 0 16px 0;
}
.custom-training-row1 .custom-learning-resources-item-group {
  max-width: 100%;
  margin-left: 16.66%;
}
.custom-training-row1 .training_box.margin__bottom-80 {
  margin-bottom: 30px !important;
}
.custom-training-row1 .custom-learning-resources {
  margin-top: 50px;
  margin-bottom: 80px;
}
.custom-training-row2 {
  padding-top: 80px;
}
.custom-training-row2 .custom-learning-resources-item-group {
  max-width: 100%;
  margin-left: 16.66%;
  margin-right: 16.66%;
  text-align: center;
}
.custom-training-row2 .custom-learning-resources-item {
  width: 24%;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.custom-training-row2 .custom-one-column-content {
  margin-bottom: 80px;
}
.custom-training-row2 .custom-learning-resources-item .training_box {
  margin-bottom: 110px !important;
}

.custom-title-with-button {
  text-align: center;
  padding-bottom: 40px;
}
.hs-news-and-events-page .custom-title-with-button {
  padding-top: 40px;
}
.custom-title-with-button-column {
  float: none;
  max-width: 50%;
  margin: 0 auto;
  padding: 0 15px;
}
.custom-title-with-button-column h2 {
  margin-bottom: 80px;
}
.custom-green-btn {
  border: 4px solid rgba(0,0,0,0);
  padding: 4px;
  display: inline-block;
  margin: 0 auto;
  padding: 12px 20px;
  font: 600 12px/12px 'Raleway', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  outline: 1px solid;
  background-color: #77a22f;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.custom-green-btn:hover {
  color: #fff;
  text-decoration: none;
  border: 4px solid rgba(0,0,0,0.3);
}
.news-row-wrapper{
  padding-top: 50px;
}
.custom-col-6.custom-column h2 {
  margin-bottom: 60px;
}

.hs-tabber-outer-group{
  padding-top: 10px;
  padding-bottom: 30px;
}
.hs-tabber-btn-group {
  max-width: 65.66%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  margin: 0 auto;
}
.hs-tabber-btn {
  width: 200px;
  height: 200px;
  margin-top: 2%;
  font-weight: 700;
  font-family: 'Roboto Slab',sans-serif;
  cursor: pointer;
  border: 0;
  font-size: inherit;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.well {
  min-height: 20px;
  padding: 80px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.mid-content{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.mid-content p{
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  color: rgb(46, 46, 46);
  margin: 0;
  margin-top: 20px;
}
.mid-content p:last-child{
  margin-top: 10px;
}
.indent {
  text-indent: 20px !important;
}
.hs-tabber-content {
  max-width: 50%;
  margin: 0 auto;
  padding: 0 7px;
}
.hs-tabber-content-item{
  display: none;
}
.hs-tabber-content-item hr {
  margin-bottom: 20px;
}
.margin__top-20 {
  margin-top: 20px !important;
}

.custom-dispute-row1-inner{
  max-width: 70% !important;
  margin: 0 auto !important;
  float: none !important;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 30px;
}
.custom-dispute-row1-inner{
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  color: rgb(46, 46, 46);
  margin: 0;
  text-indent: 20px;
}
.custom-dispute-row2 .hs-tabber-header-group {
  padding-bottom: 20px;
}
.custom-dispute-row2 .hs-tabber-btn-group {
  max-width: 75.66%;
}
.custom-dispute-row2 .hs-tabber-content {
  max-width: 83.8%;
}
.custom-dispute-row2 .mid-content p {
  margin-top: 10px;
}

.mid-content h3 {
  margin-top: 20px; 
}
.custom-dispute-row2 .hs-tabber-outer-group {
  padding-bottom: 0px;
}
.learn_more-link {
  text-align: center;
  letter-spacing: 0px;
  line-height: 1.6em;
  width: 200px;
  background-color: rgba(7,67,101,.5);
  position: relative;
  transition: all .2s ease-in-out;
}
.custom-btn-grp {
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}
#hs_cos_wrapper_widget_1555996065842 .learn_more-link.custom-btn-grp {
  margin-bottom: 40px;
}

.join_btn {
  width: 400px;
  padding: 40px;
  font-size: 24px;
  margin-top: 80px;
  margin-left: 80px !important;
}
.link {
  padding: 21px 34px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  color: #fff;
  transition: all .2s ease-in-out;
}
.link:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.1);
}

.custom-pricing-wrapper{
  padding: 50px 0;
  background-color: #fff;
}
.custom-pricing-wrapper .heading-style-1 h2 {
  text-align: center;
  font: 700 28px/28px 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #222;
  margin: 0 0 20px 0;
}

.custom-pricing-wrapper .heading-style-1 p {
  text-align: center;
  margin: 0 0 30px 0;
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  color: rgb(46, 46, 46);
}

.pricing-table-item{
  width: 16.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.plan-box {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 4px 4px 16px 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;

}
.plan-heading-color {
  background-color: #77a22f;
  padding: 20px 0;
}
.pricing-table-item h3{
  color: #fff;
  text-align: center;
  margin: 0;
  font: 600 20px/20px 'Raleway', sans-serif;
  text-transform: uppercase;
}
.amount-box {
  position: relative;
  margin: 0 0 30px 0;
  padding: 18px 0 0 0;
  background-color: #638924;
}
.amount-box:before {
  border-left: 75px solid transparent;
  border-right: 80px solid transparent;
  border-top: 30px solid #638924;
  bottom: -29.5px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  display: inherit;
}
.amount-box strong.price {
  font: 700 30px/28px "Source Sans Pro", sans-serif;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}
.amount-box span.mnt {
  font: 700 12px/12px "Source Sans Pro", sans-serif;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.plan-box ul {
  padding: 0 15px;
  margin: 0 0 6px 0;
  list-style: none;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.plan-box ul li {
  padding: 15px 0;
  overflow: hidden;
  border-top: 1px solid #ccc;
  font: 400 16px/16px "Source Sans Pro", sans-serif;
  text-align: center;
  color: #666;
}
.plan-box ul li:first-child {
  border: 0;
}
.cm-price-btn {
  display: table;
  margin: 0 auto;
  padding: 14px 20px;
  border-radius: 5px;
  font: 700 16px/16px 'Raleway', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 12px 30px;
  background-color: #77a22f;
  text-align: center;
}
.cm-price-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
}
.cm-price-btn:hover {
  color: #fff;
  text-decoration: none;
  outline-color: #77a22f;
}
.cm-price-btn:hover:before {
  width: 100%;
}
.plan-box:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.learn-more-fee-btn-inner{
  width: 350px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 1.6em;
  background-color: rgba(7,67,101,.5);
  position: relative;
  transition: all .2s ease-in-out;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.learn-more-fee-btn-outer{
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.learn-more-btn-link{
  padding: 21px 34px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  color: #fff;
  transition: all .2s ease-in-out;
}
.learn-more-btn-link:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.1);
}
.custom-join-row1-left p {
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  color: rgb(46, 46, 46);
  margin: 0;
  margin-top: 20px;
}

.plan-box .line-through {
  text-decoration: line-through;
  color: #ccc;
}
.hs-join-us-row1 .custom-header {
  text-align: center;
  margin-bottom: 0;
}
.hs-join-us-row1 .custom-header h1 {
  font: 700 28px/28px 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #222;
  margin: 0 0 20px 0;
}
.hs-join-us-row1 {
  padding-top: 50px;
}
.cm-join-btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-join-row1-right .hs_cos_wrapper_type_rich_text{
  margin-top: 80px;
  display: block;
}
.custom-join-row1-right .hs_cos_wrapper_type_rich_text p{
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  color: rgb(46, 46, 46);
  margin: 0;
  text-align: center;
}

.pricing-table-item.red .plan-heading-color {
  background-color: #b93941;
}
.pricing-table-item.red .amount-box {
  background-color: #aa2a32;
}
.pricing-table-item.red .amount-box:before {
  border-top-color: #aa2a32;
}
.pricing-table-item.red .cm-price-btn {
  background-color: #b93941;
}

.pricing-table-item.aqua .plan-heading-color {
  background-color: #007d7d;
}
.pricing-table-item.aqua .amount-box {
  background-color: #006e6e;
}
.pricing-table-item.aqua .amount-box:before {
  border-top-color: #006e6e;
}
.pricing-table-item.aqua .cm-price-btn {
  background-color: #007d7d;
}
.pricing-table-item.blue .plan-heading-color {
  background-color: #4eb9eb;
}
.pricing-table-item.blue .amount-box {
  background-color: #309bcd;
}
.pricing-table-item.blue .amount-box:before {
  border-top-color: #309bcd;
}
.pricing-table-item.blue .cm-price-btn {
  background-color: #4eb9eb;
}
.col-md-1 {
  width: 8.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
}

.pricing-table-wrapper .custom-row {
  overflow: visible;
}
.hs-existing-mls-row1 {
  background-color: #f5f5f5;
  padding: 50px 0 14px 0;
}
.mlsbtn {
  text-align: center;
  line-height: 1.6em;
  width: 225px;
  padding: 10px 5px;
  font-size: 16px;
  border-radius: 25px;
  border: none;
  background-color: rgba(7,67,101,.9);
  color: #fff;
  position: relative;
  transition: all .2s ease-in-out;
  margin: 20px auto;
}
.custom-button-inner-wrap {
  overflow: hidden;
  width: 66.66%;
  margin: 0 auto;
}
.custom-button-item {
  width: 50%;
  text-align: center;
  float: left;
}
.hs-existing-mls-row1 {
  margin-top: 50px;
}
.hs-existing-mls-row1 .training_box {
  margin: 30px auto 30px auto;
}
.hs-existing-mls-row1 .margin__bottom-80 {
  margin-bottom: 30px !important;
}

.hs-existing-mls-row1 .train_link {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  outline: none;
  font-size: 18px;
  transition: all .2s ease-in-out;
}

.hs-existing-mls-row1 .train_link:hover {
  color: #23527c;
  text-decoration: underline;
  transform: none;
}
/* Our History Page */
.our-history .hs_cos_wrapper_type_rich_text {
  text-align: center;
}
.our-history .hs_cos_wrapper_type_rich_text p{
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  color: rgb(46, 46, 46);
  margin: 0 0 30px 0;
}
.our-history .holder {
  max-width: 1030px;
  margin: 0 auto 10px;
  overflow: hidden;
  clear: both;
}
.our-history h3 a {
  font: 600 20px/20px 'Raleway', sans-serif;
  text-decoration: none;
  color: #222;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.our-history h3 a:hover {
  text-decoration: none;
  color: #77a22f;
}

.our-history p {
  text-align: center;
  margin: 0 0 30px 0;
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  color: rgb(46, 46, 46);
}
.our-history .holder {
  max-width: 1030px;
  margin: 0 auto 10px;
  overflow: hidden;
  clear: both;
}
.eastHist {
  background-color: orange !important;
}
.southHist {
  background-color: rgb(6, 66, 99) !important;
}
.year-box {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  font: 400 20px/70px "Source Sans Pro", sans-serif;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.year-box:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.our-history .content-wrapper {
  padding-bottom: 0;
}
.our-history .holder ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  float: left;
}
.our-history .holder ul li {
  float: left;
  padding: 0 0 40px 0;
  width: 100%;
  position: relative;
}
.our-history .holder .history-box {
  float: left;
  width: 100%;
  position: relative;
}
.our-history .holder .history-box .text-box {
  width: 420px;
  padding: 53px 0 0 0;
}
.our-history .holder .history-box .text-box.pull-left h3 {
  text-align: right;
  margin: 0 0 10px 0;
}
.our-history .holder .history-box .text-box.pull-left p {
  text-align: right;
}
.our-history .holder .history-box .text-box.pull-right h3 {
  text-align: left;
  margin: 0 0 10px 0;
}
.our-history .holder .history-box .text-box.pull-right p {
  text-align: left;
}
.year-box {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  font: 400 20px/70px "Source Sans Pro", sans-serif;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.year-box:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -5px;
  height: 5px;
  width: 5px;
  background: #fff;
}
.year-box:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
  height: 5px;
  width: 5px;
  background: #fff;
}
.our-history .holder ul:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 2px;
  border-left: 1px solid #ccc;
  height: 100%;
}
.our-history .holder ul:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 40px;
}
.year-box:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.our-history .holder .history-box .frame {
  border: 1px solid #e1e1e1;
  padding: 4px;
  overflow: hidden;
  width: 405px;
}
.our-history .holder .history-box .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.our-history .holder .history-box .frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.contact-1 h3 {
  margin: 0 0 10px 0;   
  text-transform: uppercase;
  font: 600 20px/20px 'Raleway', sans-serif;
}
.contact-map {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 50px;
}
#map_contact_1 {
  height: 400px;
  width: 100%;
}
.custom-col-9{
  width: 75%;
  float: left;
}
.custom-col-3{
  width: 25%;
  float: left;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.contact-1 address {
  float: left;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  width: 223px;
  border-bottom: 1px solid #ccc;
}
.border-none {
  border: 0 !important;
}
.contact-1 p {
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  color: rgb(46, 46, 46);
  margin: 0;
}
.contact-1 address p {
  margin: 0 0 35px 0px;
  position: relative;
  padding: 0 0 0 25px;
}
.contact-1 address ul {
  padding: 0;
  margin: 35px 0 0;
  list-style: none;
}
.contact-1 address ul li {
  font: 400 14px/14px "Source Sans Pro", sans-serif;
  color: #666;
  padding: 0 0 18px 0;
}
.contact-1 address ul li .fa {
  padding: 0 10px 0 0;
}
.contact-1 address ul li a {
  font: 400 14px/14px "Source Sans Pro", sans-serif;
  color: #666;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contact-1 address ul li:hover a,.contact-1 address ul li:hover {
  color: #77a22f;
}
.cm-contact-form .hs-form-required,
.cm-contact-form .form-title{
  display: none;
}

.custom-home-banner{
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  height: 55vh;
}
.custom-home-banner-inner{
  max-width: 83.33%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
.home-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  background-color: rgba(83, 83, 83, 0.171);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.342);
  height: 30vh;
  width: 80vw;
}
.home_link {
  text-align: center;
  line-height: 1.6em;
  width: 225px !important;
  padding: 10px 5px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 25px;
  border: none;
  background-color: rgba(7,67,101,.9);
  color: #fff;
  position: relative;
  transition: all .2s ease-in-out;
  margin-left: 40px;
}
.home_link:hover {
  transform: scale(1.1);
}
.margin__top_btm-20 {
  margin: 20px 0 !important;
}
.hs-home-page-row1{
  background-color: #77a22f;
}
.hs-home-page-row1 h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
.hs-home-page-row1 p {
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.missions-frame {
  float: left;
  width: 100%;
  border-radius: 5px;
  background-color: #000;
  overflow: hidden;
  position: relative;
}

.missions-frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.missions-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding: 23px;
  height: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.missions-caption a {
  text-decoration: none !important;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: table;
  margin: 0 auto;
  padding: 13px 0;
  font: 600 18px/29px 'Raleway', sans-serif;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
}
.missions-frame:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}


.hs-home-page-row3{
  background-color: #f5f5f5;
  padding: 50px 0 14px 0;
}

.features-area ul {
  padding: 0;
  margin: 0 0 0 -50px;
  list-style: none;
}
.features-area ul li {
  float: left;
  margin: 0 0 50px 50px;
}
.features-box {
  float: left;
  width: 445px;
}
.features-box .fa {
  float: left;
  font-size: 50px;
  color: #77a22f;
  margin: 0 30px 0 0;
}
.features-box .text-box {
  overflow: hidden;
}
.features-box .text-box h2 {
  font: 700 28px/28px 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #222;
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;

}
.features-box:hover h2 {
  color: #77a22f;
}
.features-box p {
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  color: rgb(46, 46, 46);
  margin: 0;
}
.hs-home-page-row4 {
  padding-top: 50px;
}
.hs-home-page-row4 .custom-title-with-button-column h2 {
  margin-bottom: 60px;
}

.testimonial-holder.slick-slider {
  position: static;
}
.hs-home-page .testimonial-holder.slick-slider {
  position: relative;
}

.testimonial-holder.slick-slider .slick-next,
.testimonial-holder.slick-slider .slick-prev {
  height: 32px;
  width: 32px;
  transform: none; 
}
.testimonial-holder.slick-slider .slick-prev {
  left: 0;
}

.testimonial-holder.slick-slider .slick-next {
  right: 0;
}

.testimonial-holder.slick-slider .slick-prev:before {
  color: rgb(255, 255, 255);
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  opacity: 1;
}

.testimonial-holder.slick-slider .slick-next:before {
  color: rgb(255, 255, 255);
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  opacity: 1;
}

@media (min-width: 1200px) {
  .missions-caption a {
    line-height: 18px;
  }
  .features-box {
    width: 346px;
  }
}
.hs-home-page-row5 {
  background-color: #a69883;
  padding: 50px 0;
}

.custom-home-page-form {
  margin: 0 auto !important;
  max-width: 570px !important;
  float: none !important;
}
.custom-home-page-form h3 {
  text-align: center;
  color: #fff;
  font: 700 28px/28px 'Raleway', sans-serif;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.custom-home-page-form .hs-form-field {
  margin-bottom: 18px;
}
.custom-home-page-form .hs-form-field > label {
  font-family: helvetica;
  color: #000000;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 20px;
  display: block;
  font-size: 13px;
}
.custom-home-page-form ul.inputs-list li label {
  font-size: 13px;
  font-family: helvetica;
  color: #000000;
  line-height: 20px;
}
.custom-home-page-form input[type="text"],
.custom-home-page-form input[type="password"], 
.custom-home-page-form input[type="datetime"], 
.custom-home-page-form input[type="datetime-local"], 
.custom-home-page-form input[type="date"], 
.custom-home-page-form input[type="month"], 
.custom-home-page-form input[type="time"], 
.custom-home-page-form input[type="week"], 
.custom-home-page-form input[type="number"], 
.custom-home-page-form input[type="email"], 
.custom-home-page-form input[type="url"], 
.custom-home-page-form input[type="search"], 
.custom-home-page-form input[type="tel"], 
.custom-home-page-form input[type="color"],
.custom-home-page-form input[type="file"],
.custom-home-page-form textarea,
.custom-home-page-form select {
  padding: 21px 19px;
  margin: 0 0 20px 0;
  border-radius: 0;
  font: 400 14px "Source Sans Pro", sans-serif;
  color: #999;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  outline: none;
  background: #fff;
  border: none;
  max-width: 100%;
}
.custom-home-page-form input[type="text"]:focus,
.custom-home-page-form input[type="password"]:focus, 
.custom-home-page-form input[type="datetime"]:focus, 
.custom-home-page-form input[type="datetime-local"]:focus, 
.custom-home-page-form input[type="date"]:focus, 
.custom-home-page-form input[type="month"]:focus, 
.custom-home-page-form input[type="time"]:focus, 
.custom-home-page-form input[type="week"]:focus, 
.custom-home-page-form input[type="number"]:focus, 
.custom-home-page-form input[type="email"]:focus, 
.custom-home-page-form input[type="url"]:focus, 
.custom-home-page-form input[type="search"]:focus, 
.custom-home-page-form input[type="tel"]:focus, 
.custom-home-page-form input[type="color"]:focus,
.custom-home-page-form input[type="file"]:focus,
.custom-home-page-form textarea:focus,
.custom-home-page-form select:focus  {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}
.custom-home-page-form .hs-button.primary.large {
  color: #77a22f;
  padding: 10px 20px;
  display: table;
  margin: 0 auto;
  background-color: #fff;
  border: 4px solid #a69883;
  outline: 1px solid #fff;
  font: 700 12px "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  text-shadow: 0 -1px 0 #3574e3;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  border-radius: 4px;
}
.custom-home-page-form .hs-button.primary.large:hover {
  border: 4px solid #fff;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-family: helvetica;
}
.custom-home-page-form .actions {
  padding: 34px 0;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.custom-home-page-form .hs-error-msgs.inputs-list label {
  font-weight: normal !important;
  padding-top: 0;
}
.custom-home-page-form .hs_error_rollup .hs-error-msgs.inputs-list label {
  color: #414141;
}
.custom-home-page-form input.hs-input.error {
  margin-bottom: 0;
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
.custom-home-page-form input.hs-input.error:focus {
  border-color: #b9554d;
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}

.custom-meeting-space-detail-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-meeting-space-detail-col{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-meeting-space-detail-col p {
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  color: rgb(46, 46, 46);
  margin: 0;
}
.custom-meeting-space-detail-col p + p {
  margin-top: 10px !important;
}
.custom-meeting-space-detail-column2{
  margin-left: 100px;
}

.hs-meetingspaces-page .custom-banner {
  background-position: bottom;
}
.hs-meetingspaces-page .body-container .hs_cos_wrapper_type_rich_text {
  text-align: center;
  padding: 0 15px;
  display: block;
}
.hs-meetingspaces-page .body-container .hs_cos_wrapper_type_rich_text h2 {
  margin: 40px 0;
}
.hs-meetingspaces-row1 .custom-header {
  margin-bottom: 60px;
}
.hs-meetingspaces-page .hs_cos_gallery_main {
  padding: 0 60px;
}
.hs-meetingspaces-page .slick-prev,
.hs-meetingspaces-page .slick-next {
  display: none !important;
}
.hs-meetingspaces-page .caption.below {
  right: 20%;
  left: 20%;
  padding-bottom: 120px;
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  padding-top: 20px;
  color: #fff;
  text-align: center !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  bottom: 20px;
  text-transform: uppercase;
}
.hs-meetingspaces-page ul.slick-dots {
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  position: absolute !important;
  bottom: 20px !important;
}
.hs-meetingspaces-page .slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.hs-meetingspaces-page .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
}
.hs-meetingspaces-page .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
.hs-meetingspaces-page .slick-dots li button:before {
  content: none;
}
.hs-meetingspaces-page .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 2px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.hs-meetingspaces-page .slick-dots li.slick-active {
  background-color: #fff;
  width: 12px;
  height: 12px;
}
.hs-meetingspaces-row1 .page-center {
  padding-bottom: 0;
}
.hs-meetingspaces-page .custom-btn-grp {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 350px;
}
.custom-meeting-space-detail-wrapper {
  margin-top: 40px;
}

.hs-meetingspaces-page .body-container p{
  font: 400 18px/24px "Source Sans Pro", sans-serif;
  color: rgb(46, 46, 46);
  margin: 0;
}
.hs-meetingspaces-row2 .content-wrapper {
  padding: 0;
}
.custom-meeting-space-detail-col i,
.custom-meeting-space-detail-col img{
  margin-right: 10px;
}
.hs-meetingspaces-row3 .content-wrapper {
  padding: 0;
}
.hs-meetingspaces-row4 .custom-meeting-space-detail-col {
  display: block;
}
.hs-meetingspaces-row4 .content-wrapper {
  padding-top: 0;
}

.hs-contact-us-page .custom-banner {
  background-position: right;
}

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

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

.custom-footer-group{
  background-color: #111;
  padding: 30px 0;
}

.custom-footer-group .page-center{}

.custom-footer-address ul{
  list-style: none;
  padding: 0;
  margin: 0px;
}
.custom-footer-address ul li {
  text-decoration: none;
  display: inline;
  margin-left: 30px;
  position: relative;
}
.custom-footer-address ul li a {
  color: #ccc !important;
  transition: all .2s ease-in-out;
}
.custom-footer-address ul li a i {
  margin-right: 10px;
  color: white;
}
.custom-footer-address ul li a:hover {
  color: #fff;
  transform: scale(1.1);
  text-decoration: none;
}

.custom-copyright{
  margin-top: 50px;
  text-align: center;
}
.custom-copyright p{
  margin: 0;
  font: 400 12px/20px "Source Sans Pro", sans-serif;
  color: #ccc;
}

.custom-copyright p a{
  color: #ccc;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin-left: 60px;
}
.custom-copyright p a:hover{
  color: #fff;
}


.custom-footer-menu{}
.custom-footer-menu .hs-menu-wrapper > ul{
  float: right;
}
.custom-footer-menu .hs-menu-wrapper > ul > li:first-child {
  padding: 0;
}
.custom-footer-menu .hs-menu-wrapper > ul > li{
  padding: 0 0 0 23px;
  line-height: normal;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a{
  font: 400 12px/12px "Source Sans Pro", sans-serif;
  color: #ccc;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover{
  color: #fff;
  text-decoration: none;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover{}
.custom-footer-menu .hs-menu-wrapper > ul ul{}
.custom-footer-menu .hs-menu-wrapper > ul ul li{}
.custom-footer-menu .hs-menu-wrapper > ul ul li a{}
.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover{}

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


/* =============== Custom Menu Primary =============== */
.custom-menu-group{
  background-color: #77a22f;
}
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  text-align: center;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  display: inline-block;
  position: relative;
  float: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font: 400 18px/56px "Source Sans Pro", sans-serif;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  display: block;
  position: relative;
  z-index: 20;
  text-decoration: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  font-weight: bold;
  content: "";
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  background: #333;
  color: #fff;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  min-width: 194px;
  background: #222;
  transition: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:first-child{
  border: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{
  border-top: 1px solid #333;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  text-decoration: none;
  background: none;
  font: 400 14px/45px "Source Sans Pro", sans-serif;
  text-align: left;
  padding: 0 20px;
  color: #999;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  text-decoration: none;
  background: #333;
  color: #ccc;
}

/* 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;
  }
  .hs-news-and-events-page .news-row-wrapper{
    max-width: 50% !important;
    float: none !important;
    margin: 0 auto !important;
  }
}


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

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

@media (max-width: 767px){

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 15px;
    width: auto;
    height: auto;
    padding: 7px 10px 9px 10px;
    background: transparent;
    border: 1px solid #333;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    z-index: 999;
  }
  .custom-menu-group .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile-trigger:hover{
    text-decoration: none; 
    background-color: #333;
  }

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

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -3px;
  }
  .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: #fff; /* 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;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%!important;
    min-width: 100% !important;
    height: 55px !important;
    padding: 0 !important;
    border-left: 0px dotted rgba(255, 255, 255, .20);
    z-index: 99;
  }
  .child-trigger:hover{
    text-decoration: none;
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 50px;
    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: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #222;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font: 400 18px/56px "Source Sans Pro", sans-serif;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    display: block;
    position: relative;
    z-index: 20;   
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding-top: 1px !important;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background: #222;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    background: none;
    font: 400 14px/45px "Source Sans Pro", sans-serif;
    text-align: left;
    padding: 0 20px;
    color: #999;
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    text-decoration: none;
    background: #333;
    color: #ccc;
  }

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

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


/* ==========================================================================
5. BLOG                                        
========================================================================== */
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item span {
  vertical-align: top !important;
}

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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */


.post-header h2, h2.post-listing-simple {}
.post-header h2 a, h2.post-listing-simple a{
  text-decoration: none;
  color: inherit;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
  text-decoration: none;
}
.section.post-header h1 {}

/* Blog Author and Avatar */
/* Blog Author and Avatar */
#hubspot-author_data {
  padding-bottom: 10px;
}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  padding: 15px 0;
}
#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 {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

/* Blog Topics List */
#hubspot-topic_data {
  margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

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

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

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

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

#comments-listing.no-comments {
  border: none;
}

#comment-form {
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
}

.comment-date { font-size: 13px; text-align: right; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

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

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  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;
  overflow: hidden;
}
.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 {}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 15px 0 9px;
  margin-bottom: 20px;
}


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


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

/* Form Field */
.hs-form-field {
  margin: 0;
}

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 500px; 	
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  display: block;
  border: 4px solid #fff;
  outline: 1px solid #e1e1e1;
  background-color: #f5f5f5;
  box-shadow: none;
  border-radius: 0;
  padding: 10px 14px;
  margin: 0 0 30px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  letter-spacing: normal;
  line-height: 20px;
  font-weight: 400;
  display: block;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {
  padding: 14px;
  min-height: 248px;
}
.cm-contact-form textarea {
  max-width: 100%;
}
.cm-contact-form .actions input.hs-button.primary.large {
  margin: 0;
}
.cm-contact-form .actions {
  text-align: right;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
  -webkit-appearance: menulist;
}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 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"] {
  cursor: pointer;
  white-space: normal;
  -webkit-appearance: none;
  text-decoration: none !important;
  display:inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  vertical-align: middle;
  max-width: 500px;
  padding: 15px 25px;
  border: 0;
  font: 600 12px/12px "Raleway",sans-serif;
  color: #fff;
  text-transform: uppercase;
  background-color: #77a22f;
}

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

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


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

.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
}

.hs-form-required {
  color: #ff0000;
}
.hs-error-msgs.inputs-list{
  margin: 0;
  list-style: none;
  padding: 0;
}

.hs-error-msgs.inputs-list label{
  color: #ff0000;
}
input.hs-input.error{
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25); 
}

input.hs-input.error:focus{
  border-color: #b9554d;
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}
.hs-search-field input[type="search"]::-webkit-search-decoration,
.hs-search-field input[type="search"]::-webkit-search-cancel-button,
.hs-search-field input[type="search"]::-webkit-search-results-button,
.hs-search-field input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions {
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
}
.hs-search-field__suggestions #results-for {
  padding: 5px;
}
.hs-search-field--open .hs-search-field__suggestions li a {
  padding: 5px;
}
.hs-blog-social-share ul li > span {
  vertical-align: top !important;
}
.comment-date {
  text-align: left;
}

.for_lp_heaader .custom-header-social-group {
  padding-top: 20px;
}
.cm-contact-form .hs-form-field {
  margin-bottom: 30px;
}
.cm-contact-form .hs-input {
  margin-bottom: 0 !important;
}

.hs-license-row1-bottom .custom-left-col-content p {
  margin-bottom: 20px;
}
.hs-license-row1-bottom .custom-left-col-content ul li + li {
  margin-top: 20px;
}
/* Styles that do not fit into any of the available sections above can go here. */


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


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

@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .custom-column-middle {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .custom-col-6 {
    float: none;
    width: 100%;
  }
  .custom-learning-resources-item-group {
    max-width: 100%;
    margin: 0 auto;
  }
  .training_box {
    margin: 30px auto;
  }
  .custom-learning-resources-item {
    width: 33.33%;
  }
  .custom-training-row1 .custom-learning-resources-item-group {
    margin-left: 12.66%;
  }
  .hs-training-page .custom-training-row1 .custom-learning-resources-item-group {
    margin-left: 0;
  }
  .custom-training-row2 .custom-learning-resources-item {
    width: 23.5%;
  }
  .custom-training-row2 .custom-learning-resources-item-group {
    margin-left: 6.66%;
    margin-right: 6.66%;
  }
  .amount-box:before {
    content: none;
  }
  .custom-button-item {
    padding: 0 10px;
  }

}

@media (max-width: 1199px) and (min-width: 992px) {

  .pricing-table-item h3 {
    font: 600 16px/20px 'Raleway',sans-serif;
    padding: 0 10px;
  }
  .amount-box {
    padding: 18px 0 18px 0;
  }
  .cm-price-btn {
    display: inline-block;
    font: 700 12px/16px 'Raleway',sans-serif;
  }

  .home_link {
    width: 205px !important;
    margin-left: 0;
  }
  .features-area ul li:nth-child(3) {
    clear: left;
  }
}

@media (max-width: 991px) {
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }

  .hs-tabber-btn-group {
    max-width: 100%;
  }
  .hs-tabber-content {
    max-width: 100%;
  }
  .custom-footer-address {
    width: 100% !important;
    text-align: center;
  }
  .custom-footer-menu {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center;
    margin-top: 30px;
  }
  .custom-footer-menu .hs-menu-wrapper>ul {
    float: none;
    display: block;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li {
    float: none !important;
    display: inline-block;
  }
  .custom-copyright {
    margin-top: 30px;
  }
  .custom-training-row2 .custom-learning-resources-item {
    width: 32.5%;
  }
  .custom-training-row2 .custom-learning-resources-item-group {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-dispute-row1-inner {
    max-width: 100% !important;
  }
  .custom-dispute-row2 .hs-tabber-btn-group {
    max-width: 100%;
  }
  .custom-join-row1-left {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 15px;
  }

  .custom-join-row1-right {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 15px;
  }
  .pricing-table-item {
    width: 50%;
    margin-bottom: 30px;
  }

  .pricing-table-wrapper .col-md-1 {
    display: none;
  }
  .amount-box {
    padding: 18px 0 10px 0;
  }
  .plan-box {
    text-align: center;
  }
  .hs-existing-mls-row1 .custom-learning-resources-item {
    width: 33.33%;
  }
  .custom-home-banner-inner .custom-col-4 {
    float: none;
    width: 100%;
  }

  .home_link {
    margin-left: 0;
  }
  .missions-frame {
    margin-bottom: 30px;
  }
  .custom-image-with-title-wrapper .custom-col-4 {
    float: none;
    width: 100%;
  }
  .missions-caption {
    height: 20%;
  }
  .features-box {
    float: none;
    width: 100%;
  }
  .features-box .fa {
    min-width: 64px;
  }
  .testimonials-section .holder {
    max-width: 100%;
  }
  .testimonials-section .holder strong.title {
    padding: 0 40px 25px 40px;
  }
}
@media (min-width: 1580px) and (max-width: 1960px) {
  .hs-tabber-btn {
    width: 16%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .our-history .holder .history-box .text-box {
    width: 40%;
  }
  .our-history .holder .history-box .frame {
    width: 40%;
  }
  .features-area ul li:nth-child(3) {
    clear: left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
    padding: 0 11px;
  }

}
@media (min-width: 768px) and (max-width: 980px) {
  .custom-header-social ul li {
    padding: 0 0 0 13px;
  }
  .hs-affiliates-row1 .features-2-box {
    padding: 0 10px;
    margin: 70px 0 0 0;
  }
  .features-2-box .icon-box {
    width: 100%;
  }
  .contact-1 h3 {
    font-size: 15px;
  }

}

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

@media (max-width: 767px) {
  .body-container-wrapper .main-content,
  .blog-content,.blog-sidebar,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width: 100%;
  }
  .blog .section.post-body p img {
    float: none !important;
  }
  .custom-header-contact ul {
    float: none;
    text-align: center;
  }
  .custom-header-social ul li {
    float: none;
    display: inline-block;
  }
  .custom-banner {
    padding: 46px 10px;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: auto;
  }
  .custom-footer-address ul li {
    display: inline-block;
  }
  .custom-col-4 {
    float: none;
    width: 100%;
  }
  .features-2-box {
    margin: 45px 0;
  }
  .custom-row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .custom-rallyride-row1-bottom {
    max-width: 100% !important;
  }
  .custom-rallyride-row2-bottom {
    max-width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
    padding-right: 8px;
    padding-left: 8px;
  }
  .hs-full-width-row-wrapper {
    max-width: 100% !important;
  }
  .hs-fee-row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-learning-resources-item {
    width: 100%;
    float: none;
  }
  .training_box {
    margin: 30px auto;
  }
  .custom-two-column-right-image .custom-row {
    margin-right: 0;
    margin-left: 0;
  }
  .custom-column-middle {
    padding-right: 0;
    padding-left: 0;
  }
  .custom-training-row1 .custom-learning-resources-item-group {
    margin-left: 0;
  }
  .custom-training-row2 .custom-learning-resources-item {
    width: 100%;
  }
  .custom-training-row2 .custom-learning-resources-item .training_box {
    margin-bottom: 0 !important;
  }
  .custom-training-row2 {
    padding-bottom: 80px;
  }
  .pricing-table-item {
    width: 100%;
    margin-bottom: 30px;
    float: none;
    display: inline-block;
  }
  .learn-more-fee-btn-outer {
    width: 100%;
  }
  .join_btn {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto;
  }
  .custom-button-item {
    width: 100%;
  }
  .hs-existing-mls-row1 .custom-learning-resources-item {
    width: 100%;
  }
  .about-welcome blockquote::after{
    display:none;
  }
  .year-box:before{
    display:none;
  }
  .year-box:after{
    display:none;
  }
  .year-box{
    z-index:9;
    top:-166px;
  }
  .our-history .holder ul:after{
    display:none;
  }
  .our-history .holder ul:before{
    display:none;
  }
  .our-history .holder .history-box .text-box{
    padding:0;
    width:100%;
  }
  .our-history .holder .history-box .frame{
    width:100%;
  }
  .our-history .holder .history-box .text-box.pull-left h3 {
    text-align: left;
  }
  .our-history .holder .history-box .text-box.pull-left p {
    text-align: left;
  }
  .custom-col-9 {
    width: 100%;
    float: none;
  }
  .custom-col-3 {
    width: 100%;
    float: none;
  }
  .contact-map-1 .map_canvas {
    height: 300px;
  }
  .contact-1 h3 {
    clear: both;
  }
  .features-area ul {
    margin: 0;
  }
  .features-area ul li {
    margin: 0 0 50px 0px;
  }
  .features-area {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }
  .custom-home-banner-inner {
    max-width: 100%;
  }
  .licenseImg {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .cm-contact-form {
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .cm-contact-form form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
  }
  .cm-contact-form form.hs-form fieldset .hs-form-field {
    padding: 0;
  }
  .year-box {
    z-index: 9;
    top: auto;
    bottom: -34px;
  }
  .our-history .holder ul li {
    padding: 0 0 60px 0;
  }
  .hs-meetingspaces-page .hs_cos_gallery_main {
    padding: 0;
  }
  .hs-meetingspaces-page .caption.below {
    right: 15%;
    left: 15%;
    padding-bottom: 20px;
    font-size: 14px;
    padding-top: 20px;
  }
  .hs-meetingspaces-row3 .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hs-meetingspaces-row1 .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hs-home-page-row1 p {
    font-size: 16px;
  }
  .hs-home-page-row2 .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hs-license-row3 .licenseImg {
    margin: 80px 0 0 0px;
  }
  .hs-license-page .training_box {
    margin: 30px auto;
  }
  .missions-frame {
    margin-bottom: 20px;
  }
  .custom-footer-menu {
    margin-top: 0;
  }
  .custom-copyright {
    margin-top: 10px;
  }
}  


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

@media (max-width: 479px) {
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block !important;
    float: none;
    margin: 0 0 20px;
  }
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    width: 100% !important;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }

  .checkbox-row span.fakelabel span {
    float: none;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  .well {
    padding: 20px 20px;
  }
  .year-box:before{
    display:none;
  }
  .year-box:after{
    display:none;
  }
  .our-history .holder ul:after{
    display:none;
  }
  .our-history .holder ul:before{
    display:none;
  }
  .our-history .holder .history-box .text-box{
    padding:0;
    width:100%;
  }
  .our-history .holder .history-box .frame{
    width:100%;
  }
  .hs-meetingspaces-page .custom-btn-grp {
    width: 100%;
  }
  .custom-meeting-space-detail-column2 {
    margin-left: 0;
    margin-top: 20px;
  }
  .custom-btn-grp {
    width: 100%;
  }
  .custom-meeting-space-detail-col {
    display: block;
  }
  .custom-meeting-space-detail-col h3 {
    text-align: center;
  }
  .hs-home-page-row1 h1 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 420px) {
  .custom-footer-address ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .custom-copyright p a {
    display: block;
    margin-left: 0;
  }
  .custom-header-social {
    margin: 10px 0 0 0;
  }
  .custom-header-contact {
    margin: 0;
  }
  .custom-technical-contact {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .home-box {
    height: 50vh;
    margin-top: -70px;
  }
  .mlsbtn {
    width: 100%;
  }
  .link {
    padding: 21px 15px;
  }
}