@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Dosis:800,700,600,500,300,200|Crimson+Text:700,400,400italic);

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

/*
//////////////////////////////////////////////////////////////////////////////
//
// Notes
//
// z-index rules:
//  Use 4 digit numbers incrimented by whole numbers
//  Modals use X000
//  Sticky elements use 0X00
//  Normal elements use 00X0
//  Minor adjustments within a type use 000X
//  
//
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
//
// Variables
//
//////////////////////////////////////////////////////////////////////////////
*/

           /* Yellow */
  /* Yellow */
         /* Dark Green */

                   /* Pink*/
                  /* Mint */
                 /* Burnt Orange */
                    /* Tan */











/*
//////////////////////////////////////////////////////////////////////////////
//
// Reset
//
//////////////////////////////////////////////////////////////////////////////
*/

html {
    font-size: 16px;
    font-size: 18px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:after,
*:before {
    box-sizing: inherit;
}

img {
    height: auto !important;
}

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

main {
    display: block;
}

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

/*
    General Styles
*/

body {
    font-size: 100%;
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    color: #333;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    line-height: 1.25;
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
}

h1,
.h1 {
    font-size: 3.8em;
    font-weight: 300;
}

h2,
.h2 {
    font-size: 2.618em;
    font-weight: 200;
    font-weight:300;
}

h3,
.h3 {
    font-size: 2em;
    font-weight: 300;
}

h4,
.h4 {
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
}

h5,
.h5 {
    font-size: 1.125em;
    font-size: 1em;
    font-weight: 600;
    color: #046E75;
}

p {
    line-height: 1.33;
}

p + p {
    margin-top: 1.25em;
}

small {
    font-size: 0.875em;
}

b,
strong {
    font-weight: 600;
}

sup {
	font-size: 0.55em;
}

.thin-text {
    font-weight: 200;
}

.font-stack-header {
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
}


@media (max-width:480px){
    h2{
        font-size:2.3em !important;
    }
    
    h3{
        font-size:1.9em !important;
    }
}
/* Only apply these styles in content areas */

.main-content a,
.main-content a:visited {
    text-decoration: none;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
}

.main-content a:not(.button):not(.hs-button),
.main-content a:not(.button):not(.hs-button):visited {
    color: #D236BA;
}

.main-content a:hover,
.main-content a:focus {
    color: #FFA200;
    -webkit-transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
}

.main-content a:not(.button):not(.hs-button):hover,
.main-content a:not(.button):not(.hs-button):focus {
    color: #046E75;
}

.main-content ul:not(.hs-error-msgs),
.main-content ol {
    padding-left: 1.2em;
    margin: 1em 0;
}

.main-content ol {
    padding-left: 1.45em;
}

.main-content li {
    padding: 0.25em 0;
    line-height: 1.85;
}

.main-content ul ul,
.main-content ul ol {
    /* Nested Lists */
    margin-left: -1rem;
    padding-left: 2em;
    -border-left: 3px solid rgba(255, 162, 0, 0.55);
}

.main-content ol ul, 
.main-content ol ol {
    /* Nested Lists */
    margin-left: -1.25rem;
    padding-left: 2.25em;
    -border-left: 3px solid rgba(255, 162, 0, 0.55);
}

.dosis {
    font-family: 'Dosis', Helvetica, sans-serif;
}

/*
    Check Lists
*/

.check-list {
    list-style: none;
}

.check-list li {
    position: relative;
    line-height: 1.85;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
}

.check-list li:before {
    font-size: 1.5em;
    content: '\f00c ';
    font-family: FontAwesome;
    color: #8fd84f;
    position: absolute;
    left: -1.5rem;
    top: 0;
}

.fancy-list {
    list-style: none;
}

.fancy-list li {
    position: relative;
    font-size: 0.77em;
    line-height: 1.5;
    padding-left: 0.25em;
    margin-bottom: 0.125em;
    -color: #707070;
    -font-style: italic;
}

.fancy-list--normal li {
    font-style: normal;
}

.fancy-list li:before {
    font-size: 1.5em;
    /*content: '• ';*/
    content: '\2022 ';
    font-weight: 600;
    color: #D236BA;
    position: absolute;
    left: -1.5rem;
    top: 0;
    font-style: normal;
}

.indented-paragraph {
    padding-left: 10%;
}

/* 
    Automatic Spacing ( content / article )
*/

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.sidebar h3 {
    margin: 0 0 1rem;
}

.main-content p,
.main-content li {
    font-size: 0.7777em;
}

.main-content p + h1,
.main-content p + h2,
.main-content p + h3,
.main-content p + h4 {
    margin: 1em 0 1rem;
}

.main-content h5 {
    margin: 1em 0 0.25rem;
}

.main-content h1 {
    font-weight: 300;
}
.main-content h3 {
    font-weight: 400;
}

blockquote {
	font-size: 2em;
    font-weight: 300;
	font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    font-style: italic;
	line-height: 1.75;
	position: relative;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Buttons
//
//////////////////////////////////////////////////////////////////////////////
*/

button,
[type=submit]{
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1em;
}

button,
.button,
.hs-button.hs-button,
input[type=submit] {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    padding: 0.5em 1.5em 0.6em;
    border-radius: 50px;
    background-color: #D236BA;
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    border:solid 2px transparent;
}

input[type=submit] {
    background-color: #046E75 !important;
    padding: 0.45em 1.75em !important;
}


.button--dark,
.hs-button--dark {
    background-color: #d67a29;
    color: #fff;
}

.button--white,
.hs-button--white {
    background-color: #fff;
    color: #d67a29;
}

.button--secondary,
.hs-button--secondary {
    background-color: #046E75;
    color: #fff;
}
.button--green,
.hs-button--green {
    background-color: #1FCC9E;
    color: #fff;
}

.button--black,
.hs-button--black {
    background-color: #333;
    color: #fff;
}

.button--wide {
    width: 100%;
    font-size: 0.75em;
    padding: 0;
}

.button--play {
    padding: 0.5em 1.5em 0.5em 0.75em;
}

.button--play > * {
    vertical-align: middle;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button.hs-button:hover,
.hs-button.hs-button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.share-button:hover a, 
.share-button:focus a {
    color: #fff !important;
    background-color: #D236BA;
    outline: none;
    -box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12), 0px 8px 8px 0px rgba(0,0,0,0.24);
    webkit-transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
    cursor: pointer;
}

.button--black:hover,
.hs-button--black:hover,
.button--black:focus,
.hs-button--black:focus {
    background-color: #FFA200;
}

.button--secondary:hover,
.hs-button--secondary:hover,
.button--secondary:focus,
.hs-button--secondary:focus {
    background-color: #D236BA;
    color: #fff !important;
}

.button--clear {
    font-size: 1rem;
    background: none;
    color: #FFA200;
}

.button--clear:hover,
.button--clear:focus {
    -background: none;
    -color: #046E75 !important;
    -box-shadow: none;
}

.hero .button:hover,
.hero .button:focus {
    background-color: #1FCC9E;
    color: #fff !important;
}


/*-button margin--*/
.button-margin{
    margin-top:1em;
}

@media (max-width:480px){
    .button-margin{
        margin-top:1em;
    }
    
    button,
    .button,
    .hs-button.hs-button,
    input[type=submit]{
        font-size:16px;
    }
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Layout / Framework / Structure (prefix class names with 'l-')
//
//////////////////////////////////////////////////////////////////////////////
*/

.l-page-wrap {
    max-width: 75rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto !important;
    float: none !important;
}

.l-page-wrap--extreme-narrow {
    max-width: 29rem;
}

.l-page-wrap--super-narrow {
    max-width: 42rem;
}

.l-page-wrap--extra-narrow {
    max-width: 50rem;
}

.l-page-wrap--narrow {
    max-width: 59rem;
}

.l-page-wrap--large {
    max-width: 80rem;
}

.l-page-wrap--wide {
    max-width: 106rem;
}

.l-universal-padding {
    padding: 2rem;
}

.l-well {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 2em;
    margin: 2em 0;
}

.l-well--color {
    background-color: #333;
    color: #fff;
    padding: 3em
}

.l-well--white {
    background-color: #fff;
}

.l-well--no-border {
    border: 0;
}

.l-well--fill-body {
    padding: 2em 0;
}

.l-well--iframe {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 10px 0;
}

.iframe-font p {
    font-size: 2em !important;
}

.iframe-font .widget p{
    font-size: 17px !important;
}

hr {
    border: 0;
    margin: 0 0 2em;
    border-bottom: 1px solid rgba(51, 51, 51, 0.32);
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Top Nav
//
//////////////////////////////////////////////////////////////////////////////
*/

.header-container-wrapper {
    background-color: #000;
}

.nav-container {
    background-color: #000;
    color: #fff;
    min-height: 3em;
    padding: 0 0.8em;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0100;
}

.brandmark img {
    width: 9em !important;
}

@media (max-width: 767px) {

    .brandmark {
    	left: -0.8rem;
    	position: relative;
    }

}

@media (min-width: 768px) {

    .nav-container {
        /*min-height: 5em !important;*//* Removed to shorten nav */
        padding: 0 2em 0;
    }

    .brandmark {
        padding-top: 0.55em;
    }

}

.main-menu {
    text-align: right;
    padding-top: 0.5em;
}

/* Drop to new line to keep full links out longer */
/*@media (max-width: 985px) {*/

/*    .main-menu {*/
/*        width: 100% !important;*/
/*    }*/
  
/*}*/

@media (max-width: 767px) {

    .main-menu {
        display: none !important;
    }
    
    .l-well--iframe {
        padding: 20px 0 0;
    }

}

.main-menu a {
    color: #fff;
    text-transform: uppercase;
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
}

.main-menu a:hover,
.main-menu a:focus,
.active > a {
    color: #D236BA;
    -webkit-transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 1em;
    white-space: normal;
    max-width: none;
    text-overflow: inherit;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a {
    padding-left: 0;
}

.hs-menu-item.hs-menu-depth-1:last-child a {
    background-color: #1FCC9E;
    border-radius: 32px;
    padding: 0.5em 1.5em;
    margin-top: 0.5em;
    color: #fff !important;
}

.hs-menu-item.hs-menu-depth-1:last-child a:hover,
.hs-menu-item.hs-menu-depth-1:last-child a:focus {
    background-color: #1FCC9E;
}

.main-menu .hs-menu-children-wrapper {
    background-color: #fff;
    text-align: left;
    box-shadow: 0 5px 15px -5px #333;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: auto !important;
    padding: 0.5em 0.85em;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Off Canvas
//
//////////////////////////////////////////////////////////////////////////////
*/

.off-canvas-container {
    position: relative;
    max-width: 14em;
}

.off-canvas__open {
    position: fixed;
    top: 0.5em;
    right: 1em;
    font-size: 1rem;
    padding: 0.5em 0.75em;
    z-index: 0200;
    border-radius: 11px;
    font-size: 0.8em;
}

@media (min-width: 768px) {

    .off-canvas__open {
        display: none;
    }
 
}

.off-canvas__close {
    background: none;
    font-size: 1rem;
    color: #046E75;
    line-height: 1;
    padding: 0.5em 0.6em;
    border-radius: 100%;
    position: fixed;
    top: 0;
    left: -200%;
    z-index: 0201;
}

.off-canvas__close:hover,
.off-canvas__close:focus {
    background-color: #046E75;
    box-shadow: none;
    outline: none;
}

.off-canvas__close--is-visible {
    left: 14.25em;
}

.off-canvas-nav {
    text-transform: uppercase;
    position: fixed;
    top: 0;
    bottom: 0;
    max-width: 14em;
    background: #e2e2e2;
    padding: 1em;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    z-index: 0202;
    overflow-y: auto;
}

.off-canvas-nav .hs-menu-children-wrapper {
    font-size: 0.8em;
    position: static !important;
    padding-left: 1.5em;
    padding-bottom: 1.5em;
}

.off-canvas-nav--is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
}

@media (min-width: 768px) {

    .off-canvas-nav {
        display: none;
    }

}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    min-width: 12em !important;
    color: #333;
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    white-space: normal;
    text-overflow: inherit;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
}

.hs-menu-wrapper.hs-menu-flow-vertical li a:hover,
.hs-menu-wrapper.hs-menu-flow-vertical li a:focus {
    color: #046E75;
    -webkit-transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Headers
//
//////////////////////////////////////////////////////////////////////////////
*/

/*
    Hero
*/

.hero {
    background-position: center;
    background-size: cover;
    padding-top: 14vw;
    padding-bottom: 12vw;
    text-align: center;
    overflow: hidden;
}

.hero--carousel-bg {
    padding-top: 0;
    padding-bottom: 0;
}

.hero--black {
    background-color: #111;
    padding: 6em 0 4.5em;
    color: #fff;
}

.hero__title {
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
}

.page-title__subtitle {
    text-transform: lowercase;
    font-size: 0.8125em;
}

.hero__cta {
    font-size: 1.33em;
}

.hero--video {
    height: 640px;
}

.hero--video .u-relative-parent{
    position: absolute;
    top: 250px;
    left: 0;
    min-width: 100%;
}

.hero__video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height:auto;
    width:auto;
    object-fit: cover;
}

.hero-link {
    color: #fff;
    font-family: 'Dosis',Helvetica,sans-serif;
    font-size: 17px;
    margin-top: 1em;
    display: block;
}

@media (max-width: 1300px) {
    .hero__video {
        -max-width: 120%;
    }
}


/*revised*/
@media(max-width:985px){
    .hero{
        -padding-top: 17vw !important;
        }
}

@media (max-width: 945px) {
    .hero__video {
        -max-width: 150%;
    }
}


/*revised*/
@media(max-width:767px){
    .hero{
        -padding-top: 13vw !important;
        }
}


@media (max-width: 768px) {
    .hero__video {
        display: none;
    }
}

.hero__content-overlay {
    position: absolute;
    padding: 1em;
    z-index: 1;
    right: 0;
    left: 0;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


@media (max-width: 600px) {

    .hero__content-overlay {
        font-size: 0.88em;
    }

}

@media (max-width: 500px) {

    .hero__content-overlay {
        font-size: 0.75em;
    }

}

.hero__body {
    font-size: 1.25em;
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    color: #fff;
    padding-top: 2em;
}

.hero__slide {
    width: 100%;
    height: 100%;
    min-height: 42em;
    background-position: center;
    background-size: cover;
}

.hero__price-dot {
    margin: 1em auto;
}

/*
    Simple Header
*/

.simple-header {
    text-align: center;
    background-color: #fff;
    padding-top: 4.75em;
}

.simple-header--lgrey {
    background-color: #f8f8f8;
}

.simple-header__title {
    font-size: 4em;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
    font-weight: 300;
}


.simple-header__title--no-underline {
    padding-bottom: 1rem;
    border-bottom: none;
}

@media (min-width: 700px) {
    
    .simple-header__title--bigger {
        font-size: 5em;
    }

}

@media (max-width:480px){
    .simple-header__title{
        font-size:3em;
    }
}

.simple-header__subtitle {
    font-size: 3.125em;
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    font-weight: 300;
    color: #046E75;
    margin-bottom: -1.25rem;
    margin-top: 1.5rem;
}

.simple-header__subtitle--no-color {
    color: #333;
}

.simple-header__details {
    font-size: 1rem;
}

@media (min-width: 768px) and (max-width: 985px) {

    .simple-header {
        padding-top: 7em;
    }

}

/*
//////////////////////////////////////////////////////////////////////////////
//
// 3 Tag Header
//
//////////////////////////////////////////////////////////////////////////////
*/

.heaader {
    padding: 9em 0 7em;
    background-size: cover;
    background-position: center;
}

.header--tall {
    padding: 19em 0 17em;
}

.header__title {
    color: #fff;
    font-size: 5em;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.header__tags {
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    padding: 0.75em
}

.header__tag {
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
}

.header__divider {
    font-size: 1.25em;
    padding: 0 0.5em;
}

@media (max-width: 580px) {

    .header__title {
        font-size: 3em;
    }

    .header__tags {
        font-size: 1em;
    }

}

@media (max-width: 390px) {

    .header--3-tag.header--tall {
        padding: 10em 0 10em;
    }

    .header__title {
        font-size: 2em;
    }

    .header__divider {
        padding: 0;
    }

}

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

.header-pricing__title {
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Price Dot
//
//////////////////////////////////////////////////////////////////////////////
*/

.price-dot {
    display: block;
    width: 8.33em;
    background-color: #fff;
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: currentColor;
    padding: 1.5em 1em 1em;
    border: 10px solid;
    border-radius: 100%;
}

.price-dot__value {
    font-size: 2em;
    vertical-align: middle;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// How it Works
//
//////////////////////////////////////////////////////////////////////////////
*/

.col-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.col-group__one-fifth {
    display: block;
    width: 19%;
    min-width: 19%;
    max-width: 19%;
}

.icon-block {
    text-align: center;
    text-decoration: none;
    color: #333;
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
}

.icon-block__icon {
    padding: 0 3.25em 1.25em;
}

.icon-block__title {
    text-transform: uppercase;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
}

.icon-block__icon .st0 {
    fill: #1FCC9E;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);   
}

.icon-block:hover .icon-block__icon .st0,
.icon-block:focus .icon-block__icon .st0 {
    fill: #1FCC9E;
    -webkit-transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
}

.icon-block__icon:hover .st0{
    fill: #046E75 !important;
   
}

.how-it-works-title {
    font-weight: 200;
    font-size: 5vw;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

@media (min-width: 1200px) {

    .how-it-works-title {
        /*font-size: 3.75em;*/
        font-size: 3.12em;
    }

}

@media (max-width: 940px) {

    .col-group {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    
    .col-group__one-fifth:first-child {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 2em;
    }

    .icon-block__icon {
        padding: 0 2em 1.25em;
    }

    .how-it-works-title {
        font-size: 8vw;
    }

    .how-it-works-title br {
        display: none;
    }

}

@media (min-width: 941px) {

    .how-it-works-title .space {
        display: none;
    }

}

@media (max-width: 700px) {

    .col-group__one-fifth {
        display: block;
        width: 45%;
        min-width: 45%;
        max-width: 45%;
    }

    .icon-block__icon {
        padding: 1em 2em 1.25em;
    }

}


/*
//////////////////////////////////////////////////////////////////////////////
//
// Sections
//
//////////////////////////////////////////////////////////////////////////////
*/

.section {
    display: block;
    padding-top: 2.75em;
    padding-bottom: 2.75em; 
    background-position: center right;
    background-size: cover;
}

.section--tall {
    padding-top: 4.75em;
    padding-bottom: 4.75em;     
}

.section--short {
    padding-top: 0.75em;
    padding-bottom: 0.75em;     
}

.section--collapse {
    padding-top: 0;
    padding-bottom: 0;     
}

.section--lgrey {
    background-color: #f8f8f8;
}

.section--llgrey {
    background-color: #f5f5f5;
}

.section--mgrey {
    background-color: #e2e2e2;
}

.section--dgrey {
    background-color: #333;
    color: #fff;
}

.section--green {
    background-color: #1FCC9E;
    color: #fff;
}
.section--burnt-orange {
	background-color: black;
	color: #fff;
}
.section--bright-orange {
	background-color: #FFA200;
	color: #fff;
}

.section--blue {
	background-color: #046E75;
	color: #fff;
}

.section--light-blue {
	background-color: #D236BA;
	color: #fff;
}

.section--tan {
	background-color: #ada39b;
	color: #fff;
}

.section--custom-image,
.section--custom-image--light-text {
    background-size: cover;
    background-position: center;
}

.section--custom-image--light-text {
    color: #fff;
}

.section__title {
    font-size: 2.8em;
    text-align: center;
    margin-bottom: 2rem !important;
}

.section__title--large {
    font-size: 3.66em;
}

.section__title--bolder {
    font-weight: 300;
}

.section__push-bg-image {
    background-position: center;
    background-size: cover;
}

.section__left-squish {
    max-width: 26em;
}

@media (max-width: 767px) {
    
    .section__column + .section__column {
        margin-top: 2em;
    }
    
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Color Grid
//
//////////////////////////////////////////////////////////////////////////////
*/
@media (min-width: 768px) {
    
    .color-grid {
        background-image: -webkit-linear-gradient(left, #d67a29 0%,#d67a29 50%,#D236BA 50%,#D236BA 100%);
        background-image: linear-gradient(to right, #d67a29 0%,#d67a29 50%,#D236BA 50%,#D236BA 100%);
    }
    
    
}

.color-grid__block {
    padding: 3em !important;
}

.color-grid .hs_cos_wrapper_type_rich_text {
    margin: 0 auto;
    max-width: 29em !important;
    width: 100% !important;
    display: block;
}

.color-grid__block--burnt-orange {
    background-color: #d67a29;
}

.color-grid__block--light-blue {
    background-color: #D236BA;
}


@media (max-width:768px){
    .color-grid__block{
        padding:1em !important;
    }
}
/*
//////////////////////////////////////////////////////////////////////////////
//
// Products Features
//
//////////////////////////////////////////////////////////////////////////////
*/

.product-feature {
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
    padding: 1em 8vw;
    border-radius: 20px;
    margin-bottom: 1em;
    z-index: 1;
}

.product-feature__title {
    font-size: 1.8rem;
    text-transform: lowercase;
}

.product-feature__body {
    padding: 0.5em 0 1em;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Pricing
//
//////////////////////////////////////////////////////////////////////////////
*/

.price-block {
    background-color: #fff;
    color: #333;        
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}

.price-block__title {
    background-color: #1FCC9E;
    font-size: 1.8em;
    font-weight : 500;
    text-transform: uppercase;
    color: #fff;
    padding: 0.5rem 1em;
}

.price-block__title--highlight {
    background-color: #d67a29;
}

.price-block__body {
    padding: 1.75em 2.25em 2.5em;
    min-height: 12em;
}

.price-block__value {
    font-weight: 800;
    font-size: 1.50em;
    text-transform: uppercase;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e2e2;
}

.price-block__desc {
    padding: 1.75em 0 0;
    font-weight: 500;
}

.price-block__details {
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    padding-top: 1.5em;
}

.price-block__note {
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #aaa;
    padding-top: 1.5em;
}

.price-block__button-group {
    padding-top: 1.75em;
}

.price-block__extras {
    padding-top: 1.75em;
    text-align: center;
}


/* VGG Overrides */
.price-block__value {
	font-size: 1.8em;
}

.price-block__desc {
	font-size: 1.25em;
}

.price-block__desc > * {
	font-size: 1rem;
}

/* END VGG Ocerrides */

.pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}

.pricing__item {
    min-width: 15em;
    max-width: 46%;
    margin-top: 2em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    display: inline-block;
    width: 40%;
    max-width:40%;
    margin-right: -4px;
    min-width: auto;
}

@media (max-width: 769px) {

    .pricing__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 400px;
    }
    
    .pricing__item--split-full{
        max-width:none;
    }

}


@media (max-width: 500px) {

    .pricing__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    
    .price-block__body{
        padding-left:1em;
        padding-right:1em;
    }

}

@media (min-width: 799px) {

    .pricing--pay-go .pricing__item:nth-child(1),
    .pricing__item:nth-child(4) {
        margin-left: 16.5%;
    }
    
    .pricing--pay-go .pricing__item:nth-child(2),
    .pricing__item:nth-child(5) {
        margin-right: 16.5%;
    }

}

.no-border .price-block {
    border: none;
}

.pricing__item--split {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;

}

.pricing__item--split:first-child {
    border-top-right-radius: 0;
}

.pricing__item--split:nth-child(2n) {
    border-top-left-radius: 0;
}

.pricing__item--split-full {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 0;
}

@media (max-width: 560px) {

    .pricing__item--split {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;

    }

     .pricing__item--split:nth-child(1n) {
        border-top-right-radius: 21px;
    }

    .pricing__item--split:nth-child(2n) {
        margin-top: 0;
        border-top-right-radius: 0;
    }

}

/*
    Addons
*/

.addons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    margin-top: 4em;
}

.addons__block {
    min-width: 20%;
    width: 20%;
    max-width: 20%;
    padding: 1em 1.25em;
    text-align: center;
}

.addons__block--title {
    color: #046E75;
}

.addons__block--title-highlight {
    color: #d67a29;
}

@media (min-width: 901px) {

    .addons__block:not(:last-child) {
        border-right: 1px solid #e2e2e2;
    }

}

.addons__label {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 600;
    padding: 0.5em 0;
    font-weight: 500;
}

.addons__addon-title {
    color: black;
    font-size: 1em;
}

.addons__addon-desc {
    font-size: 0.75em;
    padding-top: 0.5em;
}

@media (max-width: 900px) {

    .addons {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    
    .addons__block {
        min-width: 50%;
        width: 50%;
        max-width: 50%;
    }
    
    .addons__block:nth-child(2n) {
        border-right: 1px solid #e2e2e2;
    }    
    
    .addons__block:nth-child(n+4) {
        border-top: 1px solid #e2e2e2;
    }
    
    .addons__block--title {
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }

}

@media (max-width: 500px) {

    .addons__block {
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }

    .addons__block:nth-child(2n) {
        border-right: 0;
    }    
    
    .addons__block:nth-child(n+4) {
        border-top: 0;
    }
    
    .addons__block:not(:last-child) {
        border-bottom: 1px solid #e2e2e2;
    }

}

.addons--three .addons__block {
    min-width: 25%;
    width: 25%;
    max-width: 25%;
}

.addons_block__medium{
    max-width: 47rem;
    float: none !important;
    margin: 0 auto;
    margin-top: 3em;
}

.addons_block__full{
    max-width: 100%;
    float: none !important;
    margin: 0 auto;
    margin-top: 4em;
}

@media (max-width: 900px) {

    .addons--three .addons__block {
        min-width: 33.3332%;
        width: 33.3332%;
        max-width: 33.3332%;
        border-top: 1px solid #e2e2e2 !important;
        border-right: 1px solid #e2e2e2 !important;
    }

    .addons--three .addons__block--title {
        min-width: 100%;
        width: 100%;
        max-width: 100%;    
        border: 0 !important;
    }

    .addons--three .addons__block:last-child {
        border-right: 0 !important;
    }    

}


@media (max-width: 500px) {

    .addons--three .addons__block--title,
    .addons--three .addons__block {
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }

}

.addons--two .addons__block {
    min-width: 33.3332%;
    width: 33.3332%;
    max-width: 33.3332%;
}

@media (max-width: 900px) {

    .addons--two .addons__block {
        min-width: 50%;
        width: 50%;
        max-width: 50%;
    }

    .addons--two .addons__block--title {
        min-width: 100%;
        width: 100%;
        max-width: 100%;        
    }

}


@media (max-width: 500px) {

    .addons--two .addons__block--title,
    .addons--two .addons__block {
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }

}

.addons--break-early.addons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border: none;
}

.addons--break-early .addons__block {
    min-width: 50%;
    width: 50%;
    max-width: 50%;
}

.addons--break-early .addons__block:nth-child(2n) {
    border-right: 1px solid #e2e2e2;
}    

.addons--break-early .addons__block:nth-child(n+4) {
    border-top: 1px solid #e2e2e2;
}

.addons--break-early .addons__block--title {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}

@media (min-width: 901px) {

    .addons--break-early .addons__block:not(:last-child) {
        border-right: none;
    }
    
    .addons--break-early .addons__block:not(.addons__block--title):not(:last-child) {
        border-right: 1px solid #e2e2e2;
    }

}

/*
    Pricing Table
*/

.price-table__header {
    color: #fff;
    font-size: 1.25em;
    text-transform: uppercase;
    background-color: #046E75;
    width: 33.333332%;
    padding: 0.5em 1em;
}

.price-table__header:not(:first-child):not(:last-child) {
    border-left: 2px solid #e2e2e2;
    border-right: 2px solid #e2e2e2;
}

.pricing__table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.price-table__row {
    border: 1px solid #f8f8f8;
}

.price-table__row:nth-child(2n+1) {
    background-color: #f2f2f2;
}

.price-table__cell {
    font-size: 1.25em;
    padding: 0.5em 0.5em;
    border-top: 2px solid #e2e2e2;
}

.price-table__cell:last-child {
    font-weight: 600;
}

.price-table__cell:not(:first-child):not(:last-child) {
    border: 2px solid #e2e2e2;
    border-bottom: 0;
}

@media (max-width: 720px) {

    .price-table {
        font-size: 0.8em;
    }

}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Script Examples
//
//////////////////////////////////////////////////////////////////////////////
*/

.script-examples-list__list {
    margin-bottom: 1em;
}

.script-examples-list__title {
    font-size: 1.5em;
    text-transform: uppercase;
}

.script-examples-list__sub-title {
    font-size: 1.25em;
}

.script-examples-list__list-item {
    list-style: none;
    padding-top: 0.125em;
    padding-bottom: 0.33em;
    cursor: pointer;
}

.script-examples-list__list-item--is-active {
    color: #d67a29;
}

.script-examples--blue .script-examples-list__list-item--is-active{
    color: #046E75;
}

.script-examples__examples-container {
    margin-top: 0;
}

.script-examples__example {
    -max-height: 0;
    display: none;
    overflow: hidden;
    opacity: 0;
}

.script-examples__example--is-active {
    -max-height: 220em;
    display: block;
    opacity: 1;
}

.script-examples__white-wrapper {
    background-color: #fff;
    padding: 1em;  
}

/*
    Mobile
*/

.mobile-examples {
    display: none;
}

.mobile-examples .script-examples__example {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 0 2em;
	border-radius: 10px;

}

.mobile-examples .script-examples__example.script-examples__example--is-active {
	padding: 2em;
}

@media (max-width: 767px) {
    
    .mobile-examples {
        display: block;
    }

    .script-examples {
        display: none;
    }
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// 1-2-3
//
//////////////////////////////////////////////////////////////////////////////
*/

.top-three {
    text-align: center;
    padding-top: 3.5em;
}

.top-three__number {
    height: 150px;
    width: 150px;
    background-color: #e2e2e2;
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    font-size: 4em;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    padding-top: 0.5em;
    margin: 0 auto;
}

.top-three__number--one {
    background-color: #FFA200;
}

.top-three__number--two {
    background-color: #d67a29;
}

.top-three__number--three {
    background-color: #046E75;
}

.top-three__desc {
    padding: 1em 0 2.75em;
    max-width: 16em;
    margin: 0 auto;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Feature Matrix
//
//////////////////////////////////////////////////////////////////////////////
*/

.table-mask {
    border-radius: 9px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.feature-matrix {
    background-color: #fff;
    border-radius: 9px;
    border-collapse: collapse;
    table-layout: fixed;
}

.feature-matrix__header {
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    padding: 1.25rem 1rem;
}

.feature-matrix__header--title {
    font-size: 2em;
    text-align: left;
    color: #046E75;
    font-weight: 400;
}

.feature-matrix__header--tier {
    width: 15%;
    background-color: #ddd;
}

.feature-matrix__header--tier-1 {
    background-color: #046E75;
}

.feature-matrix__header--tier-2 {
    background-color: #d67a29;
}

.feature-matrix__header--tier-3 {
    background-color: #FFA200;
}

.feature-matrix__header--tier,
.feature-matrix__status {
    border-left: 2px solid #fff;
}

.feature-matrix__row {
    border-top: 1px solid #eee;
}

.feature-matrix__feature {
    font-weight: normal;
    text-align: left;
    padding: 0.5em 1em;
    width: 48%;
}

.feature-matrix__status {
    font-size: 0.8em;
    text-align: center;
    background-color: #f5f5f5;
    padding: 0.5rem 1rem;
}

@media (max-width: 555px) {

    .feature-matrix {
        font-size: 0.8em;
    }
    
    .feature-matrix__header--title {
        font-size: 1.33em;
    }

}

@media (max-width: 480px) {

    .feature-matrix {
        font-size: 0.7em;
    }

}

@media (max-width: 450px) {

    .feature-matrix {
        font-size: 0.6em;
    }

}

/*
    Mobile View
*/

.feature-table {
    border: 1px solid #e2e2e2;
    margin-bottom: 1em;
}

.feature-table__title {
    color: #fff;
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    font-size: 2em;
    text-align: center;
    padding: 2rem;
}

.feature-table--branded {
    background-color: #046E75;
}

.feature-table--intergration {
    background-color: #d67a29;    
}

.feature-table--advantage {
    background-color: #FFA200;
}

.feature-table__row {
    padding: 1em;
}

.feature-table__row:nth-child(2n-1) {
    background-color: #f0efef;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Blog
//
//////////////////////////////////////////////////////////////////////////////
*/

.post-list-item__meta-data {
    text-transform: uppercase;
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    margin-bottom: 0.5em;
}

.post-list-item__title {
    text-transform: lowercase;
}

.post-list-item__featured-image {
    display: block;
    width: 100%;
    height: 10em;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}

@media (min-width: 600px) {
    
    .post-list-item {
        width: 48%;
        margin-bottom: 2em;
        float: left;
    }

    .post-list-item:nth-child(2n) {
        margin-left: 4%
    }
    
    
    .post-list-item:nth-child(2n +1) {
        clear: both;
    }
    
    .post-list-item__featured-image--first {
        display: block;
        width: 45%;
        height: 20em;
        margin-right: 3%;
        float: left;
    }
    
    .post-list-item__text--featured {
        float: right;
        width: 52%;
    }

}

.post-list-item--featured {
    width: 100%;
}


@media (max-width: 768px) {
    .blog-post-listing-wrapper,
    .blog-post-listing-form{
        width: 100% !important;
        margin-left: 0 !important; 
    }
    
    .blog-post-listing-form{
        margin-bottom:2em;
    }
}

@media (max-width:480px){
    .post-list-item{
        margin-bottom:2em;
    }
    
    .post-list-item:last-of-type{
        margin-bottom:0;
    }
}
/*
//////////////////////////////////////////////////////////////////////////////
//
// Comments
//
//////////////////////////////////////////////////////////////////////////////
*/

[id=comments-listing] .comment {
    padding: 1rem 1rem 1rem 1.5rem;
    border-left: 3px solid #FFA200;
    background: #f8f8f8;
}

.comment.depth-0.depth-0 {
    border-top: 0;
}

.comment.depth-0.comment.depth-0:first-child {
    margin-top: 1.25rem;
}

.comment.depth-1.depth-1 {
    margin-left: 3rem;
    padding-left: 1.5rem;
}

.comment.depth-2.depth-2 {
    padding-left: 1.5rem;
    margin-left: 6.5rem;
}

.comment-reply-to.comment-reply-to {
    color: #fff;
    background: #046E75;
}
.comment-reply-to:before {
    content: '\f112';
    font-family: FontAwesome;
    position: relative;
    right: 0.75em;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Social (Follow Me)
//
//////////////////////////////////////////////////////////////////////////////
*/

.widget-type-follow_me {
    text-align: right;
    margin-top: 2em;
}

.widget-type-follow_me a:not(:last-child) {
    margin: 0 1.25rem 0 0;
}

[class^="fm_"] > span {
    width: 2.25em !important;
    height: 2.25em !important;
    filter: none !important;
    background: none !important;
    position: relative;
    color: #fff;
    font-family: FontAwesome;
    display:block;
    opacity: 0.5;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
}

[class^="fm_"] > span:hover,
[class^="fm_"] > span:focus {
    opacity: 1;
    -webkit-transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
}

.fm_googleplus {
    font-size: 0.92em;
}

.fm_facebook {
    font-size: 0.99em;
}

[class^="fm_"] > span:before {
    font-size:1.75em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fm_rss span:before,
.fm_default[href*=blog] span:before {
    content: "\f09e";
}

.fm_twitter span:before {
    content: "\f099";
}

.fm_facebook span:before {
    content: "\f230";
}

.fm_youtube span:before {
    content: "\f166";
}

.fm_linkedin span:before {
    content: "\f0e1";
}

.fm_googleplus span:before {
    content: "\f0d5";
}

.fm_xing span:before {
    content: "\f168";
}

.fm_pinterest span:before {
    content: "\f0d2";
}

[href*=instagram].fm_button span:before {
    content: '\f16d';
}

.fm_default span:before {
    content: "\f0ac";
}

.fm_text {
    font-size: 1.25em;
}

@media (max-width: 767px) {
    
    .widget-type-follow_me {
        text-align: center;
    }

}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Forms
//
//////////////////////////////////////////////////////////////////////////////
*/

.hs-form fieldset {
    max-width: 100% !important;
}

form {
    position: relative;
}

.hs-form fieldset.form-columns-1 .hs-input:not([type=checkbox]) {
    width: 100% !important;
}

.hs-form fieldset.form-columns-1 .input,
.hs-form fieldset.form-columns-2 .input {
    margin-right: 0 !important;
}

.hs-form fieldset.form-columns-2 .hs-form-field:first-child {
    width: 48% !important;
    margin-right: 2% !important;
}

.hs-form-field {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    cursor: text;
}

.hs-form-field.hs_comment > label {
    left: 0.5em;
}

.inputs-list {
    list-style: none;
    padding-left: 0 !important;
}

label {
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

select {
    border: 0;
    border-radius: 0 !important;
    padding: 0.5em !important;
    height: 2.15em;
}

input,
textarea,
select {
    font-size: 1em;
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
}

input:not([type=submit]):not([type="checkbox"]):not([type=radio]),
textarea,
select {
    background: #fff;
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    border: 1px solid #aaa;
    border-radius: 4px;
}

textarea {
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
}

input:not([type=submit]):not([type="checkbox"]):not([type=radio]):focus,
textarea:focus,
select:focus {
    border: 1px solid #d67a29;
    outline: none;
}

input[disabled] {
    background-color: #efefef;
    color: #666 !important;
    border-color: #ddd;
}

.actions {
    text-align: center;
}

input[type=submit] {
    width: 100%;
    border-radius: 7px !important;
    padding: 0.8em !important;
}

.hs-error-msgs {
    background-color: #d65e61;
    color: #fff;
    font-size: 0.64em;
    letter-spacing: 0.0125em;
    list-style: none;
    padding: 0.75em;
    border-top: 2px solid #C35558;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.hs-error-msgs li:before {
    content: '\f071';
    font-family: FontAwesome;
    padding-right: 0.75em;
    padding-left: 1em;
}




/*
    Upload button
*/

/*.hs_voice_over_demo {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 2.5em;
  width: 100%;
}
.hs_voice_over_demo input {
  max-width: 100%
  margin: 0;
  opacity: 0;
}

.hs_voice_over_demo label:before {
  position: absolute;
  top: 0.5em;
  right: 1.25em;
  z-index: 6;
  display: block;
  content: "Upload";
  height: 2.5em;
  padding: .5em 1em;
  line-height: 1.5;
  color: #fff;
  background-color: #55a7b5;
  font-size: 0.9em;
  border-radius: 20px;

}

.hs_voice_over_demo .hs-field-desc {
  padding-top: 1em;
}
*/

.hs_voice_over_demo input {
  max-width: 100%;
  width: 100%;
  margin-bottom: 1em;
}

input::-webkit-file-upload-button {
    line-height: 1.5;
	color: #fff;
	background-color: #55a7b5;
	font-size: 0.9em;
	border: 0 NONE;
}


/*
    User Forms
*/

.user-form__input {
    width: 100%;
}

@media (min-width: 500px) {

    .user-form__input--split {
        width: 48%;
    }
    
    .user-form__input--split:nth-child(2n) {
        margin-left: 2.75%;
    }

}

.user-form__input {
    padding: 0.5em !important;
    margin-bottom: 0.75em;
}

.button--user-form {
    width: 100%;
    border-radius: 8px;
    padding: 1em;
}

/*
    Reseller Form
*/

.special-form {
    color: #333;
    padding-top: 0;
    padding-bottom: 1.5em;
}

@media (max-width:480px){
    .form-style{
        padding-left: 1em;
        padding-right: 1em;
    }
    
    .form-style .input,
    .form-style input,
    .form-style select{
        width: 100% !important;
        max-width: none;
    }
    
    
    
    .form-style .hs-form-field {
        width: 100% !important;
        min-width: 100%;
        margin-right: 0 !important;
    }

}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Fancy Bullet
//
//////////////////////////////////////////////////////////////////////////////
*/

.bullet-item {
    background-color: #f5f5f5;
    padding: 1em;
    border-radius: 18px;
    margin-bottom: 2em;
}

.bullet-item--white {
    background-color: #fff;
    border: 1px solid #ddd;
}

.bullet-item__bullet {
    padding: 1em;
}

.bullet-item__body {
    font-size: 1.125em;
    padding: 1rem 1rem 1rem 0;
}

@media (min-width: 700px) {

    .bullet-item__body p {
        padding-right: 1.5em;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    } 

}

@media (max-width: 500px) {

    .bullet-item__bullet {
        padding: 0;
    }
    
    .bullet-item__body {
        padding: 1rem;
    }   

}

/*
//////////////////////////////////////////////////////////////////////////////
//
// PPC
//
//////////////////////////////////////////////////////////////////////////////
*/

.ppc-scrim {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Footer
//
//////////////////////////////////////////////////////////////////////////////
*/

.footer {
    background-color: #f5f5f5;
    font-size: 0.875em;
    padding-top: 40px;
}

.footer h3 {
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: 600;
    color: #D236BA;
}

.footer .hs-menu-item.hs-menu-depth-1 a {
    text-transform: uppercase;
    padding: 0.125em;
    color: #999;
}

.footer .hs-menu-item.hs-menu-depth-1:last-child a {
    background: none !important;
    padding: 0.125em;
    margin-top: 0;
    color: #999 !important;
}

.footer .hs-menu-item.hs-menu-depth-1:last-child a:hover,
.footer .hs-menu-item.hs-menu-depth-1:last-child a:focus {
    background: none !important;
    color:  !important;
}

.copyright {
    display: block;
    text-align: center;
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    opacity: 0.8;
}

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

.landing-page {
    background-color: #333;
}

.landing-background {
    background-size: cover;
    background-position: center top;
    top: 54px !important;
}

.landing-title {
    text-align: center;
    margin: 1.25em 0;
    padding: 0 2rem;
}

.landing-container {
    min-height: 97vh !important;
}

.landing-form {
    padding: 0.5em 1.5em 1.5em;
    background-color: #e2e2e2;
    border-radius: 6px;
}

.landing-title--light {
    color: #fff;
}

.landing-main-content {

}

.landing-main-content--light {
    color: #fff;
}

.landing-voice-talent-spacer {
    min-height: 86vh !important;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Details
//
//////////////////////////////////////////////////////////////////////////////
*/

details {
    margin-bottom: 0.25em;
    -webkit-transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
}

summary {
    -webkit-transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
}

summary .script-examples-list__title {
    display: inline;
    font-size: 1.33em
}

summary:focus {
    outline: none;
}

details > *:not(summary) {
    padding-left: 2.5em;
}

details details > *:not(summary) {
    padding-left: 3em;
}

details[open] > summary {
    font-weight: 600;
    -webkit-transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Page Overlays
//
//////////////////////////////////////////////////////////////////////////////
*/

@-webkit-keyframes fadeIn {
    
    0   { 
        opacity: 0; 
    }  
    
    20%,
    100% { 
        opacity: 1; 
    }
    
}

@keyframes fadeIn {
    
    0   { 
        opacity: 0; 
    }  
    
    20%,
    100% { 
        opacity: 1; 
    }
    
    
}

.page-overlay {
    display: none;
    opacity: 0;
    background-color: rgba(20, 20, 20, 0.95);
    color: #fff;
    text-align: center;
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
    font-size: 1.34em;
    padding: 30vh 10%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
}

.page-overlay--is-open {
    display: block;
    -webkit-animation: fadeIn 2s 1 ease-in forwards;
    animation: fadeIn 2s 1 ease-in forwards;
}

.page-overlay__button {
    background: none;
    font-size: 1.8em;
    padding: 0;
    position: absolute !important;
    top: 1rem;
    right: 1rem;
}

.page-overlay__message {
    width: 27em;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1em;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-overlay__title {
    margin-bottom: 0.8em;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Utilities (prefix class names with u-)
//
//////////////////////////////////////////////////////////////////////////////
*/

.u-hide-me {
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    min-height: 0 !important;
}

.u-hide-me--show-children {
    display: block;
}

.u-relative-parent {
    position: relative;
}

.u-fit-to-parent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.u-pad-top {
    padding-top: 1em;
}

.u-pad-bottom {
    margin-bottom: 1em;
}

.u-pad-bottom-large {
    margin-bottom: 3em;
}

/*--other margin--*/
.mt3_5e{
    margin-top: 3.5em;
}

@media (min-width: 768px) {
    
    .u-space-top--desktop {
        margin-top: 6em;
    }
    
}

.u-text-uppercase {
    text-transform: uppercase;
}

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

.u-right-align {
    text-align: right;
}

.u-circle-crop {
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.50);
}

.u-title-font {
    font-family: canada-type-gibson,  'Trebuchet MS', Arial, sans-serif;
}

.u-medium-font {
    font-weight: 500;
}

.u-round-corners {
    border-radius: 20px;
    overflow: hidden;
}

.u-flexy-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (min-width: 768px) {

    .u-hide-on-desktop {
        display: none !important;
        width: 0;
        height: 0;
        position: absolute;
        overflow: hidden;
        min-height: 0 !important;
    }
}

@media (max-width: 767px) {

    .u-hide-on-mobile {
        display: none !important;
        width: 0;
        height: 0;
        position: absolute;
        overflow: hidden;
        min-height: 0 !important;
    }

}

.u-show-on-tablet {
    display: none;
}

@media (max-width: 600px) {

    .u-hide-on-tablet {
        display: none !important;
        width: 0;
        height: 0;
        position: absolute;
        overflow: hidden;
        min-height: 0 !important;
    }
    
    .u-show-on-tablet {
        display: block;
    }

}



/*
//////////////////////////////////////////////////////////////////////////////
//
// Overrides
//
//////////////////////////////////////////////////////////////////////////////
*/

.fa-2x {
    position: relative;
    top: -1px;
}

/*
    Responsive iframes
*/

.widget-embed {
    width: 100%;
}

.fluid-media {
    position: relative;
    padding-bottom: 35.5em;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluid-media iframe {
    position: absolute !important;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 976px) {

    .fluid-media {
        padding-bottom: 35.5em;
    }
  
}

@media (max-width: 851px) {

    .fluid-media {
        padding-bottom: 80.5em;
    }
  
}

@media (max-width: 430px) {

    .fluid-media {
        padding-bottom: 80em;
    }
  
}

/*
    COS Grid Custom Gutter Width
*/

@media (min-width: 768px) { 
        
  .row-fluid [class*="span"] {
    margin-left: 3.25%;
  }

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

  .row-fluid .span11 {
    width: 90.33065%;
  }

  .row-fluid .span10 {
    width: 81.78364%;
  }

  .row-fluid .span9 {
    width: 73.23663%;
    width: 74.13663%;
  }

  .row-fluid .span8 {
    width: 64.68963%;
    width: 65.54963%;
  }

  .row-fluid .span7 {
    width: 56.14262%;
  }

  .row-fluid .span6 {
    width: 48.359561%;
  }

  .row-fluid .span5 {
    width: 39.0486%;
  }

  .row-fluid .span4 {
    width: 30.50159%;
    width: 31.1666%;
  }

  .row-fluid .span3 {
    width: 21.95458%;
    width: 22.4625%;
  }

  .row-fluid .span2 {
    width: 13.40757%;
  }

  .row-fluid .span1 {
    width: 4.86057%;
  }
}


/*
    COS Mobile Grid
*/

@media (max-width: 768px) {

    .mobile-grid .row-fluid [class*="span"] {
      margin-left: 2.12766%;
      float: left;
    }
    .mobile-grid .row-fluid .span12 {
        float: none;
    }
    
  .mobile-grid .row-fluid [class*="span"] {
    margin-left: 2.12766%;
  }

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

  .mobile-grid .row-fluid .span11 {
    width: 91.45299%;
  }

  .mobile-grid .row-fluid .span10 {
    width: 82.90598%;
  }

  .mobile-grid .row-fluid .span9 {
    width: 74.35897%;
  }

  .mobile-grid .row-fluid .span8 {
    width: 65.81197%;
  }

  .mobile-grid .row-fluid .span7 {
    width: 57.26496%;
  }

  .mobile-grid .row-fluid .span6 {
    width: 48.71795%;
  }

  .mobile-grid .row-fluid .span5 {
    width: 40.17094%;
  }

  .mobile-grid .row-fluid .span4 {
    width: 31.62393%;
  }

  .mobile-grid .row-fluid .span3 {
    width: 23.07692%;
  }

  .mobile-grid .row-fluid .span2 {
    width: 14.52991%;
  }

  .mobile-grid .row-fluid .span1 {
    width: 5.98291%;
  }
}

@media (max-width: 768px) {

    .mobile-2-col-grid .row-fluid [class*="span"] {
      margin-left: 2.12766% !important;
      float: left;
    }
    
    .mobile-2-col-grid .row-fluid [class*="span"] {
        margin-left: 2.12766% !important;
        width: 100%;
    }
    
    .mobile-2-col-grid .row-fluid [class*="span"]:first-child {
        margin-left: 0 !important;
    }
    
    .mobile-2-col-grid .row-fluid .span3 {
        width: 99.8999% !important;
    }  
    
    .mobile-2-col-grid .row-fluid .span3 {
        width: 47.86123% !important;
    }
    
    .mobile-2-col-grid .row-fluid .span3:nth-child(2n + 1) {
        clear: both;
    }

}

.flex-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}


@media (max-width:768px){
    .span3__tablet:first-of-type{
        margin-left: 0;
    }
    .span3__tablet {
        width: 47% !important;
        margin-bottom:3em;
        display:inline-block !important;
        margin-left: 4.25% !important;
        vertical-align:top;
        margin-top:0 !important;
    }
    
    .span3__tablet:nth-child(2n+1){
        margin-left:0 !important;
    }
    
    .span3__tablet:nth-last-child(1),
    .span3__tablet:nth-last-child(2){
        margin-bottom:0;
    }
    
    .span4__tablet{
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
    }
    
    .span4__tablet .l-well{
        padding:1em;
    }
}


@media (max-width: 480px) {
    
    .mobile-2-col-grid .row-fluid .span3 {
        width: 100% !important;
        float: none;
        margin: 0 0 2em;
    }
    
    .span3__tablet{
        width:100% !important;
        margin-left:0 !important;
        margin-bottom:3em !important;
    }
    
    .span3__tablet:nth-last-child(1){
        margin-bottom:0 !important;
    }

}



/*
    Share Buttons
*/

.fb-like.fb_iframe_widget {
    top: -0.55rem;
}


@media (max-width:480px){
    .price-block_button-custom{
        min-width:15rem;
    }
}

/*///////////////////////////////////
Custom landing page design
///////////////////////////////////*/

/*----MARGIN AND PADDING----*/
.p1e{
    padding:1em;
}
.ptb1e{
  padding-top:1em !important;
  padding-bottom:1em !important;
}

.pb1e{
    padding-top:0 !important;
    padding-bottom:1em !important;
}

.pt2e{
    padding-top:2em !important;
}
.mt1e{
    margin-top:1em;
}

.mt2e{
    margin-top:2em;
}

.mb4e{
    margin-bottom:4em;
}

.hide-this{
    display: none;
}

@media (max-width:768px){
   .l-page-wrap {
        padding-left: 1em !important;
        padding-right: 1em !important;
    } 
}

@media (max-width:767px){
    .tab767-mt2e{
        margin-top:2em;
    }
    
    .tab767-mb2e{
        margin-bottom:2em;
    }
}

.lp-hero__title{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 3em;
    margin: 0 auto;
    float: none !important;
    text-align: center;
    padding: 1em 0;
}

.lp-hero h3 {
    padding-bottom: 0.5em;
}

.hero__title.lp-hero__title img {
    width: 100%;
    max-width: 400px;
}


.lp-hero__bg__img:before {
    background-color: rgba(0, 0, 0, 0.60);
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}


@media (max-width:768px){
    .industry-title{
        font-size:1.8em;
    }
}


/*--pricing---*/
.button--admin-color:hover{
    color:#fff !important;
    background-color: #55a7b5 !important;
}
    
    
    
    
    
/*///////////////////////////////
//Industry Landing Page
//////////////////////////////*/
/*--utility elements*/
.pb0{
    padding-bottom:0;
}
    
.pt1e{
    padding-top:1em;
}

.pt3e{
    padding-top:3em;
}

.pb3e{
    padding-bottom:3em !important;
}

.ptb2e{
    padding-top:2em;
    padding-bottom:2em;
}

.ptb3e{
    padding-top:3em;
    padding-bottom:3em;
}

.pr2e{
    padding-right:2em;
}

.pl1e{
    padding-left:1em;
}

.plr2e{
    padding-left:2em;
    padding-right:2em;
}

.border-tb1p{
    border-top:solid 1px #fff;
    border-bottom:solid 1px #fff;
}

/*--color--*/
.white{
    color:#fff;
}
.blue-background{
    background-color:#046E75;
    position:relative;
}


.blue-background-lo{
    background-color:rgba(85, 167, 181, 0.72);
}

.background{
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

.bright-orange {
	color: #FFA200;
}

.blue{
    color:#046E75;
}
/*--flickity slide--*/
.js-slide-wrapper > div {
    display: none;
}

.js-slide-wrapper .flickity-viewport{
    display:block;
    transition: height 0.2s;
}

.industry-testimonial-main-wrapper .flickity-prev-next-button,
.industry-testimonial-main-wrapper .flickity-prev-next-button .arrow{
    background-color: transparent;
    color: #fff;
    fill: rgba(255, 255, 255, 0.63);
}

.industry-testimonial-main-wrapper .flickity-prev-next-button:hover,
.industry-testimonial-main-wrapper .flickity-prev-next-button:focus,
.industry-testimonial-main-wrapper .flickity-prev-next-button .arrow:hover,
.industry-testimonial-main-wrapper .flickity-prev-next-button .arrow:focus{
    background-color:transparent;
    outline:transparent;
    box-shadow: none;
}

.industry-testimonial-main-wrapper .flickity-prev-next-button.previous {
    left: -1em;
}

.industry-testimonial-main-wrapper .flickity-prev-next-button.next {
    right: -0.5em;
}

@media (max-width:768px){
    .industry-test-sideImage{
        height:300px;
    }
}
/*--flickity slide ends--*/

/*--industry hero--*/
.industry-lp-hero{
    padding-bottom:2em;
    padding-top: 10em;
}

.lp-content-area{
    padding-top:2em;
    padding-bottom:2em;
}

.industry-lp-hero-content{
    width: 60%;
    display: inline-block;
}

.rep-image {
    display: inline-block;
    width: 37%;
    margin-left: 2%;
    margin-left: -2.5%;
}


.rep-image img {
    position: absolute;
    bottom: -5em;
    width: 600px;
    max-width: none;
    margin: 0 auto;
    left: -14%;
}

@media (max-width:959px){
    .industry-lp-hero-content{
        width:50%;
    }
    
    .rep-image{
        width: 40%;
    }
}
@media (max-width:767px){
    .industry-lp-hero{
        padding-top:0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        padding-bottom:0;
    }  
    
    
    .lp-content-area {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    
    
    .industry-lp-hero-content{
        width:100%;
        display:block;
    }
    
    .rep-image {
        float: none !important;
        margin: 0 auto !important;
        max-width: 300px;  
        display:none !important;
    }
    
    .rep-image img{
        position:relative;
        bottom: 0;
    }
    
}


/*--services--*/
.industry-lp-services-main-wrapper{
    padding-top:1em;
    padding-bottom:1em;
    position:relative;
}

.industry-lp-services {
    text-align: center;
}

.industry-lp-services:before {
    /*content: "";*/
    position: absolute;
    border: solid 2em #d67a29;
    left: 4em;
    z-index: 10;
    top: -4em;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
}


.industry-lp-services > div {
    display: inline-block;
    padding: 1em;
    margin: 0 auto !important;
}

.circle-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 1em;
    position: relative;
    text-align:center;
}


.circle-icon img { 
    max-width: 2.8em;
    transform: translateY(50%);
    top: -50%;
    position: relative;
}

/*--script example--*/
.script-card-wrapper > span > div{
    display: inline-block;
    margin-right:2em;
    max-width: 350px;
    width: 100%;
    margin-bottom: 1em;
    vertical-align:top;
}

.script-card{
    white-space: initial;
    padding: 2em 2em 4.5em;
    border-radius: 20px;
    background-color:#fff;
}

.script-card-title{
    margin-bottom: 1em;
    display: inline-block;
    width: 85%;
}

.inline-scroll{
    white-space: nowrap;
    overflow-x: scroll;
}

@media (max-width:480px){
    .script-card-wrapper > div {
        margin-right:1em;
        max-width:93%;
    }
    
    .script-card{
        padding:1.2em 1.2em 4em;
    }
    
}

/*--testimonial--*/
.industry-testimonial-wrapper{
    overflow:hidden;
}

.industry-testimonial-main-wrapper {
    padding-top: 3em;
    padding-bottom: 2.5em;
}

.industry-testimonial-slide {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    margin-right: 2em;
    margin-bottom:2em;
}


.half-width-right {
    max-width: calc(1200px / 2) !important;
}

.half-width-left {
    max-width: calc(1200px / 2) !important;
    float:right !important;
}

.quote-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    margin-right: 1em;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}


.quote-icon img {
    max-width: 16px;
    transform: translateY(50%);
    top: -50%;
    position: relative;
}


.test-name-wrapper > div {
    display: inline-block;
    vertical-align: top;
}


@media (max-width:768px){
    .industry-testimonial-main-wrapper {
        margin: 0 auto !important;
        min-width: 100% !important;
        padding-left: 0em;
        padding-right: 0em;
    }
    
    .industry-testimonial-main-wrapper > div {
        padding-left: 2em;
        padding-right: 2em;
        text-align: center;
    }
    
    .industry-test-title{
        padding: 0;
    }
    .test-name-wrapper > div{
        display:block;
    }
    
    .quote-icon{
        margin:0 auto;
        margin-bottom:1em;
    }
}



.computer-image-wrapper:after{
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:100%;
    width:800%;
    background-color:#046E75;
    border-left: solid 2px #55a7b5;
}

.computer-image {
    position: relative;
    z-index: 2;
    transform: translateX(-3em);
}


.computer-image-base:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    background-color: #efefef;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.video-screen {
    position: absolute;
    padding-bottom: 54%;
    height: 0;
    top: 6px;
    margin-top: 62px;
    left: 3.75%;
    right: 3.75%;
    background-color: rgb(0, 0, 0);
}




@media (max-width:767px){
    .computer-image-wrapper{
        text-align:center;
    }
    .computer-image-wrapper:after{
        left: -100%;
    }
    
    .computer-image{
        text-align: center;
        margin-top: -4em;
        transform: translateX(0);
        width: auto;
        display: inline-block;
    }
    
    .computer-image img {
        min-width: auto;
        margin: 0 auto;
        max-width: 400px;
        text-align: center;
        float: none;
        margin-top: 0;
        width: 100%;
    }

    .video-screen {
        position: absolute;
        padding-bottom: 52.5%;
        height: 0;
        top: 6;
        left: 3.75%;
        right: 3.75%;
        background-color: #000;
    }
    
    .video-screen img{
        margin-top: 0px;
    }
}


@media (max-width:480px){
    .video-screen {
        top: 3px;
    }
}

.scrollbar::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	border-radius: 10px;
	background-color: #F5F5F5;
	margin-left: 2em;
    margin-right: 2em;
}

.scrollbar::-webkit-scrollbar
{
	height: 7px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
	background-color: #046E75;
}




/*/////////////////////
player icon animation
////////////////////*/
.js-animate__is-selected {
    background-color: #e2e2e2;
}

.player-icon-wrapper {
    max-width: 10%;
    text-align: center;
    display: inline-block;
    float: right;
    margin-left: 10px;
    right: -1em;
}

@media (max-width:480px){
    .player-icon-wrapper{
        position:absolute;
        max-width: 27px;
        right: 8px;
    }
}

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

.player-icon {
  position: relative;
  text-align: left;
}
.player-icon__speaker {
  width: 40%;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  max-height:50px;
}
.player-icon__wave-bar {
  background-color: #ddd;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  transform-orgin: center;
  height: 50%;
  border-radius: 20px;
  width: 8%;
  position: absolute;
  top: 32%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.player-icon__wave-bar--1 {
  left: 45%;
  display:none;
}
.player-icon__wave-bar--2 {
  left: 58%;
}
.player-icon__wave-bar--3 {
  left: 71%;
}
.player-icon__wave-bar--4 {
  left: 84%;
}
.player-icon__wave-bar--5 {
  left: 97%;
  display:none;
}

/*revised*/
.player-icon__wave-bar--2 {
    left: 51%;
}

.player-icon__wave-bar--3 {
    left: 67%;
}

.player-icon__wave-bar--4 {
    left: 85%;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateY(-25%) scale(1, 1);
            transform: translateY(-25%) scale(1, 1);
  }
  25% {
    -webkit-transform: translateY(-25%) scale(1, 1.5);
            transform: translateY(-25%) scale(1, 1.5);
  }
  48% {
    -webkit-transform: translateY(-25%) scale(1, 1.125);
            transform: translateY(-25%) scale(1, 1.125);
  }
  75% {
    -webkit-transform: translateY(-25%) scale(1, 2);
            transform: translateY(-25%) scale(1, 2);
  }
  90% {
    -webkit-transform: translateY(-25%) scale(1, 1);
            transform: translateY(-25%) scale(1, 1);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translateY(-25%) scale(1, 1);
            transform: translateY(-25%) scale(1, 1);
  }
  25% {
    -webkit-transform: translateY(-25%) scale(1, 1.5);
            transform: translateY(-25%) scale(1, 1.5);
  }
  48% {
    -webkit-transform: translateY(-25%) scale(1, 1.125);
            transform: translateY(-25%) scale(1, 1.125);
  }
  75% {
    -webkit-transform: translateY(-25%) scale(1, 2);
            transform: translateY(-25%) scale(1, 2);
  }
  90% {
    -webkit-transform: translateY(-25%) scale(1, 1);
            transform: translateY(-25%) scale(1, 1);
  }
}
.player-icon--is-playing .player-icon__speaker path {
  fill: #d67a29;
}
.player-icon--is-playing .player-icon__wave-bar {
  background-color: #51a7b6;
  -webkit-animation: wave 0.75s linear infinite;
          animation: wave 0.75s linear infinite;
}
.player-icon--is-playing .player-icon__wave-bar--2 {
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.player-icon--is-playing .player-icon__wave-bar--3 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.player-icon--is-playing .player-icon__wave-bar--4 {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}
.player-icon--is-playing .player-icon__wave-bar--5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}


/*--start your order section--*/

@media (max-width:480px){
    .start-your-order-cta-wrapper{
       text-align:center; 
    }
}

.home-brand-logo-wrapper {
	position: relative;
}

.home-brand-logo-wrapper:before,
.home-brand-logo-wrapper:after {
	content: '';
	display: block;
	background-image: linear-gradient(to right, rgba(245, 245, 245, 1) 0%,rgba(245,245,245,0) 100%);
	width: 2em;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0001;
}

.home-brand-logo-wrapper:before {
	left: 2em;
}

.home-brand-logo-wrapper:after {
	right: 2em;
	transform: rotate(180deg);
}

@media (max-width: 767px) {

    .home-brand-logo-wrapper:before {
    	left: 0;
    }
    
    .home-brand-logo-wrapper:after {
    	right: 0;
    }

}


/*--Partners section on home page--*/
.home-partners-logo{
    text-align:center;
}

.home-partners-logo .js-slide {
    width: calc(100% / 7);
    margin-left: 0px;
    margin-right: 0px;
}

.home-partners-logo img {
    /*max-height: 40px; */
    /*width: auto;*/
    /*object-fit: cover;*/

}

.home-partners-logo .flickity-page-dots{
    bottom:-20px;
}

.partner-logo-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
}

.preview .showpartner{
    display:block !important;
}



@media (max-width:768px){
    .home-partners-logo .js-slide{
        width:50%;
    }
}


/*--testing script--*/
.js-example-trigger .main-content {
    display: none !important;
}


/*//////////////////////////
Markets Listing
/////////////////////////*/
.card-col-3__child-2 > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


.card-col-3__child-2 > span > div{
  width: 22.8%;
  width: 31.43%;
  display: inline-block;
  margin-right:-4px;
  margin-left: 3%;
  vertical-align:top;
  margin-bottom:2em;
}

@media (min-width:769px){
    .card-col-3__child-2 > span > div:nth-child(1),
    .card-col-3__child-2 > span > div:nth-child(3n+1){
        margin-left:0;
    }
}

.single-card{
        text-decoration:none;
        color:#333;
        background-color:#fff;
        border-radius:10px;
        display:block;
        cursor:pointer;
    }
    
    .single-card:hover {
        box-shadow: 0px 4px 2px 1px rgba(0, 0, 0, 0.12);
    }
    
    .single-card:hover .single-card-button{
        color:#fff;
        background-color:#55a7b5;
    }
    
    .single-card-category{
        display:block;
        padding:0 0 0.5em;
        text-transform: uppercase;
        font-size:1.8em;
    }
    
    .single-card-featured-img{
        height:185px;
        border-radius:10px;
        margin-bottom:1em;
    }
    
    .single-card-title{
        margin-bottom:0.5em;
        color:#55a7b5;
        text-transform: uppercase;
        color:#444343;
    }
    
    .single-card-snippet{
        margin-bottom:70px;
    }
    
    .single-card-button{
        position:absolute;
        bottom:1em;
    }
    
@media (max-width:768px) and (min-width:481px){
  .card-col-3__child-2 > span > div{
    width: 48.79%;
    display: inline-block;
  }
  
    .card-col-3__child-2 > span > div:nth-child(2n){
        margin-left:2.99%;
    }
    
    .card-col-3__child-2 > span > div,
    .card-col-3__child-2 > span > div:nth-child(2n+1){
      margin-left:0;
    }
    
    
}

@media (max-width:480px){    
    .card-col-3__child-2.card-col-3__child-2 > span > div{
        width:100%;
        margin-left:0 ;
    }
    
    .card-col-3__child-2{
        padding-left:1em;
        padding-right:1em;
    }
    
    .single-card-category{
        font-size:1.5em;
    }
    
    .single-card-title{
        font-size:1.3em;
    }
}



/*
//////////////////////////////////////////////////////////////////////////////
//
// Offer Banner
//
//////////////////////////////////////////////////////////////////////////////
*/

.hero.hero--has-offer {
	padding-top: 0 !important;
}

.hero--has-offer .offer-banner {
	margin-top: 2em;
	margin-bottom: 4em;
	padding: 2em 0 1em;
	background-color: #101010;
	display: block;
	text-align: center;
	position: relative;
	z-index: 0001;
}

.hero--has-offer .hero__video {
	top: 6.5em;
}

@media (max-width: 1000px) {

	.hero.hero--has-offer {
		padding-top: 3em !important;
	}

}

@media (max-width: 767px) {
	
	.hero--has-offer .offer-banner {
		margin-top: 0;
		margin-bottom: 5.25em;
	}

	.hero.hero--has-offer {
		padding-top: 0 !important;
	}

}

.nav-container {
    padding-top: 1.3888em;
    padding-bottom: 1.3888em;
}

.nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 14px;
}

.brandmark {
    padding-top: 0.15em;
}

.static-banner.hero__content-overlay {
    font-size: 0.9em;
}

.hero__cta {
    font-size: 1.125em;
}

.hero__slide {
    background-position: top center;
    background-size: cover;
}

@media (min-width: 1000px) {

    .hero--carousel-bg {
        height: 0;
        padding-top: 39.55vw !important;
        margin-top: 4.5em;
    }

    .hero .flickity-viewport {
        height: 100% !important;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .hero__slide {
        background-position: top center;
        background-size: contain;
    }

}

@media (min-width: 1500px) {

    .hero--carousel-bg {
        padding-top: 39.7vw !important;
    }

}

@media (min-width: 1875px) {

    .hero__slide {
        background-position: top center;
    }

}


/*@media (max-width: 980px) {*/

/*    .hero {*/
/*        margin-top: 7em;*/
/*    }*/

/*}*/

@media (max-width: 767px) {

    .hero {
        background-position: 68% center !important;
        margin-top: 0em;
    }
    
}


/*
    Edits R3
*/

.nav-container {
    padding-top: 0.6944em;
    padding-bottom: 0.6944em;
}

.nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 14px;
}

.brandmark {
    padding-top: 0.15em;
}
.*
.hero {
    padding: 0 !important;
}
*/

.static-banner.hero__content-overlay {
    font-size: 0.9em;
}

.hero__cta {
    font-size: 1.125em;
}

.hero__slide {
    background-position: top center;
    background-size: cover;
}

@media (min-width: 1000px) {

    .hero--carousel-bg {
        height: 0;
        padding-top: 39.55vw !important;
        margin-top: 3.125em;
    }

    .hero .flickity-viewport {
        height: 100% !important;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .hero__slide {
        background-position: top center;
        background-size: contain;
    }

}

@media (min-width: 1500px) {

    .hero--carousel-bg {
        padding-top: 39.7vw !important;
    }

}

@media (min-width: 1875px) {

    .hero__slide {
        background-position: top center;
    }

}


@media (max-width: 980px) {

    /*.hero {*/
    /*    margin-top: 6em;*/
        /* Shortent to compensate for turning off the nav feature that makes
           it drop to a new line on med- screens */
        /*margin-top: 3em;*/
    /*}*/

}

.simple-header {
    padding-top: 5.8em;
}

@media (min-width: 768px) and (max-width: 985px) {

    .simple-header {
        padding-top: 8em;
    }

}

.simple-header__subtitle--tiny {
    font-size: 0.7777em;
    margin: 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e2e2e2;
}

.price-block__body {
    padding: 1.25em 2.25em 2.125em;
}

/*.pricing__item.price-block {
    width: 38%;
    max-width: 38%;
}*/

.pricing__item.price-block {
    width: 20.85em;
    max-width: 20.85em;
}

.price-block__body {
    padding: 1.25em 2.25em 2.125em;
}

.addons__block {
    padding: 0.75em;
}

.addons_block__medium {
    max-width: 40rem;
}

.addons__label {
    font-weight: 600;
}

/*
    EDITS R4
*/

.body-container-wrapper {
    min-height: calc(100vh - 512px);
}

.u-round-corners {
    border-radius: 8px;
}

.price-block__body {
    padding: 1.33em 1.25em 2.33em;
}

.addons__addon-title {
    font-size: 0.9445em;
}

.addons__label {
    font-size: 1.12em;
}