/* @import compass/utilities I */
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

/* ==========================================================================
   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;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */
.hs-author-social-links {
    display: inline-block;
}
.hs-author-social-links a.hs-author-social-link {
    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: break-word;
}




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


  RIGHT BELOW IS WHERE YOU CAN EASILY CUSTOMIZE THE TEMPLATES COLOR, SIZES, ETC.
  Not sure how to get the HEX code (#123456). No worries!  Visit www.colorpicker.com to pick a color and get the code to add here. :)
  
  
   ========================================================================== */

/* ==========================================================================
  HERE IS WHERE TO CONTROL THE SIZE OF THE LOGO                          
   ========================================================================== */

    /* Your Original logo size should have a 100px height at minimum to look great on retina display screens */


/* ==========================================================================
  HERE IS WHERE EDIT THE BUTTON COLOR & SHAPE                          
   ========================================================================== */

 
/* PRIMARY BUTTON COLOR */
    /* ORANGE - This is the solid button (.cta-primary)*/
    /* WHITE - This is the solid button (.cta-primary)*/

/* PRIMARY OUTLINE BUTTON COLOR */
    /* ORANGE - This is the outline button (.cta-primary-outline)*/

/* SECONDARY OUTLINED BUTTON COLOR */
    /* LIGHT GRAY - This is the outline button (.cta-secondary-outline)*/

/* BUTTON ROUNDED CORNERS */
    /* 25px is completely rounded /  0px is for a square button*/

  
/* DARKBLUE */



/* PINK */


/* ==========================================================================
  #SECONDARY - Infomentum Secondary color Palette                        
   ========================================================================== */
  
/* PINK */

  
/* YELLOW */

  
/* ORANGE */

  
/* PURPLE */

    
/* BLUE */

  
  /* DEEP BLUE */

  
  /* green */

  
  /* HIGHLIGHTS for CTA */



/* ==========================================================================
  HERE IS WHERE EDIT THE COLOR OF THE ICONS                         
   ========================================================================== */

/* ICON COLOR */
    /* ORANGE - This is for all small icons and circle icons*/

/* ==========================================================================
 SECONDARY COLORS FOR BLOG TOPICS                      
========================================================================== */

  /* ============== jakecustom ===============*/ 
/* TOPIC COLORS */
   /* BUSINESS  
       /* TECH
     /* SOCIAL

/* ==========================================================================
  HERE IS WHERE EDIT THE COLOR OF THE TEXT LINKS, BODY TEXT, AND HEADLINES THROUGH OUT THE SITE                         
   ========================================================================== */

/* LINK COLOR */
    /* ORANGE - This is for all text links*/
    /* ORANGE DARKER - The color when a user hovers over the link */

/* BODY TEXT COLOR */
    /* GRAY - This is for all paragraph text*/

/* HEADLINE TEXT COLOR */
    /* DARKER GRAY - This is for all headlines*/


/* ==========================================================================
  HERE IS WHERE EDIT THE COLOR OF THE CALL OUT ROWS AND PRICING TABLE                         
   ========================================================================== */

/* HIGHLIGHTED / CALLOUT ROW BACKGROUND COLOR */
    /* ORANGE - This is for the background color (.call-out-strip) */

/* HIGHLIGHTED / CALLOUT TEXT COLOR */
    /* WHITE - This is for the text color.  (.call-out-strip) */

/* PRICING TABLE HIGHLIGHT COLOR */
    /* ORANGE - This is the highlight color for the center pricing table*/
    /* ORANGE - This is the highlight color for the center pricing table*/
    /* BLUE - This is the highlight color for the center pricing table*/
    /* BLUE - This is the highlight color for the center pricing table*/

 /* DARK BLUE */
 /* PINK */
 /* IM Green */


/* ==========================================================================
  HERE IS WHERE EDIT THE MAIN NAVIGATION STYLE                          
   ========================================================================== */

/* MAIN NAVIGATION FONT SIZE */
    /* This is the font-size of the main header nav. Tip: Be sure to adjust spacing if you increase font size*/

/* MAIN NAVIGATION RIGHT AND LEFT SPACING */
    /* This is the space on the right and left side of each top level menu item. */

/* SUB NAVIGATION BACKGROUND COLOR ON HOVER */
    /* ORANGE - This is the background color when you hover over a subs nav link in the header*/

/* MAIN NAV ACTIVE STATE BACKGROUND */
    /* 3% BLACK- This is the background color of the nav item when on that page. To use RGBA colors, you can go here https://www.hexcolortool.com/*/

/* MAIN NAV ACTIVE STATE FONT COLOR */
    /* WHITE - This is the FONT color of the font item when on that page.*/

/* DROP-DOWN NAV + STICKY MENU ACTIVE STATE BACKGROUND */
    /* LIGHT GRAY- This is the background color of the drop down nav item when on that page.*/

/* DROP-DOWN NAV + STICKY MENU ACTIVE STATE FONT COLOR */
    /* GRAY- This is the FONT color of the drop down nav item when on that page.*/



/* ==========================================================================
  HERE IS WHERE YOU CAN EDIT THE BACKGROUND COLOR OF THE BODY OF THE WEBSITE                          
   ========================================================================== */

/* BODY BACKGROUND */
    /* WHITE - Recommended to keep white or light shades of gray..*/

/* ==========================================================================
  HERE IS WHERE YOU CAN EDIT THE HEIGHT OF THE HERO/BANNER IMAGES                          
   ========================================================================== */

/* HOME PAGE */
    /*  Text will automatically center*/

/* SUB PAGES */
    /*  Text will automatically center*/

/* BLOG & POST PAGES */
    /*  Text will automatically center*/



/* ==========================================================================
  HERE IS WHERE IS WHERE YOU CAN CUSTOMIZE YOUR FONT FAMILY
   ========================================================================== */
  
@font-face { 
    font-family: 'Museo';  
    src: url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/Museo-300/Museo-300.eot') format('eot'),
    url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/Museo-300/Museo-300.woff') format('woff'),
    url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/Museo-300/Museo-300.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'Museo';  
    src: url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/Museo-500/Museo500-Regular.eot') format('eot'),
    url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/Museo-500/Museo500-Regular.woff') format('woff'),
    url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/Museo-500/Museo500-Regular.ttf') format('truetype');
    font-weight: 700; /* we only want 500 weight to be displayed as bold face. Keeping 700 value as it is in many places in theme stylesheet*/
    font-style: normal;
}

@font-face { 
    font-family: 'Museo';  
    src: url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/Museo-700/Museo-700.eot') format('eot'),
    url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/Museo-700/Museo-700.woff') format('woff'),
    url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/Museo-700/Museo-700.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


@font-face { 
    font-family: 'Trebuchet';  
    src: url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/TrebuchetMS/TrebuchetMS.eot') format('eot'),
    url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/TrebuchetMS/TrebuchetMS.woff') format('woff'),
    url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/TrebuchetMS/TrebuchetMS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'Trebuchet';  
    src: url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/TrebuchetMS-Bold/TrebuchetMS-Bold.eot') format('eot'),
    url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/TrebuchetMS-Bold/TrebuchetMS-Bold.woff') format('woff'),
    url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/TrebuchetMS-Bold/TrebuchetMS-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face { 
    font-family: 'Trebuchet';  
    src: url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/TrebuchetMS-Italic/TrebuchetMS-Italic.eot') format('eot'),
    url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/TrebuchetMS-Italic/TrebuchetMS-Italic.woff') format('woff'),
    url('https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Fonts/TrebuchetMS-Italic/TrebuchetMS-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}




/* Typography */
            /*  */
            /*  */
            /* This is used for testimonials and blockquotes */
            /* Set the thickness of Header Weight. BE SURE WEIGHT IS INCLUDED IF USING CUSTOM FONT Ex. "font-weight: 700;" #} */
                         /*  */
                         /*  */
                          /*  */
 /*  */


/* ==========================================================================
  HERE IS WHERE IS WHERE YOU SET THE MAX WIDTH OF THE PAGE'S CONTENT
   ========================================================================== */
   
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */



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

/* This responsive framework is required for all styles. */
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/**
 * Font Awesome
 *
 * Font Awesome gives you scalable vector icons that can instantly
 * be customized — size, color, drop shadow, and anything that can
 * be done with the power of CSS.
 *
 */

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('//static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('//static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('//static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('//static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('//static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}






/**
 * 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}
}
/* 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;
}
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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






/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - 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
   ========================================================================== */





/* ==========================================================================
   Additional Color Variables                                               
   ========================================================================== */


/* Standard Colors */
    /*  */
    /*  */
    /*  */
    /*  */




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

/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */






/* User Select */


/* Opacity*/




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

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

html {
    position: relative;
}

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

body {
    background-color: #ffffff;
    color: #5c5c5c;
    font-family: 'Trebuchet', 'sans-serif' !important;
    font-size: 16px;
    line-height: 1.414;
    -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);
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1160px;
    margin: 0 auto !important;
    min-height: 0;
}

a { 
    color: #4ba215; 
    -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;;
    text-decoration: none;
}

a:hover, a:focus { 
    color: #4ba21c;
/*   color: currentColor; */
}


.anchor {
    display: block; 
    position: relative; 
    top: -150px; 
    visibility: hidden;”
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
      max-width: initial;
}



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

p { 
    margin: 0 0 10px 0; 
    line-height: 1.618em;
    color: #5c5c5c;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

li {
    line-height: 1.618em;
}

strong {
    font-weight: 700;
}

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 , .heading {
    line-height: 1.214em;
    font-family: 'Museo', Trebuchet;
    color: #333333;
    margin: 10px 0;
    text-rendering: optimizelegibility;
    font-weight: 700;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0px;  
    padding-bottom: 15px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Museo', Trebuchet; 
}


/** HEADER FONT SIZE - BASED ON AUGMENTED FOURTH SCALE 1.414EM **/

/* DESKTOP SIZE */
h1, .h1 { font-size: 4em; }
h2, .h2 { font-size: 2.827em; }
h3, .h3 { font-size: 1.999em; }
h4, .h4 { font-size: 1.414em;  line-height: 1.5; }
h5, .h5 { font-size: 1.2em; }
h6, .h6 { font-size: 1em; text-decoration: underline;}

/* TABLET SIZE */
@media (max-width: 768px) {
    h1, .h1 { font-size: 3em; }
    h2, .h2 { font-size: 2.369em; }
    h3, .h3 { font-size: 1.777em; }
    h4, .h4 { font-size: 1.333em; }
    h5, .h5 { font-size: 1.2em; }
    h6, .h6 { font-size: 1em; text-decoration: underline;}
    h1,h2,h3,h4,h5,h6, .heading { line-height: 1.33em; }
}

/* MOBILE SIZE */
@media (max-width: 479px) {
    h1, .h1 { font-size: 2.041em; }
    h2, .h2 { font-size: 1.853em; }
    h3, .h3 { font-size: 1.563em; }
    h4, .h4 { font-size: 1.25em; }
    h5, .h5 { font-size: 1.2em; }
    h6, .h6 { font-size: 1em; text-decoration: underline;} 
    h1,h2,h3,h4,h5,h6, .heading { line-height: 1.25em; }
}

/* Lists */

@media (max-width: 767px) {
  ul, ol {
    padding-left: 10px;
  }
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Quotes */
blockquote {
    font-family: 'Georgia', serif;
    font-size: 1.414em;
    font-style: italic;
    -webkit-margin-start: 0px;
}
blockquote p {
    padding-left: 40px;
  	border-left: 4px solid #4ba215;
}
blockquote small {}
blockquote small:before {}

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


.text-center { text-align: center !important; }
.text-left { text-align: left !important; }

.small {font-size: 14px;}
.xsmall {font-size: 12px;}


.custom-blockquote {
  padding-left: 25px;
  border-left: 8px solid #4ba215;
}

.super_large {
  { font-size: 8em; }
}


/* Lazy load */
img.lazy {
	transition: opacity 0.3s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
img.lazy-loaded {
	transition: opacity 0.3s ease;
	/* -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; */
}

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

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

.body-container{
    -ms-overflow-x: hidden;
    overflow-x: hidden;
}
.slim-container {
    max-width: 880px !important;
    margin: 0 auto !important;
    float: none !important;
}

.slim-container-md {
    max-width: 680px !important;
    margin: 0 auto !important;
    float: none !important;
}

.slim-container-sm {
    max-width: 480px !important;
    margin: 0 auto !important;
    float: none !important;
}


.mt-s { margin-top: 1em; }
.mt-m { margin-top: 2em;  }
.mt-l { margin-top: 3em; }

.mb-s { margin-bottom: 1em; }
.mb-m { margin-bottom: 2em; }
.mb-l { margin-bottom: 3em; }

.my-s { margin: 1em 0px; }
.my-m { margin: 2em 0px; }
.my-l { margin: 3em 0px; }


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

.header-container-wrapper {
    width: 100%;
    z-index: 9999;
}
.header-container {
    padding: 20px 0;
    background: #fff;
    z-index: 9999;
}
.header-cta{
    margin-top: 9px;
    margin-left: 0;
    text-align: right !important;
}

.hero-img-bg .header-container {
    background-color: transparent !important;
}

/** TRANSPARENT NAV **/

.transparent-nav .header-container-wrapper {
    position: absolute;
}

.transparent-nav .header-container  {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+85&0.6+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.09) 85%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.09) 85%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.09) 85%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.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;
    width: auto !important;
    margin-top: 0px;
}

.header-container .hs_cos_wrapper_type_logo a img {
    max-height: 50px !important;
}

.custom-menu-primary .hs-menu-wrapper>ul {
    padding-top: 8px;
}

#sticky-menu {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    -webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
    box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
}

#sticky-menu.active {
    background-color: #ffffff;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: .95;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease;
}

#sticky-menu .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 7px 0 0;
}

#sticky-menu .widget-type-logo img {
    height: 35px !important;
    width: auto !important;
    margin: 10px 0;
}

.transparent-nav #sticky-menu .custom-menu-primary a {
    color: #444;
}

.transparent-nav #sticky-menu .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #fff;
}


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

/*.body-container-wrapper {padding-top: 60px}*/
.hero-img-bg .body-container-wrapper {padding: 0 !important;}
.body-container {}

.transparent-header .body-container-wrapper {
    padding-top: 0 !important;
}

.transparent-header .header-container   {
    padding: 0 !important;
    background-color: transparent !important;
}

.benefits-col-left {
    text-align: right !important;
}

.dark-bg {
    background-color: #5c5c5c;
}

.gray-bg {
    background-color: #f4f4f4;
}

.hide-desktop {
    display: none !important; 
}

.show-desktop {
    display: block !important;
}

@media (min-width: 768px) {
    .medium-left { text-align: left; }
    .medium-right { text-align: right; }
    .medium-center { text-align: center; }
}

@media (max-width: 767px) {
    .small-left { text-align: left; }
    .small-right { text-align: right; }
    .small-center { text-align: center; }
}

.nattest {
  font-family: 'Abel', sans-serif;
}

/* ==========================================================================
    UNIQUE PAGE STYLE

    1.Homepage   
****========================================================================== */

/* Homepage */

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

.banner-background-image {
    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; 
    position: relative;
    display: table;
    width: 100%;
    /*height: 100%;*/
    height: 35vw;
}



.hero-bg-inner {
    display: table-cell !important;
    vertical-align: middle;
}

.banner-background-image h1,
.banner-background-image .h1{
    color: #fff;
    text-shadow: ;
    margin: 0px auto 15px !important;
    background: rgba(0,0,0, 0.2);
    padding: 5px 5px 5px 0px;
    background-color: transparent !important;
    text-shadow: none !important;
}

.banner-background-image h1 span.green {
    color: #50b748;
}

.banner-background-image h2,
.banner-background-image h3,
.banner-background-image h4,
.banner-background-image h5{
    color: #fff;
    font-weight: normal;
    text-shadow: ;
}

.banner-background-image h2, .banner-background-image .h2{
    font-size: 1.414em;
    line-height: 1.5;
}

.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: ;
    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: #ffffff;
    border-color: #4ba215;
}

.banner-background-image .widget-type-rich_text p {
    color: #fff !important;
}

.banner-background-image .widget-type-rich_text a {
    color: #fff !important;
   // border-bottom: 1px dotted #fff;
}

.banner-background-image .cta_solid_button:hover{
    border: 2px solid #FFF;
    background: #4ba215;
    color: #FFF;
}

.homepage .subscribe-form {
    background: rgba(0, 0, 0, 0.2);
    padding: 30px 0;
    padding-bottom: 70px;
    color: #fff;
    position: absolute;
    bottom: 0;
}

.homepage .subscribe-form .title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: 700;
}

.homepage .subscribe-form input[type="email"] {
    max-width: 400px;
    height: 37px;
}

.homepage .subscribe-form .hs_email {
    display: inline-block;
    width: 354px;
    margin-right: 5px;
    vertical-align: top;
}
.homepage .subscribe-form .hs_submit {
    display: inline-block;
}
.homepage .subscribe-form .hs-button.primary {
    border-style: solid;
    border-width: 2px;
    color: #ffffff;
    -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;
    margin: 0;
    border-color: #4ba215;
    background: #4ba215;
    text-transform: uppercase;
}
.homepage .subscribe-form .hs-button.primary:hover {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #4ba215;
    color: #ffffff;
}
.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: #666;
    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;
}

#offer-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;
    height: 450px;
}
#offer-background-image h1 {
    color: #fff;
    text-shadow: ;
    max-width: 720px;
    margin-bottom: 0px;
    margin-top: 30px;
    background: rgba(0,0,0, 0.2);
    padding: 5px 5px 5px 10px;
}
#offer-background-image h3 {
    color: #fff;
    font-size: 22px;
    max-width: 680px;
    margin-bottom: 15px;
    font-family: 'Trebuchet', 'sans-serif';
    font-weight: normal;
    text-shadow: ;
    background: rgba(0,0,0, 0.2);
    padding: 5px 5px 5px 10px;
}
.offer-image { display: none !important; }

#offer-background-image .hs-form-field>label{
    color: #fff;
}
#offer-background-image .offer-form h3{
    background: none;
}
.homepage .main-content h2 { margin: 0px; }
.homepage .main-content .sub-headline { font-size: 18px; }
.faq-background { background: #f5f5f5; }

.homepage .fb_iframe_widget {
    top: -2px;
}
.homepage .fb_iframe_widget > span,
.homepage .linked-in-share {
    vertical-align: top !important;
}
.homepage #twitter-widget-0 {
    width: 80px !important;
}
.homepage .social-share-data {
    position: relative;
    top: 3px;
}

  /*****************************************
  * HOW WE WORK SECTION
  * ***************************************/
  .how-we-work .how-we-work__image-wrapper {
    padding: 10px;
  }
  .how-we-work .how-we-work__image-wrapper img {
    max-width: 300px;
    width:100%;
  }


.dark-overlay {
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    display: block;
    width: 100%;
    z-index: 10;
}

.full-bg-landing-page .dark-overlay {
    position: fixed;
}

.value-prop-container {
    margin: 9% auto 0 !important;
    z-index: 100;
    position: relative;
}

.value-prop-container.two-column .value-prop-content {
    padding-right: 50px;
}

/* Adding an extra big of margin for the larger banners */
.margin-top__md {
  margin-top: 20px !important;
}

.margin-top__lg {
  margin-top: 30px !important;
}

.margin-top__xlg {
  margin-top: 40px !important;
}

.supporting-text {
    text-align: left;
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: normal;
}

.banner-background-image.bg-med {
    height: 580px !important;
}

.banner-background-image.bg-short {
    height: 480px !important;
}

.banner-background-image.slim-bg {
    height: 260px !important;
}

.landing-page.banner-background-image h1,
.landing-page .banner-background-image h1 {
    margin-top: 0 !important;
}

.landing-page.banner-background-image .header-left h1,
.landing-page .banner-background-image .header-left h1 {
    margin-top: 140px !important;
    text-align: left;
}

.banner-background-image h1

.lead-in-text {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.banner-background-image .widget-type-text {
    color: #fff !important;
}

.banner-background-image .span12.widget-span {
    margin-left: 0;
    float: none;
}

.full-bg-landing-page.banner-background-image .span12.widget-span {
    margin-left: auto !important;
    float: none;
}

.lp404.banner-background-image .span12.widget-span {
    margin-left: auto !important;
    float: none;
}

.typage h2 {
  color: #4ba215;
}

.typage h4,
.typage .widget-type-rich_text p {
  color: #444 !important;
}}


.pr-logo img {
    margin: 0 auto !important;
    display: block !important;
    width: 60% !important;
}

.pr-logo span {
    margin: 0 auto !important;
    display: block;
}


.full-bg-landing-page .value-prop-container.two-column .widget-type-form .actions,
.value-prop-container.two-column .lead-in-text,
.value-prop-container.two-column .supporting-text,
.banner-background-image .value-prop-container.two-column h1,
.banner-background-image .value-prop-container.two-column h2,
.banner-background-image .value-prop-container.two-column h3,
.banner-background-image .value-prop-container.two-column h4,
.banner-background-image .value-prop-container.two-column h5,
.banner-background-image .value-prop-container.two-column h6,
.banner-background-image .value-prop-container.two-column p,
.banner-background-image .value-prop-container.two-column li{
    text-align: left;
    color: #fff;
}


.banner-background-image .value-prop-container label {
    color: #fff;
}

.banner-background-image .value-prop-container.two-column a {
    color: #fff;
    border-bottom: 1px dotted #eee;
}

.banner-background-image .value-prop-container.two-column a:hover {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.call-out-strip {
    background-color: #4ba215;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK8AAABlCAYAAAA74bOnAAARBElEQVR4nOWdWW8cV3aAv25xEUVSTdEyKWq1FmuhJZqSLsVlAkMYzBgIYgdJJosROMhjvfjJv+D4Z9RjYASYCRIkA8xD4hlnkDgmKfGSWk3KlEStVksmRcocSVzUSx7updNpcelmV3VVV3+AYYDdrDqsvrp96tQ9340BaK2PLi4unhsfH7+VzWYbU6lUdm5u7kAqlfqliCwQUbTWW4C/BkaUUreCjsdLPvvss581NTU1NzU1/QCkgPvAXcdxAo7MO+IAY2NjqRs3bmxNJBJtwN2lpaXdO3fujHV0dOwNOD6/6QJeApEauK7rbmtvb99ZU1Ozc2lpaR6YAc4C77uuGws4PM+Iu667LZvN/lFbW9t/Hz58eOfy8nLj/Pz8q0wm82tgwHXdpqCD9AOtdSPQDQwqpYIOx2vei8Vit+fm5sZmZ2f3JZPJceBfgTrgVMCxeUbN4uLimZqamtmxsbHlRCIxc+TIkZ49e/Zc2b9/f/P4+Ph0bW3tWa31vaAD9YGjwJRSajroQLzEdd06YBfwWyAGHANUMpmcaWpqetjY2NgpIvOBBukRNUBzOp3OAM2Li4vU1NTEm5ub64DmhoaGdCqVagaagw3TF7YCkfgQ82gAFhzHSYtIHJPvNgJLS0tLW5qamrYSkc+zZuvWrd8Cxz/44IOHwLmRkZGrT5482QMMdXR0dAC3lFI3gg3Te7TW94FfaK0nlFI/BB2PhzwHtrmuuy2ZTB6yP/tKRDKu6x4CpkXkWoDxeUYcuAdsTyaTPwcmnjx5MgLUJhKJ94CdwO0gA/QLO2DHgf6gY/ESx3HSwHg2m/1pLBZTwJAduNuBPiASAxdMTsQXX3zRmUwmf7K0tPQ0m80+zWQy7dlsNpHJZH79ySeffB90kH6hta4DPgL+Uyn1MOh4vMJ13fjS0tJf1tbWNsfj8SmgFugARhzHGQ84PM+Ia63jra2tXSdOnBjMZrPDQDIej389PT393czMzMGgA/QTpdQyMAIMaK3jQcfjFclksmV2drZpYWHhC+AhphT4qygNXDA3bF1AKh6PjzuOk115QUReAH8hIhNRuTtdgxtAp/3vesCxeMUAMPHpp58+CDoQP4kDpzG1zmzuCyLyDPPB9gURWLmwf/cgoLTWW4OOp1RE5C2gFRgNOBRf0VrXx4HvlFKP1njPKLBLRCL9pE0plcR8vVb00woR2YK5AR0RkeWg4/EZFQeG1npVRJYADfTbmmGUuQC8rbVuDTqQEjgFLGO+MSOL1noHcDyulPrDBu+dALLACf/DCg57Ha5h8sWKQ0S2YVNAEclu9P4Kpx+Y2HA2tRdiEFAiUu97WMFyGUhorSuxynIOeCAiyaAD8ROt9QHM84fRglIBEXkEPKLCc8KNUEqlMOlDn10uWRGISBtwCBN7ZLHlzH5AK6WWisljh4FjIrLDn9BCwy3MMsmKWH0lImBSnasislEKWOl0YdZqTIBdz1sI9sJcp0JzwkKxyyMHgdNa620Bh1MIR4AmTMoTWbTWDeSVdYutIFwCdthaYmSxyyTvYPLI0CIiNZg6/LCIpIKOx2fOkVfWLWrwisgr4CLQZ2uKUeYicFBr3RZ0IOvQjVlFFqlOkHy01juBw+SVdTdTu50EFqmQnHCzKKVeYr5pBrTWQYfzGiLSjMkBB23eG0nstR8ArueXdYsevPZCDQLdtrYYZa5hFq2/HXQgq9ALTIlIZFf9WY4A2zETyf9jU0/N7AW7R8hzwlJRSqUxVZZerXVN0PGsICIdwD5MahNZ7DXvBS4qpV7lv17KI9+LwEERebOEY4QepdRdYA5zpxs4IhLDfI1eEpGXQcfjM+8CLzCp6mtsevDaJZOXgYEo51yWIeCk1joMvV/HMV3AkemIWA2tdRNm8K7Z3V3qYpurwDZMXhJZlFKzwE3MV1hgiEgd0INp7UkHGUsZ6AXuKKXWzOlLGrz2Ag4DvbbmGGU0sEdrvTvAGM4CsyJyN8AYfEdrvQs4wAY5fcnLHEXkDqaFvLvUY4UZpdQiZn3zgNa67NYZEWnBrOwbLPe5y4m9tgPAJaXUi/Xe69Ua3a+BLhGJpF0nh3FM0+rxAM7dD0yKyGwA5y4nx4B6TEq6Lp4MXntBJ4l+y1AGc/PWYzuPy4KI7APaMalLZLHXtAe4YMuU6+Jld4QG9tgaZGSxLfJPMPmn79gOln5Ai8hiOc4ZIGeAZ0qpqULe7NngtRd2DNMyFBkT4RoMASe01i1lONc7mE6WSLWt56O1TmD+1oJzeq/70r7BtNMf8/i4oUIpNY/5W3217YjIVswMPyQiGT/PFQL6gEml1NNCf8HTwWsv8BDQY2uSUeYSsFNrvd/Hc/QASRGJjM1nNbTWe7FGn2J+z/OOYBF5AExj8pfIYm07F4F+P2w7IvIGRsM67PWxw4S9dgPAqC1HFoxf7exDQKeIJHw6fliYBF4BJ3049gDwjYhEyWC5Gp32/98U+4u+DF57wSNnYMwnx7ZzxrapeIKIHAJaMDfAkcUaihQwZMuQReGnSGQMaKsC285j4AEedVbbDpVeqsR6AzxRSm3Kqebb4LUXfgSz6qxabDtveHCsLmAJ+NaDY4UWayY6yjrGpo3we1DdANL8X14TSZRSz4ErlNhZLSKNVI/1ZgCYUEo92+wBfB28ebadijcwbsAVoFlrfWjDd67NOeCeiDz2KKZQorV+Cw9Mlr5/nVv9UMUbGDciz7ZT9PJQa705SPStNz+aLG25cdOUKxe9ALwtIpVsYCyE25hW9K5ifinHenNFRJ57H1ao8MxkWZbBa207FWtgLJQc2867dpPCQjmK6Ui54kdcYcEaiFaVmW+GclYBLgMJEalEA2PBKKVmMDNwQS1DIlKLyXUvVon15oGVeZdM2Qav/WAuUB22nRFgv9a6vYD3nsZ0okTdeuO5ybLc9deKMjBuFqXUAgXYdqz15iTVY725WoDMvGDKOnhzbDunq8S2U4/JZ9eiH7gtIjPlCSkwfDFZlv3Jl4hUhIGxVHJahs5prWvzXxeR3cAeqsN60wcM23KiZwT12HbFthNmA2PJKKXuAbPk2XZyrDdjIrIQRGxlxDeTZWDtOiLSDbwF/FtHR0c9sMVxnMjpi+zONX8O/PPo6OgLoOHx48cHstnsKeCfotwhYQ1DfwX8Zj15yGYJUhRyra6u7p0dO3Z8hDExpl3XfQVccBznToBxeYpSam5wcPDmvXv3PsDkwMvt7e2NqVTqTm3ta9lE1OgFpvwYuBBc2kBHR0eitbW1dn5+vn56evofHcf5HPgvYMB13cjUgl3XjV+/fv3Nurq6hs7Ozi+TyeSd6enpZG1tbQ1wPuj4/EJr7bvJMsilimdjsZheWFiYSaVS3QCO4ySBL4mW/+FQNptdPnDgwHB9fX1/LBY7kU6n/wf4LdDhuq4XyyhDRZ71xrdUMLCc13XdvwP+JZlMtgB/DPz41dLe3t4+MzMznU6nKz4fbGlpSaRSqVcvXrx4+f777+9aXl5ebmxsnAWYmppKNDQ0vOro6Iharl+L6QT5h0LkIZslyJw3DWzBWMenROT3AK7rxoC/b2tr+w/HcSpesuG67gDw/Pz5888ymUzrV199FU+lUr8TkQXXdc/Pzc09/vDDDyO13aotj32EWSXn25PDINOGh6lUSmEeGebmRYeAH6IwcC33gWOZTGYgHo8Pp1Kp74Ae13W3AfuB74INz3tylof6apQPbObNZrM6Ho//bWtr6/f19fVx+2EexEg2/j2ouLzGcZyHn3/+eXZycrJhYWFhrqGh4Wkmk/mzbDa7JxaLXXccJ6ob/93EGHC68cmxFtjM+/jx490zMzMv6+vrfwD+FPgF5onTbxzHicwmIVrrhuPHjzcBk5lM5r2WlpY/SSQSi/Pz8+lkMhnZ7uCc5aFd1nLuOYHMvFZE3ZtOp4ccxylIqlbB9MRisfsff/zx1ys/sMsg/wazt9jtwCLzGaXU91rrO5jq0e+8Pn5QM283MC8ikR64dvO7I+QtA8zZjLEajPIXgH227uspQSzMacK0yXy90XsrmZxlgJfXMHzfBBYwm4ZElrzNGD0tzQYx8/YBN6vA8H0YswxwVcN3Tmf1u7blPcpcw+xg5Kk9tNzreXcBeynSBlhp5Gx+d2G9ZYAi8gS4S7SeKL5GzmaM57w0ypezDWjlkeFoFRi+u4DnSqlCbsYuAAfsP+zIopS6g1ke6pk9tJwz7zFMdaNoG2AlYbuGuynQ8J23GWPUjfKDQKe1oJdMuVrfcze/q/j1ChvQC9yyXcSFchWzLHS9lqGKx27GOIlH9tByzbxngGkrno4stlt4P0Xm9Lazehg4VwVGeQ3s0lrvK/VA5dA9JTCivagbvmPAT4Ax2z1cFLbm/YyQbNDtFzmbMZZslC/HzNsPTIjIpm2AFcJRzFLA6yUcYxA4KSLbvQkptKzc97xTykH8tkTuBdoo0QYYdmx38Dk2afheQUSe4mFOGFZyOqvPWjv6pvBTLr2yUUY1GL7PAE+VUvc9OJYGOqrAKP8AeEwJ9lA/Z95OzILzSC20zkdrvZ0iN79bD9sKv7IZY9SN8kPAUWtJLxq/NlRZ2SijGgzffcCNUgzfq3Ad89mc8PCYoUMptbLxzqbsoX79y1bAQyuWjix287tdeJzT52zGqESk3stjh5AxoFVrXXTHuB+b37Vi+tKibvj+cUNrpdSS18cXkfuYptQer48dJnI2Y+yz1vSC8WPmHQCuWaF0lDmB2dB6wsdzDAHHqsAo/y3Gll6UPdTrvYcPAgk8tgGGDa11PTan98LwvRa2Nj5B9EtnK8tDT1t7ekF4NnitMLoPuFAFhm8FPFJKPSrDuTTwhoi8VYZzBYa1pT+gQKM8eDvznsKIo6Nu+N6BWSFXlsfdOZsxVoNRfhg4aC3qG+LJ4LWi6G7MqjEvDhlmBoDrXhq+C+AGkCL6RvnnmBV26xrlV/Bq5j0H3BWRyLSsr4bd/G4HpierbOS0DFWDUf4y0IipWK1LyYM3Z/O7qBu+45ic/qJS6lW5zy8ijzCbMUbdKF+wbaekwZuz+d0lEYmaLC6fLmARs3AmKIaBQyLyZoAxlINbwB/YYHloqTPv20ADpjs0stjyTTemNBZYHLmbMUb53iLHtnPK2tVXZdODd8V6g7lJ801jGRJ6gHt+Gb6L5BLQjJGZRBal1DQwxTqd1aXMvKeBZyJyt4RjhB6t9Zu8brIMjJzNGKvBtnMR2Ku13r3ai5savLmb35UQWOgpwHoTFDeBF5hUJrJsZNvZ7MzbS3VYb45gNrRe1XoTFDmbMXZZfVaUuYZRJhzPf6HowZuz+Z0vztWwkGe9CV1Ob2vq6+aEUSDHttOTb9spavBaKUY/1WG96QbmlVJhNlleBPaJiOcGxjChlLoLPCWvZajYmfe4/Z1xb8IKJ1aGHHqTpa2tX6I6bDtDwAmtdcvKDwoevFVmvekDblrDS9jxxcAYNuxn8S05y0OLmXnPAk9E5KHXgYUJrXVFmSxtjb1abDsjQJvWej8UOHhFpAXTOTDkY2CBk7P53ag1u1QEIuK5gTGM2HarH207hc68/cA3IjLvX2ihoJJNloNAp9VrRZlxIAOcjG8k+xWRfcBOyrwMsNzY69BDidaboLA192qy7ZyJs46xpAqtN9PW5FKpaGCXnXAii1LqIZCMk1d+yOMd4BXmLi+yWNlxxZssbe19lCqx7cTJKz+sICINmApDNVhv+oEJj603QeGJgTHsKKXmY7aN+yPg96Ojo0lMC8bLZDLZC9SJyJeBRukz1nrzU+CXVoBR8VhJ38+2bNnyq7a2tjog5ThOmBYWecL/AhmslMJv8B86AAAAAElFTkSuQmCC');
    padding: 50px 0;
    color: #fff;
}

.call-out-strip.blue {
    background-color: #44beeb;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK8AAABlCAYAAAA74bOnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTRDQzRDNEZFQjVBMTFFOEIzQTFCQTFENzNBNDlFRkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTRDQzRDNTBFQjVBMTFFOEIzQTFCQTFENzNBNDlFRkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5M0M3QjRDNkVBMzYxMUU4QjNBMUJBMUQ3M0E0OUVGQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NENDNEM0RUVCNUExMUU4QjNBMUJBMUQ3M0E0OUVGQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkY27eAAAAgTSURBVHja7F1rc+JIDBwPGGx2s/f/f+bVXcDmYQ4SqVB8IX7Ns4WqXGSzlQ9CbU2PRupZmU/b3J5ft6egn8vbU9+eo8G3t9tzvT0dmF+727O9PWt6CjQfLX1eybm7kyfhbAkO3C35fgLz6x67FT13wF7I1x0aeAvKsgdy1lJA/709lQA4mlkK6AHQtx29kC0loiPFsyCfIWxNAL0QYC/075aCy2/sGTDAJQX4App138XqyTE+Ey3sUMBrexSCvwD5e8Tsa0FfyoISkRGfhVhlC5R48pKyoUBWYqlhGnEG3bidaLN2BNvIdAKkG/rdQaw2F4px9saEvhLLaENUYUUgbkA571UEGHHDtqWYHijGlrhwg/KyrsTPG/E7S8B9N3glJGkXwQeR/DyLzbbkvS3Si7oSu9NGOHYSjp8Ntl0psEjUaEWZ911sxBvAzemHk29PNjR/GdxSmbTfBqiEZD4PnCr0oP1U6+woG1UKwMs8vwDwpaTM24LHrOBy0fmHoPLxIrKdBU/M3SqK2xU8ZpUdqCZc6f9rJdm37G1ic6SAV4Pfk3KP0caO2GUfe9UIVMudJnF5rDH49rHBHrsZO9AfFOBfSktvdY4NSfUABUQxXh2bseBF4oRmgCYdMvSTXzgtWfeD008pgzVEHVbgX86JQJxT6aymVaMDj81WUtkp4O3oC9JQOjuYfEpnJcURvjRmemXdqQcQOXPCKcbtg3UGAeVebPjSWJ/TTwUvl860ZN914jRpSyviCTwWK6KsXzj9nKPfY4accO7mrU04+yJPgozi9HP7FnLihEusNV/7YlNbRhEnQUZz+rngzYUTujCmSSm9qHxkj551mdN/e9xtFwY1dU7owji7pUSTuDcXfZPGnP74jDfNtS5xTug6+25MGu2hG8pI6KWxQU6/NBjMCTWUzk4mfpWlMI8TJnQb5PQuMgl3naFv3lJoD92KFwnZ1mbEcbcL8KbICX1Y7NIZL6Oa+hc63+DlrLQ1+CNDreCdoY2149BLY6M5vSuwXYyekaEY7aFc1UHPupM4vctMqWlkKDRN4hMmDaWx0ZzeJXiZE2rqOrOBAmqMntJYM+UPXHPCVI9TXVqoGvf/2gCBbTKn95E5tI0M+aRJUt0R2WZxeh/gjcEJY5jvyWpuA9TUNXaNDd7QnDCm+WwP5f4FLaM9kzm9L3Bp63tw3R6qRvVmCaf3mRlDcMIUzMdktRrVmyWc3id4tantuJqsVqV6s4TT++akWkaGXE1WW6Ora2wRpw+xoUJSYByiSdYsaw/lNkAtqjft0jc9R06YosnJ6jkvqkrVm9TBy9k3dwXGMcZqO3NOGDWp3jjh9KHAq0moek6NW8toj1Mly5CHCJrUdqaMDBVGT2nMqZJlSPDmqsA4lyaNnazWpHrjlNOHPr7NUYFx7os65oRRvepNTuCVnPCltvO4Qkut6k1u4H2p7XwaT51oGO3xomQZq+srBwVGVzTpWXuoptEeL5w+Fnj7nLAAphH9yWorqIR61ZulKT2m/TGPC6wZ1A3gzrumlaYQ3/vdxz04eHf06cXPmMs2dxXdA/mP2Inu6BPppKkif/fiJWWZLNQS2do87j/2ltZjcqG2xwnPFGCkWnBpHjXu2jwUvvfgvN+7kmVM2vCHMu49eL/M11OXNYEaYTOzIj868otvYe//H1qF4e7b375TeyzrL537HrDfQcBbEzgvIsvuybcdvbRHQPC++aZFsTlvSc9eAJW7z5ACWpFfbW9lear6DWBX89BigOO83CbZibd1Yx4FbRQ7C/8uBOC7n78NdgvkkXzz1goQM/NyhuUMxE4eDNZxKbcBnuhTHhejl8ouRI1OSKtLQbwWvT2SOe9Osf+7b/zPmjZoUfj+9vI7s3xkKCfjVoA1Ang1KXzzhqx7wgk1tYdWCODV1AZYDOy2tchieVEPDf2laWoDHDPak8otQyHMOU0KDV4tl99tyMfTyKCWBl8Wy/nFOzZwQLVcfleZ8bXqTmQlDdnXGU0KBd5iYkBztjmc/mh0KMrzxTt1TuDl0hi6jNFqJqfXVDprjCP10BDg1TghO4fTvy5jTBC8WmSMXHB6bZcxblMGLzdba5AxcsHpnXLCxG2xBIJv8CK3/Pni9M44YeLGF+9UKYJXi8K3a04f+4Lu0Nl3tqK8L/A6VQNM3Lg05pLTx7ygO6QtUpS3HgPqTA0wYfN53K3tMsYyBfBqUvj2yekXc8JMTNa4o4PXxzKaovGS7pPTL+KEGdms9lDX4NV0+V2I425NivKTL95xDV4OqIbL70Jx+sboUJTn77OOAV4ujWkd7UmOE2aafUdfvOMKvIvukM0w64Y+7j6KBIFsk+6sdgXeWuyOkS0mp9ekKC9lYL2Cl48ytWTdWMfdkzlhpiYv3il8g1eTwnfs425NlzEOqu0sBa+2y+9iry6TOGHmNjhZbRcGVNMN5alwehcXdOdgg5PVS8CrSfUmpeNuLp3VRrnazlzw8m5QS/9CapMg3hUYE3pRn9KkueCtzGPmCtnKhDm9JrUd3l8tBq+2y+9S9VO92s4c8GpRvcmB03tTYEzMeJWvloBXk+pNDpMg3hQYE82+G4nZKeB9qd6kywlVqu1MAa8W1ZscOb1KtZ2x4NWkepMjp1eptjMWvC/Vmzyykiq1HTtiqXmp3mTKCYHtwOAd2qm+VG8y5YTA9tFnYvvlh28C+lK9yZQTomdf+8NSo0n1BonTO1FgzMA621tqCspCzP+0qN6gcXo5MmRRN3H/CTAAteuB/iKA0PsAAAAASUVORK5CYII=');
    color: #fff;
}

.call-out-strip p,
.call-out-strip h1,
.call-out-strip h2,
.call-out-strip h3,
.call-out-strip h4,
.call-out-strip h5{
    color: #ffffff;
}

.video-embed-con {
    text-align: center;
    margin-top: -150px;
    position: relative;
    z-index:999;
}

.no-hero-con {
    margin: 30px auto;
}

@media (max-width: 768px) {
  .video-embed-con {
    margin-top: 0px;
  }
}

/* ==========================================================================
   2. VIDEO BANNER                                           
   ========================================================================== */

.video {
  position: inherit;
  top: 50%;
  left: 50%;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  height: 118vw;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-banner-con {
    height: 600px;
  overflow: hidden;
  position: relative;
}

.video-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 2;
  opacity: .5;
}

.video-banner-content { 
position: relative;
z-index: 10;
  padding-top: 200px !important;
}

.video-banner-content h1,
.video-banner-content h2,
.video-banner-content h3,
.video-banner-content h4{
    color: #fff;
}
@media (max-width: 1080px) {
   .video {
   position: absolute; 
  }
}


@media (max-width: 479px) {
  .video {
   position: absolute; 
  }
}

/* ==========================================================================
   2. PARALLAX CSS                                            
   ========================================================================== */

.parallax-section-1 {
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media only screen 
and (max-device-width : 479px) 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
    .parallax-section-1 {
        background-position: center top !important;
        background-size: cover !important;
        background-attachment: inherit !important;
        background-repeat: no-repeat;
    }
}


@media screen and (max-device-width : 479px)  { 
    .parallax-section-1 {
        background-position: center top !important;
        background-size: cover !important;
        background-attachment: inherit !important;
        background-repeat: no-repeat;
    }
}
/* iPad landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)  {
      .parallax-section-1 {
          background-position: center top !important;
          background-size: cover !important;
          background-attachment: inherit !important;
          background-repeat: no-repeat;
      }
  }

/* iPad portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
      .parallax-section-1 {
          background-position: center top !important;
          background-size: cover !important;
          background-attachment: inherit !important;
          background-repeat: no-repeat;
      }
  }

/* iPad Pro Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .parallax-section-1 {
        background-position: center top !important;
        background-size: cover !important;
        background-attachment: inherit !important;
        background-repeat: no-repeat;
    }
}

/* iPad Pro Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .parallax-section-1 {
        background-position: center top !important;
        background-size: cover !important;
        background-attachment: inherit !important;
        background-repeat: no-repeat;
    }
}


/* About Us */

.subpage-head-container.page-center {
    z-index: 100;
    position: relative;
    text-align: left;
}

.subpage-head-container .lead-in-text,
.subpage-head-container .supporting-text,
.banner-background-image .subpage-head-container h1,
.banner-background-image .subpage-head-container .h1{
    text-align: center;
}
.banner-background-image .subpage-head-container h1,
.banner-background-image .subpage-head-container .h1{
    margin: 0px 0 0px 0 !important;
    text-align: center;
    max-width: none !important;
}

.banner-background-image.slim-bg .subpage-head-container h1,
.banner-background-image.slim-bg .subpage-head-container .h1{
    margin: 0px 0 0px 0 !important;
}

.case-study .banner-background-image .subpage-head-container h1,
.case-study .banner-background-image .subpage-head-container .h1{
    margin-top: 0 !important;
}

.blog .banner-background-image .subpage-head-container h1,
.blog .banner-background-image .subpage-head-container .h1{
    margin: 50px 0px 0px !important;
    text-align: left;
}

.subpage-head-container .supporting-text {
    max-width: 800px;
    margin: 0 auto !important;
}

.banner-background-image .span12.widget-span.subpage-head-container.page-center {
    margin: 0px auto 0 !important;
}

.support-page .banner-background-image {
    height: 460px !important;
}

.header-border .header-container-wrapper {
    border-bottom: 1px solid #eee;
}

.team-quote {
    font-size: 28px;
    font-style: italic;
    padding-left: 50px;
}

.social-connect .fa {
    margin-right: 15px;
    width: 20px;
}

.social-connect a {
    color: #4ba215;
}

.social-connect a:hover {
    border-bottom: 1px dotted #ddd;
}

.subpage-container-plain {
    padding: 50px 0;
}

.thank-you-simple {
    padding: 20% 0;
}
@media (min-width: 768px){
  .thank-you-simple {
    padding: 7% 0;
  }
}

.thank-you-content {
  position: relative;
  margin: 0 auto !important;
  background: rgba(255,255,255,0.95);
}

.thank-you-content H1 {
  color: #4ba21c;
}


.banner-background-image .thank-you-content .widget-type-rich_text a { 
  color: #ffffff !important;
}

.thank-you-content .offer-highlight--content {
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    border-radius: 10px;
    filter: drop-shadow(0 0 6.5px rgba(0,0,0,0.33));
    background-color: #f1f1f1;
    height: 100%;
    margin-bottom: 20px;
}
  
@media (max-width: 1024px){
  .thank-you-content {
    max-width: 90% !important;
  }
}

.left-col-detail {
    border-top: 2px solid #333;
    padding-top: 20px;
    margin-top: 10px;
}

.download-con {
    background-color: #e1e1e1;
    padding: 30px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/* Pricing */

.pricing-package-col {
    border: 1px solid #ccc;
    background: #fff;
    padding-bottom: 30px;
  //  margin-bottom: 50px;
}
.pricing-package-col.highlighted {
    margin-top: -30px;
 padding-bottom: 30px;
   // margin-bottom: 20px;
}

.package-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 20px;
    background: #333;
    color: #fff;
}

.pricing-package-col.highlighted .package-title {background:#4ba215 !important;}
.pricing-package-col.choice1 .package-title {background:#d67c1c !important;}
.pricing-package-col.choice2 .package-title {background:#1c7aa2 !important;}
.pricing-package-col.choice3 .package-title {background:#f5d410 !important;}
.pricing-package-col.choice4 .package-title {background:#4ab21c !important;}

.pricing-package-col.choice-blue .package-title {background:#012B64 !important;}
.pricing-package-col.choice-pink .package-title {background:#FE0068 !important;}
.pricing-package-col.choicePink .package-title {background:#4ab21c !important;}

.pricing-package-col.choiceBlPurple .package-title {background-image:linear-gradient(to right,#000000,#800080 100%) !important;}
.pricing-package-col.choiceMaroon .package-title {background: #ae67a2  !important;}
.pricing-package-col.choiceLightBlue .package-title {background: #83beeb  !important;}
.pricing-package-col.choiceDarkBlue .package-title {background: #1c7aa2  !important;}
.pricing-package-col.choiceWhite .package-title {background: #ffffff  !important;}
.pricing-package-col.choiceBlack .package-title {background: #000000  !important;}
.pricing-package-col.choicePink .package-title {background: #cf6088  !important;}




.package-price {
    padding: 20px 0px 0 0px;
    text-align: center;
    font-size: 40px;
    line-height: 40px
}

.package-price-sub {
    text-align: center;
    font-size: 12px;
    color: #5c5c5c;
    padding: 10px 0px 0 0px;
}

.package-desc {
    padding: 20px;
    text-align: center;
    background-color: #f1f1f1;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}


.package-features {
    padding: 30px 10px;
}

.package-features li {
    list-style-type: none !important;
    font-size: 16px;
}

.package-features .hs_cos_wrapper_type_rich_text ul li:before {
    font-size : 14px;
    color: #4ba215 !important;
    margin-bottom: 10px;
    margin-right: 15px;
}

/* RESOURCES PAGE */

.resource-con {
    margin-bottom: 60px;
    display: block;
}

/* Modular & Reusable Components
   ========================================================================== */

/* 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{
    padding-right: 10px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    content: "\f0d4";
    color: #4ba215;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

.accordion_content { padding: 10px 15px; }



/* Page Title Background */
.title-background{
    background: #f5f5f5;
}
.title-background h1, .title-background h2{
    margin-bottom: 0px;
}


/* Blog Subscribe Module */
.subscribe-form {
    background: #f5f5f5;
}
.subscribe-form .widget-type-blog_subscribe input[type="email"] {
    max-width: 400px;
    /*height: 38px;*/
    width: 100%;
    margin: 0;
}
.subscribe-form .hs_email {
    display: inline-block;
    width: 300px;
    margin-right: 5px;
    vertical-align: top;
}
.subscribe-form .hs_submit {
    display: inline-block;
}
.subscribe-form .hs-button.primary {
    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;
    border-color: #666;
    margin: 0;
}
.subscribe-form .hs-button.primary:hover {
    background: #fff;
    border-style: solid;
    color: #666;
    border-color: #666;
    background: #666;
    border-width: 2px;
}
/* Hide blog subscribe label */
.widget-type-blog_subscribe label {
   /* display: none !important;*/
}

.widget-type-blog_subscribe .hs-error-msgs {
    display: none;
}

.hs-error-msgs {
    background-color: #f8cccc;
    border: 1px solid #da0101;
}
.hs-error-msgs label {
    color: #da0101 !important;
    display: block;
    padding: 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
}
.hs-error-msgs li {
    color: #da0101 !important;
}

/*** TESTIMONIAL GROUP ***/


/********* TEAM MEMBER MODULE *********/

.team-member-con {
  margin: 15px auto;
  background-color: #fff;
  padding: 30px 0 10px;
}

.team-member-con img {
  width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.team-member-con .img-wrap {
  position: relative;
  overflow: hidden;
  width: 136px;
  height: 136px;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #eee;
}

.team-member-name{
  padding: 20px;
  text-align: center;
}

.team-member-name h4 {
  color: #444;
  margin: 0;
  position: relative;
  overflow: hidden;
}


.team-member-name h6 {
    font-style: italic;
    font-weight: 300;
    color: #666;
    font-family: 'Trebuchet';
    margin: .25rem 0 1rem;
    position: relative;
    padding-bottom: 1rem;
}

.team-member-name h6:after {
  content:'';
  position: absolute;
  left: 0 ;
  bottom: 0;
  background: #4ba215;
  height: 2px;
  width: 1.5rem;
  margin-left: -0.75rem;
  left: 50%;
}

.team-member-name p {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .team-member-name,
  .team-member-title {
      text-align: center;
  } 
  .team-member-con {
      margin-bottom: 20px;
  }
}


.team-personality {
  position: relative;
  margin-bottom: 48px;
}

.team-personality .widget-type-linked_image {
  text-align: center;
}

.team-personality img {
  margin: 0 auto;
  max-width: 80px;
}


@media (max-width: 768px) {
  .team-personality {
    position: relative;
    margin-bottom: 24px;
  }
}



.circle-photo-large img {
    -webkit-border-radius: 300px 300px 300px 300px;
border-radius: 300px 300px 300px 300px;
}

/* END TEAM MEMBER MODULE */

/* Well Module */
#well{
    min-height: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}
#well .default{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    background: #666;
    border-color: #343434;
}
#well .primary{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: ;
    border: 1px solid ;
}
#well .success{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: ;
    border: 1px solid ;
}
#well .danger{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: ;
    border: 1px solid ;
}
#well .info{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: ;
    border: 1px solid ;
}
#well .plain{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background:;
    color: #333;
    border: 1px solid #ddd;
}
#well .small{
    padding: 20px;
}
#well .medium{
    padding: 24px;
}
#well .large{
    padding: 28px;
}

#well .close{
    float: right;
    padding: 3px 10px 0px 0px;
    cursor: pointer;
    color: #333;
}

/* Pricing Module */
.pricing-table h3.heading {
    color: #fff;
    margin: 0px;
    text-align: center;
    padding: 5px 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    background: #666;
    border-top-right-radius: 4px;
    }
.pricing-table .label{
    padding: 5px 10px;
    right: 15px;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-left: 10px;
    vertical-align: middle;
    background: #343434;
}
.pricing-table .content {
    background: #f5f5f5;
    padding: 30px;
    text-align: center;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    }
.pricing-table .content ul{
    list-style: none;
    padding-left: 0px;

    }
.pricing-table .content ul li{
    padding: 10px 0px;
    }
.pricing-table .number{
    font-size: 60px;
    font-weight: 700;
    }
.pricing-table .currency{
    font-size: 24px;
    position: relative;
    top: -25px;
    }
.pricing-table .unit{
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
    }
.pricing-table .content a{
    padding: 10px 25px;
}
.icon-width i {
    color: #666;
}

/* Rich Editor Checkmark Lists */
.hs_cos_wrapper_type_rich_text ul {
    padding-left: 40px;
}

.hs_cos_wrapper_type_rich_text ul li {
}

.hs_cos_wrapper_type_rich_text ul li:before {
    display: none;
}

/* Tabber Module */
.body-container .tabber-tabs,
.modal .tabber-tabs{
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 0 0 -2px;
}
.tabber-tabs > li {
    float: left;
  	margin-right: 1px;
}
.tabber-tabs > li > a {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    -o-border-radius: 0px 0px 0 0;
    -ms-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
    text-decoration: none;
    display: block;
    font-family: 'Museo';
    font-weight: 700;
    color: #444;
    background: #eee;
    border-bottom: 1px solid #ddd;
}

.tabber-tabs > .active > a,
.tabber-tabs > .active > a:hover,
.tabber-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #4ba215;
}
.tabber-content {
    background: #fff;
    padding: 40px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0 0px 0px 0px;
    -moz-border-radius: 0 0px 0px 0px;
    -o-border-radius: 0 0px 0px 0px;
    -ms-border-radius: 0 0px 0px 0px;
    border-radius: 0 0px 0px 0px;
}

.blog-tabber .tabber-content {
    padding: 20px;
}
.body-container .tabber-content ul {
    padding: 0 0 0 30px;
    margin: 15px 0 15px 0;
}
.tabber-content .block h3 {
    display: none;
}

.tab-pane-img {
    float: left;
    width: 33%;
    margin-left:4%;
}

.tab-pane-content {
    float: left;
    width: 61%;
}

.tab-pane-content.full {
    float: none;
    width: 100%;
}

.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    float: left;
    width: 40%;
}
.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%;
}

.blog-tabber .hs-rss-item a.hs-rss-title {
    color: #000;
}

.vert-tabber .tabber-tabs > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    display: block;
}

.vert-tabber .tabber-tabs > .active > a,
.vert-tabber .tabber-tabs > .active > a:hover,
.vert-tabber .tabber-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: none;
    background-color: #f1f1f1;
}

.body-container .vert-tabber .tabber-tabs {
    border: none;
}

@media (max-width: 479px) {
   .tab-pane-img,
   .tab-pane-content{
       width: 100%;
       float: none;
       margin-left: 0;
   } 
   .tab-pane-img {
       margin-bottom: 30px;
   }
    
}


/* ==========================================================================
   CLEAN POPULAR BLOG POST TABBER                                                 
   ========================================================================== */

.blog .blog-sidebar .popular-posts-pane .widget-module ul {
    padding-left: 0;
    display: block;
}

.popular-posts-pane .widget-module li {
    list-style-type: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}


.popular-posts-pane .widget-module li img {
    width: 40%;
}

.blog .blog-sidebar .popular-posts-pane .widget-module li a {
    float: right;
    width: 60%;
    padding: 0 0 0 15px;
    color: #000;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-height: 80px;
    line-height: 1.45;
    overflow: hidden;
}

.blog .blog-sidebar .popular-posts-pane .widget-module li a:hover {
    border-bottom: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-height: 80px;
    line-height: 1.45;
    overflow: hidden;
}



/* ==========================================================================
   CLEAN BLOG POSTS                                                 
   ========================================================================== */

.clean-recent-blog-posts .hs-rss-item {
    width: 31.33333%;
    margin: 0 2% 0 0;
    float: left;
    position: relative;
    background-color: #fff;
    padding: 20px;
}

.clean-recent-blog-posts .hs-rss-item.hs-with-featured-image {
    overflow: visible;
}

.clean-recent-blog-posts .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    position: absolute;
    top: 0;
    left:0;
    height: 230px;
	  width: 100%;
    overflow: hidden;
}

.clean-recent-blog-posts .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
}

.clean-recent-blog-posts .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    padding-top: 230px;
    width: 100%;
}

.clean-recent-blog-posts a.hs-rss-title {
    color: #333;
    font-size: 1.25em;
    display: block;
    margin-bottom: 5px;
  	font-family: 'Museo', Trebuchet;
  	font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 1rem;
}

.clean-recent-blog-posts a.hs-rss-title:hover {
    color: #4ba215;
}

.clean-recent-blog-posts .hs-rss-byline {
    margin-bottom: 1rem;
    position: relative;
  	display: none;
}

.clean-recent-blog-posts a.hs-rss-title:after {
  content:'';
  position: absolute;
  left: 0 ;
  bottom: 0;
  background: #4ba215;
  height: 3px;
  width: 2.5rem;
}

.clean-recent-blog-posts .hs-rss-item.case-study {
  background-color: #fff;
  width: auto;
}

.clean-recent-blog-posts .hs-rss-item.case-study .hs-rss-item-image-wrapper {
  height: 200px;
}

.clean-recent-blog-posts .hs-rss-item.case-study .hs-rss-item-text {
  padding-top: 200px;
}
.clean-recent-blog-posts .hs-rss-item.case-study.no-image .hs-rss-item-text {
  padding-top: 0;
}

.clean-recent-blog-posts .hs-rss-item.case-study .cta_button {
  margin-top: 1.5rem;
  
}

/*
.clean-recent-blog-posts .hs-rss-description a {
    display: block;
    margin-top: 10px;
}*/

.clean-recent-blog-posts .hs-rss-description a {  
    border-radius: 25px;
    display: table;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    border: 2px solid #4ba215 !important;
    color:#4ba215 ;
    font-family: 'Trebuchet', 'sans-serif';
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    clear: both;
    margin: 20px 0;
}

.clean-recent-blog-posts .hs-rss-description a:hover {
    background: transparent;
    color: #4ba215;
    border-color: #4ba215 ;
    transform: scale(1.05);
}


@media (max-width: 768px){ 
  .clean-recent-blog-posts .hs-rss-item {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
} 
.clean-recent-blog-posts a.hs-rss-title {
    font-size: 1.333em;
}
}
@media (max-width: 479px) {
    .clean-recent-blog-posts a.hs-rss-title {
    font-size: 1.25em;
}
}

/** END CLEAN BLOG POSTS ***/

.post-jump-con {
    padding-top: 30px;
    border-top: 1px solid #eee;
    margin-top: 40px;
}

.post-jump {
    width: 48%;
    width: 1px solid red;
}

.post-jump a {
    color: #000;
    font-weight: 700;
}

.post-jump a:hover {
    color: #4ba21c;
}

.post-jump .featured-img-con {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.post-jump .post-jump-label {
    font-size: 11px;
    text-transform: uppercase;
}

.post-jump .featured-img-con .jump-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

.next-post.post-jump .featured-img-con .jump-indicator {
    right: 0;
    left: inherit;
}

.post-jump .featured-img-con a:hover .jump-indicator {
    opacity: 1;
}

.post-jump.next-post {
    float: right;
}

.post-jump.next-post p {
    text-align: right;
}

.post-jump.prev-post {
    float: left;
}



.prev-arrow {
    display: block;
    width: 0;
height: 0;
border-style: solid;
border-width: 12px 12px 12px 0;
border-color: transparent #ffffff transparent transparent;

}

.next-arrow {
    display: block;
    width: 0;
height: 0;
border-style: solid;
border-width: 12px 0 12px 12px;
border-color: transparent transparent transparent #ffffff;
}

.post-jump .next-arrow,
.post-jump .prev-arrow {
    margin: 60px 0 0 12px;
}

/* ==========================================================================
   TESTIMONIALS                                                 
   ========================================================================== */

.testimonal-con {
    margin-bottom: 40px;
    clear: both;
}

.quote-box {
    background: #f5f5f5;
    padding: 30px;
    padding-bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    margin-bottom: 30px;
}
.quote-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f5f5f5;
    position: absolute;
    bottom: -20px;
    margin-left: -20px;
    left: 50%;
}

.quote-box p {
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 16px;
  	text-align: left;
}

.quote-box .expanded { 
  display:none;
}

.quote {
    border: none;
    padding: 0;
    font-size: 16px;
    color: #666666;
    margin: 0px;
}
.details {
    font-size: 13px;
}
.name {
    display: block;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}
.quote-box .title {
    display: block;
    color: #b3b3b3;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px;
}
.quote-box .fa{
    font-size: 18px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.quote-name {
    font-weight: bold;
  	margin-top: 4px;
}

.quote-name-title {
    font-size: 11px;
}

.img-rounded {
    border-radius: 6px;
}

.testimonial-headshot img{
    border-radius: 50%;
    max-width: 150px;
    max-height: 150px;
    margin-top: -10px;
    border: 5px solid #f5f5f5;
}

.testimonial-avatar {
    float: left;
    margin-right: 5%;
  	width: 20%;
}

.person-info {
    float: left;
  	text-align: left;
  	width: 70%;
}

.testimonial-avatar img {
    border-radius: 50%;
    max-width: 100% !important;
    max-height: 80px;
    margin-top: -10px;
    border: 5px solid #f5f5f5;
}


@media (max-width: 479px) {
 .testimonial-avatar {
    margin: 0 auto;
    display: block;
    float: none;
    margin: 0 auto !important;
 }
 .testimonal-con .person-info {
     float: none;
 }
 .testimonial-avatar img {
     margin-top: 0;
 }
}

.banner-background-image .span12.widget-span.slim-container-md
{
    margin: 0 auto !important;
}

.img-2x img {
    width: 40% !important;
}
/* ---------------------------------------------------------------------------- */
/* ------------------------------- jake --------------------------------------- */
/* --------------- Rounded Card Testimony Carousel ---------------------------- */
/* ---------------------------------------------------------------------------- */

#rounded.testimonal-con {
    margin-bottom: 0px;
    clear: both;
}

#rounded .quote-box {
    background: #f5f5f5;
    padding: 30px;
    padding-bottom: 30px; 
    -webkit-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    -o-border-top-right-radius: 30px;
    -ms-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radiuss: 30px;
    -moz-border-bottom-left-radius: 30px;
    -o-border-bottom-left-radius: 30px;
    -ms-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
/*     margin-bottom: 30px; */
}
#rounded .quote-box:after {
  display:none;
}

#rounded .quote-box p {
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 16px;
  	text-align: left;
}

#rounded .quote-box .expanded { 
  display:none;
}

#rounded .quote-box >.quote-icon {
  margin-bottom: 20px;
  text-align: left;
  height: 20px;
  width: 20px;
}

#rounded .quote-box >.quote-icon img {
  height: 100%;
  width: 100%;
}

#rounded .quote {
    border: none;
    padding: 0;
    font-size: 16px;
    color: #666666;
    margin: 0px;
}

#rounded .quote-box > .quote-name p {
    font-weight: bold;
  	margin-top: 4px;
    font-family: 'Trebuchet', 'sans-serif';
    text-align: right;
    font-style: normal;
    font-size: 13px;
}


@media (max-width: 479px) {
#rounded .testimonial-avatar {
     margin: 0 auto;
    display: block;
    float: none;
    margin: 0 auto !important;
 }
#rounded  .testimonal-con .person-info {
     float: none;
 }
}
/* ---------------------------------------------------------------------------- */


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

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

/* Colors */
.accentColor1 { color: #666; }
.accentColor2 { color: #ccc; }
.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; }


.margin--8tb { margin: 8px 0px; }
.margin--16tb { margin: 16px 0px; }
.margin--24tb { margin: 24px 0px; }


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

@media (max-width: 479px) {
    .padding40tb,
    .padding60tb,
    .padding80tb,
    .padding100tb 
    { padding: 30px 0px; } 
}


/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */

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

.footer-background {
  background-color: #111111 !important;
}

.footer-background, .footer-background a, .footer-background p, .footer-copyright a, .footer-container-wrapper .more-links a, .footer-container-wrapper .contact-us a, .footer-container-wrapper .about-us a {
  color: #939393 !important;
  font-size: 13px !important;
}

.footer-container-wrapper .social-icons{
  margin-bottom: 2rem;
}

.footer-container-wrapper .social-icons a {
  margin-left: 5px;
  margin-right: 5px;
}

.footer-container-wrapper .social-icons a:first-child {
  margin-left: 0px;
}

.footer-container-wrapper .social-icons a:last-child {
  margin-right: 0px;
}


.footer-container-wrapper .social-icons .fa,
.contact-us .social-icons a {
	font-size: 16px !important;
	padding-right: 5px;
	border: 1px solid #707070;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 1.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	text-align: center;
	padding: 0;
	color: #707070;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease
}

.footer-container-wrapper .social-icons .fa:hover,
.contact-us .social-icons a:hover {
	color: #000;
	background: #707070;
}

.footer-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-17 {
    display: none;
}

.footer-background, .footer-background a:hover, .footer-copyright a:hover, .footer-container-wrapper .more-links a:hover, .footer-container-wrapper .contact-us a:hover, .footer-container-wrapper .about-us a:hover {
  color: #3f454a !important;
  text-decoration: none !important;
}

.footer-background a {
  background-color: transparent !important;
}

.footer-container-wrapper .more-links a {
    margin: 10px 0px;
}
.footer-container-wrapper .footer-copyright{
    background: #000;
    color: #ccc;
    padding: 10px 0px;
    font-size: 12px;
}

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

.footer-container h4 {
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .5px !important;
    text-transform: uppercase !important;
    color: #cccccc !important;
}


.container-fluid .row-fluid .back-to-top {
  background-color: #eee !important;
}


/* 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: #666;
    cursor: pointer;
}
.back-to-top a {
    color: #aaa;
}

.back-to-top a:hover {
  color: #333 !important;
}


/* ==========================================================================
   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:;
  float: right;
  -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;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 5px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color:;
    padding: 10px 14px;
    position: relative;
    display: block;
}
@media (min-width: 1180px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    border-radius: 25px;
    display: inline-block;
    padding: 10px 18px 10px 19px !important;
    line-height: 1;
    border: 2px solid #4ba215 !important;
    color: #4ba215;
    font-family: 'Trebuchet', 'sans-serif';
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    background: #4ba215;
    color: #fff;
    border-color: #4ba215;
    transform: scale(1.05);
  }

  .transparent-nav .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    border: 2px solid #ff0068 !important;
    color: #ffffff;    
    background-color: #ff0068;
  }
  
  .transparent-nav .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    background: #fff;
    color: #ff0068;
    border-color: #fff;
  }
  
  #sticky-menu .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    margin: .2rem 0 0;
    border: 2px solid #cf6088 !important;
    color: #fff;
  }

  #sticky-menu .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    background: #ff0068;
    color: #fff;
  }
}


.custom-menu-primary a {
    color: #444444;
}

.custom-menu-primary a:hover {
    color: #000000;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

.transparent-nav .custom-menu-primary a {
    color: #fff;
}

.transparent-navv.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color:;
}

.header-container .dark { display: block !important;}
.header-container .light { display: none !important;}

.transparent-nav .header-container .light { display:block !important;}
.transparent-nav .header-container .dark { display:none !important;}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    left: 15px!important;
    background: #fff;
    padding: 10px 0px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  	background: #fff;
    min-width: 150px;
}

.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: 18px;
    color: #fff;
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    padding-left: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
  background-color:#4ba215;
}

.transparent-nav .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color:#444;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    z-index: 1000 !important;
}

.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% !important;
}

.side-bar-nav .hs-menu-wrapper.hs-menu-flow-vertical a {
    background: url(https://dl.dropboxusercontent.com/s/5zk1ycqnahgd6dy/right-arrow%402x.png) no-repeat right center;
    background-size: 8px 12px;
    border-bottom: 1px solid #f5f5f6;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  font-weight: bold !important;
  font-size: 12px !important;
  text-decoration: none !important;
}

/* Override max width on menu links */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  color: #fff;
  background-color: #4ba215 !important;
}

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

.footer-background .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    padding: 0px !important;
    font-size: 14px !important;
}


/* Carret after Menu items with dropdown */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
    font-size: 13px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after  {
    border-top-color: #666;
}
/* ---------------------------------------------------------------------------- */
/* jake custom */
/* Navigation Anchors, Active Status*/
.hs-item-has-children,
.hs-menu-item.active,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    background-color: transparent !important;
    cursor: pointer !important;
    color: #4ba215 !important;
}

.hs-item-has-children,
.hs-menu-item.active,
.custom-menu-primary .hs-menu-wrapper > ul li.active a:hover {
    background-color: transparent !important;
    color: #fff !important;
}

.custom-menu-primary .hs-menu-wrapper .hs-menu-children-wrapper > li.active a  {
    background-color: transparent !important;
    cursor: pointer !important;
    color: #444444 !important;
}

.custom-menu-primary .hs-menu-wrapper .hs-menu-children-wrapper > li.active a:hover {
    background-color: #4ba215 !important;
    color: #fff !important;
}

#sticky-menu .hs-menu-wrapper > ul li.active a:hover  {
    color: #444444 !important;
}

#sticky-menu .hs-menu-wrapper .hs-menu-children-wrapper > li.active a:hover  {
    color: #fff !important;
}

/* ---------------------------------------------------------------------------- */
/* old */
/* .hs-menu-item.active,
.custom-menu-primary .hs-menu-wrapper > ul li.active a:hover {
    background-color: transparent !important;
    cursor: pointer !important;
    color: #ffffff !important;
}

.hs-menu-children-wrapper .hs-menu-item.active,
.custom-menu-primary .hs-menu-wrapper .hs-menu-children-wrapper li.active a:hover,
#sticky-menu .hs-menu-item.active,
#sticky-menu .custom-menu-primary .hs-menu-wrapper > ul li.active a:hover{
    background-color: transparent !important;
    cursor: pointer !important;
    color: #444444 !important;
}

.hs-menu-item.active a,
#sticky-menu .hs-menu-item.active a {
  color: #4ba215;
} */
/* ---------------------------------------------------------------------------- */


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

/* 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;
  }
  
  .header-container-wrapper .container-fluid  .row-fluid [class*="span"].search-area {
    width: 90% !important;
    top: 3.25rem;
  }
  
  .header-container-wrapper .container-fluid  .row-fluid [class*="span"].close-search {
    width: 44px !important;
  }
}



.row-fluid [class*="span"] {
/*  min-height: auto !important; */
   min-height: 1px !important;
}

@media (min-width: 1280px) {
    .row-fluid [class*="span"] {
/*         min-height: 0 !important; */
      min-height: 1px !important;
    }
}




.row-fluid {
    min-height: 0px !important;
}

/****  THIS COULD BE SUSPECT!  CHECK IT OUT  ****/

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


/* ==========================================================================
   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: 767px){


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

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

  .pr-logo {margin-bottom: 20px;}
  .pr-logo img {
    margin: 0 auto !important;
    display: block !important;
    width: 40% !important;
  }
  .service-highlight {
      border-bottom: 1px solid #ccc;
      padding-bottom: 30px;
  }
  .team-member-con {
      margin-bottom: 20px;
  }
  .testimonial-avatar {
      text-align: center;
      margin-top: 10px;
  }
  .quote-name, .quote-name-title {
      text-align: center;
  }
  .quote-name-title {
      margin-bottom: 30px;
  }
  
  
}




/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */





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

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

/* 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, 
body.landing-page.two-column, 
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 {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
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 .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

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


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


/* Background Styles */


.half-bg-landing-page .body-container-wrapper,
.full-bg-landing-page .body-container-wrapper {
    padding-top: 0px !important;
}

.half-bg-landing-page .header-container,
.full-bg-landing-page .header-container {
    display:none;
}

.full-bg-landing-page #banner-background-image {
    background-size: cover;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    height: 900px !important;
}
.half-bg-landing-page.banner-background-image .row-fluid-wrapper.row-number-3 .row-fluid,
.half-bg-landing-page.banner-background-image .row-fluid-wrapper.row-number-3,
.full-bg-landing-page.banner-background-image .row-fluid-wrapper.row-number-3 .row-fluid,
.full-bg-landing-page.banner-background-image .row-fluid-wrapper.row-number-3 {
    /*display: table;*/
    /*position: absolute;*/
    height: 100%;
    width: 100%;
    
    
}

.half-bg-landing-page.banner-background-image .row-fluid-wrapper.row-number-3 .row-fluid-wrapper .row-fluid,
.full-bg-landing-page.banner-background-image .row-fluid-wrapper.row-number-3 .row-fluid-wrapper .row-fluid {
    display: block;
    height: 100%;
    width: 100%;
    position: static;
}

.full-bg-landing-page.banner-background-image .row-fluid-wrapper.row-number-3 .row-fluid-wrapper.row-number-3 {
    /*display: block;
    height: 100%;
    width: 100%;
    position: absolute;*/
}

.half-bg-landing-page.banner-background-image .value-prop-container,
.full-bg-landing-page.banner-background-image .value-prop-container {
    margin: 9% auto !important;
}

.half-bg-landing-page .widget-type-form .actions,
.full-bg-landing-page .widget-type-form .actions {
    text-align: center;
}


.half-bg-landing-page .logo-centered,
.full-bg-landing-page .logo-centered {
    margin: 0 auto 30px !important;
  display: block;
  text-align: center;
  float: none !important;
}


.full-bg-landing-page .hs-form label span {
    color: #fff !important;
    font-size: 12px;
}

.full-bg-landing-page .value-prop-container.two-column .logo-centered {
    margin: 0 0 30px 0 !important;
    text-align: left;
}

.value-prop-container.two-column .logo-centered {
    margin: 0 0 30px 0 !important;
    text-align: left;
}

.lead-capture-con h1,
.lead-capture-con h2,
.lead-capture-con h3,
.lead-capture-con h4,
.lead-capture-con h5,
.lead-capture-con p
{
    color:#fff;
}


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

.lp404 .header-container {
    position: relative;
}

.lp404 .dark-overlay {
    position: fixed;
}

.lp404 h2 {
    color: #fff;
}


/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */


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


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

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

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

body.hs-blog-listing h3 {
 margin-bottom: 0px; 
}

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


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

.blog .blog-content {}

.blog .blog-content ul li {
	list-style-type: none;
	background: url(https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Homepage/im_chevron.png) 10px 8px no-repeat;
	-webkit-background-size: 7px auto;
	-o-background-size: 7px auto;
	background-size: 7px auto;
	padding-left: 24px;
}
/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

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

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

/* Blog Post Title */
.post-header h2, .post-header .h2  {
    margin-bottom: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.post-header h2 a, 
.post-header .h2 a {
    color: #000;
    font-weight: 700;
}

.post-header #hubspot-author_data {
    color: #666;
}

.post-header p{
    font-size: 13px;
}
/* Blog Author and Avatar */
#hubspot-author_data {
    float: left;
}
#hubspot-author_data a.author-link {font-weight: bold; color: #000;}
#hubspot-author_data a.author-link:hover {border-bottom: 1px dotted #ddd;}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

p.custom_listing_comments{
    float: right;
}

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

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

.blog-listing-wrapper .post-listing .post-item h2 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}


.blog-listing-wrapper .post-listing .post-item .post-body {
    font-size: 16pxpx;
    margin-bottom: 20px;
    margin-top: 20px;
}
.blog-post-wrapper .post-body {
    font-size: 16pxpx;
    margin-top: 20px;
}

.blog-post-wrapper .post-body p {
    margin-bottom: 20px;
}

.blog-listing-wrapper .post-listing .post-item .post-body a:not(.cta-primary):not(.cta-primary-outline),
.blog-post-wrapper .post-body a:not(.cta-primary):not(.cta-primary-outline) {
    color: #4ba215;
}
.blog-listing-wrapper .post-listing .post-item .post-body a:hover,
.blog-post-wrapper .post-body a:not(.cta-primary):not(.cta-primary-outline):hover {
    color: #4ba21c;
}

@media (min-width: 480px){
  .blog-listing-wrapper .post-listing .post-item h2,
  .post-header h2 {
    font-size: 2.5em;
  }
}
.blog-listing-wrapper .post-listing .post-item h2 a {
    color: #000;
    font-weight: 700;
}

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

.hs-featured-image {
    max-width: 100% !important;
}

/* Read More Link */
a.more-link {}

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


.topic-list {
    padding-top: 0px;
    margin-bottom: 40px;
    font-size: 12px;
}

a.topic-link{
    background-color: #eee;
    color: #666;
    padding: 4px 8px;
    font-size: 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    margin: 0 8px 8px 0;
  	line-height: 1.25;
  	display: inline-block;
}

a.topic-link:hover{
    background-color: #4ba21c;
    color: #fff;
}


/** 
 * 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;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  height: auto;
  width: 100%;
}

.about-author-sec {
    border-top: 1px solid #eee;
    margin-top: 60px;
    padding-top: 50px;
}

/* jake custom */
.hs-blog-social-share ul > li.hs-blog-social-share-item {
  display: flex;
  align-items:center;
}

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


#comments-listing {
  margin: 16px 0;
}
.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; }

/* Pagination */
.blog-pagination {
  text-align: center;
  position: relative;
}
.blog-pagination a {}
.blog-pagination .previous-posts-link {
	position: absolute;
  left: 0;
}
.blog-pagination a.all-posts-link {}
.blog-pagination .next-posts-link {
	position: absolute;
  right: 0;
}

.blog-pagination .all-posts-link .fa  {
  color: #fff;
}


/* 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;
    vertical-align: middle;
}

.hs-author-social-links i {
    font-size: 30px;
    vertical-align: middle;
}
/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}
.blog .blog-sidebar h3 {
    font-size: 18px !important;
    font-weight: 700;
}

.blog .blog-sidebar #hs_form_target_blog_subscription input[type="email"], 
.blog .blog-sidebar .widget-type-blog_subscribe input[type="email"] {
    margin-bottom: 20px;
    text-align: left !important;
    width: 100%;
    border-radius:50px;
    border:1px solid #4ba215;
}

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

.subscribe-container {
    background: #f1f1f1;
    padding: 20px !important;
    margin-bottom: 40px;
    border: 1px solid #ccc;
}



/* Blog Modules */
.blog .blog-sidebar {
    font-size: 14px !important;
}

.blog .blog-sidebar .widget-span {
    padding: 0px 0px 40px 0px;
}

.blog .blog-sidebar .subscribe-container .form-title{
		margin-bottom: 16px;
}

.blog .blog-sidebar .widget-module ul {
    padding-left: 30px;
}

.blog .blog-sidebar .widget-module ul li a {
    color: #444;
}

.blog .blog-sidebar .widget-module ul li a:hover {
    border-bottom: 1px dotted #ddd;
    color: #000;
}


.blog .blog-sidebar .topics-con ul,
.blog .blog-sidebar .widget-type-post_listing ul {
    padding-left: 0 !important;
}

.blog .blog-sidebar .topics-con li {
    list-style-type: none;
}

.blog .blog-sidebar .topics-con a {
    display: block;
    float: left;
    background-color: #eee;
    color: #666;
    padding: 4px 8px;
    font-size: 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    margin: 0 8px 8px 0;
  	line-height: 1.25;
  	display: inline-block;
}

.blog .blog-sidebar .topics-con a:hover {
    background-color: #4ba21c;
    border-bottom: none !important;
    color: #fff !important;
}

.blog .widget-type-post_listing li {
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 30px !important;
    margin: 30px 0;
    background: url(https://dl.dropboxusercontent.com/s/h711zqbf7u3abdo/right-arrow.png) no-repeat right 2px;
    line-height: 18px;
}

.blog .widget-type-post_listing li a {
    display: block;
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog .widget-type-post_listing li a:hover {
    border-bottom: none !important;
}

/*** RESPONSIVE VIDEO IN BLOG ****/

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

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

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

/* ==========================================================================
   BLOG CATEGORY LABELS - jake
   ========================================================================== */

div.topic-cat-item {
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 0 4px 4px 0;
  line-height: 1.25;
  display: inline-block;
}

div.topic-cat-item.business {
  background-color: rgb(245, 212, 16);
  color: #000;
}
div.topic-cat-item.tech {
  background-color: rgb(207, 96, 136);
}
div.topic-cat-item.social {
  background-color: rgb(174, 103, 162);
}


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

span.hs-form-required {
/*     display:none; */
  color: red;
}

.form-title {
    margin-bottom: 30px;
}



/**** CUSTOM SUBMIT BUTTON ININE WITH INPUT FIELD *****/

.cta-input-inline *, 
.cta-input-inline form *:after, .cta-input-inline form *:before{
    box-sizing:border-box;
}
.cta-input-inline form > div:first-child{
    display:inline-block;
    width:75%;
    float:left;
}
.cta-input-inline .hs_email,
.cta-input-inline .hs_email input{ 
    width:100%;
    display:inline-block;
}
.cta-input-inline .hs_submit{
    width:25%;
    float:left;
    margin-top:2px;
}




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

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

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

/* Labels */
body label {
    margin-bottom: 5px;
    font-weight: 500;
}
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: 'Trebuchet', 'sans-serif' !important;
  font-size: 16px !important;
  padding: 10px 15px !important;
  display: block;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  -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="search"] {
 padding: 10px 15px 10px 35px !important;
  background: url("https://507386.fs1.hubspotusercontent-na1.net/hubfs/507386/gfx/search-icon@2x.png") no-repeat;
  background-color: #ffffff;
  background-position:  10px center;
  background-size: 16px 16px;
}

body .value-prop-container input[type="search"] {
   padding: 15px 15px 15px 50px !important;
  font-size: 22px !important;
  background-size: 24px 24px;
  background-position:  15px center;
}


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: #666;
  -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;
}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {height: 53px;}
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"] {}

.hs-form fieldset.form-columns-1 input[type="checkbox"], 
.hs-form fieldset.form-columns-1 input[type="radio"] { 
    width: auto !important
}

/* 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-simple label {
  display: none !important;
}

/* 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"] {}


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

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

#comment-form label span {
    vertical-align: middle;
}

/* 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"] {margin-right: 10px;}

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


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

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

/* Inputs */

#hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"]{
    width: 70%;
    float: left;
    margin-top: 2px;
    /*height: 36px;*/
}
#hs_form_target_blog_subscription input[type="email"]:focus {}

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



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

/* Label */
.widget-type-google_search label {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    display: block;
    text-rendering: optimizelegibility;
    margin: 0px 0px 20px;
}

/* Input */
.widget-type-google_search input[type="text"] {
    width: 60%;
    float: left;
    margin-top: 0px;
    height: 36px;
}
.widget-type-google_search input[type="focus"] {}

.widget-type-google_search .hs-button.primary {
    float: left;
    margin-left: 2px;
}

/* HUBSPOT SEARCH FORM
   ========================================================================== */

.hs-search-field__suggestions {
  background-color: #fff; 
  max-height: 200px;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  text-align: left !important;
}

.hs-search-field--open .hs-search-field__suggestions {
  border-color: transparent;
 -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}

.hs-search-field__suggestions li a {
 padding: 5px 10px;
  color: #000;
}

.hs-search-field__suggestions li a:hover {
  background-color: #4ba215;
  color: #ffffff;
}

.hs-search-field__suggestions li a .hs-search-highlight {
 color: #4ba215; 
}

.hs-search-field__suggestions li a:hover .hs-search-highlight {
 color: #ffffff; 
}

#results-for {
    background-color: #f4f4f4;
   padding: 5px 10px;
}

.search-results h1 {
    margin-bottom: 0px; 
}

p.hs-search-results__description {
  font-size: 16px; 
}

.hs-search-results__title {
  font-size: 21px;
  color: #000;
  font-weight: bold;
}

.hs-search-results__title:hover {
  color: #4ba215 
}

.hs-search-highlight {
  color: #4ba215
}

.hs-search-results__listing li {
 padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.hs-search__no-results {
    border: 1px solid #ddd;
    padding: 200px 60px;
    text-align: center;
    border-width: 1px 0;
    margin-bottom: 3rem;
    word-break: break-word;
}
@media (max-width: 479px) {
  .hs-search__no-results {
    padding: 50px 20px;
  }
}
.hs-search__no-results p:first-child {
 font-weight: bold; 
  font-size: 18px;
}

@media (max-width: 479px) {
  .search-results h1 {
    text-align: left !important;
  }
  .search-results .padding40tb {
    padding: 0px;
  }
}


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

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-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 .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  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: #666 !important;
    background: #666 !important;
}
.hsformerror .close-form-error {
    color: #666;
}
.hsformerror em {
    border-color: #666 transparent transparent !important;
}

/* Lead magnet on Landing pages
   ========================================================================== */
#im-lead-magnet {
  padding: 30px;
  border: 10px solid cfd2d4;
  background-color: #f4f4f4;;
}

.lead-magnet-style-imcustom h2,
.lead-magnet-style-imcustom  h3,
.lead-magnet-style-imcustom h4{
  line-height: 1.1em;
}

.lead-magnet-style-imcustom p {
  font-size: 14px;
  line-height: 1.3em;
}

.lead-magnet-style-imcustom img {
  padding: 0 40px;
}

body #im-lead-magnet .legal-consent-container label span {
  margin-bottom: 5px;
  font-weight: 300;
  font-size:12px;
  color: #5c5c5c !important;
}

body #im-lead-magnet .legal-consent-container,
body #im-lead-magnet .legal-consent-container p {
  font-size: 12px !important;
  color: #5c5c5c !important;
}





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


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

body .hs-button.primary,
body input[type="submit"],
body input[type="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: 'Trebuchet', 'sans-serif';
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    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: #ffffff;
    border-color: #4ba215;
    -webkit-appearance: none;
    outline: none;
}

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

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 {
  
  border: 2px solid #ff0068 !important;
  background-color: #ff0068 !important;
  color: #fff;
}
 .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
  background-color: transparent;
  border: 2px solid #ff0068;
  color:  #ff0068;
}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus{
  background-color: transparent;
  border: 2px solid #ff0068;
  color:  #ff0068;
}


/** ========================================================================== 
 * #CUSTOM FORMS
 * 
 * Very specific form cases that require overrides
 * 
 * Current: 
 * Mulesoft campgain thank you page - #mule-campaign-registration
 */


#mule-campaign-registration ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

#mule-campaign-registration ul > li {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #4ba21c;
    float:left;
    flex: 0 2 48%;
}

#mule-campaign-registration ul > li > label {
    float:left;
    width: 100%;
    height: 100%;
}

#mule-campaign-registration ul > li > label span {
    text-align:center;
    width: 100%;
    height: 100%;
    display:block;
    padding: 10px 15px;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    -ms-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;

}

#mule-campaign-registration label input {
    position:absolute;
    top:-20px;
    visibility: hidden;
}

#mule-campaign-registration input:checked + span {
    background-color:#4ba21c;
    color:#fff;
}

@media (max-width: 479px){ 
  #mule-campaign-registration ul > li {
      flex: 0 1 99%;
  }
}


/* 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: #333!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: #666;
    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
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}



/** ========================================================================== 
 * #CTA BUTTON STYLES
 * 
 * Call to action styles that include primary and secondary colors 
 * Alternates between bordered and solid button styles, with hover state styles 
 * described 
 * 
 * **NEED TO REVISE** 
 */

.cta-primary {
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  color:#ffffff;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none; 
  border: 2px solid #4ba215;
  background-color: #4ba215;
}

.cta-primary:focus, .cta-primary:hover {
  color: #4ba215;
  background-color: transparent;
  transform: scale(1.05);
}

/*--------------------------------------*\
  # CTA STYLE ONE
  Bordered CTA with Primary Green 
  Hovers into solid background in green
\*--------------------------------------*/
.cta_border_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: 'Trebuchet', '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: #ffffff;
  border-color: #4ba215;
  -webkit-appearance: none;
}

.cta_border_button:hover {
  border: 2px solid #FFF;
  border-color: #4ba215;
  background: #4ba215;
  color:#ffffff;
}

/*--------------------------------------*\
  # CTA STYLE TWO
  Solid Background CTA with Primary Green 
  Hovers into bordered primary green
\*--------------------------------------*/
.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: 'Trebuchet', 'sans-serif';
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  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: #4ba215;
  -webkit-appearance: none;
}


.cta_solid_button:hover {
  background: #FFF;
  border-style: solid;
  border-width: 2px;
  border-color: #4ba215;
  background: #4ba215;
  text-transform: uppercase;
  transform: scale(1.05);
}

.hs-button.primary {
  border-radius: 25px !important;
  display: inline-block !important;
  padding: 10px 18px 10px 18px !important;
  line-height: 1 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  text-decoration: none !important; 
  border: 2px solid #4ba215 !important;
  background-color: #4ba215 !important;
}

.hs-button.primary:hover {
  background-color: transparent !important;
  color: #4ba215 !important;
  transform: scale(1.05);
}

.cta-outline {  
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  font-family: 'Trebuchet', 'sans-serif';
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

.cta-outline:hover {
  background: #fff;
  color: #333333;
  border-color: #fff;
  transform: scale(1.05);
}

.nav-cta {
  margin-top: 2px;
}

.cta-primary-outline {  
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #4ba215 !important;
  color:#4ba215 ;
  font-family: 'Trebuchet', 'sans-serif';
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

.cta-primary-outline:hover {
  background: #4ba215;
  color: #fff;
  border-color: #4ba215 ;
  transform: scale(1.05);
}


/*--------------------------------------*\
  # CTA STYLE THREE
  Bordered Background CTA with Secondary Grey 
  Hovers into solid grey
\*--------------------------------------*/
.cta-secondary-outline {  
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #444444;
  color: #444444 ;
  font-family: 'Trebuchet', 'sans-serif';
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

.cta-secondary-outline:hover {
  background: transparent;
  color: #ffffff ;
  border-color: #444444 ;
  background-color: #444444;
  transform: scale(1.05);
}

/*--------------------------------------*\
  # CTA STYLE FOUR -- PINK
  CTA variation with pink styling
  Color variable -- pinkSecondaryColor

  *** MUST USED WITH .cta-primary ***
\*--------------------------------------*/

.cta--solid-pink {
  border: 2px solid #cf6088;
  background-color: #cf6088;
/*   color: #ffffff; */
  color: #fff;
}

.cta--solid-pink:focus, .cta--solid-pink:hover {
  background-color: transparent;
  border: 2px solid #cf6088;
/*   color: #ffffff; */
  color: #cf6088;
}

.cta--outline-pink {
  border: 2px solid #cf6088;
  background-color: transparent;
  color: #cf6088;
}

.cta--outline-pink:focus, .cta--outline-pink:hover {
  border: 2px solid #cf6088;
  background-color: #cf6088;
  color: #ffffff;
}

/*--------------------------------------*\
  # CTA STYLE FOUR -- ORANGE
  CTA variation with orange styling
  Color variable -- orangeSecondaryColor

  *** MUST USED WITH .cta-primary ***
\*--------------------------------------*/

.cta--solid-orange {
  border: 2px solid #d67c1c;
  background-color: #d67c1c;
/*   color: #ffffff; */
  color: #fff;
}

.cta--solid-orange:focus, .cta--solid-orange:hover {
  background-color: transparent;
  border: 2px solid #d67c1c;
/*   color: #ffffff; */
  color:  #d67c1c;
}

.cta--outline-orange {
  border: 2px solid #d67c1c;
  background-color: transparent;
  color: #d67c1c;
}

.cta--outline-orange:focus, .cta--outline-orange:hover {
  border: 2px solid #d67c1c;
  background-color: #d67c1c;
  color: #ffffff;
}

/*--------------------------------------*\
  # CTA STYLE FOUR -- BLUE
  CTA variation with orange styling
  Color variable -- orangeSecondaryColor

  *** MUST USED WITH .cta-primary ***
\*--------------------------------------*/

.cta--solid-blue {
  border: 2px solid #1c7aa2;
  background-color: #1c7aa2;
/*   color: #ffffff; */
  color: #fff;
}

.cta--solid-blue:focus, .cta--solid-blue:hover {
  background-color: transparent;
  border: 2px solid #1c7aa2;
/*   color: #ffffff; */
  color: #1c7aa2;
}

.cta--outline-blue {
  border: 2px solid #1c7aa2;
  background-color: transparent;
  color: #1c7aa2;
}

.cta--outline-blue:focus, .cta--outline-blue:hover {
  border: 2px solid #1c7aa2;
  background-color: #1c7aa2;
  color: #ffffff;
}


/*--------------------------------------*\
  # CTA STYLE FOUR -- PURPLE
  CTA variation with orange styling
  Color variable -- purpleSecondaryColor

  *** MUST USED WITH .cta-primary ***
\*--------------------------------------*/

.cta--solid-purple {
  border: 2px solid #ae67a2;
  background-color: #ae67a2;
/*   color: #ffffff; */
  color: #fff;
}

.cta--solid-purple:focus, .cta--solid-purple:hover {
  background-color: transparent;
  border: 2px solid #ae67a2;
/*   color: #ffffff; */
  color: #ae67a2;
}

.cta--outline-purple {
  border: 2px solid #ae67a2;
  background-color: transparent;
  color: #ae67a2;
}

.cta--outline-purple:focus, .cta--outline-purple:hover {
  border: 2px solid #ae67a2;
  background-color: #ae67a2;
  color: #ffffff;
}

/*--------------------------------------*\
  # CTA STYLE FOUR -- HIGHLIGHTS for CTAs
  CTA variation with orange styling
  Color variable -- purpleSecondaryColor

  *** MUST USED WITH .cta-primary ***
\*--------------------------------------*/

.cta--solid-bright {
  border: 2px solid #ff0068;
  background-color: #ff0068;
/*   color: #ffffff; */
  color: #fff;
}

.cta-large {
  font-size: 1.6em;;
}

.cta--solid-bright:focus, .cta--solid-bright:hover {
  background-color: transparent;
  border: 2px solid #ff0068;
/*   color: #ffffff; */
  color: #ff0068;
}

.cta--outline-bright {
  border: 2px solid #ff0068;
  background-color: transparent;
  color: #ff0068;
}

.cta--outline-bright:focus, .cta--outline-bright:hover {
  border: 2px solid #ff0068;
  background-color: #ff0068;
  color: #ffffff;
}

/*--------------------------------------*\
  # CTA STYLE FIVE -- WHITE 
  CTA variation with white styling

  *** MUST USED WITH .cta-primary ***
\*--------------------------------------*/

.cta--solid-white {
  border: 2px solid #fff;
  background-color: #fff;
  color: #000;
}

.cta--solid-white:focus, .cta--solid-white:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.cta--outline-white {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.cta--outline-white:focus, .cta--outline-white:hover {
  border: 2px solid #fff;
  background-color: #fff;
  color: #000;
}

/*--------------------------------------*\
  # CTA SIZES

  Options: sml, med, lg
\*--------------------------------------*/
.cta-sml {
  font-size: 9px !important;
  padding: 10px 20px 9px 20px !important;
}

.cta-med {
  padding: 10px 18px 10px 18px !important;
}

.cta-lg {
  font-size: 16px !important;
  padding: 15px 35px 15px 35px !important;
}

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

.banner-background-image .span12.widget-span.widget-type-cell.double-cta-container {
  max-width: 360px !important;
  display: block;
  margin: 30px auto !important;
  float: none;
}

/** 
 * 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. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}


/*------------------------------------*\
  #Special Text Classes

  .text-light 
  .smaller-text 

  Not sure where these classes are used...
\*------------------------------------*/


.body-container.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light li {
  color: #fff !important;
}
.text-light,
.text-light p,
.text-light span{
    color: rgba(255,255,255,.8) !important;
}

.text-light a {
  color: #fff !important;
  border-bottom: 1px dotted #ccc;
}

.text-light a:hover {
  text-decoration: none;
  border-bottom-color: #fff !important;
}

.smaller-text,
.smaller-text p,
.smaller-text span,
.smaller-text li{
    font-size: 14px;    
}

/*------------------------------------*\
  #SPACERS 
  
  Horizontal Spacers and Dividers
\*------------------------------------*/

.horz-space-sm {
    display: block;
    height: 20px;
}

.horz-space-md {
    display: block;
    height: 40px;
}

.horz-space-lg {
    display: block;
    height: 60px;
}

.horz-space-xl {
    display: block;
    height: 100px;
}

.horz-line__full-width {
  height: 2px;
  background: #d5d5d5;
  margin: 20px auto !important;
  width: 90% !important;
  float: none !important;
}

.horz-line-sm {
  height: 2px;
  background: #d5d5d5;
  margin: 20px auto !important;
  width: 90% !important;
  max-width: 1160px;
  float: none !important;
}


.horz-hr-sm {
  height: 1px;
  background: #d5d5d5;
  margin: 20px auto !important;
  width: 90% !important;
  max-width: 1160px;
  float: none !important;
}

.horz-hr-md {
  height: 1px;
  background: #d5d5d5;
  margin: 40px auto !important;
  width: 90% !important;
  max-width: 1160px;
  float: none !important;
}
.horz-hr-md.slim {
  margin: 20px auto !important;
  width: 100% !important;
}
.horz-hr-lg {
  height: 1px;
  background: #d5d5d5;
  margin: 60px auto !important;
  width: 90% !important;
  max-width: 1160px;
  float: none !important;
}

.vert-space-hack {
    display: block; height: 1px;
}

@media (max-width: 479px) {
   .horz-space-md,
   .horz-space-lg,
   .horz-space-xl {
       display: block;
       height: 30px !important;
   }
}

.horz-rule {
    display: block;
    border-bottom: 1px solid #ddd;
    visibility: visible !important;
}

.horz-rule-20tb {
    display: block;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
    visibility: visible !important;
}
.horz-rule-40tb {
    display: block;
    border-bottom: 1px solid #ddd;
    margin: 40px 0;
    visibility: visible !important;
}

.raised-con {
    margin-top: -90px !important;
    z-index: 1000;
    position: relative;
    padding: 3%;
    background-color: #fff;
}

@media (max-width: 768px) {
    .horz-space-mobile {
        display: block;
        height: 40px;
    }
}

.dark-bg-container {
    background-color: rgba(0,0,0,0.5); 
    padding: 30px;
}

.dark-bg-container h2,
.dark-bg-container h3,
.dark-bg-container h4,
.dark-bg-container p {
    color: #fff;
}


.light-bg-container {
    background-color: rgba(255,255,255,0.8); 
    padding: 30px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.float-hack {
    display: block;
    clear: both;
}

.banner-background-image .light-bg-container .widget-type-text {
    color: #444 !important;
}

/*** LEAD MAGNET STYLE 1 ****/

.lead-magnet-style-1 {
    padding: 30px;
    border: 10px solid #eee;
    background-color: #f9f9f9;
}

.lead-magnet-style-1 h2,
.lead-magnet-style-1 h3,
.lead-magnet-style-1 h4{
    line-height: 1.1em;
}

.lead-magnet-style-1 p {
    font-size: 14px;
    line-height: 1.3em;
}

.lead-magnet-style-1 img {
    padding: 0 40px;
}

/*** LEAD MAGNET STYLE 2 ****/

.lead-magnet-style-2 {
  padding: 30px;
  border: 10px solid #f4f4f4;
  background-color: #f9f9f9;
}

/*** HIDES DEFAULT HEADER STYLE ***/

.no-header .body-container-wrapper {
    padding-top: 0px !important;
}

.search-results .body-container-wrapper {
    padding-top: 0px !important;
}

.no-header .header-container-wrapper {
    display: none;
}



/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */



   

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

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



/* Landscape 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: 120px;
      max-height: 35px !important;
      margin: 0px 0 0px 10px;
    	top: 0 !important;
  }

  .row-fluid [class*="span"].header-cta{
       position: absolute;
    right: 70px;
    top: 8px;
  }
  
/*   .feature-con {
      text-align: center;
  } */
  
  .feature-con i {
      margin-bottom: 10px;
  }
    .feature-con .row-number-12, .feature-con .row-number-13 {
      margin-bottom: 30px;
    }
  .ms-feature.feature-con .row-number-12, .ms-feature.feature-con .row-number-13 {
      margin-bottom: 0px !important;
  }
  /* General */
  .body-container-wrapper {
      padding-top: 0;
  }
  .padding40tb {
      padding: 25px 0;
  }
  .sidebar.right,
  .main-content,
  .blog-sidebar {
      margin: 25px 0;
  }
  .supporting-icon img {
      width: 20% !important;
  }
  .full-bg-landing-page.banner-background-image .row-fluid-wrapper.row-number-3 .row-fluid,
    .full-bg-landing-page.banner-background-image .row-fluid-wrapper.row-number-3 {
    position: static;
  }
  .full-bg-landing-page.banner-background-image {
      position: static;
      padding-bottom: 50px;
      margin-bottom: 0;
  }

  /* Team Member Social */
  .three-column .team-member-social a {
      display: inline-block;
  }
  .three-column .team-member-social i {
      padding-right: 5px;
  }
  .three-column .team-member-social a:last-child i {
      padding-right: 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 */
  .service-group h4,
  .service-group-icon,
  #offer-background-image h1,
  .banner-background-image {
      text-align: center;
  }
  .homepage .subscribe-form {
      padding-top: 10px;
  }
  
  .homepage .subscribe-form .hs_email {
      width: auto;
  }
  
  .blog .banner-background-image.slim-bg {
    height: 160px !important;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  .banner-background-image h1,
  .banner-background-image .h1{
      margin-bottom: 15px;
      margin-top: 55px;
  }
  .homepage .subscribe-form {
      width: 100%;
  }
  .social-tagline {
      text-align: center;
      margin-bottom: 15px;
  }

  /* Blog */
  #comment-form {
      margin-bottom: 25px;
  }
  .logo-white {
      float:left !important;
  }
  .logo-white img {
      float: left;
  }
  .widget-type-logo {
      position: absolute;
      top: 17px;
  }
  p {
      font-size: 15px !important;
      line-height: 24px !important;
  }
  .value-prop-container {
      padding: 30px 20px 50px;
      margin-top: 150px;
  }
  .value-prop-container .supporting-text {
      font-size: 14px;
      line-height: 24px;
  }
  /*
  .value-prop-container .cta_button {
      margin-bottom: 30px;
  }*/
    .landing-page.banner-background-image .header-left h1,
    .landing-page .banner-background-image .header-left h1 {
        margin-top: 20px !important;
        text-align: left;
        font-weight: 700 !important;
    }

}
     

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

@media (max-width: 479px) {
    .banner-background-image h1 {
        margin: 0 0 10px !important;
        text-align: center !important;
    }
    .supporting-text {
        margin-bottom: 10px;
        text-align: center;
    }
    h1,h2,h3,h4,h5 {
      text-align: center;
    }
    .padding-mobile {
        padding: 30px 10px !important;
    }
    .banner-background-image.bg-med,
    .banner-background-image.bg-short,
    .banner-background-image {
     height: 350px !important;
    }
    .body-container-wrapper {
        padding-top: 0px;
    }
    .hide-mobile {
        display: none !important;
    }
    .show-mobile {
      display: block !important;
    }
    .feature-con {
        text-align: center !important;
        padding: 30px 0;
    }
    .feature-con .row-number-12,
    .feature-con .row-number-13{
        margin-bottom: 30px !important;
    }
  
/*     #sticky-menu.active {
        display: none;
    } */
    .support-page .banner-background-image .span12.widget-span.subpage-head-container.page-center{
       /* margin-top: 50px !important;*/
    }
    .support-page .banner-background-image {
        height: 350px !important;
    }
    .hs_cos_wrapper_type_rich_text,
    .hs_cos_wrapper_type_rich_text li {
        font-size: 14px;
    }
    .team-quote {
        padding-left: 10px;
    }
    .blog-listing-wrapper .post-listing .post-item .post-body {
        font-size: 14px;
    }
    .raised-con {
        margin-top: 0px !important;
    }
    .value-prop-container.two-column .logo-centered {
        text-align: center !important;
    }
    .subpage-container-plain {
        padding: 10px 0 0;
    }
    .cta-center-mobile {
        text-align: center;
    }
    .value-prop-container.two-column .value-prop-content {
        padding-right: 0;
    }
    .value-prop-container.two-column .value-prop-content h4 {
        text-align: center;
    }
    .cta-input-inline .hs_submit {
        float: none;
        width: auto;
    }
    .cta-input-inline form > div:first-child {
        width: 100%;
    }
    .post-item h2 {
        text-align: left;
    }
}

/* @media (max-width: 667px) {
    #sticky-menu.active {
        display: none;
    }
}
 */
img {height: auto !important;}

.hide {
    display: none !important;
}

/* Fix testimonials on smaller widths */
@media (max-width: 767px) {
    .testimonial-avatar, .person-info {
        float: none !important;
        width: 100% !important;
    }
}




/***** FONT AWESOME CSS ****/

.fa {
    display: inline-block;
    font-family: Font Awesome 5 Pro;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #4ba215;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

.fal,
.fab,
.fas,
.far{
    color: #4ba215;
    text-align: center;
}



.fa-lg .fal,
.fa-lg .fab,
.fa-lg .fas,
.fa-lg .far,
.fa-lg{
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
    width: 50px;
    height: 50px;
    line-height: 48px !important;
    border-radius: 50%;
    border: 1px solid #4ba215;
}

.fa-2x {
    font-size: 2em;
    width: 70px;
    height: 70px;
    line-height: 68px !important;
    border: 2px solid #4ba215;
    border-radius: 50%;
}

.fa-3x {
    font-size: 3em;
    width: 100px;
    height: 100px;
    line-height: 98px !important;
    border: 2px solid #4ba215;
    border-radius: 50%;
}

.fa-4x {
    font-size: 4em;
    width: 140px;
    height: 140px;
    line-height: 138px !important;
    border: 3px solid #4ba215;
    border-radius: 50%;
}

.fa-5x {
    font-size: 5em;
    width: 170px;
    height: 170px;
    line-height: 160px !important;
    border: 4px solid #4ba215;
    border-radius: 50%;
}


/* stats module */

.bg-gradient-green{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */
    background: #b4ddb4; /* Old browsers */
    background: -moz-linear-gradient(45deg, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-gradient-green h2, .bg-gradient-green h3, .bg-gradient-green h4, .bg-gradient-green h5{
    color:white;
}
.bg-gradient-green .icon-wrapper{
    display:flex;
    align-items: flex-end;
    text-align:left;
}
.bg-gradient-green .icon-wrapper .content{
    padding-left: 1rem;
    min-height:84px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.bg-gradient-green .icon-wrapper h2{
    margin-bottom:0;
}
.bg-gradient-green .icon-wrapper h5{
    margin: 0;
    text-transform: uppercase;
    font-size: .8rem;
}
@media (max-width: 479px){
  .bg-gradient-green .icon-wrapper img{
    max-width: 54px;
  }
  .bg-gradient-green .icon-wrapper .content{
    margin-top:20px;
  }
  .bg-gradient-green .icon-wrapper h2, h3, h4, h5{
	/* text-align:left; */
  }
}


/*  Custom definitions and overrides */

.widget-type-rich_text ul:not(.slick-dots) {
  padding-left: 20px;
}

.widget-type-rich_text ul:not(.slick-dots) li {
	list-style-type: none;
	background: url(https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Homepage/im_chevron.png) 10px 8px no-repeat;
	-webkit-background-size: 7px auto;
	-o-background-size: 7px auto;
	background-size: 7px auto;
	padding-left: 24px;
}

.spreadList li {
	list-style-type: circle;
	background: url(https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Homepage/im_chevron.png) 10px 8px no-repeat;
	-webkit-background-size: 7px auto;
	-o-background-size: 7px auto;
	background-size: 7px auto;
	padding-left: 24px;
	padding-bottom: 10px;
}

.blue_list ul:not(.slick-dots) li {
	list-style-type: none;
	background: url(https://www.infomentum.com/hubfs/Chevron%20Icons/blue-Chevron-small.png) 10px 8px no-repeat;
	-webkit-background-size: 7px auto;
	-o-background-size: 7px auto;
	background-size: 7px auto;
	padding-left: 24px;
}

.orange_list ul{
  padding-left: 10px;
}

.orange_list ul:not(.slick-dots) li {
	list-style-type: none;
	background: url(https://www.infomentum.com/hubfs/Chevron%20Icons/orange-Chevron-small.png) 10px 8px no-repeat;
	-webkit-background-size: 7px auto;
	-o-background-size: 7px auto;
	background-size: 7px auto;
	padding-left: 24px;
}
.green_list ul:not(.slick-dots) li {
	list-style-type: none;
	background: url(https://www.infomentum.com/hubfs/Infomentum_July2017/Homepage/im_chevron.png) 10px 8px no-repeat;
	-webkit-background-size: 7px auto;
	-o-background-size: 7px auto;
	background-size: 7px auto;
	padding-left: 24px;
}
.green_list_large ul:not(.slick-dots) li {
	list-style-type: none;
	background: url(https://www.infomentum.com/hubfs/Infomentum_July2017/Homepage/im_chevron.png) 10px 8px no-repeat;
	-webkit-background-size: 7px auto;
	-o-background-size: 7px auto;
	background-size: 7px auto;
	padding-left: 24px;
  margin-bottom:20px;
}
.purple_list ul:not(.slick-dots) li {
	list-style-type: none;
	background: url(https://www.infomentum.com/hubfs/Chevron%20Icons/purple-Chevron-small.png) 10px 8px no-repeat;
	-webkit-background-size: 7px auto;
	-o-background-size: 7px auto;
	background-size: 7px auto;
  padding-left: 24px;
}

@media (max-width: 767px) {
  .blue_list ul:not(.slick-dots) li,
  .orange_list ul:not(.slick-dots) li,
  .green_list ul:not(.slick-dots) li,
  .purple_list ul:not(.slick-dots) li {
    font-size: 14px;
  }
}



hr.orange_line {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #d67c1c;
    background-color: #d67c1c;
    height: 1px;
    border: none;
}




.site-footer .logo-area {
  text-align: right;
  padding-right: 3rem;
  margin-top: 2rem;
}
.site-footer .logo-area img {
  max-width: 210px;
  width: 100%;
  margin-bottom: .75rem;
}

.footer-container h4 {
  color: #fff;
  margin-bottom: 1rem;
}

.site-footer .more-links .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    font-size: 12px !important;
    margin: 0 0 10px;
}
.site-footer .contact-us p {
  padding-left: 20px;
  position: relative;
  max-width: 
}
.site-footer .contact-us p .fa {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 12px;
}

.simple-cef {
	margin-bottom: 1rem;
}

.simple-cef img {
  max-width: 300px;
  width:100%;
}

#services_index .service {
  position: relative;
  padding: 1rem 0;
}

#services_index .service a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#services_index .service:hover h4 {
  color: #4ba215;
  -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;;
}


#services_index .service img {
	max-width: 62px;
}

#services_index .service h4 {
	width: 100%;
  padding-left: .5rem;
  margin: 0;
}

#services_index .service .wrap .row-fluid {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.service-detail {
  position: relative;
}

.service-detail .title-area .row-fluid {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.service-detail .title-area .row-fluid img {
  	max-width: 62px;
  	width: 100%;
}

.service-detail .copy-area .spacer {
  height:62px; 
  display:block;
}

.service-detail .title-area .row-fluid h2{
	display: block;
  width: 100%;
  color: #4ba215;
  font-size: 1.75rem;
	line-height: 1.25;
  margin: 0;
}

.service-detail .index-anchor .row-fluid span {
    height: 62px;
    padding: 1rem 0;
    text-align: right;
    display: block;
}

.service-detail .index-anchor .row-fluid span a {
    display: inline-block;
    font-family: 'Museo';  
  	font-weight: 900;
  	color: #444;
	  border-bottom: 1px solid #ccc;
  	-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;;
}

.service-detail .index-anchor .row-fluid span a .fa{
  	color: #4ba215;
}

.service-detail .index-anchor .row-fluid span a:hover {
	  border-bottom: 1px solid #4ba215;
}

.service-detail .image-area span {
  	text-align: right;
  	display:block;
	  margin-top: .75rem;
}

.service-detail.image-left .image-area span{
  	text-align: left;
}

.service-detail .image-area img{
    max-width: 500px;
    width: 100%;
}

.service-detail .header .row-fluid {
	display: flex;
}

.service-detail.image-left .header .row-fluid .title-area {
  order: 1;
}
.service-detail.image-left .header .row-fluid .index-anchor {
  order: 0;
}

.service-detail.image-left .index-anchor .row-fluid span {
    text-align: left;
}

.service-detail .body .row-fluid-wrapper > .row-fluid {
	display: flex;
}

.service-detail.image-left .body .row-fluid .copy-area {
  order: 1;
}
.service-detail.image-left .header .row-fluid .image-area {
  order: 0;
}

.service-detail .copy-area .cta-area .row-fluid .span6 {
  width: auto !important;
  display: inline;
  float: left;
  padding-right: .75rem;
  margin: 0;
}

.photo-credit {
  font-size: 14px;
}

#cef-image-area .cef-image-header
{
  background: url(//2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/CEF_title.png) no-repeat center;
  -webkit-background-size: auto 32px;
  -o-background-size: auto 32px;
  background-size: auto 32px;
  display:block;
  width: 100%;
  height: 32px;
  margin: 2rem auto 1rem;
}

#cef_image .span4
{
  width: 33.33%;
  margin: 0;
}


#cef_image .img {
  -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;;
}

#cef_image .img.faded {
  opacity: 0.25;
}

#cef_tabs {
  margin-top: 2rem;
}

#cef_tabs .tab {
  width: 33.33%;
  float: left;
  margin: 0;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  -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;;
}
#cef_tabs .tab.active h1,
#cef_tabs .tab:hover h1 {
  color: #4ba215;
}

#cef_tabs .tab.active {
  border-bottom: 4px solid #4ba215;
}

#cef_tabs .tab h1 {
  font-size: 1.25rem;
  font-weight: 900;
  color: #444;
  margin: 0 auto;
  -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;;
}

#cef_tabs .tab .active h1 {
  color: #4ba215;
}


#cef_tabs .tab.active h2,
#cef_tabs .tab:hover h2 {
  color: #4ba215;
}



#cef_tabs .tab h2 {
  font-size: 1.25rem;
  font-weight: 900;
  color: #444;
  margin: 0 auto;
  -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;;
}

#cef_tabs .tab .active h2 {
  color: #4ba215;
}

#cef_tabs .tab .row-fluid-wrapper {
  height: 64px;
  display: flex;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#cef_tab_contents { margin-bottom: 20px;}

#cef_tab_contents .tab-content {
  padding: 40px;
  position: relative;
  overflow: visible;
}

#cef_tab_contents .tab-content .step {
  margin-bottom: 40px;
}

#cef_tab_contents .tab-content .step .desc img {
  max-width: 80px;
  margin: 1rem 1rem 0 0;
  float: right;
}

#cef_tab_contents .tab-content .step .desc .spacer {
  width: 80px;
  height: 1px;
}

#cef_tab_contents .tab-content .step h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #444;
}


#cef_tab_contents .tab-content .step .sub-steps ul li{
	background: none;
  font-family: 'Museo';
  font-weight: 700;
  font-size: 14px;
  padding: .5rem 0 .5rem 40px;
  position: relative;
  margin-bottom: .25rem;
  border-bottom: 1px solid #d6d6d6;
}

#cef_tab_contents .tab-content .step .sub-steps ul li img{  
	max-width: 30px; 
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 4px;
}


#cef_tab_contents .tab-content .cef-foot-nav {
	position:absolute;
  position: relative;
	left: 50%;
	bottom: -26px;
	bottom: 0;
  min-width: 272px;
  text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#cef_tab_contents .tab-content .cef-foot-nav .cta_button {
  cursor: pointer;
	-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;;
}

#cef_tab_contents .tab-content .cef-foot-nav .cta_button .fa {
	-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;;
}

#cef_tab_contents .tab-content .cef-foot-nav .cta_button:hover .fa {
  color:#fff;
}


#cef_tab_contents .tab-content .cef-foot-nav .arrow {
  display: inline-block;
	padding: 1rem 1.5rem;
	background: #444;
	font-family: 'Museo';
  font-weight: 900;
  text-transform: uppercase;
  min-width: 130px;
  text-align: center;
	color: #fff;
  cursor: pointer;
	-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;;
}

#cef_tab_contents .tab-content .cef-foot-nav .arrow:hover {
	background: #4ba215;
	color: #fff;
}

#cef_tab_contents .tab-content .cef-foot-nav .arrow .fa {
	margin-right: .5rem;
  font-size: 12px;
  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;;
}

#cef_tab_contents .tab-content .cef-foot-nav .arrow.prev:hover {
	padding: 1rem 1.75rem 1rem 1.25rem;
}

#cef_tab_contents .tab-content .cef-foot-nav .arrow.next:hover {
	padding: 1rem 1.25rem 1rem 1.75rem;
}

@media (max-width: 767px) {
  #cef_image .span4
  {
    width: 100%;
    margin: 0;
  }
  
  #cef_image .img.faded { display: none;}
  
  #cef_tab_contents .tab-content { padding: 0;}
  
  #cef_tab_contents .tab-content .step .desc { text-align: center;}
  
  #cef_tab_contents .tab-content .step .desc ul { text-align: left;}
  
  
  #cef_tab_contents .tab-content .step .desc img {
    max-width: 60px;
    margin: 0 auto .5rem;
    float: none;
  }
  
  #cef_tab_contents .tab-content .cef-foot-nav {
    bottom: -46px;
  }
}


.ms-course-details-page.banner-background-image h1 {
  margin: 30px auto 0 !important;
}

#ms_course_details .title {
  position: relative;
}

#ms_course_details .title h1 {
    font-size: 2rem;
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 1.5rem;
}

#ms_course_details .title h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #4ba215;
  height: 3px;
  width: 2.5rem;
}

#ms_course_details .tab-content.outlines h3 {
  font-size: 1.25rem;
}

#ms_course_details .tab-content.outlines .acc > ul {
  padding: 0;
}

#ms_course_details .tab-content.outlines .acc > ul > li {
  padding: 0;
  background: none;
  border-bottom: 1px dotted #ccc;
  margin-bottom: .5rem;
  list-style-type: none;
}

#ms_course_details .tab-content.outlines .acc > ul > li h4 {
  font-family: 'Trebuchet';
  font-size: 1rem;
  margin-bottom: .5rem;
  position: relative;
  font-weight: normal;
  cursor: pointer;
}

#ms_course_details .tab-content.outlines .acc > ul > li .faq-a {
  font-size: .93rem;
  display: none;
}

#ms_course_details .tab-content.outlines .acc > ul > li h4:after {
  position: absolute;
  right: .5rem;;
  top: 0;
  content: '\f107';
  font-family: 'FontAwesome';
  color: #4ba21c;
}

#ms_course_details .tab-content.outlines .acc > ul > li.open h4:after {
  content: '\f106';
}

#ms_course_details .tab-content.outlines .acc > ul > li ul {
  padding: 0 0 1rem;
}

#ms_course_details .tab-content.outlines .acc > ul > li ul li {
	list-style-type: none;
	background: url(https://2612720.fs1.hubspotusercontent-na1.net/hubfs/2612720/Infomentum_July2017/Homepage/im_chevron.png) 10px 8px no-repeat;
	-webkit-background-size: 7px auto;
	-o-background-size: 7px auto;
	background-size: 7px auto;
	padding-left: 24px;
}

@media (max-width: 767px) {
  #ms_course_details #cef_tab_contents .tab-content {
    padding: 20px;
  }
}


.ms-course-attribs {
  background-color: #f1f9e9;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  text-align: center;
  padding: 10px;
  margin: 10px 0 20px;
}

.ms-course-attribs p {
  margin: 0;
}


#ms_course_details_sidebar {
  margin-left: auto;
}

#ms_course_details_sidebar .contact-form .legal-consent-container a{
  color: #012B64 !important;
  text-decoration: underline;
}

@media (min-width: 768px) {
  #ms_course_details_sidebar .contact-form {
    margin-left: 8%;
  }
}
.director-social { text-align: center; }

.director-social > span > div {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.director-social > span > div a {
    margin: 4px 0 0;
  	display: block;
}

.director-social > span > div .fa {
    margin-right: 4px;
}

.directors-photo-collage .img-area {
  margin-bottom : 3.98%;
  position: relative;
  overflow: hidden;
}
.directors-photo-collage .img-area img {
  width: 100%;
}
.directors-photo-collage .img-area .caption {
  background: rgba(68,68,68,0.4);
  padding: .25rem .5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  z-index: 1;
  -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;;
}

.directors-photo-collage .img-area:hover .caption {
  background: rgba(68,68,68,1);
}

.directors-photo-collage .img-area .caption p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}



#directors_social .line-social .span1,
#directors_social .line-social .span11 {
  display: inline-block;
}

#directors_social .line-social .span1 .fa {
  margin-right: .5rem;
}

@media (min-width: 767px) {
  #rpa__logo-carousel .hs-logo-carousel__inner > img {
    max-width: 200px;
  }
   #rpa__logo-carousel .hs-logo-carousel__inner:nth-of-type(2) > img  {
    max-height: 85px;
  }
}




@media (max-width: 1180px) {
  .header-container .page-center {
    padding: 0px !important;
  }
  
  #services_index .service .row-fluid h4 {
    font-size: 1.25em;
    text-align: left;
    padding-left: .75rem;
  }

  #services_index .service .row-fluid h4 div {
    display: block;
    width: 100%;
  }
  
  
  /* 
    * 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: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#444;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    background: #fff !important;
  }

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

	.mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 38px !important;         /* Position Button at right of screen  */
    right: 6px;        /*******************************************/
    width: 32px !important; /* Button width */
    height: 21px !important; /* Button height */      
    padding: 7px 10px 8px 10px;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    margin-top: -16px;
    background: #ffffff; /* Background color */
    border: none !important;
    font-size: 0px !important;
    font-weight: normal;
    background: url("//507386.fs1.hubspotusercontent-na1.net/hubfs/507386/gfx/mobile-more-menu.png") no-repeat left top !important;
    background-size: 22px 14px !important;
    border-radius: 0 !important;
  }
  
  .transparent-nav .mobile-trigger {
      background: url(//dl.dropboxusercontent.com/s/88dw4xyxdvhvt79/mobile-more-menu-white.png) no-repeat left top !important;
      background-size: 22px 14px !important;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#444;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#444;
    background-color: #000000; 
    border-color: transparent;
  }


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

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


  /* 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: 36px !important; /* Button width */
    min-width: 35px !important;
    height: 36px !important; /* Button height */  
    padding: 0 !important;
		/* border-left: 1px solid rgba(0, 0, 0, .05); */
  }
  .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: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#444; /* 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
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
     position: static !important;
     padding: 26px 0 10px; /* Makes room for button */
     margin: 10px 0 10px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 15px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
    padding: 0 0 0 0;
    z-index: 8888;
  }

   /* Level 1 Menu List Styles */
   
   .custom-menu-primary .hs-menu-wrapper > ul {
    background: #fff;
   }
   
  .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: 36px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px solid rgba(0, 0, 0, .05); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 16px;
    color:#444; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#444; /* link hover color set by global mobile-aColorHover variable */
  }
  
  .transparent-nav .custom-menu-primary .hs-menu-wrapper > ul ul li.active a
  {
    color: #444;
  }
  
  .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 > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */f
    font-size: 16px; /* Font size of child lists */
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children: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: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}

@media (max-width: 767px){

  #sticky-menu .widget-type-cta {
    display: none;
  }
  #sticky-menu .widget-type-logo img {
    margin: 0;
  }
  #sticky-menu .page-center {
    padding: 0 10px !important;
  }
  
  #sticky-menu .widget-type-logo img {
    height: 25px !important;
  }

  #sticky-menu .widget-type-logo {
    top: 12px;
    left: 14px;
  }

  #sticky-menu .mobile-trigger{
    background-image: url("//507386.fs1.hubspotusercontent-na1.net/hubfs/507386/gfx/mobile-more-menu.png")!important;
    margin-top: -21px;
  }

  #sticky-menu .page-center{
    padding: 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a,
  #sticky-menu .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    margin: 0 !important;
    border: 0 !important;
    color: #444 !important;
    padding: 0 16px !important;
    line-height: 36px !important;
  }
  
  #sticky-menu .custom-menu-primary.js-enabled .hs-menu-wrapper { top: 5px; }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
  }
  
  #why_us img {
    max-width: 60px;
  }
  
  .site-footer .logo-area {
    text-align: left;
    padding-right: 0;
  }
  
  .site-footer h1, 
  .site-footer h2, 
  .site-footer h3, 
  .site-footer h4, 
  .site-footer h5 {
    text-align: left;
  }
  
  .testimonal-con, .quote-name-title { margin-bottom: 0;}
  
  .site-footer .container-fluid .row-fluid .page-center {
    padding: 10px;
  }
  .site-footer .logo-area { margin-top: 0; }
  .footer-container h4 { margin-bottom: .5rem; }
  
  /******************************************************
  * HOW WE WORK
  *****************************************************/
  .how-we-work .cta-area {
    width: 100%;
    display: block;
    text-align: center;
  }

  .padding20tb { padding: 0;}
  .padding40tb { padding: 5px 0;}
  .padding60tb, .padding80tb, .padding100tb { padding: 10px 0; }
  
  #services_index .service {
    padding: .5rem 0;
  }

  #services_index .service img {
    max-width: 36px;
  }
  
  .service-detail .copy-area .spacer { 
    display: none;
  }

  .service-detail .title-area .row-fluid img { 
    max-width: 42px;
  }
  
  .service-detail .title-area .row-fluid h2 {
    font-size: 1.25rem;
    margin: 0 0 0 .75rem;
    text-align: left;
  }
  
  .service-detail .index-anchor .row-fluid span {
    height: auto;
    padding: 0;
    display: block;
    font-size: .75rem;
    text-align: right;
    position: absolute;
    top: 0;
    right: 1rem;
  }
  
  .service-detail .image-area {
    display: none;
  }
  
  .service-detail .body .row-fluid-wrapper > .row-fluid {
    display: block;
  }

  .service-detail .header .row-fluid .title-area {
    padding: .75em 0;
  }
  
  .service-detail .copy-area .cta-area .row-fluid {
    display: block;
  }
  
  .service-detail .copy-area .horz-space-sm {
    height: 10px;
  }
  
  .service-detail .copy-area .cta-area .row-fluid .span6 .cta_button {
    margin: .25rem auto;
    text-align: center;
  } 
}

@media (max-width: 1180px){
    
  .main-nav {
    width: 100% !important;
    margin: 0 !important;
  }
  
  #sticky-menu .page-center {
    padding: 0 !important;
  }
  
  #sticky-menu .widget-type-logo img {
    height: 25px !important;
   margin: 0;
  }
  
  #sticky-menu .widget-type-logo {
    top: 12px;
    left: 14px;
    position: absolute;
  }
  
  .custom-menu-primary.js-enabled {
    position: static !important;
    padding-top: 26px;
    margin: 10px 0 10px 0;
    width: 100%;
  }

  .header-container .hs_cos_wrapper_type_logo a img {
    max-width: 120px;
    max-height: 35px !important;
    margin: 0px 0 0px 10px;
    position: absolute;
    top: 1rem;
    left: .25rem;
  }

   #sticky-menu .mobile-trigger {
      background-image: url(//507386.fs1.hubspotusercontent-na1.net/hubfs/507386/gfx/mobile-more-menu.png?t=1540984020383)!important;
      margin-top: -21px;
      background-size: 22px 14px !important;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper, .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none;
  }
  .transparent-nav .mobile-trigger {
    background: url(//dl.dropboxusercontent.com/s/88dw4xyxdvhvt79/mobile-more-menu-white.png) no-repeat left top !important;
        background-size: auto auto;
    background-size: 22px 14px !important;
}
  
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 38px !important;
    right: 6px;
    width: 32px !important;
    height: 21px !important;
    padding: 7px 10px 8px 10px;
    z-index: 99999999999;
    margin-top: -16px;
    background: #ffffff;
    border: none !important;
    font-size: 0px !important;
    font-weight: normal;
    background: url("//507386.fs1.hubspotusercontent-na1.net/hubfs/507386/gfx/mobile-more-menu.png?t=1540984020383") no-repeat left top !important;
    background-size: 22px 14px !important;
    border-radius: 0 !important;
  }
}


body form.hs-form .hs-form-field ul.inputs-list,
body form.hs-form .hs-richtext p{
  font-size: 12px !important;
}

.legal-consent-container {
  margin-bottom: 1.5rem !important;
}

.legal-consent-container .field.hs-form-field {
    margin-bottom: 4px !important;
}

body form.hs-form .hs-form-field ul.inputs-list{
  margin: 0 !important;
}

div#hs-eu-cookie-confirmation {
    top: auto !important;
    bottom: 0 !important;
    position: fixed !important;
}

div#hs-eu-cookie-confirmation-inner {
    max-width: 960px;
    margin: 0 auto;
    font-family: 'Trebuchet';  
}

.related-posts-wrap {
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3rem;
}

.related-posts-wrap .related-post-item {
  float:left;
  width: 33.33%;
  padding-right: 1.5rem;
}

.related-posts-wrap .related-post-item:last-of-type {
  padding-right: 0;
}

.related-posts-wrap .related-post-item .related-image {
  position: relative;
  max-height: 126px;
  overflow: hidden;
  margin: .75rem 0;
}

.related-posts-wrap .related-post-item .related-title {
  font-family: 'Museo';
  font-weight: 700;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.related-posts-wrap .related-post-item .related-title a {
  color: #444;
  -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;;
}

.related-posts-wrap .related-post-item .related-title a:hover {
  color: #4ba215;
}

.propositions-area .proposition {
  margin-top: 1.5rem;
}


.propositions-area .proposition .icon .fa {
  font-size: 24px;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  margin-top: .35rem;
  border: 2px solid #4ba215;
}


.propositions-area .proposition h2 {
  font-size: 24px;
  color: #4ba215;
  margin-bottom: 1.5rem;
}

  
@media (max-width:767px) {
  .propositions-area .proposition  {
    text-align: center;
  }
  
  .propositions-area .proposition img { 
    max-width: 60px
  }
}

  
@media (min-width: 1160px) {
  .propositions-area .proposition {
    margin-top: 0;
  }
  
  .propositions-area .proposition .icon {
    text-align: right;
    padding-right: .75rem;
  }
}

.propositions-area .proposition h2:after {
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  margin-left: 6px;
}

@media (max-width: 479px) {
	.related-posts-wrap .related-post-item {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 0;
  }
  
	.related-posts-wrap .related-post-item .related-image {
    max-height: 200px;
  }
}

.search-area {
	width: 24em !important;
	overflow: hidden;
	display: block !important;
	float: none !important;
	margin: 0 auto !important;
	position: fixed;
  z-index: 999;
	top: 0;
  opacity: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
  pointer-events: none;
  -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;;
}

.search-area.open {
	top: 5rem;
  opacity: 1;
  pointer-events: auto;
}

.search-area .search-input {
  width: 100%;
  position: relative;
}

.search-area .submit-btn {
  display: none;
}


.search-area  .hs-search-field__input,
.search-area  .hs-search-field__input:focus,
.results-search-input-area .hs-search-field__input,
.results-search-input-area .hs-search-field__input:focus{
  border-radius: 25px;
  border: 2px solid #4ba215;
  background: #fff;
  font-family: 'Trebuchet';
  padding-right: 3rem !important;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none; 
}

.search-area .close-search {
    position: absolute;
    right: .35rem;
    top: 0;
    font-size: 36px;
    line-height: 44px;
    height: 44px;
  	width: 44px;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 1;
    position: absolute; 
    cursor: pointer;
    outline: 0;
}
.hs-search-results__pagination { 
    margin-bottom: 2rem;
    overflow: hidden;
}
.results-search-input-area {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #ddd;
}

.results-search-input-area .submit-btn {
    position: absolute;
    right: 0.13em;
    top: 0;
    font-size: 20px;
    line-height: 44px;
    height: 44px;
  	width: 44px;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    border: 0 none;
    background: none;
    outline: 0;
    color: #4ba215;
}

.search-sidebar {
  padding: 1.75rem 1.5rem;
  position: relative;
}

.mobile-search-btn {
    position: absolute;
    right: 42px;
    top: 14px;
    width: 32px;
    text-align: center;
    height: 32px;
    padding-top: 7px;
}

.banner-caption{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .5em 1em;
    background: rgba(0,0,0,0.3);
    display: inline-block !important;
    float: right !important;
    text-align: right;
    z-index: 100;
    font-style: italic;
    font-size: 14px;
    width: auto !important;
}

.article-inline-img {
    background: #e4e4e4;
    padding: 20px 20px 14px;;
    float: left;
    width: 50%;
    margin: 0px 30px 20px 0;
}

.article-inline-img img { width: 100%;}

.article-inline-img p {
  margin: 10px 0 0 !important;
  font-style: italic;
  font-size: 14px;
}

.article-inline-img.right {
    float: right;
    margin: 10px 0 20px 30px;
}

.article-inline-img.full {
    float: none;
    margin: 20px auto;
    width: 100%;
}

.article-inline-img.small {
    float: none;
    margin: 20px auto;
   width: 80%;
  float: center;
}

@media (max-width: 479px) {
  .article-inline-img,
  .article-inline-img.right {
    float: none;
    margin: 20px auto;
    width: 100%;
  }
}

@media (min-width: 1180px) {
  .mobile-search-btn {
    display: none;
  }
}

.mobile-search-btn .fa {
    color: #fff;
}

#sticky-menu .mobile-search-btn {
  top: 10px;
}

#sticky-menu .mobile-search-btn .fa {
    color: #444;
}
.support-page .mobile-search-btn .fa {
    color: #444;
}

@media (min-width: 1160px) { 
  .mobile-search-btn .fa {
    display: none;
  }
}

/*************************************************/
/* Managed Services Page Overrides+Special Cases */
/*************************************************/
.ms-why-us-item {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .img-mobile-sm img {
    width: 100px !important;
  }
  .ms-why-us-item {
    margin-bottom: 0px;
  }
}

@media (max-width: 600px) { 
  .hs-landing-page .banner-background-image.parallax-section-1 h1 {
      font-size: 40px!important;
  }
}

@media (max-width: 480px) {
  .mobile-padding-override ul {
    padding: 0px !important;
  }
}


/*************************************************/
/* Share area on webinar page */
/*************************************************/
.title_webinar {
    text-shadow: ;
    background: #ffffff;    
    opacity: 0.4;
    font-size: 1.3em;
    padding: 0px;
}

.share-ebook .hs_cos_wrapper_type_social_sharing {
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 100%
}

.share-ebook .hs_cos_wrapper_type_social_sharing img {
    display: none;
}

.share-ebook .fm_button span {
    background: none !important
}

.share-ebook .hs_cos_wrapper_type_social_sharing a,
.fm_button span {
    color: #fff !important;
    width: 40px !important;
    display: inline-block !important;
    text-align: center !important;
    border-radius: 100% !important;
    height: 40px !important;
    margin: 0 3px !important;
    padding: 0px 0 0 0 !important;
    transition: ease-in-out all .3s;
    -webkit-transition: ease-in-out all .3s;
    -ms-transition: ease-in-out all .3s;
    -o-transition: ease-in-out all .3s
}

.share-ebook .hs_cos_wrapper_type_social_sharing a:hover,
.share-ebook .fm_button span:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px)
}

.share-ebook .hs_cos_wrapper_type_social_sharing a:before,
.fm_button span: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;
    background: transparent !important;
    line-height: 40px;
    font-size: 20px
}

.share-ebook .hs_cos_wrapper_type_social_sharing a:first-child:before,
.fm_facebook>span:before {
    content: "\f09a"
}

.share-ebook .hs_cos_wrapper_type_social_sharing a:nth-child(2):before,
.fm_linkedin>span:before {
    content: "\f0e1"
}

.share-ebook .hs_cos_wrapper_type_social_sharing a:nth-child(3):before,
.fm_twitter>span:before {
    content: "\f081";
}

.share-ebook .hs_cos_wrapper_type_social_sharing a:nth-child(4):before,
.fm_googleplus>span:before {
    content: "\f0d5";
}

.share-ebook. hs_cos_wrapper_type_social_sharing a:nth-child(5):before,
.fm_pinterest>span:before {
    content: "\f0d2"
}

.share-ebook .hs_cos_wrapper_type_social_sharing a:nth-child(6):before {
    content: "\f0e0"
}

.share-ebook .fm_youtube>span:before {
    content: "\f16a"
}

.share-ebook .hs_cos_wrapper_type_social_sharing a:first-child,
.fm_facebook {
    background: #3b5998;
}

.share-ebook .hs_cos_wrapper_type_social_sharing a:nth-child(3),
.fm_twitter {
    background: #55acee
}

.share-ebook .hs_cos_wrapper_type_social_sharing a:nth-child(2),
.fm_linkedin {
    background: #0077b5
}

.share-ebook .hs_cos_wrapper_type_social_sharing a:nth-child(4),
.fm_googleplus {
    background: #dd4b39;
}

.share-ebook .hs_cos_wrapper_type_social_sharing a:nth-child(5),
.fm_pinterest {
    background: #bd081c
}

.share-ebook .hs_cos_wrapper_type_social_sharing a:nth-child(5),
.share-ebook .hs_cos_wrapper_type_social_sharing a:nth-child(6) {
    display: none !important
}

/*************************************************/
/* Countdown widget area on webinar page */
/*************************************************/
  /* PURPLE */
  .purple_countdown .countdown .count{
      background: #2c1a56;
      color: #f8f8f8;
  }
  .purple_countdown .countdown h2 {
      color: #2c1a56;
  }

  .purple_countdown .countdown-widget-area {
    background: #e3dcf4;
    border-bottom: 4px solid #2c1a56;
  }

  .purple_countdown .countdown-widget-area .share-ebook {
      background: #fff;
  }

  .purple_countdown h4 {
    color: #2c1a56;
  }
  .purple_countdown h2 {
    background-color: #000000;
    background-image: linear-gradient(45deg, #2c1a56, #b525a6);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .purple_countdown .fa {
      color: #77137d;
  }
  .purple_countdown .legal-consent-container p {
      color: #fff;
  }
  .purple-bg {
      background-color: #301856;
    background-image: linear-gradient(to right,#000000,#800080 100%) !important;
  }

  .darkblue_countdown .countdown .count{
      background: #012B64;
      color: #f8f8f8;
  }
  .darkblue_countdown .countdown h2 {
      color: #012B64;
  }

  .darkblue_countdown .countdown-widget-area {
    background: #D3E3F8;
    border-bottom: 4px solid #012B64;
  }

  .darkblue_countdown .countdown-widget-area .share-ebook {
      background: #fff;
  }

  .darkblue_countdown h4 {
    color: #012B64;
  }
  .darkblue_countdown h2 {
    background-color: #012B64;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .darkblue_countdown .fa {
      color: #012B64;
  }
  .darkblue_countdown .legal-consent-container p {
      color: #fff;
  }
  .darkblue-bg {
      background-color: #012B64;
  }

 
.white-text {
  color: #fff;
}

.countdown-widget-area {
    max-width: 1160px;
    margin: 0 auto !important;
    float: none !important;
    background: #f8f8f8;
    border-bottom: 4px solid #4ba215;
    top: -2rem;
    display: block !important;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    width: 90% !important;
}

.webinar-body-copy {
    padding: 13rem 20px 3rem !important;
}

@media (max-width: 768px) {
  .webinar-body-copy {
    padding: 13.5rem 20px 5rem !important;
  }
  .webinar-body-copy.countdown_share {
    padding: 24.5rem 20px 5rem !important;
  }
  
  .webinar-row-images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .webinar-row-images img {
      margin-bottom: 20px !important;
  }
}

.countdown-widget-area .countdown {
    margin-bottom: 0;
    padding: 1.25rem 0 0;
}

.countdown-widget-area .countdown h5 {
    margin-bottom: 1rem;
    color: #4ba215;
}

.countdown-widget-area .countdown .label {
    color: #000;
    font-size: 14px;
}

@media (min-width: 768px) {
  .countdown-widget-area > .row-fluid-wrapper .row-fluid {
    display: flex;
  }
}

.countdown-widget-area .share-ebook {
    background: #e6ebe1;
    display: flex;
    padding: 1rem 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*************************************************/
/* Hero banner widget area on webinar page */
/*************************************************/

.webinar-page .free-webinar .hs_cos_wrapper_type_text {
    background: #fff;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    padding: 2px 6px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: .5rem;
}



/*************************************************/
/* Speakers on webinar page */
/*************************************************/

.presenter-speaker .seminar-image{
    display:none;
}
.presenter-speaker {
    background-size: cover;
    background-position: center;
}
.presenter-speaker .overlay {
    background: #f8f8f8;
    padding:60px 0 50px;
    margin-bottom:-1px;
}
.presenter-speaker h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.presenter-speaker .presenter-speaker-box-outer{
    text-align:center;
}
.presenter-speaker .presenter-speaker-box{
    max-width:320px;
    width: 100%;
    background: #fff;
    padding: 40px 30px;
    box-sizing:border-box;
    display: inline-block;
    margin: 0 20px 30px;
    border-radius:5px;
    box-shadow: 0px 0px 20px 0px rgba(95, 95, 95, 0.29);
    transition:ease-in-out all 0.4s;
    -webkit-transition:ease-in-out all 0.4s;
    -ms-transition:ease-in-out all 0.4s;
    -o-transition:ease-in-out all 0.4s;
}
.presenter-speaker .presenter-speaker-box:hover{
    transform:translatey(-10px);
}
.presenter-speaker .presenter-speaker-box .name{
    margin:15px 0 0 0;
    font-size:20px;
}
.presenter-speaker .presenter-speaker-box .designation {
    color: #999;
    margin-bottom: 10px;
}
.presenter-speaker .presenter-speaker-box p{
    margin:0;
    font-size:16px;
}
.presenter-speaker .presenter-speaker-box .image {
    width: 170px;
    border-radius: 100%;
    transition:ease-in-out all 0.2s;
    -webkit-transition:ease-in-out all 0.2s;
    -ms-transition:ease-in-out all 0.2s;
    -o-transition:ease-in-out all 0.2s;
    overflow:hidden;
    margin:0 auto;
}


/* Mulesoft Subscription Pricing table */
.mulesoft-pricing-table {
  margin-bottom: 4rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  border-color: #99acc2;
  border-style: solid;
  border-collapse: collapse;
  text-align: center;
}
.mulesoft-pricing-table tr td {
  padding: .5rem;
}
.mulesoft-pricing-table tr td span.vertical-text {
  writing-mode: vertical-rl;
}
.mulesoft-pricing-table tr:not(.merged-row) td:nth-child(1) {
  text-align: left;
  width: 70%;
}
.mulesoft-pricing-table tr:not(.merged-row) td:nth-child(2),
.mulesoft-pricing-table tr:not(.merged-row) td:nth-child(3),
.mulesoft-pricing-table tr:not(.merged-row) td:nth-child(4) {
  width: 10%;
}
.mulesoft-pricing-table tr.merged-row {
  background-color: #d9ead3;
}
.mulesoft-pricing-table tr.heading {
  background-color: #4ba21c;
}
.mulesoft-pricing-table tr.heading td {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}





.blocker {
  z-index: 10000;
}
.modal a.close-modal {
  box-shadow: 0px 0px 5px #fff;
  border-radius: 50%;
}