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

/* This responsive framework is required for all styles. */
/* 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;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
}
@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 */
}

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

#calmonth, #calyear {
    display: inline;
}

/* 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 {
    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;
    padding: 15px 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 {
    padding: 10px 5px 10px 0;
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1.active-branch:after {
    content: ' ';
    position: absolute;
    height: 45px; /*100%;*/
    background-color: #9CCD4E;
    width: 5px;
    right: 0;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    color: #9B9B9B;
    font-size: 16px;
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a:hover {
    color: #00734A;
}

/* 3rd level menu */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children.active-branch ul.hs-menu-children-wrapper {
    display: block;
    margin-left: 20px;
    padding: 7px 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
    padding: 5px 5px 5px 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:before {
    color: #B6B6B6;
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 8px;
    line-height: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color: #B6B6B6;
    display: inline-block;
    font-size: 16px;
    white-space: normal;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.active a {
    color: #9CCD4E;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    color: #9CCD4E;
}


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

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

    .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 {
    font-size: 25px;
    display: inline-block;
    padding-right: 3px;
}
.about-author-sec {
    margin-top: 40px;
}
.about-author-sec img{
    border-radius: 50%;
    border: 1px solid #CCC;
    display: block;
}
.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;
    }
}

.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: normal;
}

/* Custom Vendor includes (FontAwesome, AnimateCSS) */
/**
 * Animate.css
 *
 * A bunch of cool, fun, and cross-browser animations for you
 * to use in your projects. Great for emphasis, home pages,
 * sliders, and general just-add-water-awesomeness.
 *
 */

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

/* Should not take effect at mobile */
@media (min-width: 480px) {
    .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);-ms-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-ms-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);-ms-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);-ms-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);-ms-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);-ms-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);-ms-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);-ms-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);-ms-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);-ms-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);-ms-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);-ms-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);-ms-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);-ms-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);-ms-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;-ms-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);-ms-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);-ms-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);-ms-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);-ms-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);-ms-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);-ms-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);-ms-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-ms-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);-ms-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-ms-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-ms-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);-ms-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-ms-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-ms-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);-ms-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);-ms-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);-ms-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-ms-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-ms-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);-ms-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);-ms-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);-ms-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);-ms-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);-ms-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);-ms-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);-ms-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);-ms-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);-ms-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);-ms-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0,0,1,45deg);transform:rotate(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0,0,1,45deg);-ms-transform:rotate(0,0,1,45deg);transform:rotate(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);-ms-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);-ms-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);-ms-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);-ms-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);-ms-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);-ms-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-ms-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-ms-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);-ms-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);-ms-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}
}

/* Custom Bootstrap column ordering */

.column-push-6 {
    left: 50%;
    margin-left: 2.127659574% !important;
}

.column-pull-6 {
    margin-left: 0 !important;
    right: 50%;
}

@media(min-width: 768px) and (max-width:1139px) {
    .column-push-6 {
        margin-left: 2.762430939% !important;
    }
}

@media(min-width: 1280px) {
    .column-push-6 {
        margin-left: 2.564102564% !important;
    }
}

@media (max-width: 767px) {
    .column-push-6 {
        left: 0;
        margin-left: 0 !important;
    }

    .column-pull-6 {
        margin-left: 0 !important;
        right: 0;
    }
}

/* ==========================================================================


   Index:

  1. BASE STYLES
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
    - Footer Menu
    - Sub Menu (Sidebar)

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Website Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
    - Custom Global Groups
        - Blog Subscription Group
    - Bootstrap Modal

  6. MISCELLANOUS
    - Misc selectors
    - Custom Modules
        - FAQ Module
        - Content Tabber
        - Wells
        - Cards
        - Team Member (Thumbnail)

  7. MOBILE MEDIA QUERIES

   ========================================================================== */

/* ==========================================================================

   1. BASE STYLES

   ========================================================================== */

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

/**
 * Find the most consistently used font styles, colors, and container widths
 * for your site and assign them to the jinja variables below for easy use
 * and reference.
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

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

 
    /*  */
    /*  */
    /*  */





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

/* Well Colors */







/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


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

/**
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below.  Ignore the jinja comment tags.
  *
  * 
  */


/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/



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


/**
 * Box Sizing
 *
 * Applies a natural box layout model to all elements so that width and padding
 * are essentially combined, making responsive styles easier to manage.
 */

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

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

/* Website background color and default font styles */
body {
    background: #0C4254;
    color: #54565A;
    font-family: 'Lato', Heletica, sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.divider {
    background: #F9F9F9;
    border: 1px solid #ECECEC;
    height: 3px;
    margin: 2rem 0;
}



.section-content-overview hr.divider {
    margin-bottom: 3rem;
}

a {
    text-decoration: none !important;
    color: #006633;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: none;
}
a:hover,
a:focus {
    color: #003401;
}

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

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

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

/* Basic text */
p { 
    margin: 3px 0; 
}

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 {
    color: #4A4A4A;
    font-family: 'Lato', arial, sans-serif;
    line-height: 1.2;
    margin: 3px 0;
    text-rendering: optimizelegibility;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 { font-size: 46px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; text-transform: uppercase; padding-bottom: 10px; }
h6 { font-size: 16px; color: #00a4bd; }

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

ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

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

/* ==========================================================================

   2. COS STRUCTURE

   ========================================================================== */

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    /*z-index: 100;*/
}

.flex-container-vertical > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: center;
}

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

/* The outer wrappers of your website */
.header-container-wrapper a {
   text-decoration: none !important; 
  }
.body-container-wrapper a {
    border-bottom: 1px solid #0091ae;
    color: #0091ae;
    z-index: 10;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer-container-wrapper {
  text-decoration: none !important; 
}


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

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

.header-container-wrapper {
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.header-container {
    padding-bottom: 10px;
    background-color: #F9F9F9;
    border-bottom: 1px solid #ECECEC;
    z-index: 9999;
}

.toolbar {
    background-color: #006633;
    height: 40px;
    transform-style: preserve-3d;
    transform: translate3d(0,0,0);
}
.toolbar-menu {
    display: block;
    background-color: #006633;
    text-align: right;
    padding-right: 80px !important;
}
.toolbar-menu ul li {
    padding: 0 10px;
}
.toolbar-menu ul li a {
    color: #fff;
    font-size: 12px;
    /*line-height: 30px;*/
    text-transform: uppercase;
    vertical-align: middle;
}
.toolbar-menu ul li a:hover {
    color: #9CCD4E;
}

.header-cta {
    margin-top: 20px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo a img {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    /*background: #006633;*/
    max-height: 74px;
    max-width: 270px;
    width: 100% !important;
    margin-top: 15px;
}

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

.body-container-wrapper { 
    background-color: #fff;
    padding-top: 121px; 
}

@media (max-width: 1165px) and (min-width: 768px)  {
  .homepage-2019 .body-container-wrapper { 
    padding-top: 150px; 
  }
}

.body-container {}

/* Unique Pages
   ========================================================================== */

/* 
    Homepage 
    
*/



/* Home page slick Slider 
https://github.com/kenwheeler/slick/
*/

.h-slide-wrapper {
    overflow: hidden;
}

.h-slider {
     visibility:hidden;
     opacity:0;  
     transition: opacity 1s;
}

.h-slider.slick-initialized{
    visibility:visible;
    opacity:1;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    /*height: 100%;*/
    min-height: 1px;
    position: relative;
}

.slick-slide .slick-caption {
    color: #fff;
    background: #006633;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}

.slick-slide .slick-caption .slick-inner {
    padding: 1rem 1rem 3.5rem;
}

.slick-slide .slick-caption h1 {
    color: #fff!important;
    font-size: 35px!important;
    line-height: 45px;
}

.slick-slide .slick-caption p {
    margin-bottom: 1.55rem;
    margin-top: 15px;
}


.slick-slide .slick-caption .cta_button {
    background-color: #9CCD4E;
    border-color: #9CCD4E;
    color: #ffffff !important;
}

.slick-slide .slick-caption .cta_button:hover {
    background-color: #83BEC8;
    border-color: #83BEC8;
    color: #fff;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
    z-index: 102;

    display: block!important;

    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

@media (max-width: 767px) {

    .slick-prev,
    .slick-next {
        display: none!important;
    }

}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 0;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Lato', arial, sans-serif;
    font-size: 50px;
    line-height: 1;
    font-weight: normal;

    opacity: 0;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: .5rem;
}
[dir='rtl'] .slick-prev
{
    right: .5rem;
    left: auto;
}
.slick-prev:before
{
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    right: .5rem;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: .5rem;
}
.slick-next:before
{
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    content: '<';
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 2rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    content: '';
    opacity: .38;
    border-radius: 50%;
    background: #fff;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

@media (min-width: 768px) {

    .h-slide-wrapper {
        margin-top: 1.5rem;
    }

    .slick-slide .slick-caption {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 50;
        background: rgba(23,78,95,.6);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slick-slide .slick-caption:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-blend-mode: lighten;
        opacity: 0.47;
        background: -moz-linear-gradient(25deg, rgba(23,78,95,1) 0%, rgba(23,78,95,0.63) 25%, rgba(131,190,200,0) 100%);
        background: -webkit-linear-gradient(25deg, rgba(23,78,95,1) 0%,rgba(23,78,95,0.63) 25%,rgba(131,190,200,0) 100%);
        background: linear-gradient(25deg, rgba(23,78,95,1) 0%,rgba(23,78,95,0.63) 25%,rgba(131,190,200,0) 100%);
        z-index: 52;
    }

    .slick-slide .slick-caption:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.9;
        z-index: 51;
        background: -webkit-linear-gradient(65deg, #006633 0%,rgba(19,94,59,0.97) 19%, rgba(15,91,54,1) 35%, rgba(127,190,201,0) 73%);
        background: linear-gradient(65deg, #006633 0%,rgba(19,94,59,0.97) 19%, rgba(15,91,54,1) 35%, rgba(127,190,201,0) 73%);
    }

    .slick-slide .slick-caption .slick-inner {
        padding: 1rem 3rem;
        position: relative;
        z-index: 100;
        max-width: 1200px;
    }

}

@media (min-width: 1024px) {

    .h-slide-wrapper {
        margin-top: 0;
    }

    .slick-slide .slick-caption {
        font-size: 28px;
        line-height: 37px;
        background: none;
    }

    .slick-slide .slick-caption .slick-inner .slide-content {
        padding-right: 25%;
    }

    .slick-slide .slick-caption h1 {
        color: #fff!important;
        font-size: 55px!important;
        line-height: 60px;
    }

    .slick-slide .slick-caption p {
        margin-bottom: 2.55rem;
        margin-top: 15px;
    }

}

@media (min-width: 1200px) {
    
    

    .slick-slide .slick-caption .slick-inner .slide-content {
        padding-right: 35%;
    }

}

@media (min-width: 1300px) {

    .slick-slide .slick-caption .slick-inner {
        padding: 1rem;
    }

}

/* PODCAST PAGES */

@media only screen and (max-width: 600px) {
  .single-event-featured {
  display: block;
  max-width: 100%;
  border: 1px solid #bbbbbb;
  /*box-shadow: 2px 4px 9px #dddddd;*/
 /* margin-right: 32px;*/
  background-color: #f0f0f0;
  text-align: left;
}
  .event-info-upcoming {
  width: 100%;
  padding: 18px;
  
}
  .event-wrapper {
  text-align: left;
  display: block;
  margin-bottom:12px;
}
  .single-event {
  border: 1px solid #bbbbbb;
  /*box-shadow: 2px 4px 9px #dddddd;*/
  margin-right: 0px;
}
 .podcast-buttons {
	 float: none;
   text-align: center;
}

.p-button-txt {
  text-align:center;
}
}


.background-image {
    display: none !important;
}
#banner-background-image{
    position: relative;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 620px;
}
#banner-background-image h1 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    max-width: 720px;
    margin-bottom: 0px;
    margin-top: 30px;
    background: rgba(0,0,0, 0.2);
    padding: 5px 5px 5px 10px;
}
#banner-background-image h3 {
    color: #fff;
    font-size: 22px;
    max-width: 680px;
    margin-bottom: 15px;
    font-family: 'Lato', arial, sans-serif;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgba(0,0,0, 0.2);
    padding: 5px 5px 5px 10px;
}
#banner-background-image .subscribe-form h3{
    padding: 0px;
    background: none;
}
#banner-background-image .cta_solid_button {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Lato', arial, sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #006633;
    border-color: #006633;
}
#banner-background-image .cta_solid_button:hover{
    border: 2px solid #FFF;
    background: #006633;
    color: #FFF;
}


/* Intro content */
.h-intro.sub-headline {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
}

.homepage-2019 .h-intro.sub-headline {
  font-weight: 400; 
}

/* Intro CTA*/
.intro-cta-area {
    background: #0c4254 url(https://1333476.fs1.hubspotusercontent-na1.net/hubfs/1333476/layout/homepage/graphic-intro-callouts-diamonds.svg) no-repeat 50% 35%;
    margin-bottom: 3rem!important;
}

.intro-cta-area:before {
    content: '';
    display: block;
    margin: 0 auto;
    max-width: 470px;
    height: 11px;
    background: #83BEC8;
    top: -11px;
    position: relative;
}

.intro-cta-area:after {
    content: '';
    display: block;
    margin: 0 auto;
    height: 5px;
    background: #F9F9F9;
    border: solid 1px #ECECEC;
    bottom: -75px;
    position: relative;
}

@media (min-width: 1200px) {

    .intro-cta-area:after {
        width: 1200px;
        left: 50%;
        transform: translateX(-50%);
    }

}

.intro-cta-area h1,
.intro-cta-area h2 {
    color: #fff;
    margin: .5rem 0 0;
}

@media (min-width: 768px) {
    .intro-cta-area .cta-group {
        display: flex!important;
        justify-content: center;
    }
}

.intro-cta-area .hs-cta-wrapper {
    margin: 20px 1rem 20px;
}

/*.hs-cta-wrapper a {
    color:white;
}*/

.intro-cta-area .cta_button {
    background-color: #9CCD4E;
    border-color: #9CCD4E;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 18px 32px;
}

.intro-cta-area .cta_button:hover {
    background-color: #83BEC8;
    border-color: #83BEC8;
    color: #fff;
}


.intro-cta-area.page-center {
    max-width: 950px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

/* Homepage Recent Posts */
.homepage .section-recent-posts {
    margin-top: 20px;
    /*margin-bottom: 30px;*/
    padding: 60px 0;
}
.homepage .section-recent-posts .recent-posts {
    align-content: center;
    /*align-items: center;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.homepage .section-recent-posts .recent-posts > .post {
    flex-basis: 30%;
}

.homepage .section-recent-posts .recent-posts > .post img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 180px;
    max-width: 100%;
    vertical-align: middle;
}    

.recent-posts > .post .post-featured-image {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

/*.recent-posts > .post .post-featured-image:hover {
    -webkit-box-shadow: inset 0px 0px 0px 5px #9CCD4E;
    -moz-box-shadow: inset 0px 0px 0px 5px #9CCD4E;
    -o-box-shadow: inset 0px 0px 0px 5px #9CCD4E;
    -ms-box-shadow: inset 0px 0px 0px 5px #9CCD4E;
    box-shadow: inset 0px 0px 0px 5px #9CCD4E;
}*/

/*.recent-posts > .post .post-featured-image:hover img {
    -webkit-transform: scale3d(0.95,0.95,1);
    transform: scale3d(0.95,0.95,1);
}*/

.recent-posts > .post .post-title h3 {
    margin-bottom: 30px;
}

.recent-posts > .post .post-title h3 a {
    color: #7FA642;
    font-size: 23px;
    font-weight: 700;
}

.recent-posts > .post .post-title h3 a:hover {
    color: #006633;
}

.recent-posts > .post .post-summary {
    font-size: 18px;
}

.homepage .hero-container {
    display: block;
    line-height: 0;
    margin-top: 75px;
    position: relative;
    z-index: 100;
}

.homepage .hero-block-light-green {
    /*background-color: #9CCD4E;
    display: block;
    height: 290px;
    left: -75px;
    position: absolute;
    top: 200px;
    width: 220px;
    z-index: 10;   */
    display: none; 
}

.homepage .hero-block-image-background {
    /*border-bottom: 10px solid #006633;
    padding-right: 75px;*/
    position: relative;
    z-index: 100;
}
.homepage .hero-block-image-background img {
    height: auto;
    /*max-width: 1600px;*/
    width: 100% !important;
}    

.social-media {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0px;
}
.social-media:before {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    background: #006633;
    z-index: 1;
}
.social-media > .page-center {
    position: relative;
    z-index: 2;
}
.social-media a{
    padding-right: 5px;
}
.social-tagline {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
    font-weight: 700;
    font-size: 13px;
    text-align: right;
}
.logo-bar-background {
    background: #f5f5f5;
    height: 100px;
}

  #overview-background-image {
    position: relative;
    /*background-color: #006633;*/
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    /*min-height: 711px;*/
    min-height: 925px;
    margin-top: 25px;
    overflow: hidden;
    width: 100%;
}

.homepage-2019 #overview-background-image {
  min-height: 675px;
}

@media (max-width: 768px) {
  .homepage-2019 #overview-background-image {
    min-height: auto; 
  }
}
  
.homepage #overview-background-image { /*namespacing this as I don't know what else might be affected*/
    overflow: visible;
}

#overview-background-image:before {
    content: " ";
    height: 11px;
    position: relative;
    background-color: #83BEC8;
    /*width: 25%;*/
    max-width: 470px;
    left: 50%;
    top: -11px;
    text-align: center;
    transform: translateX(-50%);
    display: block;
}

.homepage-2019 #overview-background-image:before {
  display: none;
}

.overview-image {
    display: none !important;
}

.overlay-primary {
    opacity: 0.77;
    background: #1c4e5e; /* Old browsers */
    background: linear-gradient(to right, #1c4e5e 0, #0f5b36 66%, #006633 100%);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 10;
}

.homepage-2019 .overlay-primary {
  opacity: 0.25;
}

.overview-content {
    padding-top: 40px;
    position: relative;
    z-index: 20;
}

.homepage .main-content .section-heading h2 { 
    margin-bottom: 1rem;
}
.map-container { 
    background-color: #F9F9F9;
    padding-top: 20px;
}

.homepage-2019 .map-container {
  padding-top: 60px;
}

/*.map-background {
    position: relative;
}
.map-background img {
    height: auto;
    width: 100% !important;
}
.map-background .widget-type-linked_image {
    line-height: 0;
}*/

.homepage .homepage-map-section {
    /*position: absolute;
    top: 25px;*/
}

.homepage .map-heading-container .section-heading-module h2 {
    /*font-size: 23px;*/
    /*font-weight: 700; */
    margin-bottom: 1rem;
}

.homepage .map-heading-container .sub-heading {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.homepage .map-heading-container .link-locations {
  margin-bottom: 10px;
}
.homepage .map-heading-container .link-locations a {
    color: #7FA642; 
    font-size: 20px;
    font-weight: 700;
}

.homepage .map-heading-container {
    /*left: 0;
    margin-top: 40px;
    position: absolute;*/
    text-align: center;
    /*top: 0;
    z-index: 30;*/
}

/*.homepage .map-heading-container:after {
    background-color: #83bec8;
    content: ' ';
    height: 10px;
    left: 50%;
    max-width: 35%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 35%;
}*/

#locations-map {
    /*background-color: #f4f4f4;*/
    height: 550px;
    margin-top: 10px;
    position: relative;
    overflow: auto !important;
    width: 100%;
}

/*#locations-map:before {
    background-color: #83BEC8;
    bottom: 100%;
    content: ' ';
    height: 10px;
    left: 50%;
    max-width: 35%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 35%;
}*/

.homepage-2019 .location-map--desktop {
  display: none;
}

@media (min-width: 768px){
  .homepage-2019 .location-map--desktop {
    display: block;
  }
}

.homepage-2019 .location-map--mobile {
  display: block;
}

@media (min-width: 768px){
  .homepage-2019 .location-map--mobile {
    display: none;
  }
}

.gm-style-iw * {
    display: block;
    width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}

.location-map-info-window h4 {   
    color: #fff;
    font-size: 18px;
}

.js-info-bubble-close {
    color: #fff;
    cursor: pointer;
    font-size: 20px;    
}

.location-map-info-window p {
    color: #fff;
    font-size: 16px;
}

/*
    Contact Us Page 
*/
.contact-form-container {
    background-color: #f7f7f7;
}


/* Reusable Components
   ========================================================================== */

.body-background-image img {
    position: absolute;
    right: 0;
    top: 121px;
    z-index: 1;
}

/* Page Title Background */
.page-hero {
    /*background-image: url(//1333476.fs1.hubspotusercontent-na1.net/hubfs/1333476/layout/logo-squares.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    min-height: 415px !important;*/
    position: relative;
}

.page-hero:before {
    background-image: url(//1333476.fs1.hubspotusercontent-na1.net/hubfs/1333476/layout/logo-squares.png?t=1474900281429);
    background-repeat: no-repeat;
    background-position: 100% 0;
    content: '';
    height: 420px;
    width: 245px;
    position: absolute;
    top: 0;
    right: 0;
}

.hero-content-container {
    padding: 60px 0 0;
    z-index: 10;
}

.hero-content-container a {
    border-bottom: 1px solid #0091ae;
    z-index: 10;
}

.hero-content .page-title h1 {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-content .lead-text {
    color: #54565A;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0px;
}

/* Rich Editor Checkmark Lists */
.hs_cos_wrapper_type_rich_text ul {
    margin: 20px 0;
    padding-left: 2px;
}
.hs_cos_wrapper_type_rich_text ul li {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 1.2em;
    position: relative;
}
.hs_cos_wrapper_type_rich_text ul li:before {
    background-color: #C4DED5; /* 23% opactiy of secondaryAccentColor */
    content: " ";
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    margin-left: -20px;
    margin-top: 8px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
}

.hs_cos_wrapper_type_rich_text table {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto;
}

.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    float: left;
    width: 40%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    width: 60%;
    padding: 0 0 0 15px;
}
.blog-tabber .hs-rss-item:last-child {
    margin-bottom: 10px;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
display: block;
width: auto;
}

.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
float: left;
width: 40%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}


/* Flex Slider */
.hs_cos_flex-slider .caption {
    background: #006633;
}


/* Modular Selectors
   ========================================================================== */

/* Colors */
.primaryAccentColor { color: #006633; }
.secondaryAccentColor { color: #9CCD4E; }
.accentColor3 { color: #ddd; }

/* Delays */
.delayp1 { animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s; }
.delayp2 { animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s; }
.delayp3 { animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -o-animation-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s; }
.delayp4 { animation-delay: .4s;
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s; }
.delayp5 { animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s; }
.delayp6 { animation-delay: .6s;
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s; }
.delayp7 { animation-delay: .7s;
    -moz-animation-delay: .7s;
    -webkit-animation-delay: .7s;
    -o-animation-delay: .7s;
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s; }
.delayp8 { animation-delay: .8s;
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -o-animation-delay: .8s;
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s; }
.delayp9 { animation-delay: .9s;
    -moz-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -o-animation-delay: .9s;
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s; }
.delay1s { animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s; }
.delay2s { animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s; }

/* Paddings */
.padding10tb { padding: 10px 0px; }
.padding20tb { padding: 20px 0px; }
.padding30tb { padding: 30px 0px; }
.padding40tb { padding: 40px 0px 0px; }
.padding60tb { padding: 60px 0px; }
.padding80tb { padding: 80px 0px; }
.padding100tb { padding: 100px 0px; }

.padding10b { padding-bottom: 10px; }
.padding20b { padding-bottom: 20px; }
.padding30b { padding-bottom: 30px; }
.padding40b { padding-bottom: 40px; }
.padding50b { padding-bottom: 50px; }
.padding60b { padding-bottom: 60px; }

.padding10t { padding-top: 10px; }
.padding20t { padding-top: 20px; }
.padding30t { padding-top: 30px; }
.padding40t { padding-top: 40px; }
.padding50t { padding-top: 50px; }
.padding60t { padding-top: 60px; }
.padding80t { padding-top: 80px; }

.margin10t { margin-top: 10px; }
.margin20t { margin-top: 20px; }
.margin30t { margin-top: 30px; }
.margin40t { margin-top: 40px; }
.margin50t { margin-top: 50px; }
.margin60t { margin-top: 60px; }
.margin80t { margin-top: 80px; }

.margin10b { margin-bottom: 10px; }
.margin20b { margin-bottom: 20px; }
.margin30b { margin-bottom: 30px; }
.margin40b { margin-bottom: 40px; }
.margin50b { margin-bottom: 50px; }
.margin60b { margin-bottom: 60px; }
.margin80b { margin-bottom: 80px; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-container-wrapper {
    background-color: #0C4254;
}

.homepage-2019 .footer-container-wrapper,
.footer-container-wrapper {
  background-color: rgba(244,244,244,1.0); 
}
  
.footer-container {
    padding: 40px 0;
}

.footer {
    color: #fff;
    padding: 10px 0px;
    font-size: 16px;
}
.footer a {
    color: #fff;
}

.footer a:hover {
    color: #fff; 
}

.homepage-2019 .footer a,
.footer a {
    color: #1C4E5E;
    border-bottom: none;
}

.homepage-2019 .footer a:hover,
.footer a:hover {
    color: #1C4E5E; 
}

.footer .footer-bottom {
    border-top: 1px solid #205162;
    padding-top: 20px;
}

.homepage-2019 .footer .footer-bottom,
.footer .footer-bottom {
    border-top: 1px solid #D8D8D8;
}

.footer-bottom ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: -5px;
    margin-top: 0;
    padding: 0;
}
.footer-bottom ul > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.footer-bottom ul.legal > li {
    font-size: 13px;
}

.homepage-2019 .footer-bottom ul.legal > li,
.footer-bottom ul.legal > li {
  color: #1C4E5E;
}

.footer-bottom ul.legal > li:after {
    color: #fff;
    font-size: 13px;
    padding-left: 15px;
}

.homepage-2019 .footer-bottom ul.legal > li:after,
.footer-bottom ul.legal > li:after{
    color: #1C4E5E;
}


.footer-bottom ul.legal > li:last-child:after {
    display: none;
}
.footer-bottom ul.legal > li > a:hover {
    color: #9CCD4E;
    text-decoration: none;
}

.homepage-2019 .footer-bottom ul.legal > li > a:hover,
.footer-bottom ul.legal > li > a:hover {
    color: #1C4E5E;
}

.footer-bottom ul.social {
    text-align: right;
}
.footer-bottom ul.social > li {
    padding-left: 10px;
}
.footer-bottom ul.social > li > a {
    font-size: 22px;
}
.footer-bottom ul.social > li > a:hover {
    color: #9CCD4E;
}

.homepage-2019 .footer-bottom ul.social > li > a:hover,
.footer-bottom ul.social > li > a:hover {
    color: #1C4E5E;
}

/* Back to Top */
.container-fluid .row-fluid .back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: auto;
    font-size: 20px;
    padding: 1px 8px 4px;
    border-radius: 4px;
    background: #006633;
    cursor: pointer;
}
.back-to-top a {
    color: #003401;
}


/* ==========================================================================

   3. MAIN NAVIGATION

   ========================================================================== */

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

 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    background:inherit;
    padding-top: 30px;

    /*float: right;*/
    /*-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    background:inherit;
    font-weight: normal;
    font-size: 16px;
    margin-right: 0px;
    /*-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
    /*position: relative;*/
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #696969;
    display: block;
    margin: 10px 15px;
    position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
/*    border-bottom: 4px solid #006633;*/
    color: #696969;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after, 
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:after {
    background-color: #006633;
    content: ' ';
    bottom: -5px;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    color: #9B9B9B;
    font-size: 16px;
    width: auto;
    border-bottom: none !important;
}
ul.active-branch {
    line-height: 21px;
  
}

ul.active-branch a:hover {
    color: light-green;
  border-bottom: none !important;
}
ul.active-branch a {
    color: light-green;
  border-bottom: none !important;
}

ul.active-branch:first-child {
    font-weight: 400;
}

/* 2nd Level Items */
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background: #006633;
    /*left: 15px;*/
    display: block;
    margin: 15px 0 0 15px;
    min-width: 200px;
    /*padding: 7px 0;*/
    /*top: 55px;*/
    top: 100%;
}

.custom-menu-primary li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 7px;
}

.custom-menu-primary .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: calc(100% - -10px);*/ /* Double negative to get positive because borked YUI Compressor used by HubSpot https://inbound.org/discuss/hubspot-auto-minification-breaking-css-attributes-calc-and-data-image */
    background-color: #9CCD4E; /*#1A8D64;*/
    left: 100%;
    min-height: 100%;
    margin: 0;
    position: absolute;
    top: 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;
    border-bottom: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    content: "\f0d8";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    color: #006633;
    position: absolute;
    top: -17px;
    left: 0;
    width: 100%;
    padding-left: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
    background: inherit;
    padding: 4px 0;
    /*border-bottom: 1px solid #45987A;*/
    /*padding: 10px 20px 10px 10px;*/
    /*-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
    border-bottom: none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    background-color: #9CCD4E;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #fff;
    padding: 10px 20px 10px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #006633;
}

@media (min-width: 768px){
  .homepage-2019 .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1) > a,
  .homepage-2019 .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a {
    border-radius: 4px;
    color: #fff !important;
    font-size: 14px;  
    font-weight: 700;  
    margin-top: 7px;
    padding: 5px 13px;
    text-transform: uppercase;
  }

  .homepage-2019 .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1) > a {
    background-color: #11ABB6;
    margin-left: 0;
    transition: all 0.2s ease-in-out;
  }

  .homepage-2019 .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1):hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1):hover > a {
    background-color: #058F99;
  }

  .homepage-2019 .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1):hover > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1):hover > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1) > a:after {
    display: none !important;
  }

  .homepage-2019 .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a {
    background-color: #1C4E5E;
    transition: all 0.2s ease-in-out;
  }

  .homepage-2019 .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2):hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2):hover > a {
    background-color: #0D6B89;
  }

  .homepage-2019 .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2):hover > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2):hover > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a:after {
    display: none !important;
  }
}

/* Show menu and remove background color on desktop after toggling mobile menu */
@media screen and (min-width:769px) {
  .custom-menu-primary .hs-menu-wrapper {
      display:block !important;
      background: transparent !important;
  }
}

/* Force header to trigger mobile layout on iPads */
@media (max-width: 768px){
  .header-container-wrapper .container-fluid  .row-fluid [class*="span"] {
    display: block;
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
  }
}

/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can
 * use this for custom styling on any element when the menu is in the open position.
 */

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

@media (max-width: 768px){


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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /*
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any
    * additional CSS you want removed from the mobile menu in this 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: #006633;
        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: #ffffff;
    }


    /* Toggle Button
     ========================================================================== */

    .mobile-trigger {
        background-color: #006633;
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: 22px;
        right: 10px;
        width: auto;
        height: auto;
        z-index: 99999999999;
        padding: 10px;
        text-transform: none;
    }
    .mobile-trigger:hover, .mobile-trigger:focus {
        /*background-color: #9CCD4E;*/
        outline: 0;
        text-decoration: none;
    }
    

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


  /* Toggle Button Icon & Animations
     ========================================================================== */
     .mobile-trigger .icon-bar {
        background-color: #fff;
        border-radius: 1px;
        display: block;
        height: 3px;
        width: 25px;
        position: relative;
        transition: all .3s ease-in-out;    
    }
    .mobile-trigger .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .mobile-trigger .icon-bar:nth-of-type(3) {
      top: 1px;
    }

    .mobile-trigger .icon-bar:nth-of-type(4) {
        top: 2px;
    }
    .mobile-trigger.active .icon-bar:nth-of-type(2) {
      top: 7px;
      transform: rotate(45deg);
    }
    .mobile-trigger.active .icon-bar:nth-of-type(3) {
          background-color: transparent;
    }
    .mobile-trigger.active .icon-bar:nth-of-type(4) {
          top: -7px;
          transform: rotate(-45deg);
    }

    /* Child Toggle Button
     ========================================================================== */

    .child-trigger{
        display: block !important; /* Hide button on Desktop */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute;
        top: 0px;
        right: 0px;
        width: 45px !important; /* Button width */
        min-width: 45px !important;
        height: 45px !important; /* Button height */
        padding: 0 !important;
        /*border-left: 1px solid rgba(255, 255, 255, .4);*/
    }
    .child-trigger:hover{
        text-decoration: none;
    }


    /* Child Toggle Button Icon & Animations
     ========================================================================== */

    .child-trigger i{
        position: relative;
        top: 50%; /* Centers icon inside button */
        margin: 0 auto !important;
    }
    .child-trigger i:after{
        position: absolute;
        content: '';
    }
    .child-trigger i, .child-trigger i:after{
        width: 15px; /* Icon line width */
        height: 3px; /* Icon line height */
        background-color:#ffffff; /* Icon color */
        display: block;
    }
    .child-trigger i:after{
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .child-trigger.child-open i:after{
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .child-trigger.child-open i{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }


  /* Menu Styles on Mobile Devices
     ========================================================================== */

    /* 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 {
        position: relative; /**************************************************************/
        top: 0;             /* Positions the menu to drop from the very top of the screen */
        left: 0px;          /**************************************************************/
        width: 100%;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    }
    .custom-menu-primary .hs-menu-wrapper {
        display: block;
        padding: 0 0 0 0;
        width: 100%; /* Full screen width */
        z-index: 8888;
    }

    /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul {
        background: #006633;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li a {
        font-size: 22px; /* Font size of top level list items */
        line-height: 45px;
        overflow: visible;
    }

    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        border-top: 1px solid rgba(255, 255, 255, .4);
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type {
        border-top: none;
    }

    .custom-menu-primary .hs-menu-wrapper >  ul li a {
        padding: 0 10px;
        color:#ffffff !important; /* link color set by global mobile-aColor variable */
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
        color:#ffffff !important; /* link hover color set by global mobile-aColorHover variable */
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
        display: none;
    }

    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul{
        background: transparent;
        border: 0px;
        padding: 0px;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        margin: 0;
    }
    .custom-menu-primary .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 {
        background-color: #006633;
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul li:hover{
        background-color: #006633;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        font-size: 16px;
        line-height: 1.7;
        padding: 5px 0 5px 10px;
        text-indent: 10px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after, 
    .custom-menu-primary li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>a:after {
        display: none;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
        display: none;
    }

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

    /* Toolbar */

  

    .toolbar-menu {
        display: none !important;
    }

}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin-right: 5px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        margin: 10px 11px;
    }
}

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

.footer .footer-menu {
  padding-bottom: 28px;
}
.footer .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/* Top level item */
.footer .footer-menu ul .hs-menu-depth-1 {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
  float: none !important;
}

.footer .footer-menu ul > li.hs-menu-depth-1 > a {
    color: #9CCD4E;
    font-weight: 700;
}
.homepage-2019 .footer .footer-menu ul > li.hs-menu-depth-1 > a,
.footer .footer-menu ul > li.hs-menu-depth-1 > a {
    color: #006633;
    font-weight: 700;
    font-size: 24px;
}
.footer .footer-menu ul > li.hs-menu-depth-1 > a:hover {
    color: #0091ae;
}
.homepage-2019 .footer .footer-menu ul > li.hs-menu-depth-1 > a:hover,
.footer .footer-menu ul > li.hs-menu-depth-1 > a:hover {
    color: #0091ae;
}

/* Child List */
.footer .footer-menu ul.hs-menu-children-wrapper {
    padding-top: 20px;
    line-height: 1.35em;
}
.footer .footer-menu ul.hs-menu-children-wrapper li.hs-menu-depth-2 {
    padding-bottom: 0px;
}
.footer .footer-menu ul.hs-menu-children-wrapper li > a {
    color: #fff;
}
.homepage-2019 .footer .footer-menu ul.hs-menu-children-wrapper li > a,
.footer .footer-menu ul.hs-menu-children-wrapper li > a {
    color: #888888 !important;
}
.footer .footer-menu ul.hs-menu-children-wrapper li > a:hover {
    color: #9CCD4E;
}
.homepage-2019 .footer .footer-menu ul.hs-menu-children-wrapper li > a:hover,
.footer .footer-menu ul.hs-menu-children-wrapper li > a:hover {
    color: #4A4A4A;
}

/* ==========================================================================
   Sub Menu (Sidebar)
   ========================================================================== */

.page-sub-menu {
    border-right: 1px solid #D7D7D8;
    margin: 50px 0;
}

/* ==========================================================================

   4. TEMPLATE MODULE SELECTORS

   ========================================================================== */

/* Common Template Selectors
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar ul{
    padding-left: 10px;
    list-style: none;
}

.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column,
body.landing-page.one-column,
body.error-template.one-column,
body.password-template.one-column,
body.subscription-template.one-column {}

body.site-page.one-column .main-content,
body.landing-page.one-column .main-content,
body.error-template .main-content,
body.password-template .main-content,
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column .content-wrapper a {
    border-bottom: 1px solid #0091ae;
}
body.blog {}

body.site-page.two-column .main-content,
body.landing-page.two-column .main-content,
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column,
body.landing-page.three-column {}

body.site-page.three-column .main-content,
body.landing-page.three-column .main-content {}


/* Website Pages
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}

body.site-page.one-column .section-content-overview {
    background-color: #F9F9F9;
    margin-top: 50px;
    padding-top: 30px;
    position: relative;
}
body.site-page.one-column .section-content-overview:before {
    content: ' ';
    height: 0px;
    position: absolute;
    background-color: #006633;
    width: 95%;
    /* top: 0; */
    left: 0;
}

body.site-page.one-column .background-secondary {
    background-color: #9CCD4E;
}

body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .page-hero {
    padding-bottom: 50px;
}
body.site-page.two-column .content-wrapper a {border-bottom: 1px solid #0091ae;}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .section-content-overview {
    margin-top: 40px;
    padding-top: 30px;
}
body.site-page.two-column .section-content-overview .content-wrapper {
    /*border-bottom: 1px solid #ECECEC;*/
    /*padding-bottom: 40px;*/
}

body.site-page.two-column .section-content-overview .right-column-content {

}

/*body.site-page.two-column .section-content-overview .right-column-content div.hs_cos_wrapper_type_linked_image {
    -webkit-box-shadow: 25px -40px 0px 0px rgba(156,205,78,1);
    -moz-box-shadow: 25px -40px 0px 0px rgba(156,205,78,1);
    box-shadow: 25px -40px 0px 0px rgba(156,205,78,1);
}

body.site-page.two-column .section-content-overview .right-column-content img, body.site-page.two-column .section-content-overview .left-column-content img {
    box-shadow: 11px 11px 30px 0px rgba(0,0,0,0.18);
    height: auto;
    width: 100% !important;
}*/

.column-container {
    margin-bottom: 10px;
    position: relative;
}

body.site-page.two-column .column-container .hs_cos_wrapper_type_rich_text {
    margin-bottom: 20px;
}

body.site-page.two-column .column-container.column-left {
    font-size: 18px;
}
body.site-page.two-column .column-container.column-right {
    font-size: 18px;
}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}

/* Custom templates */
body.site-page.template-life-at-veristat .map-container {
    margin-top: 30px;
}

body.site-page.template-life-at-veristat .container-fluid .row-fluid .page-center.job-ctas {
    padding: 40px 20px;
}

body.site-page.template-life-at-veristat .job-ctas span {
    margin: 20px auto;
    text-align: center;
}

body.site-page.template-life-at-veristat .job-ctas .cta_button {
    background-color: transparent;
    background-image: none;
    border-color: #9CCD4E;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    color: #9CCD4E;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 16px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

body.site-page.template-life-at-veristat .job-ctas .cta_button:hover {
    color: #006633;
    background-color: #9CCD4E;
}

.template-life-at-veristat .job-ctas h2 {
    color: #fff;
    font-size: 26px;
    text-align: center;    
}    


/* Landing Pages
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper p {line-height: 1.5;}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


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

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

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

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

/* ==========================================================================

   5. COS COMPONENTS

   ========================================================================== */

/*!
 * Bootstrap Modal CSS
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 121px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    /*display: flex !important;
  align-items: center;*/
    
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #EFEFEF;
    /*border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;*/
    
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 10px 15px 0px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    color: #0091ae;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
}
.modal-body {
    color: #4A4A4A;
    padding: 5px 15px 15px;
    position: relative;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.affix {
    position: fixed;
}


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

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

body.blog .page-hero {}

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

/* Blog Listing */
body.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 a {}

/* Blog Post Header */
.post-header {
    margin-bottom: 15px;
}

.post-header h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.post-header h2 a {
    color: #4A4A4A;
}
.post-header h2 a:hover {
    color: #006633;
}

.post-header p {
    font-size: 13px;
}

.post-footer .row-separator:first-child {
    border-top-width: 1px;
    margin-top: 25px;
}
.post-footer .row-separator {
    border: 1px solid #f4f5f6;
    border-width: 0 0 1px;
    padding: 20px 0;
}

.post-footer .share-post, .post-footer .post-topics {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.post-footer h3.share {
    line-height: 2;
    margin-bottom: 0;
}

.post-footer .share-post>li, .post-footer .post-topics>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.share-post .social-icon {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: 4px;
    width: 46px;
    height: 46px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    opacity: 1;
}

.share-post .social-icon:hover {
    opacity: .65;
}

.share-post .social-facebook {
    background-color: #3c599f;
}

.share-post .social-twitter {
    background-color: #55acee;
}

.share-post .social-linkedin {
    background-color: #0085ae;
}

.share-post .social-google-plus {
    background-color: transparent;
}

h3.heading-related-posts {
    margin-top: 20px;
    
}

.post-footer .post-nav {
    display: block;
    margin: 50px 0 30px;
    padding: 20px 0;
}

.post-footer .post-nav .previous-post-link:before {
    content: '\f0d9';
    margin-right: 10px;
}
.post-footer .post-nav .next-post-link:after, .post-footer .post-nav .previous-post-link:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    position: relative;
    top: 2px;
}

/* Blog Author and Avatar */
#hubspot-author_data {
    float: left;
}
#hubspot-author_data a.author-link {}
.hs-author-avatar {}
.hs-author-avatar img {}

p.custom_listing_comments {
    float: right;
}

.hs-blog-social-share {
    float: left;
}

.body-container-wrapper .blog-section a {
  text-decoration: none;
}
  
  
/* Use this to set up different styling for your blog posts */
/*.blog-listing-wrapper .post-listing .post-item {
    padding-bottom: 30px;
    padding-top: 20px;
}
.blog-listing-wrapper .post-listing .post-item:first-child {
    padding-top: 0;
}*/

.blog-listing-wrapper .post-listing hr:last-child {
    display: none;
}

.blog-listing-wrapper .post-listing .post-item .post-body {
    margin-bottom: 15px;
}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link { display: block; }
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 300px;
    max-width: 100%;
    display: inline-block !important;
    float: none!important;
    margin: 10px 0px 10px 0px;
}

/* Read More Link */
a.more-link {
    color: #006633;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid green;
    z-index: 10;
}

a.more-link:hover {
    color: #9CCD4E;
}

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

/**
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping
 */
.social-sharing-wrapper {
    clear: both;
}
.hs-blog-social-share {
    padding: 10px 0 0 0;
    height: auto;
}

/**
 * Blog Commments
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/** 
 *
 * Blog Pagination 
 */
.blog-pagination {
    text-align: left;
}

.blog-pagination ul {
    list-style-type: none;
    padding-left: 0;
}

.blog-pagination ul li {
    display: inline-block;
    padding: 5px;
}

.blog-pagination ul li.active {
    background-color: #9CCD4E;
}

.blog-pagination ul li a {
    color: #9B9B9B;
}
.blog-pagination ul li.active a {
    color: #fff;
}

.blog-pagination .last-posts-link {
    
}
.blog-pagination .all-posts-link {}
.blog-pagination .next-posts-link {
    
}

/* Blog Author Page */
.hs-author-social-label {
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
    vertical-align: middle;
}
.hs-author-social-links a.hs-author-social-link {
    font-size: 30px;
    display: inline-block;
    padding-right: 5px !important;
    background: none !important;
    vertical-align: middle;
}

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

.blog-sidebar {}

.blog-sidebar ul {
    list-style: none;
    padding-left: 0;
}

.blog-sidebar-filter-list li {
    padding: 2px 0;
}

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

.blog-sidebar .sidebar-block {
    background-color: #F1F1F1;
    display: block;
    height: 100%;
    margin-bottom: 30px;
    min-height: 20px;
    padding: 20px;
}

.blog-sidebar .sidebar-block h3 {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: left;
}
.blog-sidebar .sidebar-block h3:after {
    content: ' ';
    border: 3px solid #9CCD4E;
    display: block;
    margin: 5px 0 0 0;
    width: 75px;
}

.blog-sidebar ul.social > li {
    display: inline-block;
    margin: 0 5px; 
}

.blog-sidebar ul.social li > a {
    background-color: #D8D8D8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #4A4A4A;
    display: block;
    height: 40px;
    text-align: center;
    width: 40px;
}

.blog-sidebar ul.social li > a:hover {
    color: #006633;
}
.blog-sidebar ul.social li > a > i {
    font-size: 20px;
    line-height: 40px;
    vertical-align: middle;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/* All Global Forms
   ========================================================================== */

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

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

/* Labels */
body label {
    margin-bottom: 5px;
    font-weight: 400;
}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"]:not(.gsc-input),
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 textarea,
body select {
    width: 100%;
    font-family: 'Lato', arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: block;
    border: 1px solid #C9C9C9;
    height: 50px;
    padding: 6px 20px;
    line-height: 1.42857143;
    color: ;
    background-color: #f7f7f7;
    /*background-image: none;*/
    border: 1px solid #C9C9C9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body input[type="text"]:not(.gsc-input):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 textarea:focus,
body select:focus {
    outline: 0;
    /*border-color: #006633;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 200px;
    padding: 10px 20px;
}
body textarea:focus {}

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

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

/* Required */
/*body input:focus:required:invalid,
body textarea:focus:required:invalid,
body select:focus:required:invalid {
    border-color: #d9534f;
}*/

/*body input:focus:required:invalid:focus,
body textarea:focus:required:invalid:focus,
body select:focus:required:invalid:focus {
    border-color: #C9C9C9;
}*/

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   color: #9B9B9B;
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
   color: #9B9B9B;
   opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #9B9B9B;
   opacity: 1;
}
:-ms-input-placeholder { /* IE10 */
   color: #9B9B9B;
   opacity: 1;
}


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

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

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

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"],
.hs_cos_wrapper_type_form input[type="datetime"],
.hs_cos_wrapper_type_form input[type="datetime-local"],
.hs_cos_wrapper_type_form input[type="date"],
.hs_cos_wrapper_type_form input[type="month"],
.hs_cos_wrapper_type_form input[type="time"],
.hs_cos_wrapper_type_form input[type="week"],
.hs_cos_wrapper_type_form input[type="number"],
.hs_cos_wrapper_type_form input[type="email"],
.hs_cos_wrapper_type_form input[type="url"],
.hs_cos_wrapper_type_form input[type="search"],
.hs_cos_wrapper_type_form input[type="tel"],
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

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

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {
    display: inline-block;
    max-width: 100%;
    /*padding: 1rem 2.6rem 1rem 1rem;*/
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem\9;
    vertical-align: middle;
    /*background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;*/
    background: #fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20276.7%20153%22%20enable-background%3D%22new%200%200%20276.7%20153%22%3E%3Cstyle%3E.arrow%7Bfill%3A@{arrow}%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M276.7%200H0l138.2%20153z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat right .75rem center;
    background-image: none\9;
    /*-webkit-background-size: 8px 10px;*/
    /*background-size: 8px 10px;*/
    -webkit-background-size: 16px;
    background-size: 16px;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    line-height: inherit;
    text-transform: none;

}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li.hs-form-radio input[type="radio"] { width: auto; }
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

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

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

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

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

/* Error */
body .hs-common-error-message {}

/* Google Search Form Full Width
   ========================================================================== */

.search-form-full .input-group {
    border-collapse: separate;
    display: table;
    position: relative;
    width: 100%;
}

.search-form-full .hs-input {
    display: inline-block;
    position: relative;
}

.input-group .hs-input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
}

.search-form-full .input-group .hs-input:focus, 
.search-form-full .input-group .hs-input:active, 
.search-form-full .input-group .hs-input:hover {
    z-index: 3;
}

.search-form-full .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    display: table-cell;
}

/* Label */
.search-form-full label {
    color: #4A4A4A;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
    text-rendering: optimizelegibility;
}

.search-form-full label:after {
    content: ' ';
    border: 3px solid #9CCD4E;
    display: block;
    margin: 5px 0 0 0;
    width: 75px;
}

/* Input */
body .search-form-full input[type="text"] {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #54565A;
    border-width: 1px;
    display: table-cell;
    font-size: 18px;
    height: 45px;
    vertical-align: middle;
    width: 100%;
}
.search-form-full input[type="text"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.input-group-btn:not(:first-child):not(:last-child),
.input-group .hs-input:not(:first-child):not(:last-child) {
    border-radius: 0;
}

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

#search-form-sidebar .input-group {
    border-collapse: separate;
    display: table;
    position: relative;
    width: 100%;
}

#search-form-sidebar .hs-input {
    display: inline-block;
    position: relative;
}

#search-form-sidebar .input-group .hs-input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
}

#search-form-sidebar .input-group .hs-input:focus, 
#search-form-sidebar .input-group .hs-input:active, 
#search-form-sidebar .input-group .hs-input:hover {
    z-index: 3;
}

#search-form-sidebar .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    display: table-cell;
}

/* Label */
#search-form-sidebar label {
    color: #4A4A4A;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
    text-rendering: optimizelegibility;
}

#search-form-sidebar label:after {
    content: ' ';
    border: 3px solid #9CCD4E;
    display: block;
    margin: 5px 0 0 0;
    width: 75px;
}

/* Input */
#search-form-sidebar input[type="text"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #fff;
    display: table-cell;
    font-size: 18px;
    height: 43px;
    max-width: 400px;
    vertical-align: middle;
    width: 100%;
}
#search-form-sidebar input[type="text"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

#search-form-sidebar .input-group-btn:not(:first-child):not(:last-child),
#search-form-sidebar .input-group .hs-input:not(:first-child):not(:last-child) {
    border-radius: 0;
}

#search-form-sidebar .hs-button {
    background-color: #9CCD4E;
    border-color: #9CCD4E;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
}

#search-form-sidebar .hs-button:hover, #search-form-sidebar .hs-button:focus {
    background-color: #0C4254;
    border-color: #0C4254;
}

/* Google Custom Search Form */
.gsc-search-button {
    box-sizing: content-box;
}

.gsc-input-box {
    height: 30px !important;
}

/* Contact Form
   ========================================================================== */

/* Submit button */
.contact-form .hs_submit, .form-full-width .hs_submit {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.contact-form .hs_subscribe_to_newsletter {
    text-align: center;
}

.contact-form .hs_subscribe_to_newsletter .hs-form-booleancheckbox-display span {
    margin-left: 10px;
}

/* RFI/RFP Form
   ========================================================================== */
/* File label */
.hs_cos_wrapper_type_form .hs_rfi_rfp_attachment > label {
    display: block;
}   

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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {
    margin-left: 2.127659574%;
    width: 48.93617020799999%;
}

body .hs-form fieldset.form-columns-2 .hs-form-field:first-child {
    margin-left: 0;
}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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

/* Form Error Selectors
   ========================================================================== */
.hsformerror{
    font-size: 12px!important;
    border: 0 !important;
    color: #FFF!important;
    background-image: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    z-index: 99999 !important;
    border-color: #006633 !important;
    background: #006633 !important;
}
.hsformerror .close-form-error {
    color: #006633;
}
.hsformerror em {
    border-color: #006633 transparent transparent !important;
}

input.hs-input.error, 
.hs-form div.field.error input, 
.hs-form div.field.error textarea, 
.hs-form div.field.error 
textarea.hs-input.error {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-full-width ul.hs-error-msgs > li > label, .hs-custom-form ul.hs-error-msgs > li > label {
    color: #b94a48;
}

.form-full-width input[type="text"].invalid:focus,
.form-full-width input[type="number"].invalid:focus,
.form-full-width select.invalid:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

#investigator-signup-form .form-title, #rfp-form .form-title {
    display: none;
}

#investigator-signup-form .hs-richtext {
    color: #4A4A4A;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

#investigator-signup-form legend {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

#investigator-signup-form label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    display: block;
}

#investigator-signup-form ul.hs-error-msgs > li > label,
#investigator-signup-form .hs_institution_type label,
#investigator-signup-form .hs_satellite_sites label,
#investigator-signup-form .hs_number_satellite_sites label,
#investigator-signup-form .hs_clinical_trial_phases label,
#investigator-signup-form .hs_patient_therapeutic_areas label,
#investigator-signup-form .hs_years_of_sponsor_driven_clinical_trial_experience label,
#investigator-signup-form .hs_use_central_irb_ethics_board label,
#investigator-signup-form .hs_central_irb_ethics_board_name label,
#investigator-signup-form .hs_additional_protocol_review_committees label,
#investigator-signup-form .hs_irb_ethics_board_meeting_frequency label,
#investigator-signup-form .hs_required_time_before_local_irb_ethics_board_meetings_document_submission label,
#investigator-signup-form .hs_final_draft_documents_required_for_submission label,
#investigator-signup-form .hs_safety_review_board_and_irb_required_documents label,
#investigator-signup-form .hs_average_time_local_irb_ethics_board_meeting_approval label,
#investigator-signup-form .hs_access_to_local_laboratory label,
#investigator-signup-form .hs_local_laboratory_location label,
#investigator-signup-form .hs_brochure_cv_document label,
#investigator-signup-form .hs_site_uses_central_irb label,
#investigator-signup-form .hs_central_irbs_used label,
#investigator-signup-form .hs_site_uses_a_local_irb label,
#investigator-signup-form .hs_site_uses_a_local_irb label {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    overflow: auto;
    clip: auto;
    font-weight: 700;
}

#investigator-signup-form .hs-form-radio label,
#investigator-signup-form .hs-form-checkbox label { 
    font-weight: 400;
}

#investigator-signup-form .hs_submit {
    text-align: left;
}

#rfp-form .hs_rfi_rfp_attachment label {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    overflow: auto;
    clip: auto;
    font-weight: 700;
}

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

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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Lato', arial, sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1.42857143;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #006633;
    border-color: #006633;
    -webkit-appearance: none;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    border: 2px solid #FFF;
    border-color: #006633;
    background: #006633;
    color: #FFF;
}

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

.homepage-2019 .button--green {
  background-color: #9CCD4E;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 17px 55px;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}

.homepage-2019 .button--green:hover {
  background-color: #7FA642; 
}

.homepage-2019 .tabber-content .button--green {
  margin-top: 24px;
}

.homepage-2019 .button--orange {
  background-color: #E8662B;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 17px 55px;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}

.homepage-2019 .button--orange:hover {
  background-color: #F74F03; 
}

.homepage-2019 .button--dark-green {
  background-color: #005537;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 17px 55px;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}

.homepage-2019 .button--dark-green:hover {
  background-color: #039661; 
}

@media (max-width: 1024px) {
  .homepage-2019 .join-our-team__cta-link.button--green {
    margin-top: 20px;
  }
}

.homepage-2019 .button--blue,
.button--blue {
  background-color: #11ABB6;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 17px 55px;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}

.homepage-2019 .button--blue:hover
.button--blue:hover{
  background-color: #058F99; 
}

.homepage-2019 .button--blue,
.button--blue {
  background-color: #11ABB6 !important;
  border: none !important;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 17px 55px !important;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.homepage-2019 .button--blue:hover,
.button--blue:hover {
  background-color: #058F99 !important; 
  border: none !important;
}

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

.hs_cos_wrapper_type_form .hs-button.primary.large {
    background-color: #9CCD4E;
    border: 2px solid #9CCD4E;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    min-width: 300px;
    text-transform: uppercase;
}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    background-color: #006633;
    border-color: #006633;
}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {
    background-color: #006633;
    border-color: #006633;
}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}

/* Blog comment "reply to" section */
.comment-reply-to{
    color: #54565A!important;
    background: none!important;
    padding-left: 0px!important;
}
.comment-reply-to:before{
    content: "\f112";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
    font-size: 15px;
    color: #006633;
    vertical-align: top;
}
/* 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
   ========================================================================== */
.search-form-sidebar .hs-button.primary {
    border-color: transparent;
    color: #9CCD4E;
    display: table-cell;
    font-size: 18px;
    height: 43px;
    line-height: 1.1;
    padding: 8px 10px;
    position: relative;
}
.search-form-sidebar .hs-button.primary:hover,
.search-form-sidebar .hs-button.primary:focus {
    background-color: #fff;
    border-color: #fff;
    color: #006633;
}


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

/**
 * Override global CTA styles by wrapping the CTA module in a module group
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags.
*/

.hs-cta-wrapper {
    display: block;
    margin: 20px 0 35px 0;
}

/* CTA button with border */
.button-outline-cta .cta_button {
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Lato', arial, sans-serif;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 10px 40px;
    font-size: 16px;
    line-height: 1.42857143;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    border-color: #fff;
    -webkit-appearance: none;
    text-transform: uppercase;
}
.button-outline-cta .cta_button:hover {
    color: #fff;
    border-color: #006633;
    background-color: #006633;
}

/* Primary color */
.button-outline-cta.btn-outline-primary-cta .cta_button {
    color: #006633;
    background-image: none;
    background-color: transparent;
    border-color: #006633;
}
.button-outline-cta.btn-outline-primary-cta .cta_buton:hover {
    background-color: #9CCD4E;
    border-color: #9CCD4E;
    color: #006633;
}    

/* Secondary color */
.button-outline-cta.button-outline-secondary-cta .cta_button {
    color: #9CCD4E;
    background-image: none;
    background-color: transparent;
    border-color: #9CCD4E;
}
.button-outline-cta.button-outline-secondary-cta .cta_button:hover {
    background-color: #006633;
    border-color: #006633;
    color: #9CCD4E;
}

/* CTA button with Solid Background */
.cta_solid_button {
    border-style: solid;
    border-width: 2px;
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Lato', arial, sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-transform: uppercase;
    border-color: #006633;
    -webkit-appearance: none;
}
.cta_solid_button:hover {
    background: #FFF;
    border-style: solid;
    border-width: 2px;
    border-color: #006633;
    background: #006633;
    text-transform: uppercase;
}

.cta_button {
 /*   background-color: #006633;*/
    background-image: none;
 /*   border-color: #006633;*/
    color: #006633;
    cursor: pointer;
    display: inline-block;
    bottom: 15px;
    font-family: 'Lato', arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    padding:0px;    
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;    
    white-space: normal;
    -webkit-appearance: none;
}
.cta_button:hover {
    color: #11abb6;
    text-transform: uppercase;
}

@media (max-width: 535px) {
  .homepage-2019 .therapeutic_expertise_cta {
    margin: 0 20px !important;
  }  
}

.homepage-2019 .therapeutic_expertise_cta:hover {
  background-color: #0D6B89 !important;
}

.homepage-2019 .cta_button__dark-green:hover {
  background-color: #039661 !important;
  border: none;
}

.homepage-2019 .services_cta {
  background: #F9F9F9;
  border: 1px solid #ECECEC;
  border-radius: 0;
  color: #006633;
  display: block;
  font-size: 17px;
  font-weight: 800;
  margin: 0 auto;
  max-width: 1200px;
  padding: 16px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: calc(100% - 40px);
}

/* ==========================================================================
   Custom Global Groups
   ========================================================================== */

/* Blog Subscribe Group */
.blog-subscription-module {
    background-color: #006633;
    padding: 30px 0;
}
.blog-subscription-module .blog-subscription-heading h3 {
    color: #fff;
    font-size: 26px;
    line-height: 47px;
    margin-bottom: 0;
    text-align: right; 
}

.blog-subscription-module.blog-subscription-inline-form {
    text-align: left;
}

.blog-subscription-module .blog-subscription-inline-form h3 {
    color: #fff;
    margin-bottom: 0;
    padding-right: 1rem;
}

.blog-subscription-module .group-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-subscription-module .group-cta .hs-cta-wrapper {
    margin: 0;
    padding-right: 1rem;
    text-align: center;
}

.blog-subscription-module .group-cta .cta_button {
    background-color: #9CCD4E;
    border-color: #9CCD4E;
    color: #ffffff !important;
}
@media (max-width: 768px) {
  .homepage-2019 .blog-subscription-module .group-cta .cta_button,
  .blog-subscription-module .group-cta .cta_button {
    box-sizing: border-box !important;
    margin: 0 auto;
    max-width: 300px;
  }
}

.blog-subscription-module .group-cta .cta_button:hover {
    background: #0C4254;
    border-color: #0C4254;
    color: #fff;
}

.homepage-2019 .blog-subscription-module input.hs-button,
.blog-subscription-module input.hs-button {
  background-color: #005537 !important;
  border: none !important;
}

.homepage-2019 .blog-subscription-module input.hs-button:hover,
.blog-subscription-module input.hs-button:hover {
 background-color: #039661 !important;
 border: none !important;
}

.blog-subscription-inline-form .hs_cos_wrapper_type_blog_subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.blog-subscription-inline-form .hs_cos_wrapper_type_blog_subscribe form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.subscribe-form .hs-form-field {
    margin: 0;
}
.subscribe-form input[type="email"] {
    border-color: #fff;
    /*float: none;*/
    font-size: 18px;
    height: 47px;
    /*margin: 0;*/
    max-width: 400px;
    width: 300px;
}
.subscribe-form input[type="email"]:focus {
    border-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.subscribe-form .hs_email input {
    vertical-align: middle;
}

.subscribe-form .hs-button.primary {
    background-color: #9CCD4E;
    border-style: solid;
    border-width: 2px;
    border-color: #9CCD4E;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 18px;
    height: 47px;
    margin: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.subscribe-form .hs-button.primary:hover {
    background: #0C4254;
    border-color: #0C4254;
    color: #fff;
}

/* Hide blog subscribe label */
.widget-type-blog_subscribe label {
    clip: rect(1px, 1px, 1px, 1px);
    height:1px;
    overflow:hidden;
    position:absolute !important;
    width:1px;
}

/* Error messages */
.subscribe-form ul.hs-error-msgs {
    display: none !important;
}
/*.subscribe-form ul.hs-error-msgs > li > label {
    clip: auto;
    height: auto;
    overflow: auto;
    position: static;
    width: auto;
}*/

/* Blog Page(s) Sidebar Subscription Form
   ========================================================================== */

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

/* Inputs */
.subscribe-form.sidebar-block input[type="email"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: 43px;
}

.subscribe-form.sidebar-block input[type="email"]:focus {}

.subscribe-form.sidebar-block .hs_submit {
    height: 43px;
}

.subscribe-form.sidebar-block input[type="submit"] {
    font-size: 15px;
    height: 43px;
    padding: 8px 10px;
}

/* ==========================================================================

   6. MISCELLANOUS

   ========================================================================== */

/**
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and
 * FOOTER sections.  Custom styles for anything in-between the header and footer
 * (such as, styles that are unique to the HOMEPAGE only), must go in the
 * CONTENT section.
*/

.overview-section-cards {}

.background-primary {
    background-color: #006633;
}

.flexible-column h2:first-child {
    margin-top: 3rem;
}

/* Section Heading */
.section-heading h2, .main-content h2, .section-heading-module h2 {
    font-size: 39px;
    font-weight: 400;
    margin-bottom: 3rem;
    text-align: center;
}
@media (max-width: 768px) {
  .section-heading h2, .main-content h2, .section-heading-module h2 {
    font-size: 31px;
  }
}

.section-heading-white h2 {
    color: #fff;
    font-weight: 400;
}

.section-heading h2:after, .main-content h2:after, .section-heading-module h2:after {
    content: ' ';
    border: 3px solid #83BEC8;
    display: block;
    margin: 15px auto 0 auto;
    width: 75px;
}
.section-heading.green-bar h2:after, .main-content.green-bar h2:after {
    border-color: #9CCD4E;
}

.section-heading-module h2.primary:after {
    border-color: #006633;
}
.section-heading-module h2.secondary:after {
    border-color: #9CCD4E;
}
.section-heading-module h2.light-blue:after {
    border-color: #83BEC8;
}
.section-heading-module h2.dark-blue:after {
    border-color: #0C4254;
}
.section-heading-module h2.dark-gray:after {
    border-color: #54565A;
}

.cta-group-secondary {
    /*padding: 25px 0;*/
}

.cta-group-secondary .hs-cta-wrapper {
    margin: 10px 0 0;
}

/* Column Section Headings are aligned left */
.column-container h2 {
    font-size: 39px;
    font-weight: 400;
    line-height: 1.28;
    margin-bottom: 3rem;
    text-align: left;
}
.column-container h2:after {
    content: ' ';
    border: 3px solid #9CCD4E;
    display: block;
    margin: 15px 0 0;
    width: 75px;
}

/* FAQ Module */
.accordion { margin-bottom: 20px; }
.accordion_group {
    margin-bottom: 2px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #f0f0f0;
    padding: 5px 10px;
}
.accordion_header {
    cursor: pointer;
    font-size: 18px;
    line-height: 16px;
    width: 100%;
    padding: 10px 15px;
}
.accordion_icon{
    color: #006633;
    padding-right: 10px;
}
.accordion_content { padding: 10px 15px; }


/* ==========================================================================
   Content Tabber
   ========================================================================== */
.tabber-tabs {
    border-bottom: 1px solid rgba(185, 185, 185, .2);
    border-top: 1px solid rgba(185, 185, 185, .2);
    padding: 10px 0;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.homepage-2019 .tabber-tabs {
  padding: 0;  
}

.tabber-tabs > .tab {
  flex-basis: 30%;
  text-align: center;
}

.homepage-2019 .tabber-tabs > .tab {
  position: relative; 
}
  
.tabber-tabs > .tab > a {
    color: #9CCD4E;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.homepage-2019 .tabber-tabs > .tab > a {
  color: #fff; 
  display: inline-block;
  line-height: 50px;
}

.homepage-2019 .tabber-tabs > .tab:hover:after,
.homepage-2019 .tabber-tabs > .tab.active:after {
  background-color: #9CCD4E;
  content: '';
  height: 4px;
  margin-left: -60px;
  position: absolute;
    bottom: 0;
    left: 50%;
  width: 120px;
}
 
.tabber-tabs > .tab > a:hover,
.tabber-tabs > .tab > a:focus,
.tabber-tabs > .tab.active > a {
    color: #83BEC8;
    cursor: pointer;
}

.homepage-2019 .tabber-tabs > .tab > a:hover,
.homepage-2019 .tabber-tabs > .tab > a:focus,
.homepage-2019 .tabber-tabs > .tab.active > a {
  color: #fff;
}

.tabber-content {
    background: transparent;
    color: #fff;
    padding: 0 15px;
}

.homepage-2019 .tabber-content .row-fluid {
  display: flex;
  flex-direction: row;
}

.homepage-2019 .tabber-content .row-fluid .span6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
}

.homepage-2019 .tabber-content .row-fluid .span6:first-of-type {
  padding-left: 0;
}

.homepage-2019 .tabber-content .row-fluid .span6 .button--green {
  align-self: flex-start; 
}
  
.tabber-content ul {
    margin: 0;
}
.tabber-content h2, .tabber-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px;
}

.homepage-2019 .tabber-content h3 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .homepage-2019 .tabber-content h3 {
    font-size: 28px;
  }
}

.tabber-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 26px;
}
.homepage-2019 .tabber-content p {
  font-size: 20px;
  line-height: 1.5;
}

.tabber-content .tab-pane .tab-image {  
    text-align: right;
}
.tabber-content .tab-pane .tab-image img {
    -webkit-box-shadow: 11px 11px 11px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 11px 11px 11px 0px rgba(0,0,0,0.25);
    -o-box-shadow: 11px 11px 11px 0px rgba(0,0,0,0.25);
    -ms-box-shadow: 11px 11px 11px 0px rgba(0,0,0,0.25);
    box-shadow: 11px 11px 11px 0px rgba(0,0,0,0.25);
    text-align: right;
}

.homepage-2019 .tabber-content .tab-pane .tab-image img { 
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.25);
    -o-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.25);
    -ms-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.25);
}

.tabber-content .tab-pane .cta_button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #9CCD4E;
    padding: 10px 40px;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #9CCD4E;
    background-image: none;
    background-color: transparent;
}    

.tabber-content .tab-pane .cta_button:focus, .tabber-content .tab-pane .cta_button:hover {
    background-color: #9CCD4E;
    color: #006633;
    text-decoration: none;
}

/* ==========================================================================
   Cards
   ========================================================================== */

.card {
  position: relative;
  display: block;
  /*margin-bottom: 4rem;*/
  background-color: #fff;
  padding-bottom: 2rem;
  overflow: hidden;
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
  -webkit-box-shadow: 11px 11px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 11px 11px 30px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 11px 11px 30px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 11px 11px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 11px 11px 30px 0px rgba(0,0,0,0.2);
  height: 100%;
}

.card:before {
    /*background-color: rgba(156, 205, 78, .35);*/
    background-color: #9CCD4E;
    content: ' ';
    height: 6px;
    position: absolute;
    -webkit-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);   
    width: 100%;
    z-index: 30;
}

.card:focus:before, .card:hover:before {
    /*background-color: #9CCD4E;*/
    height: 12px;
    
}

.card:focus, .card:hover {
    /*transform:translateZ(0) scale(1.10);*/
  /*box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);*/
}

.card:focus .card-img-container, .card:hover .card-img-container {
    opacity: 1;
}

.card .card-block {
  padding: 1.25rem;
}

.card .card-block::after {
  content: "";
  display: table;
  clear: both;
}

.card .card-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 0.75rem;
    text-align: left;
}
.card .card-title:after {
    content: '';
    display: none;
}
.card .card-img-container {
    height: auto;
    opacity: .5;
    -webkit-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    width: 100%;
}

.card .card-img {
    height: auto;
    width: 100%;
    z-index: 20;
}

.card .card-text {
    color: #4A4A4A;
}

.card-deck {
    display: block;
    width: 100%;
    border-spacing: 20px 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: auto;
    margin-left: auto;
}


.card-deck > span {
    
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    margin-right: -20px;
    margin-left: -20px;    
}

.card-deck.cards-centered span {
    justify-content: center;
}

.card-deck.cards-right span {
    justify-content: flex-end;
}

.card-deck .hs_cos_wrapper_type_custom_widget {

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 60px;

    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

/*.card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    position: relative;
}*/

/* 
   Resource Block 
*/

.resource-library-grid > span {
   
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;    
}

.resource-library-grid .hs_cos_wrapper_type_custom_widget {
    /*flex-basis: 30%;*/
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 60px;
    width: 100%;
}

.resource-block {
    height: 100%;
    max-height: 290px;
    overflow: hidden;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.resource-block i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.resource-block:hover {
    opacity: .8;
}
.resource-block:hover .resource-block-icon i.fa {
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
}

.resource-block a, .resource-block a:hover{
    color: #fff;
    /*display: block;*/
    text-decoration: none;
}

.resource-block h3 {
    color: #fff;
}
.resource-block p {
    color: #fff;
    font-size: 16px;
}
.resource-block .resource-block-content {
    padding: 20% 5%;
    display: block;
    height: 100%;
}

.resource-block .resource-block-icon {
    padding-bottom: 15px;
}

.resource-block .resource-block-content.primary {
    background-color: #006633;
}
.resource-block .resource-block-content.secondary {
    background-color: #9CCD4E;
}
.resource-block .resource-block-content.inverse {
    background-color: #9B9B9B;
}
.resource-block .resource-block-content.light-blue {
    background-color: #83BEC8;
}
.resource-block .resource-block-content.dark-blue {
    background-color: #0C4254;
}

/* Resource downloads */
.resource-downloads .hs_cos_wrapper_type_custom_widget {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.resource-downloads .resource-block h3 {
    font-size: 18px;
}


/* ==========================================================================
   Wells
   ========================================================================== */
/* Well Module Group */
.well-module-group span.hs_cos_wrapper_widget_container {
/*    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;*/

    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-left: -40px; 

}
.well-module-group span.hs_cos_wrapper_widget_container .hs_cos_wrapper_type_custom_widget {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 40px;
}

/* Well Module */
.well {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .125);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    height: 100%;
    min-height: 20px;
    padding: 30px;
}
.well h3 {
    font-size: 22px;
    margin-bottom: 1.8rem;
    margin-top: 1.5rem;
    text-align: center;
}
.well h3:after {
    content: ' ';
    border: 3px solid #9CCD4E;
    display: block;
    margin: 5px auto 0 auto;
    width: 75px;
}
.well p {
    margin: 0; 
}

/* Well Colors */
.well-primary {
    background-color: #006633;
    border-color: #006633;
    color: #fff;
}
.well-primary h3 {
    color: #fff;
}
.well-primary a {
    color: #9CCD4E;
}
.well-primary a:hover {
    color: color_variant(#9CCD4E, 50);
}
.well-secondary {
    background-color: #9CCD4E;
    border-color: #9CCD4E;
    color: #006633;
}
.well-danger {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
.well-inverse {
    background-color: #ddd;
    border-color: #ddd;
}
/* Well Sizing */
.well-small {
    padding: 9px;
}
.well-large {
    padding: 29px;
}

/* ==========================================================================
   Image Icons
   ========================================================================== */
.image-icon-module-group {
    margin-bottom: 20px;
}

.image-icon-module {
    padding-bottom: 20px;
    text-align: center;
}

.homepage-2019 .image-icon-module {
  width: 220px; 
}

@media (max-width: 768px) {
  .homepage-2019 .image-icon-module {
    width: 170px; 
  }
}

.image-icon-module h3 {
    color: #7FA642;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.image-icon-module a:hover h3 {
    color: #006633;
}

.image-icon-module .image-icon {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 135px;
    justify-content: center;
    margin-bottom: 20px;
}

.image-icon-module .image-icon * {
    display: block;
}

a > .image-icon > img {
    margin: 0 auto;
    vertical-align: middle;

    /*-webkit-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear;
    opacity: 1;*/

    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: perspective(1000px) translate3d(0,0,0);
    transform: perspective(1000px) translate3d(0,0,0);
}

a:hover > .image-icon > img {
    -webkit-transform: perspective(1000px) translate3d(0, -10px, 21px);
    transform: perspective(1000px) translate3d(0, -10px, 21px);

    /*opacity: .6;*/
}

/* ==========================================================================
   Team Member
   ========================================================================== */
.team-member-module-group > span.hs_cos_wrapper_widget_container {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
.team-member-module-group > span.hs_cos_wrapper_widget_container .hs_cos_wrapper_type_custom_widget {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 40px;
}

.thumbnail {
    display: block;
    /*padding: 4px;*/
    margin-bottom: 20px;
    /*line-height: 1.42857143;*/
    background-color: #fff;
/*    border: 1px solid #ddd;
    border-radius: 4px;*/
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    -ms-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail a > img, .thumbnail img {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;

    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.thumbnail .thumbnail-image-background {
    background-color: #9CCD4E;
    display: block;
}

.thumbnail a.thumbnail-image-background:hover img {
    -webkit-transform: scale3d(0.95,0.95,1);
    transform: scale3d(0.95,0.95,1);
}

.thumbnail .caption {
    padding: 20px 0 0;
}

.thumbnail h3 {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 700;
}

.thumbnail h4 {
    color: #54565A;
    font-size: 18px;
    font-weight: 400;
}
/* ==========================================================================
   Testimonial
   ========================================================================== */
.testimonials-section {
    padding: 60px 0;
}

.quote-box {
    padding: 5px;
    position: relative;
    margin: 0;
    margin-bottom: 50px;
}
.quote {
    border: none;
    color: #4A4A4A;
    font-size: 22px;
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 0;
}
.quote-box footer {
    font-size: 14px;
}
.quote-box footer cite {
    color: #4A4A4A;
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
}


/* ==========================================================================

   7. MOBILE MEDIA QUERIES

   ========================================================================== */

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1200px) {
    .container-fluid .row-fluid .page-center {
        padding: 10px;
    }
    .container-fluid .footer-copyright .row-fluid .page-center {
        padding: 0 10px;
    }

    .container-fluid .row-fluid .page-center.testimonials-section {
        padding: 60px 10px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li {
        
    }
}


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

@media (max-width: 1024px) {
    /* Team member module */
    .team-member-module-group > span.hs_cos_wrapper_widget_container .hs_cos_wrapper_type_custom_widget {
        flex-basis: 40%;
        margin-bottom: 20px;
        max-width: 40%;
    }

    .card .card-img-container {
        opacity: 1;
    }
    
    .blog-subscription-module .group-cta {
        display: block;
    }
    
    .blog-subscription-module .group-cta .hs-cta-wrapper {
        margin-bottom: 1rem;
        padding-right: 0;
    }
    
    .blog-subscription-inline-form .hs_cos_wrapper_type_blog_subscribe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .blog-subscription-module .blog-subscription-inline-form h3 {
        margin-bottom: 1rem;
        padding-right: 0;
    }
}

/* Portrait tablet and smaller devices
   ========================================================================== */

@media (max-width: 768px) {
    /*.header-container-wrapper{
        position: relative;
    }*/

    .header-container {
        padding: 0;
    }

    .header-container-wrapper .container-fluid .row-fluid .page-center {
        padding: 0;
    }

    .header-container .hs_cos_wrapper_type_logo a img {
        max-width: 215px;
        margin: 15px 0 15px 10px;
    }

    .row-fluid [class*="span"].header-cta {
        display: none !important;
    }

    /* General */
    .body-container-wrapper {
        padding-top: 91px;
    }
   
    .sidebar.right,
    .main-content,
    .blog-sidebar {
        margin: 25px 0;
    }

    
    .team-member-name,
    .team-member-title {
        text-align: center;
    }

    /* Footer */
    .footer-container-wrapper .more-links a i {
        display: inline-block;
        width: auto;
    }
    .footer-container .about-us,
    .footer-container .more-links {
        margin-bottom: 25px;
    }

    /* Homepage */
    .homepage .hero-container {
        margin-top: 10px;
    }

    .service-group h4,
    .service-group-icon,
    #offer-background-image h1,
    #banner-background-image {
        text-align: center;
    }

    .homepage .container-fluid .row-fluid .page-center.section-recent-posts {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .homepage .subscribe-form {
        padding-top: 10px;
    }

    .homepage .subscribe-form .hs_email {
        width: auto;
    }
    #banner-background-image h1 {
        font-size: 32px;
        margin-bottom: 15px;
        margin-top: 55px;
    }
   
    .homepage .subscribe-form, .homepage .blog-subscription-heading {
        margin-left: 0;
        width: 100%;
    }
    .homepage .blog-subscription-heading {
        margin-left: -100px;
    }

    .social-tagline {
        text-align: center;
        margin-bottom: 15px;
    }

    /* Blog */
    #comment-form {
        margin-bottom: 25px;
    }

    /* CTA Secondary */

    .cta-group-secondary h2 {
        font-size: 45px;
        font-weight: 400;
    }

    /* Fonts, spacing */
    .hero-content .page-title h1 {
        font-size: 50px;
        margin-bottom: 3rem;
        margin-top: 2rem;
    }

    .hero-content .lead-text {
        margin-bottom: 30px;
    }

    /* Team member module */
    .team-member-module-group > span.hs_cos_wrapper_widget_container .hs_cos_wrapper_type_custom_widget {
        flex-basis: 45%;
        margin-bottom: 20px;
        max-width: 45%;
    }

    .quote {
        font-size: 18px;
        line-height: 1.5;
    }
    .quote-box footer {
        font-size: 13px;
    }
  
  /* Well module */
    .well-module-group span.hs_cos_wrapper_widget_container .hs_cos_wrapper_type_custom_widget {
        flex-basis: 100%;
        max-width: 100%;
    }

}

/* Media Query to match the grid's media query */
@media (max-width: 767px) {
    .column-container .hs_cos_wrapper_type_linked_image {
        text-align: center;
    }
}


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

@media (max-width: 479px) {

    body.site-page.two-column .page-hero {
        padding-bottom: 0;
    }

    body.site-page.two-column .section-content-overview {
        margin-top: 0;
    }

    .section-heading h2, .main-content h2, .section-heading-module h2 {
        margin-bottom: 2rem;
        margin-top: .25rem;
    }

    .hero-content-container {
        padding: 10px 0 30px 0;
    }

    .hero-content .page-title h1 {
        font-size: 46px;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .hero-content .lead-text {
        font-size: 20px;
        line-height: 1.5;
    }

    .homepage .blog-subscription-heading {
        margin-left: 0;
    }

    .resource-library-grid .hs_cos_wrapper_type_custom_widget {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .resource-block .resource-block-content {
        padding: 10% 5%;
    }


    /*.blog-subscription-module .blog-subscription-heading h3 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 20px;
    }*/
    
    .blog-subscription-module .blog-subscription-heading h3, .blog-subscription-module .blog-subscription-inline-form {
        text-align: center; 
    }
    
    .blog-subscription-module .group-cta {
        margin-bottom: 2rem;
    }

    .blog-subscription-module .group-cta .cta_button {
        display: block;
    }
    
    .blog-subscription-inline-form .hs_cos_wrapper_type_blog_subscribe form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    
    .hs_cos_wrapper_type_form .hs-button.primary.large {
        width: 100%;
    }

    .subscribe-form .hs_email {
        display: block;
    }

    .subscribe-form .hs_submit {
        display: block;
        margin-top: 20px;
        position: relative;
    }

    .subscribe-form .hs-button.primary {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        width: 100%;
    }

    .footer-container {
        padding: 20px 10px;
        display: none;
    }

    .footer .footer-menu ul.hs-menu-children-wrapper {
        padding-top: 5px;
    }

    .container-fluid .row-fluid .page-center.footer-bottom {
        padding: 25px 0 0;
    }

    .footer .footer-menu {
        padding-bottom: 5px;
    }

    .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        margin-bottom: 15px;
        width: 100%;
    }

    .footer-bottom .social-accounts-menu {
        margin-top: 25px;
    }

    .footer-bottom ul {
        margin: 0 auto;
        text-align: center;
    }

    .footer-bottom ul.social {
        text-align: center;
    }

    /* Homepage */
    .homepage .section-recent-posts .recent-posts>.post {
        flex-basis: auto;
        margin-bottom: 50px;
    }
    .homepage-2019.homepage .section-recent-posts .recent-posts>.post {
       margin-bottom: 25px;
    }
  
    .homepage .section-recent-posts .recent-posts>.post:last-of-type {
        margin-bottom: 0;
    }

    #overview-background-image {
        margin-top: 10px;
    }

    .flex-container-vertical > .row-fluid-wrapper > .row-fluid {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .cta-group-secondary h2 {
        font-size: 40px;
        margin: 30px 0;
    }

    .homepage .homepage-map-section {
        position: relative;
        top: 0;
    }

    .recent-posts>.post .post-summary {
        display: none;
    }

    /* Team member module */
    .team-member-module-group > span.hs_cos_wrapper_widget_container .hs_cos_wrapper_type_custom_widget {
        flex-basis: 100%;
        margin-bottom: 20px;
        max-width: 100%;
    }

    /* Card module */
    .card-deck .hs_cos_wrapper_type_custom_widget {
        flex-basis: 100%;
        max-width: 100%;
    }

    .card .card-title {
        margin-top: .75rem;
    }
}