/* @import url('http://example.com/example_style.css'); */

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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






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

/* HUBSPOT-SPECIFIC RESETS */
.body-container.container-fluid,
.header-container.container-fluid,
.footer-container.container-fluid {
	padding: 0;
}

body{
	margin:0;
	padding:0;
	font-family: 'Rubik', sans-serif !important;
	-webkit-font-smoothing: antialiased;
}
.main-bodi{
	width:calc(100% - 80px) !important;
	float:none !important;
	margin:0 auto !important;
	overflow: hidden;
}
h1{
	font-size: 48px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: -1px;
	color: #ffffff;
}
h2{
	font-size: 42px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: -0.9px;
	color: #2b3641;
	margin: 0;
}
h2 span{
	color:#f7a837;
}
h2 i{
	font-size: 26px !important;
	color: #04a3ff;
	margin: 0 2px 0 1px;
	position: relative;
	bottom: 2px;
}
h3{
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
	color: #2b3641;
}
p{
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #2b3641;
}
a{
	font-weight: 500;
	color: #04a3ff;
}
.desktop-show{
	display:block;
}
.mobile-show{
	display:none;
}
.terms-page .delimiter-space ul,
.terms-page .delimiter-space ol {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #2b3641;
	margin: 20px 0;
	padding: 0 0 0 40px;
}

.terms-page .delimiter-space ul ul,
.terms-page .delimiter-space ol ol {
	margin: 7px 0;
	padding: 0 0 0 20px;
}

.terms-page .main-copy ul{
	padding:0;
	list-style:none;
}
.terms-page .terms-delimiter{
	padding-top:40px !important;
}
.terms-page .main-copy ul li{
	position:relative;
	padding-left:40px;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	text-align: left;
	color: #222c36;
	margin: 13px 0;
}
.terms-page .main-copy ul li:before{
	content:'\f111';
	position:absolute;
	left:10px;
	font-size:6px;
	color:#04a3ff;
	font-family:fontAwesome;
}
.main-bodi ul{
	padding:0;
	list-style:none;
}
.main-bodi ul li{
	padding-left:25px;
	position:relative;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	color: #2b3641;
	font-weight:300;
}
.main-bodi ul li::before{
	content: '\f111';
	position: absolute;
	left: 3px;
	font-family: fontAwesome;
	font-size: 6px;
	color:#04a3ff;

}

blockquote{
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	color: #2b3641;
	margin:0;
	padding:5px 0 5px 25px;
	border-left:6px solid #04a3ff;
}
blockquote p{
	margin:0;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	color: #2b3641;
	margin-top:10px;
}
blockquote p:first-child{
	margin-top:0;
}
a:hover{
	text-decoration:none;
}
strong{
	font-weight:500;
}
.widget-type-global_group{
	min-height:0 !important;
}
.txt-center{
	text-align:center;
}
.page-center{
	max-width:1250px;
	margin:0 auto !important;
	float:none !important;
	padding:0 45px;
}
.white-bg{
	background:#fff;
}
.none{
	display:none !important;
}
.delimiter-space{
	padding:100px 0;
}

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

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

/*Arrow Box*/
.arrow-box-img{
	padding-top:120px;
}
.arrow-box{
	margin-bottom:80px;

}
.arrow-box .content{
	padding-right:25px;
}
.arrow-box h4 a,
.arrow-box h4{
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color:#fff;
	text-decoration:none;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.arrow-box h4 a:hover img{
	margin-left:15px;
}
.box-icon img{
	width:auto;
	height: auto;
	max-width: 40px;
}
.arrow-box h4{
	margin:0;
}
.arrow-box h4 a img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.arrow-box p{
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #ffffff;
}
.arrow-box .box-icon{
	text-align: center;
}
.flexed-wrapper{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

}
.flexed-wrapper span.hs_cos_wrapper_type_widget_container{
	display: inherit;
	flex-wrap: wrap;
}
.flexed-wrapper .hs_cos_wrapper_type_custom_widget{
	width:31%;
	float:left;
	margin-left:3%;
}
.flexed-wrapper .hs_cos_wrapper_type_custom_widget:nth-child(3n + 1){
	margin-left:0;
}

.breathingspace-text p{
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: -0.5px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 50px;
}
.breathingspace-link p{
	text-align:center;
	margin-bottom: 0;
	margin-top: 45px;
}
.breathingspace-link p a{
	font-size: 15px;
	font-weight: 300;
	letter-spacing: -0.3px;
	text-align: center;
	color: #ffffff;
	text-decoration:none;
}
.breathingspace-link p a img{
	vertical-align: middle;
	margin-left: 15px;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.breathingspace-link p a:hover img{
	margin-left:25px;
}
/*Header*/
.nav-wrapper{
	position: fixed;
	top: 0px;
	z-index:10;
	left: 0;
	right: 0;
	padding: 35px 0;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.nav-wrapper-ppc{
	position: fixed;
	top: 0px;
	z-index:10;
	left: 0;
	right: 0;
	padding: 35px 0;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.nav-wrapper.small,
.nav-wrapper-ppc.small{
	background: #2B3641;
	padding:16px 0;
}

/* Video Popup */
.no-scroll {
	overflow: hidden; 
}

.popup-wrapper{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:11;
	background: RGBA(0,0,0,.5);
	visibility:hidden;
	opacity:0;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

	overflow:scroll;
}
.popup-wrapper.popup-video.open,
.popup-wrapper.popup-form.open{
	visibility:visible;
	opacity:1;
}
.row-fluid [class*="span"]:not(.widget-type-space){
	min-height:0 !important;
}
.popup-wrapper .popup-inner{
	display: inline-block;
	background: #fff;
	padding: 40px;
	border-radius: 8px;
	position: relative;
	top: 10vh;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.popup-wrapper .popup-inner input[type="submit" i] {
	-moz-appearance: none;
	-webkit-appearance: none;
}
.popup-wrapper .popup-inner select {
	-moz-appearance: none;
	-webkit-appearance:none
} 
.popup-wrapper .popup-inner .hs-fieldtype-select .input:before {
	content: "\f0d7";
	color: #999999;
	font-family: FontAwesome;
	position: relative;
	float: right;
	top: 27px;
	left: -18px;
}
.popup-wrapper .popup-inner iframe{
	max-width:100%;
}
.popup-wrapper .popup-inner .close{
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 24px;
	cursor:pointer;
}

.popup-wrapper.popup-form h3{
	text-align:center;
}

.pricing-buttons-text a {
	margin: 20px;
}


/*Email Preferences*/

.email-pref-page-center{
	max-width:791px;
	margin:0 auto !important;
	float:none !important;

}
.email-pref-page .email-prefs{
	background-color: #04a3ff;
	padding:80px 95px 90px;

}
.email-pref-page .email-prefs .item .item-inner{
	padding: 0;
	background: transparent;
	BORDER: 0; 
	overflow:visible;
}
.email-pref-page .email-prefs .item .item-inner.hovered{
	box-shadow:none;
}
.email-pref-page .email-prefs .header{
	font-size: 22px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: normal;
	color: #ffffff;
	margin-left:0;
}
.email-pref-page .partnerhub-cta fieldset.form-columns-1 {
	width: auto!important;
}
.email-pref-page .email-pref-page-center input[type="submit"]{
	background-color: #2b3641 !important;
	display:block;
	margin:50px auto 0;
	float:none;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.4px;
}
.email-pref-page .subscribe-options label{
	margin-left:0;
}
.email-pref-page .checkbox-row input,
#globalunsub{
	width:18px;
	height:18px;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	top:3px;
	position:relative;
	float:left;
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items:center;
	justify-content:center;
}
#globalunsub{
	top:0;
}
.email-pref-page input[type="submit"] {
	padding: 13px 24px;   
}
.email-pref-page .checkbox-row span.fakelabel span,
.email-pref-page .subscribe-options label span{
	font-size: 22px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: normal;
	color: #222c36;
}
.email-pref-page .email-prefs .item p{
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: normal;
	color: #222c36;
}
.email-pref-page .checkbox-row input:before,
#globalunsub:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	border-radius:3px;
	border:1px solid #959a9f;
	width:16px;
	height:16px;

}

.email-pref-page .checkbox-row input:checked:after,
#globalunsub:checked:after{
	content:'';
	position:absolute;
	top:auto;
	left:auto;
	background:#f7a837;
	border-radius:3px;
	border:1px solid #f7a837;
	width:10px;
	height:10px;
}
.email-pref-page .subscribe-options .header{

	margin-bottom:20px;
}
.email-pref-page .widget-type-email_subscriptions h1,
.email-pref-page .widget-type-email_subscriptions h2{
	font-size: 22px;
	font-weight: 500;
	display:inline-block;
	font-style: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: normal;
	color: #04a3ff;
}
.email-pref-page .widget-type-email_subscriptions .page-header p{
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: normal;
	color: #222c36;
	margin-bottom:45px;
	margin-top:15px;
}


/* EOF Video Popup */

.main-nav, .main-nav-ppc, .main-nav-lp{
	text-align:right;
}
.main-nav ul, .main-nav-ppc ul, .secondary-nav ul,
.main-nav-lp ul{
	vertical-align:middle;
}

.main-nav ul li.hs-menu-depth-1 a,
.secondary-nav ul li.hs-menu-depth-1 a,
.main-nav-ppc ul li.hs-menu-depth-1 a,
.main-nav-lp ul li.hs-menu-depth-1 a{
	font-size: 15px;
	letter-spacing: -0.3px;
	color: #ffffff;
	padding: 9px 17px;
	vertical-align:middle;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.main-nav ul li.hs-menu-depth-1 a:hover,
.main-nav-lp ul li.hs-menu-depth-1 a:hover{
	border-radius: 4px;
	background-color: rgba(255,255,255, .12);
}
.header-logo {
	padding-bottom: 50px;
	margin-bottom: 50px;
	position:relative;
}
.header-logo::before {
	content: "";
	position: absolute;
	width: 94px;
	height: 4px;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #04a3ff;
}

.main-nav ul li.hs-menu-depth-1:last-child a,
.main-nav-ppc ul li.hs-menu-depth-1,
.main-nav-lp ul li.hs-menu-depth-1{
	border-radius: 4px;
	background-color: #04a3ff;
	margin-left:15px;
	font-weight:500;
}

.mobile-trigger,
.secondary-mobile-trigger{
	display:none !important;
}

.testimonials-images-wrapper .row-fluid {
	display: flex;
	align-items: center;
}

/*Secondary nav*/

.secondary-nav{
	position: fixed;
	top: 65px;
	left: 0;
	width: 100% !important;
	background:#fff;
	z-index:9;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;


}
.secondary-nav.hide{
	top:-100px;
}
.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
	width:100%;
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	justify-content: flex-start;
}
.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
	margin-right: 4%;
}
.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active a{
	border-bottom: 2px solid #04a3ff;
}
.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child{
	margin-right:0;
}
.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
	font-size: 15px;
	line-height: 28px;
	text-align: left;
	color: #222c35;
	padding:12px 0 12px 0;
	font-weight:400;
}
.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li ul{
	background:#fff;
}
.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li ul li{
	padding:0 10px;
}
.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li ul li a,
.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child ul li a{
	font-size: 15px;
	line-height: 28px;
	text-align: left;
	color: #222c35;
	padding: 12px 0 12px 0;
	font-weight: 400;
	width: 200px;
	max-width: 100%;
}
.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{
	font-weight: 500;
	color: #04a3ff;
	position:relative;
}

.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a:hover{
	padding-right: 38px;
}
.centralize-page .secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a:hover{
	padding-right:0;
}
.centralize-page .secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a::before{
	background:transparent;
	width:0;
	height:0;
	content:'';
}

.onboarding-page.centralize-page .header-container-wrapper {
	min-height: 0;
}
.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a::before{ 
	content:'';
	background:url('//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Icons%20and%20Logos/Group%202.png');
	position: absolute;
	right: 12px;
	opacity:0;
	top: 0;
	width: 18px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	visibility:hidden;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a:hover::before {
	visibility: visible;
	opacity: 1;
}
/* Charity Page */

.charity-page .secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{
	color: #222c35;
	font-weight: 400;
}
.counter-values{
	background-color: #04a3ff;
	padding:90px 0;
	text-align:center;
}
.counter-values .counter-box div{
	font-size: 52px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: -0.5px;
	text-align: center;
	color: #f7a837; 
}
.counter-values .counter-box .plus{
	font-weight:500;
	color: #f7a837;
	font-size: 42px;
	vertical-align: top;
}
.counter-values .counter-box div span{
	vertical-align: middle;
	color: #ffffff;
}
.counter-values .counter-box div p{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.4px;
	text-align: center;
	color: #ffffff;
	max-width:170px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
}

/*Terms Page*/

.terms-page h2{
	font-size: 22px;
	line-height: 28px;
	margin-top:45px;
}
.terms-page h3{
	font-size: 16px;
	line-height: 24px;
	margin-top:35px;
}
.terms-page .inside{
	padding-left:20px;
}

/*Case Studies Page*/
.partners-title{
	text-align:center;
}
.partners-title p{
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: -0.5px;
	text-align: center;
	color: #2b3641;
	float:none;
	margin:18px auto 37px;
	max-width:661px;
}
.case-study-module,
.case-study-mod{
	display: inline-block;
	width: 100%;
	margin-top:50px;
}
.topped.abt-us{
	margin-top:40px;
}
.partners-maxed{
	max-width:992px;
	margin:0 auto !important;
	float:none !important;
}
.case-study-module .content,
.case-study-mod .content{
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	padding:9px 25px;
}

.case-study-module .content p .btn,
.case-study-mod .content p .btn{
	margin-top:10px;
}
.case-study-module .author .text,
.case-study-mod .author .text{
	margin-top:15px;
	margin-left:0;
}
.case-study-module .author .text p,
.case-study-mod .author .text p{
	margin:0;
	float:right;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: normal;
	text-align: right;
	color: #959a9f;
	width:100%;
}
.case-study-module .author .text p span,
.case-study-mod .author .text p span{
	font-weight: 500;
	color: #04a3ff;
}
.case-study-module .author .author-logo,
.case-study-mod .author .author-logo{
	text-align:right;
	padding-left: 5%;
}
.case-study-module .author,
.case-study-mod .author{
	box-sizing:border-box;
	padding:25px 25px 15px 0px;
}
.case-study-module .author .images .row-fluid,
.case-study-mod .author .images .row-fluid{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items:center;
	flex-wrap:wrap;
}
.case-study-module .author .images .partner-logo,
.case-study-mod .author .images .partner-logo{
	text-align:right;
}
.case-study-module .author .images .partner-logo img,
.case-study-mod .author .images .partner-logo img{
	width:auto !important;
	height:100%;
}
.case-study-module .content iframe,
.case-study-mod .content iframe{
	width:100% !important;
	margin:16px 0;
}

.case-study-module.expandable-module .expandable-wrapper,
.case-study-mod.expandable-module .expandable-wrapper{
	overflow: hidden;
	height: 85px;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.case-study-module.expandable-module.expanded .btn,
.case-study-mod.expandable-module.expanded .btn{
	display:none;
}
.case-study-module.expandable-module .expandable-wrapper p,
.case-study-mod.expandable-module .expandable-wrapper p{
	display: inline-block;
	width: 100%;
}

/* CASE STUDY LISTING LAYOUT */
.cs-blog-section {
	padding: 60px 0;
	float: none;
	margin: 0 auto;
	width: 82.90%;
}

.cs-post-listing {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-wrap: wrap; 
}

.cs-post-listing .cs-post-item {
	background: #fff;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.12);
	border-radius: 8px;
	width: 41%;
	padding: 30px; 
	margin-bottom: 30px;
	margin-right: 3.6%;
}

.cs-post-listing .cs-post-item:nth-child(2n + 2) {
	margin-right: 0; 
}

.cs-post-listing .cs-featured-image-wrapper {
	width: 100%;
	height: 200px;
}

.cs-post-listing .cs-post-body { 
	padding: 15px 0; 
}

.cs-post-listing .cs-post-body p {
	overflow: hidden;
	height: 100px;
}

.cs-post-listing .cs-post-header { padding-bottom: 20px; }
.cs-post-listing .cs-name {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #959a9f;
	width: 100%;
}
.cs-post-listing .cs-company a {
	text-decoration: none;
}

.case-listing .blog-teaser-strip,
.case-post .blog-teaser-strip {
	margin-top: 20px;
}

/** Post **/
.cs-fullpost-body {
	padding-top: 80px;
	padding-bottom: 44px;
}

.cs-fullpost-back {
	padding-bottom: 65px;
}

.cs-fullpost-back p a {
	color: #04a3ff;
	font-weight: normal;
	text-decoration: none;
}

.cs-fullpost-back p:before {
	content: url('https://483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Case%20Studies/group-2.svg');
	margin-right: 10px;
}

.cs-fullpost-body,
.cs-fullpost-back {
	max-width: 779px;
	margin:0 auto; 
}

.cs-post-section p {
	font-size: 18px!important;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: normal;
	margin: 16px 0;
}

.cs-post-section p.testimonial {
	margin-top: 0;
	margin-bottom: 50px;
	font-size: 16px;
	font-weight: 300;
}

.cs-post-section h3 {
	font-size: 22px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: normal;
	color: #2b3641;
	margin-top: 36px;
}

/* END CASE STUDY LISTING LAYOUT */

/* Redundancy Calculator */
.redundancy-calc .header {
	background: url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Redundancy%20Calculator/adobe-stock-208862536.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 270px 0 75px;
}

.redundancy-calc .main-bodi.grey-bg {
	background: #fafafa;
	width: 100%!important;
}

.redundancy-calc .main-bodi.cta {
	margin-top:40px!important;
}

.redundancy-calc .free-trial {
	background-color: #04a3ff;
	padding:92px 0;
	margin-bottom:20px;
}

.redundancy-calc .free-trial h2,
.redundancy-calc .free-trial p,
.redundancy-calc .free-trial ul li{
	color: #ffffff;
}

.redundancy-calc .free-trial ul li {
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
	padding-bottom: 32px;
}

.redundancy-calc .trial-header{
	padding: 0 15%;
}

.redundancy-calc .benefits{
	padding: 58px 25%;
}

.redundancy-calc input[type=number]::-webkit-inner-spin-button, 
.redundancy-calc input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

.numberCircle {
	border-radius: 50%;
	behavior: url(PIE.htc); *
	height: 28px;
	width: 28px;
	padding: 8px;
	font-weight: 500;
	line-height:28px;
	border: solid 1px #04a3ff;
	color: #04a3ff;
	text-align: center;
	font-size: 16px;
	margin: 0 19px 20px 0;
	transition: background .2s ease-in-out;
}

.numberCircle.completed {
	background: #04a3ff;
	color:#fff;
	font-size: 20px;
}

/**** MAIN REDUNDANCY CALCULATOR ****/

.redundancy-calculator .h-calculator-wrapper .calculator .input-item .text {
	max-width: 365px;
}

.redundancy-calculator .h-calculator-wrapper .calculator .input-item:first-child .input-field,
.redundancy-calculator .h-calculator-wrapper .calculator .input-item .input-help{
	margin-bottom: 57px;
	max-width: 415px;
}

.redundancy-calculator .h-calculator-wrapper .calculator .input-item:last-child .input-field{
	margin-bottom: 0px;
}

.redundancy-calculator .h-calculator-wrapper .calculator .input-item,
.redundancy-calculator .h-calculator-wrapper .calculator .results .text p{
	margin-top:0px;
}

.redundancy-calculator .h-calculator-wrapper .calculator .results .text p{
	margin-bottom: 15px;
}

.redundancy-calculator .h-calculator-wrapper .calculator .results {
	width: 48%!important;
}
.redundancy-calculator .h-calculator-wrapper .calculator .inputs {
	width: 48%;
	padding: 0 30px 0 0;
}

.redundancy-calculator .h-calculator-wrapper .calculator .input-field input {
	width:70px;
}

.redundancy-calculator .calculated.h-calculator-wrapper .calculator .results .results-box {
	width: 97%;
}

.redundancy-calculator .h-calculator-wrapper .calculator .results .results-box .result-box.total-result {
	width: 100%;
	margin-top:9px;
	margin-bottom: 55px;
}

.redundancy-calculator .h-calculator-wrapper .calculator .input-field {
	padding-top: 29px;
}

.redundancy-calculator .h-calculator-wrapper .calculator .input-field span {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #2b3641;
}

.redundancy-calculator .h-calculator-wrapper .calculator .input-item .input-help p {
	font-size: 12px;
	line-height: 20px;
	color: #04a3ff;
	font-weight: 400;
	margin-top: 17px;
}
.redundancy-calculator .h-calculator-wrapper .calculator .input-item .input-help p:before{
	content:'\f059';
	font-family:fontAwesome;
	font-size: 16px;
	line-height: 24px;
	color: #04a3ff;
	margin-right:7px;
}

.redundancy-calculator .h-calculator-wrapper .calculator .results .results-box .result-box.total-result span.sub-text {
	font-weight: 500;
}

.redundancy-calculator .redundancy-info .legal p {
	font-size:14px;
	line-height: 22px; 
	letter-spacing:0;
}


/**** END MAIN REDUNDANCY CALCULATOR ****/

/* About Case Studies Page */
.about-cs .header {
	background: url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/About%20Us%20Case%20Study/breathe-hr-may-stock-006@2x.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 270px 0 75px;
	margin-bottom:30px;
}
/* .about-cs .case-study-module { */
.about-cs .hs_cos_wrapper_type_widget_container {
	margin: 0 0 100px 0;
	display: flex;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	flex-wrap: wrap;
}

.about-cs .cs-partners {
	float: none;
	margin: 0 auto;
}

.about-cs .case-study-mod .main-image-cs img,
.about-cs .case-study-module .main-image-cs img{
	width: 100%;
	height: auto;
}

/* .about-cs .case-study-module .content-wrapper, */
.about-cs .cs-partners .hs_cos_wrapper_widget{
	width: 48.71%!important;
	margin-right: 2.58%; 
	margin-bottom: 40px;
}

.about-cs .cs-partners .hs_cos_wrapper_widget:nth-child(2n) {
	margin-right: 0%;
}

.about-cs .case-study-mod,
.about-cs .case-study-module{
	height: 100%;
	max-height: 600px;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12); 
	position: relative;
}

.about-cs .case-study-mod a,
.about-cs .case-study-module a{
	position: absolute;
	left: 29px;
	bottom: 35px;
}

.about-cs .case-study-mod .images,
.about-cs .case-study-module .images{
	padding: 10px 0;
}


.about-cs .case-study-mod .content,
.about-cs .case-study-module .content{
	border:none;
	box-shadow: none; 
}

.about-cs .case-study-mod .author .images .partner-logo,
.about-cs .case-study-module .author .images .partner-logo{
	text-align: left;
}

.about-cs .case-study-mod .author .images .partner-logo img,
.about-cs .case-study-module .author .images .partner-logo img{
	height: auto;
}

.about-cs .case-study-mod .author,
.about-cs .case-study-module .author{
	padding:10px 25px 20px 0px;
}

.about-cs .case-study-mod .author .text,
.about-cs .case-study-module .author .text{
	padding-left: 33px;
}

.about-cs .case-study-mod .author .text p,
.about-cs .case-study-module .author .text p{
	text-align: left!important;
}

.about-cs .case-study-mod .main-image-cs,
.about-cs .case-study-module .main-image-cs{
	padding-top:1em;
	padding-bottom: 6px;
}

.about-cs .case-study-mod .expandable-wrapper,
.about-cs .case-study-module .expandable-wrapper{
	overflow: hidden;
	height: 115px;
}

.about-cs .case-study-mod .info-box-inside .content-text,
.about-cs .case-study-module .info-box-inside .content-text{
	margin-top: 30px;
}

.about-cs .image-wrapper img {
	margin: 0 auto;
	display: block;
	width:100%;
	height:auto;
}

.about-cs .test-wrapper.popup-open:target:target {
	visibility: visible;
	opacity: 1;
	/* cancel visibility transition delay */
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.about-cs .close-popup {
	background: rgba(0,0,0,.7);
	cursor: default;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	/* "delay" the visibility transition */
	-webkit-transition: opacity .5s, visibility 0s linear .5s;
	transition: opacity .5s, visibility 0s linear .5s;
}
.about-cs .test-wrapper.popup-open:target + .close-popup{  
	opacity: 1;
	visibility: visible;
	/* cancel visibility transition delay */
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

/* Resources Megamenu Dropdown */

.nav-dropdowns .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	padding-top: 16px;
	width: 170px;
}

.nav-dropdowns .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children:hover a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: rgba(255,255,255, .12);
}

.nav-dropdowns ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
	background-color: #ffffff;
	border-left: solid 1px #f2f2f2;
	border-right: solid 1px #f2f2f2;
}

.nav-dropdowns ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:first-child {
	border-top: solid 1px #f2f2f2;
}

.nav-dropdowns ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:first-child a {
	padding-top:20px;
}

.nav-dropdowns ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:last-child {
	border-bottom: solid 1px #f2f2f2;
}

.nav-dropdowns ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:last-child a {
	padding-bottom:20px;
}

.nav-dropdowns ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a {
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #222c36;
	max-width: none;
	display: block;
	padding: 10px 25px 10px 25px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-color:transparent;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

	text-align: left;
	width:auto!important;
}

.nav-dropdowns ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a:hover {
	background-color: #fafafa!important;
	color: #04a3ff;
}



/* New Resources Website Section */

.secondary-nav.res-secondary-nav {
	position: fixed;
	top: 66px;
	left: 0;
	width: 100% !important;
	background:#fff;
	z-index:9;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}



.secondary-nav.res-secondary-nav .nav-subscribe a {
	font-weight: 500;
	color: #04a3ff;
	text-decoration:none;
	padding:12px 0 12px 0;
	display: inline-block;
	font-size: 15px;
	line-height: 1.87;
	position:relative;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}

.secondary-nav.res-secondary-nav .nav-subscribe a:after {
	content:'';
	position:absolute;
	background:url('//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/Blog/arrow-blue.svg');
	background-repeat:no-repeat;
	right: -21px;
	top: 20px;
	width: 16px;
	height: 12px;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}

.res-secondary-nav .nav-subscribe a:hover:after {
	right:-24px;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}

.secondary-nav.secondary-nav.res-secondary-nav ul {
	float:left;
	padding: 10px 0;
}

.secondary-nav.res-secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
	margin-right: 17px;
}

.secondary-nav.res-secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child {
	margin-right: 0;
}

.secondary-nav.res-secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #222c36;
	max-width: none;
	display: block;
	padding: 9px 14px 8px 14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color:transparent;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}

.secondary-nav.res-secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
	background-color: #04a3ff;
	color: #ffffff;
}

.toolbar button { display: inline-block; }

.secondary-nav.res-secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active a {
	background-color: #04a3ff;
	color: #ffffff;
}

.centralize-page .secondary-nav.res-secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a:hover {
	padding-right: 14px;
}

.search-bar-top {
	position: fixed;
	top: 85px;
	left: 0;
	width: 100% !important;
	background-color: #fafafa;
	border-top: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
	z-index: 9;
}

.search-bar-top input[type="text"] {
	border:none;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.65;
	color: #646464;
	padding: 11px 20px 13px 0;
	background-color: transparent;
}

.search-bar-top input[type="text"]:focus {
	outline:none;
	background-image:none;
}

.search-bar-top form {
	padding-left:45px;
	position:relative;
}

.search-bar-top form:before {
	content:'\f002';
	font-family:fontAwesome;
	position:absolute;
	left:0;
	top:14px;
	color: #04a3ff;
	font-size:22px;
}

.search-bar-top .hs-search-field--open .hs-search-field__suggestions {
	position: absolute;
	width: 100%;
	border: solid 1px #f2f2f2;
	background-color: #ffffff;
	padding: 10px 0;
	z-index: 100;
}

.search-bar-top .hs-search-field__suggestions li {
	padding: 5px 15px;
}

.search-bar-top .hs-search-field__suggestions a {
	font-weight:300;
	color: #2b3641;
	text-decoration: none;
}

.search-bar-top .hs-search-field__suggestions #results-for {
	font-weight:500;
	color: #2b3641;
	text-decoration: none;
}

.search-bar-top .hs-search-field__suggestions a:hover,
.search-bar-top .hs-search-field__suggestions a:focus {
	background-color:transparent;
	color: #04a3ff;
}

.res-listing-hero {
	padding:110px 0 63px 0px;
}

.res-listing-hero h1 {
	margin: 0 0 16px 0;
}

.res-listing-hero p {
	color:#ffffff;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: -0.5px;
	margin: 0 0 0 0;
}

.col-2-text {
	padding: 73px 0 0 0;
}

.col-2-text .page-center {
	padding: 0 20px;
	max-width: 1240px;
}

.col-2-text h2 {
	color: #2b3641;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}

.col-2-text p {
	color: #222c36;
	margin:0 0 20px 0;
}

.col-2-text p:last-child {
	margin:0 0;
}

.resource-cards .page-center {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	padding: 72px 20px 68px 20px;
	max-width: 1240px;
}

.resource-card {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 55px;
}

.resource-card:nth-child(3n+3) {
	margin-right: 0;
}

.resource-card .resource-img {
	width:100%;
	height:208px;
	border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #fafafa;
	text-align:center;
	display: block;
}

.resource-card .resource-img a {
	width: 100%;
	height: 100%;
	display: block;
}

.resource-card .resource-desc {
	width:100%;
}

.resource-card .resource-desc .desc-content {
	padding: 23px 16px 0 16px;
}

.resource-card .resource-desc h2 {
	color: #2b3641;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing:normal;
	margin: 0 0 11px 0;
}

.resource-card .resource-desc h2 a {
	text-decoration:none;
	color: #2b3641;
}

.resource-card .resource-desc p.restype {
	font-size: 14px;
	line-height: 1.71;
	color: #959a9f;
	margin: 0 0 16px 0;
	font-weight: normal;
}

.resource-card .resource-desc p.restype .fa {
	color: #f7a837;
	font-size: 13px;
	line-height: 1.85;
	margin-right: 8px;
}

.resource-card .resource-desc p.restype a {
	text-decoration:none;
	font-weight:normal;
	color: #f7a837;
}

.resource-card .resource-desc p:last-child {
	margin:0 0;
}

.resource-card .resource-desc p.restype span.separator {
	color: #dcdcdc;
	margin: 0 8px 0 10px;
}

.resource-card .resource-desc p.restype span.restype-blue {
	color: #04a3ff;
}

.resource-card .resource-desc .btn {
	padding: 6px 15px 5px 15px;
}

.resource-card .resource-desc .btn.btn-arrow:hover {
	padding-right: 35px;
}

.resource-card .resource-desc .btn.btn-arrow:hover::before {
	right: 14px;
	width: 16px;
	top: 1px;
}

.resource-card .resource-desc .btn.btn-arrow::before {
	width:18px;
	top:1px;
}

.delimiter.free-trial {
	width:100%;
	background-color: #04a3ff;
	text-align:center;
	margin: 20px 0 75px 0;
	padding: 59px 20px;
}

.delimiter.free-trial h2 {
	color:#ffffff;
	margin: 0 0 22px 0;
}

.delimiter.free-trial p {
	color:#ffffff;
	margin:0 0 20px 0;
}

.delimiter.free-trial p:last-child {
	margin:0 0;
}

.blogsub-bar.partnerhub-cta {
	padding: 30px 0;
}

.blogsub-bar.partnerhub-cta input[type="text"],
.blogsub-bar.partnerhub-cta input[type="email"] {
	font-size: 14px;
	font-weight: 300;
	padding: 9px 10px 8px 10px;
}

.blogsub-bar p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.56;
}

.blogsub-bar.partnerhub-cta fieldset.form-columns-1 {
	width: auto!important;
}

.blogsub-bar:focus {
	outline:none;
}

/* Search Results Page */

.search-results .row-fluid [class*="span"]:not(.widget-type-space) {
	min-height: 28px!important;
}

.search-results .main-bodi .results-list ul li {
	padding-left:0;
	position:static;
}

.search-results .main-bodi .results-list ul li::before {
	display:none;
}

.search-results .main-bodi .results-list a.hs-search-results__title {
	font-size: 20px;
}

.search-results .main-bodi .results-list ul.hs-search-results__listing {
	padding:75px 0;
}

.search-results .search-results-hero {
	background-color: #2b3641;
	padding: 67px 0 59px 0;
}

.search-results .search-results-hero h1 {
	color:#ffffff;
	margin: 0 0;
}

.search-results .search-bar-top {
	top: 66px;
}

/*** Partner Marketing Toolkit **/
/*Search*/
/* .search-bar-top {
position: static;
} */
.marketing-toolkit .search-bar-top form {
	margin-left: 26px; 
}
/*End Search */
.marketing-toolkit .header-container-wrapper {
	min-height: 60px;
}
.marketing-toolkit .toolbar .main-bodi {
	width: calc(100% - 50px) !important;
}

.marketing-toolkit .listings {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
}
/** Filter **/
.marketing-toolkit .toolbar {
	padding: 19px 0;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.marketing-toolkit .toolbar .btn {
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #222c36;
	max-width: none;
	display: inline-block;
	padding: 9px 14px 8px 14px;
	border-radius: 4px;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color:transparent;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

	margin-right: 17px;
}

.marketing-toolkit .toolbar .btn:hover {
	background-color: #04a3ff;
	color: #ffffff;
}

.marketing-toolkit .toolbar .btn.btn-active {
	background-color: #04a3ff;
	color: #ffffff;
}

.marketing-toolkit .tile { 
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;

}
.marketing-toolkit .scale-anm {
	transform: scale(1);
}
/** End Filter **/


/* Resources Blog Posts */

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

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

.res-post.video-post .post-body .hs-responsive-embed, 
.res-post.video-post .post-body .hs-responsive-embed.hs-responsive-embed-youtube, 
.res-post.video-post .post-body .hs-responsive-embed.hs-responsive-embed-wistia, 
.res-post.video-post .post-body .hs-responsive-embed.hs-responsive-embed-vimeo { 
	padding-bottom: 56.25%;
	margin-bottom: 50px;
}

.res-post .delimiter.free-trial {
	margin:0 0;
}

.res-post .row-fluid [class*="span"]:not(.widget-type-space) {
	min-height: 28px!important;
}

.res-post .post-header {
	background-color: #2b3641;
	padding: 67px 0 59px 0;
}

.res-post .post-header h1 {
	color:#ffffff;
	margin:0 0 0 0;
}

.res-post .post-header p {
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	margin:0 0 15px 0;
}

.res-post .post-header p a {
	display:inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 9px 15px 8px 15px;
	text-decoration: none;
}

.res-post .post-header p a.res-auth {
	color: #2b3641;
	background-color:#ffffff;
	margin-right:13px;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}

.res-post .post-header p a.res-auth .fa {
	margin-right: 8px;
}

.res-post .post-header p a.res-auth:hover {
	color: #ffffff;
	background-color: #04a3ff;
}

.res-post .post-header p a.res-type {
	color: #ffffff;
	background-color: #04a3ff;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}

.res-post .post-header p a.res-type:hover {
	color: #2b3641;
	background-color: #ffffff;
}

.res-post .main-bodi {
	overflow: visible;
}

.res-post .social-sharing {
	position: sticky;
	position: -webkit-sticky;
	top: 185px;
	left: 0;
	float: left;
}

.res-post .social-sharing .socials {
	width: 50px;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	padding: 20px 0;
	margin: 0;
}

.res-post .social-sharing .socials a {
	max-width:20px !important;
	width:20px !important;
	padding:0 15px;
}

.res-post .social-sharing .socials a img {
	max-width:20px !important;
	width:20px !important;
}

.res-post .post-body {
	padding: 75px 0 92px 0;
}

.res-post.podcast-post .post-body iframe {
	width:100%;
	max-width:570px;
	margin-bottom:48px;
}

.res-post .post-body h2 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.27;
	letter-spacing: normal;
	color: #2b3641;
}

.res-post .popular-resources .popular-heading h2 {
	text-align:center;
	margin:0 0 50px 0;
}

.res-post .popular-resources .popular-list {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.res-post .popular-resources {
	padding: 90px 0 123px 0;
}

.res-post .popular-resources .popular-list .resource-card {
	margin-bottom:0;
}

.res-post .popular-resources .resource-card .resource-img {
	background-color: #2b3641;
}

.res-post .popular-resources .resource-card .resource-img a {
	width: 100%;
	height: 100%;
	display: block;
}

.res-listing .resource-card .resource-img {
	width:100%;
	height:208px;
	border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #29363D;
	text-align:center;
	display: block;
}

.res-listing .resource-card .resource-img a {
	display:block;
	width: 100%;
	height: 100%;
}

.res-listing .blog-pagination,
.cs-blog-section .blog-pagination {
	text-align:center;
	margin-top:20px;
}

.res-listing .blog-pagination ul,
.cs-blog-section .blog-pagination ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
}

.res-listing .blog-pagination ul li,
.cs-blog-section .blog-pagination ul li {
	float:left;
	margin:0 5px;
	padding-left:0;
}

.res-listing .blog-pagination ul li:before,
.cs-blog-section .blog-pagination ul li:before {
	display:none;
}

.res-listing .blog-pagination ul li a,
.cs-blog-section .blog-pagination ul li a {
	text-decoration:none;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: -0.2px;
	text-align: center;
	color: #2b3641;
	padding: 11px 15px;
	display: inline-block;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}

.res-listing .blog-pagination ul li a:hover,
.res-listing .blog-pagination ul li.active a,
.cs-blog-section .blog-pagination ul li a:hover, 
.cs-blog-section .blog-pagination ul li.active a {
	color:#fff;
	background-color: #04a3ff;
}

.res-listing .blog-pagination ul li.first-posts-link a,
.res-listing .blog-pagination ul li.previous-posts-link a,
.res-listing .blog-pagination ul li.next-posts-link a,
.res-listing .blog-pagination ul li.last-posts-link a,
.cs-blog-section .blog-pagination ul li.first-posts-link a,
.cs-blog-section .blog-pagination ul li.previous-posts-link a,
.cs-blog-section .blog-pagination ul li.next-posts-link a,
.cs-blog-section .blog-pagination ul li.last-posts-link a {
	background:transparent;
	box-shadow: none;
}

.res-listing .listing-hero {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 110px 0 63px 0px;
}

.res-listing .listing-hero h1 {
	margin: 0 0 16px 0;
}

.res-listing .listing-hero p {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: -0.5px;
	margin: 0 0 0 0;
}

.res-listing.podcasts-listing .listing-hero {
	background-image: url(//www.breathehr.com/hubfs/Resources/guides-ebooks-hero.jpg);
}

.res-listing.videos-listing .listing-hero {
	background-image: url(//www.breathehr.com/hubfs/Resources/guides-ebooks-hero.jpg);
}

.res-listing.webinars-listing .listing-hero {
	background-image: url(//www.breathehr.com/hubfs/Resources/guides-ebooks-hero.jpg);
}

.res-listing .post-listing {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.res-listing .resource-card .hs-featured-image {
	float:none;
	margin:0 0;
	max-width:100%;
	max-height: 116px;
}

.res-listing .resources-listing {
	padding: 75px 0;
}


/*Resources*/

.resources-table-wrapper .blog2018-box{
	box-shadow:none !important; 
	border-radius:0 !important;
	height:100%;
	border-radius:8px !important;
}
.resources-table-wrapper .blog2018-box .blog2018-box-body .widget-type-linked_image img{
	width:auto !important;
}
.resource-row .hs_cos_wrapper_type_widget_container {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-wrap: wrap;
}

.resource-row .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	width: 32%;
	float: left;
	margin-left: 2%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	margin-bottom: 32px;
	-webkit-transition: top .3s ease;
	-moz-transition: top .3s ease;
	-o-transition: top .3s ease;
	-ms-transition: top .3s ease;
	transition: top .3s ease;
	position: relative;
	top: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.resource-row .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:nth-child(3n + 1){
	margin-left:0;
}

.resources-table-wrapper .widget-type-header h2{
	font-size: 32px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: -0.7px;
	text-align: left;
	color: #2b3641;
	margin-bottom:35px;
}
.operations-table,
.performance-table,
.talent-table{
	padding-top:70px;
	padding-bottom:31px;
}
.talent-table{
	margin-bottom:40px;
}
.operations-table,
.talent-table{
	background:#fafafa;
}

/* Breadcrumbs */

.breadcrumbs{
	background-color: #04a3ff;
}
.breadcrumbs ul{
	list-style:none;
	display: inline-block;
	vertical-align: middle;
	padding:0;
}
.breadcrumbs ul li{
	position:relative;
	float:left;
}
.breadcrumbs ul li a{
	font-size: 16px;
	font-weight: 500 !important;
	line-height: 28px;
	text-align: left;
	color: #ffffff;
	font-weight:normal;
	text-decoration:none;
	padding-right: 43px;
}
.breadcrumbs ul li a:hover{
	text-decoration:underline;
}
.breadcrumbs ul li:first-child{
	padding-left:40px;
	position:relative;

}
.breadcrumbsul{
	padding-top: 12px;
	padding-bottom: 12px;
}
.breadcrumbs ul li:first-child::before{
	content:"";
	position:absolute;
	left:0;
	background:url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Centralise%20Information/page-1.svg);
	width: 22px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items: center;
	top:1px;
}
.breadcrumbs ul li:after{
	content:'';
	background:url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Icons%20and%20Logos/group-2.svg);
	background-size:contain;
	background-repeat:no-repeat;
	padding-left: 18px;
	margin-left: 10px;
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 10px;
	position: absolute;
	top: 8px;
	right: 10px;
}
.breadcrumbs ul li:last-child:after{
	background:transparent;
}

/*Products Section*/

.product-flexi-content {
	padding:85px 0;
}
.product-flexi-content .content-wrapper  {
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.product-flexi-content .content .img-wrapper{
	border: 2px solid #04a3ff;
	border-radius: 12px;
	position:relative;
}
.product-flexi-content .content .img-wrapper img{
	border-radius: 12px; 
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.product-flexi-content .content .img-wrapper .magnifier
{
	position:absolute;
	width:50px;
	height:50px;
	bottom:-25px;
	right:20px;
	z-index:2;
	cursor:pointer;
}
.product-flexi-content .content .img-wrapper .magnifier:hover img
{
	transform: scale(1.2);
}
.image-modal-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.9);
	z-index: 100;
	visibility:hidden;
	opacity:0;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.product-flexi-content.portrait .content .img-wrapper .portrait-overflow{
	height: 250px;
	overflow: hidden;
	border-radius: 12px;
}

.image-modal-open{
	overflow:hidden !important;
}
.image-modal-open .image-modal-wrapper{
	visibility:visible;
	opacity:1;  
}
.image-modal-wrapper .image-modal{
	padding:35px 20px;
	position:relative;
	z-index:101;
	text-align:center;
}
.image-modal-wrapper .image-modal .close{
	position: absolute;
	color: #fbfbfb;
	right: 20px;
	top: 0;
	cursor: pointer;
	font-size: 24px;
	z-index:102;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.image-modal-wrapper .image-modal .close:hover{
	color:#fff;
}
.image-modal-wrapper .image-modal img{
	width:auto;
}
.product-flexi-content.invert-columns .content .img-wrapper .magnifier{
	left:20px;
	right:auto;
}
.product-flexi-content .content-wrapper .left-content{
	width: 49%;
	margin-right:1%;
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items:center;
	justify-content:center;
}
.product-flexi-content.invert-columns .content-wrapper .left-content {
	width: 49%;
	margin-right: 0%;
	margin-left:1%;

}
.product-flexi-content.invert-columns .content-wrapper .right-content {
	width: 49%;
	margin-right: 1%;
	margin-left:0%;

}
.product-flexi-content .content-wrapper .left-content h3{
	margin-top:0;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
}
.product-flexi-content .content-wrapper .right-content{
	width: 49%;
	margin-left:1%;
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items:center;
	justify-content:center;
}
.product-flexi-content .content-wrapper .content{
	max-width:500px;
}

.product-flexi-content.invert-columns{
	background-color: #fbfbfb;
}
.product-flexi-content.invert-columns .content-wrapper  {
	flex-direction:row-reverse;;
}

/*Logos */
.logos-big-wrapper{
	padding:55px 0;
}
.logos-wrapper .hs_cos_wrapper_type_widget_container {
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items: center;
	justify-content: center;
}
.img-100 img{
	width:100% !important;
}
.logos-wrapper .hs_cos_wrapper_type_custom_widget {
	width: 20%;
	float: left;
}


.testimonials-wrapper-space{
	padding:60px 0 100px;
}
.testimonials-wrapper-space h2{
	margin:0 0 60px 0;
}
.spec-form .hs-form-field{
	display: inline-block;
	width: 100%;
}
.spec-form .hs-form-required{
	display: inline-block !important;
	margin-left: 2px;
	color: #f7a837;
}
.spec-form input[type="submit" i]{
	margin-right: 0px;
}
.spec-form input,
.spec-form textarea,
.spec-form select{
	border:0 !important;
}
.spec-form .hs-form-field label{
	float: left;
	width: 30%;
	text-align: right;
	padding-right: 16px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 500;
}
.spec-form .hs-form-field .input{
	width: 70%;
	float: left;
}
.spec-form .hs-form-field .input .error{
	border-color:red;
}
.spec-form textarea{
	min-height:70px;
}
.spec-form .hs_error_rollup .hs-error-msgs {
	display:none !important;
}

.spec-form ul.hs-error-msgs label {
	width: 100%;
	text-decoration: none;
	list-style-type: none;
}
.spec-form ul.hs-error-msgs li:before {
	display: none;
}

.abt-us,
.join-pledge{
	background-color: #2b3641;
	padding:70px 0;
	margin-bottom:20px;
}

.abt-us input[type="submit" i],
.join-pledge input[type="submit" i] {
	z-index:99999;
}

.join-pledge{
	margin-bottom:0;
}

.join-pledge .pledge-form {
	padding: 0 5.98%;
}

.join-pledge .pledge-form .form-intro {
	padding-right: 62px;
}

.join-pledge .pledge-form .form-intro p:first-child {
	margin-top: 0px!important;
}

.abt-us.refferals-abt-us{
	margin-bottom:20px;
}
.abt-us ul,
.join-pledge ul{
	margin-bottom:50px;
}
.consultants-section-2-header h2{
	margin-bottom:80px;
	max-width: 1003px;
	margin-right: auto;
	margin-left: auto;
}
.abt-us p,
.abt-us ul li,
.abt-us label,
.abt-us h2,
.abt-us h3,
.abt-us .submitted-message,
.join-pledge p,
.join-pledge ul li,
.join-pledge label, 
.join-pledge h2,
.join-pledge h3,
.join-pledge .submitted-message,
.join-pledge input[type=file]{
	color:#fff!important;
}

.abt-us h2,
.join-pledge h2{
	margin-bottom:60px;
	max-width:670px;
	margin-left:auto;
	margin-right:auto;
}

/*PartnerHub*/
.hs-author-profile{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	flex-wrap:wrap;
	max-width: 918px;
	margin: 0 auto !important;
	margin-bottom: 100px !important;
}
.author-avatar{
	width: 133px;

}
.author-avatar img{
	width:100%;
	border-radius:100px;
}
.author-content{

	width: calc( 100% - 133px );
}
.author-header .name{
	float:left;
}
.author-header .author-social{
	float:left;    
}
.author-content{
	box-sizing: border-box;
	padding-left: 50px;
}
.author-header .author-social .hs-author-social-link{
	position:relative;
}
.author-header .author-social a{
	margin-left:15px;
	vertical-align: -webkit-baseline-middle;
}
.author-header .author-social a img{
	width: 18px;
	vertical-align: text-top;
}

.author-description{
	float:left;
	margin-top:15px;
}

.author-header h4{
	MARGIN-TOP:0;
	margin-bottom:0;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: left;
	color: #222c36;
}
.author-description p{
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: normal;
	text-align: left;
	color: #222c36;
	margin:0;
}




.partners-hub-header{
	background:url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/Landing_pages/Partner/adobe-stock-59884286@2x.png);
	background-size:cover;
	padding: 137px 0;
}
.partners-hub-header p{
	color:#fff;
	font-size:24px;
	line-height:30px;
	margin-bottom:0;
}
.partners-hub-header h1{
	margin:0;

}
.partners-hub-header h1 span{
	color:#f7a837;
}
.topics-nav {
	background-color: #04a3ff;
}
.topics-nav .topics-wrapper {
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items:center;
	flex-wrap:wrap;
}
.topics-nav .topics ul{
	padding:0;
	margin:0;
	list-style:none;
	float:right;
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items:center;
	flex-wrap:wrap;
}
.topics-nav .topics ul li{
	float:left;
	color:#fff;
}
.topics-nav .topics ul li:before{
	content:'';
}
.topics-nav .topics ul li i{
	font-size: 27px;
	margin:0 20px;
}
.topics-nav .topics ul li a{
	color:#fff;
	text-decoration:none;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: normal;
	background-color: #f7a837;
	padding: 12px 26px;
	display:inline-block;
	margin-left:3px;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.topics-nav .topics ul li a:hover,
.topics-nav .topics ul li.active a{
	color:#04a3ff;
	background-color:#fff;
}
.topics-nav .non-topics p{
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	margin:0;
}
.topics-nav .non-topics p a{
	color:#fff;
	text-decoration:none;
}
.topics-nav .non-topics p img{
	margin-right:15px;
	vertical-align: middle;
}
.topic-head{
	text-align:center;
	padding-top:60px;
}
.topic-head h1{
	color:#2b3641;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 500;
}
.topic-head h2{

}
.topic-head p{
	margin-bottom:0;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

.partners-blog .post-listing{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	flex-wrap: wrap;
}
.partners-blog .post-listing .post-item{
	width: 33.3333%;
	float: left;
	padding: 0 1%;
	box-sizing: border-box;
	margin: 25px 0;
}
.partners-blog .post-listing .post-item .featured-img{
	height: 178px;
	background-size:cover !Important;
	background-position:center !important;
	border-radius: 8px;
	overflow:hidden;
	position:relative;
}
/* .partners-blog .post-listing .post-item .featured-img a{
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
z-index:5;
} */
.partners-blog .post-listing .post-item .content .title{
	margin:22px 0 10px;
}
.partners-blog .post-listing .post-item .content .title h2,
.partners-blog .post-listing .post-item .content .title h2 a{
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: normal;
	text-align: left;
	color: #2b3641;
	text-decoration:none;
}
.partners-blog .post-listing .post-item .content .footy .date,
.partners-blog .post-listing .post-item .content .footy .author-name{
	float:left;
}
.partners-blog .post-listing .post-item .content .footy .date{
	border-right:1px solid #dcdcdc;
	padding-right:10px;
	margin-right:10px;
}
.partners-blog .post-listing .post-item .content .footy .date span{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #959a9f;
}
.partners-blog .post-listing .post-item .content .footy .author-name a{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #04a3ff;
	text-decoration:none;
}
.partners-blog .blog-pagination{
	text-align:center;
	margin-top:75px;
}
.partners-blog .blog-pagination ul{
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
}
.partners-blog .blog-pagination ul li{
	float:left;
	margin:0 5px;
}
.partners-blog .blog-pagination ul li a{
	text-decoration:none;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: -0.2px;
	text-align: center;
	color: #2b3641;
	padding: 11px 15px;
	display: inline-block;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.partners-blog .blog-pagination ul li a:hover,
.partners-blog .blog-pagination ul li.active a{
	color:#fff;
	background-color: #04a3ff;
}

.partners-blog .blog-pagination ul li.first-posts-link a,
.partners-blog .blog-pagination ul li.previous-posts-link a,
.partners-blog .blog-pagination ul li.next-posts-link a,
.partners-blog .blog-pagination ul li.last-posts-link a{
	background:transparent;
	box-shadow: none;
}
.partners-blog .blog-section{
	padding:25px 0 85px;
}

/* Blog Comments */

.blog-comments .new-comments .comment{
	margin:5px 0;
	padding:10px 25px;
	border-radius: 4px;
	width: 100%;
	display:inline-block;
	box-sizing: border-box; 

} 
.blog-comments .new-comments .comment.depth-0{
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	border-left:8px solid #04a3ff; 
}
.blog-comments .new-comments .comment.depth-1{
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	border-left:8px solid #f7a837; 
	margin-left: 30px;
	width: calc(100% - 30px);
}

.blog-comments .new-comments .comment-from h4{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	margin: 0;
}
.blog-comments .new-comments .comment-body{
	padding:5px 0;
}
.blog-comments .new-comments .comment-body p{
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #2b3641;
}
.blog-comments .new-comments .comment-reply-to:focus{
	outline:0;
}
.blog-comments .new-comments .comment-reply-to{
	padding-left:0;
	cursor:pointer;
	color:#f7a837;
	float:right;
}
.blog-comments .new-comments .comment-reply-to em{
	color:#2b3641;
}
.blog-comments .new-comments .comment-date{
	float:right;
}
.blog-comments .replying-to{
	padding: 15px 0;
	display: block;
	text-align: center;
	margin: 0 auto;
	float: none;
}
.blog-comments #comments-listing{
	padding:0 0 50px;
}
.blog-comments{
	padding:20px 0 60px;
	margin: 0 auto !important;
	max-width: 779px !important;
	float: none !important;
}
.blog-comments textarea,
.blog-comments input[type="text"],
.blog-comments input[type="password"], 
.blog-comments input[type="datetime"], 
.blog-comments input[type="datetime-local"],
.blog-comments input[type="date"], 
.blog-comments input[type="month"],
.blog-comments input[type="time"],
.blog-comments input[type="week"],
.blog-comments input[type="number"],
.blog-comments input[type="email"], 
.blog-comments input[type="url"],
.blog-comments input[type="search"], 
.blog-comments input[type="tel"], 
.blog-comments input[type="color"],
.blog-comments select {
	font-family: 'Rubik', sans-serif;
	border: 0;
	outline: 0;
	background: #f4f4f4;
	padding: 8px 8px;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	color: #999999;
}

.blog-comments form label {
	display: block;
	margin-bottom: 5px;
}

.blog-comments form .hs-form-field {
	margin-bottom: 20px;
}

.blog-comments form textarea {
	height: 100px;
}

.partners-blog-post.blog2018 .blog-comments .legal-consent-container p {
	font-size: 12px;
}

.partners-blog-post.blog2018 .legal-consent-container ul.inputs-list {
	list-style: none;
	list-style-type: none;
	padding: 0;
}

.partners-blog-post.blog2018 .legal-consent-container .hs-form-booleancheckbox-display>span {
	margin-left: 30px;
}


.partnerhub-cta{
	background:url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Partners%20Hub/adobeStock120806680.jpg);
	background-size:cover;
	background-position:center;
	padding: 26px 0px;
}
.partnerhub-cta fieldset{
	width: calc(100% - 40px) !important;
	float: left !important;
}
.partnerhub-cta .hs_submit{
	width: 40px !important;
	float: left !important;
	position: relative;
	height: 35px;
}
.partnerhub-cta .hs_submit .actions{
	height:100%;
}
.partnerhub-cta .hs_submit input{
	background: transparent;
	color: transparent;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.partnerhub-cta .hs_submit .actions{
	background:url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Global/group2Copy.svg);
	background-size:24px;
	background-repeat:no-repeat;
	background-position:center;
	color: transparent;
}
.partnerhub-cta input[type="text"],
.partnerhub-cta input[type="email"]{
	border-radius: 4px;
	background-color: #f4f4f4;
	border:0;
	padding: 10px 10px;
}
textarea, input{
	font-family: 'Rubik', sans-serif !important;
}
textarea{
	min-width: 100%;
	max-width: 100%;
}
.partnerhub-cta fieldset.form-columns-2 .input{
	margin-right: 20px !important;
}
.partnerhub-cta p{
	margin:0;
	color:#fff;
}
.partnerhub-cta .flexi-wrapper .row-fluid{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items:center;
	flex-wrap:wrap;
}
.partnerhub-cta .hs_cos_wrapper_type_form h3{
	display:none;
}
.partnerhub-cta fieldset.form-columns-2 .hs-form-field{
	margin-bottom:0;    
}

.partnerhub-cta .legal-consent-container ul.inputs-list {
	padding: 0;
	list-style-type: none;
}

.partnerhub-cta .legal-consent-container .hs-form-booleancheckbox-display input,
.partners-blog-post .legal-consent-container .hs-form-booleancheckbox-display input {
	width: auto!important;
}


/*Security Page*/

.security-section-1 {
	background-color: #fafafa;
	padding: 100px 0;
	text-align: center;
}
.security-section-1 .content-section-1 {
	max-width: 1000px;
	margin: 0 auto !important;
	float: none !important;
}
.security-section-1 .content-section-1 h2{
	margin-bottom:25px;
}
.security-section-2{
	padding:100px 0;
}
.security-section-3{
	padding-bottom:100px;
}

.flexi-logos .hs_cos_wrapper_type_widget_container{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.flexi-logos .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_linked_image{
	margin: 0 7% 15px 7%;
}


.contract-details .address-wrapper .line{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items:flex-start;
	margin-bottom:15px;
}
.contract-details .address-wrapper .line p{
	margin:0;
}
.contract-details .address-wrapper .line .icon {
	width: 35px;
}
.contract-details .address-wrapper .line .text {
	width: 120px;
}
.contract-details .address-wrapper .line .link a{
	text-decoration:none;
}
.contract-details .address-wrapper .line .link a:hover{
	text-decoration:underline;
}
.contract-details .address-wrapper .line .link .small-text{
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	color: #959a9f;
}
.contact-form h3{
	margin-bottom:40px;
	margin-top:0;
}
.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form input[type="datetime"],
.contact-form input[type="datetime-local"],
.contact-form input[type="date"],
.contact-form input[type="month"],
.contact-form input[type="time"],
.contact-form input[type="week"],
.contact-form input[type="number"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="search"],
.contact-form input[type="tel"],
.contact-form input[type="color"],
.contact-form select{
	font-family: Rubik;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	color: #999999;
	border:1px solid #f4f4f4;
	background-color: #f4f4f4;
	padding: 9px 14px;
}
.contact-form textarea{
	min-height:100px;
}
.contact-form input.error{
	border-color: #f04d4d;
}
.contact-form .hs-error-msgs{
	list-style:none;
}
.contact-form .hs-error-msgs li{
	position:relative;
}
.contact-form .hs-error-msgs li:before{
	content:'\f056';
	font-family:fontAwesome;
	position:absolute;
	left: -25px;
	top:2px;
	color: #f04d4d;
}
.contact-form .hs-error-msgs li label{
	font-family: Rubik;
	font-size: 14px;
	text-align: left;
	color: #999999;
}
.contact-form .hs_submit{
	max-width:500px;
}

/* Partner Pillar Page */

.partner-pillar .header-title {
	max-width:618px;
}
.header-title a.btn{
	margin-bottom:10px;
	margin-right:10px;
}
.delimiter-space.pillar-video {
	padding:115px 0 65px 0;
}

.pillar-video .video-module {
	max-width: 587px;
	margin-left: auto;
	margin-right: auto;
}

.pillar-video .video-module:before {
	position:absolute;
	content:'';
	left:-110px;
	top:50px;
	background:url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Partner%20Pillar%20Page/video-cloud-left.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width:128px;
	height:113px;
	z-index: -1;
}

.pillar-video .video-module:after {
	position:absolute;
	content:'';
	right:-145px;
	bottom:32px;
	background:url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Partner%20Pillar%20Page/video-cloud-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width:192px;
	height:170px;
	z-index: -1;
}

.partner-pillar .delimiter-space.how-it-works {
	background-color: #04a3ff;
	padding:90px 0 75px 0;
	position:relative;
}

.partner-pillar .delimiter-space.how-it-works:before {
	position:absolute;
	content:'';
	background-image:url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Partner%20Pillar%20Page/partner-programme-bg.svg);
	background-repeat: no-repeat;
	width:261px;
	height:219px;
	bottom: 110px;
	left: -28px;
}

.partner-pillar .delimiter-space.how-it-works h2 {
	color:#ffffff;
	text-align:center;
	margin:0 0 30px 0;
}

.partner-pillar .delimiter-space.how-it-works p {
	color:#ffffff;
	text-align:center;
}

.partner-pillar .delimiter-space.how-it-works ul {
	margin:0 0;
}

.partner-pillar .delimiter-space.how-it-works ul li {
	color:#ffffff;
}

.partner-pillar .delimiter-space.how-it-works ul li:last-child {
	margin-bottom:0;
}

.partner-pillar #become-a-partner:focus {
	outline:none;
}

.main-bodi .arrow-bullets ul li {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.27;
	margin-bottom: 23px;
	padding-left: 48px;
}

.main-bodi .arrow-bullets ul li::before {
	content:'';
	background:url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Partner%20Pillar%20Page/arrow-bullet.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width:28px;
	height:28px;
	left:0;
}

.partner-pillar .how-it-works .section-body {
	padding: 0 60px 0 80px;
}

.partner-pillar .how-it-works .section-body .btn-big {
	margin-top:30px;
	font-weight:500;
}

.delimiter-space.timeline {
	background:#ffffff;
	padding:110px 0 115px 0;
}

.timeline .page-center {
	max-width: 1050px;
}

.timeline-wrap-outer {
	position:relative;
}

.timeline-wrap-outer:before {
	position: absolute;
	content: '';
	display: block;
	background-color: #ffffff;
	border: solid 8px #04a3ff;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	top: -2px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.timeline-wrap-outer:after {
	position: absolute;
	content: '';
	display: block;
	background-color: #ffffff;
	border: solid 8px #04a3ff;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	bottom: -2px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.timeline .timeline-wrap {
	position: relative;
	display: block;
	float: none;
	width: 100%;
	margin: 0 auto 0 auto;
	padding-top: 77px;
	padding-bottom: 69px;
}

.timeline .timeline-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 8px;
	background: #04a3ff;
	left: 50%;
	margin-left: -4px
}

.timeline .timeline-title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 16px;
}

.timeline .timeline-box .timeline-icn {
	margin-right:20px;
}

.timeline .timeline-box .timeline-title h3 {
	margin: 3px 0 0 0;
}

.timeline .timeline-box {
	width:50%;
	position:relative;
}

.timeline .timeline-box p {
	margin:0 0;
}

.timeline .timeline-box .timeline-box-inner {
	max-width:415px;
}

.timeline .timeline-wrap .hs_cos_wrapper_type_custom_widget:nth-child(odd) .timeline-box {
	margin-left:auto;
	margin-right:0;
}

.timeline .timeline-wrap .hs_cos_wrapper_type_custom_widget:nth-child(odd) .timeline-box:before {
	position:absolute;
	content:'';
	display:block;
	background-color: #ffffff;
	border: solid 5px #04a3ff;
	width:12px;
	height:12px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	top: 2px;
	left: -11px;
}

.timeline .timeline-wrap .hs_cos_wrapper_type_custom_widget:nth-child(odd) .timeline-box .timeline-box-inner {
	margin-left:auto;
	margin-right:0;
	padding-left:60px;
}

.timeline .timeline-wrap .hs_cos_wrapper_type_custom_widget:nth-child(even) .timeline-box {
	margin-left:0;
	margin-right:auto;
}

.timeline .timeline-wrap .hs_cos_wrapper_type_custom_widget:nth-child(even) .timeline-box:before {
	position:absolute;
	content:'';
	display:block;
	background-color: #ffffff;
	border: solid 5px #04a3ff;
	width:12px;
	height:12px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	top: 2px;
	right: -11px;
}

.timeline .timeline-wrap .hs_cos_wrapper_type_custom_widget:nth-child(even) .timeline-box .timeline-box-inner {
	margin-left:0;
	margin-right:auto;
	padding-right:60px;
}

.timeline h2 {
	text-align:center;
	margin: 0 0 50px 0;
}

.delimiter-space.partner-testimonials {
	padding:115px 0;
}

.partner-testimonials h2 {
	text-align:center;
	margin:0 auto 73px auto;
	max-width:536px;
}

.partner-testimonials .testimonial-wrapper .img img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}

.delimiter-space.hr-challenges,
.delimiter-space.recruitment-cost{
	background-color: #2b3641;
	padding:100px 0 96px 0;
}

.hr-challenges h2,
.recruitment-cost h2{
	color:#ffffff;
	text-align:center;
	max-width:478px;
	margin:0 auto 54px auto;
}

.recruitment .recruitment-cost h2 {
	max-width:729px;
}

.hr-challenges .btn-big,
.recruitment-cost .btn-big{
	font-weight:500;
	margin-top:35px;
}

.hr-challenges p,
.recruitment-cost p
{
	color:#ffffff;
	margin:0 0 0 0;
	font-weight: normal;
}

.hr-challenges-content td,
.recruitment-cost-content td{
	padding:31px 35px 35px 39px;
	vertical-align: text-bottom;
	text-align: left;
}

.hr-challenges-content td.heading-cell,
.recruitment-cost-content td.heading-cell{
	background-color: #222c36;
	padding: 14px 39px;
}

.hr-challenges-content td.heading-cell p,
.recruitment-cost-content td.heading-cell p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
}

.hr-challenges-content td.dark-col,
.recruitment-cost-content td.dark-col{
	background-color: rgba(30, 38, 46, 0.25);
}

.hr-challenges-content td h3,
.recruitment-cost-content td h3{
	color: #04a3ff;
	margin:0 0 9px 0;
}

.recruitment-cost-content td p span{
	color: #04a3ff;
}

.hr-challenges-content td.dark-col h3,
.recruitment-cost-content td.dark-col h3,
.recruitment-cost-content td.dark-col p span{
	color: #f7a837;
}

.recruitment-cost-content p span {
	font-size: 36px;
	line-height: 24px;
	color: #f7a837;
}

.hr-challenges-content tr.row-line td,
.recruitment-cost-content tr.row-line td
{
	border-bottom:solid 1px #37434f;
	vertical-align: text-top;
	text-align: left;
}

.recruitment-cost-content tr.row-line td {text-align:center;}

.delimiter-space.top-partners {
	padding:115px 0 120px 0;
}

.top-partners h2 {
	text-align:center;
	margin-bottom:30px;
}

.timeline-btn {
	margin-top:50px;
}

.timeline-btn .btn-big {
	font-weight:500;
}

/* Partners Pillar Page Slick Slider Logos */

.partner-pillar ul.slick-dots {
	display:none;
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}

.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%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}


/*Product Hub*/


.content-540{
	max-width:540px;
}
.content-540 h3{
	margin-top:50px;
}
.content-540 h3:first-child{
	margin-top:0;
}
.revolutionise-section{
	text-align:center;
	margin-top:25px;
}

.partners-blog-post .partners-hub-header{
	position:relative;
	padding-bottom:0;
	padding-top: 216px;
}
.partners-blog-post .partners-hub-header .overlay{
	background:rgba(28, 37, 46, 0.7);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	visibility:visible;
}
.partners-blog-post .partners-hub-header .header-title-wrapper {
	position:relative;
	z-index:1;
	max-width:791px;
	margin:0 auto !Important;
	float:none !Important;
	padding:30px 80px;
	background:#fff;
	border-radius:8px 8px 0 0;
}
.partners-blog-post .partners-hub-header .header-title-wrapper h1,
.partners-blog-post .partners-hub-header .header-title-wrapper h1 span{
	font-size: 42px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: -0.9px;
	text-align: center;
	color: #2b3641;
}
.partners-blog-post .publisher-info {
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items: center;
	justify-content: center;
	flex-wrap:wrap;
}
.partners-blog-post .publisher-info .info{
	margin:0 40px;
}
.partners-blog-post .publisher-info .info i{
	margin-right:10px;
}
.partners-blog-post .publisher-info .info p,
.partners-blog-post .publisher-info .info span{
	color:#fff;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: normal;
}
.partners-blog-post .publisher-info .info a{
	color:#fff;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: normal;
	text-decoration:none;

}
.big-blog-cta{
	background:url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Partners%20Hub/adobeStock59846596Copy7.jpg);
	background-size:cover;
	background-position:center;
	text-align:center;
	padding:40px 90px;
}
.big-blog-cta h2{
	font-size: 32px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: -0.9px;
	text-align: center;
	color: #ffffff;
	margin:0;
	margin-bottom:30px;
}
.big-blog-cta p{
	margin:0;
}
.partners-blog-post .small-page-center{
	max-width:779px;
	margin:0 auto;
}
.partners-blog-post .post-body{
	position:relative;
}
.partners-blog-post .post-body .socials{
	width: 50px;
	position: sticky;
	position: -webkit-sticky;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	padding: 20px 0;
	margin: 0;
	top: 137px;
	left: 0;
	float: left;
}
.partners-blog-post .post-body .socials a{
	max-width:20px !important;
	width:20px !important;
	padding:0 15px;
}
.partners-blog-post .post-body .socials a img{
	max-width:20px !important;
	width:20px !important;
}
.partners-blog-post .back-blog p{
	margin-top:30px;
}
.partners-blog-post .back-blog p a{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: normal;
	text-align: left;
	color: #04a3ff;
	text-decoration:none;
}
.partners-blog-post .back-blog p a img{
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.related-post-item{
	width: 33.3333%;
	float: left;
	padding: 0 1%;
	box-sizing: border-box;
	margin: 25px 0;
}
.related-post-item .featured-img{
	height: 178px;
	background-size: cover !Important;
	background-position: center !important;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.related-post-item .featured-img a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 5;
}
.related-post-item .content .title {
	margin: 22px 0 10px;
}
.related-post-item .content .title h2,
.related-post-item .content .title h2 a {
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: normal;
	text-align: left;
	color: #2b3641;
	text-decoration: none;
}
.related-post-item .content .footy .date {
	border-right: 1px solid #dcdcdc;
	padding-right: 10px;
	margin-right: 10px;
}
.related-post-item .content .footy .date,
.related-post-item .footy .author-name {
	float: left;
}
.related-post-item .content .footy .date span {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #959a9f;
}
.related-post-item .content .footy .author-name a {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #04a3ff;
	text-decoration: none;
}

.related-wrapper{
	background-color: #fafafa;
	padding: 35px 0 60px;
}
.related-arrow{
	width:100%;
	display: inline-block;
	margin-top: 15px;
}

.partners-blog-post .post-body blockquote,
.partners-blog-post .post-body blockquote p,
.partners-blog-post .post-body blockquote span{
	color: #959a9f;
}
.partners-blog-post .partnerhub-cta{
	margin-top:50px;
}
.partners-blog-post .post-body ul{
	padding:0;
	list-style:none;
}
.partners-blog-post .post-body ul li{
	position:relative;
	padding-left:35px;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	color: #222c36;
	margin: 13px 0;
	list-style:none;
}
.partners-blog-post .post-body ul li:before{
	content:'\f111';
	position:absolute;
	left:10px;
	font-size:6px;
	color:#04a3ff;
	font-family:fontAwesome;
}

.partners-blog-post .post-body ul.inputs-list li:before{
	content:'';
}

.partnerhub-cta .widget-type-form {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #ffffff;
}

.partners-blog-post.blog2018 .partners-hub-header .header-title-wrapper {
	padding: 30px 60px;
}

.partners-blog.blog2018 .blog-section {
	padding:75px 0 50px 0;
}

.blog2018 .partnerhub-cta ul.hs-error-msgs {
	list-style:none;
	padding-left:0;
}

.blog2018 .partnerhub-cta ul.hs-error-msgs label {
	font-size: 14px;
	font-weight: 400;
}

.blog2018 .partnerhub-cta input[type="text"],
.blog2018 .partnerhub-cta input[type="email"] {
	font-size: 14px;
	font-weight: 300;
	padding: 9px 10px 8px 10px;
}

.blog2018 .partnerhub-cta {
	padding:30px 0;
}

.partners-blog-post.blog2018 a.cta_button {
	text-decoration:none;
	font-weight: 500!important;
}

.partners-blog-post.blog2018 a.cta_button:hover {
	text-decoration:underline;
}

.partners-blog-post.blog2018 a.cta_button img {
	margin-top:30px;
}

.partners-blog-post.blog2018 .post-body h1 {
	color:#2b3641;
}

.partners-blog-post.blog2018 h2 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.27;
	margin:0 0 17px 0;
}

.partners-blog-post.blog2018 p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.56;
	margin:0 0 15px 0;
}

.partners-blog-post.blog2018 p:last-child {
	margin:0 0 0 0;
}

.partners-blog-post.blog2018 blockquote {
	margin:30px 0 30px 0;
	padding: 0 0 0 24px;
}

.partners-blog-post.blog2018 .back-blog {
	margin-top:35px;
}

.partners-blog-post.blog2018 .topics-nav {
	padding:12px 0 12px 0;
}

.blog2018 .nav-tags .hs_cos_wrapper_type_text {
	display:inline-block;
	float:right;
}

.blog2018 .nav-tags .fa {
	color:#f7a837;
	font-size: 21px;
	line-height: 28px;
	display: inline-block;
	float: left;
	padding: 12px 0 12px 0;
	margin-right:22px;
}

.blog2018 .nav-tags a {
	color: #222c36;
	font-size: 15px;
	line-height:28px;
	text-decoration:none;
	font-weight:normal;
	padding: 12px 0 12px 0;
	display: inline-block;
	margin-right:26px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.blog2018 .nav-tags a:last-child {
	margin-right:0;
}

.blog2018 .nav-tags a:hover {
	color:#f7a837;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.partners-blog-post.blog2018 .partnerhub-cta {
	margin-top:0;
}

.partners-blog-post.blog2018 .partnerhub-cta ul.hs-error-msgs.inputs-list {
	list-style:none;
}

.partners-blog-post.blog2018 .partnerhub-cta ul.hs-error-msgs.inputs-list li {
	color:#ffffff;
	position:static;
	padding-left:0;
	line-height: normal;
}

.blog2018 .partnerhub-cta fieldset.form-columns-1 {
	width: auto!important;
}

.partners-blog-post.blog2018 .partners-hub-header {
	padding-top: 267px;
}

.partners-blog-post.blog2018 h2.listing-by {
	text-align:center;
	margin: 0 0 25px 0;
}

.blog2018 .secondary-nav {
	top:66px;
}

.blog2018 .secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child {
	margin-right:25px;
}

/*.blog2018 .secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a {
background-color: #04a3ff;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-o-border-radius:4px;
color:#ffffff;
line-height: 1;
padding: 9px 17px 8px 17px;
}*/

.blog2018 .secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
	margin-right: 44px;
	padding: 12px 0 12px 0;
}

.blog2018 .secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	padding:0 0;
}

.partners-blog.blog2018 .post-listing .post-item.featured-post {
	width:100%;
	padding:0 0;
	margin: 0 0 58px 0;
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	flex-wrap:wrap;
	background-color: #2b3641;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	overflow: hidden;
}

.partners-blog.blog2018 .post-listing .post-item.featured-post .featured-img {
	border-radius: 0;
	width:50%;
	order: 2;
	-webkit-order: 2;
	height: 100%;
}

.partners-blog.blog2018 .post-listing .post-item.featured-post .content {
	width:50%;
	order: 1;
	-webkit-order: 1;
	text-align:center;
}

.partners-blog.blog2018 .post-listing .post-item.featured-post .post-info-wrap {
	float: left;
	padding: 38px 50px 36px 50px;
}

.blog2018 .post-item.default .read-more-link {
	display:none;
}

.blog2018 .footy {
	float: left;
	width: 100%;
}

.partners-blog.blog2018 .post-listing .post-item .fa {
	color: #f7a837;
	font-size: 15px;
	line-height: 1.6;
	margin-right: 8px;
}

.partners-blog.blog2018 .post-listing .post-item a.topic-link {
	color: #f7a837;
	text-decoration:none;
	font-size: 16px;
	line-height: 1.5;
	font-weight:normal;
}

.partners-blog.blog2018 .post-listing .post-item.default .fa {
	font-size: 13px;
	line-height: 1.85;
}

.partners-blog.blog2018 .post-listing .post-item.default a.topic-link {
	font-size: 14px;
	line-height: 1.71;
}

.partners-blog.blog2018 .post-listing .post-item.featured-post .footy p {
	font-size: 18px;
	line-height: 1.33;
	color:#ffffff;
}

.partners-blog.blog2018 .post-listing .post-item.featured-post .footy .postdate {
	color:#ffffff;
}

.partners-blog.blog2018 .post-listing .post-item.featured-post .footy a.postauth {
	color: #04a3ff;
	text-decoration:none;
	font-weight: normal
}

.partners-blog.blog2018 .post-listing .post-item .footy a.postauth:hover {
	text-decoration:none;
}

.partners-blog.blog2018 .post-listing .post-item.featured-post h2,
.partners-blog.blog2018 .post-listing .post-item.featured-post h2 a {
	color:#ffffff;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.19;
	text-align:center;
}

.partners-blog.blog2018 .post-listing .post-item.featured-post h2 {
	margin: 6px 0 13px 0;
}

.partners-blog.blog2018 .post-listing .post-item.featured-post h2 a {
	margin:0 0 0 0;
}

.partners-blog.blog2018 .post-listing .post-item h2 a:hover {
	text-decoration:none!important;
}

.partners-blog-post.blog2018 .post-listing .post-item p {
	margin:0 0 0 0;
}

.partners-blog.blog2018 .post-listing .post-item.featured-post .read-more-link {
	float: none;
	width: 100%;
}

.partners-blog.blog2018 .post-listing .post-item.featured-post .read-more-link a {
	color:#ffffff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.3px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #04a3ff;
	margin-top:28px;
	text-decoration:none;
	padding: 6px 18px 6px 18px;
	display: inline-block;
	position:relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.partners-blog.blog2018 .post-listing .post-item.featured-post .read-more-link a:before {
	content: '';
	background: url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Icons%20and%20Logos/group-2.svg?t=1524049879223);
	position: absolute;
	right: 5px;
	opacity: 0;
	top: 0;
	width: 18px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.partners-blog.blog2018 .post-listing .post-item.featured-post .read-more-link a:hover {
	padding-right: 38px;
	text-decoration: none;
}

.partners-blog.blog2018 .post-listing .post-item.featured-post .read-more-link a:hover:before {
	right: 13px;
	visibility: visible;
	opacity: 1;
}

.partners-blog.blog2018 .post-listing .post-item.featured-post .content .title {
	margin:0 0 0 0;
}

.partners-blog.blog2018 .post-listing .post-item.default {
	width: 31.623931624%;
	margin-right: 2.564102564%;
	padding: 0 0;
	margin-top: 0;
	margin-bottom: 55px;
}

.partners-blog.blog2018 .post-listing .post-item.default:nth-child(5n),
.partners-blog.blog2018 .post-listing .post-item.default:nth-child(6n),
.partners-blog.blog2018 .post-listing .post-item.default:nth-child(7n) {
	margin-bottom:0;
}

.partners-blog.blog2018 .post-listing .post-item.default:nth-child(4n),
.partners-blog.blog2018 .post-listing .post-item.default:nth-child(7n) {
	margin-right:0;
}

.partners-blog.blog2018 .post-listing .post-item.default .post-info-wrap {
	float:left;
	padding: 13px 15px 0 15px;
}

.partners-blog.blog2018 .post-listing .post-item.default .content .title {
	margin:0 0;
}

.partners-blog.blog2018 .post-listing .post-item.default .content .title h2 {
	margin: 2px 0 11px 0;
}

.partners-blog-post.blog2018 .post-listing .post-item.default .footy p {
	font-size: 14px;
	line-height: 1.71;
	margin:0 0 0 0;
}

.partners-blog-post.blog2018 .post-listing .post-item.default .footy a.postauth {
	font-weight:normal;
	text-decoration:none;
}

.partners-blog-post.blog2018 .post-listing .post-item.default .footy a.postauth:hover {
	text-decoration:underline;
}

.partners-blog-post.blog2018 .secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a {
	font-weight:400;
	color: #222c35;
	position:static;
}

.partners-blog-post.blog2018 .nav-subscribe {
	margin-left:0;
}

.partners-blog-post.blog2018 .nav-subscribe a {
	font-weight: 500;
	color: #04a3ff;
	text-decoration:none;
	padding:12px 0 12px 0;
	display: inline-block;
	font-size: 15px;
	line-height: 1.87;
	position:relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.partners-blog-post.blog2018 .nav-subscribe a:after {
	content:'';
	position:absolute;
	background:url('//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/Blog/arrow-blue.svg');
	background-repeat:no-repeat;
	right: -21px;
	top: 20px;
	width: 16px;
	height: 12px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.partners-blog-post.blog2018 .nav-subscribe a:hover:after {
	right:-24px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.partners-blog-post.blog2018 .partnerhub-cta:focus {
	outline:none;
}

.blog2018 .related-post-item {
	width: 31.623931624%;
	margin-right: 2.564102564%;
	padding: 0 0;
	margin-top: 0;
	margin-bottom: 0;
}

.blog2018 .related-post-item:last-child {
	margin-right:0;
}

.blog2018 .related-post-item .footy {
	padding: 13px 15px 0 15px;
}

.blog2018 .related-post-item .footy p {
	margin:0 0;
}

.blog2018 .related-post-item .footy p .fa {
	color: #f7a837;
	font-size: 13px;
	line-height: 1.85;
	margin-right:8px;
}

.blog2018 .related-post-item .footy p a.topic-link {
	font-size: 14px;
	line-height: 1.71;
	color: #f7a837;
	text-decoration: none;
	font-weight:normal;
}

.blog2018 .related-post-item .footy .title {
	margin:0 0;
}

.blog2018 .related-post-item .footy .title h2 {
	margin: 2px 0 11px 0;
}

.blog2018 .related-post-item .footy .title h2,
.blog2018 .related-post-item .footy .title h2 a {
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: normal;
	text-align: left;
	color: #2b3641;
	text-decoration: none;
}

.blog2018 .related-post-item .footy .recpostinfo p {
	font-size: 14px;
	line-height: 1.71;
	margin: 0 0 0 0;
}

.blog2018 .related-post-item .footy .recpostinfo a.postauth {
	font-weight:normal;
	text-decoration:none;
}

.blog2018 .related-post-item .footy .recpostinfo a.postauth:hover {
	text-decoration:underline;
}

.blog2018 .related-wrapper {
	padding:45px 0 63px 0;
}

.blog2018 .related-wrapper h3 {
	margin:0 0 32px 0;
}

.partners-blog-post.blog2018 .publisher-info .info a:hover {
	text-decoration:underline;
}

.partners-blog-post.blog2018 .blog-post-wrapper p a {
	font-weight:300;
}

.partners-blog-post.blog2018 .blog-post-wrapper ul li {
	font-size: 18px;
	line-height: 1.56;
	margin: 0 0 13px 0;
}

.partners-blog-post.blog2018 .blog-post-wrapper ul li:before {
	top: 1px;
	line-height: 22px;
}


/* 3 Boxes below blog listing */

.blog2018-boxes .row-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.blog2018-box {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	overflow: hidden;
	position:relative;
}

.blog2018-box:first-child {
	background-color: #04a3ff;
}

.blog2018-box:nth-child(2n) {
	background-color: #2b3641;
}

.blog2018-box:last-child {
	background-color: #f7a837;
}

.blog2018-box .blog2018-box-header {
	padding:30px 33px 17px 33px;
	margin-bottom: 192px;
}

.blog2018-box .blog2018-box-header h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.17;
	margin: 0 0 16px 0;
	letter-spacing: normal;
}

.blog2018-box .blog2018-box-header h2 a {
	color:#ffffff;
	text-decoration:none;
}

.blog2018-box .blog2018-box-header .widget-type-text {
	color:#ffffff;
	font-size: 14px;
	line-height: 1;
}

.blog2018-box .blog2018-box-body {
	padding: 36px 34px 34px 33px;
	background-color:#ffffff;
	height: 192px;
	position: absolute;
	bottom: 0;
}

.blog2018-box .blog2018-box-body a {
	color: #ffffff;
	background: #04a3ff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.3px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	padding: 8px 20px;
	display: inline-block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: absolute;
	bottom: 36px;
	left:33px;
}

.blog2018-box .blog2018-box-body a:before {
	content: '';
	background: url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Icons%20and%20Logos/group-2.svg?t=1524049879223);
	position: absolute;
	right: 5px;
	opacity: 0;
	top: 0;
	width: 18px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.blog2018-box .blog2018-box-body a:hover {
	padding-right: 38px;
	text-decoration: none;
}

.blog2018-box .blog2018-box-body a:hover:before {
	right: 13px;
	visibility: visible;
	opacity: 1;
}

.blog2018-box .blog2018-box-body .widget-type-linked_image {
	text-align:center;
}

.blog2018-box .blog2018-box-body .row-fluid {
	display:block;
}

.blog2018-box .blog2018-box-body .widget-type-linked_image img {
	max-height:122px;
}

.blog2018 .related-wrapper.add-res {
	padding:60px 0 63px 0;
}


/*Image CTA*/
.image-cta{
	text-align:center;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	margin-top:20px !important;
	margin-bottom:20px !important;
	padding:0 20px !important;
	max-width: 100% !important;
}
.image-cta .content{
	padding:110px 0;
}
.image-cta .content h2,
.image-cta .content p{
	color:#fff;
}
.image-cta .content p small{
	font-size: 14px;
	line-height: 28px;
}
.image-cta .content p{
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
}
.image-cta .content .btn{
	margin-top:40px;
	font-weight: 500;
}
/*Expandable Module*/
.expandable-wrapper .expand-content{
	display:none;
	float:left;
	width:100%;
}
.expandable-wrapper .expand-content p{
	display:inline-block;
}
.expandable-wrapper .title h3{
	position:relative;
	padding-left: 40px;
	display: inline-block;
	cursor:pointer;
}
.expandable-wrapper .title h3::before{
	content:'';
	background:url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Icons%20and%20Logos/arrow.svg);
	position:absolute;
	left:0;
	width:28px;
	height:28px;
}
.product-first-section {

	background-color: #fbfbfb;
}
.product-first-section .left{
	max-width:540px;
}


/*General*/

.homepage .header h2 {
	color:#ffffff;
	font-size:24px;
	line-height: 1.4;
}

.max-width-100{
	max-width:100% !important;
}
.header .page-center{
	position:relative;
}
.header-title p{
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: -0.5px;
	color: #ffffff;
	margin-bottom:33px;
}
.header-title h1{
	margin:0 0 15px 0;
}
.header-title{
	max-width:510px;
}
.header-testimonials{
	background: #fff;
	padding: 30px;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	position: absolute;
	max-width: 382px;
	right: 0;
	bottom: -250px;
	margin-right:45px;
}
.ppc-homepage .header-testimonials {
	background: #fff;
	padding: 45px 40px;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	position: absolute;
	max-width: 482px;
	right: 0;
	bottom: -250px;
}
.ppc-homepage .header-testimonials p,
.homepage-ab .header-testimonials p{
	margin-top:0;
	margin-bottom:30px;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: -0.5px;
	text-align: left;
	color: #2b3641;
}
.ppc-homepage .header-testimonials p span{
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: normal;
	text-align: center;
}
.header-testimonials p{
	margin-top:0;
	margin-bottom:30px;
	font-size: 18px;
	line-height: 1.33;
	letter-spacing: -0.4px;
	text-align: left;
}
.header-testimonials .widget-type-linked_image{
	padding:0 15px 30px 15px;
}
.btn{
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.3px;
	text-align: center;
	text-decoration:none;
	border-radius: 4px;
	padding: 8px 20px;
	display:inline-block;
	position:relative;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.btn:hover{
	text-decoration:none;
}
.btn-big{
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.4px;
	text-align: left;
	padding: 14px 28px;
}
.btn-small {
	padding:6px 23px;
}
.btn-green {
	color: #ffffff;
	background: #26d07c;

}
.btn-blue{
	color: #ffffff;
	background:#04a3ff;
}
.btn-dark-blue{
	color: #ffffff;
	background:#233e5a;
}
.btn-orange{
	color: #ffffff;
	background:#f7a837;
}
.btn-whiteonblue{
	color: #04a3ff;
	background:#ffffff;
}
.btn-whiteonblue.btn-arrow::before{
	content:'';
	background:url('https://483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Partner%20Pillar%20Page/arrow-blue.svg');
	position: absolute;
	right: 5px;
	opacity:0;
	top: 0;
	width: 18px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	visibility:hidden;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.btn-arrow::before{
	content:'';
	background:url('https://483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Icons%20and%20Logos/group-2.svg');
	position: absolute;
	right: 5px;
	opacity:0;
	top: 0;
	width: 18px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	visibility:hidden;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.btn.btn-big.btn-arrow:hover{
	padding: 14px 56px 14px 28px;
}
.btn.btn-arrow:hover{
	padding-right: 38px;
}

.btn-arrow:hover::before{
	visibility:visible;
	opacity:1;
}
.btn.btn-big.btn-arrow:hover::before{
	right: 28px;
}
.btn.btn-arrow:hover::before{
	right: 13px;
}
h6, .footer-form h3{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	color: #2b3641;
	margin:0;
	margin-bottom:15px;
}

.image-text-swap{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items:center;
	flex-wrap:wrap;
	margin:55px 0;
}
.image-text-swap .img{
	text-align:right;
}
.image-text-swap .img img{
	margin:0 10px;
	height:auto;
}
.image-text-swap .text-wrapper .content{
	max-width:365px;
}
.image-text-swap.img-left .text-wrapper .content{
	margin-left:45px;
}
.image-text-swap .text-wrapper .content p{
	display:inline-block;
	width:100%;
	margin:10px 0;
}
.image-text-swap.img-right{
	flex-direction: row-reverse;
}
.image-text-swap.img-right .text-wrapper .content{
	float:right;
	margin-right:45px;
}
.image-text-swap.img-right .img{
	text-align:left;
}
.image-text-swap.img-right .text-wrapper{
	margin-left: 0 !important;
	margin-right: 2%;
}
/*Testimonial Section*/
.testimonial-wrapper{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	flex-wrap: wrap;
	margin:25px 0;
}
.testimonials-header h3{
	max-width:723px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 50px;
}
.testimonial-wrapper .img{
	width: 92px;
}
.testimonial-wrapper .img img{
	width:100%;
	height:auto;
}
.testimonial-wrapper.left .content{
	width: calc(100% - 127px);
	margin-left: 35px;
	max-width: 556px;
}
.testimonial-wrapper .content .quote{
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	padding: 15px 20px;
}
.testimonial-wrapper .content .quote p{
	margin:0;
}
.testimonial-wrapper .content .name p{
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	color: #959a9f;
	margin:15px 20px 0 20px;
}
.testimonial-wrapper .content .link a{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
	color: #04a3ff;
	text-decoration:none;
	margin:0 20px;
}
.testimonial-wrapper.right {
	flex-direction: row-reverse;
	text-align: right;
}
.testimonial-wrapper.right .content {
	width: calc(100% - 127px);
	margin-right: 35px;
	max-width: 556px;
}

/*Careers Page*/
.arrow-box-img-white-bg{
	background:#fff;
}
.arrow-box-img-white-bg h4,
.arrow-box-img-white-bg h4 a,
.arrow-box-img-white-bg a,
.arrow-box-img-white-bg p{
	color: #2b3641;
}
.arrow-box-img-white-bg .arrow-box h4 a img{
	display:none;
} 
.jobs-wrapper{
	background:#fafafa;
	padding:88px 0 107px;
}
.jobs-wrapper h2{
	margin-bottom:45px;
}
.jobs-wrapper .jobs-sub-text{
	max-width:575px;
	float:none !important;
	margin:0 auto !important;
	text-align:center;
	margin-top:26px !important;
}
.job-listing-head{
	background:#04a3ff;
	text-align:center;
	padding: 12px 0;
}
.job-listing-head span{
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.job-item{
	padding:15px 0;
	border-bottom:solid 1px #ececec;
	background:#fff;
}
.job-item p{
	margin:0;
	margin-right:15px;
}
.job-item .job-title{
	text-align:center;
}
.job-item .job-details{
	text-align:center;
}
/* Homepage Updates 2018 */

.delimiter-space.home-webinar {
	padding:77px 0 70px 0;
	margin-bottom:40px;
}

.home-webinar {
	position:relative;
	text-align:center;
	background-color: #04a3ff;
}

.home-webinar:before {
	position: absolute;
	content: '';
	background-image: url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Partner%20Pillar%20Page/partner-programme-bg.svg?t=1525094652597);
	background-repeat: no-repeat;
	width: 261px;
	height: 219px;
	bottom: 95px;
	left: -28px;
}

.home-webinar h2 {
	color:#ffffff;
	margin: 0 0 36px 0;
}

.home-webinar p {
	color:#ffffff;
	font-size: 22px;
	line-height: 1.27;
}

.home-webinar .btn-big {
	margin-top:15px;
}

.delimiter-space.hp-blog-feed {
	padding:90px 0 67px 0;
}

.hp-blog-feed {
	background-color: #2b3641;
}

.hp-blog-logo {
	margin-bottom:19px;
}

.hp-blog-feed p.blogfeed-intro {
	color:#ffffff;
	text-align:center;
	font-size: 22px;
	line-height: 1.36;
	letter-spacing: -0.5px;
	margin: 0 0 35px 0;
}

.hp-blog-feed .related-post-item .content .title {
	margin: 2px 0 11px 0;
}

.hp-blog-feed .related-post-item .content .title h2,
.hp-blog-feed .related-post-item .content .title h2 a {
	color:#ffffff;
}

.hp-blog-feed .recpostinfo p {
	color:#ffffff;
	font-size: 14px;
	line-height: 1.71;
}

.hp-blog-feed .related-post-item .footy {
	padding: 13px 15px 0 15px;
}

.hp-blog-feed .related-post-item .footy p {
	margin: 0 0;
}

.hp-blog-feed .related-post-item .footy p .fa {
	color: #f7a837;
	font-size: 13px;
	line-height: 1.85;
	margin-right: 8px;
}

.hp-blog-feed .related-post-item .footy p a.topic-link {
	font-size: 14px;
	line-height: 1.71;
	color: #f7a837;
	text-decoration: none;
	font-weight: normal;
}

.hp-blog-feed .related-post-item {
	margin:0 0 0 0;
}

.hp-blog-feed p.blog-btn-par {
	text-align:center;
	margin:54px 0 0 0;
}


/*Small Business Page*/

.small-box{
	text-align:center;
}
.small-box h3,
.small-box p{
	text-align:left;
}
.small-box h3{
	position:relative;
	padding-bottom:10px;
}
.small-box h3:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 2px;
	background: #04a3ff;
}
.small-box .widget-type-rich_text{
	max-width:300px;
	float:none;
	margin:0 auto !important;
}
.small-box img{
	margin-bottom:10px;
}
.small-box{
	margin-bottom:50px;
}
.small-box-wrapper{
	margin:90px 0 50px;
}



/* GDPR */

.legal-consent-container {
	margin-bottom: 10px;
}

.legal-consent-container .hs-form-field label {
	width: 100%!important;
}

.legal-consent-container input {
	width: unset!important;
}

.legal-consent-container label.hs-form-booleancheckbox-display {
	clip: unset;
	height: unset;
	overflow: unset;
	position: relative!important;
	width: unset!important;
}

.legal-consent-container ul.inputs-list {
	margin: 10px 0!important;
	padding: 0!important;
	list-style-type: none!important;
}

.legal-consent-container ul.inputs-list li,
.partners-blog-post .post-body ul.inputs-list li {
	margin: 0;
	padding: 0 0 0 15px!important;
}

.legal-consent-container ul li::before {
	content: '';
}

.legal-consent-container p {
	font-size: 11px!important;
	font-weight: 300!important;
	letter-spacing: normal;
	line-height: 17px!important;
	color: #B5B5B5!important;
	padding-top: 0;
	margin-bottom: 15px!important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
	line-height: 15px;
	margin-left: 30px!important;
	text-align: left;
	width: 100%;
}

.legal-consent-container input[type=checkbox] {
	display:block!important;
}

.legal-consent-container input[type='checkbox']+span:before {
	display:none;
}

.legal-consent-container input[type='checkbox']:checked+span:after {
	display:none;
} 

/* .legal-consent-container input[type='checkbox']+span:before {
content: ''!important;
top: 1px;
background: #fff!important;
}

.legal-consent-container input[type='checkbox']:checked+span:after {
position: absolute!important;
display: block!important;
width: 10px!important;
height: 10px!important;
left: -29px!important;
top: 1px!important;
content: '\f00c'!important;
font-family: fontAwesome;
color: #1370ed;
font-size: 12px;
} */

.partners-blog-post.blog2018 .blog-comments .legal-consent-container input[type='checkbox']:checked+span:after {
	content: ''!important;
}



/*fEATURES sECRTION*/
.features-section{
	padding-top:140px;
}
.feature-wrapper{
	padding-bottom:125px;
	padding-left: 80px;
}
.feature-wrapper h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	position:relative;
	margin-bottom:25px;
}
.feature-wrapper h2::before{
	content: "";
	position: absolute;
	width: 80px;
	height: 2px;
	bottom: -8px;
	left: 0;
	border-bottom: 2px solid #04a3ff;
}
.feature-wrapper p{
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: #ffffff;
}

.flex-features{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	flex-wrap:wrap;
}
.flex-features span.hs_cos_wrapper_type_widget_container{
	display: inherit;
	flex-wrap: wrap;
}
.flex-features .hs_cos_wrapper_type_custom_widget{
	width:31%;
	float:left;
	margin-left:3%;
}
.flex-features .hs_cos_wrapper_type_custom_widget:nth-child(3n + 1){
	margin-left:0;
}

.hr-management{
	padding:60px;
}
.holiday-lp h1{
	font-size: 48px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: -1px;
	color: #ffffff;
	white-space: normal !important;
}
.holiday-lp.recruitment_lp .intro p{
	padding:0;
	max-width: 345px;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: normal;
	color: #222c36;
}

.holiday-lp.recruitment_lp .intro{
	padding:100px 0;
	padding-left:100px;
}
/* Home Page A/B */
.homepage-ab .partner-logos {
	background-color: #fafafa;
	margin-top: -90px;
	padding: 90px 0 60px 0;
}

.homepage-ab .partner-logos p {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.4px;
	color: #2b3641;
	padding: 40px 0 30px 0;
}

.homepage-ab .partner-logos img  {
	background-blend-mode: multiply;
	background-image: linear-gradient(#fafafa, #fafafa);
}

/* Home Page Blog + Content Section */

.blog-pull {
	background-color: #04a3ff;
}

.blog-pull .page-center .row-fluid-wrapper .row-fluid {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
}

.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3 {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.blog-pull .blog-box {
	margin-bottom:0;
}

.blog-pull .blog-box {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	height: 100%;
	padding: 22px 24px 26px 24px;
}

.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3 .blog-box .blog-box-content {
	flex: 1;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-direction: column;
	height:100%;
}

.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3 .blog-box.content-box {
	background-color:#ffffff;
	padding:22px 24px 26px 24px;
}

.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3 .blog-box.content-box .blog-box-content {
	flex: 1;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-direction: column;
	height:100%;
}

.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3 .blog-box.content-box .blog-box-content #hs_cos_wrapper_btn {
	margin-top: auto;
	align-self: flex-start;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
}

.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3 .blog-box.content-box h3 {
	color: #2b3641
}

.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3 .blog-box.content-box h3 a {
	color: #2b3641
}

.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3 .blog-box h3 {
	margin:0 0 2px 0;
	color:#ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: normal;
}

.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3 .blog-box h3 a {
	color:#ffffff;
	text-decoration:none;
}

.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3 .blog-box p {
	color:#04a3ff;
	font-size: 12px;
	line-height: 2.0;
	font-weight: 500;
	margin: 0 0 80px 0;
}

.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3 .blog-box .btn-big {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.3px;
	padding: 8px 19px 9px 19px;
	margin-top: auto;
	align-self: flex-start;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
}

.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3 .blog-box .btn.btn-arrow.btn-big:hover{
	padding: 8px 41px 9px 19px;
}

.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3 .blog-box .btn-arrow:hover::before{
	visibility:visible;
	opacity:1;
}
.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3 .blog-box .btn.btn-arrow.btn-big:hover::before{
	right: 17px;
}

/*Holiday Calculator*/
.calculated.h-calculator-wrapper .calculator .results .results-box{
	Display:inline-block !important;
}
.calculated.h-calculator-wrapper .calculator .results .form{
	display:none !important;
}
.h-calculator-wrapper .calculator .results .results-box{
	display:none !important;
	float:right;
}
.calculate-annual-wrapper{
	padding: 73px 0 85px;
}
.calculate-annual-text{
	max-width:791px;
}
.h-calculator-wrapper .tabs{
	text-align:center;
	margin-bottom: 70px;
}
.h-calculator-wrapper .tabs ul{
	display:inline-block;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
	list-style:none;
}
.h-calculator-wrapper .tabs ul li{
	display:inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	text-align: center;
	color: #04a3ff;
	border-radius: 4px;
	border: solid 1px #04a3ff;
	padding: 10px 55px;
	cursor:pointer;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;


}
.h-calculator-wrapper .tabs ul li.active,
.h-calculator-wrapper .tabs ul li:hover{
	background-color: #04a3ff;
	color:#fff;
}
.h-calculator-wrapper .tabs ul li:first-child{
	margin-right:10px;
}
.h-calculator-wrapper .tabs ul li:before{
	content:'';
}




.h-calculator-wrapper .calculator{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	flex-wrap:wrap;
}
.h-calculator-wrapper .calculator{
	display:none !important;
}
.h-calculator-wrapper .calculator.show{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	flex-wrap:wrap;
}
.h-calculator-wrapper .calculator .input-item {
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	flex-wrap: wrap;
	align-items: center;
	margin-top:25px;
}
.h-calculator-wrapper .calculator .input-item .text {
	max-width: 230px;
	margin-right: 20px;
}
.h-calculator-wrapper .calculator .input-item .text p{
	margin:0;
}
.h-calculator-wrapper .calculator .input-field input,
.h-calculator-wrapper .calculator .pro-rata fieldset input{
	width: 60px;
	height: 50px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #959a9f;
	border: solid 1px #ececec;
}
.h-calculator-wrapper .calculator .input-field span {
	margin-left: 12px;
}
.h-calculator-wrapper .calculator .input-field input.radio,
.h-calculator-wrapper .calculator .pro-rata fieldset input.radio{
	width:auto;
	height:auto;
	outline:0;
	border:0;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
.h-calculator-wrapper .calculator .results .results-box .result-box {
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	flex-wrap: wrap;
	width: 140px;
	height: 140px;
	justify-content: space-around;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	float:left;
	margin: 25px 12px;
	float: right;
}
.h-calculator-wrapper .calculator .results .results-box .result-box span{
	display:inline-block;
	width:100%;
	text-align:center;
}
.h-calculator-wrapper .calculator .results .results-box .result-box span.nr{
	font-size: 52px;
	font-weight: 300;
	line-height: 0.96;
	letter-spacing: -0.8px;
	color: #2b3641;
	margin-bottom: 5px;
	overflow: hidden;
}
.h-calculator-wrapper .calculator .results .results-box .result-box span.title{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.22;
	color: #2b3641;
}
.h-calculator-wrapper .calculator .results .results-box .result-box span{
	font-size: 16px;
	line-height: 1.38;
	font-weight: 300;
	color: #959a9f;
}
.h-calculator-wrapper .calculator .results .results-box .result-box.total-result{
	background-color: #04a3ff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);    
}
.h-calculator-wrapper .calculator .results .results-box .result-box.total-result span.title{
	font-weight:500;
}
.h-calculator-wrapper .calculator .results .results-box .result-box.total-result span.nr,
.h-calculator-wrapper .calculator .results .results-box .result-box.total-result span.title,
.h-calculator-wrapper .calculator .results .results-box .result-box.total-result span.sub-text{
	color:#fff;
}

.h-calculator-wrapper .calculator .inputs{
	width:40%;
}
.h-calculator-wrapper .calculator .results{
	width:60%;
}
.h-calculator-wrapper .calculator .input-field {
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.h-calculator-wrapper .calculator .input-field form{
	display:inherit;
}
.h-calculator-wrapper .calculator .input-field  label{
	margin-right:10px;
}
.h-calculator-wrapper .calculator .input-field input.radio,
.h-calculator-wrapper .calculator .pro-rata fieldset input.radio{
	position:relative;
	width:20px;
	height:20px;
	margin-right:5px;
	margin-left:0;
	margin-top:0;
}
.h-calculator-wrapper .calculator .input-field input.radio:before,
.h-calculator-wrapper .calculator .pro-rata fieldset input.radio:before{
	content:'';
	position:absolute;
	left:0;
	width:19px;
	height:19px;
	background: url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Global/RADIO%20SPRITE.png) -38px -10px;
}
.h-calculator-wrapper .calculator .input-field input.radio:checked:before,
.h-calculator-wrapper .calculator .pro-rata fieldset input.radio:checked:before{
	content:'';
	background-position: -10px -10px;
}
.h-calculator-wrapper .calculator .pro-rata{
	display: inline-block;
	float: left;
	width: 100%;
	max-width: 480px;
}
.h-calculator-wrapper .calculator .pro-rata fieldset{
	border: 0;
	padding: 0;
	margin: 0;
	margin-bottom:30px;
}
.h-calculator-wrapper .calculator .pro-rata fieldset.toggle{
	margin-top:30px;
}
.h-calculator-wrapper .calculator .pro-rata fieldset > label{
	float: left;
	max-width: 230px;
	min-width:180px;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #222c36;
	width: 100%;
	margin-bottom: 5px;
}
.h-calculator-wrapper .calculator .pro-rata fieldset form{
	float:left;
}
.h-calculator-wrapper .calculator .pro-rata fieldset form label{
	vertical-align: top;
	margin-right:10px;
	margin-left:-5px;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #222c36;
}
.h-calculator-wrapper .calculator .pro-rata fieldset .ckbox{
	position: relative;
	width: 21px;
	height: 21px;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 0;
	margin-bottom:0;
	outline: 0;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.h-calculator-wrapper .calculator .pro-rata fieldset input[type="date"]{
	height: 34px;
	width: 165px;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.6px;
	text-align: left;
	color: #959a9f;
	font-family: 'Rubik', sans-serif;
}
.h-calculator-wrapper .calculator .pro-rata fieldset.dates-wrapper i{
	height: 18px;
	vertical-align: bottom;
	padding: 7px;
	font-size: 16px;
	color: #c8c8c8;
}
.h-calculator-wrapper .calculator .pro-rata fieldset.leaving-early-inside label,
.h-calculator-wrapper .calculator .pro-rata fieldset.leave-join-inside label,
.h-calculator-wrapper .calculator .pro-rata fieldset.join-late-inside  label{
	margin-top:7px;
}
.h-calculator-wrapper .calculator .pro-rata .pro-rata-main,
.h-calculator-wrapper .calculator .pro-rata .pro-rata-main .join-late-toggle,
.h-calculator-wrapper .calculator .pro-rata .pro-rata-main .leave-join-toggle{
	display:none;
}
.h-calculator-wrapper .calculator .pro-rata fieldset .ckbox:before{
	content: '';
	position: absolute;
	left: 0;
	width: 19px;
	height: 19px;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #959a9f;
}
/*.h-calculator-wrapper .calculator .pro-rata fieldset .ckbox:checked:before{
content:'\f00c';
font-family:fontAwesome;
color:#04a3ff;
font-size:16px;
}*/
.h-calculator-wrapper .calculator .pro-rata fieldset .ckbox:checked:after{
	background: #04a3ff;
	content: '';
	position: absolute;
	border: 1px solid #959a9f;
	width: 13px;
	height: 13px;
	border-radius: 3px;
	left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
}
.h-calculator-wrapper .calculator .form{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin: 25px 0;
	max-width: 480px;
	float: right;
}
.h-calculator-wrapper .calculator .form form{
	background: #fff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	padding: 20px 25px;
	display: inline-block;
}
.h-calculator-wrapper .calculator .form form .hs-form-field label{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.38;
	text-align: left;
	color: rgba(28, 37, 46, 0.7);
	display:inline-block;
	margin-bottom:15px;
}
.h-calculator-wrapper .calculator .form .hbspt-form{
	width:100%;
}
.h-calculator-wrapper .calculator .form form .input{
	width: calc(100% - 55px);
	float: left;
}
.h-calculator-wrapper .calculator .form form .input input{
	background-color: #f4f4f4;
	border:0;
	outline:0;
	padding: 10px 10px;
	border:1px solid #f4f4f4;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	color: #999999;
}
.h-calculator-wrapper .calculator .form form .input input.error{
	border-color:red;
}
.h-calculator-wrapper .calculator .form  .hs-error-msgs{
	display:none !important;
}
.h-calculator-wrapper .calculator .form form .hs_submit{
	float:left;
	position: relative;
	top: -10px;
}
.h-calculator-wrapper .calculator .form form .hs_submit input[type="submit"]{
	background: transparent;
	padding: 0;
	margin: 0;
	width: 50px;
	height: 40px;
	position: relative;
	z-index: 1;
	border:0;
	outline:0;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;

}
.h-calculator-wrapper .calculator .form form .actions{
	position:relative;
}
.h-calculator-wrapper .calculator .form form .actions:before{
	content: '';
	position: absolute;
	background: url(https://483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Global/btn-copy.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px;
	width: 50px;
	height: 40px;

}

/*Productivity Calculator*/

.h-calculator-wrapper.p-calculator .calculator .results .results-box{
	margin-top:9px;
}
.h-calculator-wrapper.p-calculator .calculator .input-item.revenue{
	margin-top:40px;
}
.h-calculator-wrapper.p-calculator .calculator .input-item.revenue .type{
	font-size: 14px;
	font-weight: 500;
}
.h-calculator-wrapper.p-calculator .calculator .results .results-box .result-box{
	width:auto;
	height:auto;
}
.h-calculator-wrapper.p-calculator .results .results-box .result-box span.currency{
	display:inline-block;
	color:#fff;
	width:auto;
	font-size: 52px;
	font-weight: 300;
	line-height: 0.96;
	letter-spacing: -0.8px;
	margin-bottom:5px;
	overflow:hidden;
}
.h-calculator-wrapper.p-calculator .results .results-box .result-box .price-wrapper{
	width:100%;
	text-align:center;
}
.h-calculator-wrapper.p-calculator .results .results-box .result-box .nr{
	display:inline-block;
	width:auto;
}
.h-calculator-wrapper.p-calculator .results .results-box .result-box .type{
	display: inline-block;
	width: auto;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.22;
	color:#fff; 
}
.h-calculator-wrapper.p-calculator .tabs ul li:first-child{
	margin:0 5px 20px;
}
.h-calculator-wrapper.p-calculator .tabs ul li{
	margin:0 5px 20px;
}
.h-calculator-wrapper.p-calculator .calculator .input-item.revenue .input-field input{
	width:120px;
}
.h-calculator-wrapper.p-calculator .calculator .input-item .input-field select{
	width: 177px;
	height: 50px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #959a9f;
	padding-left: 14px;
	border: solid 1px #ececec;
	background-color:#fff;
}
.h-calculator-wrapper.p-calculator .calculator .results,
.h-calculator-wrapper.p-calculator .calculator .inputs{
	width:50%;
}
.h-calculator-wrapper.p-calculator .calculator .results .results-box{
	float:left;
}
.h-calculator-wrapper.p-calculator .calculator .results .results-box .result-box{
	margin-top:0;
}
.h-calculator-wrapper.p-calculator .calculator .input-field span{
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #2b3641;
}
.h-calculator-wrapper.p-calculator .calculator .input-item .text{
	width:100%;
}
.h-calculator-wrapper.p-calculator .calculator .inputs{
	box-sizing: border-box;
	padding-right: 25px;
}
.h-calculator-wrapper.p-calculator .calculator .input-field input,
.h-calculator-wrapper.p-calculator .calculator .pro-rata fieldset input{
	text-align:left;
	padding-left:16px;
}
.h-calculator-wrapper.p-calculator .calculator .input-item.employees .input-field input{
	width:70px;
}
.h-calculator-wrapper.p-calculator .calculator .results .results-box .result-box{
	display:inline-block !important;
	min-width: 300px;
}















/*Payroll page*/

.payroll-page .spec-form form{
	max-width: 500px;
	margin: 0 auto;
}



/*Directory Page*/

.directory-table{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	flex-wrap: wrap;
	padding:50px 0 110px;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.directory-table .no-results,
.case-study-module .no-results,
.case-study-mod .no-results{
	display:none;
	width: 100%;
	padding: 100px 0;
}
.directory-table .directory-item {
	max-width: 362px;
	float: left;
	width: calc( 33.3333% - 40px );
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding:40px;
	box-sizing:border-box;
	margin:20px 20px;
	position:relative;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

	cursor:pointer;
}
.directory-table .directory-item.hide-item{
	display:none !Important;
}
.directory-table .directory-item.hide-item.show-item{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

}
.directory-table .directory-item .triangle {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	clip: rect(auto, 80px, auto, 45px);
	transform: rotate(45deg);
	bottom: 0;

}

.directory-table .directory-item .triangle::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0px;
	right: 0px;
	transform: rotate(-45deg);
}

.directory-table .directory-item.diamond .triangle::after{
	background-image: linear-gradient(to bottom, #f4fdff, #98eef7 51%, #5fb6e9);
}
.directory-table .directory-item.platinum .triangle::after{
	background-image: linear-gradient(to bottom, #e1e1e1, #8a8a8a 51%, #414141);
}
.directory-table .directory-item.gold .triangle::after{
	background-image: linear-gradient(to bottom, #fde09a, #efbe71 51%, #d5943f);
}
.directory-table .directory-item.silver .triangle::after{
	background-image: linear-gradient(to bottom, #f6f6f6, #e3e3e3 51%, #bdbdbd);
}
.directory-table .directory-item.bronze .triangle::after{
	background-image: linear-gradient(to bottom, #ffe5cd, #dab79a 51%, #c39674);
}
.directory-table .directory-item .info-box-wrapper,
.case-study-module .test-wrapper,
.case-study-mod .test-wrapper
{
	position: fixed;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	z-index: -10;
	opacity:0;
	visibility:0 !important;
	cursor:default;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.directory-table .directory-item .info-box-wrapper img{
	max-width: 320px;
	max-height: 200px;
}
.directory-table .directory-item.popup-open .info-box-wrapper,
.case-study-module .test-wrapper.popup-open,
.case-study-mod .test-wrapper.popup-open{
	z-index: 10;
	opacity:1;
	visibility:1 !important;
}
.directory-table .directory-item .info-box-wrapper .info-box,
.case-study-module .content-wrapper .test-wrapper .info-box,
.case-study-mod .content-wrapper .test-wrapper .info-box
{
	max-width: 940px;
	margin: 20px;
	padding: 48px;
	position: relative;
	max-height: 77vh;
	overflow: auto;
}
.case-study-module .content-wrapper .test-wrapper .info-box,
.case-study-mod .content-wrapper .test-wrapper .info-box{
	max-width: 700px;
}
.directory-table .directory-item .info-box-wrapper .info-box .info-box-inside,
.case-study-module .content-wrapper .test-wrapper .info-box .info-box-inside,
.case-study-mod .content-wrapper .test-wrapper .info-box .info-box-inside{
	background: #fff;
	padding: 55px 65px;
	border-radius:8px;
}
.directory-table .directory-item .info-box-wrapper .info-box .close,
.case-study-module .content-wrapper .test-wrapper .info-box .close,
.case-study-mod .content-wrapper .test-wrapper .info-box .close{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 9999999;
	visibility: visible;
	opacity: 1;
	padding: 5px;
	border-radius: 5px;
	cursor:pointer;
}
.directory-table .directory-item .info-box-wrapper .info-box .box-header h3{
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #2b3641;
	margin:50px 0 10px 0;
}
.directory-table .directory-item .info-box-wrapper .info-box .box-header .partner-info,
.directory-table .directory-item .info-box-wrapper .info-box .box-header .partner-certs{
	border-bottom: solid 1px #f4f4f4;
}
.directory-table .directory-item .info-box-wrapper .info-box .box-header .partner-certs{
	MARGIN-BOTTOM:25PX;
}
.directory-table .directory-item .info-box-wrapper .info-box .box-header .partner-info,
.directory-table .directory-item .info-box-wrapper .info-box .box-header .partner-certs{
	display:inline-block;
	width:100%;
}
.directory-table .directory-item .info-box-wrapper .info-box .box-header .partner-info ul,
.directory-table .directory-item .info-box-wrapper .info-box .box-header .partner-certs ul{
	list-style:none;
	display:inline-block;
	margin-top: 0;
	margin-bottom: 25px;
	padding:0;
	vertical-align: middle;
}
.directory-table .directory-item .info-box-wrapper .info-box .box-header .partner-certs ul{
	margin-top:25px;
}
.directory-table .directory-item .info-box-wrapper .info-box .box-header .partner-info ul li,
.directory-table .directory-item .info-box-wrapper .info-box .box-header .partner-certs ul li{
	float:left;
	margin-right:25px;
}
.directory-table .directory-item .info-box-wrapper .info-box .box-header .partner-certs ul li{
	margin-right:35px;    
}
.directory-table .directory-item .info-box-wrapper .info-box .box-header .partner-info ul li a{
	text-decoration:none;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #04a3ff;
}
.directory-table .directory-item .info-box-wrapper .info-box .box-header .partner-info ul li a i{
	font-size:20px;
}
.level-icon{
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	position: relative;
	border-radius: 100px;
	top: -3px;
	margin-right: 5px;

}
.directory-table .directory-item .info-box-wrapper .info-box .box-header .partner-certs ul li{
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	text-align: left;
	color: #2b3641;
}
.directory-item.platinum .level-icon{
	background-image: linear-gradient(to bottom, #f4fdff, #98eef7 51%, #5fb6e9);
}
.directory-item.gold .level-icon{
	background-image: linear-gradient(to bottom, #fde09a, #efbe71 51%, #d5943f);
}
.directory-item.silver .level-icon{
	background-image: linear-gradient(to bottom, #f6f6f6, #e3e3e3 51%, #bdbdbd);
}
.directory-item.bronze .level-icon{
	background-image: linear-gradient(to bottom, #ffe5cd, #dab79a 51%, #c39674);
}
.directory-item .logo-image {
	height: 144px;
	vertical-align: middle;
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items: center;
}
.cert-icon{
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.directory-item .logo-image img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}

.directory-filter{
	background-color: #fbfbfb;
	padding:16px 0;
}
.directory-filter .sort-level ul li:first-child {
	margin-right: 40px;
}
.directory-filter .sort-select {
	position:relative;
}
.directory-filter .sort-select select{
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	padding: 8px 50px 8px 10px;
	outline:0;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	color: #2b3641;
	border:0;
	position: relative;
	cursor:pointer;
	background: url(https://483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Directory/group-2.svg?t=1507798936162) no-repeat right;
	background-size: 42px 18px;
}
.directory-filter .showing{
	float:left;
}
.directory-filter .showing p{
	margin: 9px 0;
}
.directory-filter .sort-list{
	float:right;
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	flex-wrap: wrap;
	align-items: center;
}
.directory-filter .sort-level{
	float:left;
	margin-right:25px;
}
.directory-filter .sort-select{
	float:left;
}
.directory-filter .sort-select::before{ 
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	border-radius: 0 8px 8px 0;
	right:0;
	background:#04a3ff ;
	padding:10px;
	width:42px;
	height: 100%;
	box-sizing: border-box;
}
.directory-filter .sort-level ul{
	padding:0;
	list-style:none;
	display:inline-block;
	margin:0;
}
.directory-filter .sort-level ul li{
	float:left;
	margin-right:15px;
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items: center;
	min-height: 26px;

}
.directory-filter .sort-level ul li input[type="checkbox"]{
	positioN:relative;
	margin-right:15px;
	cursor:pointer;
	height: 26px;
	margin-top: 0;
	margin-bottom: 0;
}
.directory-filter .sort-level label{
	cursor:pointer;
	position:relative;
}
.directory-filter .sort-level label:before{
	display: inline-block;
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	vertical-align: middle;
	border-radius: 100px;
	left: -36px;
	top: -6px;
	border: 3px solid #fff;
}
/*.directory-filter .sort-level ul li input[type="checkbox"]::before{
display: inline-block;
position: absolute;
content: '';
width: 22px;
height: 22px;
vertical-align: middle;
border-radius: 100px;
left: -5px;
border: 3px solid #fff;
}*/
.directory-filter .sort-level ul li input[type="checkbox"]#checkbox_diamond ~ label::before{
	background-image: linear-gradient(to bottom, #fbfeff, #d2eaf8);
}
.directory-filter .sort-level ul li input[type="checkbox"]#checkbox_platinum ~ label::before{
	background-image: linear-gradient(to bottom, #fff, #C2C2C2);
}
.directory-filter .sort-level ul li input[type="checkbox"]#checkbox_gold ~ label::before{
	background-image: linear-gradient(to bottom, #fef5e1, #f2dfc5);
}
.directory-filter .sort-level ul li input[type="checkbox"]#checkbox_silver ~ label::before{
	background-image: linear-gradient(to bottom, #fafafa, #eaeaea);
}
.directory-filter .sort-level ul li input[type="checkbox"]#checkbox_bronze ~ label::before{
	background-image: linear-gradient(to bottom, #fff5ec, #eadace);
}


.directory-filter .sort-level ul li input[type="checkbox"]#checkbox_diamond:checked ~ label::before{
	background-image: linear-gradient(to bottom, #f4fdff, #98eef7 51%, #5fb6e9);
}
.directory-filter .sort-level ul li input[type="checkbox"]#checkbox_platinum:checked ~ label::before{
	background-image: linear-gradient(to bottom, #414141, #8a8a8a 51%, #e1e1e1);
}
.directory-filter .sort-level ul li input[type="checkbox"]#checkbox_gold:checked ~ label::before{
	background-image: linear-gradient(to bottom, #fde09a, #efbe71 51%, #d5943f);
}
.directory-filter .sort-level ul li input[type="checkbox"]#checkbox_silver:checked ~ label::before{
	background-image: linear-gradient(to bottom, #f6f6f6, #e3e3e3 51%, #bdbdbd);
}
.directory-filter .sort-level ul li input[type="checkbox"]#checkbox_bronze:checked ~ label::before{
	background-image: linear-gradient(to bottom, #ffe5cd, #dab79a 51%, #c39674);
}
/*Pricing Page*/

.pricing-page .header-title h1{
	margin-bottom:0;
}
.pricing-page .header-title p{
	margin-top: 13px;
}

.pricing-module .show-info{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items: center;
	justify-content: center;
}
.pricing-module .show-info .employees{
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	padding: 58px 36px 30px 36px;
	width: 140px;
}
.pricing-module .show-info .employees span{
	font-size: 82px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: -0.8px;
	text-align: center;
	color: #2b3641;
	display:inline-block;
	width:100%;
	margin: 0px 0 15px 0;
}
.pricing-module .show-info .employees p{
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
	text-align: center;
	color: #2b3641;
	margin:0;
}
.pricing-module .show-info .monthly{
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	min-width: 150px;
	padding: 32px 36px;
}
.pricing-module .show-info .monthly span{
	font-size: 82px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: -0.8px;
	text-align: center;
	color: #2b3641;
	display:inline-block;
	width:100%;
	margin: 0px 0 15px 0;
}
.pricing-module .show-info .monthly span sup{
	font-size: 34px;
	font-weight: 500;
	letter-spacing: -0.5px;
	text-align: center;
	vertical-align: text-top;
	color: #2b3641;
}
.pricing-module .show-info .monthly p{
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
	text-align: center;
	color: #2b3641;
	margin:0;
} 
.pricing-module .show-info .annum{
	border-radius: 8px;
	background-color: #04a3ff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	width: 190px;
	padding: 28px 12px;
}

.pricing-module .show-info .annum span{
	font-size: 56px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: -0.8px;
	text-align: center;
	color: #fff;
	display:inline-block;
	width:100%;
	margin:5px 0;
}
.pricing-module .show-info .annum span sup{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.5px;
	text-align: center;
	vertical-align: text-top;
	margin-right: 8px;
	margin-top: -5px;
	color: #fff;
	display: inline-block;
}
.pricing-module .show-info .annum p{
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
	text-align: center;
	color: #fff;
	margin:0;
}
.pricing-module .show-info .annum i{
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	color: #fff;
	width:100%;
	display:inline-block;
	font-style: normal;
}
.pricing-module .show-info .or p{
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	color: #f7a837;
	margin:0 25px;
}
.pricing-module .show-info .arrow-right img{
	width: 28px;
	margin:0 25px;
}
.pricing-buttons-text{
	text-align:center;
	margin-top:75px;
}
.pricing-buttons-text span{
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	color: #959a9f;
}
.pricing-buttons-text p{
	margin-bottom:0;
}
.pricing-ranger{
	background-color: #fbfbfb;
}

.tooltip {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color:#f7a837;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 320px;
	background-color: #1C232A;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px !important;
	padding-left:10px !important;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}
.tooltip .tooltiptext{    
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;

}

.interactive-table {
	max-width: 994px;
	float: none !important;
	margin: 0 auto !important;
	display: block !important;
}
.interactive-table .table-head,
.interactive-table .table-row{
	width:100%;
	text-align:center;
	display: inline-block;
	vertical-align:middle;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.interactive-table .table-row{
	border-bottom: solid 1px #ececec;
}
.interactive-table .table-row.active{
	background-color: #04a3ff;
}
.interactive-table .table-row.active span{
	color:#fff;
}
.interactive-table .table-head {
	background-color: #ececec;
}
.interactive-table span{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 14px 0;
	display: inline-block;
	color: #2b3641;
	font-weight: 300;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.interactive-table .column-1 span{
	color: #2b3641;
	font-weight: 500;
}
.interactive-table .table-head span{
	font-weight: 300;
	color: #959a9f;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
/*Price*/


.range-slider{
	position:relative;  
	margin-top: 40px;
	margin-bottom:50px;
}
input[type=range] {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	margin: 18px 0;
	width: 100%;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 18px;
	cursor: pointer;
	animate: 0.2s;
	background-color: #f7a837;
	border-radius: 40px;
}


input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 76px;
	height: 68px;
	top: -15px;
	position: relative;
	background:transparent url(https://483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Icons%20and%20Logos/SLIDER%20NEW.png);
	border-radius: 0.3em;
	outline: 0;
	border:0;
	cursor: pointer;
	position:relative;
}
input[type=range]::-webkit-slider-thumb::before{
	content:'';
	position:absolute;
	top:0;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background-color: #f7a837;
}


input[type=range]::-moz-range-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	background-color: #f7a837;
	border-radius: 1.3px;
	border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: 1px solid #000000;
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #ffffff;
	cursor: pointer;
}
input[type=range]::-ms-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	height: 10px;
	margin: 0.6em 0;
	border-radius: 4px;
	background-color: #f7a837;
}
input[type=range]::-ms-fill-upper {
	height: 10px;
	margin: 0.6em 0;
	border-radius: 4px;
	background-color: #f7a837;
}

input[type=range]::-ms-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: 1px solid #000000;
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #ffffff;
	cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
	background-color: #f7a837;
}
input[type=range]:focus::-ms-fill-upper {
	background-color: #f7a837;
}
.price-range{
	max-width: 995px !important;
	margin: 0 auto !important;
}
.price-range .aditional{
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #2b3641;
}
.price-range .radio-input input[type=checkbox]{
	position:relative;
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	float: left;
	margin-right:10px;
}
.price-range .radio-input input[type=checkbox]::before{
	content:'';
	position:absolute;
	background:#fff;
	border:1px solid #959a9f;
	width: 12px;
	height: 12px;
	border-radius: 3px;
}
.price-range .radio-input input[type=checkbox]:checked:after{
	background:#04a3ff;
	content:'';
	position:absolute;
	border:1px solid #959a9f;
	width: 8px;
	height: 8px;
	border-radius: 3px;
}
.price-range .radio-input label{
	font-size: 16px;
	color: #2b3641;
	font-weight: 300;
	line-height: 20px;
	text-align: left;
}
.price-range .radio-input label span{
	font-size: 14px;
	color: #959a9f;
	display:block;
	margin-left:25px;
}
.pricing-ranger .radios{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	justify-content: center;
	flex-wrap: wrap;
}
.pricing-ranger .radio-wrapper {
	margin-right: 70px;
}
.compare-features{
	background-color: #2b3641;
	padding:100px 0 140px;
}
.compare-features h2{
	color:#fff;
}
.compare-features .column-1.column {
	width: 35%;
	text-align: left;
}
.compare-features .column {
	width: 13%;
	float: left;
	text-align: center;
	padding: 14px 0;
}
.compare-features span{
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #ffffff;
}
.compare-features .features-table{
	width:100%;
	display:inline-block;
}
.compare-features .table-row-header{
	background-color: #222C36;
	width: 100%;
	display: inline-block;
	padding:0 20px 0 0;
	box-sizing: border-box;
	vertical-align: middle;
	margin-top: 50px;
}
.compare-features .table-row-header .column-1.column.name span{
	font-weight: 500; 
	padding-left:25px;
	display:inline-block;
}
.compare-features .table-row-header .column-1.column.name{
	background:#202A34;
}
.compare-features .table-row {
	width: 100%;
	display: inline-block;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	vertical-align: middle;
	border-bottom:1px solid #3D4A57;
}
.compare-features .table-row .column.name{
	background:#27323C;
}
.compare-features .table-row .column.name span{
	padding-left:25px;
	display:inline-block;
}
.compare-features .tooltip{
	color:#fff;
	margin-left:5px;
}
.compare-features .fa-times{
	color:#f7a837;
}

.compare-features .features-table{
	max-width:994px;
	float:none;
	margin:0 auto;
	display: block;
}

/*PPC Homepage*/
.flexed-wrapper-logos{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

}
.flexed-wrapper-logos span.hs_cos_wrapper_type_widget_container{
	display: inherit;
	flex-wrap: wrap;
	width:100%;
	align-items:center;
}
.flexed-wrapper-logos .hs_cos_wrapper_type_custom_widget{
	width: calc( 16% - 30px );
	float: left;
	margin: 0 15px;
}
.flexed-wrapper-logos .item{
	margin:15px 0;
	text-align:center;
}
.ppc-logos-wrapper{
	padding:30px 0;   
}
.flexed-wrapper-logos .item img{
	height:auto !Important;
	width:100% !important;
	max-width: 105px;
}

/* Partner CTA */

.partner-cta {
	background-image:url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Homepage/partner-cta-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	padding:88px 0 91px 0;
	text-align:center;
	margin-top:20px;
}

.hs-content-name-home-page .partner-cta {
	margin-top:40px;
}

.partner-cta .partner-cta-heading,
.recruitment-lp .intro{
	max-width:846px;
	margin-left:auto!important;
	margin-right:auto;
	margin-bottom:46px;
	float:none;
}

.partner-cta .partner-cta-heading h2,
.recruitment-lp .intro h2{
	margin:0 0 34px 0;
}

.partner-cta .partner-cta-heading p,
.recruitment-lp .intro p{
	font-size: 22px;
	line-height: 1.27;
	margin:0 0;
}

.partner-cta .partnerlogos .row-fluid {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.partner-cta .partnerlogos .partnerlogo {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: center;
	justify-content: center;
}

.partner-cta .partnercta-btn {
	margin-top:42px;
}

.partner-cta .partnercta-btn p {
	margin:0 0;
}

.partner-cta .partnercta-btn .btn {
	height: 22px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.4px;
	padding: 14px 28px;
}

.partner-cta .partnercta-btn .btn:hover {
	padding-right: 57px;
}

.partner-cta .partnercta-btn .btn.btn-arrow:hover::before {
	right: 28px;
}

/**** Recruitment LP - Company Culture ****/

.recruitment-lp .slick-slider ul.slick-dots {
	display: none!important;
} 

.main-nav-lp ul li.hs-menu-depth-1 {
	background-color: rgb(244, 218, 64) !important;
	border-color: rgb(244, 218, 64) !important;
}

.main-nav-lp ul li.hs-menu-depth-1 a { color: rgb(0, 62, 81) !important; font-weight: normal; } 

.recruitment_lp .header,
.recruitment .header{
	background: url(https://483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Recruitment%20-%20LP/hero@2x.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 135px 0 50px;
}

.recruitment .header {
	padding: 135px 0 0px;
}


.recruitment_lp .header .img-wrapper .header-image {
	position: relative;
	max-width: 382px;
	right: 0;
	bottom: -100px;
	margin-right: 45px;
}



.recruitment .header .header-image img {
	position: relative;
	bottom: -75px;
	padding-left: 60px;
}

.recruitment .header .ppc-header-text {
	padding-top: 40px;
	max-width: 406px;
}

.recruitment_lp .header .header-image .magnifier img {
	position:absolute;
	width:50px;
	height:50px;
	bottom: -20px;
	right: -20px;
	z-index:2;
	cursor:pointer;
	transition: all .3s ease-in-out;
}

.recruitment_lp .header .header-image .magnifier:hover img
{
	transform: scale(1.2);
}

.recruitment_lp .header-logo,
.recruitment .header-logo{
	padding-bottom: 35px;
	margin-bottom: 36px;
}


.recruitment_lp .header-title h1 {
	margin: 0 0 24px 0;
	white-space: nowrap;
} 

.recruitment_lp p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #222c36;
}

.recruitment_lp .header-title p {
	margin-bottom:0px;
	color: #fff;
}

.recruitment_lp .header-title a.btn {
	margin: 24px 0;
}

.recruitment_lp .intro{
	padding: 166px 0 119px 0;
}

.recruitment_lp .intro h2{
	padding-bottom: 32px;
}

.recruitment_lp .intro p{
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
	text-align: center;
	color: #222c36;
	padding: 0 20%;
}

.recruitment_lp .intro p strong{
	font-weight: 500;
	color: #04a3ff;
}

.recruitment_lp .grey-bg {
	background-color: #fafafa;
}

.recruitment_lp .video-block {
	padding:  62px 0 76px 0;
}

.recruitment_lp .video-block h3:before {
	content: "";
	display: block;
	background: url("//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Recruitment%20-%20LP/pencil_svg.svg") no-repeat;
	width: 29px;
	height: 29px;
	float: left;
	margin: 0 16.2px 0 0;
} 

.recruitment_lp .logos {
	padding: 50px 0;
}

.image-block .custom-images {
	margin-bottom: 20px;
	margin: 0 auto;
	float: none;
	display: flex;
	justify-content: space-between;
	max-width: 1360px;
}

.image-block .main-image{
	padding-right:26px;
}

.image-block .additional-image {
	display: flex;
}

.image-block .additional-image img:first-child {
	padding-right:26px;
}

.recruitment_lp .footer {
	padding-top: 0;
}

/* Recruitment Page */

.recruitment .main-nav-lp ul li.hs-menu-depth-1:first-child {
	background-color: transparent!important;
}

.recruitment .image-cta {
	background-color: #04a3ff!important;
}

.recruitment .flexed-wrapper .hs_cos_wrapper_type_custom_widget {
	width:48%;
}

.recruitment .hr-software {
	padding: 50px 0;
}

.recruitment .arrow-box-img {
	background:none;
	background-color: #fafafa!important;
	color: #222c36;
	padding-top: 70px;
}

.recruitment .arrow-box .title {
	padding-left: 10px;
}

.recruitment .arrow-box h4 a, .recruitment .arrow-box h4 {
	font-weight: 400;
	margin-bottom: 10px;
}

.recruitment .image-cta .content {
	padding: 59px 0 39px 0;
}

.recruitment .image-cta .content .btn {
	margin-top: 0px; 
}

.span10.recruitment-cost-content {
	margin: 0 8.5%;
}

/** Custom Images **/
.custom-image-container {
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	justify-content: center;
}

.custom-image-container .main,
.custom-image-container img{ 
	padding-right: 26px; 
}
.custom-image-container img:last-child { padding-right: 0px; }

/** END Custom Images **/

.recruitment .footer {
	padding-top: 0px;
}

/*Cloud HR*/

.header-hr .header-title{
	max-width: 650px;
}
.header-hr .header-testimonials p:last-child{
	margin:0;
}
.header-hr .header-testimonials{
	bottom: -140px;
}
.bottom-cta.bottom-cta-margin-top{
	margin-top:20px !important;   
}
.bottom-cta-margin-top{
	margin-top:20px !important;   
}
/*FAQ Section*/

.faq-section{
	max-width:790px;
	float:none;
	margin:0 auto;
}
.faq-section h3{
	margin-bottom:10px;
	margin-top:30px;
}
.faq-wrapper h2{
	margin-bottom:40px;
	margin-top:20px;
}

.bottom-cta{
	background-color: #04a3ff; 
	padding:25px 0;
	max-width: 100%;
	margin: 0  !important;
	float: none !important;
	width: auto !important;

}
.bottom-cta .widget-type-linked_image img{
	width:100% !important;
}
.bottom-cta p,
.bottom-cta p a{
	color:#fff;
	margin:0;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.3px;
	margin-top:6px;
	text-decoration:none;
}
.bottom-cta p a{
	display: inline-block;
	margin: 0;
	width: 100%;
}
.bottom-cta p a:hover{
	text-decoration:underline;
}
.bottom-cta p img{
	vertical-align:middle;
}
.bottom-cta .page-center{
	max-width:1035px;
}
.bottom-cta img{
	max-width: 210px;
}
.get-started-section{
	background:#04a3ff url(https://483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Icons%20and%20Logos/group-5.png);
	background-repeat: no-repeat;
	background-size: 260px;
	background-position: bottom left;
	padding:100px 0;
}
.get-started-section .get-started-content{
	max-width:860px;
	margin:0 auto !important;
	float:none !important;
}
.get-started-section .get-started-content h2,
.get-started-section .get-started-content li{
	color:#fff;
}
.get-started-section .get-started-content h2,
.get-started-section .get-started-content p{
	text-align:center;
}
.get-started-section .get-started-content ul{
	max-width: 590px;
	margin: 50px auto;
	list-style:none;
	padding-left:70px;
}
.get-started-section .get-started-content ul li{
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
	position:relative;
	margin:36px 0;
}
.ppc-homepage .arrow-box h4 a img{
	display:none;
}
.get-started-section .get-started-content ul li::before{
	content:'';
	position:absolute;
	left: -50px;
	font-size:33px;
	color: #fff;
	background: url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Global/arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 28px;
}

.ppc-form input{
	background-color: #f4f4f4;
	border:0;
	padding: 11px 10px;
	font-size: 16px;
	font-weight: 300;
}
.ppc-form .col2{
	width:calc(50% - 10px);
	float:left;
	margin-bottom:20px;
}
.ppc-form .col2.colmarg{
	margin-left:20px;
}
.ppc-form .col1{
	margin-bottom:20px;
}
.ppc-form .sumbit{
	text-align:center;
}
.ppc-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999999;
}
.ppc-form input::-moz-placeholder { /* Firefox 19+ */
	color: #999999;
}
.ppc-form input:-ms-input-placeholder { /* IE 10+ */
	color: #999999;
}
.ppc-form input:-moz-placeholder { /* Firefox 18- */
	color: #999999;
}

/* Enterprise Page */

.ppc-homepage .hero-right-col {
	text-align: right;
}

.ppc-homepage .hero-left-col,
.ppc-homepage .hero-right-col {
	margin-bottom: 33px;
}

.ppc-homepage .hero-right-col .header-logo:before {
	left: unset;
	right: 0;
}

.ppc-homepage .hero-left-text,
.ppc-homepage .hero-right-text {
	padding: 20px;
}

.ppc-homepage .hero-right-text {
	border: 2px solid #04a3ff;
	background-color: rgba(4, 163, 255, 0.45);
	border-radius: 6px;
}

.ppc-homepage .hero-left-text p:last-child,
.ppc-homepage .hero-right-text p:last-child {
	margin-bottom: 0;
}


/*Register Page*/

.register-form-text p{
	margin-bottom:5px !important;
	text-align:center !important;
}
.register-form-text p:last-child{
	margin-bottom:30px !important;
}
.register-wrapper{
	text-align:center;
	margin-top: 150px;
}
.ppc-homepage .register-wrapper .header-testimonials{
	max-width:482px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.register-wrapper h2{
	color:#fff;
	max-width:675px;
	margin-left:auto;
	margin-right:auto;
	float:none;
	margin-bottom:30px;
	font-size: 42px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: -0.9px;
	text-align: center;
	color: #ffffff;
}
.register-wrapper p{
	color:#fff;
	display: inline-block;
}
.register-wrapper p a{
	text-decoration:none;
	font-weight:300;
}
.register-wrapper p a:hover{
	text-decoration:underline;
}
.register-footer{
	margin-top: 15vh;
}
.register-footer p{
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: normal;
	text-align: left;
	color: #b6b6b6;
}
.register-wrapper  .login p{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.register-footer p a{
	color: #b6b6b6;
	text-decoration:none;
	padding-left: 5px;
	margin-left: 5px;
}
.register-footer p a:before{
	content: " | ";
	margin-right:10px;
}
.register-footer p a:first-child:before{
	content:'';
}
.register-footer p a:first-child{
	margin-left:50px;
}
/*About Us*/

.video-module{
	position:relative;
}
.video-module #video{
	width:100% !important;
}
.video-module .overlay{
	position: absolute;
	top: 0;
	bottom: 4px;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	cursor:pointer;
}
.video-module .overlay p{
	width:100%;
	text-align:center;
	color:#fff;
}
.video-module .overlay p.text{
	font-size: 42px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: -0.9px;
	margin-bottom:0;
}
.video-module .overlay p.text span{
	display:inline-block;
}
.video-module .overlay p.text span img{
	vertical-align: middle;
	margin: 2px -2px 3px 1px;
}



.team-members-wrapper{
	padding:100px 0;
}
.team-members-wrapper h2{
	padding-bottom:15px;
}
.team-members .hs_cos_wrapper_type_widget_container{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items:center;
	flex-wrap:wrap;
	justify-content: flex-start;
	margin:0 10px;
}
.team-members .hs_cos_wrapper_type_custom_widget{
	width:260px;
	margin:0 12px;
}
.team-member{
	margin-top:50px;
}
.team-member .image{
	position:relative;
	overflow:hidden;
}
.team-member .image img{
	height:auto !important;
}
.team-member .image .social{
	position:absolute;
	bottom:-50px;
	left:0;
	right:0;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}

.team-member:hover .image .social{
	bottom:0;
}
.team-member .image .social ul{
	margin:0;
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	align-items: center;
	justify-content: center;
	background-color: rgba(28, 37, 46, 0.9);
}
.team-member .image .social ul li{
	float:left;
	padding:9px;
	font-size:20px;
}
.team-member .image .social ul li a{
	color:#fff;
}
.team-member .image .social ul li:before{
	content:'';
}

.team-member .content{
	padding:16px;
}
.team-member .content p{
	margin:0;
	padding:0;
}
.team-member .content p.name{
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #04a3ff;
}
.team-member .content p.role{
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	color: #222c36;
}

/*FAQs*/
.faqs{
	margin-bottom:177px;
}
.faqs h2{
	margin:102px 0 54px;
	text-align:center;
}

.faq-question{
	margin:28px 0;
}
.faq-question h3{
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
	text-align: left;
	color: #2b3641;
	margin:0;
	padding:0 0 0 51px;
	position:relative;
	cursor:pointer;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.faq-question h3:before{
	content:'';
	background:url(//483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Global/arrow-1.svg);
	background-size:28px;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	position:absolute;
	left:0;
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}

.faq-question.faq-open h3:before{
	-webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
	-moz-transform: rotate(180deg);        /* FF */
	-o-transform: rotate(180deg);          /* Opera */
	-ms-transform: rotate(180deg);         /* IE9 */
	transform: rotate(180deg);             /* W3C compliant browsers */
}
.faq-question .answer-wrapper{
	display:none;
}

.faq-question .answer{
	margin-left:51px;
	border-left:6px solid #04a3ff;
	padding-left:15px;
	margin-top:15px;
}
.faq-question .answer p{
	display:inline-block;
	margin:5px 0;
}
/*Footer*/

/* REDUCED */

.footer.footer-reduced {
	margin-top: 39px;
	border: solid 1px #f1f1f1;
	padding-bottom: 71px;
}

.footer.footer-reduced h6,
.footer.footer-reduced .footer-links ul li a,
.footer.footer-reduced .footer-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
	line-height: 36px;
	letter-spacing: -0.2px;
	color: #003e51;
}

.footer.footer-reduced .footer-get-in-touch ul li { 
	padding-bottom: 14px;
	line-height: 13px;
	letter-spacing: -0.2px;
	color: #003e51;
}

.footer.footer-reduced .footer-get-in-touch ul li.map-link {
	padding-left:28px;
	padding-top: 17px;
}
.footer.footer-reduced .footer-get-in-touch  ul li.map-link a {
	font-size: 12px;
	text-decoration: underline;
	color: #0077c8;
	font-weight: normal;
}
.footer.footer-reduced ul {
	float: left;
	margin-right: 90px;
}

.footer.footer-reduced .btn-calc {
	border-radius: 4px;
	margin-top: 36px;
	max-width: 200px;
	text-align: left;
	padding: 18px;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -0.2px;
}

.footer.footer-reduced .btn-calc:hover { background-color: #04a3ff; }
.btn-darkblue { background-color: #0077c8; color: #fff; }
.btn-dark-primary { background-color: #003e51; color: #fff; }

.footer.footer-reduced .calc-cta a {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
}

.footer.footer-reduced .footer-get-in-touch li i.fa-phone {
	font-size: 16px;
}

.footer.footer-reduced .calc-cta img {
	padding-right: 20px;
}

.footer.footer-reduced .footer-ctas {margin-top: 62px; }

.footer.footer-reduced-btm { padding: 0;}
.footer-bottom.btm-social { padding: 35px 0;}
.footer-bottom.btm-social .socials {margin-top: 0;}
.footer-bottom.btm-social .socials img {margin-right: 16px;}
.footer.footer-reduced .legal { margin-top: 20px; }
.footer.footer-reduced .legal a {
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	color: #2b3641;
	text-decoration: none;
	padding: 0;
	vertical-align: middle;
}
.footer.footer-reduced .legal a:hover { text-decoration:underline; }
/* END REDUCED */



.footer{
	padding-top:70px;
}
.footer ul,
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
	list-style:none;
	padding:0;
	margin:0;
}
.footer ul{
	float:left;
	margin-right:25px;
}

.footer ul:last-child{
	margin-right:0;
}
.footer ul li a,
.footer ul li,
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	color: #2b3641;
	text-decoration:none;
	padding:0;
	vertical-align:middle;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover,
.footer ul li a:hover{
	text-decoration:underline;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
	width:100%;
}
.footer-get-in-touch li {
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

}
.footer-get-in-touch li i{
	margin-right:14px;
	width:14px;
	font-size:14px;
	margin-top:3px;
}
.footer-get-in-touch li.map{
	margin-top:30px;
}
.footer-get-in-touch li.map i{
	font-size:20px;
}
.footer textarea,
.footer input[type="text"],
.footer input[type="password"],
.footer input[type="datetime"],
.footer input[type="datetime-local"],
.footer input[type="date"],
.footer input[type="month"],
.footer input[type="time"],
.footer input[type="week"],
.footer input[type="number"],
.footer input[type="email"],
.footer input[type="url"],
.footer input[type="search"],
.footer input[type="tel"],
.footer input[type="color"],
.footer select{
	font-family: 'Rubik', sans-serif;
	border:0;
	outline:0;
	background:#f4f4f4;
	padding: 8px 8px;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	color: #999999;
}
.form-columns-1 input,
.form-columns-1 select,
.form-columns-1 textarea{
	width:100% !important;
}
.hs-form-required{
	display:none !Important;
}
.hs-form-field{
	margin-bottom:10px;
}
input[type="submit" i]{
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.3px;
	text-align: center;
	color: #ffffff;
	border-radius: 4px;
	background-color: #04a3ff;
	padding: 9px 24px;
	border:0;
	outline:0;
	cursor:pointer;
	font-weight:500;
	font-family: 'Rubik', sans-serif;
	margin-right:7px;
}
.hs_submit .actions {
	text-align:right;
}
.footer-bottom {
	padding:50px 0 50px;
}
.footer-bottom p,
.footer-bottom p a{
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
	color: #b6b6b6;
	text-decoration:none;
}
.footer-bottom p a:hover{
	text-decoration:underline;
}
.footer-bottom p a.blend{
	color: #04a3ff;
}
.footer-bottom .right p{
	text-align:right;
}
.socials{
	margin-top:25px;
}
.socials span.hs_cos_wrapper_widget{
	 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

	flex-wrap: wrap;
	align-items: flex-start;
}
.socials ul{
	margin-top:8px;
	margin-right: 60px;
}
.socials ul li{
	float:left;
	margin-right:10px;
}
.socials ul li a{
	 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.socials ul li.fb a{
	color: #43619c;
}
.socials ul li.tw a{
	color: #24a9e6;
}
.socials ul li.ln a{
	color: #187fb8;
}
.socials ul li.gp a{
	color: #f24033;
}
.socials ul li i{
	font-size:20px;
}
.socials ul li a:hover{
	text-decoration:none;
	color:#b6b6b6;
}
.testimonial-parent{
	display:inline-block;
	width:100%;
}

@-webkit-keyframes fadeInLeftShort { 
	0% { 
		opacity: 0; 
		-webkit-transform: translateX(-20px); 
	} 
	100% { 
		opacity: 1; 
		-webkit-transform: translateX(0); 
	} 
} 
@keyframes fadeInLeftShort { 
	0% { 
		opacity: 0; 
		transform: translateX(-20px); 
	} 
	100% { 
		opacity: 1; 
		transform: translateX(0); 
	} 
}
.testimonial-wrapper.left{
	opacity: 0; 
	-webkit-transform: translateX(-20px);  
	transform: translateX(-20px); 
}
.testimonial-wrapper.left.go{
	-webkit-animation-name: fadeInLeftShort; 
	animation-name: fadeInLeftShort;
}

@-webkit-keyframes fadeInRightShort { 
	0% { 
		opacity: 0; 
		-webkit-transform: translateX(20px); 
	} 
	100% { 
		opacity: 1; 
		-webkit-transform: translateX(0); 
	} 
} 
@keyframes fadeInRightShort { 
	0% { 
		opacity: 0; 
		transform: translateX(20px); 
	} 
	100% { 
		opacity: 1; 
		transform: translateX(0); 
	} 
} 
.testimonial-wrapper.right { 
	opacity: 0; 
	-webkit-transform: translateX(20px);  
	transform: translateX(20px); 
}
.testimonial-wrapper.right.go { 
	-webkit-animation-name: fadeInRightShort; 
	animation-name: fadeInRightShort; 
}
.hide-show-features{
	text-align:center;
	display:none;
}
.hide-show-features a{
	font-weight: 300;
	margin: 20px 10px 10px;
	display: inline-block;
	font-size: 14px;
}
.features-dropdown{
	max-width: 300px;
	margin: 0px auto ;
	display:none;
}
.features-dropdown select{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background:#222C36 url(https://483440.fs1.hubspotusercontent-na1.net/hubfs/483440/website/Global/dropper.png);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 98% center;
	color:#fff;
	border:1px solid #202A34;
}

@media only screen and (max-width : 1466px) {
	.custom-image-container .main, .custom-image-container img {padding-right: 0px!important;}
	.additonal { display: flex; }
}

@media only screen and (max-width : 1466px) {
	.custom-image-container .main, .custom-image-container img {padding-right: 0px!important;}
	.additonal {         
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		justify-content: center;
	}
}


@media only screen and (max-width : 1410px) {
	.custom-image-container{
		display: block;
		margin: 0 auto;
	}
	.custom-image-container .main{
		width: 100%;
	}
	.custom-image-container .main img{
		display: block;
		margin: 0 auto;
	}

	.custom-image-container .additional {
		width: 100%;
		max-width: 667px;
		margin: 0 auto;
	}

	.custom-image-container .additional img {
		display: block;
		margin: 0 auto;
	}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	/*       .recruitment_lp .header .img-wrapper .magnifier {right: 80px;} */

	.cs-blog-section {
		width: 100%;
	}
	.cs-post-listing .cs-post-item {
		width: 41%;
		margin-right: 2%;
	}

}

@media only screen and (max-width : 1100px) {

	/*     .recruitment_lp .header .img-wrapper .magnifier {bottom: -60px; right: 72px;} */

	.recruitment_lp .header-title h1 {white-space: normal!important;}

	.counter-box {
		width: 47% !important;
		margin: 15px 0;
	}
	.partners-blog-post .post-body .socials{
		left: -35px;
	}

	.redundancy-calculator .h-calculator-wrapper .calculator .inputs {
		width: 100%!important;
	}
	.redundancy-calculator .h-calculator-wrapper .calculator .results {
		width: 100%!important;
	}

	.redundancy-calculator .h-calculator-wrapper .calculator .input-item .text,
	.redundancy-calculator .h-calculator-wrapper .calculator .input-item .input-help{
		max-width: 500px;
	}

	.redundancy-calculator .h-calculator-wrapper .calculator .input-field {
		padding-right: 150px;
		padding-top: 10px;
	}

	.redundancy-calculator .calculated.h-calculator-wrapper .calculator .results .results-box {
		width: 100%;
	}
}

@media only screen and (max-width: 992px) {

	/*   .recruitment_lp .header .img-wrapper .magnifier {bottom: -128px; right: 460px;} */
	ul.slick-dots {
		display: none!important;
	}

	.cs-post-listing .cs-post-item {
		width: 100%;
		max-width: 400px;
		margin: 0 auto; 
	}

	.cs-post-listing .cs-post-item {
		width: 100%;
		max-width: 400px;
		margin: 0 auto; 
		margin-bottom: 30px;
	}

	.cs-post-listing .cs-post-item:nth-child(2n + 2) {
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.nav-wrapper .main-nav .hs-item-has-children ul.hs-menu-children-wrapper,
	.nav-wrapper .main-nav .hs-item-has-children ul.hs-menu-children-wrapper li ul.hs-menu-children-wrapper{
		position: static!important;
		visibility: visible!important;
		opacity: 1!important;
	}
	.nav-wrapper .main-nav .hs-item-has-children > ul.hs-menu-children-wrapper {
		visibility: hidden!important;
		position:absolute !important;
		opacity: 0!important;
	}
	.nav-wrapper .main-nav .hs-item-has-children > ul.hs-menu-children-wrapper.child-open {
		visibility: visible !important;
		opacity: 1!important;
		position:static !important;
	}

	.nav-dropdowns .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { 
		padding-top: 0;
		display: block!important;
	}


	.nav-dropdowns ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:first-child a { padding-top: 10px; }
	.nav-dropdowns ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:last-child a { padding-bottom: 10px;  }

	.nav-dropdowns ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
		border-radius: 4px!important;
		background:transparent;
		border-top: none!important;
		border-bottom: none!important;
		border-left: none!important;
		border-right: none!important;
	}
	.nav-dropdowns ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a {
		background-color: #ffffff!important;
		text-align: center;
		border-top: none!important;
		border-bottom: none!important;
		border-left: none!important;
		border-right: none!important;
	}
	.nav-dropdowns ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a:hover {  background-color: #04a3ff!important; color: #ffffff; }

	/*   .secondary-nav {
	display: none!important;
} */
	.secondary-nav.secondary-nav.res-secondary-nav ul { margin-top: 52px; }
	.secondary-nav { top: 60px!important; }

	li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
		font-family: "FontAwesome";
		font-weight: 400;
		content: "\f0d7";
		position: absolute;
		right: 90px;


	}

	@media (max-width:1060px) and (min-width:992px) {


		.blog2018 .secondary-nav {
			top:102px;
		}

		.partners-blog-post.blog2018 .nav-subscribe {
			margin-left: 2.762430939%;
		}

		.blog2018 .nav-tags a {
			padding: 6px 0 6px 0;
		}

	}

	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {

		.about-cs .header {
			margin-bottom: 0px;
		}

		.about-cs .hs_cos_wrapper_type_widget_container {
			display:block;
		}

		.about-cs .hs_cos_wrapper_type_custom_widget {
			width: 100%;
			margin: 0 auto!important;
			max-width: 400px;
		}


		.about-cs .case-study-mod a,
		.about-cs .case-study-module a{
			position: relative;
			left: 0;
			bottom: 0;
			margin-top: 0;
		}

		.about-cs .case-study-mod p,
		.about-cs .case-study-module p{ margin-top: 0; }


		.partner-cta .partnerlogos .partnerlogo {
			width:33.33%;
			margin-left: 0;
			margin-bottom: 30px;
		}

		.partner-cta .partnercta-btn {
			margin-top:12px;
		}

		.resource-row .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget{
			width: 49%;
		}
		.resource-row .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:nth-child(3n + 1){
			margin-left:2%;
		}
		.resource-row .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:nth-child(2n + 1){
			margin-left:0;
		}
		.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:last-child > a{
			display:none;
		}



		.directory-table .directory-item{
			width: calc( 50% - 40px );
			max-width:100%;
		}
		.mobile-trigger{
			display: inline-block !important;
			position: absolute;
			top: 31px;
			right: 25px;
			color: #fff;
			font-size: 30px;
			width: auto !important;
			 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

		}
		.secondary-mobile-trigger{
			display: inline-block !important;
			position: absolute;
			top: 5px;
			right: 25px;
			color: #222c35;
			font-size: 30px;
			width: auto !important;
			 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

		}
		.nav-wrapper .page-center{
			position:relative;
		}


		.search-bar-top {
			top: 52px;
		}

		.secondary-nav,
		.blog2018 .secondary-nav,
		.secondary-nav.res-secondary-nav {
			top: 50px;
			min-height: 45px !important;

		}
		.second-nav{
			visibility: hidden;
			opacity: 0;
			transform: translateY(-2em);
			transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
			position: absolute;
			background:#fff;
			left: 0;
			right: 0;
			top:45px;
			overflow-y:scroll;
			 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

		}
		.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
			width:100%;
			max-width:100%;
			text-align:center;
		}
		.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
			flex-wrap:wrap;
		}
		.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
			margin: 0 !important;
			width:100%;
			text-align:center;
		}
		.secondary-nav.secondary-nav-open .second-nav{
			visibility: visible;
			/* shows sub-menu */
			opacity: 1;
			z-index: 1;
			transform: translateY(0%);
			transition-delay: 0s, 0s, 0.3s;
		}
		.main-nav{
			width:100% !Important;
			margin-left:0 !Important;
			visibility: hidden;
			opacity: 0;
			transform: translateY(-2em);
			transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
			top: 62px;
			background: #2B3641;
			padding: 25px;
			position: absolute;
			left: 0;
			right: 0;
			 
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

		}
		.nav-wrapper.nav-open{
			background:#2B3641;
		}
		.nav-wrapper.small .main-nav{
			top:40px;
		}
		.main-nav ul{
			width:100% !important;
		}
		.main-nav ul li{
			width:100%;
			text-align:center;
		}
		.main-nav ul li.hs-menu-depth-1 a {
			width: 100%;
			max-width: 100%;
			box-sizing: border-box;
			margin: 5px 0;
		}
		.main-nav ul li.hs-menu-depth-1:last-child a {
			border-radius: 4px;
			background-color: #04a3ff;
			margin-left: 0px;
		}
		.nav-wrapper.nav-open .main-nav{
			visibility: visible;
			/* shows sub-menu */
			opacity: 1;
			z-index: 1;
			transform: translateY(0%);
			transition-delay: 0s, 0s, 0.3s;
		}
		.nav-wrapper.small .mobile-trigger{
			top:12px;
		}
		.nav-logo{
			 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

			align-items:center;
		}
		.nav-logo img{
			max-width:110px;
		}

		h6, .footer-form h3{
			margin-top:20px;
		} 
		.footer-bottom .right p,
		.footer-bottom .left p{
			text-align:center;
		}
		.footer form fieldset{
			max-width:100% !important;
		}
		.socials ul{
			margin-bottom:20px;
		}

		.blog2018 .nav-tags .fa {
			line-height: 1;
			padding: 4px 0 4px 0;
		}

		.blog2018 .nav-tags a {
			padding: 0 0;
			margin-top: 7px;
			margin-bottom: 7px;
			line-height: 1;
		}

		/*Pricing Page*/



		.pricing-module .show-info{
			flex-wrap:wrap;
		}
		.pricing-module .show-info .employees span,
		.pricing-module .show-info .monthly span{
			font-size: 54px;
			margin: 0;
		}
		.pricing-module .show-info .employees p,
		.pricing-module .show-info .monthly p{
			font-size:12px;
			line-height:16px;
		}
		.pricing-module .show-info .employees,
		.pricing-module .show-info .monthly{
			box-shadow: none;
			border: 0;
			padding: 10px 14px;
			width: 32%;
		}
		.pricing-module .show-info .arrow-right img{
			width: 18px;
			margin: 0 10px; 
		} 
		.pricing-module .show-info .annum i,
		.pricing-module .show-info .annum p{
			font-size: 12px;
			line-height:16px;
		}
		.pricing-module .show-info .annum span{
			font-size:54px;
		}
		.pricing-module .show-info .annum{
			width:100%;
		}
		.pricing-module .show-info .or{
			width:100%;
		}
		.pricing-module .show-info .or p{
			margin:25px 25px;
		}
		.box-icon img {
			width: 100%;
		}
		.image-text-swap{
			flex-direction: column !important;
		}
		.image-text-swap .img,
		.image-text-swap .text-wrapper{
			width:100% !important;
			margin-left:0 !Important;
			margin-right:0 !important;
		}
		.image-text-swap .img img{
			margin-left:0;
			margin-right:0;
		}
		.image-text-swap.img-right .text-wrapper .content,
		.image-text-swap.img-left .text-wrapper .content{
			max-width:100%;
			margin-left:0;
			margin-right:0;
		}
		.flex-features .hs_cos_wrapper_type_custom_widget{
			width: 100%;
			margin-left:0 !important;
		}
		.feature-wrapper{
			padding-left:0;
		}
		.flexed-wrapper .hs_cos_wrapper_type_custom_widget:nth-child(3n + 1){
			margin-left:3%;
		}
		.flexed-wrapper .hs_cos_wrapper_type_custom_widget:nth-child(2n + 1){
			margin-left:0;
		}
		.flexed-wrapper .hs_cos_wrapper_type_custom_widget {
			width:48%;
		}
		.hr-management{
			padding:0;
		}
		.image-text-swap .img{
			text-align:left;
		}
		.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3{
			width: calc( 50% - 30px );
			margin: 15px;
		}
		.blog-pull .page-center .row-fluid-wrapper .row-fluid{
			flex-wrap:wrap;
		}
		.ppc-homepage .header-testimonials{
			position: static;
			width: 100%;
			margin-left: 0;
			margin-right: 0;
			max-width:100%;
		}
		.ppc-header-text{
			width:100% !important;
		}
		.holiday-lp .ppc-header-text{
			width: 57.182320438000005% !important;
		}
		.no-delimiter-mobile{
			padding:0;
		}
		.features-section{
			padding-top:60px;
		}
		.feature-wrapper{
			padding-bottom:60px;
		}

		.product-flexi-content .content-wrapper .left-content{
			width: 46%;
			margin-right: 4%;
		}
		.product-flexi-content .content-wrapper .right-content{
			width: 46%;
			margin-left: 4%;
		}
		.product-flexi-content.invert-columns .content-wrapper .right-content{
			width: 46%;
			margin-right: 4%;
			margin-left: 0%;
		}
		.product-flexi-content.invert-columns .content-wrapper .left-content {
			width: 46%;
			margin-right: 0%;
			margin-left: 4%;
		}
		.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper{

			opacity: 1 !important;
			visibility: visible !important;
			width:100%;

		}
		.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li ul li a, .secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child ul li a{
			text-align:center;
			width:100%;
		}
		.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li ul li{
			padding:0;
		}
		/*    .secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a:first-child{
		display:none;
	}*/


		/*calculator*/
		.h-calculator-wrapper .calculator .results {
			width: 100%;
		}
		.h-calculator-wrapper .calculator .inputs {
			width: 100%;
		}
		.h-calculator-wrapper .calculator .results .results-box,
		.h-calculator-wrapper .calculator .form{
			float: left; 
		}
		.flexi-logos .hs_cos_wrapper_type_widget_container{
			 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
		}
		.flexi-logos .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_linked_image{
			margin: 0;
			width: 100%;
			text-align: center;
			margin-bottom: 45px;
		}
		.topics-nav .non-topics{
			width:100% !important;
			margin-bottom:20px;
		}
		.topics-nav .topics{
			width:100% !important;
			margin:0;
		}
		.topics-nav .topics ul{
			width: 100%;
		}
		.topics-nav .topics ul li i{
			margin-left:0;
		}
		.partners-blog .post-listing .post-item,
		.related-post-item{
			width:50%;
		}
		.case-study-page .partner.page-center{
			padding:0;
		}

	}
	@media (max-width: 1139px) and (min-width: 768px) {
		.recruitment .header-title {padding-bottom:30px;}
	}

	@media only screen and (min-width : 767px){
		.recruitment .arrow-box .box-icon img {
			max-height: 30px;
		}
		br {
			display: none !important;
		}
	}

	/* Small Devices, Tablets */
	@media only screen and (max-width : 767px) {
		#intercom-container {

			display: none !important;

		}
		.desktop-show{
			display:none;
		}
		.mobile-show{
			display:block;
		}
		.cs-post-section { margin: 0 20px; }

		.footer-reduced .footer-links {width: 50%!important;}
		.footer-reduced {padding-top: 40px;}

		.homepage-ab .partner-logos { display:none; }

		.recruitment .header .header-image img {
			padding-left:0px;
		}


		.recruitment_lp .video-block .lp-video {
			padding-left: 0px;
			display: block;
			margin: 0 auto;
		}

		.join-pledge .pledge-form .form-intro {
			padding-right: 0px;
		}


		.image-block .custom-images {
			display: block;
		}

		.image-block .main-image{
			padding-right:0!important;
		}

		.image-block .main-image img{
			width:100%;
		}

		.image-block .additional-image {
			padding-right:0px!important;
		}

		.image-block .additional-image img {
			width:100%;
		}


		.case-study-page .partner.page-center{
			padding:0 20px;
		}

		.about-cs .case-study-mod .content-wrapper .test-wrapper .info-box .info-box-inside,
		.about-cs .case-study-module .content-wrapper .test-wrapper .info-box .info-box-inside{
			padding: 26px 32px!important;
		}

		.search-results .search-bar-top {
			top: 50px;
		}

		.search-results .search-results-hero {
			padding: 50px 0;
		}

		.search-results.centralize-page .header-container-wrapper {
			min-height: 104px;
		}

		.resource-cards .page-center {
			display:block;
		}

		.resource-card {
			width: 100%;
			max-width: 380px;
			margin: 0 auto 50px auto;
			display: block;
			float: none;
		}

		.resource-card:nth-child(3),
		.resource-card:nth-child(6),
		.resource-card:nth-child(3n+7) {
			margin-right:auto;
		}

		.delimiter.free-trial {
			padding: 25px 0;
			margin: 50px 0;
		}

		.delimiter.free-trial h2 {
			font-size: 24px;
			line-height: 1.17;
			padding: 0 20px;
		}

		.delimiter.free-trial p,
		.delimiter.free-trial p:last-child {
			padding: 0 20px;
		}

		.res-post .row-fluid [class*="span"]:not(.widget-type-space) {
			min-height: 0 !important;
		}

		.res-post .post-header {
			padding: 50px 0;
		}

		.res-listing .post-listing {
			display:block;
		}

		.search-results .main-bodi .results-list ul.hs-search-results__listing {
			padding:50px 0;
		}

		.search-results .row-fluid [class*="span"]:not(.widget-type-space) {
			min-height:0!important;
		}

		.res-post .post-body {
			padding: 75px 0 50px 0;
		}

		.res-post .delimiter.free-trial {
			margin:0 0;
		}

		.res-post .social-sharing .socials {
			position: fixed;
			border: 0;
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			bottom: 0;
			left: 0;
			right: 0;
			z-index: 100;
			padding: 12px 0;
			top: auto;
		}

		.res-post .popular-resources .popular-heading h2 {
			margin: 0 0 32px 0;
			font-size: 22px;
			font-weight: 300;
			line-height: 28px;
		}

		.res-post .popular-resources {
			padding: 50px 0 50px 0;
		}

		.res-post .popular-resources .popular-list .resource-card {
			margin-bottom:50px;
		}

		.res-post .popular-resources .popular-list .resource-card:last-child {
			margin-bottom:0;
		}

		.resource-row .blog2018-box .blog2018-box-body .row-fluid {
			 
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

			flex-wrap:wrap;
			flex-direction: column-reverse;
		}
		.resource-row .blog2018-box .blog2018-box-body .row-fluid img{
			width:auto !Important;
		}
		.job-listing-head{
			display:none !important;
		}
		.job-item .job-title,
		.job-item .job-details,
		.job-item .job-desc{
			margin-bottom:15px;
		}
		.job-item{
			padding: 35px 40px;
		}
		.job-item p{
			text-align:center;
		}

		.h-calculator-wrapper.p-calculator .calculator .results,
		.h-calculator-wrapper.p-calculator .calculator .inputs{
			width:100%;
		}
		.h-calculator-wrapper.p-calculator .calculator .results{
			margin-top:50px;
		}
		.h-calculator-wrapper.p-calculator .calculator .results .results-box .result-box{
			margin-left:0;
		}
		.partners-blog-post .post-body .socials{
			position: fixed;
			border: 0;
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			bottom: 0;
			left: 0;
			right: 0;
			z-index: 100;
			padding: 12px 0;
			top:auto;
		}

		.partners-blog .post-listing .post-item,
		.related-post-item{
			width:100%;
		}
		.partnerhub-cta .flexi-wrapper .row-fluid{
			justify-content:center;
		}
		.partnerhub-cta p{
			margin:20px 0;
			text-align:center;
		}
		.topics-nav .topics ul li a{
			padding: 6px 14px;
			font-size: 12px;
		}

		.blog2018 .nav-tags .fa {
			line-height:1;
			padding: 4px 0 4px 0;
		}

		.blog2018 .nav-tags a {
			margin-top: 7px;
			margin-bottom: 7px;
			line-height:1;
		}

		.blog2018 .secondary-nav {
			padding-bottom:10px;
		}

		.counter-values .counter-box{
			margin:30px 0;
			width:100% !important;
		}

		.hr-challenges-content td.heading-cell,
		.recruitment-cost-content td.heading-cell{
			padding: 14px 20px;
		}

		.hr-challenges-content td,
		.recruitment-cost-content td{
			padding: 25px 20px 25px 20px;
		}

		.hr-challenges-content td h3,
		.recruitment-cost-content td h3{
			font-size:16px;
			font-weight:normal;
			line-height: 24px;
		}

		.hr-challenges p,
		.recruitment-cost p{
			font-size: 14px;
			line-height: 21px;
		}

		.recruitment .flexed-wrapper .hs_cos_wrapper_type_custom_widget {
			width: 100%!important;
		}

		.partner-pillar .delimiter-space.how-it-works:before {
			background-image:none;
			background-size: contain;
			width: 130px;
			height: 110px;
			bottom: 110px;
			left: -27px;
		}

		.partner-pillar .how-it-works .section-body {
			padding:0 0;
		}

		.delimiter-space.timeline {
			padding:60px 0;
		}

		.delimiter-space.hr-challenges,
		.delimiter-space.recruitment-cost{
			padding:60px 0;
		}

		.delimiter-space.partner-testimonials {
			padding:60px 0;
		}

		.partner-testimonials h2,
		.hr-challenges h2,
		.recruitment-cost h2
		{
			max-width:none;
			margin:0 auto 30px auto;
		}

		.partner-pillar .delimiter-space.how-it-works {
			padding:60px 0;
		}

		.delimiter-space.pillar-video {
			padding:60px 0 30px 0;
		}

		.delimiter-space.top-partners {
			padding:30px 0 60px 0;
		}

		.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3{
			width: 100%;
			margin: 0;
		}
		.page-center{
			padding: 0 20px;
		}
		.delimiter-space {
			padding: 60px 0;
		}
		.no-delimiter-mobile{
			padding:0;
		}
		.image-text-swap{
			margin: 60px 0;
		}
		.breathingspace-link p{
			margin-top:0;
		}
		.hr-software{
			padding-bottom:0;
		}
		.arrow-box-img,
		.features-section{
			padding-top:60px;
		}
		.feature-wrapper{
			padding-bottom:60px;
		}
		.hr-management{
			padding:0;
		}
		.flexed-wrapper span.hs_cos_wrapper_type_widget_container,
		.flex-features span.hs_cos_wrapper_type_widget_container{
			display: inherit;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
		}
		.flexed-wrapper .hs_cos_wrapper_type_custom_widget,
		.flex-features .hs_cos_wrapper_type_custom_widget{
			width: auto;
			float: left;
			margin-left: 3%;
			max-width: 280px;
		}
		.arrow-box .content {
			padding-right: 0; 
		}
		.arrow-box .box-icon{
			margin-bottom: 15px;
		}
		.arrow-box {
			margin-bottom: 40px;
			margin-left: 15px !important;
			margin-right: 15px;
		}
		.flexed-wrapper .hs_cos_wrapper_type_custom_widget:nth-child(3n + 1),
		.flex-features .hs_cos_wrapper_type_custom_widget:nth-child(3n + 1){
			margin-left: 3%;
		}
		.flexed-wrapper .hs_cos_wrapper_type_custom_widget,
		.flex-features .hs_cos_wrapper_type_custom_widget{
			margin:0 !important;
		}
		.feature-wrapper{
			padding-left: 0 !important;
		}
		.flex-features span.hs_cos_wrapper_type_widget_container {
			flex-direction: column;
			width: 100%;
		}

		.blog-pull .page-center .row-fluid-wrapper .row-fluid {
			display:block;
		}

		.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3 {
			margin-bottom:25px!important;
		}

		.blog-pull .page-center .row-fluid-wrapper .row-fluid .span3 .blog-box p {
			margin:0 0 40px 0;
		}
		/*Secondary nav*/
		.compare-features .table-row{
			display:none;
			float:left;
		}
		.features-dropdown,
		.hide-show-features{
			display:block;
		}
		.compare-features .column-1.column {
			width: 50%;
			text-align: left;
		}
		.compare-features .column {
			width: 50%;
			float: left;
			text-align: center;
			padding: 14px 0;
		}

		/* Blog Update 2018 */

		.blog2018 .nav-tags .hs_cos_wrapper_type_text {
			display: block;
			float: none;
		}

		.partners-blog-post.blog2018 .nav-subscribe {
			text-align:center;
		}

		.partners-blog .post-listing {
			display:block!important;
			float:none;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			width:100%;
		}

		.partners-blog.blog2018 .post-listing .post-item.default {
			width:100%;
			max-width:380px;
			margin: 0 auto 50px auto;
			display: block;
			float: none;
			overflow: hidden;
		}

		.blog2018 .related-post-item {
			width:100%;
			max-width:380px;
			margin: 0 auto 50px auto;
			display: block;
			float: none;
			overflow: hidden;
			margin-right: auto!important;
		}

		.partners-blog.blog2018 .post-listing .post-item.default:nth-child(4n),
		.partners-blog.blog2018 .post-listing .post-item.default:nth-child(7n) {
			margin-right:auto;
		}

		.partners-blog.blog2018 .post-listing .post-item.default:nth-child(5n),
		.partners-blog.blog2018 .post-listing .post-item.default:nth-child(6n) {
			margin-bottom:50px;
		}

		.partners-blog.blog2018 .post-listing .post-item.featured-post {
			display:block!important;
			max-width: 380px;
			margin: 0 auto 50px auto;
			float: none;
			width: 100%;
			background-color:transparent;
			border-radius: 0;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-o-border-radius: 0;
		}

		.partners-blog.blog2018 .post-listing .post-item.featured-post .featured-img {
			height:208px;
			width:100%;
			border-radius: 8px;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			-o-border-radius: 8px;
		}

		.partners-blog.blog2018 .post-listing .post-item.featured-post .content {
			width:100%;
			text-align:left;
			padding: 0 0 0 0;
		}

		.partners-blog.blog2018 .post-listing .post-item.featured-post .post-info-wrap {
			padding: 13px 15px 0 15px;
		}

		.partners-blog.blog2018 .post-listing .post-item.featured-post h2 {
			margin: 2px 0 11px 0;
		}

		.partners-blog.blog2018 .post-listing .post-item.featured-post h2,
		.partners-blog.blog2018 .post-listing .post-item.featured-post h2 a {
			font-size: 20px;
			font-weight: 500;
			font-style: normal;
			font-stretch: normal;
			line-height: 26px;
			letter-spacing: normal;
			text-align: left;
			color: #2b3641;
			text-decoration: none;
		}

		.partners-blog.blog2018 .post-listing .post-item.featured-post .read-more-link {
			display:none;
		}

		.partners-blog.blog2018 .post-listing .post-item.featured-post .footy p {
			font-size: 14px;
			line-height: 1.71;
			margin: 0 0 0 0;
			color: #2b3641;
		}

		.partners-blog.blog2018 .post-listing .post-item.featured-post .footy .postdate {
			color: #2b3641;
		}

		.partners-blog.blog2018 .post-listing .post-item .fa {
			font-size: 13px;
			line-height: 1.85;
		}

		.partners-blog.blog2018 .post-listing .post-item a.topic-link {
			font-size: 14px;
			line-height: 1.71;
		}

		.partners-blog .post-listing .post-item .content {
			float:left;
			width: 100%;
		}

		.partners-blog .post-listing .post-item .featured-img {
			float: left;
			width: 100%;
			height: 208px;
		}

		.blog2018 .related-wrapper.add-res {
			padding:50px 0;
		}

		.blog2018-boxes .row-fluid {
			display:block;
		}

		.blog2018-box {
			position:static;
			margin-bottom: 30px;
		}

		.blog2018-box:last-child {
			margin-bottom:0;
		}

		.blog2018-box .blog2018-box-header {
			margin-bottom:0;
			text-align: center;
			padding: 25px 25px 12px 25px;
		}

		.blog2018-box-btn {
			text-align:center;
			margin-bottom: 25px;
		}

		.blog2018-box .blog2018-box-body {
			height: auto;
			position: static;
			padding:25px;
		}

		.blog2018-box .blog2018-box-body a {
			position:relative!important;
			bottom:0;
			left:0;
		}

		.blog2018-box .blog2018-box-body .widget-type-linked_image img {
			max-height: 70px;
		}

		.partners-blog-post.blog2018 .partnerhub-cta p {
			margin: 15px 0 25px 0;
		}

		.blog2018 .secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a {
			padding: 9px 0 8px 0;
		}

		.partners-blog-post.blog2018 .partners-hub-header {
			padding-top: 100px;
		}

		.partners-blog-post.blog2018 .partners-hub-header .header-title-wrapper h1,
		.partners-blog-post.blog2018 .partners-hub-header .header-title-wrapper h1 span {
			font-size:22px;
			font-weight:500;
			line-height: 1.31;
		}

		.hp-blog-feed .related-post-item {
			padding:0 0;
			margin-bottom:50px;
		}

		.hp-blog-feed .related-post-item:last-child {
			float: none;
			width: 100%;
			max-width: 380px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom:0;
		}

		.delimiter-space.hp-blog-feed {
			padding:60px 0;
		}

		.delimiter-space.home-webinar {
			padding:60px 0;
		}

		.home-webinar:before {
			background-image:none;
		}


		/*Pricing Page*/
		.price-range .aditional,
		.price-range .radio-input{
			margin-bottom:15px;
		}
		.range-slider{
			margin-top: 30px;
		}
		.bottom-cta p{
			margin-top:15px;
		}
		.table-scroll-wrapper{

		}
		.table-scroll{

		}
		.interactive-table .span3{
			width: 23.404255317% !important;
			float:left;
		}
		.image-text-swap.img-right .text-wrapper .content{
			margin-right:0;
		}
		.image-text-swap.img-left .text-wrapper .content{
			margin-left:0;
		}

		/*PPC*/
		.flexed-wrapper-logos .hs_cos_wrapper_type_custom_widget {
			width: calc( 33% - 30px );
			float: left;
			margin: 0 15px;
		}

		.image-text-swap .img img{
			height:auto !Important;
			width:100% !important;
			margin:0;
		}
		.image-text-swap .text-wrapper .content{
			max-width:100%;
		}
		.testimonial-wrapper{
			flex-wrap: wrap;
			flex-direction: column;
		}
		.testimonial-wrapper.left .content,
		.testimonial-wrapper.right .content{
			width: 100%;
			margin: 0;
			margin-top: 15px;
			margin-bottom: 15px;
		}
		.hr-management{
			padding-left: 0;
			padding-right: 0;
		}
		.header-testimonials,
		.ppc-homepage .header-testimonials{
			position:static;
			margin:30px 0 0 0 !important;
		}

		.main-nav-ppc ul li.hs-menu-depth-1,
		.main-nav-lp ul li.hs-menu-depth-1{
			float:right !important;
			width:auto;
		}
		.get-started-section{
			background: #04a3ff;
		}
		.main-bodi{
			width:100% !important;
			float:none !important;
			margin:0 auto !important;
		}
		.pricing-module .show-info .employees {
			padding: 13px 14px;
		}
		.pricing-ranger .radio-wrapper{
			width:100%;
		}
		.footer-navigation{
			width: auto !important;
			float: left !important;
			margin-right: 30px !important;
		}
		.footer-links{
			width: auto !important;
			float: left !important;
		}
		.footer-get-in-touch{
			display: inline-block !important;
			width: 100% !important;
		}
		.form-columns-2 .input input{
			width:100% !important;
		}
		.product-flexi-content .content-wrapper .left-content,
		.product-flexi-content .content-wrapper .right-content,
		.product-flexi-content.invert-columns .content-wrapper .left-content,
		.product-flexi-content.invert-columns .content-wrapper .right-content{
			width:100%;
			margin:0;
		}
		.product-flexi-content.invert-columns .content-wrapper .img-wrapper{
			margin-top:15px;
		}
		.logos-wrapper .hs_cos_wrapper_type_custom_widget {
			width: 33%;
			float: left;
			text-align: center;
		}
		.logos-wrapper .hs_cos_wrapper_type_widget_container{
			flex-wrap:wrap;
		}
		.spec-form{
			max-width: 500px;
			margin: 0 auto !important;
			margin-top: 50px !important;    
		}
		.directory-table .directory-item{
			width: calc( 100% - 40px );
		}
		.directory-filter .sort-level ul li:first-child{
			width:100%;
			margin-bottom:10px;
		}
		.directory-filter .sort-level ul{
			margin-bottom:10px;
		}
		.directory-table .directory-item .info-box-wrapper .info-box .close{
			top: -2px;
		}
		.directory-table .directory-item .info-box-wrapper .info-box{
			margin: 0;
			padding: 35px 10px 10px 10px;
		}
		.h-calculator-wrapper .tabs ul{
			max-width: 450px;
		}
		.h-calculator-wrapper .tabs ul li:first-child{
			margin-right:0;
			margin-bottom:15px;
		}
		.team-members .hs_cos_wrapper_type_custom_widget {
			margin-left: 15px;
			margin-right: 15px;
		}
		.team-members .hs_cos_wrapper_type_widget_container{
			justify-content: center;
		}
		.contract-details .address-wrapper .line{
			flex-wrap:wrap;
		}
		.contract-details .address-wrapper .line .link{
			margin-top:15px;
			width:100%;
		} 
		.register-wrapper .register-footer p{
			text-align:center;
		}
		.register-wrapper .register-footer p a:first-child{
			margin-left:0;
		}
		.register-wrapper .ppc-form .col2{
			width:100%;
			margin-left:0 !important;
		}

		.compare-features .column{
			display:none;
		}
		.compare-features .column.micro,
		.compare-features .column.name{
			display:block;
		}
		.case-study-module .author .text p,
		.case-study-mod .author .text p{
			float:none;
			text-align:center;
		}
		.case-study-module .author .images .row-fluid,
		.case-study-mod .author .images .row-fluid{
			justify-content:center;
		}
		.popup-wrapper .popup-inner iframe{
			height:400px;
		}
		.email-pref-page .email-prefs {
			padding: 50px 15px;
		}
		.email-pref-page .page-header{
			padding-left:15px;
			padding-right:15px;
		}
		.email-pref-page .checkbox-row span.fakelabel span,
		.email-pref-page .subscribe-options label span{
			width: calc(100% - 40px);
		}
		.holiday-lp .ppc-header-text{
			width: 100% !important;
		}
		.holiday-lp-form {
			position: static;
			margin:30px 0 0 0;
		}



	}

	@media only screen and (max-width : 650px) {

		.timeline .timeline-wrap:before {
			left: 0;
			margin-left: 0;
		}

		.timeline-wrap-outer:before {
			left: -13px;
			margin-left: 0;
		}

		.timeline-wrap-outer:after {
			left: -13px;
			margin-left: 0;
		}

		.timeline .timeline-wrap .hs_cos_wrapper_type_custom_widget:nth-child(odd) .timeline-box {
			margin-left: 0;
			margin-right: auto;
		}

		.timeline .timeline-wrap .hs_cos_wrapper_type_custom_widget:nth-child(even) .timeline-box {
			margin-left: 0;
			margin-right: auto;
		}

		.timeline .timeline-box {
			width:100%;
			margin-bottom: 40px;
		}

		.timeline .timeline-wrap .hs_cos_wrapper_type_custom_widget:last-child .timeline-box {
			margin-bottom:0;
		}

		.timeline .timeline-wrap .hs_cos_wrapper_type_custom_widget:nth-child(odd) .timeline-box .timeline-box-inner {
			margin-left: 0;
			margin-right: auto;
			padding-left: 40px;
			padding-right: 0;
		}

		.timeline .timeline-wrap .hs_cos_wrapper_type_custom_widget:nth-child(even) .timeline-box .timeline-box-inner {
			margin-left: 0;
			margin-right: auto;
			padding-left: 40px;
		}

		.timeline .timeline-box .timeline-box-inner {
			max-width: none;
		}

		.timeline .timeline-wrap .hs_cos_wrapper_type_custom_widget:nth-child(odd) .timeline-box:before {
			left: -7px;
		}

		.timeline .timeline-wrap .hs_cos_wrapper_type_custom_widget:nth-child(even) .timeline-box:before {
			right:auto;
			left: -7px;
		}

	}

	@media only screen and (max-width : 580px) {

		/*** Partner Toolkit ***/
		.marketing-toolkit .toolbar .btn {
			display: block; 
			margin-bottom: 5px; 
		}
		/*** END Partner Toolkit ***/

		.redundancy-calculator .h-calculator-wrapper .calculator .input-field {
			padding-right: 0px;
		}

		.partner-cta .partnerlogos .partnerlogo {
			width:50%;
		}

	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (max-width : 480px) {


		.additonal {         
			display: block;
			justify-content: center;
		}

		.additonal img {         
			width: 100%;
			margin:0 auto;
		}

		.additional img {
			width: 100%;
			margin:0 auto;
		}

		.partner-cta .partnerlogos .partnerlogo {
			width:100%;
		}
		/* 
		.socials span.hs_cos_wrapper_widget{
		flex-direction: column-reverse;
	} */

		.popup-wrapper .popup-inner iframe{
			height:200px;
		}
		.socials ul{
			margin-top:20px;
		}
		.h-calculator-wrapper .calculator .input-item .text{
			max-width:100%;
			margin:0;
		}
		.h-calculator-wrapper .calculator .input-field{
			margin:5px 0 0 0;
		}
		.h-calculator-wrapper .calculator .results .results-box .result-box{
			width: calc(50% - 10px);
			height: 130px;
			margin: 5px;
		}
		.h-calculator-wrapper .calculator .results .results-box .result-box.total-result{
			width: calc( 100% - 10px);
		}
		.topics-nav .topics ul{
			justify-content: flex-end;
		}
		.topics-nav .topics ul li{
			margin-top:5px;
		}
		.partnerhub-cta fieldset.form-columns-2 .hs-form-field{
			margin-bottom:15px;
		}
		.partnerhub-cta .hs_submit{
			bottom: -50px;
		}
		.partners-blog-post .post-body .socials span.hs_cos_wrapper_widget{
			flex-direction: row;
		}
		.partners-blog-post .publisher-info .info{
			margin:0 25px;
		}
		.partners-blog-post .publisher-info .info p{
			margin:10px 0;
		}
		.resource-row .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget{
			width: 100%;
			margin-left:0 !important;
		}

	}

	/* Custom, iPhone Retina */ 
	@media only screen and (max-width : 320px) {

	}

	.bg-brightblue .legal-consent-container p {
		font-size: 10px!important;
		line-height: 16px!important;
		color: #fff!important;
	}

	/* Logo Slider */
	.slick-slide {
		margin: 0px 20px;
	}

	.slick-slide img {
		width: 100%;
		height:auto;
	}

	.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%;
		min-height: 1px;
	}
	[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;
	}