@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,500i,600,700,800|Roboto+Slab:400,700');
@import url('../../maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.html');
/* Responsive Grid */



/* Date Picker */

/* System Template Forms */
#email-prefs-form .email-edit {
width: 100% !important;
max-width: 507px !important;
}
#hs-pwd-widget-password {
height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
padding: 0;
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
list-style: none;
margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
content: " ";
display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
content: " ";
display: table;
clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:not(.mobile) {
float: none;
display: inline-block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.4s;
position: absolute;
z-index: 10;
background: rgba(255,255,255,0.95);
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
display: block;
white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
left: 100%;
/*top: -221px;*/
top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
opacity: 1;
visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
display: block;
visibility: visible;
opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
content: " ";
display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
content: " ";
display: table;
clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
display: inline-block;
}

/* Vertical Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-vertical {
width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
list-style: none;
margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.4s;
position: absolute;
z-index: 10;
left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
display: block;
white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
left: 100%;
top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
opacity: 1;
visibility: visible;
}


@media (max-width: 767px) {
.hs-menu-wrapper, .hs-menu-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
list-style: none;
margin: 0;
display: block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
display: block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
float: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
display: block;
}

/* Stacking Horizontal Nav for Mobile */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
visibility: visible !important;
opacity: 1 !important;
position: static !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
padding: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
white-space: normal;
}

/* Stacking Vertical Nav for Mobile */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
position: static;
opacity: 1;
visibility: visible;
}
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
visibility: visible;
opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
display: block;
visibility: visible;
opacity: 1;
}

/* Space Module */
.widget-type-space {
visibility: hidden;
}

/* Blog Author Section */
.hs-author-social-links {
display: inline-block;
}
.hs-author-social-links a.hs-author-social-link {
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.html");
}
.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.html");
}
.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.html");
}
.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.html");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

.hs-cta-wrapper a.button {
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
}

/*
* 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(../../cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.html) 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(../../cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.html) 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: #fff;
padding: 0 5% 0 5%;
width: 100%;
bottom: 0;
text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
color: #fff;
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: #000;
position: static;
font-size: 2em;
line-height: 1.1em;
color: #fff;
width: 90%;
padding: 0px 5% 0px 5%;
top: 40%;
text-align: center;
}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
color: #fff;
}

/* 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 */


/* 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;
}


/* ==========================================================================
Typography
========================================================================== */


/* Basic text */

small {}
strong {
font-weight: 700;
}
em {}
cite {}
code {}
pre {}

sup, sub {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}

sup { top: -0.5em;left: -1px;}
sub { bottom: -0.25em; }

p sup {
font-size: 35%;
top: -10px;
}

h1 sup {
top: -1.5em;
font-size: 30%;
}



.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
@media (max-width: 767px) {
.text-right {
text-align: left;
}
}

.white-text h1, .white-text h2, .white-text h3, .white-text  h4,
.white-text h5, .white-text h6, .white-text p, .white-text a, .white-text li {
color: #fff;
}

/* Headings */


h1 {
font-size: 45px;
}

h2 {
font-size: 32px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {}


@media (max-width: 767px) {
h1 {
font-size: 24px;
}
h2 {
font-size: 19px;
}
}

/* Lists */
ul, ol {
margin: 0 0 20px;
}

ol {
padding-left: 25px;
counter-reset: item;
}
klin {
margin: 20px auto;
text-indent: -1.2rem;
list-style-type: none;
counter-increment: item;
}
ol>li {
margin-bottom: 10px;
}

ol>li:before {
display: inline-block;
/*  width: 1rem; */
padding-right: .5rem;
font-weight: bold;
text-align: right;

/*   content: counter(item) '.';
counter-increment: item */
}


/* .hs-landing-page ol>li {
margin-bottom: 10px;
}
.hs-landing-page ol>li:before {
content: auto !important;

} */

ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
list-style: none;
margin: 0;
padding: 0;
}







.hs-landing-page:not('.gmp') .body-container-wrapper ul li:before {
width: 4px;
height: 4px;
top: 20px;
left: -17px;
border-radius: 50%;
background: #333;
}

@media (max-width: 767px) {
.body-container-wrapper #double li,
.body-container-wrapper #double-square li,
.body-container-wrapper #triple li {
width: 100%;
padding-right: 0;
}
}



/* ==========================================================================


2. COS STRUCTURE


========================================================================== */


/* ==========================================================================
Header
========================================================================== */

.header-container .widget-type-cta {
display: none;
}


.site-header .logo {
padding-top: 40px;
}
.site-header .logo img {
max-width: 250px;
}

@media (min-width: 769px) and (max-width: 900px) {
.site-header.sticky .logo {
padding-top: 17px !important;
}
.site-header .logo {
padding-top: 33px !important;
}
.site-header .logo img {
max-width: 150px !important;
}
}

@media (min-width: 768px) {
body:not(.no-sticky) .header-container-wrapper {
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999999;
}

.site-header {
background: #fff;
width: 100%;
}

.site-header.sticky {
box-shadow: 0 1px 10px rgba(0,0,0,0.05);
}
.site-header.sticky .logo {
padding-top: 2px;
}
.site-header.sticky .logo img {
max-width: 200px;
}
.site-header.sticky .custom-menu-primary .hs-menu-wrapper > ul > li > a {
padding-top: 20px;
padding-bottom: 25px;
}
.site-header.sticky .custom-menu-primary .button {
margin-top: -4px;
}

body:not(.no-sticky) .sticky.site-header {
background: rgba( 255, 255, 255, 1 );
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}

}

@media (min-width: 768px) and (max-width: 899px) {
.site-header .widget-type-menu {
clear: both;
width: 100% !important;
margin-left: 0 !important;
}
.site-header .table-display .row-fluid {
display: block !important;
}
}

@media (max-width: 768px) {
.site-header .logo {
padding-top: 13px;
}
.site-header img {
max-width: 200px !important;
}
}


.ppc-header {
background: transparent;
}
.ppc-header .logo {
padding: 20px 0;
}
.ppc-header a {
border: 0;
}
@media (min-width: 768px) and (max-width: 900px) {
.ppc-header p {
padding-top: 20px;
}
}
@media (min-width: 768px) {
.ppc-header p {
margin-bottom: 0;
}
}

.ppc-v2 .slick-prev, .ppc-v2  .slick-next {
font-size: 1px;
line-height: 1;
color: transparent;
}

.ppc-v2 .slick-prev {
left: 40px;
}

.ppc-v2 .slick-next {
right: 40px;
}

.ppc-v2 .white-bkg {
background: white;
}

.ppc-v2 .inline-imgs img.hs-image-widget {
width: 150px !important;
height: auto !important;
}

.ppc-v2 .single-slide {
background: #f2f2f2;
padding: 80px 40px;
width: 700px;
margin: 0 auto;
max-width: 100%;
text-align: center;
}

.ppc-v2 .body-container-wrapper ul li:before, .ppc-v2 .body-container-wrapper #double-square li:before {
content: none;
}

.ppc-v2  ul.slick-dots {
padding-left: 0px;
}

.ppc-v2 .no-top {
padding-top: 0px;
}

.ppc-v2 button.slick-next.slick-arrow:before {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/PPC%20LP/arrow_righty.html);
width: 31px;
height: 31px;
display: block;
content: "";
background-size: cover;
}

.ppc-v2 button.slick-prev.slick-arrow:before {
background-image:  url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/PPC%20LP/arrow_left.html);
width: 31px;
height: 31px;
display: block;
content: "";
background-size: cover;
}

.ppc-v2 ul.slick-dots {
display: none !important;
}

@media(max-width: 767px){
.ppc-v2 .slick-prev {
left: 10px;
}

.ppc-v2 .inline-imgs img.hs-image-widget {
width: 150px !important;
height: auto !important;
display: inline-block;
margin: 15px 0px;
}

.ppc-v2 .slick-next {
right: 10px;
}
.ppc-v2 .single-slide {
padding:  50px;
}
.ppc-v2 .single-slide h3 {
font-size: 20px;
}
.ppc-v2 .single-slide p {
font-size: 15px;
}


}
/* ==========================================================================
Content
========================================================================== */

@media (max-width: 767px) {
.body-container-wrapper {
padding-top: 0 !important;
}
}
.body-container-wrapper {}
.body-container {}



/* Unique Pages
========================================================================== */

/* ===== 0.0 Home ===== */

.home .scroll.centered-container .section {
padding: 75px 0;
}

.home .line-wrapper .vertical-line#line-2 {
top: 0;
}


.home .section2 h2 {
line-height: 1.5em;

margin-bottom: 0;
}

.home .square-space {
display: block;
width: 100%;
height: 150px;
}

.home .section3 #fixed-slides-container,
.home .section3 #slides,
.home .section3 .fixed-slide {
/*width: 100%;
height: 100%;
top: 0;
left: 0;
height: 100vh; */
}
/*.fixed-slide {
position: relative;
overflow: hidden;
padding: 50px;
width: 100%;
height: 100%;
}*/
.home .section3 #fixed-slides-container {
/*height: 750px;*/
}
.home .section3 #fixed-slides-container {
overflow: hidden;
}
.home .section3 #slides,
.home .section3 .fixed-slide,
.home .section3 .fixed-slide .side-img,
.home .section3 .fixed-slide .content div {
-webkit-transition: ease .3s all;
-moz-transition: ease .3s all;
-o-transition: ease .3s all;
-ms-transition: ease .3s all;
transition: ease .3s all;;
}
.home .section3 .fixed-slide .side-img {
background-size: cover;
background-position: 0;
background-repeat: no-repeat;
background-color: #fff;
padding: 425px 0;
width: 55%;
position: absolute;
z-index: -1;
}
.home .section3 .fixed-slide .content {
width: 50%;
height: 515px;
float: right;
border: 5px solid #000;
padding: 7% 6% 7% 11%;
margin-top: 120px;
}
.home .section3 .fixed-slide .content img {
margin: 0 auto;
}
.home .section3 .fixed-slide .content h1 {
font-size: 100px;
line-height: 100px;
margin: 20px auto 0;
}
.home .section3 .fixed-slide .content h1 span:nth-child(1) {
top: -15px;
}
.home .section3 .fixed-slide .content h1 span,
.home .section3 .fixed-slide .content h1 span:last-child {
font-size: 50px;
position: relative;
top: -30px;
}

.home .section4 #section4-left {
padding-top: 120px;
}
.home .section4 .links p {
font-size: 30px;
font-weight: 700;
line-height: 1.25em;
margin: 20px auto;
}
.home .section4 .links p span {
color: #f3ff00;
font-size: 16px;
font-weight: 500;
padding-left: 5px;
position: relative;
top: -3px;
}
.home .section4 .links p span img {
position: relative;
top: -12px;
}
.home .section4 .links a {
border-bottom: 0;
}
.home .section4 .links a:hover {
color: #657573;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
padding-left: 20px;
}
.home .section4 .links a:hover:after {
content: '';
display: inline-block;
width: 33px;
height: 20px;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_gray.html);
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;

margin-left: 10px;
}

.home .scroll.centered-container .section.section5 {
padding-bottom: 0;
margin-bottom: -50px;
}

.home .section6-banner {
background-size: cover;
background-repeat: no-repeat;
background-position: top right;
padding: 250px 0;
}
.home .section6 .alt-bkg.page-center {
padding: 50px 20px;
}
.home .section6 .alt-bkg p {
font-size: 30px;
}
.home .section6 .alt-bkg p {
margin-bottom: 35px;
}
.home .section6 .alt-bkg p:last-child {
margin-bottom: 0;
}

/*@media (min-width: 769px) {
body.home {
overflow: hidden;
background: #000;
}
body.home,
.home .intro,
.home .intro .loading {
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.home .intro .loading {
position: fixed;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 1;
background-color: #000;
z-index: 99;
text-align: center;
overflow: hidden;
}
.home .intro .loading-image {
position: absolute;
z-index: 999;
width: 115%;
height: 100%;
top: 0;
left: 0;
right: 0;
}
}  */

.home .section2 .page-center.center-small {
max-width: 800px;
}

@media (min-width: 768px) {
.home .centered-container {
display: table;
width: 100%;
max-width: 1180px;
margin-left: auto;
margin-right: auto;
}
.home .centered-container.fullwidth {
max-width: 100%;
}
.home .centered-container .centered-content {
display: table-cell;
vertical-align: middle;
position: relative;
top: -70px;
}
.home .centered-container .section {
padding: 0;
}
.home .scroll.centered-container .section.section1 {
padding: 200px 0 75px;
}
.home .scroll-down {
text-align: center;
font-size: 16px;
margin-bottom: 115px;
}
.home .scroll.centered-container .section.section2 {
padding: 200px 0;
}
.home .section2 .page-center.center-small {
padding: 0 80px;
}
.home .scroll.centered-container .section.section4 {
padding-top: 150px;
padding-bottom: 100px;
}
.home .section3 {
padding-bottom: 200px;
}
.home .section3 .fixed-slide {
height: 750px;
margin: 200px auto;
}
.home .section3 .fixed-slide:first-child {
margin-top: 0;
}
.home .section3 .fixed-slide:last-child {
margin-bottom: 0;
}
.home .section4 .links {
padding-left: 85px;
}
.home .section5 .testimonials {
padding-left: 75px;
}
.home .section6-banner {
margin-bottom: -150px;
}
.home .section6 .alt-bkg.page-center {
position: relative;
padding: 75px 17%;
}
}

@media (min-width: 1100px) {
.home .scroll.centered-container .section.section1 {
padding: 195px 0 0;
}
}

@media (min-width: 1300px) {
.home .scroll.centered-container .section.section1 {
padding: 225px 0 50px;
}
}

@media (min-width: 1500px) {
.home .section6-banner {
padding: 325px 0;
}
.home .section6 .alt-bkg.page-center {
margin-top: -250px;
}
}

@media (min-width:801px) and (max-width: 1100px) {
.home .section3 .fixed-slide {
margin: 100px auto;
}
}
@media (max-width: 800px) {
.home .section3 .fixed-slide {
margin: 50px auto;
}
.home .section3 .fixed-slide:last-child {
margin-bottom: 0;
}
.home .section3 .fixed-slide .side-img {
background-size: cover;
background-position: center;
width: 100%;
padding-bottom: 0;
}
.home .section3 .fixed-slide .content {
width: 100%;
height: 415px;
float: none;
padding: 7%;
margin-right: 0;
position: relative;
top: 150px;
background: #fff;
}
.home .section5 .row-fluid .span1.widget-type-space {
display: none !important;
}
.home .section5 .row-fluid .span5.widget-type-rich_text,
.home .section5 .row-fluid .span6.widget-type-raw_jinja {
width: 100% !important;
float: none !important;
display: block !important;
margin: 0 auto !important;
}
.home .section5 .testimonials {
padding-left: 0;
}
}

@media (max-width: 768px) {
.home .triangle,
.home .intro,
.home .vertical-line,
.home .scroll-down,
.home .square-space {
display: none !important;
}
}

@media (max-width: 767px) {
.home .scroll.centered-container .section.section2 {
padding-top: 0;
}
.home .section3 .fixed-slide {
height: 700px;
position: relative;
opacity: 1;
}
.home .section4.scroll.centered-container.section,
.home .section4 #section4-left {
padding-top: 0;
}
.home .section3 .fixed-slide .content {
top: 100px;
}
.home .section5 .testimonials .content {
padding-right: 25px;
}
.home .section5 .testimonials .slick-prev {
top: 100px;
}
.home .section5 .testimonials .slick-next {
bottom: 455px;
}
.home .section6-banner {
padding: 125px 0;
margin-bottom: -5px;
}
.home .section7 .post-box {
width: 100%;
padding: 15px 0 30px;
}
}


/* ===== 1.0 Work - Index Page ===== */

.work.hs-blog-listing #case-studies {
list-style-type: none;
margin: 0;
padding: 0;
}

.work.hs-blog-listing #case-studies .cs-item {
display: inline-block;
width: 32%;
margin: 0 .5% 18px;
text-align: center;
}
.work.hs-blog-listing #case-studies .cs-item:before {
display: none;
}


.work.hs-blog-post .content h2 {
font-size: 45px;
}

@media (max-width: 767px) {
.work.hs-blog-listing h1 {
font-size: 36px;
}
.work.hs-blog-listing #case-studies {
margin-top: 40px;
}
}

@media (max-width: 599px) {
.work.hs-blog-listing h1 {
font-size: 28px;
}
}

.work.hs-blog-listing .cs-item .featured-image {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 0px;
overflow: hidden;
}

.work.hs-blog-listing .cs-item .hover-content {
position: relative;
color: #fff;
width: 100%;
background: #657573;
text-align: left;
border-top: 5px solid #f3ff00;
bottom: 0;
padding: 20px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.work.hs-blog-listing .cs-item:hover .hover-content {
bottom: 0;
}

.work.hs-blog-post .content.solution-section.Light h1:after {
content: none;
}

.work.hs-blog-post .content.solution-section h1:after {
content: '';
width: 120px;
height: 10px;
background: #f3ff00;
display: block;
position: relative;
margin-top: 30px;
}

.hs-content-id-9166326167.work.hs-blog-post .cs-banner .cs-logo img {
max-height: 74px;
width: auto !important;
max-width: 100%;
}


.work.hs-blog-listing .cs-item h4 {
font-size: 24px;
font-weight: 700;
color: #fff;
margin: 0 auto;
}
.work.hs-blog-listing .cs-item p {
font-size: 16px;
font-weight: 400;
line-height: 22px;
margin: 10px auto;
}
.work.hs-blog-listing .cs-item .read-more {
font-size: 16px;
margin: 0 auto;
font-family: 'Roboto Slab', serif;
color: #FFF100;
}
.work.hs-blog-listing .cs-item .read-more:after {
content: '';
display: inline-block;
width: 25px;
height: 11px;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_yellow.html);
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
margin-left: 10px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.work.hs-blog-listing .cs-item .read-more:hover:after {
-webkit-transform: translateX(15px);
-moz-transform: translateX(15px);
transform: translateX(15px);
}

.work.hs-blog-listing .filter-navigation {
font-size: 16px;
}
.work.hs-blog-listing .filter-navigation .sortBy {
display: inline-block;
line-height: 1em;
color: #959595;
border: 1px solid #959595;
border-right: 0;
padding: 17px 20px;
position: relative;
height: 50px;
}
#testimonial-filters {
font-size: 0;
}


.work.hs-blog-listing .filter-navigation #testimonial-filters .sortBy {
display: inline-block;
line-height: 1em;
color: #959595;
border: 1px solid #c1c1c1;
border-right: 0;
padding: 17px 20px;
position: relative;
height: 50px;
vertical-align: middle;
font-size: 16px;
}
.work.hs-blog-listing #csTopics {
display: inline-block;
margin-left: -5px;
vertical-align: bottom;
}
.work.hs-blog-listing #csTopics .cs-topic,
.work.hs-blog-listing .cs-topic,
.testimonial-topic {
display: inline-block;
margin-left: 0;
vertical-align: middle;
}
@media (max-width: 599px) {
.work.hs-blog-listing #csTopics .cs-topic,
.work.hs-blog-listing .cs-topic,
.testimonial-topic {
display: block;
width: 100%;
max-width: 275px;
}
}
.work.hs-blog-listing .cs-topic.cs-topic-type,
.work.hs-blog-listing .cs-topic.cs-topic-category {
display: none;
}
.work.hs-blog-listing .selectric-wrapper {
width: 275px;
text-align: center;
font-size: 16px;
font-weight: 700;
}
.work.hs-blog-listing .selectric {
border: 1px solid #959595;
border-radius: 0;
height: 50px;
}
.work.hs-blog-listing .cs-topic .selectric {
border-left: none;
}
.work.hs-blog-listing .cs-topic:first-child .selectric {
border-left: 1px solid #959595;
}
.work.hs-blog-listing .selectric .label {
height: 50px;
color: #000;
line-height: 50px;
text-transform: uppercase;
padding: 0 10px 0 0;
margin: 0 auto;
}
.work.hs-blog-listing .selectric-items {
border: 1px solid #959595;
border-top-color: #fff;
text-transform: capitalize;
width: 100% !important;
}
.work.hs-blog-listing .selectric-above.selectric-open .selectric-items {
border-top-color: #959595;
border-bottom-color: #fff;
}
.work.hs-blog-listing .selectric-scroll li:first-child:before {
content: 'All';
position: relative;
display: block;
background: #fff;
width: 100%;
left: 0;
top: 0;
line-height: 0;
padding: 10px;
margin-bottom: -20px;
}
.work.hs-blog-listing .selectric-scroll li.highlighted:first-child:before,
.work.hs-blog-listing .selectric-scroll li:hover:first-child:before {
background: #f2f2f2;
}
.work.hs-blog-listing .selectric .selectArrow {
height: 40px;
border-left: 0;
}
.work.hs-blog-listing .selectric-wrapper .selectric .selectArrow:after {
top: -2px;
border: 7px solid transparent;
border-top: 7px solid #000000;
border-bottom: none;
}
.work.hs-blog-listing .selectric-wrapper.selectric-open .selectric .selectArrow:after {
border-bottom: 7px solid #000000;
border-top: none;
}

.work.hs-blog-listing .blog-sub-nav .single-tab:first-child {
margin-right: -4px;
border-right: 0px;
}

.work.hs-blog-listing .top-box {
height: 160px;
background-size: cover;
position: relative;
background-position: top center;
}

.related-posts .client-video  .top-box {
height: 160px;
background-size: cover;
position: relative;
background-position: top center;
}

/** web design portfolio ***/

.web-portfolio.work.hs-blog-listing .top-box {
/*     height: 250px; */
background-size: cover;
position: relative;
background-position: top center;
}

/** fix for specific post ***/

.work.hs-content-id-10348872230.hs-blog-post .overview-section .number {
font-size: 53px;
}

.work.hs-content-id-10348872230.hs-blog-post .overview-section p.title {
font-size: 13px;
}


.work.hs-blog-listing .cs-item h4 {
font-size: 24px;
font-weight: 700;
color: #fff;
margin: 0 auto;
}
.work.hs-blog-listing .cs-item p {
font-size: 16px;
font-weight: 400;
line-height: 22px;
margin: 10px auto;
}

.work.hs-blog-post .related-posts ul {
padding-left: 0px !important;
}

.work.hs-blog-post .related-posts .cs-item h4 {
font-size: 24px;
font-weight: 700;
color: #fff;
margin: 0 auto;

}

.work.hs-blog-post .related-posts .cs-item p {
font-size: 16px;
font-weight: 400;
line-height: 22px;
margin: 10px auto;
}

.work.hs-blog-post .related-posts .cs-item .hover-content {
position: relative;
color: #fff;
width: 100%;
background: #657573;
text-align: left;
min-height: 222px;
border-top: 5px solid #f3ff00;
bottom: 0;
padding: 20px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
}

.work.hs-blog-post .related-posts li:before {
content: none;
}

.work.hs-blog-post .related-posts .cs-item {
display: inline-block;
width: 32%;
margin: 0 .5% 18px;
text-align: center;
}

.work.hs-blog-post .related-posts .cs-item .read-more {
font-size: 16px;
margin: 0 auto;
font-family: 'Roboto Slab', serif;
color: #FFF100;
}
.work.hs-blog-post .related-posts .cs-item .read-more:after {
content: '';
display: inline-block;
width: 25px;
height: 11px;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_yellow.html);
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
margin-left: 10px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;


transition: all .3s ease;;
}
.work.hs-blog-post .related-posts .cs-item .read-more:hover:after {
-webkit-transform: translateX(15px);
-moz-transform: translateX(15px);
transform: translateX(15px);
}

@media (min-width: 768px) and (max-width: 899px) {
.work.hs-blog-post #case-studies .cs-item {
width: 48%;
margin: 0 .75% !important;
}
}

@media (max-width: 767px) {
.work.hs-blog-post #case-studies .cs-item {
width: 100%;
margin: 0px !important;
position: relative !important;
top: auto !important;
padding: 20px 0px !important;
}

.work.hs-blog-listing .featured-work .right-side {
width: 100% !important;
display: block!important;
}
.work.hs-blog-listing .featured-work .right-side .hover-content {
padding: 20px !important;
}

.work.hs-blog-listing .featured-work .left-side {
width: 100%!important;
height: 215px;
display: block!important;
}
}

.web-portfolio.work.hs-blog-listing .client-video-list .cs-item .hover-content {
/*     min-height: 210px; */
}

.work.hs-blog-listing .cs-item p {
min-height: 43px;
}

.work.hs-blog-listing .featured-work.cs-item {
margin-bottom: 50px;
max-width: 98.3%;
}

.work.hs-blog-listing .featured-work.cs-item .hover-content {
padding: 80px 20px;
}

.work.hs-blog-listing .featured-work .left-side {
width: 70%;
display: table-cell;
background-size: cover;
background-position: center;
}
.work.hs-blog-listing .featured-work .right-side {
width: 30%;
display: table-cell;
}
.work.hs-blog-listing.featured-work .hover-content {
padding: 80px 25px !important;
border-left: 5px solid #f3ff00;
border-top: 0px !important;
}

.related-posts .client-video .cs-item .featured-image {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 0px;
overflow: hidden;
}
.related-posts .client-video .cs-item .hover-content {
position: relative;
color: #fff;
width: 100%;
background: #657573;
text-align: left;
border-top: 5px solid #f3ff00;
bottom: 0;
padding: 20px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.related-posts .client-video  .cs-item:hover .hover-content {
bottom: 0;
}

@media (min-width: 768px) {
.work.hs-blog-listing .section1 {
padding-right: 15% !important;
padding-left: 15% !important;
}
.work.hs-blog-listing .blog-sub-nav .single-tab:nth-child(3) {
margin-left: -5px;
}
}

@media (min-width: 900px) and (max-width: 1200px){
.work.hs-blog-listing .client-video-list .cs-item .hover-content {
min-height: 210px;
}
}



@media (min-width: 768px) and (max-width: 899px) {
.work.hs-blog-listing #case-studies .cs-item {
width: 48%;
margin: 0 .75% !important;
}
}

@media (max-width: 1024px) {
.work.hs-blog-listing .cs-item .hover-content {
bottom: 0;
min-height: 193px;
}
}




@media (max-width: 900px) {
.work.hs-blog-listing #resources .cs-item {
display: block;
width: 290px;
max-width: 100%;
margin: 0 auto 60px;
}
.work.hs-blog-listing .filter-navigation .sortBy {
width: 100%;
position: relative;
left: -5px;
text-align: center;
margin: 0 auto;
border-bottom: 0;
border-right: 1px solid #657573;
}

.work.hs-blog-listing .filter-navigation .cs-topic:first-child {
border-bottom: 1px solid #657573;
}
.work.hs-blog-listing .cs-topic {
display: block;
margin: 0 auto;
}
.work.hs-blog-listing #csTopics,
.work.hs-blog-listing .cs-topic,
.work.hs-blog-listing .selectric-wrapper {
width: 100%;
}
.work.hs-blog-listing .cs-topic:first-child .selectric {
border-bottom: 0;
}
.work.hs-blog-listing .cs-topic:last-child .selectric {
border-top: 0;
}
.work.hs-blog-listing .cs-topic .selectric {
border-left: 1px solid #959595 !important;
}
.work.hs-blog-listing .blog-sub-nav .single-tab {

width: 33.3% !important;

}
.work.hs-blog-listing .blog-sub-nav {
width: 100% !important;
}

.work.hs-blog-listing span.filterBy {
display: inline-block;
line-height: 1em;
color: #959595;
border: 1px solid #959595;
border-right: 0;
padding: 17px 20px;
position: relative;
height: 50px;
width: 100%;
border-bottom: 0px;
border-right: 1px solid #959595;
text-align: center;
}
.work.hs-blog-listing span.mobile-topics {
max-width: 461.1px !important;
left: -4px !important;
width: 100% !important;
position: relative;
}
.work.hs-blog-listing .selectric-wrapper {
width: 100% !important;
max-width: 100% !important;
}
.work.hs-blog-listing div#blogTopics {
max-width: 100% !important;
width: 100%;
}
.work.hs-blog-listing #blogTopics .blog-topic {
width: 100%;
max-width: 100% !important;
}

.work.hs-blog-listing .blog-sub-nav .single-tab {
width: 50% !important;
margin: 0px !important;
float: left;
}
.work.hs-blog-listing span.mobile-topics {
margin-top: 80px !important;
}
.work.hs-blog-listing .featured-work.cs-item {
margin-top: 50px;
}
}

@media (max-width: 767px) {
.work.hs-blog-listing #case-studies .cs-item {
width: 100%;
}
.work.hs-blog-listing .cs-item .hover-content {
bottom: 0;
min-height: initial;
}
.work.hs-blog-listing .resource-type .blog-sub-nav {
margin-left: 0px;
max-width: 100%;
left: -5px;
position: relative;
}
.work.hs-blog-listing .blog-sub-nav .single-tab:first-child {
margin-right: 0px !important;
}
}


/* ===== 1.1 Work - Single Case Study Page ===== */

.work.hs-blog-post .section {
padding-top: 45px;
padding-bottom: 45px;
}

.work.hs-blog-post .cs-banner.banner {
padding: 135px 50px 15px;
}
.work.hs-blog-post .cs-banner .banner-content {
text-align: left;
}
.work.hs-blog-post .cs-banner .cs-logo img {
max-width: 100%;
}
.work.hs-blog-post .cs-banner h1 {
line-height: 53px;
width: 70%;
margin-top: 80px;
}

.work.hs-blog-post .sticky-wrapper,
.work.hs-blog-post .sidebar-wrapper,
.work.hs-blog-post .sidebar-cta {
position: absolute;
width: 100%;
max-width: 200px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.work.hs-blog-post .sidebar-wrapper {
height: 375px;
}
.work.hs-blog-post .sticky-wrapper .stuck,
.work.hs-blog-post .sticky-wrapper .unstuck {
position: fixed;
top: 10px;
z-index: 1;
opacity: 1;
}
.work.hs-blog-post .sticky-wrapper .unstuck {
opacity: 0;
z-index: -1;
}
.work.hs-blog-post .sticky-wrapper .stuck#cs-cta {
top: 300px;
}
.work.hs-blog-post #cs-sidebar {
background: rgba(246,246,246,0.9);
padding: 5px 20px;
margin-top: 90px;
}
.work.hs-blog-post #cs-sidebar p {
font-size: 16px;
font-weight: 700;
margin: 20px auto;
}
.work.hs-blog-post #cs-sidebar p a {
color: #000000;
border: 0;
}
.work.hs-blog-post #cs-sidebar p a:hover:after,
.work.hs-blog-post #cs-sidebar p a.active:after {
content: '';
display: inline-block;
width: 25px;
height: 11px;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_black.html);
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
margin-left: 10px;
}
.work.hs-blog-post #cs-sidebar p a:hover,
.work.hs-blog-post #cs-sidebar p a.active {
color: #657573;
}
.work.hs-blog-post #cs-cta {
text-align: center;
padding: 20px 15px;
}
.work.hs-blog-post #cs-cta h5 {
font-size: 16px;
font-weight: 400;
margin-bottom: 15px;
color: #000000;
}
.work.hs-blog-post #cs-cta .button.orange {
background: #fff;
padding: 12px 32px;
border: 2px solid #f3ff00;
color: #f3ff00;
}
.work.hs-blog-post #cs-cta .button.orange:hover {
background: #f3ff00;
color: #fff;
}

.work.hs-blog-post .content {
/*float: right;*/
width: 80%;
padding: 50px 10% 35px;
margin: 0 auto;
}

.work.hs-blog-post .video {
/*float: right;*/
width: 100%;
max-width: 840px;
padding: 50px 0 35px;
margin: 0 auto;
}
.work.hs-blog-post .content h3,
.work.hs-blog-post .content p {
font-family: 'Raleway', sans-serif;
}
.work.hs-blog-post .content h3 {
font-weight: 700;
}
.work.hs-blog-post .content.solution-section h3 {
text-transform: uppercase;
}
.work.hs-blog-post .content ul li {
padding: 15px 0;
}
.work.hs-blog-post .content ul li:before {
top: 22px;
}

.work.hs-blog-post .overview-section {
padding-top: 90px;
}
.work.hs-blog-post .overview-section.content p {
font-size: 26px;
line-height: 32px;
}
.work.hs-blog-post .overview-section .stat {
display: inline-block;
padding: 40px 15px 0;
width: 32%;
margin: 0 auto;
}
.work.hs-blog-post .overview-section .stat:first-child {
padding-left: 0;
}
.work.hs-blog-post .overview-section p.title {
font-size: 16px;
text-transform: uppercase;
margin: 0 auto 8px;
line-height: 1.25em;
}
.work.hs-blog-post .overview-section .number {
font-size: 70px;
line-height: 55px;
margin: 0 auto;
}
.work.hs-blog-post .overview-section .number span {
font-size: 35px;
position: relative;
top: -13px;
}
.work.hs-blog-post .overview-section .number span:last-child {
top: -23px;
}

.work.hs-blog-post .problem-section .white-bkg {
background-color: #fff;
padding: 40px;
margin: -40px;
margin-top: -285px;
}

.work.hs-blog-post .testimonial .triangle {
content: '';
width: 32px;
height: 32px;
position: relative;
top: -4px;
background: url(../photos/triangle_top_orange.png);
background-size: contain;
background-repeat: no-repeat;
background-position: 0 0;
margin-right: 3px;
}
.work.hs-blog-post .testimonial .triangle,
.work.hs-blog-post .testimonial img {
display: inline-block;
}
.work.hs-blog-post .testimonial img {
max-width: 80px;
margin-left: -22px;
}
.work.hs-blog-post .testimonial h3 {
font-family: 'Roboto Slab', serif;
font-size: 45px;
font-weight: 400;
line-height: 53px;
margin: 20px auto;
}
.work.hs-blog-post .testimonial p {
font-size: 16px;
line-height: 22px;
font-weight: 500;
margin: 0 auto;
}

.work.hs-blog-post .double-banner.content,
.work.hs-blog-post .fullwidth-banner.content {
width: 100%;
padding: 50px 0 15px;
}
.work.hs-blog-post .solution-banner-left,
.work.hs-blog-post .solution-banner-right,
.work.hs-blog-post .blog-banner-full {
background-color: #E5E8E8;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 255px 0;
}
.work.hs-blog-post .solution-banner-left,
.work.hs-blog-post .solution-banner-right {
width: 48.75%;
display: inline-block;
margin: 0 1%;
}
.work.hs-blog-post .solution-banner-left {
margin-left: 0;
}
.work.hs-blog-post .solution-banner-right {
margin-right: 0;
}
.work.hs-blog-post .solution-section ul#double li {
font-weight: 700;
}

.work.hs-blog-post .case-study-images .case-study-image {
margin-bottom: 80px;
text-align: center;
}

.work.hs-blog-post .case-study-images .yes-grey-border img {
border: 1px solid #ccc;
}

.work.hs-blog-post .case-study-images .case-study-image.inline img {
width: 430px;
max-width: 100%;
}

.work.hs-blog-post .case-study-images .seventy-percent img {
width: 900px;
max-width: 100%;
}
.work.hs-blog-post .case-study-images .case-study-image h3 {
margin-top: 30px;
padding-top: 60px;
margin-bottom: 55px;
text-align: center;
border-top: 2px solid #cecece;
font-weight: 700;
text-transform: uppercase;
font-size: 20px;
line-height: 24px;
font-family: 'Raleway', sans-serif;
}
.work.hs-blog-post .case-study-images .case-study-image.shadow img {
filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.1));
}
.work.hs-blog-post .case-study-images .hs_cos_wrapper_type_custom_widget:last-child .case-study-image {
margin-bottom: 0;
}
.work.hs-blog-post .case-study-images .case-study-image.inline {
display: inline-block;
vertical-align: top;
width: 49.75%;
padding: 0 2%;
}

@media (min-width: 768px) {
.work.hs-blog-post .case-study-images .case-study-image.more-space {
margin-top: 100px;
margin-bottom: 120px;
}
.work.hs-blog-post .case-study-images .browser-top.case-study-image {
position: relative;
}
.work.hs-blog-post .case-study-images .browser-top.case-study-image:before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 30px;
border: 3px solid #f4f2f2;
border-bottom: 0;
border-radius: 18px 18px 0 0;
z-index: 1;
}
}

.work.hs-blog-post .device-images {
padding-top: 25px;
}
.work.hs-blog-post .device-images .overlaps {
position: relative;
margin: 35px auto;
}
.work.hs-blog-post .device.phone {
position: absolute;
right: -65px;
top: 215px;
max-width: 255px;
}

.work.hs-blog-post .results-section ul li {
font-weight: 700;
}

.work.hs-blog-post .fullwidth.content {
width: 100%;
padding: 100px 40px;
}
.work.hs-blog-post .fullwidth.content .box {
float: left;
width: 48%;
min-height: 342px;
border: 1px solid #657573;
padding: 50px 60px;
margin: 0 2%;
}
.work.hs-blog-post .fullwidth.content .box#left-box {
margin-left: 0;
}
.work.hs-blog-post .fullwidth.content .box#right-box {
margin-right: 0;
}
.work.hs-blog-post .fullwidth.content .box h4 {
font-size: 20px;
margin-bottom: 25px;
}
.work.hs-blog-post .fullwidth.content .box h4:after {
content: '';
width: 120px;
height: 2px;
background: #f3ff00;
display: block;
position: relative;
margin-top: 15px;
}
.work.hs-blog-post .fullwidth.content .box p {
font-size: 24px;
font-weight: 700;
line-height: 30px;
margin-bottom: 10px;
}
.work.hs-blog-post .fullwidth.content .box a {
border-bottom: 0;
}
.work.hs-blog-post .fullwidth.content .box a:hover {
color: #657573;
}
.work.hs-blog-post .fullwidth.content .box#left-box a:hover {
color: #657573;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
padding-left: 20px;
}
.work.hs-blog-post .fullwidth.content .box#left-box a:hover:after {
content: '';
display: inline-block;
width: 33px;
height: 20px;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_gray.html);
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
margin-left: 10px;
}

.work.hs-blog-post .cs-table {
padding: 10px 0 15px;
}



@media (min-width: 768px) and (max-width: 1080px) {
.work.hs-blog-post .case-study-images .case-study-image.inline {
width: 49.5%;
}
}

@media (min-width: 768px) and (max-width: 900px) {
.work.hs-blog-post .overview-section p.title {
font-size: 14px;
}
.work.hs-blog-post .overview-section .number {
font-size: 45px;
}
.work.hs-blog-post .solution-banner-left,
.work.hs-blog-post .solution-banner-right {
width: 47.5%;
padding: 175px 0;
}
.work.hs-blog-post .fullwidth.content {
padding: 25px 0;
}
.work.hs-blog-post .fullwidth.content .box {
padding: 35px;
}
}

@media (min-width: 768px) and (max-width: 900px) {
.work.hs-blog-post .device-images .overlaps:first-child {
margin: 35px auto 200px;
}
.work.hs-blog-post .device-images .overlaps:last-child {
margin: 35px auto 125px;
}
}

@media (max-width: 767px) {
.work.hs-blog-post .widget-type-blog_content > .section {
padding-top: 0;
}
.work.hs-blog-post .cs-banner.banner {
padding: 45px 25px;
}
.work.hs-blog-post .cs-banner h1 {
width: 100%;
margin: 35px auto;
}
.work.hs-blog-post .sidebar-wrapper {
display: none;
}

.work.hs-blog-post .content,
.work.hs-blog-post .overview-section .stat,
.work.hs-blog-post .solution-banner-left,
.work.hs-blog-post .solution-banner-right,
.work.hs-blog-post .fullwidth.content .box {
width: 100%;
}
.work.hs-blog-post .solution-banner-left,
.work.hs-blog-post .solution-banner-right,
.work.hs-blog-post .blog-banner-full {
background-position: top;
padding: 150px 0;
margin: 0 auto;
}
.work.hs-blog-post .content {
padding: 50px 0 15px;
}
.work.hs-blog-post .overview-section .stat {
padding: 20px 0 !important;
}
.work.hs-blog-post .problem-section .white-bkg {
margin: 0 auto;
padding: 0;
}
.work.hs-blog-post .device-images .overlaps {
text-align: center;
margin: 0 auto;
}
.work.hs-blog-post .device.phone {
position: relative;
right: initial;
top: initial;
max-width: 200px;
}
.work.hs-blog-post .testimonial h3 {
font-size: 24px;
line-height: 1.5em;
}
.work.hs-blog-post .fullwidth.content {
padding: 25px 0;
}

.work.hs-blog-post .fullwidth.content .box {
min-height: initial;
padding: 40px;
margin: 20px auto !important;
}

.work.hs-blog-post .case-study-images .case-study-image.inline {
width: 100%;
}
}

@media (max-width: 500px) {
.work.hs-blog-post .solution-banner-left,
.work.hs-blog-post .solution-banner-right,
.work.hs-blog-post .blog-banner-full {
padding: 100px 0;
}
.work.hs-blog-post .cs-banner h1 {
line-height: 1.2;
width: 100%;
margin-top: 80px;
font-size: 28px;
}
}



/* ===== 2.0 Expertise ===== */

.expertise .section2-banner {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 250px 0;
}

.expertise .section2 {
padding: 20px 15%;
}
.expertise .section2 .white-bkg {
background-color: #fff;
}
.expertise .section2 .white-bkg.center-small {
padding: 50px 20px 0;
}
.expertise .section2 .intro p {
font-size: 26px;
line-height: 32px;
}
.expertise .section2 .blocks-wrapper.center-small {
padding: 0 20px 50px;
}
.expertise .section2 .blocks {
padding: 25px 20px;
}
.expertise .section2 .blocks .title .cell-wrapper {
display: table;
}
.expertise .section2 .blocks .title h3 {
display: table-cell;
vertical-align: middle;
height: 72px;
}

.expertise .section2 .blocks h3 {
font-family: 'Raleway', sans-serif;
font-size: 30px;
font-weight: 700;
line-height: 36px;
margin-bottom: 15px;
position: relative;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.expertise .section2 .blocks .hubspot h3 span {
color: #f3ff00;
font-size: 14px;
font-weight: 500;
line-height: 1em;
padding-left: 40px;
position: absolute;
top: 24px;
left: 125px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.expertise .section2 .blocks .hubspot h3 span img {
position: absolute;
top: 4px;
left: 15px;
}
.expertise .section2 .blocks a {
border-bottom: 0;
}
.expertise .section2 .blocks a:hover h3 {
padding-left: 15px;
color: #657573;
}
.expertise .section2 .blocks a:hover h3:after {
content: '';
display: inline-block;
width: 33px;
height: 20px;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_gray.html);
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
margin-left: 10px;
position: absolute;
bottom: 25px;
}
.expertise .section2 .blocks a:hover .hubspot span {
opacity: 0;
}
.expertise .section2 .blocks a:hover .hubspot h3:after {
right: -45px;
}
.expertise .section2 .blocks a p,
.expertise .section2 .blocks a:hover p {
color: #000000;
}

.expertise .section2 .hidden {
visibility: hidden;
}

.expertise .video-section {
height: 500px;
background-position: center center;
background-size: cover;
position: relative;
}

.expertise .video-section a {
display: block;
width: 100%;
border-bottom: 0px;
height: 100%;
position: relative;
}

.expertise .video-section a img {
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin-right: auto;
margin-left: auto;
left: 0;
display: block;
margin-bottom: auto;
margin-top: auto;
height: 60px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;;
}

.expertise .video-section a:hover img {
height: 80px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;;
}


@media (min-width: 768px) {
.expertise .section1 {
padding-right: 15% !important;
padding-left: 15% !important;
}

.expertise .section2-banner {
margin-bottom: -200px;
}
.expertise .section2 .white-bkg.center-small {
position: relative;
padding: 50px 40px;
}
.expertise .section2 .blocks h3 {
min-height: 72px;
}
}

@media (min-width: 1500px) {
.expertise .section2-banner {
padding: 325px 0;
margin-bottom: -300px;
}
}

@media(max-width: 1100px){
.expertise .section2 .blocks {
padding: 25px 5px;
}
.expertise .section2 {
padding: 20px;
}
}

@media (max-width: 767px) {
.expertise .section2-banner {
padding: 125px 0;
}
.expertise .section2 .hidden {
display: none;
}
.expertise .video-section {
height: 200px;
}

}




/* ===== 2.1 Strategy ===== */
.strategy .section2.section,
.strategy .section3.section,
.strategy .section4.section,
.strategy .section5.section,
.strategy .gmp-section.section {
padding: 90px 0;
}
.strategy .section2 .widget-type-linked_image,
.strategy .section3 .widget-type-linked_image,
.strategy .section4 .widget-type-linked_image,
.strategy .section5 .widget-type-linked_image,
.strategy .additional-section .widget-type-linked_image,
.strategy .gmp-section .widget-type-linked_image {
text-align: center;
}
.strategy .section2 .widget-type-rich_text,
.strategy .section3 .widget-type-rich_text,
.strategy .section4 .widget-type-rich_text,
.strategy .section5 .widget-type-rich_text,
.strategy .additional-section .widget-type-rich_text,
.strategy .gmp-section .widget-type-rich_text {
padding-top: 75px;
}
.strategy .section2 h2,
.strategy .section3 h2,
.strategy .section4 h2,
.strategy .section5 h2,
.strategy .additional-section h2,
.strategy .gmp-section h2 {
font-size: 35px;
}
.strategy .section2 li > strong,
.strategy .section3 li > strong,
.strategy .section4 li > strong,
.strategy .section5 li > strong,
.strategy .additional-section li > strong,
.strategy .gmp-section li > strong {
display: block;
}

.strategy .gmp-section #double-square li {
min-height: 124px;
padding-right: 25px;
}
.strategy .gmp-section .widget-type-linked_image img {
box-shadow: 0 35px 50px -25px rgba(0,0,0,0.4);
}

.strategy .line-wrapper .vertical-line.short#line-2 {
top: -50px;
}

.strategy .section6 .gray-bkg {
padding: 30px 20px;
margin-top: 50px;
}
.strategy .section6 .widget-type-raw_html img {
padding: 10px;
vertical-align: middle;
}

.strategy .section7.section {
padding: 135px 0 0;
}


.strategy .section8 .posts-wrapper,
.strategy .section9 .posts-wrapper {
padding-bottom: 35px;
}
.strategy .section8 .post-box,
.strategy .section9 .post-box {
display: inline-block;
vertical-align: top;
padding: 10px 0;
}
.strategy .section8 .post-box {
width: 49%;
padding: 10px 15px;
}
.strategy .section8 .post-box:nth-child(n) {
display: none;
}
.strategy .section8 .post-box:first-child,
.strategy .section8 .post-box:last-child {
display: inline-block;
}
.strategy .section8 .post-box:first-child {
padding-left: 0;
}
.strategy .section8 .post-box:last-child {
padding-right: 0;
}
.strategy .section9 .img-top {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 90px 0;
margin-bottom: 30px;
}
.strategy .section8 .post-box .title {
font-family: 'Raleway', sans-serif;
font-weight: 700;
}

@media (max-width: 767px) {
.strategy .section8 .post-box .title {
font-size: 24px;
}
}

@media (max-width: 599px) {
.strategy .section8 .post-box .title {
font-size: 21px;
}
}
.strategy .section9 .post-box .title {
margin: 10px auto;
}
.strategy .section9 .post-box .topics,
.strategy .section9 .post-box .read-more {
margin: 0 auto;
}
.strategy .section9 .post-box .topics {
font-size: 16px;
text-transform: uppercase;
}
.strategy .section9 .post-box .topics span {
padding: 0 5px;
}
.strategy .section8 .post-box .read-more,
.strategy .section9 .post-box .read-more {
font-family: 'Roboto Slab', serif;
font-size: 18px;
}
.strategy .section8 .post-box .read-more:after,
.strategy .section9 .post-box .read-more:after {
content: '';
display: inline-block;
width: 25px;
height: 11px;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_black.html);
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
margin-left: 10px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.strategy .section8 .post-box .read-more:hover:after,
.strategy .section9 .post-box .read-more:hover:after {
-webkit-transform: translateX(15px);
-moz-transform: translateX(15px);
transform: translateX(15px);
}
.strategy .section8 .post-box a,
.strategy .section9 .post-box a {
border: 0;
color: #000000;
}
.strategy .section8 .post-box a:hover,
.strategy .section9 .post-box a:hover,
.strategy .section8 .post-box .read-more a:hover,
.strategy .section9 .post-box .read-more a:hover {
color: #657573;
}

@media (min-width: 800px) and (max-width: 1100px) {
.strategy .gmp-section #double-square li {
min-height: 165px;
}
}

@media (max-width: 800px) {
.strategy .section7 .row-fluid .span1.widget-type-space {
display: none !important;
}
.strategy .section7 .row-fluid .span5.widget-type-rich_text,
.strategy .section7 .row-fluid .span6.widget-type-raw_jinja {
width: 100% !important;
float: none !important;
display: block !important;
margin: 0 auto !important;
}
.strategy .section7 .testimonials {
padding-left: 0;
}
}

@media (max-width: 799px) {
.strategy .gmp-section #double-square li {
min-height: initial;
}
}

@media (min-width: 768px) {
.strategy .section2 .widget-type-linked_image,
.strategy .section4 .widget-type-linked_image,
.strategy .additional-section .widget-type-linked_image,
.strategy #gmp-section-right .widget-type-linked_image {
padding-left: 50px;
}
.strategy .section3 .widget-type-linked_image,
.strategy .section5 .widget-type-linked_image,
.strategy #gmp-section-left .widget-type-linked_image {
padding-right: 50px;
}
.strategy .section6 .gray-bkg h3 {
margin-bottom: 0;
}
}

@media (max-width: 767px) {
.strategy .section2.section,
.strategy .section3.section,
.strategy .section4.section,
.strategy .section5.section,
.strategy .gmp-section.section {
padding: 45px 0;
}
.strategy .section2 .widget-type-rich_text,
.strategy .section3 .widget-type-rich_text,
.strategy .section4 .widget-type-rich_text,
.strategy .section5 .widget-type-rich_text,
.strategy .additional-section .widget-type-rich_text,
.strategy .gmp-section .widget-type-rich_text {
padding-top: 35px;
}
.strategy .section2 {
margin-top: 25px;
}
.strategy .section6 img {
margin: 15px auto;
}
.strategy .section8 .post-box,
.strategy .section9 .post-box {
width: 100%;
}
.strategy .section8 .post-box {
padding-left: 0 !important;
padding-right: 0 !important;
}
.strategy .section9 .post-box {
padding: 30px 0 !important;
}
}


/* ===== 2.1.1 Growth Marketing Playbook ===== */

.strategy.gmp .breadcrumbs .hs-breadcrumb-menu-item.first-crumb {
display: none;
}

.strategy.gmp .section2 .widget-type-rich_text {
padding: 55px 0 0 55px;
}
.strategy.gmp .section2 .widget-type-linked_image {
width: 100%;
}
.strategy.gmp .section2 .widget-type-linked_image img {
box-shadow: 0 35px 50px -25px rgba(0,0,0,0.4);
}

.strategy.gmp .section3.section {
padding-bottom: 150px;
}
.strategy.gmp .section3 .gray-bkg {
padding: 45px 30px;
}
.strategy.gmp .section3 .widget-type-rich_text {
padding-top: 0;
}
.strategy.gmp .section3 .widget-type-form h3 {
font-size: 20px;
font-weight: 700;
font-family: 'Raleway', sans-serif;
margin: 35px auto;
}
.strategy.gmp .section3 .widget-type-form .hs-form-field {
margin-bottom: 40px;
}
.strategy.gmp .section3 .widget-type-form textarea {
margin-top: 10px;
}

@media (min-width: 768px) {
.strategy.gmp .section:not(.section1) .page-center {
max-width: 940px;
}
.strategy.gmp .sticky-wrapper,
.strategy.gmp .image-wrapper {
position: absolute;
width: 100%;
max-width: 415px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.strategy.gmp .image-wrapper {
height: 575px;
}
.strategy.gmp .sticky-wrapper .stuck,
.strategy.gmp .sticky-wrapper .unstuck {
position: fixed;
top: 10px;
z-index: 1;
opacity: 1;
}
.strategy.gmp .sticky-wrapper .unstuck {
opacity: 0;
z-index: 0;
}
.strategy.gmp .section2.section {
padding-top: 0;
}
.strategy.gmp .section2 .widget-type-linked_image {
max-width: 700px;
padding-left: 0;
}
.strategy.gmp .section2 .widget-type-linked_image,
.strategy.gmp .section2 #section2-right1 .widget-type-rich_text {
margin-top: 115px;
}
.strategy.gmp .section2 .widget-type-rich_text {
margin-top: 85px;
}
.strategy.gmp .section3 .gray-bkg {
padding: 85px;
}
}

@media (max-width: 900px) {
.strategy.gmp .sticky-wrapper,
.strategy.gmp .image-wrapper {
max-width: 350px;
}
.strategy.gmp .widget-type-linked_image img {
max-width: 350px;
}
.strategy.gmp .section2 .widget-type-rich_text {
padding: 45px 20px 0;
}
.strategy.gmp .section:not(.section1) {
padding-left: 20px;
padding-right: 20px;
}
}

@media (max-width: 768px) {
.strategy.gmp .section2 .widget-type-rich_text {
padding: 15px 0 0;
}
.strategy.gmp .sticky-wrapper,
.strategy.gmp .image-wrapper,
.strategy.gmp .widget-type-linked_image img {
max-width: 100%;
}
}

.insight-item {
width: 50%;
padding: 0 15px 60px;
}

.insight-item:nth-child(2n) {
padding-left: 0;
}

.insight-item:nth-child(2n+1) {
padding-right: 0;
}

.insight-item.ri-double {
width: 100%;
padding-left: 0;
padding-right: 0;
}


@media (max-width: 599px) {
.insight-item {
width: 100%;
}
}

.insight-item .ri-image {
position: relative;
margin-bottom: 20px;
}

.insight-item .ri-image .bootcamp {
position: absolute;
z-index: 3;
top: 0;
left: 0;
width: 50px;
height: 50px;
background-image: url(https://cdn2.hubspot.net/hubfs/142915/images/icons/bootcamp.svg);
background-position: 0 0;
background-size: cover;
background-repeat: no-repeat;
pointer-events: none;
}

.insight-item.ri-videos .ri-image:after {
content: '';
display: block;
background-image: url(../../www.smartbugmedia.com/hubfs/_sbm_2017/Shared%20Assets/play-button-round.html);
background-position: 0 0;
background-size: cover;
background-repeat: no-repeat;
width: 100px;
height: 100px;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
opacity: 0.8;
transition: opacity .3s;
}

.insight-item.ri-videos .ri-image:hover:after {
opacity: 1;
}

.insight-item .ri-image:before {
display: block;
content: "";
width: 100%;
padding-top: 57.142857142857143%;
}

.insight-item.ri-double .ri-image:before {
padding-top: 41.14713216957606%;
}

.insight-item .ri-image a {
background-position: 0 0;
background-size: cover;
background-repeat: no-repeat;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: none;
opacity: 0;
}

.insight-item:first-child .ri-image a {
background-position: center center;
}

.insight-item .ri-image a.b-loaded {
opacity: 1;
}

.insight-item .ri-meta {
font-weight: 400;
font-family: 'Roboto Slab', serif;
font-size: 18px;
color: #545454;
letter-spacing: 0;
line-height: 2;
}

.insight-item .ri-date {
display: inline-block;
margin-right: 8px;
}

.insight-item .ri-author {
display: inline-block;
margin-left: 8px;
}

@media (max-width: 499px) {
.insight-item .ri-date,
.insight-item .ri-author {
display: block;
margin: 0;
}

.insight-item .ri-sep {
display: none;
}
}

.insight-item .ri-author a {
color: #545454;
border-bottom: none;
}

.insight-item .ri-info p {
font-weight: 700;
font-size: 30px;
color: #000000;
line-height: 1.266666666666667;
margin: 5px 0 15px;
}

.insight-item .ri-info p > a {
border: none;
}

.insight-item .read-more {
border: none;
font-family: 'Roboto Slab', serif;
font-size: 18px;
color: #000000;
letter-spacing: 0;
line-height: 2px;
}

.insight-item .read-more:after {
content: '';
display: inline-block;
width: 25px;
height: 11px;
background-image: url(folder/arrow_black.png);
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
margin-left: 10px;
transition: all .3s;
}

.insight-item .read-more:hover:after {
-webkit-transform: translateX(15px);
-moz-transform: translateX(15px);
transform: translateX(15px);
}



@media (max-width: 800px) {
.insight-item {
width: 100%;
}
}


@media (max-width: 767px) {
.insight-item {
width: 100%;
padding-left: 0;
padding-right: 0;
}

.insight-item .ri-info p > a {
font-size: 24px;
line-height: 1;
}
}

/* Blog Pagination */
.hs-blog-listing .blog-pagination .next-posts-link,
.hs-blog-listing .blog-pagination .previous-posts-link {
float: none;
padding: 10px 20px !important;
}

.blog-pagination li.hide-me {
display: none !important;
}

.hs-blog-listing .blog-pagination .next-posts-link a,
.hs-blog-listing .blog-pagination .previous-posts-link a {
border: 0;
}
.hs-blog-listing .blog-pagination ul {
text-align: center;
margin: 0 0 100px;
}
.hs-blog-listing .blog-pagination ul li {
display: inline-block;
padding: 0;
}
.hs-blog-listing .blog-pagination ul li.disabled {
display: none;
}
.hs-blog-listing .blog-pagination ul li:before,
.hs-blog-listing .blog-pagination ul li.hide {
display: none;
}
.hs-blog-listing .blog-pagination ul .pg li a,
.hs-blog-listing .blog-pagination ul li.dots,
.hs-blog-listing .blog-pagination ul li.first-posts-link a,
.hs-blog-listing .blog-pagination ul li.last-posts-link a,
.hs-blog-listing .blog-pagination ul li a {
text-decoration: none;
font-size: 20px;
line-height: 24px;
border: 1px solid #000;
padding: 7px 13px !important;
}
.hs-blog-listing .blog-pagination ul .pg li:hover a,
.hs-blog-listing .blog-pagination ul .pg li.active a,
.hs-blog-listing .blog-pagination ul li.first-posts-link:hover a,
.hs-blog-listing .blog-pagination ul li.first-posts-link.active a,
.hs-blog-listing .blog-pagination ul li.last-posts-link:hover a,
.hs-blog-listing .blog-pagination ul li.last-posts-link.active a,
.hs-blog-listing .blog-pagination ul li:not(.next-posts-link):not(.previous-posts-link).active a,
.hs-blog-listing .blog-pagination ul li:not(.next-posts-link):not(.previous-posts-link):hover a {
background: #000;
color: #fff;
}

@media (max-width: 767px) {
.hs-blog-listing .blog-pagination ul li {
margin-bottom: 10px;
}
}


a.single-tab {
color: #000 !important;
text-decoration: none !important;
}
a.single-tab.active-tab {
color: #000;
border-color: #959595;
-webkit-box-shadow: inset 0px 0px 0px 1px #000;
-moz-box-shadow: inset 0px 0px 0px 1px #000;
box-shadow: inset 0px 0px 0px 1px #000;
}


/* ===== 4.2 Gated Content LP ===== */


.gated-content-lp {
background-color: #f2f2f2;
}
.gated-content-lp .lp-banner {
background-size: cover;
background-repeat: no-repeat;
background-position: top right;
padding: 200px 0;
}

.gated-content-lp .center-small.page-center {
max-width: 800px !important;
}
.gated-content-lp .white-bkg.page-center {
background: #fff;
}

.gated-content-lp .section1 .content h2,
.gated-content-lp .section1 .content h2 strong,
.gated-content-lp .section1 .content h2 span {
line-height: 36px !important;
font-size: 30px !important;
font-weight: 700 !important;
font-family: 'Raleway', sans-serif !important;
}
.gated-content-lp .section1 .content h3 {
font-weight: 700;
}
.gated-content-lp .section1 .content h3,
.gated-content-lp .section1 .widget-type-form h3 {
font-family: 'Raleway', sans-serif;
}
.gated-content-lp .section1 .widget-type-form h3 {
font-weight: 500;
font-style: italic;
}
.gated-content-lp .section1 .widget-type-form .hs-form-field {
margin-bottom: 25px;
}
.gated-content-lp .section1 .widget-type-form h3,
.gated-content-lp .section1 .widget-type-form input,
.gated-content-lp .section1 .widget-type-form textarea,
.gated-content-lp .section1 .widget-type-form .hs-form-booleancheckbox {
font-size: 16px;
}
.gated-content-lp .section1 .widget-type-form .hs_what_is_your_biggest_marketing_challenge_ {
margin-top: 40px;
}
.gated-content-lp .section1 .widget-type-form .selectric .label {
font-size: 15px;
}
/*.gated-content-lp .section1 .selectric-wrapper {
max-width: 237px;
}*/
.gated-content-lp .section1 .widget-type-form .hs-form-booleancheckbox input,
.gated-content-lp .section1 .widget-type-form .hs-form-booleancheckbox span {
display: inline-block;
}
.gated-content-lp .section1 .widget-type-form .hs-form-booleancheckbox input {
vertical-align: top;
}
.gated-content-lp .section1 .widget-type-form .hs-form-booleancheckbox span {
width: 85%;
}
.gated-content-lp .section1 .widget-type-form .hs_submit .actions {
text-align: center;
}
.gated-content-lp .section1 .widget-type-form .hs-button.primary {
padding: 13px 20px;
}
.gated-content-lp .section1 .widget-type-form input {
width: 100%;
}
.gated-content-lp .section1 .social {
font-size: 14px;
padding-top: 20px;
}
.gated-content-lp .section1 .social span:first-child {
padding-left: 10px;
}
.gated-content-lp .section1 .social a:hover i {
color: #657573;
}

@media (min-width: 768px) {
.gated-content-lp .white-bkg.page-center {
padding: 50px !important;
}
.gated-content-lp .lp-banner {
margin-bottom: -250px;
}
.gated-content-lp .overlap.white-bkg.page-center {
position: relative;
}
.gated-content-lp .section1 .sidebar {
padding-top: 10px;
padding-left: 45px;
}
.gated-content-lp .section1 .sidebar img {
margin-top: 45px;
}
.gated-content-lp .section .page-center.center-small {
padding: 0;
}
}

@media (max-width: 900px) {
.gated-content-lp .banner-wrapper.page-center {
padding: 0 !important;
}
}

@media (max-width: 767px) {
.gated-content-lp .lp-banner {
padding: 100px 0 !important;
}
.gated-content-lp .white-bkg.page-center {
padding: 35px 20px !important;
}
.gated-content-lp .section1 .widget-type-form {
padding-top: 55px;
}
.gated-content-lp .side-img {
margin-top: 35px;
margin-bottom: 20px;
}
.gated-content-lp .section2 .webinar-bio-block .bio-content {
padding-top: 20px;
padding-left: 0px;
}
}

/* ===== 4.2.1 Thank You ===== */

.thank-you.ty-2 .section1 .widget-type-cta {
padding-top: 35px;
}

.thank-you.ty-2 .section.section2,
.thank-you.ty-2 .section.section3,
.thank-you.ty-2 .section.section4 {
padding: 90px 0;
}
.thank-you.ty-2 .section.section4 {
padding-top: 55px;
}

.thank-you.ty-2 .section3 .posts-wrapper {
padding-bottom: 35px;
}
.thank-you.ty-2 .section3 .post-box {
display: inline-block;
width: 32%;
vertical-align: top;
margin: 0 auto;
padding: 10px 30px;
}
.thank-you.ty-2 .section3 .post-box {
width: 49%;
}
.thank-you.ty-2 .section3 .post-box:first-child {
padding-left: 0;
}
.thank-you.ty-2 .section3 .post-box:last-child {
padding-right: 0;
}
.thank-you.ty-2 .section3 .post-box .title {
font-family: 'Raleway', sans-serif;
font-weight: 700;
}
.thank-you.ty-2 .section3 .post-box .read-more {
font-family: 'Roboto Slab', serif;
font-size: 18px;
}
.thank-you.ty-2 .section3 .post-box .read-more:after {
content: '';
display: inline-block;
width: 25px;
height: 11px;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_black.html);
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
margin-left: 10px;
}
.thank-you.ty-2 .section3 .post-box a {
border: 0;
color: #000000;
}
.thank-you.ty-2 .section3 .post-box .title a:hover,
.thank-you.ty-2 .section3 .post-box .read-more a:hover {
color: #657573;
}

@media (max-width: 767px) {
.thank-you.ty-2 .section3 .post-box {
width: 100%;
}
.thank-you.ty-2 .section3 .post-box {
padding-left: 0 !important;
padding-right: 0 !important;
}
}


/* ===== 5.0 About ===== */

.about .section2-banner {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 250px 0;
}
.about .section2 .white-bkg {
background-color: #fff;
}
.about .section2 .white-bkg.center-small {
padding: 50px 20px;
}
.about .section2 #open,
.about .section2 #close,
.about .section2 .ui-accordion .ui-accordion-content {
font-size: 18px;
font-weight: 500;
background: none;
margin: 0 auto;
padding: 0;
outline: 0;
font-family: 'Raleway', sans-serif;
color: #000000;
}
.about .section2 #close {
color: #f3ff00;
}
.about .section2 #open,
.about .section2 .ui-accordion .ui-accordion-content {
border: 0;
}
.about .section2 #open span {
border-bottom: 1px solid #f3ff00;
}
.about .section2 .ui-state-default a:hover {
color: #f3ff00;
}
.about .section2 #open.ui-accordion-header-active.ui-state-active {
display: none;
}
.about .section2 .ui-accordion .ui-accordion-content {
font-size: 20px;
line-height: 26px;
}

.about .stat {
padding: 10px 0;
}
.about .stat h2 {
font-size: 80px;
margin-bottom: 0;
}
.about .stat .counter span {
font-size: 50px;
position: relative;
top: -10px;
}
.about .stat p {
font-size: 16px;
text-transform: uppercase;
}

.about .section3 .inline-imgs {
text-align: center;
padding: 0 35px 45px;
}

.about .section3 hr {
margin: 0 auto;
}
.about .section3 p {
margin: 10px auto;
}

.about .section4 .blocks .value-number {
font-size: 24px;
line-height: 1em;
text-align: center;
background: #000;
color: #fff;
max-width: 40px;
padding: 8px 10px;
margin-bottom: 5px;
}
.about .section4 .blocks .title .cell-wrapper {
display: table;
}
.about .section4 .blocks .title h3 {
display: table-cell;
vertical-align: middle;
}
.about .section4 .blocks h3 {
font-size: 30px;
font-weight: 700;
line-height: 36px;
height: 55px;
position: relative;
font-family: 'Raleway', sans-serif;
}

.about .section5 .map #watermark,
.about .section5 .map .yePe5c-haAclf.yePe5c-HzV7m.yePe5c-hJDwNd {
display: none !important;
background: none !important;
visibility: hidden !important;
opacity: 0 !important;
}
.about .section5 .map iframe {
pointer-events: none;
}
.about .section5 .gray-bkg {
padding: 15px;
margin-top: 40px;
}
.about .section5 .gray-bkg h5 {
font-size: 20px;
margin-bottom: 0;
}
.about .section5 .gray-bkg .button {
font-size: 16px;
padding: 10px 40px;
}

.about .logos .slick-slide {
min-height: initial;
}
.about .logos .slick-next,
.about .logos .slick-prev {
position: relative;
right: 0;
left: 0;
float: right;
content: '';
width: 40px;
height: 40px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.about .logos .slick-prev {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_white_up.html);
top: 155px;
}
.about .logos .slick-prev:hover {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_red_up.html);
background-size: contain;
}
.about .logos .slick-next {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_white_down.html);
bottom: 150px;
}
.about .logos .slick-next:hover {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_red_down.html);
background-size: contain;
}
.about .logos .slick-slide {
padding-right: 20px;
}
.about .logos .slick-slide,
.about .logos .slick-slide a {
outline: 0;
}
.about .logos .hs_cos_wrapper_type_linked_image {
text-align: center;
min-height: 105px;
padding: 10px 20px;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.about .logos .hs_cos_wrapper_type_linked_image:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.about .logos .slick-slide img {
margin: 0 auto;
-webkit-filter: grayscale(1);
filter: grayscale(1);
display: inline-block;
vertical-align: middle;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.about .logos .slick-slide img:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}

.about .section7.section {
padding-bottom: 130px;
}
.about .section7 .box {
border: 1px solid #657573;
padding: 40px;
margin: 20px auto;
}
.about .section7 .box#left-box {
margin-left: 0;
}
.about .section7 .box#right-box {
margin-right: 0;
}
.about .section7 .box h4 {
font-size: 22px;
margin-bottom: 25px;
font-weight: 400;
}
.about .section7 .box h4:after {
content: '';
width: 120px;
height: 2px;
background: #f3ff00;
display: block;
position: relative;
margin-top: 15px;
}
.about .section7 .box p {
font-size: 26px;
font-weight: 700;
line-height: 30px;
margin-bottom: 10px;
}
.about .section7 .box a {
border-bottom: 0;
}
.about .section7 .box a:hover {
color: #657573;
}

@media(max-width: 900px) and (min-width: 768px){
.about .section4 .blocks {
padding: 25px 5px;
}
}

@media (min-width: 768px) {
.about .section1 {
padding-right: 13% !important;
padding-left: 13% !important;
}
.about .section2-banner {
margin-bottom: -200px;
}
.about .section2 .white-bkg.center-small {
position: relative;
padding: 50px 40px;
}

.about .section4 .blocks {
padding: 25px 30px;
}
.about .section4 .blocks:first-child {
padding-left: 0;
}
.about .section7 .box {
min-height: 321px;
}
.about .section3 .image-grid .hs_cos_wrapper_widget {
display: inline-block;
padding: 10px 5px;
width: 23%;
}
}

@media (min-width: 768px) and (max-width: 900px) {
.about .section7 .box {
min-height: 381px;
}
}

@media (min-width: 1500px) {
.about .section2-banner {
padding: 325px 0;
margin-bottom: -200px;
}
}

@media (max-width: 767px) {
.about .section3 .inline-imgs {
padding: 0 0 45px 0;
}
.about .section2-banner {
padding: 125px 0;
}
.about .section4 .blocks {
padding: 20px 0;
}
.about .section5 .gray-bkg,
.about .section5 .gray-bkg .text-right {
text-align: center !important;
}
.about .section5 .gray-bkg h5 {
margin-bottom: 10px;
}
.about .logos .slick-slide {
min-height: 250px;
}
}


/* ===== 5.1 Careers ===== */

.careers .section2.section {
padding-bottom: 125px;
}
.careers .section2 .title a {
border: 0;
}
.careers .section2 .title a:hover {
color: #657573;
}
.careers .section2 .button.black {
font-size: 16px;
}

.careers .video-section {
height: 500px;
background-position: center center;
background-size: cover;
position: relative;
}

.careers .video-section a {
display: block;
width: 100%;
border-bottom: 0px;
height: 100%;
position: relative;
}

.careers .video-section a img {
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin-right: auto;
margin-left: auto;
left: 0;
display: block;
margin-bottom: auto;
margin-top: auto;
width: 60px;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
-ms-transition: all .2s;
transition: all .2s;;
}

.careers .video-section a:hover img {
width: 80px;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
-ms-transition: all .2s;
transition: all .2s;;
}

.careers .great-place .image-side {
display: inline-block;
width: 85px;
vertical-align: middle;
height: 60px;
position: relative;
}

.careers .great-place {
background: #F4F4F4;
margin-top: 0px;
margin-bottom: 80px;
text-align: center;
}

.careers div#section1 {
padding-bottom: 10px;
}

.careers .text-wrapper {
display: inline-block;
vertical-align: middle;
font-family: 'Roboto Slab', serif;
font-size: 18px;
}

.careers .below-careers, .careers .below-careers p {
font-size: 14px;
}

.careers .below-careers {
margin-top: 40px;
}

.careers .image-side img {
max-height: 100px;
}

@media(max-width: 767px){
.careers .video-section {
height: 300px;
}
}

@media(max-width: 900px){
.careers .text-wrapper {
display: inline-block;
vertical-align: middle;
width: 70%;
text-align: center;
}
.careers .great-place {
padding: 0px 20px 0px 40px;
}
.careers .great-place .image-side {
display: inline-block;
width: 9%;
margin-right: 9%;
margin-left: 0%;
vertical-align: middle;
height: 90px;
position: relative;
}
}

@media(max-width: 600px){
.careers .great-place .image-side {
width: 60px;
}
}

@media(max-width: 450px){
.careers .great-place .image-side {
width: 52px;
}
.careers .text-wrapper {
display: inline-block;
vertical-align: middle;
width: 67%;
text-align: left;
font-size: 18px;
}
}

/* ===== 5.2 Pressroom ===== */

.pressroom .webui-popover-content .descr {
margin-top: 0;
margin-bottom: 35px;
}
.pressroom .webui-popover-content img {
position: relative;
top: -4px;
padding-right: 5px;
}

.pressroom .section2 .center-small.white-bkg {
padding-bottom: 0;
}

.pressroom .section4 .testimonials .slick-prev {
top: 135px;
}
.pressroom .section4 .testimonials .slick-next {
bottom: 280px;
}

.pressroom .section3 .image-grid {
padding: 0 0 45px;
}
.pressroom .section3 .image-grid .hs_cos_wrapper_widget {
padding: 10px 0;
vertical-align: middle;
}

.pressroom .section6 .button {
font-size: 16px;
margin-bottom: 15px;
}
.pressroom .section6 .questions {
margin-bottom: 20px;
}
.pressroom .section6 .questions .box {
padding: 20px;
margin: 10px auto;
background: #f2f2f2;
}
.pressroom .section6 .questions .q {
font-size: 30px;
font-weight: 700;
line-height: 30px;
margin-bottom: 15px;
}
.pressroom .section6 .questions .box p {
font-weight: 700;
margin-bottom: 0;
}
.pressroom .section6 .links ul {
padding: 0;
margin: 0 auto;
}
.pressroom .section6 .links ul li {
display: inline-block;
padding: 5px 40px 15px 0;
}
.pressroom .section6 .links ul li:before {
display: none;
}
.pressroom .section6 .links ul li a {
border-bottom: 0;
font-weight: 700;
}

.pressroom .section8 .post-box .date {
font-size: 16px;
}
.pressroom .section8 .see-all a {
border: 0;
}

.pressroom .section10 .download .dl-img {
padding: 45px 20px;
}
.pressroom .section10 .download .dl-img.white-bkg {
border: 1px solid #E5E8E8;
}
.pressroom .section10 .download .dl-img.black-bkg {
background: #000;
}
.pressroom .section10 .download p {
margin-top: 15px;
}
.pressroom .section10 .download a {
border: 0;
}
.pressroom .section10 .download a img {
padding-right: 10px;
position: relative;
top: -4px;
}

.pressroom .section11.section {
padding-bottom: 125px;
}
.pressroom .section11 p a {
border-bottom: 0;
}

@media (min-width: 500px) {
.pressroom .section7 .blog-feed-img .post-box,
.pressroom .section8 .blog-feed-img .post-box {
width: 49%;
padding: 40px 15px 35px;
margin: 0 auto;
}
.pressroom .section7 .blog-feed-img .post-box:first-child,
.pressroom .section7 .blog-feed-img .post-box:nth-child(3),
.pressroom .section8 .blog-feed-img .post-box:first-child,
.pressroom .section8 .blog-feed-img .post-box:nth-child(3) {
padding-left: 0;
}
.pressroom .section7 .blog-feed-img .post-box:last-child,
.pressroom .section7 .blog-feed-img .post-box:nth-child(2),
.pressroom .section8 .blog-feed-img .post-box:last-child,
.pressroom .section8 .blog-feed-img .post-box:nth-child(2)  {
padding-right: 0;
}
.pressroom .section7 .blog-feed-img .img-top {
padding: 125px 0;
}
}

@media(max-width: 767px){
.pressroom .section3 .image-grid .hs_cos_wrapper_widget {
padding: 10px 0;
vertical-align: middle;
display: block;
max-width: 170px;
text-align: center;
margin: 10px auto;
}
}

/* ===== 5.2.1 Press Releases ===== */

.press-releases.hs-blog-listing .post-content {
margin-bottom: 75px;
}

.press-releases.hs-blog-post .post-header h1 {
font-size: 40px;
}

.press-social {
margin: 40px 0 40px;
}

.press-social:last-child {
margin-bottom: 0;
}


/* ===== 5.3 News & Media ===== */

.body-container-wrapper .news-tabs {
margin: 0;
padding: 0;
list-style: none;
}

@media (min-width: 768px) {
.news-tabs {
display: inline-flex;
align-content: stretch;
}
}

.body-container-wrapper .news-tabs li {
margin: 0;
padding: 0;
}

.news-tabs, .news-tabs > li {
border-style: solid;
border-color: #C1C1C1;
}
.news-tabs      { border-width: 1px  0   0  1px }
.news-tabs > li { border-width:  0  1px 1px  0  }

.news-tabs li:before {
display: none !important;
}

.news-tabs li a {
display: block;
padding: 16px 24px;
font-size: 16px;
line-height: 19px;
font-weight: 700;
font-family: Raleway;
text-transform: uppercase;
color: #000 !important;
border: none !important;
position: relative;
min-width: 160px;
text-align: center;
}

.news-tabs li.view-all span {
display: block;
min-width: 100px;
padding: 16px 24px;
color: #959595;
font-family: Raleway;
font-weight: 400;
font-size: 16px;
line-height: 19px;
text-align: center;
}

.news-tabs li a:before {
content: '';
display: block;
opacity: 0;
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
border: 2px solid #000;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;;
}

.news-tabs li a.active:before,
.news-tabs li a:hover:before {
opacity: 1;
}

.news-media.with-logos .logos img {
position: relative;
top: 3px;
margin: 0px 14px;
height: 25px;
}

.news-media.with-logos li.logos {
width: 670px;
color: #6D6D6D;
font-size: 16px;
padding: 10px 15px;
font-weight: 300;
}

.news-media .news-post {
margin-bottom: 60px;
padding-bottom: 60px;
border-bottom: 1px solid #000000;
}

.news-media .news-post .post-content {
margin-bottom: 0px;
}

.news-media .news-post:last-child {
margin-bottom: 0px;
padding-bottom: 0px;
border-bottom: none;
}

.news-media .news-post h4 {
font-size: 30px;
line-height: 36px;
margin-bottom: 6px;
}

.news-media .news-post h4 a {
border-bottom: none;
}

.news-media .news-post h4 a:hover {
color: #657573;
}

.news-media .news-post .date {
font-size: 16px;
font-weight: 700;
font-family: Raleway;
}

.news-media .news-post .more {
text-decoration: none;
border-bottom: none;
font-family: 'Roboto Slab', serif;
font-size: 18px;
font-weight: 400;
}

.news-media .news-post .more:after {
content: '';
display: inline-block;
background-position: 0 0;
background-repeat: no-repeat;
background-size: auto 100%;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_black.html);
width: 25px;
height: 11px;
margin-left: 20px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
}

.news-media .news-post .more:hover {
color: #657573;
}

.news-media .news-post .more:hover:after {
-webkit-transform: translateX(15px);
-moz-transform: translateX(15px);
transform: translateX(15px);
}

@media(max-width: 1200px){
.news-media.with-logos li.logos {
display: none;
}
}

@media (max-width: 767px) {
.news-media .news-post h4 {
font-size: 26px;
}
}

/* ===== 5.x Events ===== */

.single-event-listing {
margin-bottom: 60px;
padding-bottom: 60px;
border-bottom: 2px solid #657573;
}

.single-event-listing:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}

.single-event-listing ul {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}

.body-container-wrapper .single-event-listing ul li {
padding: 0;
}

.body-container-wrapper .single-event-listing ul li:before {
display: none;
}

.single-event-listing .read-more {
font-family: 'Roboto Slab', serif;
font-size: 18px;
margin: 0;
margin-top: 7px;
display: inline-block;
}
.single-event-listing .read-more a {
text-decoration: none;
border-bottom: none;
}
.single-event-listing .read-more a:after {
content: '';
display: inline-block;
width: 25px;
height: 11px;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_black.html);
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
margin-left: 17px;
-webkit-transition: all .3s ease;


-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.single-event-listing .read-more a:hover:after {
-webkit-transform: translateX(15px);
-moz-transform: translateX(15px);
transform: translateX(15px);
}
.single-event-listing .read-more a:hover {
color: #657573;
}

.events-page h3 a {
border-bottom: 0px;
}


@media(min-width: 768px){
.events-page .span5.sel-image {
padding-right: 15px;
}
}

@media (max-width: 767px) {
.single-event-listing .sel-image {
margin-bottom: 20px;
}
}


/* ===== 6.0 Contact ===== */

.contact .section1.section {
padding-bottom: 45px;
}
.contact .section1 .content p {
font-size: 26px;
}
.contact .section1 .hs-field-desc {
font-size: 16px;
font-weight: 500;
font-style: italic;
padding-bottom: 10px;
}
.contact .section1 .hs_what_do_you_need_help_with {
margin-bottom: 40px;
}
.contact .section1 .hs_what_do_you_need_help_with .multi-container {
margin-bottom: 0;
}
.contact .section1 .widget-type-form .hs-form-booleancheckbox-display {
font-size: 16px;
}
.contact .section1 .hs_submit .actions {
text-align: center;
}

.contact .section2.section {
padding-bottom: 115px;
}
.contact .section2 form .hs_lob_interest .hs-field-desc {
font-size: 16px;
font-style: italic;
}
.contact .section2 form .hs_lob_interest ul.inputs-list li {
padding: 4px 0 0;
}
.contact .section2 .sidebar .widget-type-rich_text {
padding-bottom: 20px;
}
.contact .section2 h3 {
font-size: 30px;
font-weight: 700;
font-family: 'Raleway', sans-serif;
line-height: 60px;
margin-bottom: 0;
}
.contact .section2 a {
padding-bottom: 3px;
}
.contact .section2 .phone a {
border: 0;
}

.contact .footer-container .top .contact-us {
visibility: hidden;
opacity: 0;
}

@media (max-width: 767px) {
.contact .section2 .sidebar .widget-type-rich_text {
padding: 35px 0 0;
}
.contact .footer-container .top .contact-us {
display: none;
}
}


/* ===== 6.1 Thank You & X.1 Thank You ===== */

.thank-you .section1 {
padding-top: 50px;
}
.thank-you .section1 .page-center.gray-bkg {
padding: 55px 75px 65px;
}
.thank-you .section1 h2 {
font-size: 35px;
margin-bottom: 0;
}
.thank-you .section1 h3 {
font-size: 30px;
font-weight: 700;
}
.thank-you .section1 .button {
font-size: 16px;
}

.thank-you .section2.section {
padding-top: 35px;
padding-bottom: 100px;
}

.thank-you.contact-ty .footer-container .top .contact-us {
visibility: hidden;
opacity: 0;
}

@media (min-width: 901px) {
.thank-you .section .page-center {
padding: 0;
max-width: 1040px;
}
}

@media (max-width: 767px) {
.thank-you .section1 .page-center.gray-bkg {
padding: 35px 20px 45px;
}
.thank-you.contact-ty .footer-container .top .contact-us {
display: none;
}
}


/* ===== PPC LP ===== */

.ppc-lp .lp-banner {
padding: 225px 0;
}

.ppc-lp .section1 h4,
.ppc-lp .section2 h4,
.ppc-lp .section1 .widget-type-form h3 {
font-weight: 700;
font-family: 'Raleway', sans-serif;
}
.ppc-lp .section1 .widget-type-form h3 {
font-size: 16px;
font-style: normal;
}
.ppc-lp .section1 .selectric-open .selectric-items {
width: 99.75% !important;
}
.ppc-lp .section1 h4,
.ppc-lp .section2 h4 {
font-size: 24px;
}

.ppc-lp .section2 .widget-type-widget_container .hs_cos_wrapper_widget {
padding: 25px 0px;
}
.ppc-lp .section2 img {
padding-bottom: 15px;

}

.ppc-lp .section2 .three-column-container img {
height: 123px;
width: auto !important;
}

.ppc-lp .section3 h1 {
font-size: 35px;
}
.ppc-lp .section3 .slick-slide {
min-height: 515px;
}

.ppc-lp .section4 h3 {
color: #FFF100;
}


@media (min-width: 901px) {
.ppc-lp .white-bkg.page-center,
.ppc-lp .alt-bkg.page-center {
max-width: 1000px !important;
}
}

@media (min-width: 768px) {
.ppc-lp .section2 .widget-type-widget_container .hs_cos_wrapper_widget {
width: 30%;
margin: 0 2%;
display: inline-block;
vertical-align: top;
}
.ppc-lp .section2 .widget-type-widget_container .hs_cos_wrapper_widget:first-child,
.ppc-lp .section2 .widget-type-widget_container .hs_cos_wrapper_widget:nth-child(4n+4) {
margin-left: 0;
}
.ppc-lp .section2 .widget-type-widget_container .hs_cos_wrapper_widget:last-child,
.ppc-lp .section2 .widget-type-widget_container .hs_cos_wrapper_widget:nth-child(3n+3) {
margin-right: 0;
}

.ppc-lp .alt-bkg.page-center {
padding: 45px 50px;
}
.ppc-lp .section4 h3 {
margin-bottom: 0;
}
.ppc-lp .section1 .span7 {
padding-right: 25px;
}
}

@media (max-width: 900px) {
.ppc-lp .section1 img {
display: block;
margin: 20px auto !important;
}
}

@media (max-width: 767px) {
.ppc-lp .alt-bkg.page-center {
padding: 30px 20px;
}
}


/* Modular & Reusable Components
========================================================================== */

.section {
float: left;
width: 100%;
clear: both;
padding: 42px 0;
}

@media (max-width: 767px) {
.section {
padding: 50px 0;
}
}

.small-section {
padding: 45px 0;
}

.large-section {
padding: 150px 0;
}

.no-padding-top {
padding-top: 0 !important;
}

.no-padding-bottom {
padding-bottom: 0 !important;
}

.alt-bkg {
background-color: #657573;
}

.gray-bkg {
background-color: #f2f2f2;
}

.line-wrapper {
position: relative;
}
.line-wrapper .vertical-line {
position: absolute;
top: -100px;
left: 50%;
overflow: hidden;
z-index: 9;
display: block;
height: 115px;
width: 1px;
background: #000000;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;;
}
.line-wrapper .vertical-line.short {
top: 100px;
height: 75px;
}

a.anchor {
display: block;
position: relative;
top: -100px;
visibility: hidden;
}

.remove-optional-section {
display: none !important;
}

.smart-cta {
padding-top: 10px;
}


/* Vertically centred content */

@media (min-width: 768px) {
.table-display:not(.align-top) .row-fluid {
display: flex;
align-items: center;
justify-content: center;
}

.table-display.align-top .row-fluid {
display: flex;
}
}


/* Social Media Custom Icons */

.hs_cos_wrapper_type_social_sharing i,
.hs_cos_wrapper_type_follow_me i,
.footer-social i,
.social i {
display: inline-block;
height: 30px;
min-width: 30px;
width: auto;
line-height: 29px;
text-align: center;
font-size: 29px;
color: #000000;
}
.hs_cos_wrapper_type_social_sharing a,
.hs_cos_wrapper_type_follow_me a,
.footer-social a,
.social a {
border-bottom: 0;
margin-right: 5px;
}
.hs_cos_wrapper_type_social_sharing a:hover i,
.hs_cos_wrapper_type_follow_me a:hover i,
.footer-social a:hover i,
.social a:hover i {
color: #657573;
}
.hs_cos_wrapper_type_follow_me a {
display: inline-block;
margin-left: 10px;
}
.hs_cos_wrapper_type_follow_me a:first-child {
margin-left: 0;
}
/*i.fa-facebook {
background: #3a5897;
}
i.fa-twitter {
background: #49c9f2;
}
i.fa-pinterest {
background: #C92228;
}
i.fa-google-plus {
background: #d0322d;
}
i.fa-linkedin {
background: #0775b7;
}
i.fa-envelope-o,
i.fa-envelope {
background: #7b7b7b;
}
i.fa-youtube {
background: #e52d27;
}
i.fa-rss {
background: #ff6600;
}
i.fa-globe {
background: #5e686e;
}*/



/* Banner */

.banner {
color: #fff;
background: #000000;
padding: 135px 0;
background-position: 0 0;
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
width: 100%;
font-size: 21px;
text-align: center;



position: relative;
}

@media (max-width: 767px) {
.banner {
background-position: center;
padding: 55px 0;
}
}

.banner-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(101, 117, 115, 0.7);
z-index: 1;
}

.banner .page-center,
.banner .banner-content {
position: relative;
z-index: 2;
}

.banner h1,
.banner h2 {
color: #fff;
}

/* Waypoints */
.page-animation,
.vertical-line {
opacity: 1;
}

/* Blog Feed with Featured Image */
.blog-feed-img .posts-wrapper {
padding-bottom: 35px;
}
.blog-feed-img .post-box {
display: inline-block;
width: 30%;
vertical-align: top;
margin: 0 2.15%;
padding: 10px 0;
}
.blog-feed-img .post-box:first-child {
margin-left: 0;
}
.blog-feed-img .post-box:last-child,
.blog-feed-img .post-box:nth-child(3) {
margin-right: 0;
}
.blog-feed-img .post-box:nth-child(4) {
display: none;
}
.blog-feed-img .img-top {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 90px 0;
margin-bottom: 30px;
}
.blog-feed-img .post-box .title {
margin: 10px auto;
}
.blog-feed-img .post-box .topics,
.blog-feed-img .post-box .read-more {
margin: 0 auto;
}
.blog-feed-img .post-box .topics {
font-size: 16px;
text-transform: uppercase;
}
.blog-feed-img .post-box .topics span {
padding: 0 5px;
}
.blog-feed-img .post-box .read-more {
font-family: 'Roboto Slab', serif;
font-size: 18px;
}
.blog-feed-img .post-box .read-more:after {
content: '';
display: inline-block;
width: 25px;
height: 11px;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_black.html);
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
margin-left: 10px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.blog-feed-img .post-box .read-more:hover:after {
-webkit-transform: translateX(15px);
-moz-transform: translateX(15px);
transform: translateX(15px);
}
.blog-feed-img .post-box a {
border: 0;
color: #000000;
}
.blog-feed-img .post-box .title a:hover,
.blog-feed-img .post-box .read-more a:hover {
color: #657573;
}

@media (min-width: 768px) and (max-width: 900px) {
.blog-feed-img .post-box {
width: 29%;
}
}

@media (max-width: 767px) {
.blog-feed-img .post-box {
width: 100%;
padding: 15px 0 30px;
margin: 0 auto;
}

.blog-feed-img .post-box .title {
font-size: 18px;
}
}


/* ===== Custom Modules ===== */



/* Testimonial Slider */
.testimonials .content .triangle {
content: '';
width: 32px;
height: 32px;
position: relative;
top: -4px;
background: url(../photos/Adam_Meislik.jpg);
background-size: contain;
background-repeat: no-repeat;
background-position: 0 0;
margin-right: 3px;
margin-left: 1px;
}
.testimonials .content .triangle,
.testimonials .content img {
display: inline-block;
}
.testimonials .content img {
margin-left: -22px;
max-width: 75px;
}
.testimonials .content {
padding-right: 45px;
}
.testimonials .content h3 {
line-height: 36px;
margin: 20px auto;
}
.testimonials .content p {
font-size: 16px;
line-height: 22px;
margin: 0 auto;
}
.testimonials .slick-next,
.testimonials .slick-prev {
position: relative;
right: 0;
left: 0;
float: right;
content: '';
width: 40px;
height: 40px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.testimonials .slick-prev {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_white_up.html);
top: 90px;
}
.testimonials .slick-prev:hover {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_red_up.html);
background-size: contain;
}
.testimonials .slick-next {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_white_down.html);
}
.testimonials:not(.testimonials-horizontal) .slick-next {
bottom: 325px;
}
.testimonials .slick-next:hover {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_red_down.html);
background-size: contain;
}

.testimonials-horizontal.testimonials .slick-next {
bottom: auto !important;
top: 140px;
left: auto;
right: 0;
position: absolute;
}

.testimonials-horizontal.testimonials h3 {
font-size: 20px;
line-height: 1.2;
}

@media (max-width: 767px) {
.testimonials .content {
padding-right: 0 !important;
}
.testimonials .slick-list {
margin-top: 40px;
padding-top: 40px;
}
.testimonials .slick-prev {
top: 0 !important;
left: 35%;
position: absolute;
}
.testimonials .slick-next {
right: 35%;
float: none;
top: 0;
position: absolute;
left: auto;
}
.testimonials .slick-prev {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/0.0%20Home/home_2018/arrow_white_left.html)!important;
}
.testimonials .slick-prev:hover {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/0.0%20Home/home_2018/arrow_red_left.html)!important;
background-size: contain;
}
.testimonials .slick-next {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/0.0%20Home/home_2018/arrow_white_right.html)!important
}
.testimonials .slick-next:hover {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/0.0%20Home/home_2018/arrow_red_right.html)!important;
background-size: contain;
}
}

@media (max-width: 800px) {
.testimonials .slick-prev {
top: 90px;
}
.testimonials:not(.testimonials-horizontal) .slick-next {
bottom: 200px !important;
}
}

@media (max-width: 1100px) {
.testimonials .content h3 {
font-size: 22px !important;
line-height: 1.25em !important;
}
}

@media (max-width: 600px) {
/*.testimonials .slick-prev {
top: 100px !important;
}*/
.testimonials:not(.testimonials-horizontal) .slick-next {
bottom: 455px !important;
top: auto !important;
}
}


/* Webinar Bio Block */
.webinar-bio-block {
background: #fff;
padding: 35px;
margin: 0px auto 25px;
}
.webinar-bio-block p,
.webinar-bio-block h6 {
font-size: 16px;
line-height: 22px;
}
.webinar-bio-block p {
margin-bottom: 13px;
}
.webinar-bio-block p strong {
text-transform: uppercase;
}
.webinar-bio-block h6 {
font-weight: 700;
font-family: 'Raleway', sans-serif;
margin-bottom: 10px;
}

@media (min-width: 768px) {
.webinar-bio-block .bio-content {
padding-left: 15px;
}
}


/* Content Offer Box */
.cta-box {
max-width: 680px;
border: 1px solid #657573;
padding: 40px 35px;
margin: 0 auto;
background: black;
}

.cta-box .button, .cta-box .button.black {
background: #f3ff00;
color: black;
}

.cta-box .button.black:hover {
background: white;
color: black;
}

.cta-box .button:hover {
background: white;
color: black;
}

.cta-box h3 {
color: white;
}

.cta-box p {
color: #41fedc;
}

.cta-box .offer-img {
position: relative;
}
.cta-box .offer-img img {
-webkit-box-shadow: 0px 30px 85px -35px rgba(0,0,0,0.7);
-moz-box-shadow: 0px 30px 85px -35px rgba(0,0,0,0.7);
box-shadow: 0px 30px 85px -35px rgba(0,0,0,0.7);
}
.cta-box .offer-content p {
font-size: 16px;
font-weight: 700;
margin-bottom: 15px;
}

@media (min-width: 768px) {
.cta-box .offer-img {
padding-right: 25px;
}
.cta-box .offer-img img {
transform: translateY(-65%);
position: absolute;
}
}

@media (max-width: 767px) {
.cta-box {
text-align: center;

}
.cta-box .offer-img {
padding-bottom: 35px;
}
}


/* Job Listing */
.jobs .listing-wrapper {
border-bottom: 1px solid #E5E8E8;
padding: 25px 0;
}
.jobs .hs_cos_wrapper_type_custom_widget:last-child .listing-wrapper {
border-bottom: 0;
}
.jobs .listing-wrapper .title h3 {
font-weight: 700;
font-family: 'Raleway', sans-serif;
margin-bottom: 0;
}

@media (min-width: 768px) {
.jobs .listing-wrapper .link {
text-align: right;
}
}

@media (max-width: 767px) {
.jobs .listing-wrapper .title h3 {
margin-bottom: 15px;
}
}


/* Custom Quote Twitter Share */
.twitter-share-wrapper {
text-align: center;
}
.twitter-share-wrapper h1 {
line-height: 52px;
margin-bottom: 35px;
}
.twitter-share-wrapper a {
display: inline-block;
font-size: 30px;
border-bottom: 0;
padding: 7px 11px;
background: #f3ff00;
color: #000000;
}
.twitter-share-wrapper a:hover {
background: #000000;
color: #f3ff00;
}



/* ==========================================================================
Footer
========================================================================== */

.footer {
background: #657573;
}

.footer .top {
padding: 60px 0;
}

.footer .contact-us h4 {
font-size: 24px;
font-family: Raleway;
font-weight: 700;
margin-bottom: 20px;
}
.footer .contact-us .cta-arrow.yellow {
font-size: 50px;
line-height: 1em;
}
.footer .contact-us .cta-arrow.yellow:hover {
border: 0;
}
.footer .contact-us .cta-arrow.yellow:after {
width: 55px;
height: 32px;
margin-left: 25px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.footer .contact-us .cta-arrow.yellow:hover:after {
-webkit-transform: translateX(15px);
-moz-transform: translateX(15px);
transform: translateX(15px);
}

.footer .footer-lower-links a {
font-size: 12px;
line-height: 1.15em;
color: rgba(255,255,255,0.5);
margin: 0 auto;
text-decoration: none;
border-bottom: 0px;
padding: 0px 0px 0px 8px;
}

.footer .footer-lower-links a:hover {
opacity: 0.7;
}

.footer .quote h4 {
margin-bottom: 30px;
}
.footer .quote p strong {
text-transform: uppercase;
}
.footer .quote p {
font-size: 16px;
text-transform: capitalize;
margin-bottom: 0;
}

.footer .bottom {
border-top: 1px solid #fff;
padding: 30px 0;
}

.footer .logo img {
max-width: 240px;
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
padding: 13px 20px 0;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:first-child {
padding-left: 0;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child {
padding-right: 0;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
color: #fff;
border: 0;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover {
opacity: 0.7;
}

.footer .social {
padding-top: 10px;
}
.footer .social a {
border-bottom: 0;
margin-right: 0;
}
.footer .social a:hover i {
color: #fff;
opacity: 0.7;
}
.footer .social i {
background: transparent;
color: #fff;
font-size: 30px;
border-radius: 0;
margin-left: 7px;
}
.footer .social a:first-child i {
margin-left: 0;
}
.footer .social i.fa-facebook:before {
content: "\f230";
}
.footer .social i.fa-linkedin:before {
content: "\f08c";
}

.footer .copyright {
padding-top: 25px;
}
.footer .terms {
padding-top: 20px;
}

.footer .copyright p,
.footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li,
.footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
font-size: 14px;
line-height: 1.15em;
color: rgba(255,255,255,0.5);
margin: 0 auto;
}
.footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
padding: 0 10px;
}
.footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child {
padding-right: 0;
}

.footer .copyright p {
font-size: 12px !important;
}
.footer  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {


text-align: left;
}
.footer  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul li a {
font-size: 16px;
text-align: left;
border: none;
opacity: 0.6;
padding: 5px 0px;
}

.footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul li a:hover {
opacity: 0.3;
}
.footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul li:first-child {
padding-top: 5px;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
vertical-align: top;
}
.footer .assessment-link-wrapper {
transition: all 0.3s ease;
}
.footer .assessment-link-wrapper:hover {
opacity: 0.6;
}
.footer .assessment-link-wrapper a {
border: none;
max-width: 280px;
display: block;
}

.footer .assessment-link-wrapper img {
display: block;
margin: 0 20px 0.6rem 0;
transform: translateY(3px);
}

.footer .assessment-link-wrapper sup {
font-size: 0.45em;
top: -1em;
font-weight: 600;
}

@media screen and (min-width: 768px) {
.footer .assessment-link-wrapper a {
text-align: left;
margin-top: 0.6rem;
}
}

@media screen and (min-width: 1100px) {
.footer .assessment-link-wrapper a {
max-width: none;
text-align: right;
}
.footer .assessment-link-wrapper img {
display: inline-block;
}
.assessment-link-wrapper {
margin: 25px 0 21px;
}
}

@media(max-width: 1100px){
.footer  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul li {
display: inline-block !important;
padding: 0px 7px;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
padding: 0px;
}
.landing-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
display: block;
}

}

@media (min-width: 900px) {
.footer .bottom .widget-type-menu, .footer .bottom .widget-type-cell {
width: 52.5%;
padding-left: 30px;
}
.footer .bottom .widget-type-cell .widget-type-menu {
width: 100%;
padding: 0;
}
.footer .bottom .social {
width: 19%;
}
}

@media(min-width: 768px) and (max-width: 1100px){
.footer .social i {
margin: 0px;
font-size: 25px;
height: 27px;
min-width: 27px;
}
.footer .bottom .widget-type-menu, .footer .bottom .widget-type-cell {
width: 73%;
}
.footer .bottom .widget-type-cell .widget-type-menu {
width: 100%;
padding: 0;
}
.footer .bottom .widget-type-menu ul,
.footer .bottom .social {
text-align: left;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
padding: 10px 10px 0;
}
.footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
padding-left: 0;
}
.footer  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul {
float: right;
}
.footer  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul li:first-child {
padding-top: 0;
padding-left: 25px;
}
.footer .bottom .social {
width: 30%;
margin: 0 auto;
}
}

@media (min-width: 768px) and (max-width: 900px) {
.footer .logo img {
max-width: 150px;
padding-top: 7px;
}
}

@media (max-width: 767px) {
.footer .text-center,
.footer .text-right {
text-align: left;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
padding-left: 0;
padding-right: 0;
}
.footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li,
.footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
display: inline-block;
width: initial;
}
.footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:first-child {
padding-left: 0;
}
.footer .quote,
.footer .social {
padding-top: 20px;
}
.footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul li {
padding: 0px;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
display: block !important;
}
.footer .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
margin: 13px 0px;
}
.landing-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
display: block !important;
vertical-align: top;
padding: 2px 0px !important;
}
}


.gated-content-lp .footer .bottom,
.inbound-lp .footer .bottom {
border-top: 0;
padding: 17px 0;
}
.gated-content-lp .footer .copyright,
.inbound-lp .footer .copyright {
padding-top: 2px;
}
.gated-content-lp .footer .terms,
.inbound-lp .footer .terms {
padding-top: 0;
}
.gated-content-lp .footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover,
.inbound-lp .footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover {
color: #fff;
}


.ppc-lp .ppc-footer {
background: transparent;
}
.ppc-lp .ppc-footer .bottom {
border-top: 0;
padding: 10px 0 75px;
}
.ppc-lp .ppc-footer .copyright p,
.ppc-lp .ppc-footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
color: rgba(0,0,0,0.5);
}
.ppc-lp .ppc-footer .copyright {
padding-top: 6px;
}

@media (min-width: 901px) {
.ppc-lp .ppc-footer .page-center {
max-width: 1000px !important;
padding: 0 !important;
}
}




/* ==========================================================================


3. MAIN NAVIGATION


========================================================================== */

/* Menu Colors */
/* Set link Color */
/* Set link Hover Color */

/* ==========================================================================
Custom Menu Primary
========================================================================== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
background: none;
font-size: 19px;
line-height: 1;
font-weight: 500;
float: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
background: none;
padding: 0 9px;
}
@media (min-width: 981px) and (max-width: 1150px) {
.custom-menu-primary .hs-menu-wrapper > ul {
font-size: 18px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
padding: 0 10px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.last-menu-item {
margin-left: 5px !important;
}
}
@media (min-width: 768px) and (max-width: 980px) {
.custom-menu-primary .hs-menu-wrapper > ul {
font-size: 16px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
padding: 0 5px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.last-menu-item {
margin-left: 0 !important;
}
.custom-menu-primary .button, .custom-menu-primary .button:focus {
font-size: 14px !important;
padding: 11px 20px !important;
}
}
@media (min-width: 768px) and (max-width: 800px) {
.custom-menu-primary .hs-menu-wrapper > ul > li {
padding: 0 4px !important;
}
.custom-menu-primary .button, .custom-menu-primary .button:focus {
font-size: 14px !important;
padding: 11px 17px !important;
}
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
font-family: 'Raleway', sans-serif;
position: static;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
margin-left: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.last-menu-item {
margin-right: 0;
margin-left: 15px;
padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
position: relative;
color: #000000;
border-top: 5px solid transparent;
border-bottom: 0;
padding: 20px 0 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
border-top: 5px solid #000000;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
font-weight: 700;
}

@media(min-width: 767px){
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {

left: 185px !important;
}

li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:after {
content: "\f105";
font-family: fontAwesome;
position: absolute;
right: 5px;
top: 9px;
}
}

.custom-menu-primary .button,
.custom-menu-primary .button:focus {
font-size: 16px;
padding: 11px 28px;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
border-bottom: 0;
padding: 6px 10px;
font-size: 14px;
line-height: 22px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
color:#657573;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
font-weight: 700;
}



/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
overflow: visible !important;
max-width: none !important;
width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:769px) {
.custom-menu-primary .hs-menu-wrapper {
display:block !important;
}
}

.custom-menu-primary .assessment img {
float: right;
margin-left: 15px;

}
.custom-menu-primary .assessment img {
transition: all 0.3s ease;
}
.custom-menu-primary .assessment:hover img {
opacity: 0.4;
}
/* .custom-menu-primary a.assessment {
background-color: rgba(0,0,0,0.9);
color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a.assessment:hover {
background-color: #f3ff00;
color: #fff;
} */


/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can
* use this for custom styling on any element when the menu is in the open position.
*/

.hamburger, .child-trigger {
display: none; /* Hide button on Desktop */
}

.custom-menu-primary .mobile {
display: none;
}


@media (min-width: 769px) and (max-width: 900px) {

.span9.widget-span.widget-type-menu.custom-menu-primary.js-enabled {
width: 75% !important;
float: right;
clear: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
padding: 0 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
padding: 30px 0 20px;
}

}


@media (max-width: 991px){
.custom-menu-primary .mobile {
display: block;
}

/* Variables
========================================================================== */

/* Set Mobile Menu Background Color */
/* Set Link Color */
/* Set Link Hover Color */

/*
* Menu Reset
*
* Remove styling from desktop version of custom-menu-primary. Place any
* additional CSS you want removed from the mobile menu in this reset
*/

.custom-menu-primary,
.custom-menu-primary .hs-menu-wrapper > ul,
.custom-menu-primary .hs-menu-wrapper > ul li,
.custom-menu-primary .hs-menu-wrapper > ul li a:not(.button) {
display: none;
float: none;
position: static;
top: auto;
right: auto;
left: auto;
bottom: auto;
padding: 0px;
margin: 0px;
background-image: none;
background-color: transparent;
border: 0px;
-webkit-border-radius: 0 !important;;
-moz-border-radius: 0 !important;;
-ms-border-radius: 0 !important;;
border-radius: 0 !important;;;
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;
max-width: none;
width: 100%;
height: auto;
line-height: 1;
font-weight: 400;
text-decoration: none;
text-indent: 0px;
text-align: left;
color:#ffffff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.last-menu-item {
text-align: center;
position: relative !important;
margin: 0 auto !important;
}
.custom-menu-primary .hs-menu-wrapper > ul li a.button {
padding: 11px 0;
margin: 10px auto 0;
width: 100% !important;
max-width: 300px !important;
border: 1px solid #f3ff00;
}
.custom-menu-primary .hs-menu-wrapper > ul li a.button:hover {
border: 1px solid #f3ff00;
}

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
padding: 0;
display: inline-block;
cursor: pointer;
transition-property: opacity, -webkit-filter;
transition-property: opacity, filter;
transition-property: opacity, filter, -webkit-filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
outline: 0;
margin: 0;
overflow: visible;
position:absolute;
top: 15px;
right: 20px;
}

.hamburger:hover {
opacity: 0.7;
}

.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative;
}

.hamburger-inner {

display: block;
top: 50%;
margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 33px;
height: 3px;
background-color: #000;
border-radius: 0;
position: absolute;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block;
}

.hamburger-inner::before {
top: -8px;
}

.hamburger-inner::after {
bottom: -8px;
}


/*
* Squeeze
*/
.hamburger--squeeze .hamburger-inner {
transition-duration: 0.1s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile-open .hamburger--squeeze .hamburger-inner {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition-delay: 0.14s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-open .hamburger--squeeze .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.mobile-open .hamburger--squeeze .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* Child Toggle Button
========================================================================== */

.child-trigger {
display: block !important; /* Hide button on Desktop */
cursor: pointer; /* Mouse pointer type on hover */
position: absolute;
top: 0px;
right: 0px;
width: 55px !important; /* Button width */
min-width: 55px !important;
height: 46px !important; /* Button height */
padding: 0 !important;
/*border-left: 1px dotted rgba(0, 0, 0, .20);*/
text-align: center;
font-size: 24px;
}
.child-trigger:hover {
text-decoration: none;
}
.child-trigger i {
position: relative;
top: 50%; /* Centers icon inside button */
margin: 0 auto !important;
}
.child-trigger i:after{
position: absolute;
content: '';
}
.child-trigger i, .child-trigger i:after{
width: 10px; /* Icon line width */
height: 1px; /* Icon line height */
background-color:#ffffff; /* Icon color */
display: block;
}
.child-trigger i:after{
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.child-trigger.child-open i:after{
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.child-trigger.child-open i{
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}


/* Menu Styles on Mobile Devices
========================================================================== */

.custom-menu-primary.js-enabled {
margin: 10px -20px 0;
}

/* Hide menu on mobile */
.custom-menu-primary.js-enabled .hs-menu-wrapper,
.custom-menu-primary.js-enabled .hs-menu-children-wrapper {
display: none;
}

/* Make child lists appear below parent items */
.custom-menu-primary ul.hs-menu-children-wrapper {
visibility: visible !important;
opacity: 1 !important;
position: static !important;
display: none;
}

/* Mobile Menu Styles */
.custom-menu-primary.js-enabled .hs-menu-wrapper {
width: 100%;
position: relative; /**************************************************************/
top: 0;             /* Positions the menu to drop from the very top of the screen */
left: 0;          /**************************************************************/
padding: 0;
}
.custom-menu-primary .hs-menu-wrapper {
background-color:#000000; /* Menu background color set off global menuColorMobile variable */
width: 100%; /* Full screen width */
}

/* Level 1 Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul {
padding: 10px 0 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
position: relative !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li a:not(.button){
font-size: 20px; /* Font size of top level list items */
overflow: visible;
}

/* Level 1 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul li {
border-top: 0;
}
.custom-menu-primary .hs-menu-wrapper >  ul li a:not(.button) {
padding: 20px !important;
color:#ffffff; /* link color set by global mobile-aColor variable */
font-weight: 700;
}
.custom-menu-primary .hs-menu-wrapper > ul li a:not(.button):hover {
color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
}

/* Level 2 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul ul {
background-color: #657573;
border: 0;
padding: 0;
margin-left: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
background-color: rgba(255, 255, 255, .08);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-menu-depth-2.hs-item-has-children .child-trigger,
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-menu-depth-2.hs-item-has-children ul {

}
.custom-menu-primary li.hs-menu-item.hs-menu-depth-2.hs-item-has-children li {
padding-left: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
padding: 10px 20px !important;
text-indent: 10px; /* Indent Child lists */
font-size: 16px; /* Font size of child lists */
}

/* Level 3 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
text-indent: 30px; /* Indent Child lists */
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
text-indent: 50px; /* Indent Child lists */
}
}


/* Breadcrumbs */
.breadcrumbs ul {
padding: 0;
list-style-type: none;
}
.breadcrumbs ul li:before,
.breadcrumbs .hs-breadcrumb-menu-divider,
.breadcrumbs .hs-breadcrumb-menu-item.last-crumb {
display: none;
}
.breadcrumbs a {
color: #818685;
font-size: 16px;
border: 0;
}
.breadcrumbs a:after {
content: '';
display: inline-block;
width: 16px;
height: 10px;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_gray.html);
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
margin-left: 10px;
}

@media (max-width: 767px) {
.breadcrumbs .hs-breadcrumb-menu-item {
float: none;
}
}


/* ==========================================================================


4. TEMPLATE MODULE SELECTORS


========================================================================== */


/* System Pages
========================================================================== */

@media (min-width: 768px) {
.system-page .section {
padding: 150px 0;
}
}

/* Error 404 & Error 500 */

.error-404 .section h1,
.error-500 .section h1 {
font-size: 90px;

line-height: 1em;
}
.error-404 .section h3,
.error-500 .section h3 {
font-size: 24px;
font-weight: 700;
font-family: 'Raleway', sans-serif;
}
.error-404 .section .button,
.error-500 .section .button {
margin-top: 5px;
}

@media (max-width: 767px) {
.error-404 .section h1,
.error-500 .section h1 {
font-size: 45px;
}
.error-404 .section .widget-type-linked_image,
.error-500 .section .widget-type-linked_image {
margin-bottom: 25px;
}
}

/* Email Unsubscribe */

.email-unsub .page-header {
padding: 0;
}
.email-unsub .page-header h1 {
font-size: 45px;
line-height: 52px;
margin: 0 auto 20px;
}
.email-unsub .section #email-prefs-form .email-edit {
max-width: 410px !important;
}
.email-unsub .section .hs-button.primary {
margin-top: 40px;
}

/* Email Subscriptions Update Confirmation */

.email-update .widget-type-email_subscriptions_confirmation h2 {
font-size: 40px;
}
.email-update .widget-type-email_subscriptions_confirmation .success {
font-size: 24px;
}

@media (max-width: 767px) {
.email-update .widget-type-email_subscriptions_confirmation h2 {
font-size: 30px;
word-wrap: break-word;
}
}

/* Email Subscription Preferences */

.email-pref .widget-type-email_subscriptions h1,
.email-pref .widget-type-email_subscriptions h2',
'.email-pref .widget-type-email_subscriptions p {
font-weight: 400;
margin: 0 0 20px;
line-height: 1.5;
}
.email-pref .widget-type-email_subscriptions h1 {
font-size: 45px;
line-height: 1.3;
}
.email-pref .widget-type-email_subscriptions h2 {
font-size: 30px;
}
.email-pref .widget-type-email_subscriptions p {
font-size: 20px;
}
.email-pref .checkbox-row input[type="checkbox"] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;
}

@media (min-width: 768px) {
.email-pref .section {
padding: 75px 0;
}
}





.password-page .system-box h1:before {
display: inline-block;
content: '';
width: 37px;
height: 46px;
margin-right: 20px;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_einstein/system/lock.html);
background-position: 0 0;
background-repeat: no-repeat;
}

.system-box form {
margin-top: 30px;
}

.system-box input[type="password"],
.system-box input[type="submit"] {
display: block;
float: left;
margin: 0 !important;
}

.system-box input[type="password"] {
width: 75%;
}

.system-box input[type="submit"] {
width: 25%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;;
text-transform: none;
}

.system-box .page-header {
margin: 0;
padding: 0;
}

.system-box #email-prefs-form {
margin: 0;
}

.system-box #email-prefs-form #content > div {
float: left;
width: 66%;
padding: 0;
margin: 0;
}

.system-box #email-prefs-form #content input[type="email"] {
width: 100% !important;
margin: 0 !important;
font-size: 16px !important;
padding: 0 15px !important;
}

.system-box #email-prefs-form #content input[type="submit"] {
width: 34%;
clear: none !important;
}

.system-box .widget-type-email_simple_subscription h1 {
font-weight: 300;
font-size: 55px;
line-height: 1.4;
margin-top: 0;
margin-bottom: 20px;
}

.system-box .widget-type-email_simple_subscription h3 {
font-weight: 400;
font-size: 21;
color: #657573;
margin-top: 0;
margin-bottom: 20px;
}

@media (max-width: 767px) {
.system-box {
padding: 20px 30px;
}

.system-box .widget-type-email_simple_subscription h1 {
font-size: 36px;
}

.system-box input[type="password"],
.system-box input[type="submit"] {
width: 100%;
clear: both;
}
}

@media (max-width: 599px) {
.system-box {
padding: 20px;
}

.system-box #email-prefs-form #content > div {
width: 100%;
clear: both;
}

.system-box #email-prefs-form #content input[type="submit"] {
width: 100%;
clear: both !important;
}

}

/* Placeholder Text */
.system-box ::-webkit-input-placeholder { /* Webkit Browsers */
text-transform: none;
font-style: italic;
}
.system-box :-moz-placeholder { /* Firefox 18- */
text-transform: none;
font-style: italic;
}
.system-box ::-moz-placeholder { /* Firefox 19+ */
text-transform: none;
font-style: italic;
}
.system-box :-ms-input-placeholder { /* IE10 */
text-transform: none;
font-style: italic;
}


.system-template .page-header {
margin: 0;
padding: 0;
}

.widget-type-email_subscriptions p, .widget-type-email_subscriptions h1 {
font-size: 50px;
font-weight: 300;
margin: 0 0 20px;
line-height: 1.4;
}

@media (max-width: 767px) {
.widget-type-email_subscriptions p, .widget-type-email_subscriptions h1 {
font-size: 36px;
}
}

.system-template .widget-type-email_subscriptions_confirmation h2,
.system-template .widget-type-email_simple_subscription h2 {
font-size: 31px;
font-weight: 700;
margin: 0 0 20px;
line-height: 1.4;
}

.system-template .widget-type-email_subscriptions_confirmation h2:before {
display: block;
content: "\f00c ";
font-family: FontAwesome;
font-size: 36px;
margin-bottom: 5px;
text-align: center;
}

.system-template .widget-type-email_subscriptions h2 {
font-size: 24px;
font-weight: 700;
margin: 0 0 20px;
line-height: 1.4;
}

.system-template .widget-type-email_subscriptions_confirmation p,
.system-template .widget-type-email_simple_subscription p {
font-size: 24px;
font-weight: 300;
margin: 0 0 20px;
line-height: 1.4;
}

.system-template .widget-type-email_subscriptions p {
font-size: 21px;
font-weight: 300;
margin: 0 0 20px;
line-height: 1.4;
}

.system-template .widget-type-email_subscriptions input[type="submit"] {
width: auto;
text-transform: capitalize;
}

.system-template .checkbox-row input[type="checkbox"] {
margin-top: 5px;
}

.system-template .subscribe-options label {
margin: 0;
}

@media (max-width: 767px) {
.system-template .widget-type-email_subscriptions_confirmation h2,
.system-template .widget-type-email_simple_subscription h2 {
font-size: 22px;
}

.system-template .hs-button,
.system-template input[type="submit"] {
padding: 15px 20px;
font-size: 16px;
}
}




/* ==========================================================================


5. COS COMPONENTS


========================================================================== */

/**
* Blog Author Page
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

.hs-author-profile {
padding: 60px 45px;
background: #f5f6f7;
float: left;
width: 100%;
clear: both;
margin: 0 0 60px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
display: block;
float: left;
width: calc(100% - 210px);
}
.hs-author-profile .hs-author-avatar {
display: block;
width: 150px;
height: 150px;
float: left;
margin: 0 30px 30px 0;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border: 1px solid #657573;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;;
}

@media (max-width: 767px) {
.hs-author-profile .hs-author-bio {
float: none;
width: 100%;
}

.hs-author-profile .hs-author-avatar {
float: none;
margin: 0 auto 30px;
}
}

/**
* Blog All Posts Page
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}




/* ==========================================================================
Forms
========================================================================== */


/* All Global Forms
========================================================================== */

/* Form Field */
body .hs-form-field {
margin-bottom: 45px;
}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {}
body .hs-form-field > label {
display: none;
text-transform: uppercase;
font-size: 16px;
color: #657573;
margin-bottom: 10px;
}

body label .hs-form-required {
color: #f00;
}

/* Buttons */
.hs-button.primary.large {
font-size: 16px;
font-weight: 400;
padding: 13px 68px;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
width: 100%;
font-size: 18px;
min-height: 40px;
margin: 0;
padding: 0px;
border: 0;
border-radius: 0;
border-bottom: 1px solid #000 !important;
background: transparent;
font-family: 'Raleway', sans-serif;
color: #000;
}

body textarea {
min-height: 140px;
padding: 15px;
background: #fff;
border-radius: 0px !important;
resize: none !important;
}
body .hs-form-field.hs_message {
margin-bottom: 15px;
}


/* Separate Styles for Drop Downs */
body select:focus {outline: 0;}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
list-style: none;
padding: 6px 0 0;
}
body form.hs-form .hs-form-field ul.inputs-list li {
padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li:before {
display: none;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: listbox;
appearance: none;
width: 21px !important;
height: 20px !important;
background: #fff;
border-radius: 0;
border: 1px solid #000;
margin: 0 10px 0 0;
position: relative;
top: 3px;
cursor: pointer;
}
body form.hs-form .hs-form-field ul.inputs-list li input[type="checkbox"]:checked + span:before {
content: '\f00c';
font-family: fontawesome;
font-size: 16px;
position: absolute;
top: 7px;
left: 3px;
}

/* Required */
body input:focus:required:invalid,
body textarea:focus:required:invalid,
body select:focus:required:invalid {
outline: 0 !important;
}

body input:focus:required:invalid:focus,
body textarea:focus:required:invalid:focus,
body select:focus:required:invalid:focus {
outline: 0 !important;
}

input:focus-visible {
    outline: 0px !important;
}

/* Errors */

.hs-error-msgs {
color: #f00;
font-weight: 500;
font-size: 12px;
margin: 0;
}
.hs-error-msgs li:before,
.hs_error_rollup {
display: none !important;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
color: #ADADAD;
opacity: 1;
font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
color: #ADADAD;
opacity: 1;
font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
color: #ADADAD;


opacity: 1;
font-weight: 400;
}
:-ms-input-placeholder { /* IE10 */

color: #ADADAD;
opacity: 1;
font-weight: 400;
}


/* Form Module
========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"],
.hs_cos_wrapper_type_form input[type="datetime"],
.hs_cos_wrapper_type_form input[type="datetime-local"],
.hs_cos_wrapper_type_form input[type="date"],
.hs_cos_wrapper_type_form input[type="month"],
.hs_cos_wrapper_type_form input[type="time"],
.hs_cos_wrapper_type_form input[type="week"],
.hs_cos_wrapper_type_form input[type="number"],
.hs_cos_wrapper_type_form input[type="email"],
.hs_cos_wrapper_type_form input[type="url"],
.hs_cos_wrapper_type_form input[type="search"],
.hs_cos_wrapper_type_form input[type="tel"],
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus,
.hs_cos_wrapper_type_form input[type="datetime"]:focus,
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus,
.hs_cos_wrapper_type_form input[type="date"]:focus,
.hs_cos_wrapper_type_form input[type="month"]:focus,
.hs_cos_wrapper_type_form input[type="time"]:focus,
.hs_cos_wrapper_type_form input[type="week"]:focus,
.hs_cos_wrapper_type_form input[type="number"]:focus,
.hs_cos_wrapper_type_form input[type="email"]:focus,
.hs_cos_wrapper_type_form input[type="url"]:focus,
.hs_cos_wrapper_type_form input[type="search"]:focus,
.hs_cos_wrapper_type_form input[type="tel"]:focus,
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}



/* Blog Comment Form
========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"],
#hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


/* Google Search Form
========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {
width: 48.5%;
margin-right: 3%;
}
body .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
margin-right: 0;
}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {
width: 31.333333333333333%;
margin-right: 3%;
}
body .hs-form fieldset.form-columns-3 .hs-form-field:last-child {
margin-right: 0;
}

@media (max-width: 767px) {
body .hs-form fieldset .hs-form-field {
width: 100% !important;
margin-right: 0 !important;
}
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

body form.hs-form fieldset[class*="form-columns"] .inputs-list .hs-input {
width: auto;
margin: 0 10px 0 0;
}

@media (max-width: 400px) {
body form.hs-form fieldset .hs-form-field { padding: 0; }
body form.hs-form fieldset.form-columns-3 .hs-form-field,
body form.hs-form .form-columns-2 .hs-form-field .hs-input,
body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}




/* ==========================================================================
Buttons
========================================================================== */

.button,
.button:focus,
.hs-button,
input[type="submit"] {
display: inline-block;
outline: 0;
margin: 0;
padding: 16px 32px;
color: #000000;
text-decoration: none;
font-size: 18px;
font-weight: 400;
text-align: center;
cursor: pointer;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
background: #000;
-webkit-appearance: none;
font-family: 'Roboto Slab', serif;
line-height: 1.5;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 0px;;
border: 1px solid #000 !important;

}
.button:hover,
.hs-button:hover,
input[type="submit"]:hover,
.button.orange:hover {
color: #000 !important;
background: transparent !important;
border: 1px solid #000 !important;
text-decoration: none;
box-shadow: none;
border: 0;
}

.button:focus,
.hs-button:focus,
input[type="submit"]:focus,
.button.orange:hover {
color: #000 !important;
background: transparent !important;
border: 1px solid #000 !important;
box-shadow: none;
text-decoration: none;
border: 0;
}


.button.black,
.button.black:focus {
color: #fff;
background: #000000;
}
.button.black:hover {
color: #000000;
background: #f3ff00;
border: 0;
}

.button.outline,
.button.outline:focus {
background: transparent;
border: 2px solid #000000;
color: #000000;
}
.button.outline:hover {
background: #000000;
color: #fff;
}

.button-arrow-black,
.button-arrow-black:focus {
background: black;
color: white;
}



.button-arrow, .button-arrow-black,
.button-arrow-white,
.button-arrow, .button-arrow-black:focus,
.button-arrow-white:focus {
padding: 13px 27px;
}
.button-arrow:after,
.button-arrow-white:after {
content: '';
display: inline-block;
width: 25px;
height: 11px;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_black.html);
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
margin-left: 10px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}

.button-arrow-black:after {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_white.html);
}

.button-arrow:hover:after,
.button-arrow-white:hover:after {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_white.html);
}



.button-arrow-black:hover {
color: black;
background: #f3ff00;
}

.button-arrow-black:hover:after {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_black.html);
}

.cta-arrow, .cta-arrow:active, .cta-arrow:focus {
font-weight: 400;
font-size: 18px;
color: #000000;
border-bottom: 0;
}
.cta-arrow:hover {
color: #657573;
border: 0;
}
.cta-arrow:after {
content: '';
display: inline-block;
width: 25px;
height: 11px;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_black.html);
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
margin-left: 10px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.cta-arrow:hover:after {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_gray.html);
-webkit-transform: translateX(15px);
-moz-transform: translateX(15px);
transform: translateX(15px);
}

.cta-arrow.yellow {
color: #FFF100;
}
.cta-arrow.yellow:after {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/arrow_yellow.html);
}

.inline-blog-cta {
display: block;
background: #f2f2f2;
border: 0;
padding: 15px 15px 15px 50px;
margin: 20px auto;
}
.inline-blog-cta:active,
.inline-blog-cta:focus,
.inline-blog-cta:hover {
border: 0;
}
.inline-blog-cta:before {
content: '';
display: inline-block;
width: 21px;
height: 13px;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/inline_arrow_black_thick.html);
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
margin-left: -33px;
margin-right: 12px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.inline-blog-cta:hover:before {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/inline_arrow_red_thick.html);
}

.inline-blog-cta.teal {
color: black;
background: #f3ff00;
}

.inline-blog-cta:hover {
color: black;
background:#f2f2f2;
}

.inline-blog-cta:hover:before {
color: black;
}


/* ==========================================================================


6. LIBRARIES


========================================================================== */

/* ==========================================================================
Slick Slider
========================================================================== */

/* Slider */
.slick-slider
{
position: relative;

display: block;
box-sizing: border-box;

-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list
{
position: relative;

display: block;
overflow: hidden;

margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

.slick-track
{
position: relative;
top: 0;
left: 0;

display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;

content: '';
}
.slick-track:after

{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}

.slick-slide{
display: none;
float: left;
height: 100%;
}
.testimonials-horizontal .slick-slide {
min-height: 1px !important;
}
/*@media (max-width: 800px) {
.slick-slide {
min-height: 350px;
}
}
@media (max-width: 600px) {
.slick-slide {
min-height: 615px;
}
}*/

[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;

height: auto;

border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
background: #fff url('../../cdn2.hubspot.net/hubfs/142915/_einstein/js/slick/ajax-loader.html') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
position: absolute;
top: 50%;
display: block;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
border: none;
outline: none;
background: transparent;
/*font-size: 32px;*/
line-height: 1;
color: #000000;
z-index: 2;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
/*.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
*/
.slick-prev
{
left: -15px;
}

.slick-next
{
right: -15px;
}

/* Dots */
.slick-dotted.slick-slider
{
margin-bottom: 30px;
}

.slick-dots
{
position: absolute;
bottom: -45px;

display: block;

width: 100%;
padding: 0;
margin: 0;

list-style: none;

text-align: center;
}
.slick-dots li
{
position: relative;

display: inline-block;

width: 10px;
height: 10px;
margin: 0 5px;
padding: 0;

cursor: pointer;
}
.slick-dots li button
{
line-height: 10px;

display: block;

width: 10px;
height: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;;

cursor: pointer;

color: transparent;
border: 0;
padding: 0;
outline: none;
background: #E5E8E8;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button
{
background: #f3ff00;
outline: none;
}

/* Vertical */
.slick-vertical .slick-slide,
.slick-vertical .slick-slide .slide {
vertical-align: top;
}
.slick-vertical .slick-slide .slide {
padding: 0 0 50px;
}



/*======================================
Selectric v1.11.0
======================================*/

.selectric-wrapper {
position: relative;
cursor: pointer;
text-transform: capitalize;
width: 100%;
text-align: left;
}

.selectric-responsive {
width: 100%;
}

.selectric {
border: 1px solid #000000;
background: #fff;
position: relative;
}

.selectric .label {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 0 63px 0 10px;
margin: 0 auto;
font-size: 16px;
line-height: 40px;
color: #adadad;
height: 40px;
position: relative;
z-index: 1;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.selectric .selectArrow {
display: block;
position: absolute;
z-index: 0;
right: 0;
top: 5px;
width: 40px;
height: 30px;
color: #000000;
text-align: center;
font: 0/0 a;
*font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
border-left: 1px solid #000000;
}

.selectric .selectArrow:after {
content: " ";
position: absolute;
z-index: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 0;
height: 0;
border: 7px solid transparent;
border-top-color: #000000;
border-bottom: none;
}

.selectric-wrapper .selectric .selectArrow:after {
top: -2px;
border: 7px solid transparent;
border-top: 7px solid #000000;
border-bottom: none;
}
.selectric-wrapper.selectric-open .selectric .selectArrow:after {
border-bottom: 7px solid #000000;
border-top: none;
}

.selectric-focus .selectric,
.selectric-hover .selectric,
.selectric-hover .selectric .selectArrow,
.selectric-hover .selectric .selectArrow:after,
.selectric-open .selectric {
border-top-color: #000000;
}

.selectric-focus .selectric .label,
.selectric.selected-label .label {
color: #000000;
}

.selectric-open {
z-index: 9999;
}

.selectric-open .selectric-items {
display: block;
border-top: 1px solid #fff;
margin-top: -1px;
}
.selectric-above.selectric-open .selectric-items {
border-top-color: #000;
border-bottom-color: #fff;
}

.selectric-disabled {
filter: alpha(opacity=50);
opacity: 0.5;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.selectric-hide-select {
position: relative;
overflow: hidden;
width: 0;
height: 0;
}

.selectric-hide-select select {
position: absolute;
left: -100%;
}

.selectric-hide-select.selectric-is-native {
position: absolute;
width: 100%;
height: 100%;
z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
border: none;
z-index: 1;
box-sizing: border-box;
opacity: 0;
}

.selectric-input {
position: absolute !important;
top: 0 !important;
left: 0 !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
margin: 0 !important;
padding: 0 !important;
width: 1px !important;
height: 1px !important;
outline: none !important;
border: none !important;
*font: 0/0 a !important;
background: none !important;
}

.selectric-temp-show {
position: absolute !important;
visibility: hidden !important;
display: block !important;
}

/* Items box */
.selectric-items {
display: none;
position: absolute;
top: 100%;
left: 0;
background: #fff;
border: 1px solid #000;
z-index: 0;
}

.selectric-items .selectric-scroll {
height: 100%;
overflow: auto;
}

.selectric-above .selectric-items {
top: auto;
bottom: 100%;
}



.selectric-items ul, .selectric-items li {
list-style: none;
padding: 10px;
margin: 0;
font-size: 16px;
font-weight: 500;
line-height: 20px;
min-height: 20px;
text-align: center;
}

.selectric-items li {
display: block;
padding: 10px !important;
color: #000000;
cursor: pointer;
}

.selectric-items li.selected {
background: #f2f2f2;
color: #444;
font-weight: 700;
}

.selectric-items li.highlighted {
background: #f2f2f2;
}

.selectric-items li:hover {
background: #f2f2f2;
}

.selectric-items .disabled {
filter: alpha(opacity=50);
opacity: 0.5;
cursor: default !important;
background: none !important;
color: #666 !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
font-weight: bold;
padding-left: 10px;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: none;
color: #444;
}

.selectric-items .selectric-group.disabled li {
filter: alpha(opacity=100);
opacity: 1;
}

.selectric-items .selectric-group li {
padding-left: 25px;
}




/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
/* this ensures that a constrained height set by functionPosition,
if greater that the natural height of the tooltip, will be enforced
in browsers that support display:flex */
display: flex;
pointer-events: none;
/* this may be overriden in JS for fixed position origins */
position: absolute;
}

.tooltipster-box {
/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
and flex-basis auto for IE11- (at least) */
flex: 1 1 auto;
}

.tooltipster-content {
/* prevents an overflow if the user adds padding to the div */
box-sizing: border-box;
/* these make sure we'll be able to detect any overflow */
max-height: 100%;
max-width: 100%;
overflow: auto;
}

.tooltipster-ruler {
/* these let us test the size of the tooltip without overflowing the window */
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
opacity: 0;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
opacity: 1;
}

/* grow */

.tooltipster-grow {
-webkit-transform: scale(0,0);
-moz-transform: scale(0,0);
-o-transform: scale(0,0);
-ms-transform: scale(0,0);
transform: scale(0,0);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
opacity: 0;
-webkit-transform: rotateZ(4deg);
-moz-transform: rotateZ(4deg);
-o-transform: rotateZ(4deg);
-ms-transform: rotateZ(4deg);
transform: rotateZ(4deg);
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
opacity: 1;
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-o-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
-webkit-transition-property: top;
-moz-transition-property: top;
-o-transition-property: top;
-ms-transition-property: top;
transition-property: top;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
top: 0 !important;
opacity: 0;
}

/* slide */

.tooltipster-slide {
-webkit-transition-property: left;
-moz-transition-property: left;
-o-transition-property: left;
-ms-transition-property: left;
transition-property: left;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
left: 0 !important;
opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
transition durations may be specified in the style tag due to
animationDuration, and we try to avoid collisions and the use
of !important */

/* fade */

@keyframes tooltipster-fading {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

.tooltipster-update-fade {
animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
25% {
transform: rotate(-2deg);
}
75% {
transform: rotate(2deg);
}
100% {
transform: rotate(0);
}
}

.tooltipster-update-rotate {
animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}

.tooltipster-update-scale {
animation: tooltipster-scaling 600ms;
}

/**
* DEFAULT STYLE OF THE SIDETIP PLUGIN
*
* All styles are "namespaced" with .tooltipster-sidetip to prevent
* conflicts between plugins.
*/

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
background: #565656;
border: 2px solid black;
border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
color: white;
line-height: 18px;
padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
overflow: hidden;
position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
height: 10px;
/* half the width, for centering */
margin-left: -10px;
top: 0;
width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
height: 20px;
margin-top: -10px;
right: 0;
/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
been positioned yet */
top: 0;
width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
height: 20px;
margin-top: -10px;
left: 0;
/* same as .tooltipster-left .tooltipster-arrow */
top: 0;
width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
bottom: 0;
height: 10px;
margin-left: -10px;
width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
height: 0;
position: absolute;
width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: #565656;
left: 0px;
top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
border-left-color: #565656;
left: -3px;
top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
border-right-color: #565656;
left: 3px;
top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
border-top-color: #565656;
left: 0px;
top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
border: 10px solid transparent;
left: 0;
top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
left: -10px;
}


/**
* Featherlight ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬" ultra slim jQuery lightbox
* Version 1.7.2 - http://noelboss.github.io/featherlight/
*
* Copyright 2017, NoÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«l Raoul Bossart (http://www.noelboss.com)
* MIT Licensed.
**/
@media all {
.featherlight {
display: none;

/* dimensions: spanning the background from edge to edge */
position:fixed;
top: 0; right: 0; bottom: 0; left: 0;
z-index: 2147483647; /* z-index needs to be >= elements on the site. */

/* position: centering content */
text-align: center;

/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
white-space: nowrap;

/* styling */
cursor: pointer;
background: #333;
/* IE8 "hack" for nested featherlights */
background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
/* position: trick to center content vertically */
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}

.featherlight .featherlight-content {
/* make content container for positioned elements (close button) */
position: relative;

/* position: centering vertical and horizontal */
text-align: left;
vertical-align: middle;
display: inline-block;

/* dimensions: cut off images */
overflow: auto;
padding: 55px;

/* dimensions: handling large content */
margin-left: 5%;
margin-right: 5%;
max-height: 95%;
width: 100%;
max-width: 500px;

/* styling */
background: #fff;
cursor: auto;

/* reset white-space wrapping */
white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
/* make sure its visible */
display: block;
}

.featherlight .featherlight-close-icon {
/* position: centering vertical and horizontal */
position: absolute;
z-index: 9999;
top: 8px;
right: 0;

/* dimensions: 25px x 25px */
line-height: 25px;
width: 25px;

/* styling */
cursor: pointer;
text-align: center;
font-family: Arial, sans-serif;
font-size: 1px;
background: #fff; /* Set the background in case it overlaps the content */
background: rgba(255, 255, 255, 0.3);
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/close-x-icon-large.html);
background-repeat: no-repeat;
color: #fff;
border: none;
outline: 0;
padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
border: 0;
padding: 0;
}

.featherlight .featherlight-image {
/* styling */
width: 100%;
}


.featherlight-iframe .featherlight-content {
/* removed the border for image croping since iframe is edge to edge */
border-bottom: 0;
padding: 0;
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}

.featherlight iframe {
/* styling */
border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
.featherlight .featherlight-content {
/* dimensions: maximize lightbox with for small screens */
margin-left: 0;
margin-right: 0;
max-height: 98%;

padding: 25px;
}
}



/* Testimonials */

body.testimonials .selectric .label {
padding: 0px 10px !important;
padding-right: 25px !important;
}

.container-fluid .row-fluid .page-center-narrow,
.page-center-narrow {
float: none;
max-width: 920px;
margin: 0 auto;
padding: 0 20px;
}

ul#testimonials {
margin: 0 -20px;
padding: 0;
list-style: none;
}

.body-container-wrapper ul#testimonials li:before {
display: none;
}

.body-container-wrapper ul#testimonials li.testimonial-item {
margin-bottom: 40px;
float: left;
padding: 0 20px;
}

.body-container-wrapper ul#testimonials li.testimonial-item {
width: 50%;
}

.body-container-wrapper ul#testimonials li.testimonial-item.ti-active-large {
width: 100%;
text-align: center;
}

@media (min-width: 768px) {
.body-container-wrapper ul#testimonials li.testimonial-item.ti-active-large .testimonial.content h3 {
font-size: 225% !important;
line-height: 1.4;
}
}

.body-container-wrapper ul#testimonials li.grid-sizer {
width: 50%;
display: block !important;
}

.body-container-wrapper ul#testimonials li.gutter-sizer {
width: 0;
}

.body-container-wrapper ul#testimonials li.grid-sizer,
.body-container-wrapper ul#testimonials li.gutter-sizer {
padding: 0;
}

.body-container-wrapper ul#testimonials li.testimonial-item .testimonial {
background: #F4F4F4;
padding: 50px 50px;
}

body.testimonials .work.hs-blog-listing .selectric {
border-color: #c1c1c1;
}

@media(min-width: 768px){
.testimonial.content h3 {
/* font-size: 180% !important; */
}
body.testimonials .content h3 {
line-height: 1.4;
margin: 20px auto;
font-size: 21px;
}
}

@media (min-width: 600px) and (max-width: 900px) {
.testimonials.hs-site-page .filter-navigation #testimonial-filters .sortBy {
width: initial;
left: 0;
}
.testimonials.hs-site-page .filter-navigation #testimonial-filters .testimonial-topic .selectric-wrapper {
width: 250px !important;
}
}

@media (max-width: 767px) {
.body-container-wrapper ul#testimonials li.testimonial-item {
width: 100%;
text-align: left !important;
}
.body-container-wrapper ul#testimonials li.testimonial-item .testimonial {
padding: 50px 25px;
}
.body-container-wrapper ul#testimonials li.testimonial-item .content h3 {
font-size: 18px !important;
line-height: 1.4;
}
.testimonials.hs-site-page span.sortBy {
width: 100%;
max-width: 275px;
margin-left: 0px !important;
left: 0 !important;
border-right: 1px solid #959595 !important;
}

}

@media(max-width: 800px) {
#testimonials .slick-slide {
min-height: 400px;
}
}

@media(max-width: 767px) {
#testimonials .slick-slide {
/*min-height: 0 !important;*/
}
#testimonials.testimonials .slick-next {
right: 40%;
float: none;
top: 0 !important;
/*bottom: auto !important;*/
position: absolute;
left: auto;
}
}



/******* Palooza ******/



.grid {
display: block;
margin: 0 auto;
/*display: none;*/
}
.grid-item {
margin: 7px;
width: 260px;
float: left;
}

img.loading-gif {
display: block;
margin: 20px auto;
width: 150px;
opacity: 0.6;
}
.read-more-content {
display: none;
}

.read-more-button span {
font-size: 18px;
}

.read-more-button .second {
display: none;
}

.read-more-button.active .second {
display: inline-block;


}
.read-more-button.active .initial {
display: none;
}

.initial {
text-decoration: none;
}


div#section1 {
margin-bottom: 50px;
}

div#line-1 {
top: 100px;
}

.section.small-section.page-animation.animated.fadeInUp {
padding-top: 0px;

padding-bottom: 155px;
}


.slbIframeCont {
width: 800px;
overflow: hidden;
padding-top: 56.25%;
margin: 5em 0;
max-width: 100%;
}

@media(max-width: 1160px){
.grid {
display: block;
margin: 0 auto;
width: 900px;
}
}
@media(max-width: 900px){
.grid {
display: block;
margin: 0 auto;
width: 600px;
}
}

@media(max-width: 600px){
.grid {
display: block;
margin: 0 auto;
width: 290px;
}
}


/************ Clients by Industry page *********/

.clients-industry .category {
font-weight: bold;
}

.clients-industry .single-industry {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #d9d9d9;
}

.clients-industry  .single-client {
display: inline-block;
width: 31%;
margin-bottom: 11px;
}

.clients-industry .single-industry.no-border {
border-bottom: 0px;
margin-bottom: 20px;
}

.clients-industry .disclaimer {
font-size: 14px;
margin-bottom: 50px;
}

@media (max-width: 1200px) {
.clients-industry  .single-client {
width: 49%;
}
}

@media (max-width: 767px) {
.clients-industry h1 {
font-size: 36px;
}
.clients-industry .single-client {
width: 100%;
}
}

@media (max-width: 599px) {
.clients-industry h1 {
font-size: 28px;
}
}

/******** HubSpot Marketplace LP ********/

.hs-lp .section-grey {
background: #f2f2f2;
}

.hs-lp .header-container .widget-type-logo.logo.text-center {
text-align: left;
}

.hs-lp .lp-banner {
background-size: cover;
background-repeat: no-repeat;
background-position: top right;
padding: 200px 0;
}

.hs-lp .white-bkg.page-center {
background: #fff;
}

.hs-lp .white-bkg.page-center,
.hs-lp .cta-bar.page-center {
max-width: 1000px !important;
}

.hs-lp .side-form h3 {
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
.hs-lp .side-form .hs-form-field {
margin-bottom: 25px;
}
.hs-lp .side-form .hs-form-field.hs_message {
margin-top: 35px;
}
.hs-lp .side-form .hs_cos_wrapper_type_form input,
.hs-lp .side-form .hs_cos_wrapper_type_form textarea {
font-size: 16px;
}

.hs-lp .section2 .white-bkg.page-center,
.hs-lp .section4 .white-bkg.page-center,
.hs-lp .section5 .white-bkg.page-center {
padding: 55px 50px !important;
}

.hs-lp .section3.page-center {

max-width: 940px !important;
margin-top: 45px;
margin-bottom: 45px;
}
.hs-lp .section3 .testimonial {
padding: 55px 13%;
}
.triangle {
content: '';
width: 32px;
height: 32px;
position: relative;
top: 24px;
background: url(../photos/triangle_top_orange.png);
background-size: contain;
background-repeat: no-repeat;
background-position: 0 0;
margin-right: 3px;
}
.hs-lp .section3 .testimonial .triangle,
.hs-lp .section3 .testimonial img {
display: inline-block;
}
.triangle {
display: inline-block;
}
.testimonial.content img {
margin-left: -22px;
max-width: 75px;
}
.testimonial.content h3 {
font-size: 21px;
line-height: 33px;
margin: 30px auto;
}
.testimonial.content p {
margin-bottom: 0;
}

.cta-section {
background: #657573 !important;
}
.hs-lp .cta-bar.page-center {
max-width: 1000px !important;
padding: 35px 50px !important;
}
.hs-lp .cta-section h3 {
color: #FFF100;
margin: 0 auto;
}

.hs-lp .footer .page-center {
max-width: 1040px !important;
}
.hs-lp .footer-container .footer {
background: none;
}
.hs-lp .footer-container .footer .bottom {
border: 0;
padding: 15px 0 5px;
}
.hs-lp .footer-container .footer .copyright,
.hs-lp .footer-container .footer .terms {
padding-top: 0;
}
.hs-lp .footer-container .footer .copyright p {
padding-top: 2px;
}
.hs-lp .footer-container .footer .copyright p,
.hs-lp .footer-container .footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li,
.hs-lp .footer-container .footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
color: #000000;
}


@media (min-width: 768px) {
.hs-lp h1 {
line-height: 55px;
}
.hs-lp h2 {
font-size: 35px;
}
.hs-lp .lp-banner {
margin-bottom: -265px;
}
.hs-lp .section1 .white-bkg.page-center {
padding: 40px 50px !important;
}
.hs-lp .overlap.white-bkg.page-center {
position: relative;
}
.hs-lp .side-form {
padding-left: 35px;
}
.hs-lp .inline-imgs .hs_cos_wrapper_widget {
display: inline;
}
.hs-lp .inline-imgs .hs_cos_wrapper_type_linked_image {
display: inline-block;
width: 21.75%;
min-height: 100px;
margin: 15px 10px;
}
.hs-lp .inline-imgs .hs_cos_wrapper_type_linked_image img {
vertical-align: middle;
}
.hs-lp .inline-imgs .hs_cos_wrapper_type_linked_image:nth-child(4n+1) {
margin-left: 0;
}
.hs-lp .inline-imgs .hs_cos_wrapper_type_linked_image:nth-child(4n+4) {
margin-right: 0;
}
}

@media (min-width: 1000px) {
.hs-lp .section2 .inline-imgs {
margin-left: -20px;
margin-right: -20px;
}
.hs-lp .inline-imgs .hs_cos_wrapper_type_linked_image {
width: 22.75%;
}
}

@media (min-width: 768px) and (max-width: 900px) {
.hs-lp .section1 #double-square li {
width: 100% !important;
}
.hs-lp .cta-bar.table-display .row-fluid {
display: block;
}
.hs-lp .cta-bar .span8,
.hs-lp .cta-bar .span4 {
text-align: center;
width: 100% !important;
margin: 0 auto;
}
.hs-lp .cta-bar .span8 {
margin-bottom: 25px;
}
}

@media (max-width: 767px) {
.hs-lp .lp-banner {
padding: 100px 0 !important;
}
.hs-lp .white-bkg.page-center,
.hs-lp .section2 .white-bkg.page-center,
.hs-lp .section4 .white-bkg.page-center,
.hs-lp .section5 .white-bkg.page-center {
padding: 35px 20px !important;
}
.hs-lp .side-form {
margin-top: 35px;
}
.hs-lp .side-form .actions {
text-align: center;
}
.hs-lp .inline-imgs .hs_cos_wrapper_type_linked_image {
margin: 35px auto;
}
.hs-lp .section3 .testimonial.content {
padding: 35px 20px;
}

.hs-lp .section3 .testimonial.content h3 {
font-size: 26px;
line-height: initial;
}
.hs-lp .section3 .testimonial.content p {
font-size: 16px;
}
.hs-lp .cta-bar.page-center {
text-align: center;
padding: 30px 20px !important;
}
.hs-lp .cta-section h3 {
font-size: 26px;
line-height: 1.25em;
margin-bottom: 20px;
}
}


/******** Intelligent Inbound LP ********/
.hs-lp.ii-lp {
position: relative;
}
.hs-lp.ii-lp:before {
position: absolute;
content: '';
z-index: -1;
width: 100%;
height: 725px;
background: #f6f6f6;
}

.hs-lp.ii-lp .no-padding-bottom {
padding-bottom: 0 !important;
}

.hs-lp.ii-lp h4 {
font-family: 'Raleway', sans-serif;
font-weight: 700;
text-transform: uppercase;
}

.hs-lp.ii-lp .section1 .widget-type-rich_text {
padding-top: 15px;
margin-bottom: 25px;
}
.hs-lp.ii-lp .section1 .form-image {
background: #fff;
border: 1px solid #000;
padding: 0 20px 15px;
}
.hs-lp.ii-lp .section1 .form-image img {
margin-top: -50px;
}
.hs-lp.ii-lp .section1 .widget-type-form h3 {
background: #000;
text-align: center;
font-size: 26px;
line-height: 1.15;
color: #fff;
padding: 20px 20px;
margin: 0 auto;
}
.hs-lp.ii-lp .section1 .widget-type-form form {
background: #fff;
border: 1px solid #000;
padding: 25px 35px 30px;
}
.hs-lp.ii-lp .section1 .widget-type-form .hs-button.primary.large {
width: 100%;
}
.hs-lp.ii-lp .section1 .widget-type-form .submitted-message {
text-align: center;
background: #fff;
border: 1px solid;
padding: 30px 20px;
}
.hs-lp.ii-lp .section1 .widget-type-form .submitted-message *:last-child {
margin-bottom: 0;
}

.hs-lp.ii-lp .section2 .bot-content {
padding: 35px 0;
border-bottom: 1px solid #000;
}

.hs-lp .inline-imgs.services .hs_cos_wrapper_type_module {
margin: 20px auto;
}
.hs-lp.ii-lp .section3 .inline-imgs.services img {
height: 140px;
width: auto !important;
}
.hs-lp.ii-lp .section3 .inline-imgs.services p {
font-size: 20px;
margin: 20px auto 0;
}

.hs-lp.ii-lp .section4 .testimonial {
font-size: 20px;
padding: 50px 25px;
}
.hs-lp.ii-lp .section4 .testimonial .triangle {
content: '';
width: 32px;
height: 32px;
position: relative;
top: -4px;
background: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/Shared%20Assets/triangle_top_orange.html);
background-size: contain;
background-repeat: no-repeat;
background-position: 0 0;
margin-right: 3px;
}
.hs-lp.ii-lp .section4 .testimonial .triangle,
.hs-lp.ii-lp .section4 .testimonial img {
display: inline-block;
}
.hs-lp.ii-lp .section4 .testimonial img {
margin-left: -22px;
max-width: 75px;
}
.hs-lp.ii-lp .section4 .testimonial.content h3 {
font-size: 20px;
line-height: 1.57;
margin: 30px auto;
}
.hs-lp.ii-lp .section4 .testimonial.content p {
margin-bottom: 0;
}

.hs-lp.ii-lp .section5 .bot-border {
padding-bottom: 45px;
border-bottom: 1px solid #000;
}
.hs-lp.ii-lp .section5 .inline-imgs .hs_cos_wrapper_type_linked_image img {
width: 100% !important;
max-width: 115px;
max-height: 60px;
}

.hs-lp.ii-lp .footer .page-center {
max-width: 1180px !important;
}

@media (min-width: 768px) {
.hs-lp.ii-lp .page-center .span7 {
font-size: 26px;
padding-right: 6%;
}

.hs-lp.ii-lp .section1 .widget-type-form {
position: absolute;
max-width: 390px;
}
.hs-lp.ii-lp .section1 .side-form,
.hs-lp.ii-lp .section1 .side-form.fixed {
max-width: 425px;
}
.hs-lp.ii-lp .section1 .side-form.fixed {
position: fixed;
right: auto;
left: 56.7%;
top: 0;
}
.hs-lp.ii-lp .section1 .side-form.fixed .form-image {
display: none;
}
}

@media (min-width: 900px){
.hs-lp .inline-imgs .hs_cos_wrapper_type_linked_image {
width: 45.5%;
}
.hs-lp .inline-imgs.services .hs_cos_wrapper_type_module {
display: inline-block;
vertical-align: top;
width: 29.5%;
margin: 15px 10px;
}

.hs-lp .inline-imgs.services .hs_cos_wrapper_type_module:nth-child(3n + 1) {
margin-left: 0;
}
.hs-lp .inline-imgs.services .hs_cos_wrapper_type_module:nth-child(3n + 3) {
margin-right: 0;
}
.hs-lp .inline-imgs.tech .hs_cos_wrapper_type_linked_image {
width: 20.55%;
min-height: 50px;
vertical-align: middle;
}

.hs-lp.ii-lp .section4 .testimonial {
padding: 50px 17%;
}

.hs-lp.ii-lp .section5 .inline-imgs .hs_cos_wrapper_type_linked_image {
min-height: auto;
}
}

@media(min-width: 768px) and (max-width: 900px) {
.hs-lp.ii-lp .section1 .side-form.fixed {
left: initial;
right: 0;
}
.hs-lp.ii-lp .section1 .side-form {
max-width: 285px;
}
.hs-lp.ii-lp .section1 .side-form .widget-type-form {
max-width: 250px;
}
.hs-lp.ii-lp .section1 .widget-type-form h3 {
font-size: 20px;
}
.hs-lp.ii-lp .inline-imgs .hs_cos_wrapper_type_linked_image {
width: 42%;
min-height: auto;
}
}

@media(max-width: 767px) {
.hs-lp.ii-lp .section1 .side-form {
margin-top: 115px;
}

.hs-lp.ii-lp .tech img {
max-width: 200px;
margin: 5px 0px;
}
.hs-lp.ii-lp .inline-imgs .hs_cos_wrapper_type_linked_image {
display: block;
margin: 20px 0px;
}
}


/******** Awards Page ********/

.awards .inline-imgs,
.about .inline-imgs {
margin-top: 35px;
}
.awards .inline-imgs .hs_cos_wrapper_type_linked_image,
.about .inline-imgs .hs_cos_wrapper_type_linked_image {
display: inline-block;
text-align: center;
width: 21.5%;
margin: 15px 0 15px 25px;
}
.awards .inline-imgs .hs_cos_wrapper_type_linked_image img,
.about .inline-imgs .hs_cos_wrapper_type_linked_image img {
vertical-align: middle;

}

.awards .section2.section {
padding-bottom: 95px;
}

.awards .award-desc-wrap {
border-top: 1px solid #000;
padding: 85px 0 0;
margin: 85px auto;
}
.awards .awards-list .hs_cos_wrapper_type_custom_widget:first-child .award-desc-wrap {
border-bottom: 1px solid #000;
margin-top: 0;
padding-bottom: 85px;
border-top: 0px;
}


.awards .awards-list p.inline-images img {
display: inline-block;
width: 180px !important;
padding: 20px;
}

@media(max-width: 500px){
.awards .awards-list p.inline-images img {
display: inline-block;
width: 45% !important;
padding: 20px;
}
}

.awards .awards-list p.inline-images {
text-align: center;
}



.awards .award-desc .award-title {
font-weight: 700;
text-transform: uppercase;
margin-bottom: 10px;
}
.awards .award-desc p:last-child {
margin-bottom: 0;
}

.awards .awards-stats-header {
text-align: center;
border-top: 1px solid #cecece;
margin-top: -35px;
}
.awards .award-stat {
display: inline-block;
text-align: left;
vertical-align: top;
width: 24.5%;
margin: 30px auto;
}
.awards .award-stat .award-num {
font-size: 50px;
line-height: 38px;
text-align: center;
font-family: 'Roboto Slab', serif;
}
.awards .award-stat .award-name {
font-size: 17px;
line-height: 20px;
position: relative;
left: 0px;
padding: 0 30px 0 0;
}

.awards .awards-dropdown {
padding-bottom: 15px;
}
.awards .awards-dropdown .see-all:before {
content: '';
display: block;
width: 100%;
height: 1px;
background: -webkit-repeating-linear-gradient(to right, #cecece, #cecece 42%, #fff 42%, #fff 58% );
background: repeating-linear-gradient(to right, #cecece, #cecece 42%, #fff 42%, #fff 58% );
position: relative;
top: 10px;
z-index: -1;
}
.awards .awards-dropdown .see-all {
position: relative;
text-align: center;
cursor: pointer;
font-size: 14px;
}
.awards .awards-dropdown .see-all:after {
content: '\f107';
font-family: 'fontawesome';
font-size: 18px;
position: absolute;
top: 15px;
left: 0;
right: 0;
}
.awards .awards-dropdown .see-all.open:after {
content: '\f106';
}
.awards .awards-dropdown .hide,
.awards .awards-dropdown .hide ul li:before {
display: none;
}
.awards .awards-dropdown .hide {
margin-top: 25px;
}
.awards .awards-dropdown .hide ul {
padding: 0;
margin: 0 auto;
}
.awards .awards-dropdown .hide ul li {
display: inline-block;
vertical-align: top;
padding: 20px 30px 20px 0;
}
.awards .awards-dropdown .hide ul li:nth-child(1) {
width: 13%;
}
.awards .awards-dropdown .hide ul li:nth-child(2) {
width: 29%;
}
.awards .awards-dropdown .hide ul li:nth-child(3) {
width: 34%;
}
.awards .awards-dropdown .hide ul li:nth-child(4) {
width: 22%;
}

.awards .see-all {
-moz-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
}

@media (min-width: 768px) and (max-width: 900px) {
.awards .award-stat {
width: 23.5%;
}
.awards .awards-dropdown .hide ul li:nth-child(2) {
width: 27%;
}
}

@media (max-width: 767px) {
.awards .inline-imgs .hs_cos_wrapper_type_linked_image,
.about .inline-imgs .hs_cos_wrapper_type_linked_image {
width: 47%;
margin: 10px auto;
}
.awards .inline-imgs .hs_cos_wrapper_type_linked_image img {
width: auto !important;
max-width: 200px;
}
.awards .award-desc-wrap {
padding: 50px 0 0;
margin: 50px auto;
}
.awards .award-desc-wrap .row-fluid {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}
.awards .award-desc-wrap .award-img {
order: 1;
margin-bottom: 25px;
}
.awards .award-desc-wrap .award-desc {
order: 2;
}
.awards .award-img.text-center {
text-align: left;
}
.awards .award-stat {
width: 48.5%;
}
.awards .award-stat,
.awards .award-stat .award-name {
text-align: center;
}
.awards .award-stat .award-name {
padding: 0;
margin-top: 10px;
}
.awards .awards-dropdown .see-all:before {
background: -webkit-repeating-linear-gradient(to right, #cecece, #cecece 32%, #fff 32%, #fff 68% );
background: repeating-linear-gradient(to right, #cecece, #cecece 32%, #fff 32%, #fff 68% );
}
.awards .awards-dropdown .hide ul {
padding: 20px 0;
}
.awards .awards-dropdown .hide ul li {
display: block;
text-align: center;
width: 100% !important;
padding: 5px 0;
}
}

/****** Sales Enablement ****/

.sales-enablement .video-section img {
height: 31px;
display: inline-block;
margin: 0px 10px 2px 0px;
}

.sales-enablement .video-section a {
border-bottom: 0px;
}

.sales-enablement .video-section a span.double-underline {
border-bottom: 2px solid black;
display: inline-block;
padding-bottom: 1px;
transition: border-color .3s;
}

.sales-enablement .video-section a:hover span.double-underline {
border-color: #f3ff00;
transition: border-color .3s;
}

.sales-enablement .video-section .play-button {
background-position: center center;
width: 30px;
height: 30px;
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/2.0%20Expertise/play-button2.html);
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
margin-right: 3px;
position: relative;
top: 6px;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
-ms-transition: all .2s;
transition: all .2s;;
}

.sales-enablement .video-section a:hover .play-button {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/2.0%20Expertise/play-button-orange.html);
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
-ms-transition: all .2s;
transition: all .2s;;
}




/******** Services Pages ********/

.services.strategy .featured {
height: 280px;
background-size: cover;
margin-bottom: 10px;
width: 90%;
}

@media (max-width: 767px) {
.services .button.black {
padding: 14px 10px;
}
}

/****** Podcast *****/
.podcast .floating-subscribe .hs_email.hs-form-field {
width: 74%;
float: left;
}

.podcast.hs-blog-post p.participants {
margin-bottom: 0px;
}

.podcast.hs-blog-post .participants .hs_cos_wrapper.hs_cos_wrapper_widget {
padding-top: 0px;
}

.podcast.hs-blog-post .podcast-embed {
margin-bottom: 25px;
}

.podcast.hs-blog-post .actual-content {
margin-top: 35px;
}

.podcast.hs-blog-listing .blog-item .info {
margin: 15px 0px;
}

.podcast.hs-blog-listing .single-tab.articles {
display: inline-block;
width: 160px;
border: 1px solid #959595;
font-weight: 700;
text-transform: uppercase;
cursor: pointer;
line-height: 50px;
height: 50px;
box-shadow: none;
}

.podcast.hs-blog-listing img.mic {
width: 50px;
position: absolute;
top: -1px;
left: -1px;
}

.podcast.hs-blog-listing .featured-image a:hover img.mic {
display: none;
}

.podcast.hs-blog-listing .single-tab.podcasts {
-webkit-box-shadow: inset 0px 0px 0px 1px #000;
-moz-box-shadow: inset 0px 0px 0px 1px #000;
box-shadow: inset 0px 0px 0px 1px #000;
border-color: black;
}

.podcast.hs-blog-listing .blog-sub-nav .downloads.single-tab {
margin-left: -5px;
}

.podcast.hs-blog-listing .blog-sub-nav .videos.single-tab {
margin-left: -1px;
}

.podcast.hs-blog-listing .blog-sub-nav .single-tab:hover {
border-color: black;
}

@media(max-width: 880px){
.podcast.hs-blog-listing .single-tab {
width: 50% !important;
float: left !important;
margin: 0 !important;

}
.podcast.hs-blog-listing .filter-navigation .sortBy {
width: 321px!important;
display: block!important;
vertical-align: top!important;
border-right: 1px solid !important;
margin: 0px!important;
border-bottom: 0px!important;
position: relative;
left: -5px;
}
}
/******* Homepage Redesign March 2018 ******/


.home-2018 .faded-section {
width: 760px;
max-width: 100%;
margin: 0 auto !important;
display: block;
float: none !important;
}

.home-2018 .faded-section h1 {
font-size: 45px;
margin: 0;
margin-top: 130px;
}

.home-2018 .faded-section h2 {
font-size: 45px;
margin: 0;
color: rgb(155, 155, 155);
}

.home-2018 .white-overlay {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/0.0%20Home/home_2018/white-fade5.html);
background-size: cover;
position: absolute;
height: 100%;
width: 100%;
top: 0;
opacity: 1;

-webkit-transition: opacity 800ms linear;
-moz-transition: opacity 800ms linear;
-o-transition: opacity 800ms linear;
-ms-transition: opacity 800ms linear;
transition: opacity 800ms linear;
}

.home-2018 .faded-section .fade-wrap {
position: relative;
display: block;
}

.home-2018 .faded-section img.down-arrow {
height: 50px;
position: absolute;
top: 140px;
-webkit-transition: opacity 300ms linear;
-moz-transition: opacity 300ms linear;
-o-transition: opacity 300ms linear;
-ms-transition: opacity 300ms linear;
transition: opacity 300ms linear;
}

/*.home-2018 .faded-section img.down-arrow.inward { */
/*   display: block;*/
/*   -webkit-animation: fade 2s;*/
/*}*/
/*.home-2018 .faded-section img.down-arrow.outward { */
/*    display: none;*/
/*    -webkit-animation: fade 0.3s;*/
/*}*/

.home-2018 .strike {
position: relative;
}

.home-2018  .strike.red:after {
left: -10px;
right: 0;
}

.home-2018  .strike:after {
content: ' ';
position: absolute;
top: 50%;
left: 0px;
right: 100%;
height: 4px;
background:  #f3ff00;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}

.home-2018  .below-video, .home-2018  .below-strike, .home-2018  .strike-through {
font-size: 45px;
font-family: 'Roboto Slab', serif;
}

.home-2018 .page-center-880 {
padding: 0px 20px;
margin: 0 auto !important;
float: none !important;
width: 880px;
max-width: 100%;
}

.home-2018 .strike-through {
margin: 30px 0px;
font-family: 'Roboto Slab', serif;
}
.home-2018 .table {
display: table;
width: 100%;
}

.home-2018 .table-cell {
display: table-cell;
vertical-align: middle;
}

.home-2018 .reviews {
background: rgba(202,202,202, 0.2);
position: relative;
width: 40%;
margin-right: 8%;
height: 400px;
cursor: pointer;
}

.home-2018 .reviews:hover a {
color: black;
border-color: black;
}

.home-2018 .bottom-box:hover a {
color: black;
border-color: black;
}

.home-2018 .testimonial-cell {
position: relative;
width: 40%;
margin-left: 8%;
}

.home-2018 .reviews .table {
height: 400px;
text-align: center;
width: 100%;
}

.home-2018 .reviews p {
font-size: 24px;
}

.home-2018 .bottom-box {
width: 40%;
height: 270px;
text-align: center;
font-size: 24px;
cursor: pointer;
}

.home-2018 .bottom-box {
background: rgba(202,202,202, 0.2);
}

.home-2018 .bottom-box .table {
height: 270px;

}

.home-2018 .bottom-box.right-box:hover {
background: rgba(255, 60, 0, 0.7);
}

.home-2018 .bottom-box.right-box a:hover {
color: black;
border-color: black;
}

.home-2018 .video-section {
padding-bottom: 120px;
}

.home-2018  .parallax-background {
padding-bottom: 130px;
}

.home-2018 .no-bottom {
padding-bottom: 0px;
}

.home-2018 .testimonials .slick-next, .home-2018 .testimonials .slick-prev {
-webkit-transition: none;
-moz-transition:  none;
-o-transition:  none;
-ms-transition:  none;
transition:  none;
height: 36px;
width: 36px;
}

.home-2018 .left-box:hover {
background:  rgba(255, 241, 0, 0.7);
}

.home-2018 .reviews:hover {
background: rgba(64, 255, 220,0.5);
}


.home-2018 .parallax-inner {
height: 165% !important;
background-size: 95% !important;
margin: 0 auto;
}

.home-2018 .case-studies {
padding: 60px 0px;
position: relative;
}

.home-2018 .case-study-wrapper {
overflow: hidden;
}

.home-2018 .case-studies .page-center {
position: relative;
}


.home-2018 .case-studies .white-box {
position: absolute;
top: 180px;
width: 450px;
background: white;
padding: 35px;
right: 1%;
font-family: "raleway";
-webkit-backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
-webkit-transition: opacity 200ms linear;

-moz-transition: opacity 200ms linear;
-o-transition: opacity 200ms linear;
-ms-transition: opacity 200ms linear;
transition: opacity 200ms linear;
}

.home-2018 .case-studies .white-box .button {
font-size: 16px !important;
}

.home-2018 .case-studies .white-box p {
font-size: 20px;
}

.home-2018 .last-line {

margin-top: 60px;
}

.home-2018 .case-studies .white-box.top-position {
position: absolute;
}

.home-2018 .white-box.bottom-position {
position: absolute !important;
bottom: 400px;
top: auto !important;
}

.home-2018 .case-studies .single-study {
width: 90%;
height: 800px;
position: relative;
margin: 60px auto 0px auto;
opacity: 0.6;
background-size: cover;
transform: scale(0.7);

-webkit-transition: ease .4s all;
-moz-transition: ease .4s all;
-o-transition: ease .4s all;
-ms-transition: ease .4s all;
transition: ease .4s all;;
}

.home-2018 .case-studies .single-study.bigger {
transform: scale(1.0);
-webkit-transition: ease .4s all;
-moz-transition: ease .4s all;
-o-transition: ease .4s all;
-ms-transition: ease .4s all;
transition: ease .4s all;;
opacity: 1;
}

.home-2018  .make-wide {
transform: scale(0.7);
}

.home-2018  .make-wide.bigger {
transform: scale(1);
}


.home-2018 .single-study img {
position: absolute;
top: 70px;
z-index: -1;
transition: opacity 0.4s ease-in;
-webkit-transition: opacity 0.4s ease-in;
-moz-transition: opacity 0.4s ease-in;
-o-transition: opacity 0.4s ease-in;
-webkit-backface-visibility: hidden;
-webkit-transform-style: preserve-3d
max-width: inherit;
width: 100%;
opacity: 0;
}

.home-2018 .cs-text {
transition: opacity 0.5s ease-in;
-webkit-transition: opacity 0.2s ease-in;
-moz-transition: opacity 0.2s ease-in;
-o-transition: opacity 0.2s ease-in;
}

.home-2018  .cs-text {
position: absolute;
top: 0;
z-index: 0;
}

.home-2018 .cs1-text {
position: relative;
}

.home-2018 .cs2-text, .home-2018 .cs3-text {
opacity: 0;
}

.home-2018 .above-study {
background: white;
}

.home-2018 .white-back {
background: white;
}

.home-2018 .body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-5, .home-2018 .body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-4, .home-2018 .body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-1 {
background: white;
}

.home-2018 .inner-box {
position: relative;
}

.home-2018 .services {
padding-top: 60px;
padding-bottom: 60px;
min-height: 580px;
}

.home-2018 .services:hover .service-name {
color:  #b2b2b2;
}




.home-2018 .services .service-name {
font-size: 24px;
font-weight: bold;
font-family: 'Raleway';
}

.home-2018 .services a:hover .service-name {
color: black;
}

.home-2018 .services a:hover {
color: black;
border-bottom: 0px;
}

.home-2018 .services .single-service {
padding: 8px 0px;
border-bottom: 1px solid #CECECE;
}

.home-2018 .services .single-service:hover {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/0.0%20Home/home_2018/Group%2011.html);
background-repeat: no-repeat;
background-position: top 15px right;
}

.home-2018 .services .service-desc {
color: black;
padding-right: 40px;
font-size: 16px;
display: none;
-moz-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
padding-bottom: 15px;
}

.home-2018 .services-box {
background-size: contain;
background-repeat: no-repeat;
background: rgba(202,202,202, 0.2);
position: relative;
cursor: pointer;
}

.home-2018 .services-box:hover {
background: rgba(64, 255, 220,0.5);
}

.home-2018 .services-box:hover a {
color: black;
border-color: black;
}

.home-2018 .services-box img {
position: absolute;
left: 10px;
top: -30px;
}
.home-2018 .services-box .table {
height: 100%;
text-align: center;
}

.home-2018 .services-box .services-inner {
height: 400px;
}

.home-2018 .services-box .table a {
font-size: 30px;
}

.home-2018 .service-left {
padding: 60px 0px;
}

.home-2018 .services .single-service:last-child {
border-bottom: 0px;
}

.home-2018 .make-wide {
float: none;
max-width: 100%;
margin: 0 auto;
-moz-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
cursor: pointer;

}

.home-2018 .line-section {
padding: 100px 0px 60px;
}

.home-2018 .white-box h3 {
font-weight: bold;
font-family: "Raleway";
font-size: 30px;
}

.home-2018 .white-box p {
font-size: 20px;
}

.home-2018 .white-box h3:after {
content: '';
width: 80px;
height: 7px;
background: #f3ff00;
display: block;
position: relative;
margin-top: 10px;
}

.home-2018 .blog-feed-img h3.heading {
border-bottom: 2px solid black;
display: inline-block;
font-family: 'Raleway';
font-weight: 500;
margin-top: 120px;
}

@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
40% {-moz-transform: translateY(-30px);}
60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
40% {-o-transform: translateY(-30px);}
60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}

.home-2018 .bounce {
animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;

animation-fill-mode:both;
-webkit-animation-duration:2s;
-moz-animation-duration:2s;
-ms-animation-duration:2s;
-o-animation-duration:2s;
animation-duration:2s;

-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce;
}

.home-2018 .below-study {
padding-top: 80px;
}

.home-2018 .body-container-wrapper {
border-top: 120px solid white;
}

.home-2018 .parallax-background2 .parallax-inner {
background-size: 200px !important;
height: 200% !important;
background-position: 10% 40% !important;
}

.home-2018  .parallax-background2 .section {
padding-bottom: 80px;
}

.home-2018 .blog-feed-img .posts-wrapper {
padding-bottom: 120px;
}

@media(min-width: 768px) and (max-width: 1100px){
.home-2018 .bottom-box, .home-2018 .reviews {
width: 46%;
}
.home-2018 .testimonial-cell {
position: relative;
width: 38%;
margin-left: -2%;
}
}

@media(min-width: 1101px) and (max-width: 1400px){
.home-2018 .case-studies .white-box {
right: 50px;
}
}

@media(min-width: 768px){
.home-2018 .services-box {
margin-right: 30px;
}
}

@media(min-width: 1600px){
.home-2018 .above-study .parallax-inner {
height: 166% !important;
}
}

@media(min-width: 1101px){
.home-2018 .mobile-banners {
display: none;
}
.home-2018 .left-box.bottom-box {
margin-right: 13%;
}
.home-2018 .make-wide {
width: 85%;
}
}

@media(max-width: 1100px){
.home-2018  .make-wide {
transform: scale(1);
}
.home-2018 .parallax-inner {
background: none !important;
}
.home-2018 .case-studies .single-study {

}
.home-2018 .banner-tab {
display: block;
background-size: cover;
padding: 80px 0px;
margin-bottom: 200px !important;
}
.home-2018 .case-studies .single-study {
height: 400px !important;
margin-bottom: 140px;
position: relative;
}
.home-2018 .banner-tab {
position: relative;
}
.home-2018 .case-studies .white-box {
position: relative;
}
.home-2018 .cs-text {
position: relative;
}

.home-2018 .image1, .home-2018 .image2, .home-2018 .image3 {

display: none;
}
.home-2018 .banner-tab:nth-child(2) {
margin: 60px 0px;
}
.home-2018 .services .service-desc {
display: block;
}
.home-2018 .case-studies .white-box {
width: 90%;
top: 200px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
background: #f6f6f6;
}

}



@media(max-width: 767px){
.home-2018 .faded-section h1, .home-2018 .faded-section h2 {
font-size: 30px;
}
.home-2018 .body-container-wrapper {
border-top: 0px;
}
.home-2018 .header-container-wrapper {
background: white;
}
.home-2018 .testimonial-cell {
position: relative;
width: 100%;
margin: 80px 0px 0px;
height: 440px;
overflow: hidden;
}
.home-2018 .below-video {
font-size: 30px;
}
.strike-through p, .below-strike p {
font-size: 30px;
}
.home-2018 .bottom-box {
width: 100% !important;
height: 270px;
text-align: center;
font-size: 24px;
margin: 30px 0px !important;
}
.home-2018 .case-studies {
padding-bottom: 0px;
}
.home-2018 .case-studies .single-study {
opacity: 1;
width: 100%;
transform: scale(1);
margin-bottom: 200px;
}
.home-2018 .services-box {
height: 270px;
}
.home-2018 .reviews {
height: 270px;
}
.home-2018 .span6.service-left {
width: 100%;
margin: 30px 0px;
}

.home-2018 .services .service-desc {
display: block;
}
.home-2018 .video-section {
padding-bottom: 60px;
}
.home-2018 .services .single-service {
padding: 8px 0px 18px;
border-bottom: 1px solid #CECECE;
margin: 10px 0px;
}
.home-2018 .services-box .services-inner {
height: 270px;
}
.home-2018 .case-studies .white-box {
top: 180px;
}
.home-2018 .services .single-service {
background-image: url(../../cdn2.hubspot.net/hubfs/142915/_sbm_2017/0.0%20Home/home_2018/Group%2011.html);
background-repeat: no-repeat;
background-position: top 15px right;
}
.home-2018 .services .service-name {
padding-right: 30px;
}
}


/**** Blog search listing page ****/

.blog-list-search {
width: auto;
border-bottom: 1px solid black;
display: inline-block;
padding-bottom: 4px;
margin-left: 30px;
}

.blog-list-search input.hs-search-field__input {
width: 65%;
margin-right: 70px;
border-bottom: 0px;
font-size: 18px;
}

.blog-list-search {
width: auto;
border-bottom: 1px solid black;
display: inline-block;
padding-bottom: 4px;
}



.blog-list-search button.button {
background: transparent;
padding: 0px;
padding-top: 0;
}


.blog-list-search button.button:hover {
color: black;
}

.blog-list-search i.fa.fa-search {
font-size: 22px;
position: relative;
top: 6px;
}


.blog-list-search input.hs-search-field__input:focus {
outline: none;
}

.blog-list-search-mobile {
width: auto;
border-bottom: 1px solid black;
display: inline-block;
padding-bottom: 4px;
margin-left: 0px;
margin-top: 30px;
max-width: 335px;
}

.blog-list-search-mobile input.hs-search-field__input {
width: 65%;
margin-right: 70px;
border-bottom: 0px;
font-size: 18px;
}

.blog-list-search-mobile {
width: auto;
border-bottom: 1px solid black;
display: inline-block;
padding-bottom: 4px;
}



.blog-list-search-mobile button.button {
background: transparent;
padding: 0px;
padding-top: 0;
}


.blog-list-search-mobile button.button:hover {
color: black;
}

.blog-list-search-mobile i.fa.fa-search {
font-size: 22px;
position: relative;
top: 6px;
}


.blog-list-search-mobile input.hs-search-field__input:focus {
outline: none;
}
}

/******** Our Services March 2019 ********/
.services-page .section7 {
margin-top: 30px;
}


h2.h2-small,
.h2-small h2 {
font-size: 30px;
line-height: 1.3;
}


/******** Industry Pages ********/
@media (min-width: 768px) {
.grid-item {
margin: 7px;
width: 260px;
float: left;
}
.grid {
display: block;
margin: 0 auto;
/* display: none; */
}
