@import url('https://fonts.googleapis.com/css?family=Rokkitt');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');


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





/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== 

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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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

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

img.alignRight{
    margin: 0 0 5px 15px;
}

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(http://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(http://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;
}

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

@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; }
}

/* These includes are optional, but helpful. */
/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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



/* ==========================================================================
   Index:         
  1. BASE STYLES
    - Variables
    - Base
    - Typography

  2. COS STRUCTURE
    - Image Banner Header
    - Navigation
    - Update Header
    - Content
    - Footer
    
  3. COS COMPONENTS
    - Forms
    - Buttons
    - Social Sharing
    
  4. PAGES
    - Year-End Guide
    - HR Newsletter
    - HR Webcasts
    - ACA Road Map
    - FLSA Guide
    - Resources
    - Status Page
    - HR Solutions
    - TLM

  5. MOBILE MEDIA QUERIES
   ========================================================================== */






/* ==========================================================================
   1. BASE STYLES                                              
   ========================================================================== */






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


/* Colors */
    /*  */
 /*  */
  /*  */
 /*  */

  /* Site color */



 /* Site secondary color */



/* Typography */
    /*  */
         /*  */
         /*  */

/* Borders */
 /* this will change the rounded corners of the form. Change to "0px" for sharp corners. */
 /* all fields in the form will add or remove sharp corners as desired */
 /* this affectes the rounded corners of the button on the form. */

/* Icons: http://fortawesome.github.io/Font-Awesome/cheatsheet */
 /* Chevron right */
 /* Play circle */
 /* Check circle */
 /* Book */





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


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

/* Transition */
 

/* Animation Delay */
 

/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/






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

html {
  overflow-y: scroll;
}


body {
    background: #333;
    font-family: Open Sans;;
    border-top: none;
    font-weight:100;
    margin: 0!important;
    color:#333;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 1.5;
}

.header-container-wrapper {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}


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


sup, sub {
  position: relative;
  font-size: 80%;
  line-height: 1;
  vertical-align: middle;
}

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

strong {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, li {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-weight: 100;
    line-height: 1em;
}
h1 {
    font-family: 'Rokkitt', serif;
    color: #64beeb;
    font-size:2em;
}
h2 {
    font-size:1.5em;
    color: #f9a11a;
}
h3 {
    font-size:1.125em;
    font-weight: bold;
}
h4 {
    font-size:1em;
}
h5 {
    font-size:0.75em;
}
h6 {
    font-size:0.625em;
}
p {
    font-size:1em;
    line-height:1.5em;
}
li {
    font-size: 1em;
    line-height: 1.5em;
  	margin-bottom: 1.5em;
}

a:link {
    text-decoration: none;
    color: #0069a6;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:visited {
    text-decoration: none;
    color: #0069a6;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
    text-decoration: none;
    color: #0069a6;
}
a:hover {
    text-decoration: none;
    color: #0083c1;
}

.toc h2 a:link, a:visited {
    text-decoration: none;
    color: #64beeb;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.toc h2 a:active, a:hover {
    text-decoration: none;
    color: rgba(100, 190, 235, .7);
}

#answer-a {
    color:#f9a11a;
    font-size:1.5em;
    font-weight: 100;
    line-height: 1em;
}





/* ==========================================================================
   2. COS STRUCTURE                           
   ========================================================================== */




/* ==========================================================================
   Image Banner Header                         
   ========================================================================== */


.company-logo {
    margin:0 auto;
    float:none;
}

.header-content {
    padding:15px 0;
    background-color:#fff;
    /*box-shadow: 0px 0px 33px #222 !important;*/
    z-index: 5;
}

.full-width-header {
    background-position: center center;
    background-repeat: repeat;
    height: 300px;
    position:relative;
    width: auto;
}

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

.header {
    padding: 30px 30px;
    text-align: center;
    color:#fff;
}
	.header h1 {
	    font-size: 2.5em;
	    color: #fff;
		-webkit-margin-before:.4em;
		-webkit-margin-after:.4em;
	}
	.header h2 {
		-webkit-margin-before:.4em;
		-webkit-margin-after:.4em;
	}
	.header h3 {
		-webkit-margin-before:.4em;
		-webkit-margin-after:.4em;
	}
	.header h4 {
		-webkit-margin-before:.4em;
		-webkit-margin-after:.4em;
	}

.sub-header {
    margin-bottom: 10px;
    text-align: center;
    color:#fff;
}
	.sub-header h1 {
		margin-top:.4em;
		margin-bottom:.4em;
	}
	.sub-header h2 {
		-webkit-margin-before:.4em;
		-webkit-margin-after:.4em;
	}
	.sub-header h3 {
		-webkit-margin-before:.4em;
		-webkit-margin-after:.4em;
	}
	.sub-header h4 {
		-webkit-margin-before:.4em;
		-webkit-margin-after:.4em;
	}

.para1{
  display: none;
  padding-bottom: 20px;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.narrow-full-width-header {
    background-position: center center;
    background-repeat: repeat;
    min-height: 80px;
    position:relative;
    width: auto;
}

.narrow-header {
    text-align: center;
    color:#fff;
}
	.narrow-header h1 {
	    font-size: 2.5em;
	    color: #fff;
		-webkit-margin-before:.4em;
		-webkit-margin-after:.4em;
	}
	.narrow-header h2 {
		-webkit-margin-before:.4em;
		-webkit-margin-after:.4em;
	}
	.narrow-header h3 {
		-webkit-margin-before:.4em;
		-webkit-margin-after:.4em;
	}
	.narrow-header h4 {
		-webkit-margin-before:.4em;
		-webkit-margin-after:.4em;
	}


/* ==========================================================================
   Navigation                          
   ========================================================================== */
 





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


.full-width-light-grey-bg {
    background: #f2f3f4;
    padding: 25px 0 50px;
}
	.full-width-light-grey-bg h1, .full-width-light-grey-bg h2,
	.full-width-light-grey-bg h3, .full-width-light-grey-bg h4,
	.full-width-light-grey-bg h5, .full-width-light-grey-bg h6 {
		text-align: center;
		color: #333;
	}
	

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

    .top-right
  position:absolute;
  top:0px;
  right:0px;
    }


    .hide-this 
        i:hover {
	      opacity: .65;
        cursor: pointer;
    }

@media screen and (max-width: 767px) {
    .hide-this {
        display: none ;
    }
}

    i.icon-spacing {
         padding-right: 35px;
    }

    i.icon-spacing-button {
         padding-right: 10px;
    }

@media screen and (max-width: 767px) {
    i.icon-spacing {
        padding-right: 10px;
    }
}

.invisible {
  display: none ;
}


.bottom-padding {
  padding-bottom: 40px;
}

.paragraph {
  display: none !important;
  padding-bottom: 20px;
}

.full-width-white-bg {
    background-color:#ffffff;
    padding:25px 0 50px;
    z-index:-2;
    /*box-shadow: 0px 0px 33px #222 !important;*/
}

.full-width-lg-bg {
    background:#EBEBEB;
  	min-height: 550px !important;
}

.hubl {
    display: none;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.bens-iframe {

}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

.page-center {
  	height: 100%;
    max-width: 900px;
    margin: 0 auto !important;
    float: none !important;
    padding:0 0px;
}

.page-center-nmw {
  	height: 100%;
    max-width: 1300px;
    margin: 0 auto !important;
    float: none !important;
    padding:0 0px;
}

.main-content {
    padding-right: 20px;
    padding-left: 20px;
}
    .main-content a:link {
    text-decoration: none;
    color: #0069a6;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .main-content a:visited {
        text-decoration: none;
        color: #0069a6;
        -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .main-content a:active {
        text-decoration: none;
        color: #0069a6;
    }
    .main-content a:hover {
        text-decoration: none;
        color: #0083c1;
    }

.mainbutton {
}

.mainbutton 
  img:hover {
	opacity: .65;
  cursor: pointer;
}

.maintext
  a:hover {
	opacity: .65;
  cursor: pointer;
  width: 80%;
}

    .hide-this 
        i:hover {
	      opacity: .65;
        cursor: pointer;
    }

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

    i.icon-spacing {
         padding-right: 35px;
    }

@media screen and (max-width: 767px) {
    i.icon-spacing {
        padding-right: 10px;
    }
}

.invisible {
  display: none !important;
}

.image-border
{
    border-width: 1px;
    border-color: Black;
    border-style: solid;
}

.benbutton {
	background-color:#ffffff;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:2px solid #616161;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Verdana;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
  width: 120px !important; 
  height: 50px !important; 
  margin: 0px 0px 0px !important;
  
}

.benbutton:hover {
	background-color:#0e5061;
}
.benbutton:active {
	position:relative;
	top:1px;
}

.tri-column {
    padding: 20px;
}

.no-wrap {
    white-space: nowrap !important;
    overflow: hidden !important;
}

.no-margin {
    margin: 0px 0px 0px;
}

.flex-area {
    padding: 100px 0;
}
	.flex-area img {
		width: 100%;
		height: auto;
	}

figure {
    display: inline-block;
    text-align: center;
}

#rcorners {
    border-radius: 25px;
    border: 2px solid #f9a11a;
    color: #f9a11a;
    text-align: center;
    text-transform: uppercase;
    padding: 10px; 
    width: 100%;
    height: 1em; 
}


/* ==========================================================================
   Font Awesome Bullet Icons                            
   ========================================================================== */
   

.content-text ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}
	.content-text ul li {
		/*background-image: url(//cdn2.hubspot.net/hubfs/395201/a-check-1.png);
		background-repeat: no-repeat;
		background-position: 0px center; */
		padding-left: 20px;
		margin-bottom: 1em;
		line-height:1.5em;
		position: relative;
	}
	.content-text ul li:before {
	  position: absolute;
	  top: 0;
	  left: 0;
	  font-family: FontAwesome;
	  font-size: 1.5em;
	  content: "\f105";
	  color: #64beeb;
	}
        .content-text a:link {
            text-decoration: none;
            color: #333;
        }
        .content-text a:visited {
            text-decoration: none;
            color: #333;
        }
        .content-text a:active {
            text-decoration: none;
            color: #333;
        }
        .content-text a:hover {
            text-decoration: none;
            color: #0083c1;
        }
        
.vert-align {
    vertical-align: middle;
}


/* ==========================================================================
   Font Awesome Icons                            
   ========================================================================== */


.icon-wrapper {
    height: 150px;
    width: 150px;
    margin: 0 auto!important;
    float: none!important;
}

.font-awesome-icon {
    color #64beeb;
    height: 120px;
    width: 120px;
    font-size: 100px;
    text-align: center;
    vertical-align: middle;
    margin: 15px auto!important;
    float: none!important;
}

.center-image {
    vertical-align: middle;
}

.orange-icon {
    color: #f9a11a;
}
.purple-icon {
    color: #cb4398;
}
.blue-icon {
    color: #00a0df;
}
.green-icon {
    color: #46a040;
}

.red-icon {
    color: #cf0a2c;
}

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


.footer-container-wrapper {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

.footer-bg {
    background:#333;
    color:#fff;
    padding:20px 0;
}

.footer-details {
    padding: 10px 0;
    text-align: center;
}
    .footer-details a:link {
        text-decoration: none;
        color: #fff;
    }
    .footer-details a:visited {
        text-decoration: none;
        color: #fff;
    }
    .footer-details a:active {
        text-decoration: underline;
        color: #fff;
    }
    .footer-details a:hover {
        text-decoration: underline;
        color: #fff;
    }

/* Back to Top */
.back-to-top a{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 20000;
    cursor: pointer;
    color: #ffffff;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #f9a11a;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.085), 0 1px 0 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.085), 0 1px 0 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 0 1px rgba(0,0,0,.085), 0 1px 0 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 0 1px rgba(0,0,0,.085), 0 1px 0 0 rgba(0,0,0,.15);
    box-shadow: 0 0 0 1px rgba(0,0,0,.085), 0 1px 0 0 rgba(0,0,0,.15); 
}





/* ==========================================================================
   3. COS COMPONENTS                          
   ========================================================================== */






/* ==========================================================================
   Forms                         
   ========================================================================== */


.left-form {
    padding-left: 1%;
}

.right-form {
    padding: 6px;
}

.float-form {
    padding: 20px 50px;
    background: #ffffff;
    border: solid 1px #eeeeee;
    box-shadow: 0px 4px 3px rgba(108,108,108,.4) !important;
    border-radius: 5px;
}
	.float-form h1, .float-form h2, .float-form h3, .float-form h4 {
		text-align:center;
		color:#333;
	}

.right-offer {
    padding: 20px;
}

.offer-cta {
    margin-left: 8%;
    margin-right: 8%;
}

.float-offer {
    padding: 20px 10px 10px;
    background-color: rgba(248,248,248,.8);
    /*box-shadow: 0px 4px 3px #999 !important;*/
}


/* ==========================================================================
   Buttons                           
   ========================================================================== */


.button {
    font-family: Open Sans;;
    color: #fff;
}

.hs-button {
    background-color: #f9a11a;
    font-family: Open Sans;;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    padding: 15px 10px;
    text-transform: none;
    margin: 10px 0;
    font-weight: 200;
    white-space:normal;
    text-align:center;
    text-decoration:none;
    -webkit-appearance: none;
}
    .hs-button a:link {
        text-decoration: none;
        color: #fff;
    }
    .hs-button a:visited {
        text-decoration: none;
        color: #fff;
    }
    .hs-button a:active {
        text-decoration: none !important;
        color: #fff;
    }
    .hs-button a:hover {
        text-decoration: none !important;
        color: #fff;
    }
    
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
}
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: block;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 10px;
    font-family: Open Sans;;
    font-size: 15px;
    font-weight: 200;
    color:#333;
    margin:4px 0 20px;
    letter-spacing: 0.5px;
    line-height: 18px;
    border-radius: 0px;
}

.hs-form-radio {
    list-style-type:none;
}
.hs-form-booleancheckbox {
    list-style-type:none;
}
.hs-form fieldset {
    max-width: none!important;
}
.hs-form fieldset.form-columns-1 .hs-input {
    width: 100%!important;
}
.hs-form fieldset.form-columns-1 input[type=checkbox], .hs-form fieldset.form-columns-1 input[type=radio] {
    width:auto!important;
}
body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {}
body label {
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 0px;
    line-height: 20px;
}

.hs-button.primary {
    min-width: 100%;
}
body .hs-button:hover{
    background: none repeat scroll 0 0 rgba(100, 190, 235, .7);
    color: #FFFFFF;
}   
.hs-error-msgs {
    background:rgba(255,50,50,.4);
    list-style-type:none;
}


/* ==========================================================================
   Social Sharing                         
   ========================================================================== */


.social-sharing {
    text-align:right;
    margin-top:20px;
    float:none;
}






/* ==========================================================================
   4. PAGES                   
   ========================================================================== */





  
/* ==========================================================================
   Year-End Guide                           
   ========================================================================== */

.ye-content h2 {
    font-size:1.75em;
    color: #333;
    text-align: center;
    font-weight: 600;
}

.ye-content a:link {
    text-decoration: none;
    color: #333;
}
.ye-content a:visited {
    text-decoration: none;
    color: #333;
}
.ye-content a:active {
    text-decoration: none;
    color: #333;
}
.ye-content a:hover {
    text-decoration: none;
    color: #cb4398;
}

.gray-module {
    border-top:10px solid #646569;
    margin:20px 0px;
}
    .gray-module h1 {
        color: #646569;
    }

.orange-module {
    border-top:10px solid #f9a11a;
    margin:20px 0px;
}
    .orange-module h1 {
    color: #f9a11a;
    }
    
    .orange-module a:link {
        text-decoration: none;
        color: #0069a6;
        -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .orange-module a:visited {
        text-decoration: none;
        color: #0069a6;
        -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .orange-module a:active {
        text-decoration: none;
        color: #0069a6;
    }
    .orange-module a:hover {
        text-decoration: none;
        color: #0083c1;
    }

.pink-module {
    border-top:10px solid #cb4398;
    margin:20px 0px;
}
    .pink-module h1 {
    color: #cb4398;
    }
    
    .pink-module a:link {
        text-decoration: none;
        color: #333;
        -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .pink-module a:visited {
        text-decoration: none;
        color: #333;
        -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .pink-module a:active {
        text-decoration: none;
        color: #333;
    }
    .pink-module a:hover {
        text-decoration: none;
        color: #0083c1;
    }

.blue-module {
    border-top:10px solid #64beeb;
    margin:20px 0px;
}
    .blue-module h1 {
    color: #64beeb;
    }

.green-module {
    border-top:10px solid #c4da5a;
    margin:20px 0px;
}
    .green-module h1 {
    color: #c4da5a;
    }
    
.ye-menu {
    width:100%;
    margin:0 auto;
    font-size: 1em;
    background-color: #646569;
    text-align:center;
    padding:0;
    color: #ffffff;
    display:block;
    overflow:hidden !important;
}
    .ye-menu a:link {
        margin:5px 0 0 0;
        color:#ffffff;
    }
    .ye-menu a:visited {
        text-decoration: none;
        color:#ffffff;
    }
    .ye-menu a:active {
        text-decoration: none;
        font-weight: bold;
        color:#ffffff;
    }
    .ye-menu a:hover {
        text-decoration:none;
        font-weight: bold;
        color:#ffffff;
    }


/* ==========================================================================
   HR Newsletter                          
   ========================================================================== */


.newsletter-menu {
    width:100%;
    margin:0 auto;
    font-size: 1em;
    background-color: #646569;
    text-align:center;
    padding:0;
    color: #ffffff;
    display:block;
    overflow:hidden !important;
}
    .newsletter-menu a:link {
        margin:5px 0 0 0;
        color:#ffffff;
    }
    .newsletter-menu a:visited {
        text-decoration: none;
        color:#ffffff;
    }
    .newsletter-menu a:active {
        text-decoration: underline !important;
        color:#ffffff;
    }
    .newsletter-menu a:hover {
        text-decoration:underline !important;
        color:#ffffff;
    }

.hs-menu-wrapper.hs-menu-flow-horizontal>ul, .hs-menu-wrapper.hs-menu-flow-horizontal>li{
    margin:0px;
    padding:0px;
} 
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    max-width:none;
    padding: 10px;
    }
    
.content-pane {
    border-top:10px solid #64beeb;
    margin:20px 0px;
    background-color:#ffffff;
}

.content-pane img {
    max-width: 100%;
    max-height: auto;
}

.newsletter-main-content {
    padding-right: 20px;
    padding-left: 20px;
}
    .newsletter-main-content h1 {
        font-family: "Rokkitt";
        font-size:2em;
        line-height: 1em;
        color: #64beeb;
    }
    .newsletter-main-content h1 a:link {
        text-decoration: none;
        color: #64beeb;
    }
    .newsletter-main-content h1 a:visited {
        text-decoration: none;
        color: #64beeb;
    }
    .newsletter-main-content h1 a:active {
        text-decoration: none;
        color: #64beeb;
    }
    .newsletter-main-content h1 a:hover {
        text-decoration: none;
        color: rgba(100, 190, 235, .7);
    }
}


/* ==========================================================================
   HR Webcasts                         
   ========================================================================== */
   
   
    .content-text2 h2 {
        color: #333;
    }
   
    .content-text2 ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        position: relative;
    }
	.content-text2 ul li {
		/*background-image: url(//cdn2.hubspot.net/hubfs/395201/a-check-1.png);
		background-repeat: no-repeat;
		background-position: 0px center; */
		padding-left: 40px;
		margin-bottom: 1em;
		line-height:2em;
		position: relative;
	}
	.content-text2 ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        font-family: FontAwesome;
        font-size: 1.5em;
        content: "\f144";
        color: #64beeb;
	}
        .content-text2 a:link {
            text-decoration: none;
            color: #333;
        }
        .content-text2 a:visited {
            text-decoration: none;
            color: #333;
        }
        .content-text2 a:active {
            text-decoration: none;
            color: #333;
        }
        .content-text2 a:hover {
            text-decoration: none;
            color: #0083c1;
        }


/* ==========================================================================
   ACA Road Map                        
   ========================================================================== */
  

.aca-menu {
    width:100%;
    margin:0 auto;
    font-size: 1em;
    background-color: #c4da5a;
    text-align:center;
    padding:0;
    color: #ffffff;
    display:block;
    overflow:hidden !important;
}
    .aca-menu a:link {
        margin:5px 0 0 0;
        color:#333;
    }
    .aca-menu a:visited {
        text-decoration: none;
        color:#333;
    }
    .aca-menu a:active {
        text-decoration: underline !important;
        color:#333;
    }
    .aca-menu a:hover {
        text-decoration:underline !important;
        color:#333;
    }


/* ==========================================================================
   FLSA Guide                    
   ========================================================================== */
  

.flsa-menu {
    width:100%;
    line-height: 4em;
    margin:0 auto;
    font-size: 1em;
    background-color: #00a0df;
    text-align:center;
    padding:0;
    color: #ffffff;
    display:block;
    overflow:hidden !important;
}
    .flsa-menu a:link {
        margin:5px 0 0 0;
        color:#fff;
    }
    .flsa-menu a:visited {
        text-decoration: none;
        color:#fff;
    }
    .flsa-menu a:active {
        text-decoration: underline !important;
        color:#fff;
    }
    .flsa-menu a:hover {
        text-decoration:underline !important;
        color:#fff;
    }

.flsa-section-header h1 {
    line-height: 20px;
    text-align: center;
    color: #46a040;
}


/* ==========================================================================
   Resources                  
   ========================================================================== */
   

.resource-header {
    margin: 30px 0px 30px 0px;
    padding: 30px 30px;
    text-align: center;
    color:#fff;
}
	.resource-header h1 {
	    font-size: 2.5em;
	    color: #fff;
		-webkit-margin-before:.4em;
		-webkit-margin-after:.4em;
	}
	.resource-header h2 {
		-webkit-margin-before:.4em;
		-webkit-margin-after:.4em;
	}
	.resource-header h3 {
		-webkit-margin-before:.4em;
		-webkit-margin-after:.4em;
	}
	.resource-header h4 {
		-webkit-margin-before:.4em;
		-webkit-margin-after:.4em;
	}
	
	
/* ==========================================================================
   HR Solutions                  
   ========================================================================== */
   
	
.content-text3 ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}
	.content-text3 ul li {
		/*background-image: url(//cdn2.hubspot.net/hubfs/395201/a-check-1.png);
		background-repeat: no-repeat;
		background-position: 0px center; */
		padding-left: 40px;
		margin-bottom: 1em;
		line-height:1.5em;
		position: relative;
	}
	.content-text3 ul li:before {
	  position: absolute;
	  top: 0;
	  left: 0;
	  font-family: FontAwesome;
	  font-size: 1.5em;
	  content: "\f05d";
	  color: #64beeb;
	}
        .content-text3 a:link {
            text-decoration: none;
            color: #333;
        }
        .content-text3 a:visited {
            text-decoration: none;
            color: #333;
        }
        .content-text3 a:active {
            text-decoration: none;
            color: #333;
        }
        .content-text3 a:hover {
            text-decoration: none;
            color: #0083c1;
        }


/* ==========================================================================
   TLM                  
   ========================================================================== */
   
    .tlm-menu {
        width:100%;
        line-height: 4em;
        margin:0 auto;
        font-size: 1em;
        background-color: #646569;
        text-align:center;
        padding:0;
        color: #fff;
        display:block;
        overflow:hidden !important;
    }
        .tlm-menu a:link {
            margin:5px 0 0 0;
            color: #fff;
        }
        .tlm-menu a:visited {
            text-decoration: none;
            color: #fff;
        }
        .tlm-menu a:active {
            text-decoration: underline !important;
            color: #fff;
        }
        .tlm-menu a:hover {
            text-decoration:underline !important;
            color: #fff;
        }

    .narrow-content-pane-rounded {
        margin:5px;
        background-color: #ffffff;
        border-radius: 20px 20px 0px 0px;
      	padding-left: 40px;
      	padding-right: 40px;
    }

    .narrow-content-pane-holder {
      	padding-top: 40px;
    }   

    .narrow-content-pane {
        margin:5px;
        background-color:#ffffff;
      	padding-left: 40px;
      	padding-right: 40px;
    }
        .narrow-content-pane a:link {
        text-decoration: none;
        color: #0069a6;
        -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }
        .narrow-content-pane a:visited {
            text-decoration: none;
            color: #0069a6;
            -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }
        .narrow-content-pane a:active {
            text-decoration: none;
            color: #0069a6;
        }
        .narrow-content-pane a:hover {
            text-decoration: none;
            color: #0083c1;
        }
    
    .content-text4 ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        position: relative;
    }
	.content-text4 ul li {
		/*background-image: url(//cdn2.hubspot.net/hubfs/395201/a-check-1.png);
		background-repeat: no-repeat;
		background-position: 0px center; */
		padding-left: 40px;
		margin-bottom: 1em;
		line-height:1.5em;
		position: relative;
	}
	.content-text4 ul li:before {
	  position: absolute;
	  top: 0;
	  left: 0;
	  font-family: FontAwesome;
	  font-size: 1.5em;
	  content: "\f02d";
	  color: #64beeb;
	}
        .content-text4 a:link {
            text-decoration: none;
            color: #333;
        }
        .content-text4 a:visited {
            text-decoration: none;
            color: #333;
        }
        .content-text4 a:active {
            text-decoration: none;
            color: #333;
        }
        .content-text4 a:hover {
            text-decoration: none;
            color: #0083c1;
        }

    .small-business-connect {
        margin-top:10px;
        text-align: right;
    }
    
    .time-icon {
        text-align: center;
    }
    
    .timeline,
    .timeline::before,
    .timeline::after {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    .timeline {
      background: #fff;
      white-space: nowrap;
      overflow-x: hidden;
      text-align: center;
    }
    
    .timeline ol {
      font-size: 0;
      width: 100%;
      padding: 220px 0;
      transition: all 1s;
    }
    
    .timeline ol li {
      position: relative;
      display: inline-block;
      list-style-type: none;
      width: 120px;
      height: 3px;
      background: #f9a11a;
    }
    
    .timeline ol li:last-child {
      width: 120px;
    }
    
    .timeline ol li:not(:first-child) {
      margin-left: 14px;
    }
    
    .timeline ol li:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 50%;
      left: calc(100% + 1px);
      bottom: 0;
      width: 12px;
      height: 12px;
      transform: translateY(-50%);
      border-radius: 50%;
      background: #f9a11a;
    }
    
    .timeline ol li div {
      position: absolute;
      left: calc(0%);
      width: 225px;
      padding: 15px;
      font-size: 1rem;
      white-space: normal;
      color: #333;
      background: #f2f3f4;
    }
    
    .timeline ol li div::before {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
    }
    
    .timeline ol li:nth-child(odd) div {
      top: -16px;
      transform: translateY(-100%);
    }
    
    .timeline ol li:nth-child(odd) div::before {
      top: 100%;
      border-width: 0;
      border-color: #f2f3f4 transparent transparent transparent;
    }
    
    .timeline ol li:nth-child(even) div {
      top: calc(100% + 16px);
    }
    
    .timeline ol li:nth-child(even) div::before {
      top: -8px;
      border-width: 0;
      border-color: transparent transparent transparent #eee;
    }
    
    .timeline time {
      font-weight: bold;
      display: block;
      margin-bottom: 8px;
    }

    .tlm-button {
        background-color: #FFFFFF;
        font-family: Open Sans;;
        color: #fff;
        border: none;
        cursor: pointer;
        border-radius: 25px;
        display: block;
        font-size: 1em;
        line-height: 1em;
        padding: 10px 10px;
        text-transform: none;
        margin: 5px auto;
        font-weight: 200;
        white-space:normal;
        text-align:center;
        text-decoration:none;
        -webkit-appearance: none;
}
    .tlm-button a:link {
        text-decoration: none;
        color: #fff;
    }
    .tlm-button a:visited {
        text-decoration: none;
        color: #fff;
    }
    .tlm-button a:active {
        text-decoration: none !important;
        color: #fff;
    }
    .tlm-button a:hover {
        text-decoration: none !important;
        color: #fff;
    }
    
    body .tlm-button.primary,
    body input[type="submit"],
    body input[type="button"] {
      cursor: pointer;
    }
    body input[type="text"],
    body input[type="password"], 
    body input[type="datetime"], 
    body input[type="datetime-local"], 
    body input[type="date"], 
    body input[type="month"], 
    body input[type="time"], 
    body input[type="week"], 
    body input[type="number"], 
    body input[type="email"], 
    body input[type="url"], 
    body input[type="search"], 
    body input[type="tel"], 
    body input[type="color"],
    body input[type="file"],
    body textarea,
    body select {
        width: 100%;
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        display: block;
        font-size: 20px;
        line-height: 30px;
        padding: 0 auto;
        font-family: Open Sans;;
        font-size: 15px;
        font-weight: 200;
        color:#333;
        margin:4px 0 20px;
        letter-spacing: 0.5px;
        line-height: 18px;
        border-radius: 0px;
    }
    .tlm-button.primary {
        min-width: 100%;
    }
    body .tlm-button:hover {
        background: none repeat scroll 0 0 rgba(100, 190, 235, .7);
        color: #FFFFFF;
    }
    
    .tlm-next-button {
        background-color: #64beeb;
        font-family: Open Sans;;
        color: #fff;
        border: none;
        cursor: pointer;
        border-radius: 25px;
        display: block;
        font-size: 1em;
        line-height: 1em;
        padding: 10px 10px;
        text-transform: none;
        margin: 0 auto;
        font-weight: 200;
        white-space:normal;
        text-align:center;
        text-decoration:none;
        -webkit-appearance: none;
}
    .tlm-next-button a:link {
        text-decoration: none;
        color: #fff !important;
    }
    .tlm-next-button a:visited {
        text-decoration: none;
        color: #fff !important;
    }
    .tlm-next-button a:active {
        text-decoration: none !important;
        color: #fff !important;
    }
    .tlm-next-button a:hover {
        text-decoration: none !important;
        color: #fff !important;
    }
    
    body .tlm-next-button.primary,
    body input[type="submit"],
    body input[type="button"] {
      cursor: pointer;
    }
    body input[type="text"],
    body input[type="password"], 
    body input[type="datetime"], 
    body input[type="datetime-local"], 
    body input[type="date"], 
    body input[type="month"], 
    body input[type="time"], 
    body input[type="week"], 
    body input[type="number"], 
    body input[type="email"], 
    body input[type="url"], 
    body input[type="search"], 
    body input[type="tel"], 
    body input[type="color"],
    body input[type="file"],
    body textarea,
    body select {
        width: 100%;
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        display: block;
        font-size: 20px;
        line-height: 30px;
        padding: 0 auto;
        font-family: Open Sans;;
        font-size: 15px;
        font-weight: 200;
        color:#333;
        margin:4px 0 20px;
        letter-spacing: 0.5px;
        line-height: 18px;
        border-radius: 0px;
    }
    .tlm-next-button.primary {
        min-width: 100%;
    }
    body .tlm-next-button:hover {
        background: none repeat scroll 0 0 #64beeb .7;
        color: #FFFFFF;
    }

.tlm-download-button {
        background-color: #ffffff;
        font-family: Open Sans;;
        color: #fff;
        border:2px solid #0E5061;
        cursor: pointer;
        border-radius: 5px;
        font-weight: bold;
        display: block;
        font-size: 1em;
        line-height: 1em;
        padding: 10px 10px;
        text-transform: none;
        margin: 0 auto;
        font-weight: 200;
        white-space:normal;
        text-align:center;
        text-decoration:none;
        -webkit-appearance: none;
}

    .tlm-download-button a:link {
        text-decoration: none;
        color: #fff !important;
    }
    .tlm-download-button a:visited {
        text-decoration: none;
        color: #fff !important;
    }
    .tlm-download-button a:active {
        text-decoration: none !important;
        color: #fff !important;
    }
    .tlm-download-button a:hover {
        text-decoration: none !important;
        color: #fff !important;
    }

    .tlm-download-button.primary {
        min-width: 100%;
    }
    body .tlm-download-button:hover {
        background: none repeat scroll 0 0 #64beeb .7;
        color: #FFFFFF;
    }
    

/* ==========================================================================
   Status Page                  
   ========================================================================== */



/* ==========================================================================
   5. MOBILE MEDIA QUERIES                              
   ========================================================================== */

    
Screen sizes smaller than site maxWidth (.page-center)
   ==========================================================================
@media only screen and (max-width: 1200px) {
    #form-pad {
        padding: 20px;
        z-index: 1;
    }
    .float-form {
        padding: 20px 10px 20px;
    }
    .addl-info {
        padding-top: 30px;
    }
    .image-holder-left {
        padding-left: 10%;
    }
    
}


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

@media only screen and (max-width: 769px) {
    .header h1 {
	    font-size: 1em;
	}
	.resource-header h1 {
	    font-size: 1em;
	}
    .header-content {
        padding: 5px 0;
    }
    .page-center {
        padding:0 10px;
    }
    #form-pad {
        padding: 20px;
        z-index: 1;
    }
    .float-form {
        margin-top: 0;
        padding: 20px 10px 10px;
    }
    .addl-info {
        padding-top: 30px;
    }
    .image-holder-left {
        padding-left: 35%;
        padding-right: 35%;
    }
    .image-holder-right {
        padding-left: 35%;
        padding-right: 35%;
    }
    .left-form {
        margin-top: 20px;
        padding-left: 0;
    }
    .phone-number {
        display: none!important;
    }
    .full-width-header {
        height: 200px;
        width: auto;
    }
    .header {
        margin: 20px 20px;
        padding: 20px 20px;
    }
    .resource-header {
        margin: 20px 20px;
        padding: 20px 20px;
    }
    .newsletter-menu {
        font-size: 0.875em;
    }
    .hs-button {
        padding: 5px 5px;
        margin: 0 auto;
    }
    .small-business-connect {
        margin-top:10px;
        text-align: center;
    }
      .text-resize {
      font-size: .75em;
    }
}


Landscape phones
   ========================================================================== 
@media only screen and (max-width:520px) {
    .header h1 {
	    font-size: 1.5em;
	}\
	.resource-header h1 {
	    font-size: 1.5em;
	}
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.125em;
    }
    h3 {
        font-size: 1em;
    }
	.page-center {
        padding:0 5px;
    }
	.sub-header {
        margin-top:50px;
    }
    .full-width-header {
        height: 150px;
        width: auto;
    }
    .header {
        margin: 10px 10px;
        padding: 10px 10px;
    }
    .resource-header {
        margin: 10px 10px;
        padding: 10px 10px;
    }
    .social-sharing {
        display: none !important;
    }
    .company-logo {
        text-align:center;
        margin:0 auto;
        float:none;
    }
    .hs-button {
        padding: 5px 5px;
        margin: 0 auto;
    }
    .small-business-connect {
        margin-top:10px;
        text-align: center;
    }
    .text-resize {
      font-size: .6em;
    }
}


Smaller devices
   ========================================================================== 
@media only screen and (max-width: 480px) {
    body {
        padding-top: 0;
        padding-bottom: 0;
    }
    .right-form {
        padding: 0;
        z-index: 1;
    }
    .float-offer {
        margin-top: 0;
        padding: 20px 10px 10px;
        background-color: rgba(248,248,248,1);
        box-shadow: 0px 4px 3px #999 !important;
    }
    .float-form {
        margin-top: 0;
        padding: 20px 10px 10px;
    }
    .addl-info {
        padding-top: 20px;
    }
    .image-holder-left {
        padding-left: 35%;
        padding-right: 35%;
    }
    .image-holder-right {
        padding-left: 35%;
        padding-right: 35%;
    }
    .left-form {
        margin-top: 20px;
        padding-left: 0;
    }
    .full-width-header {
        height: 150px;
        width: auto;
    }
    .header {
        margin: 10px 10px;
        padding: 10px 10px;
    }
    .social-sharing {
        display: none !important;
    }
    .company-logo {
        text-align:center;
        margin:0 auto;
        float:none;
    }
    .text-resize {
      font-size: .5em;
    }
}