/***********************************************/
/* CSS @imports must be at the topdownload n 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    */
/*****************************************/

/* BREAK POINTS ================================== */
/*
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
@media (max-width: 480px) and (orientation: landscape) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}

*/
@media (max-width: 1024px) {
    .container {
		width: 80%;
	}
}

/* PLACEHOLDERS ================================== */

.placeholder-circle {
	display:inline-block;
	width:100px;
	height:100px;
	background-color:#fff;
	border-radius:100%;
}

/* TEXT ELEMENTS ================================== */

h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 {
	font-size: 2.5rem;
	margin: 20px 0;
}
h1.large {
	font-size: 2.8333333333rem;
	margin: 20px 0;
}
h1.largest {
	font-size: 4rem;
}
h2 {
	font-size: 1.875rem;
}
.row > h2, .row100 > h2 {
	text-align: center;
    margin-bottom: 10px;
}
.row > h2.left, .row100 > h2.left {
	text-align: left;
}
h3 {
	font-size: 1.75rem;
	margin: 10px 0;
}
h3.strong {
    font-weight: 600;
}
h4 {
	/*font-size: 1.5rem;*/
    font-size: 1.35rem;
	margin: 10px 0;
}
h4.strong {
    font-weight: 600;
}
h4.min {
    font-size: 1.25rem;
}
h5 {
	font-size: 1.25rem;
	margin: 10px 0;
}
p {
	font-size: 1.1666666667rem;
	margin: 0 0 10px;
}
p.min {
	font-size: 1.0833333333rem;
}
p.supermin {
	font-size: 0.8333333333rem;
}
/* Modified quote elements*/
blockquote {
	font-size: 14px;
	text-align: left;
}
.bg-very-light blockquote {
	border-color: #fff;
}
cite {
	opacity: 0.6;
}
cite:before {
	content: "\2014 \2009";
}
.strong {
    font-weight: bold;
}
@media (min-width: 768px) {
    #val-1:hover, #val-2:hover, #val-3:hover, #val-4:hover, #val-5:hover {
        transform: scale(1.5, 1.5);
        opacity: 1;
        margin-bottom: 15px;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
    }
    #val-1:hover + #val-1-text {
        visibility: visible;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
    }
    #val-2:hover + #val-2-text {
        visibility: visible;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
    }
    #val-3:hover + #val-3-text {
        visibility: visible;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
    }
    #val-4:hover + #val-4-text {
        visibility: visible;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
    }
    #val-5:hover + #val-5-text {
        visibility: visible;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
    }
}
.bubble {
    position: relative;
    display: inline-block;
    padding: 15px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: rgba(52, 152, 219, 0.3) solid 1px;
    webkit-box-shadow: 0 0 20px 1px rgba(67, 106, 179, 0.4);
    moz-box-shadow: 0 0 20px 1px rgba(67, 106, 179, 0.4);
    box-shadow: 0 0 20px 1px rgba(67, 106, 179, 0.4);
    font-size: 14px;
    color: #436ab3;
}
.bubble p {
    color: #283645;
}
.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -15px;
    top: -15px;
    left: 50%;
}
.bubble:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: rgba(52, 152, 219, 0.3) transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: -15px;
    top: -16px;
    left: 50%;
}
.speech-right {
    position: relative;
    display: inline-block;
    padding: 15px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    margin: 30px 0;
    color: #283645;
    float: right;
}
.speech-left {
    position: relative;
    display: inline-block;
    padding: 15px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    margin: 30px 0;
    color: #283645;
    float: left;
}
.speech-right:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 19px 17px 19px 0;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -19px;
    left: -17px;
    top: 50%;
}
.speech-left:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 19px 0px 19px 17px;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -19px;
    right: -16px;
    top: 50%;
}
.speech-left p, .speech-right p {
    margin-left: 25px;
    margin-top: 15px;
}
.speech-img-left {
    float: left;
    width: 25%;
    padding: 0 15px;
}
.speech-img-right {
    float: right;
    width: 25%;
    padding: 0 15px;
}
.speech-img-left img, .speech-img-right img {
    height: auto;
}
@media (max-width: 767px) {
    .speech-left, .speech-right {
        margin: 0 0 25px;
    }
    .speech-left p, .speech-right p {
        margin-left: 0;
    }
    .speech-img-left, .speech-img-right {
        float: left;
        width: 100%;
        margin-bottom: -5em;
    }
    .speech-left:after, .speech-right:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 19px 19px;
        border-color: #FFFFFF transparent;
        display: block;
        width: 0;
        z-index: 1;
        margin-top: -19px;
        left: 25%;
        top: 0;
    }
}
/* Added for the job postings */
.jobDepartment {
	display: inline-block;
    background: #fff;
    border: 1px solid rgba(40,54,69,0.2);
    margin: 1em;
    padding: 2em;
    width: 80%;
    z-index: 1;
    border-radius: 30px;
}
@media (max-width: 768px) {
    .jobDepartment {
        height: 100px;
    }
}
.jobDepartment:hover {
    color: rgba(40, 54, 69, 0.1);
    -webkit-transition: ease 2s; /* Safari */
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}
.jobDepartment.research:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Images_200/GWI_Data_team.png");
    opacity: .1;
    z-index: -1;
    background-size: 100%;
    background-position: 0em -5em;
    -webkit-transition: ease 1s; /* Safari */
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}
.jobDepartment.research:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Images_200/GWI_Data_team.png");
    opacity: 1;
    z-index: -1;
    background-size: 100%;
    background-position: 0em -5em;
    -webkit-transition: ease 2s; /* Safari */
    -moz-transition: ease 2s;
    -o-transition: ease 2s;
    transition: ease 2s;
}
.jobDepartment.sales:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Images_200/GWI_Sales-team.png");
    opacity: .1;
    z-index: -1;
    background-size: 100%;
    background-position: 0em -5em;
    -webkit-transition: ease 1s; /* Safari */
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}
.jobDepartment.sales:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Images_200/GWI_Sales-team.png");
    opacity: 1;
    z-index: -1;
    background-size: 100%;
    background-position: 0em -5em;
    -webkit-transition: ease 2s; /* Safari */
    -moz-transition: ease 2s;
    -o-transition: ease 2s;
    transition: ease 2s;
}
.jobDepartment.product:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Images_200/GWI_Product_and_Engineering.png");
    opacity: .1;
    z-index: -1;
    background-size: 100%;
    background-position: 0em -5em;
    -webkit-transition: ease 1s; /* Safari */
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}
.jobDepartment.product:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Images_200/GWI_Product_and_Engineering.png");
    opacity: 1;
    z-index: -1;
    background-size: 100%;
    background-position: 0em -5em;
    -webkit-transition: ease 2s; /* Safari */
    -moz-transition: ease 2s;
    -o-transition: ease 2s;
    transition: ease 2s;
}
.jobDepartment.marketing:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Images_200/GWI_Marketing.png");
    opacity: .1;
    z-index: -1;
    background-size: 100%;
    background-position: 0em -5em;
    -webkit-transition: ease 1s; /* Safari */
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}
.jobDepartment.marketing:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Images_200/GWI_Marketing.png");
    opacity: 1;
    z-index: -1;
    background-size: 100%;
    background-position: 0em -5em;
    -webkit-transition: ease 2s; /* Safari */
    -moz-transition: ease 2s;
    -o-transition: ease 2s;
    transition: ease 2s;
}
.jobDepartment.HR:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Images_200/GWI_HR-and_Finance.png");
    opacity: .1;
    z-index: -1;
    background-size: 100%;
    background-position: 0em -5em;
    -webkit-transition: ease 1s; /* Safari */
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}
.jobDepartment.HR:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Images_200/GWI_HR-and_Finance.png");
    opacity: 1;
    z-index: -1;
    background-size: 100%;
    background-position: 0em -5em;
    -webkit-transition: ease 2s; /* Safari */
    -moz-transition: ease 2s;
    -o-transition: ease 2s;
    transition: ease 2s;
}
.jobDepartment.client-services:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Images_200/GWI_Client_Services.png");
    opacity: .1;
    z-index: -1;
    background-size: 100%;
    background-position: 0em -5em;
    -webkit-transition: ease 1s; /* Safari */
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}
.jobDepartment.client-services:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Images_200/GWI_Client_Services.png");
    opacity: 1;
    z-index: -1;
    background-size: 100%;
    background-position: 0em -5em;
    -webkit-transition: ease 2s; /* Safari */
    -moz-transition: ease 2s;
    -o-transition: ease 2s;
    transition: ease 2s;
}
.careersTestimonial {
    text-align: left;
}
@media (max-width: 768px) {
    .careersTestimonial {
        text-align: center;
    }
}
.cotd-header {
	font-size: 16px;
}
.off-canvas-close {
	color: #fff;
	font-size: 1.25em;
	opacity: 0.6;
	right: -20px;
	margin-top: 26px;
}
.off-canvas-menu {
	left: -16px;
	color: #fff;
}
.hero-holder h4 {
    font-size: 1.35rem;
}
.hero-holder p {
    font-size: 1.0833333333rem;
}

@media (max-width: 768px){
	#contactHead {
		margin-left: 0;
	}
	.jobDepartment {
		text-align: center;
        min-width: 80%;
	}
	.cotd-header {
		text-align: center;
	}
}
/* LEGAL ================================== */

div.legal {
    margin-top: 50px;
	vertical-align: top;
}
h1.legal {
	margin: 0px;
	color: #283645;
}
p.legal {
	font-size: 0.875em;
	margin-top: 50px;
	text-align: justify;
}
.legal-copy {
	margin: 50px 0 100px 0;
	padding-top: 50px;
	border-top: dotted 1px #283645;
	font-size: 14px;
	text-align: justify;
}
.legal-copy b, .legal-copy strong {
	font-weight: 600;
	font-size: 1.15em;
}
.legal-copy ul {
    padding-left: 40px;
}
.legal-copy li {
	padding-left: 0.5%;
    list-style-type: disc;
}

/* ALIGNMENTS ================================== */

.left {
	text-align: left;
}
.centered {
	text-align: center;
	display: inline-block;
	float: none;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
	display: inline-block;
	float: none;
}
.bottom {
	vertical-align: bottom;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.row100 {
	display: inline-block;
	width: 100%;
}
.width100 {
	width: 100%;
}
.middled-wrapper {
	position: relative;
	top: 0;
	display: table;
	height: 100%;
	min-height: 100%;
}
.middled-inner:before {
	content: '';
	display: inline-block;
	height: 20vh;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}
.middled-inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	bottom: 25px;
	margin: auto;
}
.login-container {
	margin-top: 30%;
	min-width: 550px;
	vertical-align: middle;
	text-align: center;
}
.login-underlay {
	display: inline-block;
	content: '';
	background-color: #fff;
	opacity: 0.8;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.login-box {
	background-color: transparent;
	opacity: 1;
	border-radius: 10px;
	padding: 0 0 20px;
}
.login-header {
	position: relative;
	z-index: 2;
}
.login-header img {
	margin: 20px 0;
	width: 40px;
}
.login-header:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #283645;
	position: absolute;
	bottom: -8px;
	left: calc(50% - 10px);
}
.login-box form {
	position: relative;
	z-index: 3;
}
.login-details {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -70px;
}
#fixed-scroll-container {
    position: absolute;
    right: 0;
    top: 10em;
    height: 100%;
    width: 23.5%;
}
.cta-placeholder {
    width: 100%;
    position: absolute;
    top: 0px;
    right: 15px;
}
.hidden {
    visibility: hidden;
}
@media (min-width: 768px) {
    .hidden-sm {
        display: none;
    }
}
@media (max-width:768px) {
	.login-container {
		margin-top: 30%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
    .middled-inner:before {
        height: 5vh;
    }
    .left-xs {
        float: left;
    }
}
@media (min-height: 600px) and (min-width: 768px) {
	.login-container {
		margin-top: 15%;
	}
}

/* SPACERS ================================== */

section {
	padding: 20px 0 50px;
}
section.no-p {
	padding: 0;
}
section.no-pb {
	padding-bottom: 0;
}
.no-pt {
	padding-top: 0 !important;
}
.no-mb {
	margin-bottom: 0;
}
.no-mt {
	margin-top: 0px;
}
.top5 {
    margin-top: 5px;
}
.top10 {
	margin-top: 10px;
}
.top15 {
	margin-top: 15px;
}
.top20 {
	margin-top: 20px;
}
.top25 {
	margin-top: 25px;
}
.top35 {
	margin-top: 35px;
}
.top40 {
    margin-top: 40px;
}
.top50 {
	margin-top: 50px;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom25 {
	margin-bottom: 25px;
}
.bottom50 {
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .bottom100 {
        margin-bottom: 100px;
    }
}
.pt15 {
    padding-top: 15px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb25 {
    padding-bottom: 25px;
}
.pb50 {
	padding-bottom: 50px;
}
.divider-bottom {
	position: relative;
	padding: 5px;
}
.divider-bottom.white:after {
	background-color: #bbb;
}
.nav .divider {
	position: relative;
	background-color: #fff;
	height: 1px;
	margin: 20px 0;
	opacity: 0.6;
	margin-left: 10px;
}
.left20 {
	margin-left: 20px;
}
.right20 {
	margin-right: 20px;
}
.right10 {
	margin-right: 10px;
}
.right15 {
    margin-right: 15px;
}
.left10 {
	margin-left: 10px;
}
.left25 {
    margin-left: 25px;
}
.top10pad {
	padding: 10px;
}
.right10pad {
	padding-right: 10px;
}
.left50pad {
    padding-left: 50px;
}
@media (max-width: 768px) {
    .left50pad {
        padding-left: 15px;
    }
}
.padsections {
    padding: 0 40px;
}
.padsections .col-sm-3 {
    padding: 10px 0px;
}
.padsections .col-sm-6 {
    margin: 20px 0;
}
.extra-pad {
    padding: 50px 0 60px;
}
.extra-pad h2:first-child {
    margin-top: 0;
}
@media (min-width: 769px) {
	.sm-top20 {
		padding-top: 20px;
	}
}
@media (max-width: 767px) {
    .top10-mob {
        margin-top: 10px;
    }
}    
@media (max-width: 480px) {
    .no-mobile-gutter [class*='col-'] { 
        padding-left: 0;
        padding-right: 0; 
    }
}

/* COLORS ================================== */

.opaque {
	opacity: 0.7;
}
.dark-blue {
	color: #283645;
}
.blue {
	color: #436ab3;
}
.bright-blue {
	color: #3498db;
}
.sky-blue {	
	color: #4285d8;
}
.grey {
	color: #878787;
}
.light-grey {
	color: #ddd;
}
.dark-grey {
    color: #eee;
}
.white {
	color: #fff;
}
.green {
	color: #56ba53;
}
.pink {
	color: #f51464;
}

/* BACKGROUNDS ================================== */

.bg-natural {
	background-color: #ffffff;
}
.bg-dark-blue {
	background-color: #283645;
	color: #fff;
}
.bg-blue {
	background-color: #436ab3;
	color: #fff;
}
.bg-bright-blue {
	background-color: #3498db;
	color: #fff;
}
.bg-sky-blue {
	background-color: #4285d8;
	color: #fff;
}
.bg-grey {
	background-color: #999;
	color: #fff;
}
.bg-mid-grey {
	background-color: #666;
	color: #fff;
}
.bg-light-grey {
	background-color: #ddd;
}
.bg-light {
	background-color: #e3e3e3;
}
.bg-very-light {
	background-color: #eeeeee;
}
.bg-offwhite {
    background-color: #f7f8f9;
}
.bg-white {
	background-color: #ffffff;
}
.bg-pink {
	background-color: #f51464;
	color: #fff;
}
.bg-purple {
	background-color: #5e14a8;
	color: #fff;
}
.bg-snapchat {
    background-color: #FFFC00;
}


/* BACKGROUND IMAGES + VIDEO ================================== */

.full-screen {
	padding: 0;
	height: auto;
	min-height: 100vh;
}
.vh100 {
    display: block;
    min-height: 100vh;
    height: auto;
}
.cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: auto;
	min-height: 100vh;
}
.overlay {
    background: rgba(64,105,181,1);
    background: -moz-linear-gradient(left, rgba(64,105,181,1) 0%, rgba(77,182,235,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(64,105,181,1)), color-stop(100%, rgba(77,182,235,1)));
    background: -webkit-linear-gradient(left, rgba(64,105,181,1) 0%, rgba(77,182,235,1) 100%);
    background: -o-linear-gradient(left, rgba(64,105,181,1) 0%, rgba(77,182,235,1) 100%);
    background: -ms-linear-gradient(left, rgba(64,105,181,1) 0%, rgba(77,182,235,1) 100%);
    background: linear-gradient(to right, rgba(64,105,181,1) 0%, rgba(77,182,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4069b5', endColorstr='#4db6eb', GradientType=1 );
	opacity: 0.8;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.overlay-purple {
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #351c67;
}
video#bgvid {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	background-color: #283645;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: brightness(1.2);
}


.bg-blue-grad {
    /*background-image: url('//cdn2.hubspot.net/hub/304927/file-2893179264-png');*/
    background: transparent url("//cdn2.hubspot.net/hub/304927/file-2893179264-png?t=1450105712721") no-repeat scroll center center / cover;
}
.bg-geometric-grey {
    position: relative;
}
.bg-geometric-grey:before {
    display: inline-block;
    content: "";
    background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Patterns_Geometric.png');
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    z-index: -2;
}
.bg-geometric-grey:after {
    display: inline-block;
    content: "";
    background-color: #f7f8fa;
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 300px 300px 0 0;
    z-index: -1;
}
.bg-geometric-white {
    position: relative;
    background-color: #ffffff;
    z-index: 3;
}
.bg-geometric-white:before {
    display: inline-block;
    content: "";
    background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Patterns_Geometric.png');
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    z-index: -1;
}
.bg-geometric-white:after {
    display: inline-block;
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 300px 300px 0 0;
    z-index: -1;
}
.bg-careers {
    background-image: url('//cdn2.hubspot.net/hubfs/304927/Client_Event_June28/2.jpg');
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: 0 -20em;
}
.bg-careers:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: linear-gradient(to right,rgba(64,105,181,1) 0,rgba(77,182,235,1) 100%);
    opacity: 0.8;
    z-index: -1;
}
@media (max-width: 900px) {
    .bg-careers {
        background-position: inherit;
        background-repeat: no-repeat;
    }
}
.bg-1 {
	background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/bg-1-sm.jpg');
	position: relative;
}
.bg-2 {
	background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/bg-2.jpg');
	/*	position: absolute;*/
	background-size: cover;
}
.bg-3 {
	background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/bg-3.jpg');
	/*position: absolute;*/
}
.bg-4 {
	background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/bg-4.jpg');
	position: relative;
    z-index: 0;
    background-size: cover;
}
.bg-4:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #283645;
    opacity: 0.6;
    z-index: -1;
}
.bg-5 {
	background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/bg-5.jpg');
	position: absolute;
}
.bg-6 {
	background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/bg-6.jpg');
	/*position: absolute;*/
}
.bg-7 {
	background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/bg-7-sm.jpg');
	background-size: cover;
    position: relative;
}
@media (max-width: 767px) {
    .bg-7 {
        background-image: none;
    }
}
.bg-7:before {
    background: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Patterns_node.png');
    content: '';
    display: inline-block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0.2;
}
.bg-8 {
	background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/bg-8.jpg');
	background-size: 100%;
}
.bg-8:before {
    display: inline-block;
    background-color: #2D3C8A;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
}
.cover.bg-8 {
	background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/bg-8.jpg');
	position: relative;
	background-size: cover;
}
.bg-9 {
	background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/bg-9.jpg');
	/*position: absolute;*/
}
.cover.bg-10 {
	background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/bg-10.jpg');
	/*position: absolute;*/
}
.cover.bg-11 {
	background-image: url('//cdn2.hubspot.net/hub/304927/file-2846824479-png/Landing_Pages_Q2_2015/Images/Background_GWI_Social_Q1_2015.png');
	position: relative;
}
.bg-11 {
	background-image: url('//cdn2.hubspot.net/hub/304927/file-2846824479-png/Landing_Pages_Q2_2015/Images/Background_GWI_Social_Q1_2015.png');
	position: relative;
	background-size: 100%;
}
.cover.macbook-pro-platform {
	background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/macbook-pro-platform.jpg');
	/*position: absolute;*/
}
.bg-12 {
	background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/bg-12.jpg');
	background-size: cover;
	position: relative;
}
.bg-13 {
	background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/bg-13.jpg');
	position: relative;
}
.bg-stats {
    background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/bg-stats.jpg');
    position: relative;
}
.bg-section-11 {
	background-image: url('//cdn2.hubspot.net/hub/304927/file-2846824479-png/Landing_Pages_Q2_2015/Images/Background_GWI_Social_Q1_2015.png');
	background-size: cover;
}
.bg-section-12 {
    background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/bg-7.jpg');
    background-size: cover;
    background-position: 0% 45%;
    position: relative;
    border-top: 1px solid black;
    height: 30em;
}
.bg-section-12:before {
    display: inline-block;
    background-color: #2D3C8A;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
}
.bg-section-13 {
    background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Patterns_node.png');
    background-size: cover;
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.bg-section-13:before {
    display: inline-block;
    background-color: #4285d8;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -4;
}
.bg-section-13.bg-white {
    color: inherit;
}
.bg-section-13.bg-white:before {
    background-color: #fff;
}
.bg-section-13.bg-mid-blue:before {
    background-color: #436ab3;
}
.bg-section-13.bg-dark-blue:before {
    background-color: #283645;
}
.bg-14 {
    background-image: url('//cdn2.hubspot.net/hub/304927/file-2847597329-png/Landing_Pages_Q2_2015/Images/Background_GWI_Social_Q1_2015_Final.png');
    background-size: cover;
    background-position: 0 -15em;
}
.bg-iso-audience-1 {
    background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Audience_Builder_Isometric_02.png');
    background-position: calc(100% - -50em);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-iso-audience-2 {
    background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Audience_Builder_Isometric_04.png');
    background-position: -25em;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
}
.bg-iso-chart-1 {
    background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Chart_Builder_09.png');
    background-position: -35em 10em;
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg-atom:before{
    background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Patterns_Atom.png');
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    content: '';
    position: absolute;
    z-index: -1;
}
.bg-atom {
    background: -moz-linear-gradient(left, rgba(47,0,98,0.5) 100px, rgba(31,90,234,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100px,rgba(47,0,98,0.8)), color-stop(100%,rgba(31,90,234,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(47,0,98,0.8) 100px,rgba(31,90,234,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(47,0,98,0.8) 100px,rgba(31,90,234,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(47,0,98,0.8) 100px,rgba(31,90,234,0.8) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(47,0,98,0.8) 100px,rgba(31,90,234,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f0062', endColorstr='#c91f5aea',GradientType=0 );
    position: relative;
}
.bg-chart-builder {
    background-image: url("//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Chart_Builder_02.jpg?t=1441621756191");
    background-repeat: no-repeat;
    border-bottom: 1px solid #000;
    background-position: -280px 130px;
    background-size: 80%;
}
.bg-crowd {
    background-image: url("//cdn2.hubspot.net/hubfs/304927/Landing_Pages_Q2_2015/Background-Trends-16.png");
    background-size: 100%;
}
.bg-crowd:before {
    background-color: #fff;
    opacity: 0.7;
    content: '';
    background-size: 100%;    
}
.bg-network {
    background: transparent;
    position: relative;
}
.bg-network:before {
    background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Patterns_Network.png');
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    content: '';
    opacity: 0.04;
    z-index: -1;
}
.bg-techboard {
    background: #fff;
    position: relative;
}
.bg-techboard:before {
    background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Patterns_Tech-board.png');
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    content: '';
    opacity: 0.04;
}
.bg-hex {
    background-image: url('//cdn2.hubspot.net/hubfs/304927/Landing_Pages/Landing-Page-Background-Geometric-final.png');
    position: relative;
    background-size: cover;
}
.bg-landing-nick {
    background-image: url('//cdn2.hubspot.net/hubfs/304927/social-cover-Q3.png');
    position: relative;
    background-size: cover;
}
.bg-trends-17 {
    background-image: url('//cdn2.hubspot.net/hubfs/304927/Trends%2017/Trends-background.png');
    position: relative;
    background-size: cover;
}
.bg-trends-17-2 {
    background-image: url('//cdn2.hubspot.net/hubfs/304927/Reports/trends-17-nick-darker-2.png');
    position: relative;
    background-size: cover;
}
.bg-mothers {
    background-image: url('https://cdn2.hubspot.net/hubfs/304927/Landing_Pages/landing%20page%20background%20mothers.png');
    position: relative;
    background-size: cover;
}
.bg-atoms {
    background-image: url('//cdn2.hubspot.net/hubfs/304927/Landing_Pages/Landing-Page-Background-Atoms-Faded.png');
    position: relative;
    background-size: cover;
}
.bg-particle {
    position: relative;
    z-index: 1;
}
.bg-particle.purple:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: -moz-linear-gradient(left, rgba(47,0,98,0.5) 100px, rgba(31,90,234,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100px,rgba(47,0,98,0.8)), color-stop(100%,rgba(31,90,234,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(47,0,98,0.8) 100px,rgba(31,90,234,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(47,0,98,0.8) 100px,rgba(31,90,234,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(47,0,98,0.8) 100px,rgba(31,90,234,0.8) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(47,0,98,0.8) 100px,rgba(31,90,234,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f0062', endColorstr='#c91f5aea',GradientType=0 );
    z-index: -1;
}
.bg-particle.white:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #fff;
    opacity: 0.8;
    z-index: -1;
}
.bg-particle:after {
    background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Patterns_particle.png');
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: '';
    z-index: -2;
    opacity: 0.6;
}
.bg-particle-cut {
    background-color: white;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    z-index: 1;
}
.bg-particle-cut:before {
    display: inline-block;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 12em;
    right: 0;
    content: "";
    background: -moz-linear-gradient(left, rgba(47,0,98,0.5) 100px, rgba(31,90,234,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100px,rgba(47,0,98,0.8)), color-stop(100%,rgba(31,90,234,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(47,0,98,0.8) 100px,rgba(31,90,234,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(47,0,98,0.8) 100px,rgba(31,90,234,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(47,0,98,0.8) 100px,rgba(31,90,234,0.8) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(47,0,98,0.8) 100px,rgba(31,90,234,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f0062', endColorstr='#c91f5aea',GradientType=0 );
    z-index: -1;
}
.bg-particle-cut:after {
    background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Patterns_particle.png');
    top: 0;
    left: 0;
    right: 0;
    bottom: 12em;
    position: absolute;
    content: '';
    z-index: -2;
    opacity: 0.6;
}
.bg-audience-profiling {
    background-image: url('https://cdn2.hubspot.net/hubfs/304927/journey-new.png');
    position: relative;
    background-size: cover;
}


.line {
	position: relative;
}
.line:after {
	content: '';
	display: inline-block;
	width: 30%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	bottom: 0;
	left: 35%;
}
.line-bottom:after {
    content: "";
    display: inline-block;
    width: 40%;
    position: relative;
    left: 0;
    height: 1.5px;
    margin: 20px 0;
    background-color: #ddd;
}
.light-border {
    border: 1px solid rgba(40, 54, 69, 0.2);
}
@media (max-width: 767px) {
    .bg-particle-cut:before, .bg-particle-cut:after {
        bottom: 0;
    }
    .bg-particle-cut {
        padding-bottom: 50px;
        overflow: visible;
    }
    .bg-iso-audience-1 {
        background-image: none !important;
    }
    .bg-iso-audience-2 {
        background-image: none;
    }
    .hero-bottom {
        display: none;
    }
    #home.bg-section-12 {
        height: 40em;
    }
    .bg-section-12 {
        height: 50em;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bg-iso-audience-1 {
        background-image: url('//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Audience_Builder_Isometric_01.png');
        background-size: cover;
        background-position: calc(100% + 20em) 0em;
    }
    .bg-iso-audience-2 {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .bg-section-12 {
        height: 30em;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bg-iso-chart-1 {
        background-image: none;
    }
}

/* BUTTONS & LINKS ================================== */
a i {
    margin-left: 5px;
}
.button {
	border: 2px solid;
	background-color: transparent;
	border-radius: 50px;
	padding: 9px 25px;
    font-size: 1.2rem;
    text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    display: inline-block;
}
.agency-button {
	border: 2px solid;
	background-color: #e26925;
	border-radius: 50px;
	text-decoration: none;
	border-color: #eee;
	color: #eee;
	padding: 9px 25px;
    font-size: 1.2rem;
    text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    display: inline-block;
}
.agency-button:hover {
    text-decoration: none;
    color: white;
}
.cta-button {
    border: 2px solid;
	border-radius: 50px;
    text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    display: inline-block;
    padding: 20px 25px; 
    font-size: 18px; 
    background-color: #283645;
}
a.cta_button {
    border-bottom: none !important;
}
.cta-button:hover {
    border-color: #4285d8;
    color: #fff;
}

.hs-button {
    border: 2px solid;
    background-color: transparent;
	border-radius: 50px;
	padding: 9px 25px;
    font-size: 1.2rem;
    text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    display: inline-block;
}
.hs_cv_upload.field.hs-form-field {
    border-top: 1px solid rgb(135, 146, 169);
    border-bottom: 1px solid rgb(135, 146, 169);
    height: 100px;
    margin-bottom: 15px;
}
.button:hover {
    color: inherit;
}
.button-outline-pink {
    display: inline-block;
    border-radius: 50px;
    padding: 7px 25px;
    background-color: transparent;
    border: 2px solid #f51464;
    color: #f51464;
    font-size: 1.1rem;
    text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.button-outline-blue {
    display: inline-block;
    border-radius: 50px;
    padding: 7px 25px;
    background-color: transparent;
    border: 2px solid #3498db;
    color: #3498db;
    font-size: 1.1rem;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.button-bright-blue {
    display: inline-block;
    border-radius: 50px;
    padding: 4px 22px;
    font-size: 1.1rem;
    text-align: center;
    background-color: #3498db;
    border: 2px solid #3498db;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.button-dark-blue {
    display: inline-block;
    border-radius: 50px;
    padding: 4px 22px;
    text-align: center;
    font-size: 1.1rem;
    background-color: #283645;
    border: 2px solid #283645;
    color: #fff;
}
.button-peach {
    border: 2px solid;
    border-color: #f49377;
    background-color: #f49377;
    color: #FFFFFF;
	border-radius: 50px;
	padding: 9px 25px;
    font-size: 1.2rem;
    text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    display: inline-block;
}
.button-peach:hover {
    color: #FFFFFF;
}

.button-purple {
    border: 2px solid;
    border-color: #746eae;
	background-color: #746eae;
    color: #FFFFFF;
	border-radius: 50px;
	padding: 9px 25px;
    font-size: 1.2rem;
    text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    display: inline-block;
}
.button-purple:hover {
    color: #FFFFFF;
}
.button-regular-blue {
    border: 2px solid;
    border-color: #436ab3;
    background-color: #436ab3;
    color: #FFFFFF;
	border-radius: 50px;
	padding: 9px 25px;
    font-size: 1.2rem;
    text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    display: inline-block;
}
.button-red {
    border: 2px solid;
    border-color: #a73326;
    background-color: #a73326;
    color: #FFFFFF;
	border-radius: 50px;
	padding: 9px 25px;
    font-size: 1.2rem;
    text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    display: inline-block;
}
.button-red:hover {
    color: #FFFFFF;
}
a.button-bright-blue:hover {
    color: #fff;
}
button p, button h5 {
	margin: 0;
}
button i {
	padding-left: 5px;
}
button.nudge-left, button.nudge-right {
	position: relative;
	right: 5px
}
button.nudge-right {
	left: 5px;
}
.hero button, .featured-post button {
	color: #436ab3;
	font-size: 1.25rem;
	padding: 9px 30px;
}
.featured-post button {
	margin-bottom: 50px;
}
.listed-post button {
	margin-top: 15px;
}
a, button {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease 0;
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
a:hover {
	color: #3498db;
}
/*button:hover {
	border-color: #3498db;
}*/
a.dotted {
	border-bottom: 1px dotted;
}
.button-blue {
	display: inline-block;
	border-radius: 50px;
	padding: 4px 22px;
	background-color: #436ab3;
	border: 2px solid #436ab3;
	color: #f7f7f7;
}
.btn.active {
    background-color: #436ab3;
    color: #ffffff;
}
#startTrial {
	background-color: #283645;
	color: #ffffff;
	border-color: #283645;
}
#startTrial:hover {
	background-color: #3498db;
	border-color: #3498db;
}
.landing-social-icons {
    position: absolute;
    display: block;
    top: 50px;
    right: 15px;
    color: white;
}
.landing-social-icons a i {
    border: 1px solid;
    border-radius: 50%;6
    height: 32px;
    line-height: 30px !important;
    text-align: center;
    width: 33px;
    margin-left: 5px;
    margin-top: 10px;
}
/* FORMS ================================== */

/* HUBSPOT STYLES */
.hs-form-required {
    display: none !important;
}
.hs-input[type="checkbox"] {
    margin: 4px 10px 0 0;
}
input[type="file"] {
    display: block;
    margin: auto;
    font-size: 1.15rem;
    line-height: 1;
    text-align: center !important;
    width: 40%;
}
@media (max-width: 768px) {
    input[type="file"] {
    display: block;
    margin: 0;
    width: 100%;
    }
}
form > div[data-reactid]:not(.hs_submit) {
    display: inline-block;
    width: 100%;
}
.hs_cv_upload.field.hs-form-field {
    text-align: left;
}
.hs_cv_upload.field.hs-form-field span {
    font-size: 16px;
    margin: 15px auto;
    display: block;
    text-align: center;
}
.careers-form {
    width: 60%;
}
@media (max-width: 767px) {
    .careers-form {
        width: 100%;
    }
}

/* CUSTOM STYLES */

ul.hs-error-msgs li {
    list-style-type: none;
    position: relative;
    background: #436ab3;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
}
ul.hs-error-msgs li:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #436ab3;
    position: absolute;
    top: -8px;
    left: 20px;
}
ul.hs-error-msgs li label {
    margin-bottom: 0;
    font-weight: normal;
}

label {
    font-weight: normal;
}
label[placeholder] {
    font-weight: bold;
}
ul.inputs-list.multi-container {
    width: 60%;
    margin: auto;
    text-align: left;
}
::-webkit-input-placeholder {
	color: inherit;
}
:-moz-placeholder { /* Firefox 18- */
	color: inherit;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: inherit;
}
:-ms-input-placeholder {  
	color: inherit;
}
label[placeholder] {
    display: none;
}
form input {
	border-radius: 50px;
	line-height: 2;
}
/*form input[type="textarea"] {
	height: 100px;
	width: 100%;
	vertical-align: top;
	margin: auto;
    margin-bottom: 10px;
}*/
form input[type="submit"] {
	width: auto;
	text-align: left;
	display: inline-block;
	color: white;
	background-color: transparent;
	border: 2px solid;
	padding: 8px 25px;
	background-color: #436ab3;
	color: #fff;
	text-transform: uppercase;
}
form input[type="text"], form input[type="email"], form input[type="phone"], form input[type="number"], form input[type="url"], form input[type="tel"] {
	display: inline-block;
	border: 2px solid;
	padding: 8px 20px;
	background-color: #fff;
	color: #436ab3;
	width: 100%;
	margin-bottom: 10px;
    outline: 0;
}
form select {
	display: inline-block;
    -webkit-appearance: none;
	border: 2px solid;
	padding: 8px 20px;
	background-color: #fff;
	color: #436ab3;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 50px;
	height: 45px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.checkbox-label {
	padding: 10px;
	width: 100%;
	text-align: left;
}
textarea {
	background: #fff;
	color: #436ab3;
	display: inline-block;
	height: 125px;
	border-radius: 10px;
	border: 2px solid;
	padding: 8px 10px;
	width: 100%;
    margin-bottom: 10px;
}
.signin input, .signin input[type="text"] {
	display: block;
	background-color: transparent;
	border: 2px solid;
	text-align: center;
	font-size: 1.15rem;
	margin: 10px auto;
	width: 50%;
}
.form-col-2 form input[type="submit"] {
    margin-top: 10px;
}
#hs-pwd-widget-password {
    display: inline-block;
    border: 2px solid;
    padding: 8px 20px;
    background-color: #FFF;
    color: #436AB3;
    width: 100%;
    margin-bottom: 10px;
    outline: 0px none;
    border-radius: 50px;
    line-height: 2;
    height: 40px !important;
}
.password-prompt .hs-button {
    margin-top: 15px;
}
.submitted-message {
    color: #283645;
    font-size: 14px;
    margin-top: 15px;
}
/*@media (min-width: 768px) {
    #contact-form input[type="text"], #contact-form input[type="email"], #contact-form input[type="phone"], #contact-form input[type="number"], #contact-form input[type="url"], #contact-form input[type="tel"], #contact-form select, #contact-form textarea {
        width: 47%;
    }
    #contact-form div[data-reactid]:nth-child(odd) input, #contact-form div[data-reactid]:nth-child(odd) select, #contact-form div[data-reactid]:nth-child(odd) input, #contact-form div[data-reactid]:nth-child(odd) textarea {
        margin-right: 2%;
        vertical-align: top;
    }
}*/
@media (min-width: 768px) {
    .form-col-2 form > div[data-reactid]:not(.hs_submit) {
        width: 47%;
        vertical-align: top;
    }
    .form-col-2 form > div[data-reactid].hs_submit {
        clear: both;
    }
    .form-col-2 div[data-reactid]:nth-child(odd) {
        margin-right: 2%;
    }
}
@media (max-width: 767px) {
	body {
		background-attachment: fixed;
		text-align: center;
	}
}
/* Jobvite content ======= */
.jv-careersite {
    border: 1px solid rgba(135, 146, 169, 0.2);
    border-radius: 15px;
    background: white;
}
.jv-careersite a {
    margin-top: 25px;
    border: 2px solid;
    background-color: transparent;
    border-radius: 50px;
    padding: 9px 25px;
    font-size: 1.2rem;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
}
@media (max-width: 768px) {
    .jv-careersite {
        border: none;
        border-radius: 0;
        background: transparent;
    }
}

/* LISTS ================================== */

ul {
	padding-left: 0;
}
li {
	list-style-type: none;
}
ul.list-medium {
	font-size: 1.0833333333rem;
	line-height: 1.6;
}
/* Added for extra data points*/
ul#points {
	padding: 0;
}
ul#points li {
	display: inline;
	padding: 0;
	margin-left: 0;
}
ul#points li#last:after {
	display: inline;
	content: '';
}
ul#points li:after {
	content: '●';
	padding: 5px;
}
ul#imgPoints li {
	display: inline-block;
}
.post-body ul {
  padding-left: 20px;
}
.post-body li {
  list-style-type: disc;
}

/* ICONS ================================== */

img.icon, img.icon100, img.icon150 {
	display: inline-block;
    margin: auto;
}
img.icon {
	width: 90px;
}
.icon100-holder {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    margin-bottom: 35px;
}
.icon100-right {
    display: inline-block;
    width: calc(100% - 130px);
    margin: 0 0 35px 15px;
    vertical-align: middle;
}
.categories.icon100-holder {
    display: inline-block;
    width: 100px;
    vertical-align: top;
    margin-bottom: 35px;
}
.categories.icon100-right {
    display: inline-block;
    width: 50%;
    margin: 0 0 35px 15px;
    vertical-align: middle;
}
img.icon100 {
	width: 100px;
}
img.icon150 {
	width: 150px;
}
img.icon200 {
    width: 200px;
}
.icon150.right20 {
    margin-right: 20px;
}
.cover-arrows {
	display: block;
	bottom: 25px;
	position: absolute;
	width: inherit;
}
.rounded-stroke {
	display: inline-block;
	border-radius: 50px;
	border: 2px solid;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.75;
	position: relative;
	right: 5px;
}
.social-icons a i {
	border: 1px solid;
	border-radius: 50%;
	height: 32px;
	line-height: 30px !important;
	text-align: center;
	width: 33px;
	margin-left: 5px;
}
.social-icons a:first-child i {
	margin-left: 0;
}
.cotd-img {
	height: 250px;
	padding: 5px;
}
.cotd-list {
    font-size: 14px;
}
.cotd-logo {
	width: 80%;
}
.lb-nav a.lb-prev:hover:before {
	position:absolute;
	font-family: FontAwesome;
	top: 0;
	left:-5px;
	content: "\f105";
	background-color: black;
	z-index: 9999;
}
@media (max-width: 767px) {
    .icon100-right {
        width: 100%;
        margin: 0 0 35px 0;
    }
    .icon100-holder {
        margin-bottom: 0px;
    }
    .categories.icon100-right {
        width: 100%;
        margin: 0 0 35px 0;
    }
    .categories.icon100-holder {
        margin-bottom: 0px;
    }
    .cotd-logo {
        width: 100%;
    }
}

/* SECTIONS ================================== */
.no-overflow {
    overflow: hidden;
}
.border-top-grey {
    border-top: 1px solid #ddd;
    width: 100%;
}
.border-bottom-grey {
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.border-bottom-blue {
    border-bottom: 1px solid #b7deff;
}
.border-top-black {
    border-top: 1px solid black;
    width: 100%;
}
.border-top-light-grey {
    border-top: 1px solid #e9edf6;
    width: 100%;
}
.border-bottom-black {
    border-bottom: 1px solid black;
    width: 100%;
}
.hero-holder {
    position: relative;
    width: 100%;
    margin: 15px auto;
    padding: 35px 0px;
}
.hero-img {
	width: 100%;
}
.hero h1 {
	font-size: 2.3333333333rem;
}
.hero button {
	margin-bottom: 50px;
} 
.horizontal-stack * {
	text-align: left;
}
.vertical-stack * {
	text-align: center;
	vertical-align: top;
}
@media (min-width: 767px) {
    .vertical-stack .row100.top35 .col-sm-4 {
        margin-bottom: 35px;
    }
}
.horizontal-stack p, .vertical-stack p {
	font-size: 1.0833333333rem;
}
.caption-text button {
	margin-top: 10px;
}
.offset-img-right {
	position: absolute;
    left: 50%;
    width: 90em;
}
.offset-img-left {
    position: absolute;
    right: 50%;
    width: 90em;
}
.offset-img-right > img {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(200,200,200,1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(200,200,200,1);
    box-shadow: 0px 0px 10px 5px rgba(200,200,200,1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.offset-img-left > img {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(232,229,232,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(232,229,232,1);
    box-shadow: 0px 0px 15px 0px rgba(232,229,232,1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.caption-text-left, .caption-text-right {
    position: relative;
    width: 40%;
}
.two-line-cta {
	text-align: center;
}
.two-line-cta p {
	margin: -10px 0 10px;
}
.hero-bottom {
    top: 35px;
}
.hero-bottom:before {
    -webkit-box-shadow: inset 0 -360px 70px -200px rgba(255,255,255,1);
    -moz-box-shadow: inset 0 -360px 70px -200px rgba(255,255,255,1);
    box-shadow: inset 0 -360px 70px -200px rgba(255,255,255,1);
    z-index: 1;
    display: inline-block;
    content: '';
    top: 0;
    bottom: -5em;
    left: 0;
    right: 0;
    position: absolute;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.hero-bottom:after {
    background-image: url("//cdn2.hubspot.net/hubfs/304927/2015_Theme/Images/Shadow.png");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 93%;
    display: inline-block;
    content: '';
    z-index: 4;
    background-repeat: no-repeat;
    width: 100%;
}
.hero-bottom img {
    display: inline-block;
    bottom: 0;
    width: 90%;
    border-radius: 5px;
}
.marquee img {
    padding: 0 15px;
    height: 20em;
}
.marquee img:nth-child(5) {
    padding-right: 0;
}
.marquee img:nth-child(1) {
    padding-left: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.caption-text {
		margin-top: 4%;
        width: 100%;
        text-align : center;
    }
}
@media (max-width: 767px) {
	.home {
		background-color: #4285d8;
        background-image: none;
	}
    .horizontal-stack * {
        text-align: center;
    }
    .offset-img-left, .offset-img-right {
        top: 0;
        position: relative;
        height: 15em;
        width: 15em;
        margin: auto;
        left: 0;
        padding: 0 15px;
        border-radius: 50%;
        overflow: hidden;
    }
    .offset-img-right > img {
        box-shadow: none;
        transform: scale(3) translate(30px, 30px);
    }
    .offset-img-left > img {
        box-shadow: none;
        transform: scale(3) translate(30px, 30px);
    }
    .caption-text-left {
        width: 100%;
        left: 0;
        padding-top: 25px;
        text-align: center;
        margin: auto;
        float: none !important;
    }
    .caption-text-right {
        width: 100%;
        right: 0px;
        padding-top: 25px;
        text-align: center;
        margin: auto;
        float: none !important;
    }
    .hero-holder {
        margin-top: 0px;
        padding-top: 0px;
    }
    .mob-bottom {
        float: right;
    }
    .agency-button {
        float: left;
    }
}

/* Navigation ================================== */
header {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 10000;
	background-color: transparent;
}
header.padded {
	padding: 25px 0;
}
nav {
	padding: 15px 0 25px;
}
.navbar {
    z-index: 99999;
}
.logo {
	width: 194px;
    max-width: inherit;
	position: relative;
	right: 40px;
}
.logo-home {
	width: 204px;
	position: relative;
	right: 40px;
}
img.fixed-logo {
    width: 38px;
	position: relative;
	right: 0;
    padding: 10px 0px;
}
.simple-nav {
	text-align: right;
	position: relative;
	top: 28px;
}
.simple-nav a, .simple-nav button {
	margin: 0;
	font-size: 1.1666666667rem;
	cursor: pointer;
}
.simple-nav button {
	margin-left: 20px;
}
.simple-nav button:hover, .simple-nav button:hover a, .simple-nav a:hover  {
	text-decoration: none;
	color: inherit;
}
.simple-nav button a {
	margin: 0;
}
.navbar-toggle {
    background: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: inherit;
}
.navbar-fixed-top {
    max-height: 75px;
}
.navbar-fixed-top .simple-nav {
    top: 15px;
}
.navbar-fixed-top {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0% 0%;
    z-index: 21;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
    color: #243645;
}
.dropdown-menu {
	background-color: #283645;
	padding: 20px 30px 10px 20px;
	position: absolute;
	background-clip: inherit;
/*	-webkit-box-shadow: 3px 3px 4px 0px rgba(68,68,68,1);
	-moz-box-shadow: 3px 3px 4px 0px rgba(68,68,68,1);
	box-shadow: 3px 3px 4px 0px rgba(68,68,68,1);*/
}
/*section.home .dropdown-menu {
    background-color: #fff;
}*/
/*.dark-blue .dropdown-menu {
	-webkit-box-shadow: 3px 3px 4px 0px rgba(153,153,153,1);
	-moz-box-shadow: 3px 3px 4px 0px rgba(153,153,153,1);
	box-shadow: 3px 3px 4px 0px rgba(153,153,153,1);
}*/
.dropdown-menu:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -8px;
	left: 40px;
	width: 8px;
	height: 8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #283645;
}
/*section.home .dropdown-menu:before {
    border-bottom: 8px solid #fff;
}*/
.dropdown-menu li {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
}
.dropdown-menu li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.dropdown-menu > li > a {
    color: #fff;
	padding: 5px;
	display: inline-block;
	margin-left: 0px;
}
/*section.home .dropdown-menu > li > a {
    color: #436ab3;
}*/
.dropdown-menu > li > a:hover {
    color: #3498db;
}
/*section.home .dropdown-menu > li > a:hover {
    color: #3498db;
}*/
.dropdown-menu i {
	width: 20px;
}
.dropdown-menu p {
	font-size: 12px;
	opacity: 0.8;
}
.offcanvas {
	overflow-x: hidden;
}
@media (max-width: 767px) {
	.logo {
		right: 15px;
	}
    img.fixed-logo {
    	width: 38px;
		position: relative;
		float: left;
	}
	.simple-nav {
		display: inline;
        top: 0;
	}
	.simple-nav a {
		margin: 0px;
	}
	.navbar-nav {
		float: left;
		text-align: left;
		margin: 0;
	}
	.navbar-toggle {
		top: 1.1em;
	}
	.dropdown-menu > li > a {
		margin-left: -15px;
	}
	.dropdown-menu p {
		white-space: normal;
	}
    .simple-nav a {
        font-size: 1.5rem;
    }
	.simple-nav button {
		display: none;
	}
	.navbar-offcanvas .navbar-nav {
		width: 100%;
		color: #ffffff;
	}
	.dropdown-menu:before {
		display: none;
	}
}
@media (min-width: 769px) {
	.nav > li > a {
		padding: 9px 20px;
	}
	.navbar-nav > li > .dropdown-menu {
		margin-top: 10px;
	}
}
@media (max-width: 480px) {
    .logo {
        width: 204px;
        bottom: 3px;
    }
}
@media (min-width: 991px) and (max-width:1024px) {
    .navbar-right {
        margin-right: 0 !important;
    }
    .logo {
        right: 0px;
    }
}
/* New Nav ================================== */
.header {
    display: block;
    height: 70px;
}
.nav-overlay ul {
    margin:0;
    padding:0;
	text-decoration:none;
	list-style:none;
}
.nav-overlay li {
	padding:0;
	margin:0;
}
.nav-overlay  {
	text-align:center;
	width:100%;
	position:relative;
	height:auto;
	overflow:hidden;
	background:none;
}
.nav-overlay ul {
	text-align:center;
}
.nav-overlay ul li {
	display:inline-block;
}
.nav-overlay ul li a {
	color:#333;
	display:inline-block;
	padding:1em 3em;
	text-decoration:none;
	border-bottom:2px solid #fff;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	font-size:16px;
}
.nav-overlay ul li a:hover {
	color: #34B484;
}
/*styling open close button*/
.hamburger {
	display:inline;
	position:absolute;
	right:10%;
	top:50px;
	z-index:1000;
	font-size:30px;
}
@media (min-width: 769px) {
    .hamburger {
        display: none;
    }
}
.hamburger a {
	text-decoration:none;
}
.btn-open:after {
	color:#fff;
	content:"\f0c9";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
	color:#fff;
}
.btn-close:after {
	color:#fff;
	content:"\f00d";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
	color: #34B484;
}
.hamburger.dark .btn-open:after {
    color: #283645;
}
/*overlay*/
.nav-overlay-mobile {
	display:none;
	position:fixed;
	top:0;
    left: 0;
	height:100%;
	width:100%;
	background:#283645;
	overflow:auto;
	z-index:999;
}
.nav-overlay-mobile .wrap {
	color:#e9e9e9;
	text-align:center;
	max-width:100%;
	margin:0 auto;
}
.nav-overlay-mobile .wrap ul.wrap-nav {
	text-transform:capitalize;
	padding:150px 0px 100px;
}
.nav-overlay-mobile .wrap ul.wrap-nav li {
	font-size:20px;
	display:inline-block;
	vertical-align:top;
	width:24%;
	position:relative;
}
.nav-overlay-mobile .wrap ul.wrap-nav li a {
	color:#34B484;
	display:block;
	padding:8px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.nav-overlay-mobile .wrap ul.wrap-nav li a:hover {
	color:#f0f0f0;
}
.nav-overlay-mobile .wrap ul.wrap-nav ul {
	padding:20px 0;
}
.nav-overlay-mobile .wrap ul.wrap-nav ul li {
	display:block;
	font-size:16px;
	width:100%;
	color:#e9e9e9;
}
.nav-overlay-mobile .wrap ul.wrap-nav ul li a {
	color:#f0f0f0;
}
.nav-overlay-mobile .wrap ul.wrap-nav ul li a:hover {
	color:#34B484;
}
.nav-overlay-mobile .social {
	font-size:25px;
	padding:20px;
}
.nav-overlay-mobile .social p {
	margin:0;
	padding:20px 0 5px 0;
	line-height:30px;
	font-size:13px;
}
.nav-overlay-mobile .social p a {
	color:#34B484;
	text-decoration:none;
	margin:0;
	padding:0;
}
.nav-overlay-mobile .social-icon {
	width:80px;
	height:50px;
	background:#e9e9e9;
	color:#333;
	display:inline-block;
	margin:0 20px;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.nav-overlay-mobile .social-icon:hover {
	background:#34B484;
	color:#f0f0f0;
}
.nav-overlay-mobile .social-icon i {
	margin-top:12px;
}
@media (min-width:769px) and (max-width: 991px) {
    .simple-nav li:last-child {
        display: none!important;
    }
}
@media (max-width:768px) {
    .simple-nav {
        display: none;
    }
	.nav-overlay-mobile .wrap ul.wrap-nav>li {
		width:100%;
		padding:20px 0 0;
        font-weight:bold;
		border-bottom:1px solid #283645;
	}
	.nav-overlay-mobile .wrap ul.wrap-nav {
		padding:38px 0px 0px;
	}
	.nav-overlay ul {
		opacity:0;
		visibility:hidden;
	}
	.nav-overlay-mobile .social {
		color:#c1c1c1;
		font-size:25px;
		padding:0 0 15px 0;
	}
	.nav-overlay-mobile .social-icon {
		width:100%;
		height:50px;
		background:#fff;
		color:#333;
		display:block;
		margin:5px 0;
	}
}
/* Custom Carousel ================================== */
.carousel {
	margin: auto;
	padding-top: 35px;
}
.carousel .bullet {
	border: 1px solid #283645;
    cursor: pointer;
}
.carousel .bullet.active {
	background-color: #283645;
}
.carouselCaption {
	left: 0;
	z-index: 10;
	text-shadow: none;
	margin: auto;
	text-align: center;
	position: relative;
	width: 70%;
	font-size: 1.25em;
}
.carouselCaption h2 {
	margin-top: 0;
}
.carouselCaption button {
	margin-top: 20px;
	white-space: normal;
}
.carousel h4{
	margin-bottom: 30px;
}
.carouselControl {
	position: absolute;
	top: 35%;
	left: 0;
	bottom: 50%;
	font-size: 40px;
	text-align: center;
}
.carouselControl.right {
	left: auto;
	right: 0;
}
.carouselControl .icon-prev,
.carouselControl .icon-next,
.carouselControl .glyphicon-chevron-left,
.carouselControl .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carouselControl .icon-prev,
.carouselControl .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carouselControl .icon-next,
.carouselControl .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carouselControl .icon-prev,
.carouselControl .icon-next {
	width: 35px;
	height: 35px;
	margin-top: -10px;
	font-family: serif;
}
.carouselControl .icon-prev:before {
	content: '\2039';
}
.carouselControl .icon-next:before {
	content: '\203a';
}
.category-detail {
	padding: 20px;
}
button#seeMore {
    display: none;
}
.dataPoints {
	padding: 0;
	vertical-align: top;
}
.dataPoints h5 {
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	margin: 0 0 20px;
	padding: 20px 0 7px;
	overflow: hidden;
}
.dataPoints h4 {
	font-size: 15px;
}
.dataPoints ul {
	padding-left: 5px;
	padding-right: 5px;
}
.dataPoints li {
	font-size: 13px;
	list-style-type: disc;
	margin-left: 20px;
    padding: 0 0 5px;
}
.dataPoints li.list-header {
	margin: 5px 0;
	list-style-type: none;
}
.carousel-indicators {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	margin-top: auto;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	background-color: #283645;
}
.carousel-indicators .active {
	margin: 0;
	width: 15px;
	height: 15px;
	background-color: #666;
}
@media (min-width: 481px) {
    .carousel-inner {
        min-height: 250px;
    }
}
@media (min-width: 367px) and (max-width: 480px)  {
	.carousel-inner {
		min-height: 300px;
	}
}
@media (max-width: 366px) {
	.carousel-inner {
		min-height: 335px;
	}
}
@media (max-width: 767px) {
	.dataPoints li {
		margin-left: 0;
	}
}

/* CLIENTS & LOGOS ================================== */

#testimonials li {
	display: none;
}
#testimonials {
	text-align: center;
}
#testimonials p {
	position:relative;
	bottom:10px;
}
#testimonial-quote {
	padding-bottom: 30px;
	padding-left: 12%;
	padding-right: 12%;
	padding-top: 30px;
}
.bullet {
	display:inline-block;
	width:10px;
	height:10px;
	border: 1px solid #3498db;
	border-radius:50%;	
	margin:0 3px;
}
.bullet.active {
	background-color: #3498db;
}
.client-logo {
	display: inline-block;
	text-align: center;
	width: 7%;
	margin: 0 2%;
}
.client-logo img {
	width: 100%;
}

/* PRICING PLANS ================================== */
.pricing .button {
    font-size: 1.1rem;
}
.pricing h1 {
    font-size: 2rem;
}
.pricing h2 {
    font-size: 1.5rem;
	margin-bottom: 0;
}
.pricing h3, #full-pricing-table h3 {
	font-size: 2.9166666667rem;
}
.pricing h4 {
	font-size: 1.666666666667rem;
	border-bottom: 1px solid;
	padding: 3px 0;
}
.pricing h5 {
	margin: 10px 0;
}
.pricing p {
	font-size: 1rem;
}
.plan-1, .plan-2, .plan-3, .plan-4 {
	display: inline-block;
	position: relative;
	vertical-align: top;
	text-align: left;	
	padding: 10px 20px;
	margin-top: 30px;
	width: auto;
	/*min-width: 200px;
	max-width: 220px;*/
    width: 100%;
	color: #fff;
}
.pricing strong {
	font-weight: 600;
}
span.dollar {
	font-size: 0.65em;
	position: relative;
	bottom: 10px;
}
span.per-month {
	font-size: 1.1666666667rem;
}
span.slash {
	font-size: 1.6666666667rem;
}
.pricing ul {
	padding-left: 0;
}
.pricing li {
	list-style-type: none;
	line-height: 1.75;
	font-size: 13px;
}
.currencies p {
	display: inline-block;
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 12px;
	margin: 10px 3px;
}
.currencies p.active {
	background-color: #bbb;
	color: #fff;
}
#full-pricing-table th h2 {
	line-height: 10px;
	font-size: 1.6rem;
	text-align: center;
}
#full-pricing-table .sub-thead {
	height: 65px;
	color: #436ab3;
}
#full-pricing-table .sub-thead td {
	vertical-align: bottom;
	font-size: 1.35rem;
}
#full-pricing-table td {
	font-size: 1.15rem;
	text-align: center;
}
#full-pricing-table td:first-child {
	text-align: left;
}
#full-pricing-table .green, #full-pricing-table .grey {
	font-size: 1.5rem;
}
#full-pricing-table .color-row td:nth-child(2), #full-pricing-table .color-row th:nth-child(2) {
	color: #3498db;
}
#full-pricing-table .color-row td:nth-child(3), #full-pricing-table .color-row th:nth-child(3) {
	color: #436ab3;
}
#full-pricing-table .color-row td:nth-child(5), #full-pricing-table .color-row th:nth-child(5) {
	color: #f51464;
}
#full-pricing-table .color-row button {
	border-width: 2px;
}
@media (max-width: 768px) {
	.plan-1, .plan-2, .plan-3, .plan-4 {
		width: 225px;
        min-height: 485px;
	}
}
@media (max-width: 480px) {
    .plan-1, .plan-2, .plan-3, .plan-4 {
		width: 100%;
        max-width: inherit;
        min-height: inherit;
	}
}

/* RECENT BLOG POSTS [HOMEPAGE] ================================== */
.recent-posts .feedreader_box {
    margin-top: 10px;
}
.recent-posts .hs-rss-item {
    display: inline-block;
    width: 47%;
    margin-right: 2%;
    margin-top: 25px;
    vertical-align: top;
    padding-right: 20px;
}
.recent-posts .hs-rss-item:nth-child(1), .recent-posts .hs-rss-item:nth-child(2) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;   
}
.recent-posts .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: inline-block;
    width: 100%;
    height: 200px;
    margin-top: 20px;
    padding-bottom: 40px;
    overflow: hidden;
}
.recent-posts .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {
    width: 100%;
}
.recent-posts .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    
}
.recent-posts .hs-rss-title {
    font-size: 1.5rem;
    color: #436ab3;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.recent-posts .hs-rss-byline {
    font-size: 1rem;
    margin-bottom: 10px;
    opacity: 1;
}
.recent-posts .hs-rss-description p {
    margin-top: 20px;
    font-size: 13px;
}
.recent-posts .hs-rss-description a {
    display: block;
    /*color: #3498db;*/
    color: #436ab3;
    margin-top: 20px;
    text-transform: capitalize;
    border: 2px solid;
    background-color: transparent;
    border-radius: 50px;
    padding: 7px 25px;
    white-space: nowrap;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 120px;
}
@media (max-width: 767px) {
    .recent-posts .hs-rss-item {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }
    .recent-posts .hs-rss-title {
        overflow: visible;
        text-overflow: initial;
        white-space: normal;
    }
    .recent-posts .hs-rss-description a {
        margin: 20px auto 0;
    }
    .recent-posts .hs-rss-item:nth-child(3) {
        border-bottom: 1px solid #ddd;
        padding-bottom: 25px;   
    }
}

/* BLOG INDEX ================================== */

.blog-index {
	padding: 25px 0;
}
.blog-show {
	margin-top: 40px;
}
.blog-show img {
	padding: 25px 0;
}
.show-author {
	border: 1px solid #fff;
	text-align: center;
}
.show-author img {
	border-radius: 100%;
	padding: 0;
	border: 1px solid;
}
.show-author h4, .show-author h5 {
	padding: 0;
	margin: 5px 0;
}
.show-author p {
	margin-top: 0;
}
.post-item {
        display: inline-block;
        width: 100%;
        margin: 50px 0 0 0;
        background: #283645;
        border: 2px solid #436ab3;
        color: #fff;
        float: left;
}
@media (min-width: 768px) {
    .post-item {
        width: 31%; 
        margin-right: 2%;
    }
}
.post-item-metadata {
    display: inline-block;
    height: 50px;
    width: 100%;
    background-color: #436ab3;
    color: #fff;
    text-align: left;
}
.date-box {
    display: inline-block;
    /*background-color: #3498db;*/
    height: 50px;
    width: 50px;
    text-align: center;
}
.date-box-day {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.date-box-month {
    font-size: 15px;
    position: relative;
    bottom: 3px
}
.hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
}
.bio {
	margin-top: 20px;
	padding-top: 20px;
	position: relative;
}
.bio p:first-of-type::before {
	display: inline-block;
	content: "";
	width: 40%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	top: 0;
	left: calc(50% - 20%);
}
.bio a {
	display: inline-block;
	margin: 10px 0;
}
.featured-post h5 {
	padding-top: 50px;
}
.listed-post {
	display: inline-block;
	position: relative;
	padding: 30px 0 50px;
	border-bottom: 1px solid #ccc;
}
.popular-post {
	width: 90%;
	margin-top: 30px;
}
.pagination {
	font-size: 1.15rem;
}
.tag-box {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    float: right;
    padding-right: 10px;
}
.tags-and-comments {
    margin-bottom: 15px;
}
.tags-and-comments i {
    margin-right: 10px;
}
.tags-and-comments, .tags-and-comments p {
    font-size: 14px!important;
}
.tags-and-comments a, .tags-and-comments p a {
    color: #3498db;
    border-bottom: 1px dotted;
}
.tags-and-comments p.written-by {
    display: block;
    margin-bottom: 5px;
    font-size: 1em !important;
}
h1.post-title {
    font-size: 50px;
    margin: 25px 0 0;
    padding: 15px 0 25px;
}
h1.post-title span {
    word-wrap: inherit;
}
@media (max-width: 480px) {
    h1.post-title {
        font-size: 35px;
    }
}
p#hubspot-topic_data {
    color: #3498db;
}
p#hubspot-topic_data i {
    color: #fff;
}
.post-title {
    padding: 15px;
    color: #fff;
    position: relative;
    margin-bottom: 0;
}
.post-subtitle {
    border-bottom: 1px solid;
    margin-bottom: 30px;
    padding: 5px 0 25px;
}
.post-body {
    margin-top: 20px;
}
.post-body p {
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 20px;
}
.post-body a {
    color: #3498db;
    border-bottom: 1px dotted;
}
.post-body img {
    width: 100% !important;
    height: 100% !important;
}
.post-summary {
    padding: 20px 20px 40px 20px;
}
.post-summary p {
    font-size: 16px;
}
.post-summary h3 {
    color: #fff;
    margin-top: 40px;
    padding-top: 20px;
    position: relative;
    margin-bottom: 0;
}
.post-summary h3:before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 30px;
    background: #fff;
    position: absolute;
    top: 0;
}
.post-summary h3 a:hover {
    color: #53b7e8;
}
.post-summary .button {
    font-size: 13px;
    margin-top: 20px;
}
#hubspot-author_data {
    color: #53b7e8;
    font-size: 12px;
}
.new-comments {
    width: 80%;
}
label[placeholder] {
    display: block;
}
#comment-form {
    margin-top: 35px;
}
#comments-listing {
    padding: 0;
    border: 0;
}
.comment-reply-to {
    color: #fff !important;
    margin-top: 10px;
}
.comment-from a:hover {
    color: #fff;
}
.comment.depth-0 {
    padding: 2em;
    background-color: rgba(224, 224, 224, 0.32);
    border-radius: 25px;
    border: none !important;
}
.comment.depth-1 {
    margin-left: 3em;
    padding: 1em;
    padding-left: 2em !important;
    background-color: rgba(224, 224, 224, 0.32);
    border-radius: 25px;
    border: none !important;
}
.comment.depth-2 {
    margin-left: 6em;
    padding: 1em;
    padding-left: 2em !important;
    background-color: rgba(224, 224, 224, 0.32);
    border-radius: 25px;
    border: none !important;
}
.comment.depth-3 {
    margin-left: 9em;
    padding: 1em;
    padding-left: 2em !important;
    background-color: rgba(224, 224, 224, 0.32);
    border-radius: 25px;
    border: none !important;
}
.comment-body {
    word-break: normal;
}
@media (max-width: 767px) {
    #comments-listing {
        margin: auto;
    }
    #comment-form {
        margin: auto;
    }
    .comment.depth-1 {
        padding: 1em !important;
        margin-left: 2em;
    }
    .comment.depth-2 {
        padding: 1em !important;
        margin-left: 4em;
    }
    .comment.depth-3 {
        padding: 1em !important;
        margin-left: 6em;
    }
    .commentSharing .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
        clear: both;
    }
}
.comment-date {
    color: #fff !important;
    font-size: 1em !important;
    margin-left: 15px;
}
.postSharing .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    clear: both;
}
.commentSharing .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    float: left;
}
.hs-blog-social-share {
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    float: none;
    height: 30px;
    margin: 0;
}
.hs-author-avatar img {
    border-radius: 100%;
    width: 100px;
}
.blog-breadcrumbs {
    margin-bottom: 40px;
}
.blog-pagination {
    margin-top: 40px;
}
.blog-pagination i {
    margin-left: 0;
}
#fixed-scroll-blog {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 34%;
    margin-right: 15px;
}

/* THE DATA ================================== */

.category-title {
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}
.category-title:before {
	display: inline-block;
	height: 1px;
	background-color: #283645;
	opacity: 0.5;
	width: calc(100% - 30px);
	position: absolute;
	left: 15px;
	bottom: 34px;
	z-index: 1;
}
.category-title h4 {
	display: inline;
	line-height: 30px;
	background-color: #eeeeee;
	padding: 10px 20px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.category-title h5 {
	display: inline;
	line-height: 30px;
	background-color: #eeeeee;
	padding: 10px 20px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.data-category {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
	position: relative;
}

/* LEGAL ================================== */

div.legal {
    margin-top:50px;
	vertical-align:top
}
h1.legal {
	margin:0;
	color:#283645
}
p.legal {
	font-size:1em;
	margin-top:25px;
	text-align:justify
}
.legal-copy {
	margin:50px 0 100px 0;
	padding-top:50px;
	border-top:dotted 1px #283645;
	font-size:13px;
	text-align:justify
}
.legal-copy p {
    font-size: 13px;
}
.legal-copy b,.legal-copy strong {
	font-weight:600;
	font-size:1.15em;
}
.legal-copy ul {
	padding-left:40px
}
.legal-copy li {
	padding-left:.5%;
	list-style-type:disc
}

/* FOOTER ================================== */

	footer {
		padding: 20px 0;
	}
	footer .footer-list {
		display: inline-block;
		width: 20%;
		vertical-align: top;
	}
	.footer-contact {
		float: right;
		text-align: right;
	}
	footer li {
		margin-bottom: 2px;
        line-height: 1.8;
	}
	footer .footer-social {
		display: inline-block;
		width: auto;
	}
	footer .subfooter {
		position: relative;
		border-top: 1px solid #ddd;
		margin-top: 20px;
		padding: 20px 0 10px;
	}
	footer .subfooter p {
		display: block;
		text-align: left;
		font-size: 10px;
		margin: 0;
	}
	footer .subfooter img {
		position: absolute;
		right: 0;
		bottom: 0px;
		width: 35px;
	}
	@media (max-width: 767px) {
		footer .subfooter p {
			text-align: center;
		}
		footer .footer-list {
			width: 50%;
			padding: 0 5px;
		}
		footer .footer-contact {
			text-align: center;
			float: inherit;
		}
		footer .footer-social {
			width: 50%;
		}
		footer .subfooter img {
		position: relative;
		margin: auto;
		bottom: 0px;
		width: 35px;
		padding-top: 25px;
		}
	}
    @media (max-width: 480px) {
        footer {
            font-size: 14px;
        }
        footer h5 {
            font-size: 20px;
        }
        footer .footer-list, footer .footer-social {
            width: 100%;
        }
    }
