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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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



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

Index:

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

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

3. MAIN NAVIGATION
- Custom Menu Primary
- Mobile Menu

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

5. COS COMPONENTS
- Blog
- Forms
- Buttons

6. MISCELLANOUS

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 {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

/* Website background color and default font styles */
body {
  background: #ffffff;
  color: #282828;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  -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);}
/**
* Page Center
*
* Apply .page-center to full-width modules.
*/

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1260px;
  margin: 0 auto;

}

a {
  text-decoration: underline strong;
  color: #4f2683;
  -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;
}
a:hover,
a:focus {
  color: #1d0051;
  text-decoration: strong underlinecolor:"#85c446";
}

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

.main-content {
  background:#ffffff;

}


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


/* Basic text */

.main-content p,
.green-content p{
  font-size:18px;
  line-height:1.5em;
  color:#282828 !important;
  margin: 10px 0;
}
.main-content p a{
  color:#1592E6;
  text-decoration:underline;
}
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 {
   font-family: trade-gothic-next-condensed, sans-serif;
  margin: 10px 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, h1 span { 
  font-size: 24px; 
  color:#4f2683; 
  line-height:1.5em;
  font-weight: 700;
}
@media (min-width: 768px){
  h1, h1 span{ 
    font-size: 42px;
    line-height:49px;
    color:#4f2683; 
  }
}

h2 { 
  font-size: 30px;     
  color:#4f2683;
  line-height:1.5em;


  margin-bottom:20px;
}
h3 { 
  font-size: 32px;
  line-height:1em;
  font-weight:bold;
  color:#4f2683;
  margin-bottom:21px;
}
@media (min-width: 1007px) {
  h3 { 
  font-size: 36px;
  }
}


h4 { 
  font-size: 20px; 
  line-height: 1.5em;

  color:#37343b;

}

h4 a{
  color:#37343b;
  font-weight:bold;
}

h5 { font-size: 14px; }
h6 { font-size: 12px; }



.widget-type-blog_subscribe h3{
  display: none;
}


/* Page Header Styles*/

.page-header h1{
  text-transform:uppercase;
  color:#4f2683;
  font-size:30px;
  line-height:1.5em;
  font-weight:normal;
}
.page-header .secondary-header{
  font-size: 34px;     
  color:#4f2683;
  line-height:1.5em;
  font-weight:700 !important;
}


/* Lists */
ul, ol {}
ul{
  margin-left:20px !important;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Check Mark Style List*/

ul.check-style {
  margin-left: 0px;
  padding:0; 
}
ul.check-style li{
  list-style:none;
  color:#282828;
  margin-bottom:0px;
  font-size:16px;
}
ul.check-style li:before{
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  margin-right: 8px;
  color: #62bb46;
  font-size: 18px;
}


.hs-content-id-5720836396 ul.check-style li{
  list-style:none;
  color:#4f2683;
}

.hs-content-id-5720836396 ul.check-style li:before{
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  margin-right: 8px;
  color: #61bb46;
  font-size: 25px;
}



ul.check-style.green li{
  color: #282828;
}
ul.check-style.green li:before{
  color: #75b556;

}

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

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

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


.alignleft,
img.alignleft,
.alignright,
img.alignright,
.aligncenter,
img.aligncenter {display:block; margin:21px auto;}
p .aligncenter:first-child {margin-top:0;}
@media only screen 
  and (min-width:768px) {

    .alignleft  {float:left; margin:0 20px 21px 0;}
    .alignright {float:right; margin:0 0 21px 20px;}
}
.hs-image-widget{
  display:block;
  margin:11px auto;
}
@media only screen 
  and (min-width:768px) {

    .hs-image-widget{ margin:auto;}

}


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


2. COS STRUCTURE


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





/* ==========================================================================
Content
========================================================================== */
ul {
  margin:0;
  padding:0;
}
ul li {
}
ul li:before {

}

.form-box{
  background:#00833e;
  padding:10px;
  color:#ffffff;
  height:auto;

}


.form-box h3{
  color:#4f2683 !important;
  font-size: 26px;
  line-height: 1em;
  margin:0;
  padding:0;
  text-transform:uppercase !important;
}
.form-box h4{
  color:#ffffff;
  font-size:18px;
  
}
body .hs-form-field{
  margin-bottom:16px !important;
}


.hs-content-id-5711629910 .form-box input{
  margin-bottom:36px;
  font-family: trade-gothic-next-condensed, sans-serif;
}
.form-box p{
  color:#ffffff !important; 
}
.form-box label,
.main-content label{
  display:none;

}
.hs-content-id-5418081088 .form-box h4{
  color: #60bb42 !important;
}
.hs-content-id-5418081088 .form-box p{
  color: #ffffff !important;
}

.form-box2{
  height:auto;
}
.form-box2 input,
.form-box2 select{
  background-color:#f6f6f6  !important;
  border:0  !important;
}

.hs-content-id-5714880089 .form-box,
.hs-content-id-5900854783 .form-box,
.hs-content-id-5923366344 .form-box{
  position:relative;
}

.hs-content-id-5714880089 .form-box input[type="submit"],
.hs-content-id-5900854783 .form-box input[type="submit"],
.hs-content-id-5923366344 .form-box input[type="submit"]{
  position:absolute;

  right: 48px;
  top: 160px;
}
.hs-content-id-5714880089 .form-box ul.hs-error-msgs,
.hs-content-id-5900854783 .form-box ul.hs-error-msgs,
.hs-content-id-5923366344 .form-box ul.hs-error-msgs{
  position: absolute !important;
  top: 210px !important;
  left: 20px !important;
}


.hs-content-id-5714880089 .form-box,
.hs-content-id-5900854783 .form-box,
.hs-content-id-5923366344 .form-box{
  padding:20px;
}


@media (min-width: 1007px) {
  .hs-content-id-5714880089 .form-box,
  .hs-content-id-5900854783 .form-box,
  .hs-content-id-5923366344 .form-box{
    height:250px !important;
  }

}


.body-container-wrapper {padding-top:0; }
.body-container {}


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


/* 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; }
.padding20t { padding: 20px 0px 0 0; }
.padding30tb { padding: 30px 0px; }
.padding40tb { padding: 40px 0px; }
.padding60tb { padding: 60px 0px; }
.padding60t { padding: 60px 0px 0 0; }
.padding80tb { padding: 80px 0px; }
.padding100tb { padding: 100px 0px; }



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


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

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

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

/* Labels */
label {
  margin-bottom: 5px;
  font-weight: normal;
  color: #000000 !important;
}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 18px;
  display: block;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  
  -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"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  outline: 0;
  border-color: #85c446;
  -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: 100px;
  max-height: 100px;
}
.hs-content-name-sem-landing-page-2016-landing-page-v1 textarea {
  min-height: 90px;
}
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 {}

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



/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  /* color: #555;
  opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
  /* color: #555;
  opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
  /* color: #555;
  opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
  /* color: #555;
  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 {}

/* 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 {}
.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 input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}




/* 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: #85c446 !important;
  background: #85c446 !important;
}
.hsformerror .close-form-error {
  color: #85c446;
}
.hsformerror em {
  border-color: #85c446 transparent transparent !important;
}


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


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  color: #ffffff;
  background: #85c446;
  border: 1px solid #85c446;
  /*font-size: 20px;*/
  font-size: 18px;
  /*padding: 18px 30px;*/
  padding: 14px 30px;
  border-radius: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.3s linear;
  cursor: pointer;
  -webkit-appearance: none;
  margin:11px 0;
  text-transform:uppercase;
  display:inline-block;
}

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

  background: #459713;
  color: #ffffff;
}

.whitepaper-form input[type="submit"]{
  float:right;
}

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



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

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






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

@media (max-width: 479px) {}



/* Custom LP Styles
========================================================================== */


body {
  font-family: Arial, sans-serif;
  margin: 0;
}

body.special-bg {
  background: rgb(113, 0, 95);
  background: -moz-linear-gradient(59deg, rgb(113, 0, 95) 30%, rgb(93, 63, 127) 80%);
  background: -webkit-linear-gradient(59deg, rgb(113, 0, 95) 30%, rgb(93, 63, 127) 80%);
  background: -o-linear-gradient(59deg, rgb(113, 0, 95) 30%, rgb(93, 63, 127) 80%);
  background: -ms-linear-gradient(59deg, rgb(113, 0, 95) 30%, rgb(93, 63, 127) 80%);
  background: linear-gradient(149deg, rgb(113, 0, 95) 30%, rgb(93, 63, 127) 80%);
  background-image: url('bg1.png'), linear-gradient(149deg, rgb(113, 0, 95) 30%, rgb(93, 63, 127) 80%);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

#header {
  height: 120px;
  background: #fff;
}

.white {
  color: #ffffff;
}

label {
  color: #8a8a92 !important;
  font-family: 'Barlow', sans-serif;
  /*font-size: 18px;*/
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 2px;
  letter-spacing: 1px;
  text-transform:uppercase;
}

.gform_body ul {
  padding: 0;
}

.gform_body li {
  list-style-type: none;
}

input[type=text],
input[type=email]{
  border: 2px solid #b7b7b7;
  border-radius: 15px;
  margin-bottom: 12px;
  width: 100%;
  min-height: 50px;
  max-height: 120px;
  padding: 15px;
  font-size: 18px;
  box-sizing: border-box;
  outline: 0;
}

input[type=submit].gform_button {
  color: #ffffff;
  background: #85c446;
  border: 1px solid #85c446;
  font-size: 20px;
  padding: 18px 30px;
  border-radius: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.3s linear;
  cursor: pointer;
  -webkit-appearance: none;
}

.gform_footer input[type=submit].gform_button:hover {
  background: #ffffff;
  border: 1px solid #85c446;
  color: #85c446;
}

.purple {
  color: #4f2683;
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow', sans-serif;
}

.floating-form {
  /*position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);*/
  background: #ffffff;
  padding: 35px 50px;
  -webkit-box-shadow: 0px 0px 24px 2px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 0px 24px 2px rgba(0,0,0,0.45);
  box-shadow: 0px 0px 24px 2px rgba(0,0,0,0.45);
  /*max-width: 560px;*/
  max-width: 480px;
  z-index: 999;
}

.side-cta {
  display: none;
}

.floating-form h3 {
  /*font-size: 30px;*/
  font-size: 28px;
  line-height: 35px;
  margin: 0;
  color: #4f2683;
  font-family: 'Barlow', sans-serif;
  font-weight: 800;
}

.floating-form h4 {
 /*font-size: 27px;*/
  font-size: 25px;
  color: #4f2683;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  margin: 0;
  line-height: 1em;
}

body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
 border: 2px solid #b7b7b7; 
}

.hero {
  padding: 70px 0;
}

.hero ul li{
  color:#ffffff;
}
.with-bg {
  background: rgb(113, 0, 95);
  background: -moz-linear-gradient(170deg,#4f2683 45%,#71005f 90%);
  background: -webkit-linear-gradient(170deg,#4f2683 45%,#71005f 90%);
  background: -o-linear-gradient(170deg,#4f2683 45%,#71005f 90%);
  background: -ms-linear-gradient(170deg,#4f2683 45%,#71005f 90%);
  background: linear-gradient(170deg,#4f2683 45%,#71005f 90%);
}

.container {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}

.container .content {
  width: 100%;
}

/* HERO */
/* HERO */
/* HERO */

.hero h1 {
  font-size: 58px;
  color: #fff;
  font-weight: 800;
  margin: 0;
}

.hero h2 {
  font-size: 42px;
  color: #ebc41c;
  font-weight: bold;
  margin: 0;
}

.hero p {
  color: #fff;
  line-height: 1.5em;
}

.hero p.yellow {
  font-size: 18px;
  color: #ebc41c;
  font-weight: bold;
}

.hero ul:after {
  display: block;
  content: '';
  clear: both;
}

.hero ul li {
  /*width: 50%;
  float: left;
  display: inline;*/
  line-height: 2em;
}

@media screen and (max-width: 768px) {
 /*  .hero ul li {
    width: 100%;
  }*/
  .floating-form {
    position: relative !important;
    top: 0 !important;
    max-width: none;
    transform: none !important;
  }
}

.hero ul.w100 li {
  width: 100%;
}



/* HERO */
/* HERO */
/* HERO */

/* FORM 1 */
/* FORM 1 */
/* FORM 1 */

.form-1 h3 {
  color: #286032;
  font-size: 24px;
  margin-top: 0;
}

.table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.table-row {
  display: table-row;
}

.table-head {
  display: table-caption;
  background: rgb(113, 0, 95);
  height: 50px;
  color: #fff;
  line-height: 50px;
  width: 100%;
  font-size: 18px;
  position: relative;
}

.table-head p {
  margin: 0;
  padding-left: 5px;
}

.form-1 {
  background: url('https://4439249.fs1.hubspotusercontent-na1.net/hubfs/4439249/academic-lp/bg1.png');
  background-size: cover;
}

.form-1 .content .table .table-row .table-data {
  display: table-cell;
  border-right: 1px solid #9d9ba4;
  border-bottom: 1px solid #9d9ba4;
  margin: 0;
  padding: 0 5px;
  vertical-align: middle;
  height: 50px;
}

.form-1 .content .table .table-row .table-data:first-child {
  border-left: 1px solid #9d9ba4;
}

.form-1 .content .table .table-row .table-data.middle {
  width: 30%;
}

/* END FORM 1 */
/* END FORM 1 */
/* END FORM 1 */

/* QUOTE */
/* QUOTE */
/* QUOTE */

.quote p {
  font-style: italic;
  font-size: 31px;
  line-height: 42px;
  color: #ffffff;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  margin: 0;
}
.quote li{
    color:#ffffff;
    font-family: 'Barlow', sans-serif;
}
.quote p span.yellow {
  color: #ebc41c;
  font-weight: bold;
}


/* QUOTE */
/* QUOTE */
/* QUOTE */



/* about us */
/* about us */
/* about us */

.about-us h3 {
  color: #ebc41c;
  font-size: 24px;
  margin: 0;
}

.about-us p {
  color: #fff;
  line-height: 1.4em;
}

.about-us2 {
  background: #85c446;
  color: #ffffff;
}
.newwebsiteheader {
   background: #eaeaea;
  background-size: cover;
}
.newwebsiteabout {
   background: url('https://4439249.fs1.hubspotusercontent-na1.net/hubfs/4439249/our-team-hero%20%281%29.png');
  background-size: cover;
}
/* about us */
/* about us */
/* about us */

.footer, .footer a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1007px) {
  .container {
    margin: 0 15px;
  }
  .container .content {
  /*width: 50%;*/
    width: 54%;
}
  header {
    height: 150px;
  }
  .top-quote {
    margin-top: 0 !important;
  }
  .side-cta {
    display: block;
    position: fixed;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
    background: #85c446;
    color: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transform: rotate(270deg);
    z-index: 1000;
    padding: 0 20px;
    cursor: pointer;
  }
  .side-cta a {
    color: #fff;
    text-decoration: none;
  }
}

/* Email Preference Pages */

.emailPref h2{
  color:#4f2683;
  font-weight:bold;
  font-size:22px;
}
.emailPref input[type="submit"]{
  width:auto;
  margin:21px 0;
  display:block;
}
.emailPref
.checkbox-row input,
.emailPref globalunsub,
.emailPref .checkbox-row span.fakelabel span{
  width:auto;
  position: relative;
  float: none;
  width: auto;
  top:0px;
  height:auto;
  max-height:none;
  min-height:0;
}
.emailPref input, textarea {
    border: 2px solid #b7b7b7;
    border-radius: 0px;
   margin-bottom: 12px;
  width: auto;
   min-height: 0;
    max-height: auto;
    padding: 15px;
   font-size: 18px;
     box-sizing: border-box; 
     outline: 0; 
}

.emailPrefFooter{
  background:#4F2D7F;
  color:#ffffff;
  padding:40px 0;
}