@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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


/* ------ 

TAG SELECTORS 

------ */



html {
    font-size:10px;
}
html,
body {
    width: 100%;
    height:100%;
    margin:0;
    padding:0;
}
body {
    color:#333;
	font-family:'Open Sans', sans-serif;
    background-color:#fff;
    overflow-x:hidden; 
}
body,
p,
li,
a,
input,
select,
abbr,
th,
td,
button {
	font-family:'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Open Sans', sans-serif;
}
h2 {
    font-size:3.2rem;
    line-height:4.4rem;
    margin:0 auto 3.0rem auto;
    font-weight:300;
    text-align: center;
    max-width:80%;
}
h3 {
    font-size:2.6rem;
    line-height:3.2rem;
    margin:0 0 0.5rem 0;
    font-weight:300;
}
a {
    outline:0;
}
a:link,
a:visited {
    color:#008ee2;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
header {
    height:60px;
    background-color:rgba(255,255,255,0.9);
    position: fixed;
    right: 0;
    left: 0;
    /* header styles for nav code */
    z-index: 10;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
    -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        transition-duration: 0.4s;  
}
main {
    background-color:#f6f6f6;
}
section {
    padding:8.0rem 0 10.0rem 0;
}
    /* puts initial section of each page beneath nav bar */
section:first-of-type {
    top:60px;
    position:relative;
}
footer {
    background-color:#000; 
}
p,
li {
    font-size:1.8rem;
    line-height:2.4rem;
    margin-top:0;
}
p:last-of-type {
    margin-bottom:0;
}
a img {
    border:none;
}
strong {
    font-weight:bold;
}
em {
    font-style:italic;
}


/*------ 

GLOBAL CLASSES 

------ */



.contentContainer {
	margin:0 auto;
	border:0;
    position:relative;
}
.textContainer {
    width:100%;
    max-width:800px;
    margin:0 auto;
}
.moreTopMargin {
    margin-top:3.0rem;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.coverImgBG {
    width:100%;
    position:relative;
    background-attachment:fixed; 
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}
a.extLink:target:before {
    content:"";
    display:block;
    height:60px;
    margin:-60px 0 0;
    visibility: hidden;
}
a.extLinkShort:target:before {
    content:"";
    display:block;
    height:10px;
    margin:0 0 0;
    visibility: hidden;
}
.yellow {
    color:#eec403;
}
.gray {
    color:#ccc;
}
.alert {
    color:#c00;
    font-style:italic;
}

/* ---------- buttons ---------- */

button {
	margin:0 auto;
	display:block;
	cursor:pointer;
	text-align:center;
	outline:none;
	-webkit-transition:all .25s ease-in-out 0s;
	  -moz-transition:all .25s ease-in-out 0s;
	  -o-transition:all .25s ease-in-out 0s;
	  transition:all .25s ease-in-out 0s;
	text-transform:uppercase;
	letter-spacing:1px;
	border:0;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(51,51,51,0.4);
		-moz-box-shadow: 0px 4px 6px 0px rgba(51,51,51,0.4);
		box-shadow: 0px 4px 6px 0px rgba(51,51,51,0.4);
}
.headerButton {
    position:absolute;
    top:12px;
    right:0;
    padding:10px 20px;
	color:#fff;
    font-size: 1.4rem;
    line-height:16px;
	font-weight:300;
	background-color:#2d2d2d;
    -webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
}
.headerButton:hover,
.headerButton:focus {
    color:#eec403;
    background-color:#2d2d2d;
}
.headerButton img {
    display:none;
}
.blackButton {
	color:#fff;
	background-color:#2d2d2d;
    font-size:1.8rem;
    padding:2.0rem 4.0rem;
}
.blackButton:hover,
.blackButton:focus {
    color:#eec403;
    background-color:#2d2d2d;
}

/* ---------- overlays ---------- */

.overlay-transparent {
	background:none;
	width:100%;
	height:100%;
	position:relative;
    overflow:auto;
}
.overlay-black-40-opacity {
    width:100%;
    height:100%;
    position:relative;
    overflow:auto;
    background: rgba(0,0,0,0.4); /* black background with opacity */
    z-index: 555;
}
.overlay-blue-85-opacity {
    width:100%;
    height:100%;
    position:relative;
    overflow:auto;
    background: rgba(207,221,230,0.85); /* blue background with opacity */
    z-index: 555;
}     

/* ---------- accessibility ---------- */

.skipNav {
    padding: 4px 8px;
    background: #008EE2;
    background-clip: border-box;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    border: 1px dashed rgba(255, 255, 255, 0.8);
    position: absolute;
    left: -1000px;
    top: auto;
    overflow: hidden
}
.skipNav:focus {
    color: #fff;
    box-shadow: 0 0 4px 2px rgba(0, 142, 226, 0.4)
}
.skipNav:focus {
    text-decoration: underline
}
.skipNav:focus {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    z-index: 0;
    outline: none
}



/*------ 

HEADER & NAVIGATION 

------ */



.headerIcon {
    width:50px;
    height:50px;
    position:absolute;
    top:5px;
    z-index:11;
}
.aboutSOC .headerIcon {
    cursor:default;
}
.cd-main-content {
    /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
    min-height: 100%;
    position: relative;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
    -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        transition-duration: 0.4s;
}
.cd-main-content.lateral-menu-is-open {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(220px);
        -moz-transform: translateX(220px);
        -ms-transform: translateX(220px);
        -o-transform: translateX(220px);
        transform: translateX(220px);
}
header.lateral-menu-is-open {
    /* translate to show the lateral menu */
    -webkit-transform: translateX(220px);
        -moz-transform: translateX(220px);
        -ms-transform: translateX(220px);
        -o-transform: translateX(220px);
        transform: translateX(220px);
}
.cd-img-replace {
    /* replace text with a background-image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* ---------- desktop nav ---------- */

#cd-top-nav {
    position: absolute;
    width:100%;
    display: block;
}
#cd-top-nav ul {
    display:table;
    margin:0 auto;
    padding-left:0;
    height:60px;
}
#cd-top-nav li {
    display: inline-block;
    margin:0 20px;
}
#cd-top-nav a {
    display: inline-block;
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
    font-size:1.6rem;
    text-decoration:none;
    height:23px;
    padding:18px 20px 14px 20px;
    border-bottom:5px solid rgba(0,0,0,0.00);
    -webkit-transition:all .25s ease-in-out 0s;
        -moz-transition:all .25s ease-in-out 0s;
        -o-transition:all .25s ease-in-out 0s;
        transition:all .25s ease-in-out 0s;
}
#cd-top-nav a:hover {
    border-bottom:5px solid #999;
}

/* ---------- mobile nav trigger ---------- */

#cd-menu-trigger {
    position:absolute;
    left:0;
    top:0;
    height:60px;
    width: 20px;
    display:none;
}
    /* this span is the central line in the menu */
#cd-menu-trigger .cd-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top:30px;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #333;
    -webkit-transition:all .25s ease-in-out 0s;
        -moz-transition:all .25s ease-in-out 0s;
        -o-transition:all .25s ease-in-out 0s;
        transition:all .25s ease-in-out 0s;  
}
    /* these are the upper and lower lines in the menu */
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
    -webkit-transition:all .5s ease-in-out 0s;
        -moz-transition:all .5s ease-in-out 0s;
        -o-transition:all .5s ease-in-out 0s;
        transition:all .5s ease-in-out 0s; 
}
#cd-menu-trigger .cd-menu-icon::before {
    bottom: 5px;
}
#cd-menu-trigger .cd-menu-icon::after {
    top: 5px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition:all .5s ease-in-out 0s;
        -moz-transition:all .5s ease-in-out 0s;
        -o-transition:all .5s ease-in-out 0s;
        transition:all .5s ease-in-out 0s; 
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    background-color: #333;
    -webkit-transition:all .5s ease-in-out 0s;
        -moz-transition:all .5s ease-in-out 0s;
        -o-transition:all .5s ease-in-out 0s;
        transition:all .5s ease-in-out 0s; 
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

/* ---------- mobile lateral nav ---------- */

#cd-lateral-nav {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    /* the secondary navigation is covered by the main element */
    z-index:1;
    /* width: 260px; */
    width: 220px;
    background-color:#333;
    overflow-y: auto;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
        -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
        transition: transform .4s 0s, visibility 0s .4s;
    /* this creates the subtle slide in animation of the navigation */
    -webkit-transform: translateX(-80px);
        -moz-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        -o-transform: translateX(-80px);
        transform: translateX(-80px);
}
#cd-lateral-nav .cd-navigation {
    margin: 20px 0;  
}
#cd-lateral-nav ul {
    list-style:none;
}
#cd-lateral-nav ul.cd-navigation {
    width:200px; 
    padding-left:0; 
    margin-left:auto; 
    margin-right:auto; 
}
#cd-lateral-nav .sub-menu {
    padding: 0 10px 20px 20px;
    display: none;  
}
#cd-lateral-nav a {
    display: block;
    font-size:1.6rem;
    line-height: 3.2rem;
    text-decoration:none;
    font-weight: 300;
    padding: 0 16px 0 4px;
    color:#ccc;
}
#cd-lateral-nav a:hover {
    color: #fff;
}
#cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
        -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
        transition: transform .4s 0s, visibility 0s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch;
}
#cd-lateral-nav .cd-single-item-wrapper {
    margin-top:14px;
}
    /* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
}
    /* this is the right arrow to show that the item has a submenu  */
#cd-lateral-nav .item-has-children > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    right:10px;
    background: url("https://cdn2.hubspot.net/hubfs/127952/images/ui-icons/cd-arrow.svg") no-repeat center center;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
    -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
#cd-lateral-nav .socials {
    display:table;
    margin:0 auto;
}
#cd-lateral-nav .socials:after {
    content: "";
    display: table;
    clear: both;
}
#cd-lateral-nav .socials a {
    height: 32px;
    width: 32px;
    float: left;
    padding: 0;
    background-image: url("https://cdn2.hubspot.net/hubfs/127952/images/ui-icons/cd-socials.svg");
    background-repeat: no-repeat;
    background-size: 146px 32px;
    background-color: #fff;
    margin-right:7px;
    border-radius:4px;
    opacity:0.8;
    -webkit-transition:all .25s ease-in-out 0s;
        -moz-transition:all .25s ease-in-out 0s;
        -o-transition:all .25s ease-in-out 0s;
        transition:all .25s ease-in-out 0s; 
}
#cd-lateral-nav .socials a:first-of-type {
    margin-left:-4px;
}
#cd-lateral-nav .socials a:last-of-type {
    margin-right:0;
}
#cd-lateral-nav .socials a.cd-facebook {
    background-position: 0 0;
}
#cd-lateral-nav .socials a.cd-twitter {
    background-position: -28px 0;
}
#cd-lateral-nav .socials a.cd-instagram {
    background-position: -57px 0;
}
#cd-lateral-nav .socials a.cd-linkedin {
    background-position: -86px 0;
}
#cd-lateral-nav .socials a.cd-blog {
    background-position: -115px 0;
}
#cd-lateral-nav .socials a:hover {
    opacity:1;
}
    /* styles to hide mobile nav when window is resized */
.hideOnResize header {
    -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        transition-duration: 0s;
}
.hideOnResize #cd-lateral-nav {
    display:none;
}
.hideOnResize .cd-main-content.lateral-menu-is-open {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
}
.hideOnResize header.lateral-menu-is-open {
    /* translate to show the lateral menu */
    -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
}
.hideOnResize .cd-main-content {
    -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        transition-duration: 0s;
}
    /* active link styles */
.aboutSOC #cd-top-nav a.aboutLink,
.subscribe #cd-top-nav a.subscribeLink {
    border-bottom:5px solid #333;
    font-weight:600;
    cursor:default;
}
.aboutSOC #cd-lateral-nav a.aboutMenu,
.subscribe #cd-lateral-nav a.subscribeMenu {
    color:#eec403;
    cursor:default;
}



/*------ 

FOOTER 

------ */



/* ---------- social icons section ---------- */

footer .socialsContainer {
    padding:15px 0 30px 0;
    border-bottom:1px solid #ccc;
    text-align:center;
}
footer .socials {
    display:inline-block;
    vertical-align: middle;
    margin:0 auto;
    padding-top:15px;
}
footer .socials:after {
    content: "";
    display: table;
    clear: both;
}
footer .socials a {
    height: 26px;
    width: 26px;
    float: left;
    padding: 0;
    background-image: url("https://cdn2.hubspot.net/hubfs/127952/images/ui-icons/cd-socials.svg");
    background-repeat: no-repeat;
    background-size: 119px 26px;
    background-color: #fff;
    margin-right:24px;
    border-radius:4px;
    opacity:0.9;
    -webkit-transition:all .25s ease-in-out 0s;
        -moz-transition:all .25s ease-in-out 0s;
        -o-transition:all .25s ease-in-out 0s;
        transition:all .25s ease-in-out 0s; 
    filter: invert(100%);
}
footer .socials a:last-of-type {
    margin-right:0;
}
footer .socials a.cd-facebook {
    background-position: 0 0;
}
footer .socials a.cd-twitter {
    background-position: -22px 0;
}
footer .socials a.cd-instagram {
    background-position: -46px 0;
}
footer .socials a.cd-linkedin {
    background-position: -70px 0;
}
footer .socials a.cd-blog {
    background-position: -94px 0;
}
footer .socials a:hover {
    opacity:1;
    filter: invert(0%);
}
footer .socialsContainer p {
    vertical-align: middle;
    color:#ddd;
    display:inline-block;
    font-size:1.6rem;
    margin:0 2rem 0 0;
    padding:15px 0 0 0;
}
footer .footerBottomContainer {
    padding:30px 30px 60px 30px;
    font-size:0;
    color:#fff;
    overflow:hidden;
}

/* ---------- footer links section ---------- */

footer nav {
    margin: 0 auto;
    float:left;
    width:50%
}
footer .footer-navigation {
    margin:0;
    padding:0;
}
footer .footer-navigation ul {
    list-style:none;
    padding:0;
    margin:0;
}
footer ul.footer-navigation > li:last-of-type {
    margin:0;
}
footer li.item-has-children {
    display:inline-block;
    width:50%;
    vertical-align: top;
}
footer .footer-navigation a {
    display: block;
    font-size:1.6rem;
    line-height: 3.2rem;
    text-decoration:none;
    font-weight: 300;
    padding: 0 16px 0 4px;
    color:#ccc;
}
footer .footer-navigation a:hover {
    color: #fff;
}
    /* style menu items which have a submenu  */
footer .footer-navigation .item-has-children > a {
    position: relative;
    text-transform:none;
    font-weight: 300;
    font-size:2.0rem;
    line-height: 2.4rem;
    color:#ddd;
    margin-bottom:6px;
    pointer-events: none;
}
footer .footer-navigation .sub-menu {
    padding:5px 10px 0 20px;
    display:block;
}
    /* makes submenus visible when footer nav menu isopened & closed in phone view, then window is resized  */
.notPhone footer .footer-navigation .sub-menu {
    display:block !important;
}

/* ---------- copyright & footer logo section ---------- */

footer .copyright {
    padding:0 0 0 0;
    float:right;
    width:50%;
}
footer .logoContainer {
    max-width:300px;
    text-align:center;
    margin:0 auto;
    float:right;
}
footer .logoContainer a:link {
    color:#61c0f9;
    text-decoration:none;
}
footer .logoContainer a:visited {
    color:#61c0f9;
}
footer .footerLogo {
    opacity:0.8;
    width:100%;
}
footer .copyright p {
    font-size:1.2rem;
    line-height:1.6rem;
    color:#ddd;
    margin-top:1rem;
}
footer p.contactPhone {
    font-size:2.8rem;
    font-weight:300;
}



/*------ 

ABOUT SOC PAGE 

------ */



/* ---------- splash image section ---------- */

.coverImage {
    width:100%;
    background-image:url('https://www.sullivanoncomp.com/hubfs/images/soc-splash.jpg');
    background-size:cover;
    background-position:center;
    height: calc(100vh - 60px);
		height: -o-calc(100vh - 60px);
		height: -webkit-calc(100vh - 60px); 
		height: -moz-calc(100vh - 60px); 
    margin-bottom:60px;
    padding:0;
}
.splashContent {
    width:800px;
    position:relative;
    top: calc(50% - 30px);
        top: -o-calc(50% - 30px);
        top: -webkit-calc(50% - 30px); 
        top: -moz-calc(50% - 30px);
    transform: translateY(-50%);
    margin:auto;
    text-align:center;
    text-shadow: 0 0 10px #000;
    padding:30px;
}
.splashContent img {
    margin:0;
    width:100%;
}
p.splashHeadline {
    font-size:8.6rem;
    line-height:9.0rem;
    padding:20px 0 20px 0;
    color:#eec403;
    font-weight:800;
    text-transform:uppercase;
    border-bottom:1px solid #fff;
    margin:0;	 
}
p.splashCopy {
    margin:20px 0 0 0;	
}
p.splashCopy2 {
    margin:0;	
}
.splashContent h1 {
    display:inline;
    margin:0;
    padding:0;
}
.splashContent h1,
.splashContent,
p.splashCopy2 {
    font-size:3.2rem;
    line-height:4.0rem;
    font-weight:400;
    color:#fff;
}
.splashContent a {
    color:#eec403;
    text-decoration:none;
    cursor:pointer;
}
.splashContent a:hover {
    text-decoration:underline;
}
.scrollArrow {
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    bottom:30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    opacity:0.6;
}
    /* down-arrow animation */
@-moz-keyframes bounce {
    0%, 12%, 19%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -moz-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    16% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@-webkit-keyframes bounce {
    0%, 12%, 19%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    16% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@keyframes bounce {
    0%, 12%, 19%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    16% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@-moz-keyframes fade {
    0% {
        opacity:0.6;
    }
    100% {
        opacity:0;
    }  }
@-webkit-keyframes fade {
    0% {
        opacity:0.6;
    }
    100% {
        opacity:0;
    }   
}
@keyframes fade {
    0% {
        opacity:0.6;
    }
    100% {
        opacity:0;
    }
}
.bouncyFade {
    -webkit-animation:bounce 4s ease-out 1s 3 normal,
        fade 1s linear 11s 1 normal;
        -moz-animation:bounce 4s ease-out 1s 3 normal,
            fade 1s linear 11s 1 normal;;
        -o-animation:bounce 4s ease-out 1s 3 normal,
            fade 1s linear 11s 1 normal;;
        animation:bounce 4s ease-out 1s 3 normal,
            fade 1s linear 11s 1 normal;;
        animation-fill-mode: forwards;
}

/* ---------- SOC overview section ---------- */

section.overview {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d8e5d9+0,d8e5d9+25,b1c6b1+100 */
    background: rgb(216,229,217); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(216,229,217,1) 0%, rgba(216,229,217,1) 25%, rgba(177,198,177,1) 100%); 
        background: -webkit-linear-gradient(top,  rgba(216,229,217,1) 0%,rgba(216,229,217,1) 25%,rgba(177,198,177,1) 100%); 
        background: linear-gradient(to bottom,  rgba(216,229,217,1) 0%,rgba(216,229,217,1) 25%,rgba(177,198,177,1) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e5d9', endColorstr='#b1c6b1',GradientType=0 ); 
}
.overview img {
    margin:0 auto 30px auto;
    width:100%;
    max-width:588px;
    height:auto;
    display:table;
}
.overview .accordion {
    margin:0 0 -2.0rem 0;
}
.overview .accordion .accordion-head {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background-image:url("https://www.sullivanoncomp.com/hubfs/images/ui-icons/plus-circle-light.svg");
    background-repeat: no-repeat;
    background-position: center;
    height:50px;
    width:50px;
    margin:0 auto;
}
.overview .accordion .accordion-head * {
    cursor: pointer;
}
.overview .accordion .accordion-head:hover {
    filter: alpha(opacity=80);
    opacity: 0.80;
}
.overview .accordion .accordion-head.open {
    background-image:url("https://www.sullivanoncomp.com/hubfs/images/ui-icons/minus-circle-light.svg")
}
.overview .accordion .accordion-body {
    padding: 40px 20px 0 20px;
    height: auto;
    display: none;
}
.overview .accordion .accordion-body ul {
    list-style:none;
    margin:0;
}
.overview .accordion .accordion-body ul li {
    font-size:1.8rem;
    line-height:2.6rem;
    padding-bottom:1.8rem;
}
.overview .accordion .accordion-body ul li:last-of-type {
    padding-bottom:0;
}
.overview .accordionLeftCol {
    float:left;
    width:50%;
}
.overview .accordionRightCol {
    float:right;
    width:50%;
}

/* ---------- meet the authors section ---------- */

section.authors {
    background-color:#000;
    color:#fff;
}
.authorsContainer {
    font-size:0px;
    margin-top:4.0rem;
}
.bioContainer {
    width:31%;
    display:inline-block;
    vertical-align:top;
    padding:0;
    font-size:1.6rem;
}
.bioContainer:nth-of-type(2) {
    margin:0 3%;
}
.bioContainer figure {
    width:100%; 
    margin:2.0rem 0 0 0;
}
.bioContainer figure img {
    width:90%;
    max-width:300px;
    margin:0 auto;
    display:block;
    -moz-border-radius: 50%; 
        -webkit-border-radius: 50%; 
        border-radius:50%; 
}
.bioContainer figcaption {
    color:#fff;
    margin:3.2rem 0 2.0rem 0;
    font-size:1.6rem;
    line-height:2.4rem;
}
.bioContainer figcaption strong {
    color:#eec403;
    text-transform: uppercase;
}
.expander {
    -webkit-transition: color .85s;
        -o-transition: color .85s;
        transition: color .85s;
}
.expander p {
    color:#ccc;
    font-size:1.6rem;
}
.expander p:last-of-type {
    margin-bottom:2.0rem;
}
.mrc-btn-wrap {
	display: inline-block;
	margin:0;
}
.mrc-shadow {
	pointer-events: none;
	position: absolute;
	height: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:3;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #000), to(rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(bottom, #000 14%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(bottom, #000 14%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to top, #000 14%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */      
}
.mrc-btn-wrap button {
    font-size:1.2rem;
    background-color:#000;
    color:#ccc;
    padding:1rem;
    border:1px solid #ccc;
}
.mrc-btn-wrap button:hover {
    color:#fff;
    border:1px solid #fff;
}

/* ---------- subscription includes section ---------- */

section.subscriptionIncludes {
    padding:8.0rem 0 3.5rem 0;
    background-image: url("https://www.sullivanoncomp.com/hubfs/images/shadow.png");
    background-repeat: repeat-x;
    background-position: top left;
}    
.subscriptionIncludes .textContainer {
    max-width:860px;
}
.featureContainer {
    margin-bottom:5.0rem;
}
.featureContainer:last-of-type {
    margin-bottom:0;
}
.featureIcon {
    float:left;
    width:160px;
    height:120px;
    text-align: center;
}
.featureIcon img {
    height:100%;
}
.featureText {
    float:right;
    width: calc(100% - 180px);
		width: -o-calc(100% - 180px);
		width: -webkit-calc(100% - 180px); 
		width: -moz-calc(100% - 180px);
    padding:0 0 0 20px;
}

/* ---------- testimonials section ---------- */

section.testimonials {
    background-color:#333;    
    padding:0;
}
section.testimonials ul {
    list-style:none;
    margin:0;
    padding:0;
}
.cd-testimonials-wrapper {
    position: relative;
    max-width: 860px;
    background-color: #333;
    -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    margin: 60px auto 0 auto;
    padding: 6.4rem 5.0rem 7.4rem 5.0rem;
    z-index: 4;
}
.cd-testimonials-wrapper::after {
    /* quotation mark */
    content: '\201C';
    position: absolute;
    top: -35px;
    left: calc(50% - 50px);
        left: -o-calc(50% - 50px);
        left: -webkit-calc(50% - 50px); 
        left: -moz-calc(50% - 50px);
    width: 50px;
    height: 50px;
    padding: 0.8rem 1.2rem 1.2rem 1.2rem;
    background: rgba(32, 32, 34, 0.8);
    font-family: "Georgia", serif;
    color: #eec403;
    font-size: 9.0rem;
    text-align: center;
    display: block;
    border:3px solid #f6f6f6;
    -moz-border-radius: 50%; 
        -webkit-border-radius: 50%; 
        border-radius:50%; 
}
.cd-testimonials {
    color: #fff;
    text-align: center;
}
.cd-testimonials::after {
    clear:both;
    content:"";
    display:table;
}
.cd-testimonials > li {
    position: absolute;
    opacity: 0;
}
.cd-testimonials > li:first-child {
    position: relative;
    opacity: 1;
}
.cd-testimonials p {
    font-family: "Georgia", serif;
    font-style: italic;
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin-bottom: 16px;
    padding: 3.0rem 2.4rem 1.0rem 2.4rem;
}
.cd-author {
    margin:5.0rem 5.0rem 0 0;
}
.cd-author .cd-author-info {
    float:right;
    display:block;
    text-align: left;
    max-width:300px;
}
.cd-author .cd-author-info li:first-child {
    font-size: 1.6rem;
    line-height:2.0rem;
    margin-bottom:0.5rem;
  }
.cd-author .cd-author-info li:last-child {
    font-size: 1.4rem;
    line-height:1.8rem;
    margin-bottom:2.4rem;
    color:#ccc;
  }
.flex-direction-nav li {
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
}
.flex-direction-nav li:first-child {
    left: 0;
}
.flex-direction-nav li:last-child {
    right: 0;
}
.flex-direction-nav li a {
    display: block;
    height: 100%;
    width: 100%;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
}
.flex-direction-nav li a:hover {
    background-color: #222;
}
.flex-direction-nav li a::before, 
.flex-direction-nav li a::after {
    /* left and right arrows in css only */
    content: '';
    position: absolute;
    left: 50%;
    top: 60%;
    width: 2px;
    height: 13px;
    background-color:#ccc;
    -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
}
.flex-direction-nav li a:hover::before, 
.flex-direction-nav li a:hover::after {
    background-color: #eec403;
}
.flex-direction-nav li a::before {
    -webkit-transform: translateY(-35px) rotate(45deg);
        -moz-transform: translateY(-35px) rotate(45deg);
        -ms-transform: translateY(-35px) rotate(45deg);
        -o-transform: translateY(-35px) rotate(45deg);
        transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
    -webkit-transform: translateY(-27px) rotate(-45deg);
        -moz-transform: translateY(-27px) rotate(-45deg);
        -ms-transform: translateY(-27px) rotate(-45deg);
        -o-transform: translateY(-27px) rotate(-45deg);
        transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
    -webkit-transform: translateY(-35px) rotate(-45deg);
        -moz-transform: translateY(-35px) rotate(-45deg);
        -ms-transform: translateY(-35px) rotate(-45deg);
        -o-transform: translateY(-35px) rotate(-45deg);
        transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
    -webkit-transform: translateY(-27px) rotate(45deg);
        -moz-transform: translateY(-27px) rotate(45deg);
        -ms-transform: translateY(-27px) rotate(45deg);
        -o-transform: translateY(-27px) rotate(45deg);
        transform: translateY(-27px) rotate(45deg);
}

/* ---------- subscribe now section ---------- */

section.subscribeNow {
    padding:0;
    background-image: url("https://www.sullivanoncomp.com/hubfs/images/soc-parallax-1.jpg");
}
.subscribeNow .textContainer {
    margin:8.0rem auto 10.0rem auto;
    padding:0;
}
.subscribeNow h2 {
    color:#000;
}
.subscribeNow ul {
    max-width:800px;
    margin:0 auto;
    display:table;
    list-style: none;
    padding:0;
}
.subscribeNow ul li {
    font-size:2.0rem;
    line-height:2.6rem;
    background:url(https://www.sullivanoncomp.com/hubfs/images/ui-icons/check-solid.svg) no-repeat 0 0; 
    padding-left:3.6rem;
    margin:0 0 2.0rem 0;
    color:#000;
}
.subscribeNow button {
    margin:30px auto 0 auto;
}



/*------ 

SUBSCRIBE PAGE 

------ */



/* ---------- about subscriptions section ---------- */

section.aboutSubscriptions {
    padding:5.0rem 0 0 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fec0cb+0,fec0cb+50,dd9da8+100 */
    background: rgb(254,192,203);
        background: -moz-linear-gradient(top,  rgba(254,192,203,1) 0%, rgba(254,192,203,1) 50%, rgba(221,157,168,1) 100%); 
        background: -webkit-linear-gradient(top,  rgba(254,192,203,1) 0%,rgba(254,192,203,1) 50%,rgba(221,157,168,1) 100%); 
        background: linear-gradient(to bottom,  rgba(254,192,203,1) 0%,rgba(254,192,203,1) 50%,rgba(221,157,168,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec0cb', endColorstr='#dd9da8',GradientType=0 );  
}
.aboutSubscriptions .contentContainer {
    max-width:1200px;
}
.aboutSubscriptions .imageContainer {
    float:left;
    max-width:400px;
    height:400px;
    background-image: url("https://www.sullivanoncomp.com/hubfs/images/soc-app-iphone.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size:100% auto;
    width:50%;
    position:absolute;
    bottom:0;
}
.aboutSubscriptions .headline {
    float:right;
    max-width:720px;
    box-sizing: border-box;
    text-align:center;
    padding:1.0rem 30px 8.0rem 30px;
    margin:0;
    width:50%;
}
.subscribe .headline h1  {
    font-size:3.2rem;
    line-height:4.4rem;
    margin:0 auto;
    font-weight:300;
    text-align: center;
    max-width:80%;
}
.subscribe .headline p {
    font-size:2.6rem;
    line-height:3.2rem;
    margin:3.0rem 0 4.0rem 0;
    font-weight:300;
}
.aboutSubscriptions .iconsContainer {
    max-width:400px;
    width:100%;
    display:block;
    margin:0 auto;
}
.aboutSubscriptions .iconsContainer img {
    width:100%;
    height:auto;
}

/* ---------- choose plan section ---------- */

.choosePlan .contentContainer {
    font-size:0;
}
.choosePlan h2 {
    margin:5.0rem auto 3.0rem auto;
}
.comparison-column {
	width:31.3%;
	display:inline-block;
	-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
    -moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	border:1px solid #ccc;
	margin:0;
	vertical-align:top;
}
.comparison-column:nth-of-type(2) {
	margin:0 3% 0 3%;
}
.comparison-column .padder {
	padding:1.5rem;
}
	/* column headline area styles */
.comparison-column .headline-area {
	text-align:center;
	-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
}
.comparison-column .headline-area h3 {
	font-size:1.8rem;
	line-height:2.6rem;
	padding:1.4rem 0 1.4rem 0;
	margin:0;
	text-transform: uppercase;
	letter-spacing:0.2rem;
	font-weight:400;
}
.comparison-column .headline-area img {
	width:100%;
	height:auto;
	max-width:638px;
	padding:10px 0 10px 0;
}
.comparison-column .headline-area p {
	font-size:1.6rem;
	font-weight:bold;
}
.comparison-column .headline-area p.value-notice {
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing:2px;
	margin:-26px 0 0 0;
	color:#45b5d1;
}
	/* column features area styles */
.comparison-column .features-area {
	background-color:#fff;
	font-size:1.6rem;
	-webkit-border-bottom-left-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		-moz-border-radius-bottomleft: 8px;
		-moz-border-radius-bottomright: 8px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
}
.comparison-column .features-area p {
	font-size:1.6rem;
    line-height:2.4rem;
	font-weight:normal;
}
.comparison-column .features-area ul {
	text-align:left;
	padding-left:0;
    list-style: none;
   	list-style-position:outside;
    margin-left:0;
}
.comparison-column .features-area ul li {
    background:url(https://www.sullivanoncomp.com/hubfs/images/ui-icons/check-solid.svg) no-repeat 1rem 0.4rem; 
    background-size: 1.6rem 1.6rem;
    padding-left:3.6rem;
	margin-top:20px;
	line-height:2.4rem;
}
.comparison-column .features-area ul li .bullet-header {
	font-size:1.8rem;
	text-transform: uppercase;
}
.comparison-column .features-area ul li p {
	margin-top:0.4rem;
}
	/* button */
.comparison-column button {
	margin:6px auto 10px auto;
	display:block;
	text-align:center;
	width:100%;
	max-width:180px;
	line-height:1.8rem;
	padding:1.5rem 0;
	outline:none;
    -webkit-transition:all .25s ease-in-out 0s;
        -moz-transition:all .25s ease-in-out 0s;
        -o-transition:all .25s ease-in-out 0s;
        transition:all .25s ease-in-out 0s;
	text-transform:uppercase;
	font-size: 1.6rem;
	font-weight:400;
	letter-spacing:0.1rem;
	border:0;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(51,51,51,0.4);
		-moz-box-shadow: 0px 4px 6px 0px rgba(51,51,51,0.4);
		box-shadow: 0px 4px 6px 0px rgba(51,51,51,0.4);
}
.black-button {
	color:#fff;
	background-color:#2d2d2d;
}
.black-button:hover {
	color:#eec403;
	background-color:#2d2d2d;
}
    /* subscription plan-specific styles */
.books-subscription .headline-area,
.online-subscription .headline-area,
.full-subscription .headline-area {
	background-color:#000;
}
.books-subscription .headline-area .padder {
    background: rgb(219,229,237);
        background: -moz-linear-gradient(top, rgba(219,229,237,1) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(219,229,237,1) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(219,229,237,1) 0%,rgba(255,255,255,1) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe5ed', endColorstr='#ffffff',GradientType=0 );
}
.online-subscription .headline-area .padder {
    background: rgb(219,229,237);
        background: -moz-linear-gradient(top, rgba(219,229,237,1) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(219,229,237,1) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(219,229,237,1) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe5ed', endColorstr='#ffffff',GradientType=0 );
}
.full-subscription .headline-area .padder {
    background: rgb(219,229,237); 
        background: -moz-linear-gradient(top, rgba(219,229,237,1) 0%, rgba(255,255,255,1) 100%); 
        background: -webkit-linear-gradient(top, rgba(219,229,237,1) 0%,rgba(255,255,255,1) 100%); 
        background: linear-gradient(to bottom, rgba(219,229,237,1) 0%,rgba(255,255,255,1) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe5ed', endColorstr='#ffffff',GradientType=0 );
}
.books-subscription .headline-area h3,
.full-subscription .headline-area h3 {
	color:#fff;
}
.online-subscription .headline-area h3 {
	color:#eec403;
}
.books-subscription .headline-area .padder2 {
	padding:15px;
	background-color:#b8dde5;
	background-color:#a3c5cc;
}
.online-subscription .headline-area .padder2 {
	padding:15px;
	background-color:#eec403;
}
.full-subscription .headline-area .padder2 {
	padding:15px;
	background-color:#7dc0d1;
}
p.price-disclaimer {
	color:#666;
	font-size:1.4rem;
    line-height:2.2rem;
	font-style: italic;
	text-align:left;
    padding-top:3.0rem;
    max-width:999px;
}

/* ---------- trial section ---------- */

section.trial {
    padding:0;
    background-image: url("https://www.sullivanoncomp.com/hubfs/images/soc-parallax-2.jpg");
}
.trial .textContainer {
    margin:8.0rem auto 10.0rem auto;
    padding:0;
}
.trial .textContainer img {
    display: block;
    margin:0 auto 1rem auto; 
    text-align: center;
    width:150px;
}
.trial h2 {
    color:#000;
    font-size:3.2rem;
    line-height:4.4rem;
    margin:0 auto 0.8rem auto;
    font-weight:300;
    text-align: center;
}
.trial p {
    font-size:2.0rem;
    line-height:2.6rem;
    color:#000;
}
.trial ul {
    max-width:800px;
    margin:5.0rem auto 0 auto;
    display:table;
    list-style: none;
    padding:0;
}
.trial ul li {
    font-size:2.0rem;
    line-height:2.6rem;
    background:url(https://www.sullivanoncomp.com/hubfs/images/ui-icons/check-solid.svg) no-repeat 0 0; 
    padding-left:3.6rem;
    margin:0 0 2.0rem 0;
    color:#000;
}
.trial ul li .bullet-header {
	font-size:2.0rem;
	text-transform: uppercase;
}
.trial button {
    margin:30px auto 0 auto;
}

/* ---------- faqs section ---------- */

section.faqs {
    padding:8.0rem 0 10.0rem 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3d4765+0,3d4765+50,222c47+100 */
    background: rgb(61,71,101); 
        background: -moz-linear-gradient(top,  rgba(61,71,101,1) 0%, rgba(61,71,101,1) 50%, rgba(34,44,71,1) 100%); 
        background: -webkit-linear-gradient(top,  rgba(61,71,101,1) 0%,rgba(61,71,101,1) 50%,rgba(34,44,71,1) 100%); 
        background: linear-gradient(to bottom,  rgba(61,71,101,1) 0%,rgba(61,71,101,1) 50%,rgba(34,44,71,1) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4765', endColorstr='#222c47',GradientType=0 ); 
    border-bottom:1px solid #222;;
}
.faqs h2 {
    color:#fff;
}
.faqs .accordion {
    margin:20px 0 0 0;
    -moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
		box-sizing: border-box; 
}
.faqs ul,
.faqs ul.accordion-body {
    padding-left:0;
    list-style: none;
}
.faqs ul li.accordion {
    border:1px solid #283353;
    margin-bottom:20px;
    background-color:#fff;
}
.faqs ul li.accordion:last-of-type {
    margin-bottom:-10px;
}
.faqs .accordion .accordion-head {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    margin:0 auto;
    padding:20px;
    font-size:0;
    -webkit-transition:all .25s ease-in-out 0s;
        -moz-transition:all .25s ease-in-out 0s;
        -o-transition:all .25s ease-in-out 0s;
        transition:all .25s ease-in-out 0s;
}
.faqs .accordion .accordion-head .left {
    display:inline-block;
    width: calc(100% - 40px);
		width: -o-calc(100% - 40px);
		width: -webkit-calc(100% - 40px); 
		width: -moz-calc(100% - 40px);
    vertical-align:middle;
    padding:0;
}
.faqs .accordion .accordion-head .left p {
    font-size:1.6rem;
    line-height:2.0rem;
    vertical-align:middle;
    padding:0;
    margin:0;
}
.faqs .accordion .accordion-head .right {
    display:inline-block;
    background-image:url("https://www.sullivanoncomp.com/hubfs/images/ui-icons/plus-circle-light.svg");
    width: 25px;
    height:25px;
    vertical-align:middle;
    margin-left:15px;
    -webkit-transition:all .25s ease-in-out 0s;
        -moz-transition:all .25s ease-in-out 0s;
        -o-transition:all .25s ease-in-out 0s;
        transition:all .25s ease-in-out 0s;
}
.faqs .accordion .accordion-head * {
    cursor: pointer;
}
.faqs .accordion .accordion-head:hover {
    background-color:#000;
    color:#eec403;
}
.faqs .accordion .accordion-head:hover .right {
    background-image:url("https://www.sullivanoncomp.com/hubfs/images/ui-icons/plus-circle-light-yellow.svg");
}
.faqs .accordion .accordion-head.open {
    background-color:#000;
    color:#eec403
}
.faqs .accordion .accordion-head.open .right {
    background-image:url("https://www.sullivanoncomp.com/hubfs/images/ui-icons/minus-circle-light-yellow.svg");
}
.faqs .accordion .accordion-body {
    padding:20px;
    height: auto;
    display: none;
}
.faqs .accordion .accordion-body p {
    font-size:1.6rem;
    line-height:2.2rem;
}
.faqs .accordion .accordion-body li {
    border:none;
}

/* ---------- contact section ---------- */

section.contact {
    background-color:#333;
    background-image: url("https://www.sullivanoncomp.com/hubfs/images/shadow.png");
    background-repeat: repeat-x;
    background-position: top left;
}
.contact .textContainer {
    max-width:1200px;
}
.contact h3 {
    color:#fff
}
.contact h4 {
    color:#fff;
    font-size:2.0rem;
    font-weight:300;
    border-bottom:1px solid #ccc;
    padding-bottom:8px;
    margin-bottom:8px;
}
.contactInfo {
    float:left;
    width:380px;
}
.contactInfo p {
    font-size:1.6rem;
    line-height:2.2rem;
    color:#fff;
}
.contactInfo a:link {
    color:#61c0f9;
}
.contactInfo a:visited {
    color:#61c0f9;
}
.contactFormContainer {
    float:right;
    width: calc(100% - 420px);
		width: -o-calc(100% - 420px);
		width: -webkit-calc(100% - 420px); 
		width: -moz-calc(100% - 420px);
}

/* ---------- Hubspot contact form styles ---------- */

form.hs-form .form-columns-2 {
    width: 100%; 
    max-width: 1000px;
    margin-bottom:5px;
}
form.hs-form .form-columns-2 input {
    width: 90%;
}
form.hs-form .form-columns-1 {
    width: 100%; 
    max-width: 1000px;
    margin-bottom:5px;
}
form.hs-form .form-columns-1 textarea {
    height:100px;
}
.hs-button {
    margin:10px 0 0 0;
    background:#333;
    background-image: url('https://www.sullivanoncomp.com/hubfs/images/envelope-white.png');
    background-position: left;
    background-repeat: no-repeat;
    color:#fff;
    -webkit-box-shadow:0 3px 7px rgba(0,0,0,0.4);
        -moz-box-shadow:0 3px 7px rgba(0,0,0,0.4);
        box-shadow:0 3px 7px rgba(0,0,0,0.4);
    -webkit-border-radius:0;
        -moz-border-radius:0;
        border-radius:0;
    border:1px solid #fff;
    text-shadow:none;
    -webkit-transition:all .25s ease-in-out 0s;
        -moz-transition:all .25s ease-in-out 0s;
        -o-transition:all .25s ease-in-out 0s;
        transition:all .25s ease-in-out 0s;
    font-size:1.6rem;
    text-transform:none;
    line-height:2.0rem;
    letter-spacing:0;
    padding:15px 25px 15px 50px;
    display:inline-block;
    cursor:pointer;
}
.hs-button:hover {
    border:1px solid #eec403;
    color:#eec403;
    background-image: url('https://www.sullivanoncomp.com/hubfs/images/envelope-yellow.png');
    -webkit-transition:all .25s ease-in-out 0s;
         -moz-transition:all .25s ease-in-out 0s;
         -o-transition:all .25s ease-in-out 0s;
         transition:all .25s ease-in-out 0s;
}
/* for for form validation error messages */
form.hs-form ul {
    margin-top:0px;
    padding-top:0px;
    list-style:none;
}
.contactThanks {
    font-weight:400;
    font-size:1.8rem;
    display:table;
    margin:30px auto 0 auto;
}

/* ---------- animations ---------- */

    /* animations below are for overview section content on about page and contact us content on subscription page */
.overview .textContainer.animation-element,
.contact .textContainer.animation-element {
	opacity:0;
	position:relative;
	bottom:-200px;
	-moz-transition:all 500ms ease-in-out;
		-ms-transition:all 500ms ease-in-out;
		-o-transition:all 500ms ease-in-out;
		transition:all 500ms ease-in-out;
}
.overview .textContainer.animation-element.in-view,
.contact .textContainer.animation-element.in-view {
	opacity:1;
	position:relative;
	bottom:0;
}
    /* animations below are for image in overview section content on about page */
.overview img.animation-element {
	opacity:0;
	position:relative;
	bottom:-100px;
	-moz-transition:all 500ms ease-in-out;
		-ms-transition:all 500ms ease-in-out;
		-o-transition:all 500ms ease-in-out;
		transition:all 500ms ease-in-out;
}
.overview img.animation-element.in-view {
	opacity:1;
	position:relative;
	bottom:0;
}
    /* animations below are for bio columns on about page and plan comparison columns on subscription page */
.bioContainer.animation-element:nth-of-type(1),
.comparison-column.animation-element:nth-of-type(1) {
    opacity:0;
    position:relative;
    top:100px;
    -moz-transition:all 500ms ease-in-out;
        -ms-transition:all 500ms ease-in-out;
        -o-transition:all 500ms ease-in-out;
        transition:all 500ms ease-in-out;
}
.bioContainer.animation-element.in-view:nth-of-type(1),
.comparison-column.animation-element.in-view:nth-of-type(1) {
    opacity:1;
    position:relative;
    top:0;
}
.bioContainer.animation-element:nth-of-type(2),
.comparison-column.animation-element:nth-of-type(2) {
    opacity:0;
    position:relative;
    top:100px;
    -moz-transition:all 500ms 250ms ease-in-out;
        -ms-transition:all 500ms 250ms ease-in-out;
        -o-transition:all 500ms 250ms ease-in-out;
        transition:all 500ms 250ms ease-in-out;
}
.bioContainer.animation-element.in-view:nth-of-type(2),
.comparison-column.animation-element.in-view:nth-of-type(2) {
    opacity:1;
    position:relative;
    top:0;
}
.bioContainer.animation-element:nth-of-type(3),
.comparison-column.animation-element:nth-of-type(3) {
    opacity:0;
    position:relative;
    top:100px;
    -moz-transition:all 500ms 500ms ease-in-out;
        -ms-transition:all 500ms 500ms ease-in-out;
        -o-transition:all 500ms 500ms ease-in-out;
        transition:all 500ms 500ms ease-in-out;
}
.bioContainer.animation-element.in-view:nth-of-type(3),
.comparison-column.animation-element.in-view:nth-of-type(3) {
    opacity:1;
    position:relative;
    top:0;
}
    /* animations below are for subscription includes rows on about page */
.subscriptionIncludes .animation-element {
    opacity:0;
    position:relative;
    left:-100px;
    -moz-transition:all 500ms ease-in-out;
        -ms-transition:all 500ms ease-in-out;
        -o-transition:all 500ms ease-in-out;
        transition:all 500ms ease-in-out;
}
.subscriptionIncludes .animation-element.in-view {
    opacity:1;
    position:relative;
    left:0;
}
    /* animations below are for faqs rows on subscription page */
.faqs .accordion.animation-element {
    opacity:0;
    position:relative;
    left:-50px;
    -moz-transition:all 500ms ease-in-out;
        -ms-transition:all 500ms ease-in-out;
        -o-transition:all 500ms ease-in-out;
        transition:all 500ms ease-in-out;
}
.faqs .accordion.animation-element.in-view {
    opacity:1;
    position:relative;
    left:0;
}
    /* animations below are for buttons in subscribe now section of about page and free trial section of subscriptions page */
.subscribeNow button.animation-element,
.trial button.animation-element {
     opacity:0;
     position:relative;
     -moz-transition:all 500ms 250ms ease-in-out;
          -ms-transition:all 500ms 250ms ease-in-out;
          -o-transition:all 500ms 250ms ease-in-out;
          transition:all 500ms 250ms ease-in-out;
     transform: scale(1.5);
}
.subscribeNow button.animation-element.in-view,
.trial button.animation-element.in-view {
      opacity:1;
      position:relative;
      transform: scale(1.0);
}
    /* animations below are for eye image in Free Trial section of subscription page */
.trial .textContainer img.animation-element {
    opacity:0;
    -moz-transition:all 800ms ease-in-out 500ms;
        -ms-transition:all 800ms ease-in-out 500ms;
        -o-transition:all 800ms ease-in-out 500ms;
        transition:all 800ms ease-in-out 500ms;
}
.trial .textContainer img.animation-element.in-view {
    opacity:1;
}

/* ---------- intercom launcher ---------- */

.intercom-launcher {
  backface-visibility: hidden;
  background: $launcher-color;
  border-radius: 50%;
  bottom: 20px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06),
              0 2px 32px rgba(0,0,0,0.16);
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  height: 0;
  opacity: 0;
  outline: 0;
  position: fixed;
  right: 60px;
}



/* ------ 

RESPONSIVE STYLES 

------ */



/* ------ FOR BIG DESKTOP UP ------ */

@media (min-width: 1800px) {  
    
    .contentContainer {
        width:1600px;
	}
    .coverImage {
        min-height:700px;
    }

}

/* ------ FOR DESKTOP DOWN ------ */

@media (max-width:1799px) { 
    
    .contentContainer {
        width:1000px;
	}
    .splashContent {
        width:600px; 
    }
    .coverImage {
        min-height:600px;
    }
     p.splashHeadline {
        font-size:6.6rem;
        line-height:7.0rem;
    }
      .splashContent h1,
      .splashContent a,
      .splashContent,
      p.splashCopy2 {
          font-size:2.8rem;
          line-height:3.2rem;
      }

}

/* ------ FOR TABLET LANDCSAPE DOWN ------ */

 @media (max-width:1199px) { 
     
    .contentContainer {
        width:850px;
	}
    .coverImage {
        min-height:560px;
    }
    .splashContent {
        width:600px; 
    }
     p.splashHeadline {
        font-size:5.6rem;
        line-height:6.0rem;
    }
    .splashContent h1,
    .splashContent a,
    .splashContent,
     p.splashCopy2 {
        font-size:2.4rem;
        line-height:2.8rem;
    }
    /* Turn off parallax-like effect for tablets and phones */
    .coverImgBG {
        background-attachment:scroll; 
     }
    /* Turn off animations for tablets and phones */
    .overview .textContainer.animation-element,
    .overview img.animation-element,
    .contact .textContainer.animation-element {
        opacity:1;
        position:relative;
        bottom:0;
    }
    .bioContainer.animation-element:nth-of-type(1),
    .bioContainer.animation-element:nth-of-type(2),
    .bioContainer.animation-element:nth-of-type(3),
    .comparison-column.animation-element:nth-of-type(1),
    .comparison-column.animation-element:nth-of-type(2),
    .comparison-column.animation-element:nth-of-type(3) {
        opacity:1;
        position:relative;
        top:0;
    }
    .subscriptionIncludes .animation-element,
    .faqs .accordion.animation-element {
        opacity:1;
        position:relative;
        left:0;
    }
    .subscribeNow button.animation-element,
     .trial button.animation-element {
        opacity:1;
        position:relative;
        transform: scale(1.0);
    } 
    .subscribe .headline h1  {
        font-size:2.8rem;
        line-height:4.0rem;
    }
    .subscribe .headline p {
        font-size:2.2rem;
        line-height:2.8rem;
    }  
    .aboutSubscriptions .iconsContainer {
        max-width:300px;
    }  
    .comparison-column .headline-area h3 {
        font-size:1.6rem;
        line-height:2.4rem;
    }
    .comparison-column .features-area p {
        font-size:1.4rem;
        line-height:2.2rem;
    }
    .trial .textContainer img.animation-element {
        opacity:1;
    }

}

/* ------ FOR TABLET PORTRAIT DOWN ------ */

@media (max-width:899px) {  
    
    .hideTabletPortraitDown {
	    display:none;  
    }
    .contentContainer {
        width:94%;
	}
    .headerIcon {
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
    }
    #cd-top-nav {
        display:none;
    }
    #cd-menu-trigger {
        display:block;
    }
    footer .socialsContainer {
        width:94%;
        margin:0 auto;
    }  
    footer nav {
        width:66%
    }
    footer .copyright {
        width:34%;
    }
    footer p.contactPhone {
        font-size:2.2rem;
    }
    .bioContainer {
        width:32%;
    }
    .bioContainer:nth-of-type(2) {
        margin:0 2%;
    }
    .aboutSubscriptions .imageContainer {
        float:none;
        height:400px;
        width:100%;
        margin:40px auto 0 auto;
        position:relative;
    }
    .aboutSubscriptions .headline {
        float:none;
        padding:0;
        width:100%;
        margin:3.0rem auto 0 auto;
    }
    .comparison-column,
    .comparison-column:nth-of-type(2) {
        display:block;
        margin:30px 0 30px 0;
        width:100%
    }
    .comparison-column .headline-area h3 {
        font-size:1.8rem;
        line-height:2.6rem;
    }
    .comparison-column .features-area p {
        font-size:1.6rem;
    }
    p.price-disclaimer {
        padding-top:0rem;
        margin:-10px 0 -20px 0;
    }
    .contactInfo {
        float:none;
        width:100%;
    }
    .contactFormContainer {
        float:none;
        width:100%;
        margin-top:40px;
    } 

}

/* ------ FOR PHONE ------ */

@media (max-width: 599px) { 
    
    .hidePhoneOnly {
        display:none;  
    }
    h2,
    .subscribe .headline h1,
    .trial h2 {
        font-size:2.8rem;
        line-height:4.0rem;
        margin:0 auto 3.0rem auto;
    }
    h3 {
        font-size:2.4rem;
        line-height:3.0rem;
        margin:0 0 0.5rem 0;
    }
    header .contentContainer {
        width:90%;
	  }
    .headerButton {
        position:absolute;
        top:10px;
        right:0;
        padding:10px 0;
        font-size:14px;
        line-height:16px;
        font-weight:300;
        background-color:rgba(255,255,255,0);
    }
    .headerButton:hover,
    .headerButton:focus {
        background-color:rgba(255,255,255,0);
    }
    .headerButton img {
        display:block;
        height:20px;
        width:20px;
    }
    /* next 4 styles below set verical margins for sections */
    section,
    section.faqs {
        padding:6.0rem 0 8.0rem 0;
    }
    section.subscriptionIncludes {
        padding:5.0rem 0 3.5rem 0;
    }
    .cd-testimonials-wrapper {
        padding: 4.4rem 5.0rem 5.4rem 5.0rem;
    }
    .subscribeNow .textContainer {
        margin:5.0rem auto 7.0rem auto;
    }
    .coverImage {
        min-height:440px;
    }
    .splashContent {
        width:90%;  
        padding:5%; 
    }
    p.splashHeadline {
        font-size:3.6rem;
        line-height:4.0rem;
    }
    footer nav {
        max-width:400px;
        margin: 0 auto;
        float:none;
        width:auto;
    }
    footer .footer-navigation {
        margin:0;
        padding:0;
    }
    footer .footer-navigation ul {
        list-style:none;
        padding:0;
        margin:0;
    }
    footer ul.footer-navigation > li:last-of-type {
        margin:10px 0 0 0;
    }
    footer li.item-has-children {
        display:block;
        width:auto;
    }
    footer .footer-navigation .sub-menu {
        padding:5px 10px 0 20px;
        display:none;
    }
    footer .footer-navigation a {
        display: block;
        font-size:1.6rem;
        line-height: 3.2rem;
        text-decoration:none;
        font-weight: 300;
        padding: 0 16px 0 4px;
        color:#ccc;
    }
    footer .footer-navigation a:hover {
        color: #fff;
    }
    /* style menu items which have a submenu  */
    footer .footer-navigation .item-has-children > a {
        position: relative;
        text-transform: uppercase;
        font-weight: 400;
        font-size:1.6rem;
        line-height: 3.2rem;
        margin-bottom:0;
        pointer-events:auto;
    }
    /* this is the right arrow to show that the item has a submenu  */
    footer .footer-navigation .item-has-children > a::after {
        content: '';
        display: block;
        height: 11px;
        width: 8px;
        position: absolute;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        right: 1em;
        background: url("https://cdn2.hubspot.net/hubfs/127952/images/ui-icons/cd-arrow.svg") no-repeat center center;
        background-size: 8px 11px;
        -webkit-transition-property: -webkit-transform;
            -moz-transition-property: -moz-transform;
            transition-property: transform;
        -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            transition-duration: 0.2s;
    }
    footer .footer-navigation .item-has-children > a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
    footer .copyright {
        padding:30px 0 0 0;
        float:none;
        margin:0 auto;
        width:auto;
    }
    footer .logoContainer {
        max-width:300px;
        text-align:center;
        margin:0 auto;
        float:none;
    }
    .accordion .accordion-body ul {
        padding:0;
    }
    .overview .accordionLeftCol {
        float:none;
        width:100%;
    }
    .overview .accordionRightCol {
        float:none;
        width:100%;
        margin-top:20px;
    } 
    .bioContainer {
        width:100%;
        display:block;
    }
    .bioContainer:nth-of-type(1),
    .bioContainer:nth-of-type(2) {
        margin:0 0 6.0rem 0;
    }
    .featureIcon {
        float:none;
        width:100%;
    }
    .featureContainer {
        margin-bottom:4.0rem;
    } 
    .featureText {
        float:none;
        width: 100%;
        padding:1.5rem 0 0 0;
    }
    .cd-testimonials-wrapper::after {
    /* quotation mark */
        display: none;
    }
    .cd-testimonials p {
        font-size: 2.0rem;
        line-height: 2.8rem;
    } 
    section.aboutSubscriptions {
        padding:4.0rem 0 0 0;
    }
    .aboutSubscriptions .imageContainer {
        height:320px;
    }
    .aboutSubscriptions .headline {
         margin:1.0rem auto 0 auto;
    }
    .subscribe .headline p {
        font-size:2.0rem;
        line-height:2.6rem;
        margin:0 0 1.5rem 0;
    }
    .trial .textContainer {
        margin:6.0rem auto 8.0rem auto;
        padding:0;
    }

    /* ---------- Hubspot contact form styles for phone ---------- */

    form.hs-form .form-columns-2 .hs-form-field,
    form.hs-form .form-columns-3 .hs-form-field {
        float:none;
        width:100%
    }
    form.hs-form .form-columns-2 .hs-form-field .hs-input,
    form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width:95%
    }

}



/* ------ 

STYLES FOR SPECIFIC BREAKPOINTS (DON'T CARRY OVER TO SUBSEQUENT, SMALLER BREAKPOINTS) 

------ */



/* ------ FOR TABLET PORTRAIT ONLY ------ */

@media (max-width:899px) and (min-width: 600px) {
    
    .hideTabletPortraitOnly {
        display:none;
    } 
    
}



/* ------ 

IE & EDGE STYLES 

------ */



.IE  header {
    transition-duration: 0s;  
}
.IE  #cd-lateral-nav {
    z-index: 999;
    transition: transform 0s 0s, visibility 0s 0s;
}
.IE .coverImage {
    overflow-y: hidden;
}
.IE .splashContent {
    padding:0;
    overflow-y: hidden;
}
.IE footer .footerLogo {
    border:1px solid #ccc;
}

/* ---------- IE 9 specific styles ---------- */

.IE9 .splashContent {
    top:50%;
    margin-top:-20%;
}
.IE9 .overview img {
    margin:0 auto 30px auto;
    width:100%;
    max-width:560px;
    height:auto;
    display:block;
}
.IE9 .mrc-btn-wrap {
	display: inline-block;
	margin:10px 0 0 0;
}
.IE9 footer .socials a {
    filter:none;
}

/* ---------- Microsoft Edge specific styles ---------- */

    /* Turn off parallax-like effect on Edge browsers */
.EDGE .coverImgBG {
    background-attachment:scroll; 
 }

