/* @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;}


.page-center {
    max-width: 1024px !important;
    padding: 0 15px;
    margin: 0 auto !important;
    float: none !important;
}

/********** IE ONLY *******************/
.section-three .benefit-1:after{
    top: -1px;
    right: -100px!important;
    width:100px!important;
    height: 60px;
    background-size: contain;
    background-image:url("https://www.planettogether.com/hubfs/benefit-line-1.png");
}
.section-three .benefit-2:after{
    top: -6px;
    right: -30px;
    width: 30px;
    height: 11px;
    background-image:url("https://www.planettogether.com/hubfs/blue-line-2.png");
    background-size: contain;
}
.section-three .benefit-3:after{
    top: -5px;
    right: -30px;
    width:30px;
    height: 10px;
    background-image:url("https://www.planettogether.com/hubfs/blue-line-3.png");
    background-size: contain;
}
.section-three .benefit-4:after{
    top: -58px!important;
    right: -120px!important;
    width: 120px!important;
    height: 70px;
    background-image:url("https://www.planettogether.com/hubfs/blue-line-4.png");
    background-size: contain;
}
.section-three .benefit-5:after{
    top: -1px!important;
    left: -100px;
    width:142px;
    height: 42px;
    background-image:url("https://www.planettogether.com/hubfs/gray-line-1.png");
    background-size: contain;
}
.section-three .benefit-6:after{
    top: -4.5%!important;
    left: -20px;
    width: 30px;
    height: 11px;
    background-image:url("https://www.planettogether.com/hubfs/gray-line-2.png");
    background-size: contain;
}
.section-three .benefit-7:after{
    top: -5px;
    left: -20px;
    width:30px;
    height: 10px;
    background-image:url("https://www.planettogether.com/hubfs/gray-line-3.png");
    background-size: contain;
}
.section-three .benefit-8:after{
    top: -42px!important;
    left: -110px;
    width: 142px;
    height: 42px;
    background-image:url("https://www.planettogether.com/hubfs/gray-line-4.png");
    background-size: contain;
}
.section-different .white-full-cta {
    margin: 0 0 50px;
}
.see-details-btn {
    /*border: 2px solid #1896d3;
    padding: 10px 30px;*/
    text-transform: uppercase;
    font-weight: bold;
    cursor:pointer;
    color:#1896d3;
    
}
.see-details-btn i {
     transform:rotate(0deg);
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
    font-size:30px;
 }
.see-details-btn.active i {
    transform:rotate(180deg);
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    
}
.see-details-btn:hover {
    color: #b2d235;
}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/
*{
    font-family:'Univers LT W01_55 Roman';
    /*transition-duration: .4s;
    -webkit-transition-duration: .4s;*/
}
a{
    text-decoration: none;
    color: #1896d3;
}
a:hover{
    color: #6f6f6f;
}
.whitepaper span>a{
    text-decoration: none!important;
    color: #1896d3!important;
    text-transform: initial;
    display: inline;
    font-weight: initial;
    font-size: inherit;
    border: 0;
    padding: 0;
    margin-top: 0;
}
.whitepaper span>a:hover{
    color: #6f6f6f!important;
}
input {
  border-radius: 0!important;
}
.css-hide {
    display: none!important;
}
.center {
  text-align: center;
}
/* Hamburger menu on Desktop*/
#desktop-hamburger{
    position: fixed;
    top: 120px;
    right: 0;
    max-width: 250px;
    width: auto !important;
    display: none!important;
    
}
.login-wrapper{
    position: relative;
    background-color: rgba(5, 5, 5, 0.6);
    padding: 5px 10px 10px;
    width: 50px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor : pointer;
    margin-top: 5px;
    height: 67px;
    padding: 0!important;
    display: none;
   
}
.login-wrapper:hover a{
    color: #1896d3;
}
.login-wrapper a{
    color: #ffffff;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    display: block;
    font-size: 17px;
    margin: 26px 0 0 0;
}
.login-wrapper-mobile{
    display: none!important;
    position: absolute;
    bottom: -29px;
    right: 0;
    background-color: rgba(5, 5, 5, 0.6);
    padding: 5px 10px;
}
.login-wrapper-mobile a{
    color: #ffffff;
    display: block;
    font-size: 15px;
    right: 0;
}
#desktop-hamburger{
    background-color: rgba(5, 5, 5, 0.6);
    padding: 5px 10px 10px;
    width: 50px!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    cursor : pointer;
    display: none !important;
}
#desktop-hamburger >div{
    background-color: #1896d3;
    height: 5px;
    width: 100%;
    margin-top: 5px;
    display: none !important;
}
.desktop-menu-list.active >div{
    width: 200px;
    padding: 15px;
}
.desktop-menu-list>div{
    position: fixed;
    top: 120px;
    right: 50px;
    background-color: rgba(5, 5, 5, 0.6);
    width: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-wrap{
    z-index: 99999999!important;
}
.desktop-menu-list ul {
    width: 100%;
}

.desktop-menu-list ul li{
    width: 100%;
    margin: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.desktop-menu-list ul li a{
    color: #ffffff!important;
}
@media (min-width: 768px) {
    .desktop-menu-list ul li a:hover{
        color: #b2d235!important;
    }
}
@media (max-width: 768px) {
       .desktop-hamburger{
        display: none!important;
    } /*
.login-wrapper-mobile{
        display: block!important;
    }*/
}

/* Google Language*/
.goog-te-menu-frame{
    box-shadow: none!important;
    top: 45px!important;
    border: none!important;
    width: 100%!important;
}
.goog-te-gadget-simple{
    background-color: transparent!important;
    border: none!important;
}
.goog-te-menu-value{
    background-image: url("//www.planettogether.com/hubfs/little-arrow.png");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 15px;
}
.goog-te-gadget-simple span{
    color: transparent!important;
    border: none!important;
}
.goog-te-gadget-icon{
    display: none;
}
.goog-te-menu-value span:first-of-type{
    color: #ffffff!important;
    margin-right: 6px;
}
.goog-te-menu2{
    background-color: rgba(24, 150, 211, 0.65);
}

input[type=submit]{
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
iframe{
    z-index: 1;
    position: relative;
}
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
	vertical-align: baseline;
}
::-webkit-input-placeholder {
   color: rgba(255,255,255,0.5);
   font-size: 15px;
   text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(255,255,255,0.5);
   font-size: 15px;
   text-transform: uppercase;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255,255,255,0.5);
   font-size: 15px;
   text-transform: uppercase;
}

:-ms-input-placeholder {  
   color: #ffffff;
   font-size: 15px;
   text-transform: uppercase;
}
body{
    margin:0!important;
}
.page-title{
    padding-top: 150px!important;
}
.page-title p{
    color: #fff;
}
h2 span{
    font-size: inherit!important;
    font-family: inherit!important;
    line-height: inherit!important;
}
ol, ul{
    list-style: none;
    padding: 0;
}
body p,
p,
span{
    color: #6f6f6f;
    line-height: initial!important;
    font-family:'Univers LT W01_55 Roman'!important;
}
.team{
    padding: 50px 0 0;
}
.team h2{
    border-bottom: none!important;
    margin-bottom: 0!important;
    font-family: 'Univers LT W01_65 Bold';
    padding-bottom: 0!important;
    font-weight: initial!important;
    min-height: 85px;
}
.team .position{
    border-bottom: 2px solid #363636;
    padding-bottom: 10px;  
    text-align: left;
    white-space: nowrap;
}
.team .position span{
    font-family:'UniversLTW10-47LightCn';
    color: #363636;
}
.main-nav-fixed img {
    height: initial !important;
    width: auto !important;
}
.page-title h1{
    margin-top: 50px;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Univers LT W10_75 Black';
}
.page-title p{
    color: #fff;
    font-size: 22px;
    font-family: 'Univers LT W01_55 Roman';
    line-height: 32px!important;
}
h2{
    font-size: 35px;
    font-family:'Univers LT W01_65 Bold';
    text-transform: uppercase;
}
h3{
    font-size: 30px;
}
em,
em span{
    font-family: 'UniversLTW10-55Oblique';
}
.pricing-axure .section-packages {
    width: 100%;
    background-color: #fff;
}
.padding-bottom-0 {
    padding:bottom:0 important;
}
.margin-top-25 {
    margin-top: 25px !important;
}
.pricing-sub-header-container {
    margin-bottom: 30px !important; 
    margin-top: 30px !important;
}
.dash-border {
    border-bottom: 1px dashed #555555;
}
.subscribe-pricing-include {
	margin-top:5px !important;
	background: #ffffff !important;
}
.pricing-include-box {
	background: #1896d3 !important;
	border-top:2px solid #b2d253 !important;
}
.pricing-include-small-box {
	background: #585858 !important;
	margin-left: 0px;
	margin-right:0px;
	width:33.3333%;
	margin: 0 !important; 
	width: 33.33% !important;

}	
.pricing-include-small-box.light-dark {
	background: #454546 !important;
	border-left: 2px solid #FF9E00;
    border-right: 2px solid #FF9E00;
}
.pricing-include-small-box.dark {
	background: #333 !important;
}
.margin-bottom-50 {
    margin-bottom:50px !important;
}
.section-packages .blog-form-trigger span,
.section-academy .blog-form-trigger span {
    border: 2px solid #fff;
    padding: 14px 70px;
    color: #fff;
    font-size: 20px;
    font-family: 'UniversLTW10-67BoldCn'!important;
    text-transform: uppercase;
    cursor: pointer;
}
.hs_cos_wrapper_type_form {
  color: #fff;
}
.gated-lightbox {
  display: none!important;
}
@media (min-width: 768px) {
    .section-packages .blog-form-trigger:hover span,
    .section-academy .blog-form-trigger:hover span {
        border: 2px solid #fff;
        padding: 14px 45px;
        background-color: #fff;
        color: #1896d3;
        cursor: pointer;
    }
}
.section-improvement .blog-form-trigger span {
    border: 2px solid #1896d3;
    padding: 14px 45px;
    font-size: 20px;
    font-family: 'UniversLTW10-67BoldCn';
    text-transform: uppercase;
    color: #6f6f6f;
    cursor: pointer;
}
@media (min-width: 768px) {
    .section-improvement .blog-form-trigger:hover span,
    .blog-cta .blog-form-trigger:hover span {
        border: 2px solid #1896d3;
        padding: 14px 45px;
        background-color: #1896d3;
        color: #fff;
        cursor: pointer;
    }
}
.lightbox-form-overlay,
.lightbox-form-overlay-2,
.lightbox-form-overlay-3,
.lightbox-form-overlay-4{
    display: none!important;
    position: fixed;
    height: 100%;
    width; 100%!important;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 11;
}
.lightbox-form-show,
.lightbox-form-show-2,
.lightbox-form-show-3,
.lightbox-form-show-4{
    display: block!important;
}
.lightbox-form,
.lightbox-form-2,
.lightbox-form-3,
.lightbox-form-4{
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    width: 320px!important;
    margin: auto!important;
    background-color: #1896d3;
    padding: 20px;
    border-radius: 3px;
}
.lightbox-form .close-form,
.lightbox-form-2 .close-form-2,
.lightbox-form-3 .close-form-3,
.lightbox-form-4 .close-form-4{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.lightbox-form h3,
.lightbox-form-2 h3,
.lightbox-form-3 h3,
.lightbox-form-4 h3{
    margin: 35px 0 25px!important;
    color: #363636!important;
    text-align: center;
}
.lightbox-form .hs-form-radio-display,
.lightbox-form-2 .hs-form-radio-display,
.lightbox-form-3 .hs-form-radio-display,
.lightbox-form-4 .hs-form-radio-display {
    display: inline-flex;
    width: 100%;
    padding: 15px 25px!important;
}
.lightbox-form .hs-form-radio,
.lightbox-form-2 .hs-form-radio,
.lightbox-form-3 .hs-form-radio,
.lightbox-form-4 .hs-form-radio {
    border: 3px solid #fff;
    text-transform: uppercase;
    
}
.lightbox-form .hs-form-radio input[type="radio"],
.lightbox-form-2 .hs-form-radio input[type="radio"],
.lightbox-form-3 .hs-form-radio input[type="radio"],
.lightbox-form-4 .hs-form-radio input[type="radio"] {
    width: 30px!important;
}
.lightbox-form .hs_firstname label,
.lightbox-form .hs_lastname label,
.lightbox-form-2 .hs_firstname label,
.lightbox-form-2 .hs_lastname label,
.lightbox-form-3 .hs_firstname label,
.lightbox-form-3 .hs_lastname label,
.lightbox-form-4 .hs_firstname label,
.lightbox-form-4 .hs_lastname label {
    display: none!important;
}
.lightbox-form .hs_firstname,
.lightbox-form .hs_lastname,
.lightbox-form-2 .hs_firstname,
.lightbox-form-2 .hs_lastname,
.lightbox-form-3 .hs_firstname,
.lightbox-form-3 .hs_lastname,
.lightbox-form-4 .hs_firstname,
.lightbox-form-4 .hs_lastname {
    margin: 15px 0;
    
}
.lightbox-form .hs_firstname input,
.lightbox-form .hs_lastname input,
.lightbox-form-2 .hs_firstname input,
.lightbox-form-2 .hs_lastname input,
.lightbox-form-3 .hs_firstname input,
.lightbox-form-3 .hs_lastname input,
.lightbox-form-4 .hs_firstname input,
.lightbox-form-4 .hs_lastname input{
    background: transparent!important;
    border: 3px solid #fff!important;
    border-radius: 0px!important;
    color: #fff;
}
.lightbox-form .hs_job_title_function_select_closest_match_,
.lightbox-form-2 .hs_job_title_function_select_closest_match_,
.lightbox-form-3 .hs_job_title_function_select_closest_match_,
.lightbox-form-4 .hs_job_title_function_select_closest_match_ {
    margin: -10px 0 20px!important;
}
.lightbox-form .hs_comments_and_background,
.lightbox-form-2 .hs_comments_and_background,
.lightbox-form-3 .hs_comments_and_background,
.lightbox-form-4 .hs_comments_and_background {
    margin: 10px 0 20px!important;
}
.lightbox-form .hs_email label,
.lightbox-form-2 .hs_email label,
.lightbox-form-3 .hs_email label,
.lightbox-form-4 .hs_email label {
    display: none!important;
}
.lightbox-form input[type="email"],
.lightbox-form-2 input[type="email"],
.lightbox-form-3 input[type="email"],
.lightbox-form-4 input[type="email"] {
    margin: 0 0 25px 0!important;
    background: transparent;
    border: 3px solid #fff!important;
    border-radius: 0px!important;
    color: #fff!important;
    border-radius: 0px;
}
.lightbox-form .hs-form-field,
.lightbox-form .hs-form-field span,
.lightbox-form-2 .hs-form-field,
.lightbox-form-2 .hs-form-field span,
.lightbox-form-3 .hs-form-field,
.lightbox-form-3 .hs-form-field span,
.lightbox-form-4 .hs-form-field,
.lightbox-form-4 .hs-form-field span{
    color: #fff!important;
}
.lightbox-form .multi-container li,
.lightbox-form-2 .multi-container li,
.lightbox-form-3 .multi-container li,
.lightbox-form-4 .multi-container li {
    margin: 10px 0;
}
.lightbox-form .multi-container li input,
.lightbox-form-2 .multi-container li input,
.lightbox-form-3 .multi-container li input,
.lightbox-form-4 .multi-container li input {
    box-shadow: none!important;
}
.lightbox-form form .actions input,
.lightbox-form-2 form .actions input,
.lightbox-form-3 form .actions input,
.lightbox-form-4 form .actions input {
    font-weight: 800;
    background: #fff;
    border: 2px solid #fff!important;
    border-radius: 0px!important;
    color: #1896d3;
    cursor: pointer;
}
.lightbox-form form .actions input:hover,
.lightbox-form-2 form .actions input:hover,
.lightbox-form-3 form .actions input:hover,
.lightbox-form-4 form .actions input:hover{
    background: transparent;
    border: 2px solid #fff!important;
    color: #fff;
    cursor: pointer;
}
.lightbox-form input[type="submit"], 
.lightbox-form-2 input[type="submit"], 
.lightbox-form-3 input[type="submit"], 
.lightbox-form-4 input[type="submit"]{
    padding: 15px 0!important;
}
.lightbox-form input[type="email"], 
.lightbox-form-2 input[type="email"], 
.lightbox-form-3 input[type="email"], 
.lightbox-form-4 input[type="email"]{
    padding: 15px 20px!important;
}
.open-responsive{
    display: none!important;
}
.bms-logo-menu ul{
    margin-top: 10px!important;
    float: right;
}
.learn-more-cta a,
.learn-more-cta a span{
    color: #1896d3;
    text-transform: uppercase;
    font-family: 'Univers LT W01_65 Bold'
}

.footer-go-top-container{
    position: fixed;
    right: 0;
    bottom: 100px;
    width: 50px;
    height: 50px;
    z-index: 10;
}
.footer-go-top{
    position: absolute;
    right: 0px;
    width: 55px;
    height: 55px;
    background-image:url('//332602.fs1.hubspotusercontent-na1.net/hubfs/332602/up-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    border: 3px solid #b2d235;
}
@media (min-width: 768px) { 
    .learn-more-cta a:hover,
    .learn-more-cta a span:hover{
        color: #c4c4c4;
    }
    .footer-go-top {
    right: 15px;
    width: 60px;
    height: 60px;
    }
    .footer-go-top:hover{
        background-position: center 10px;
    }
}
.container div{
    width: 100%;
    max-width: 1024px;
    margin: auto;
}
.blue-cta{
    text-align: center!important;
}
a.blue-cta ,
.blue-cta a{
    border: 2px solid #1896d3!important;
    padding: 15px 25px!important;
    text-transform: uppercase!important;
    font-size: 20px!important;
    font-family: 'UniversLTW10-67BoldCn'!important;
    color: #6f6f6f;
}
a.blue-cta span,
.blue-cta a span{
    text-transform: uppercase!important;
    font-size: 20px!important;
    font-family: 'UniversLTW10-67BoldCn'!important;
    color: #6f6f6f;
}
.blog-cta .blog-form-trigger {
    margin: 17px 0;
}
.blog-cta .blog-form-trigger span{
    border: 2px solid #1896d3;
    padding: 15px 45px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'UniversLTW10-67BoldCn'!important;
    color: #6f6f6f;
    cursor: pointer;
}
@media (min-width: 768px) {  
    .blue-cta a:hover{
        background-color: #1896d3;
    }
    .blue-cta a:hover,
    .blue-cta a:hover span{
        color: #fff;
    }
    .blog-cta .blog-form-trigger:hover span{
        background-color: #1896d3;
    }
    .blog-cta .blog-form-trigger:hover span{
        color: #fff;
    }
}
.white-cta,
.blog-form-trigger-2 span,
.blog-form-trigger-3 span{
    text-align: center;
}
.white-cta a,
.blog-form-trigger-2 span,
.blog-form-trigger-3 span{
    border: 2px solid #ffffff;
    padding: 15px 20px;
    font-size: 20px;
    font-family: 'UniversLTW10-67BoldCn';
    color: #ffffff;
    text-transform: uppercase;
}
.white-cta a span{
    font-size: 20px;
    font-family: 'UniversLTW10-67BoldCn';
    color: #ffffff;
    text-transform: uppercase;
}
@media (min-width: 768px) {  
    .white-cta a:hover,
    .blog-form-trigger-2:hover span,
    .blog-form-trigger-3:hover span{
        background-color: #ffffff;
        color: #1896d3;
    }
    .white-cta a:hover span{
        color: #1896d3;
    }
}
.green-cta{
    text-align: center;
}
.green-cta a{
    border: 2px solid #b2d235;
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'UniversLTW10-67BoldCn';
    color: #b2d235;
}
.green-cta a span{
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'UniversLTW10-67BoldCn';
    color: #b2d235;
}
@media (min-width: 768px) {  
    .green-cta a:hover{
        background-color: #b2d235;
    }
    .green-cta a:hover{
        color: #8e8f92;
    }
    .green-cta a:hover span{
        color: #8e8f92;
    }
}
.green-full-cta{
    text-align: center;
}
.green-full-cta a{
    border: 2px solid #b2d235;
    padding: 15px 50px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'UniversLTW10-67BoldCn';
    color: #363636;
    background-color: #b2d235;
    width: 75%;
}
.green-full-cta a span{
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'UniversLTW10-67BoldCn';
    color: #363636;
}
@media (min-width: 768px) {  
    .green-full-cta a:hover{
        background-color: transparent;
        color: #b2d235;
    }
    .green-full-cta a:hover span{
        color: #b2d235;
    }
    .green-full-cta a {
        padding: 15px 40px!important;
    }
}
.white-full-cta{
    text-align: center;
}
.white-full-cta a{
    border: 2px solid #fff;
    padding: 15px 50px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'UniversLTW10-67BoldCn';
    color: #1896d3;
    background-color: #fff;
    width: 75%;
}
.white-full-cta a span{
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'UniversLTW10-67BoldCn';
    color: #1896d3;
}
@media (min-width: 768px) {
    .pricing-table-row-single .white-full-cta a:hover,
    .white-full-cta a:hover{
        background-color: transparent;
        color: #fff;
    }
    .white-full-cta a:hover span{
        color: #fff;
    }
}
.custom-quote-cta {
    margin: 90px 30px 0 -10px!important;
}
.custom-quote-cta a{
    padding: 15px 25px!important;
}
@media (max-width: 767px) {
    .custom-quote-cta {
        margin: -50px 10px 50px -10px!important;
    }
    .pricing-include-small-box {
        width:100% !important;
    }
    .pricing-include-small-box.light-dark {
        border:none !important;
    }
}
.video-cta{
    position: relative;
    cursor: pointer;
}
.video-cta a>div{
    position: relative;
}
.video-cta a>div img{
    min-width: 100%;
}
.video-cta a>div:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 92%;
    height: 92%;
    margin: 4%;
    background-color: rgba(255,255,255,0.4);
    content:"";
    background-image:url('https://www.planettogether.com/hubfs/dark-play-cta.png');
    background-repeat: no-repeat;
    background-position: 90% 90%;
    transition-duration: .6s;
    -webkit-transition-duration: .6s;
}
@media (min-width: 768px) { 
    .video-cta:hover a>div:after{
        background-color: rgba(0,0,0,0);
        background-position: center;
    }
    .video-cta:hover a p{
        color: #b2d235;
    }
}
.video-cta a p{
    text-align:center;
    margin: 25px 0 0;
    font-family: 'Univers LT W01_65 Bold';
    color: #1896d3;
    font-size: 20px;
}
.header-container-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: transparent;
    z-index: 999999;
}
.header-bms{
    padding: 0 0 5px!important;
    border-bottom: rgba(255,255,255,0.2) solid 1px;
}
.header-bms ul li a{
    padding: 0 10px!important;
    color: #bdbdbd;
    max-width: initial!important;
    text-overflow: initial!important;
    overflow: initial!important;
    font-family: 'UniversLTW10-57Condense_726513'!important;
    white-space: normal!important;
}
.header-free-trial{
    background-color: rgba(0,0,0,0.4);
    padding: 10px 0 14px;
    margin-bottom: 5px;
}
.header-free-trial .header-phone{
    max-width: 250px;
    float: left;
}
.header-free-trial .header-phone a{
    font-family: 'UniversLTW10-47LightCn';
    color: #ffffff!important;
}
.header-free-trial .header-phone a:hover{
    color: #1896d3!important;
}
.header-free-trial .free-cta{
    position: relative;
    padding: 0 0 0 5px;
}
.header-free-trial .free-cta span{
    color:  #b2d235;
    font-family: 'UniversLTW10-67BoldCn';
    font-size: 17px;
}
.header-free-trial .free-cta a{
    position: relative;
    float: right;
}
.header-free-trial .free-cta a:after{
    position: absolute;
    top: 3px;
    left: -15px;
    width: 0;
    height: 0;
    border: solid 8px transparent;
    border-left: solid 8px #fff;
    content: "";
}




@media (min-width: 768px) {  
    .header-bms ul li a:hover{
        color: #b2d235!important;
    }
}
.learning-sub-menu{
    text-align:center;
    background-color: rgba(180,180,180,0.1);
    border-top: #777777;
    font-size: 15px;
}

.learning-sub-menu a{
    color: #1896d3;
    text-transform: uppercase;
    font-family: 'UniversLTW01-57Condense_723821';
}

@media (min-width: 768px) { 
    .learning-sub-menu a:hover{
        color: #d8df20;
    }
}
.hero{
    position: relative;
    padding-top: 200px;
    padding-bottom: 130px;
    background-image: url(https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2653412714-png/hero-pt.png);
    background-size: cover;
    z-index: 1;
}
.hero:after{
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color:rgba(39,39,39,0.7);
    z-index: 2;
    content: "";
}
.hero h3{
    font-size: 31px;
         font-family:'Univers LT W01_55 Roman';
    color: #bdbdbd;
    margin: 0 0 10px;
}
.hero h1{
    font-family: 'Univers LT W10_75 Black';
    line-height: 75px;
    font-size: 66px;
    letter-spacing: -1px;
    color: #ffffff;
}
.hero div{
    position: relative;
    z-index: 3;
}
.hero .hero-video-play{
    cursor: pointer;
    margin: 50px 0 50px 2%;
}
.hero div img {
    margin-top: 50px;
    margin-bottom: 50px;
}
@media (min-width: 768px) {  
    .hero .hero-video-play:hover{
        opacity: 0.6;
    }
}
.hero .hero-video-url{
    display: none;
}
.hero-video-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 1;
    text-align: center;
}
.hero-video-container #player{
    margin: 160px 0 0;
}
.hero-video-container #hero-video-close{
    position: absolute;
    top: 100px;
    right: 100px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bolder;
    font-size: 40px;
}
.hero-3{
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/launch-hero-bg.png')!important;
    padding-top: 150px;
}
.hero-2 h1{
    text-align: center;
    word-wrap: initial;
    font-size: 50px;
    line-height: 50px;
    margin: 35px 0 ;
}
.hero-2{
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/planner-hero-bg.png');
    background-position: 0 0;
}
.hero-2 p{
    font-size: 22px;
    font-family: 'Univers LT W01_55 Roman';
    line-height: 32px!important;
    color: #fff;
    text-align: center;
}
.hero-2 em span,
.hero-2 em{
    font-family: 'UniversLTW10-55Oblique';
}
.hero-planner{
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/planner-hero-bg.png');
    padding: 150px 0 80px;
}
.hero-planner h1{
    text-align: center;
    word-wrap: initial;
    font-size: 50px;
    line-height: 50px;
    margin: 30px 0;
}
.hero-planner p{
    font-size: 22px;
    font-family:'Univers LT W01_55 Roman';
    line-height: 32px!important;
    color: #ffffff;
}
.hero-planner .green-cta{
    margin-bottom: 25px;
    line-height: 35px;
}
.hero-planner .green-cta a{
    padding:15px 60px!important;
}
.hero-ops{
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/ops-bg.png')!important;
}
.hero-ops h3{
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Univers LT W01_65 Bold';
    margin: 0;
    text-align: center;
}
.hero-ops p{
    margin: 0;
    text-align: center;
}
.hero-learning{
    padding: 200px 0 90px;
}
.hero-learning h1{
    text-align: center;
    word-wrap: initial;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 20px;
}
.hero-learning iframe{
    width: 100%!important;
    height: 270px!important;
    max-width: 425px;
}
.hero-learning .green-text{
    position: relative;
    background-color: green;
    padding: 15px;
    margin: 0 0 50px;
}
.hero-learning p{
    color: #ffffff;
    font-size: 22px;
    font-family:'Univers LT W01_55 Roman';
    line-height: 32px!important;
}
.hero-learning .hero-learning-signup {
    position: relative;
}
.hero-learning .hero-learning-signup label{
    display: none;
}
.hero-learning .hero-learning-signup h3{
    color: #fff;
    text-align: left;
    font-size: 20px;    
    font-family: 'UniversLTW10-67BoldCn';
    padding: 0 0 0 40%;
    letter-spacing: 3px;
    margin: 40px 0 55px;
    font-weight: 300;
}
.hero-learning .hero-learning-signup input[type="email"]{
    background: none;
    border: 2px solid #fff!important;
    border-radius: 0!important;
    margin: 0 0 10px;
    padding: 14px!important;
    color: #fff;
}
.hero-learning .hero-learning-signup input[type="submit"]{
    border-radius: 0!important;
    border: 2px solid #d8df20!important;
    background-color: #d8df20;
    color: #000;
    padding: 12px!important;
    text-transform: uppercase;
    font-family: 'UniversLTW10-67BoldCn';
    cursor: pointer;
    font-size: 20px!important;
}

@media (min-width: 768px) {  
    .hero-learning .hero-learning-signup input[type="submit"]:hover{
        background-color: transparent;
        color: #FFF;
    }
}
.hero-learning .hero-learning-signup h3:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 93px;
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/learning-book-form.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";    
}
.hero-services{
    padding:225px 0 60px;
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/services-hero-bg.png');
    padding-right: 0 !important;
}
.hero-services .green-cta a{
    width: 75%;
}
.hero-services .hero-service{
    background-color: rgba(255,255,255,0.3);
    padding:20px 10px 0;
    text-align: left;
    min-height: 190px!important;
}
.hero-services .hero-service span{
    color: #fff;
    font-size: 16px;
}
.hero-services .hero-service .hero-service-title{
    border-bottom: rgba(255,255,255,0.6) 1px dotted;
    padding: 0 0 8px;
}
.hero-services .hero-service .hero-service-title span{
    color: #d8df20;
    font-family: 'UniversLTW10-67BoldCn';
}
.hero-services .hero-service .hero-service-text{
    margin-top: 8px;
}
.hero-capability{
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/services-hero-bg.png')!important;
}
.hero-capability .green-full-cta a{
    padding : 15px 150px;
    width: initial;
}
.section-different{
    background-color: #1896d3;
}
.section-different>div{
    position: relative;
}
.section-different>div:first-of-type:after{
    position: absolute;
    top: -60px;
    right: 0;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2653717182-png/section-five-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    content: "";
}
.section-different h2{
    color: #fff;
    text-align: center;
}
.section-different .white-circle-simple{
    margin: 60px 0 40px;
}
.section-different .white-circle-simple>div{
    position: relative;
    height: 180px;
    width: 180px;
    margin: auto;
    background-color:#fff;
    border-radius: 50%;
}
.white-circle-simple-1>div{
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
}
.white-circle-simple-2>div{
    transition-duration: .8s;
    -webkit-transition-duration: .8s;
}
.white-circle-simple-3>div{
    transition-duration: 1.2s;
    -webkit-transition-duration: 1.2s;
}
.section-different .white-circle-simple>div:after{
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -25px;
    border: transparent 25px solid;
    border-top: #1896d3 25px solid; 
    content: "";
}
.section-different .white-circle-simple>div p{
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-family: 'UniversLTW10-67BoldCn';
    color: #363636;
    transition-duration: 0s!important;
    -webkit-transition-duration: 0s!important;
}
@media (min-width: 768px) {  
   .section-different:hover .white-circle-simple>div{
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg); 
        transform: rotate(180deg);           
   }
   .section-different:hover .white-circle-simple>div p{
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg); 
        transform: rotate(-180deg);           
   }
}
.white-circle-simple-text span{
    color: #fff;
    font-size: 17px;
}
.section-different .white-full-cta{
    margin-top: 70px;
}
.videos-learning{
    text-align: center;
    padding: 60px 0 100px!important;
    background-color: #ffffff!important;
}
.videos-learning .blue-cta{
    margin-top: 70px!important;
}
.section-walkthroughs h2,
.videos-learning h2{
    color: #1896d3;
    margin-bottom: 20px;
}
.section-walkthroughs .blue-cta,
.videos-learning .blue-cta{
    margin-top: 70px;
}
.section-walkthroughs{
    text-align: center;
    background-color: #e8e8e8;
    padding:60px 0;
}
.section-walkthroughs>div:first-of-type{
    position: relative;
}
.section-walkthroughs>div:first-of-type:after{
    position: absolute;
    top: -60px;
    left: 0;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2654145129-png/section-two-dots.png');
    width: 10px;
    height: 50px;
    z-index: 3;
    visibility: visible;
    content: "";
}
.section-walkthroughs .wt-copy{
    font-size: 22px;
    margin: 0 0 50px;
    line-height: 32px;
}
.section-walkthroughs .wt-image img{
    border-radius: 50%;
    overflow: hidden;
}
.section-walkthroughs .wt-image a>div{
    position: relative;
}
.section-walkthroughs .wt-image a>div:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 92%;
    height: 92%;
    background-color: rgba(255,255,255,0.4);
    margin: 4%;
    border-radius: 50%;
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/plus-cta.png');
    background-position: center;
    background-repeat: no-repeat;
    transition-duration: .6s;
    -webkit-transition-duration: .6s;
}
.section-walkthroughs .blue-cta a{
    padding: 15px 50px;
}
@media (min-width: 768px) {  
    .section-walkthroughs .wt-image a>div:hover:after{
        background-color: transparent;
        background-image: none;
        cursor: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/plus-cta.png'), auto;
    }
    .section-walkthroughs .blue-cta:hover a{
        color: #fff;
    }
}
.section-library-documents{
    padding: 60px 0 90px;
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/lib-doc-bg.png');
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.section-library-documents>div:first-of-type{
    position: relative;
}
.section-library-documents>div:first-of-type:after{
    position: absolute;
    top: -60px;
    right: 0;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2662097228-png/section-three-dots.png');
    width: 10px;
    height: 50px;
    z-index: 3;
    visibility: visible;
    content: "";
}
.section-library-documents:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);  
    z-index: 2;
    content: "";
}
.section-library-documents>div{
    position: relative;
    z-index: 3;
}
.section-library-documents h2{
    color: #fff;
    margin: 0 0 50px;
    text-align: center;
}
.section-library-documents .white-cta{
    margin-top: 90px;
}
.section-library-documents .white-cta a{
    padding: 15px 70px;
}
.section-academy p{
    color: #fff;
    font-size: 22px;
    line-height: 32px!important;
    text-align: center;
}
.section-improvement{
    background-color: #e8e8e8;
}
.section-improvement>div{
    position: relative;
}
.section-improvement>div:first-of-type:after{
    position: absolute;
    top: -60px;
    right: 0;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2654145129-png/section-two-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    z-index: 3;
    content: "";
}
.section-improvement h2{
    color: #1896d3;
    text-align: center;
    margin: 0 0 20px;
    padding-top: 45px;
}
.section-improvement p{
    font-size: 22px;
    line-height: 32px!important;
    color: #6f6f6f;
    text-align: center;
}
.section-improvement .improvement-quote{
    position: relative;
    margin: 110px 0 30px;
    text-align: center;
    font-size: 18px;
}
.section-improvement .improvement-quote:after{
    position: absolute;
    top: -70px;
    width: 60px;
    height: 60px;
    background-image: url("https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2654692458-png/quotes-blue.png");
    background-size: 100% 100%;
    content: "";
}
.improvement{
    position: relative;
    text-align: left;
    padding: 0 0 0 80px;
    margin: 30px 0 0;
}
.improvement:after{
    position: absolute;
    top: 5px;
    left: 0;
    height: 49px;
    width: 49px;
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/blue-icon-pt.png');
    content: "";
}
.section-improvement .improvement-6:after,
.section-improvement .improvement-2:after{
    opacity: .75;
}
.section-improvement .improvement-7:after,
.section-improvement .improvement-3:after{
    opacity: .5;
}
.section-improvement .improvement-8:after,
.section-improvement .improvement-4:after{
    opacity: .25;
}
.section-improvement .improvement-5:after,
.section-improvement .improvement-6:after,
.section-improvement .improvement-7:after,
.section-improvement .improvement-8:after{
    -webkit-filter: grayscale(100%)!important;
    filter: grayscale(100%)!important;    
}
.section-improvement h3{
    font-family: 'UniversLTW10-67BoldCn';
    font-size: 20px;
    text-align: left;
    margin: 0 0 20px;
}
.improvement p{
    font-size: 15px;
    line-height: 20px!important;
    text-align: left;
}
.improvement-cta {
    display: none!important; /*Taken out for time being until pages are created*/
    margin-left: 80px!important;
}
.improvement-cta a span{
    color: #1896d3;
    font-size: 15px;
    font-family: 'UniversLTW10-67BoldCn';
}
.section-improvement .blue-cta {
    margin-top: 70px;
    margin-bottom: 40px;
}
.section-improvement .blue-cta a {
    padding: 15px 70px;
}
@media (min-width: 768px) { 
    .improvement-cta a:hover span {
        color: #b2d235;
    }
}
.section-details{
    background-color: #e8e8e8;
}
.section-details>div{
    position: relative;
}
.section-details>div:first-of-type:after{
    position: absolute;
    top: -60px;
    right: 0;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2654145129-png/section-two-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    content: "";
}
.section-details h2{
    color: #b2d235;
    margin-bottom: 50px;
    text-align: center;
}
.section-details .improvement-cta{
    display: none;
}
.section-details .detail-2.improvement:after,
.section-details .detail-7.improvement:after{
    opacity: 0.8;
}
.section-details .detail-3.improvement:after,
.section-details .detail-8.improvement:after{
    opacity: 0.6;
}
.section-details .detail-4.improvement:after,
.section-details .detail-9.improvement:after{
    opacity: 0.4;
}
.section-details .detail-5.improvement:after,
.section-details .detail-10.improvement:after{
    opacity: 0.2;
}
.section-details .detail-10.improvement:after,
.section-details .detail-6.improvement:after,
.section-details .detail-7.improvement:after,
.section-details .detail-8.improvement:after,
.section-details .detail-9.improvement:after{
    -webkit-filter: grayscale(100%)!important;
    filter: grayscale(100%)!important;
}
.section-details .blue-cta{
    margin-top: 70px;
}
.lib-doc-cta{
    position: relative;
    cursor: pointer;
}
.lib-doc-cta a:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 92%;
    height: 92%;
    margin: 4%;
    background-color: rgba(255,255,255,0.4);
    content:"";
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/lib-cta.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition-duration: .6s;
    -webkit-transition-duration: .6s;
}
@media (min-width: 768px) { 
    .lib-doc-cta a:hover:after{
        background-color: rgba(0,0,0,0);
        background-position: 95% 95%;
    }
}
.lib-doc-cta img{
    width: 100%;
}
.section-one{
    background-color: #1896d3;
}
.section-one .white-circles{
    position: relative;
    z-index: 3;
    text-align: center;
}
.white-circles .white-circle a {
    font-size: 16px;
    line-height: 1!important;
    color: #363636;
}
.section-one .section-one-dots-container{
    margin-top: -1px;
}
.section-one .section-one-dots-container{
    position: relative;
}
.section-one .section-one-dots-container:after{
    position: absolute;
    top: -60px;
    right: 0;
    background-image:url(https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2653953394-png/hero-dots.png);
    width: 10px;
    height: 50px;
    z-index: 3;
    visibility: visible;
    content: "";
}
.white-circle>div{
    position: relative;
    background-color: white;
    width: 220px;
    height: 220px;
    margin: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-repeat: no-repeat;
    margin-top: -104px;
    border: 15px solid #1896d3;
    border-radius: 50%;
    z-index: 4;
    background-clip: padding-box;
}
.white-circle>div::after{
    position: absolute;
    top: 50%;
    right: -20px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-color: #fff;
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/plus-blue.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
    content: "";
}
.hidden {
    display: none;
}
.white-circle span{
    font-family: 'UniversLTW10-67BoldCn';
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #363636;
}
.white-circle a{
    position: absolute;
    left: 0;
    right: 0;
    top: 27%;
    z-index: 9;
}
.white-circle:nth-child(1)>div{
    background-image: url("https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2646023007-png/grey-rocket.png");
    background-position: 50% 80%;
}
.white-circle:nth-child(2)>div{
    background-image: url("https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2656665220-png/grey-graphic.png");
    background-position: 50% 80%;
}
.white-circle:nth-child(3)>div{
    background-image: url("https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2656665215-png/grey-notebook.png");
    background-position: 50% 80%;
}
.white-circle-content {
    text-align:left;
    padding-left: 15px;
    margin-top: 10px;
}
.white-circle-content span{
    color: #ffffff;
    font-size: 17px;
    font-family:'Univers LT W01_55 Roman';
}
.home-white-circles .white-circles .white-circle span {
    min-height: 0px!important
}
@media (min-width: 768px) {  
    .white-circle>div:hover a span{
        color: #1896d3;
    }
    .home-white-circles .white-circle>div:hover:after{
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
    }
    .white-circle:nth-child(1)>div:hover{
        background-image: url("https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2648078639-png/blue-rocket.png");
    }
    .white-circle:nth-child(2)>div:hover{
        background-image: url("https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2654535903-png/blue-graphic.png");
    }
    .white-circle:nth-child(3)>div:hover{
        background-image: url("https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2656619905-png/blue-notepad.png");
    }#
}
.section-one-copy{
    position: relative;
    margin-top: 60px;
    padding-left: 8.5%; 
    border-left: 10px solid #ffffff;
}
.section-one-copy:after{
    position: absolute;
    top: 30px;
    left: 0;
    height: 0;
    width: 0;
    border:solid transparent 15px;
    border-left: solid #ffffff 15px;
    content:"";
}
.section-one-copy p{
    color: #ffffff;
    font-size: 22px;
    font-family:'Univers LT W01_55 Roman';
    line-height: 32px!important;
}
.section-one-launch{
    padding: 60px 0 100px;
}
.section-one-launch .white-circle>div{
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/white-circle-black-line.png')!important;
    background-position: 50% 25%;
}
@media (min-width: 768px) {  
    .section-one-launch .white-circle>div:hover{
        background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/white-circle-black-line.png')!important;
        background-position: 50% 30%;
    }
}
.section-one-launch .white-circle a{
    position: relative;
    top: 80px;
}
.section-one-launch .white-circle a span{
    color: #000;
    font-size: 17px;
    font-family: 'UniversLTW01-67BoldCn';
}
.section-one-launch .white-circle a span>span{
    font-size: 15px;
    font-family:'UniversLTW01-57Condense_723821';
}
.section-one-launch .white-circle a:after{
    position: absolute;
    top: -50px;
    left: 35%;
    content:"1";
    color: #1896d3;
    font-family:'UniversLTW10-67BoldCn';
    font-size: 40px;
}
.section-one-launch .white-circle:nth-child(1) a:after{
    content: "1";
}
.section-one-launch .white-circle:nth-child(2) a:after{
    margin: 0 10px;
    content: "2";
}
.section-one-launch .white-circle:nth-child(3) a:after{
    content: "3";
    margin: 0  auto 0 10px;
}
.section-one-launch .white-circle>div::after{
    position: absolute;
    top: 88.5%;
    bottom: 0;
    left: 39%;
    right: initial;
    background-image: none;
    border-radius: 0px;
    background-color: transparent;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-bottom: 25px solid #1896d3;
    content: "";
}
.section-one-launch .white-cta{
    margin-top: 70px;
}

.section-one-launch .white-cta a{
    padding: 15px 50px;
}
.section-one-launch a{
    width: 100%;
    text-align: center;
    left: 0;
    text-transform: uppercase;
}
.section-two{
    position: relative;
}
.section-two>div{
    position: relative;
}
.section-two .container>div{
    position: relative;
    z-index:1;
}
.section-three-dots-container{
  min-height: 0!important;
  margin-top: -1px;
}
.section-two .container>div:after{
    position: absolute;
    top: 0;
    left: 0;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2662026738-png/section-one-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    z-index: 3;
    content: "";
}
.section-two-it .container>div:after{
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2662097228-png/section-three-dots.png');
}
.section-two-planner .container>div:after{
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2662097228-png/section-three-dots.png');
}
.section-two-launch .container>div:after{
    position: absolute;
    top: 0;
    right: 0;
    left: initial;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2662097228-png/section-three-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    z-index: 3;
    content: "";
}
.section-two-learning .container>div:after{
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2653953394-png/hero-dots.png');
}
/*
.section-two-copy{
    position: relative;
    left: 60%!important;
    margin-left: 65px!important;
    padding: 100px 0;
    max-width: 300px;
}
*/
.section-two-copy {
    position: relative;
    /* left: 60%!important; */
    /* margin-left: 65px!important; */
    padding: 60px 0;
    max-width: 370px;
    padding-left: 70px;
}
.section-two-copy span,
.section-two-copy p{
         font-family:'Univers LT W01_55 Roman';
    font-size: 18px;
}

.section-two-copy em,
.section-two-copy em span{
    font-family: 'UniversLTW10-55Oblique';
    font-size: 18px;
}
/*
.section-two-copy:after{
    position: absolute;
    top: 110px;
    left: -80px;
    width: 60px;
    height: 60px;
    background-image: url("//332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2654692458-png/quotes-blue.png");
    background-size: cover;
    content: "";
}
*/
.section-two-copy:after {
    position: absolute;
    top: 70px;
    left: -10px;
    width: 60px;
    height: 60px;
    background-image: url(//332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2654692458-png/quotes-blue.png?t=1492207941470);
    background-size: cover;
    content: "";
}
.section-two-scheduling .section-two-smile {
    position: absolute;
    width: 60%;
    background-image: url("https://www.planettogether.com/hs-fs/hubfs/knapheide.png?t=1435008420277&width=960");
    visibility: visible!important;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/*
.section-two-smile{
    position: absolute;
    width: 60%;
    background-image: url("//www.planettogether.com/hubfs/pt-quote-image-2.jpg");
    visibility: visible!important;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
*/

@media (min-width:1601px){
    
    .section-two-smile.home-vid {
        max-height: 560px;
        position: relative;
        overflow: hidden;
        height: 560px;
    }
    .section-two-smile.home-vid img {
        float: right;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
}
.section-two-smile {
    /* position: absolute; */
    width: 60%;
    /* background-image: url(https://www.planettogether.com/hubfs/pt-quote-image-2.jpg?t=1492207941470); */
    visibility: visible!important;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.section-two-smile-depuy:after{
    position: absolute;
    bottom: 30px;
    right: 0px;
    content: url("https://www.planettogether.com/hubfs/depuysynthes.png");
    z-index:999;
}

.section-three>div{
    position: relative;
}
.section-three h2{
    text-align: center; 
    margin-bottom: 20px; 
    color:#1896d3;
}
.section-three>div:first-of-type:after{
    position: absolute;
    top: -60px;
    right: 0;
    background-image:url(https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2654145129-png/section-two-dots.png);
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    content: "";
}
.section-three .benefits-clients-center-text {
    position: absolute;
    top: 43%;
    left: 24%;
    width: 52%;
    text-align: center;
    font-size: 16px;
    font-family: 'UniversLTW10-67BoldCn';
    color: #1896d3;
}
.section-three .benefits-clients-center-images {
    position: absolute;
    top: 30.3%;
    left: 22%;
    width: 56%;
    text-align: center;
    border-radius: 50%;
    overflow:hidden;
}
.section-three .benefits-clients-center-text .benefit-value-text{
    font-size: 18px;
}
.section-three .benefit,
.section-three .benefits {
    position: relative;
    min-height: 125px!important;
    padding: 40px 0;
    border-top: solid 1.25px #8E8F92;
}
.section-three .benefit p,
.section-three .benefits p{
    line-height: 22px;
    font-size: 16px;
    font-family: 'UniversLTW10-67BoldCn';
    color: #8e8f92;
    cursor: pointer;
}
@media (min-width: 772px) and (max-width: 960px) { 
    
    .hero h1 {
        font-size: 58px;
    }
}
@media (min-width: 768px) { 
    
.section-packages .pricing-column .row-fluid .span12.sub-sections{
   min-height: 100px!important;
}
    .section-three .benefit p:hover,
    .section-three .benefit p:hover{
        color: #1896d3;
    }
}
.section-three .benefit:after,
.section-three .benefits:after{
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
}
.section-three .benefit-1::after{
    top: -1px;
    right: -142px;
    width:142px;
    height: 60px;
    background-size: contain;
    background-image:url("https://www.planettogether.com/hubfs/benefit-line-1.png");
}
.section-three .benefit-2::after{
    top: -6px;
    right: -30px;
    width: 30px;
    height: 11px;
    background-image:url("https://www.planettogether.com/hubfs/blue-line-2.png");
    background-size: contain;
}
.section-three .benefit-3::after{
    top: -5px;
    right: -30px;
    width:30px;
    height: 10px;
    background-image:url("https://www.planettogether.com/hubfs/blue-line-3.png");
    background-size: contain;
}
.section-three .benefit-4::after{
    top: -56px;
    right: -142px;
    width: 142px;
    height: 70px;
    background-image:url("https://www.planettogether.com/hubfs/blue-line-4.png");
    background-size: contain;
}
.section-three .benefit-5::after{
    top: -1.5px;
    left: -100px;
    width:142px;
    height: 42px;
    background-image:url("https://www.planettogether.com/hubfs/gray-line-1.png");
    background-size: contain;
}
.section-three .benefit-6::after{
    top: -4.5%!important;
    left: -20px;
    width: 30px;
    height: 11px;
    background-image:url("https://www.planettogether.com/hubfs/gray-line-2.png");
    background-size: contain;
}
.section-three .benefit-7::after{
    top: -5px;
    left: -20px;
    width:30px;
    height: 10px;
    background-image:url("https://www.planettogether.com/hubfs/gray-line-3.png");
    background-size: contain;
}
.section-three .benefit-8::after{
    top: -42px!important;
    left: -110px;
    width: 142px;
    height: 42px;
    background-image:url("https://www.planettogether.com/hubfs/gray-line-4.png");
    background-size: contain;
}
.section-three .benefits-circle{
    margin-top: 40px;
}
.section-three .benefits-circle img{
    z-index: 2;
    position: relative;
}
.section-three .benefits-bg-image{
    position:absolute;
    width: 56.5%;
    left: 22%;
    height: 52%;
    top: 30%;
    z-index:1;
    background-color: red;
}
.section-packages{
    background-color: #1896d3;
    text-align: center;
}
.section-packages>div{
    position: relative;
}
.section-packages>div:first-of-type:after{
    position: absolute;
    top: -60px;
    right: 0;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2653717182-png/section-five-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    z-index: 3;
    content: "";
}
.section-packages h2{
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}
.section-packages p{
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.section-packages .package-table-header{
    background-color: #fff;
    padding: 5px 15px;
    text-align: center;
}
.section-packages .package-header{
    padding: 15px 0;
    text-align:center;
    background-color: #fff;
}
.section-packages .package-table-header .table-logo {
    padding: 10px 30px;
}
.section-packages .package-header span{
    font-family: 'UniversLTW10-67BoldCn'!important;
    color: #1896d3;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
}
.section-packages .package-table-sub-header-1 {
    padding: 10px 0 15px;
    text-align: left;
    padding-right: 10px;
}
.section-packages .package-table-sub-header{
    background-color: #333031;
    padding: 5px 0;
    text-align: left;
    padding-right: 5px;
}
.section-packages .package-table-sub-header h3{
    padding: 15px 0;
    color: #bfc837;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
.section-packages .package-table-sub-header p {
    margin: 0;
    padding: 15px 0;
    border-top: 1px dotted rgba(255,255,255,0.3);
    color:#accbea;
    font-size: 14px;
    text-align: center;
}
.section-packages .package-table-sub-header span {
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.section-packages .span4.pricing-column{
    width: 33.3%;
    margin: 0;
}
.table-sub-header {
    padding: 5px 0;
}
.package-table-sub-header-1 span {
    color: #97c5e7;
    font-family: 'UniversLTW10-57Condense_726513';
    font-size: 17px;
    font-style: italic;
}
.section-packages .package-table-sub-header span{
    color: #fff;
    font-family: 'UniversLTW10-57Condense_726513';
    font-size: 17px;
}
.section-packages .package-table-row{
    text-align: center;
}
.section-packages .package-table-row span{
    color: #fff;
    font-family: 'UniversLTW10-57Condense_726513';
    font-size: 17px;
}
.section-packages .package-table-row .table-side-title {
    margin: 50px 0 0!important;
}
.section-packages .package-table-row .table-side-title span {
    color: #363636;
}
.section-packages .package-table-row-last{
    border-bottom: none;
}
.section-packages .package-table-row .package-sub-header span{
    font-family: 'UniversLTW10-67BoldCn';
    color: #333031;
    font-size: 17px;
}
.package-table-subheader {
    text-align:center;
    font-family: 'UniversLTW10-57Condense_726513';
    font-size: 17px;
}
.services-table-content {
    padding: 5px 0 0;
    text-align: center;
}
.section-packages .white-cta{
    margin-top: 50px;
    margin-bottom: 40px;
}
.section-packages .white-cta a{
    padding: 15px 70px;
}
.services-table-row {
    height: 100%;
    border-bottom:1px dotted #343433;
}
.section-graphic{
    padding: 60px 0 80px;
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/graphics-bg.png');
    background-size: cover;
    z-index: 1;
    position: relative;
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
    background-attachment: fixed;
}
.section-graphic:after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    content: "";
    z-index: 2;
}
.section-graphic div{
    position: relative;
    z-index: 3;
}
.section-graphic>div:first-of-type:after{
    position: absolute;
    top: -60px;
    right: 0;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2654145129-png/section-two-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    z-index: 3;
    content: "";
}
.section-graphic h2{
    color: #b2d235;
    text-align: center;
}
.section-graphic .graphic-bars-container{
    margin-top: 20px;
    padding: 30px 20px;
    border-left: solid 10px rgba(255,255,255,0.5);
}
.section-graphic .graphic-value span{
    color: #1896d3;
    font-size: 40px;
    font-family: 'UniversLTW10-67BoldCn';
}
.section-graphic .graphic-value span:after{
    content:"%";
}
.section-graphic .graphic-cta{
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-graphic .graphic-cta span{
    color: #fff;
    font-size: 20px;
}
.section-graphic .graphic-bar{
    border-bottom: 1px dotted rgba(255,255,255,0.5);
    padding: 30px 0 0;
}
.section-graphic .white-cta{
    margin: 100px 0 0;
}
.section-graphic .white-cta a{
    padding: 15px 50px;
}

.section-graphic .the-bar{
    background-color: #fff;
    position: absolute;
    height: 50px;
    left: 0;
    bottom: 10px;
    transition-duration: 4s;
    -webkit-transition-duration: 4s;
}
.section-four{
    padding: 60px 0 120px;
}
.section-four>div{
    position: relative;
}
.section-four>div:first-of-type:after{
    position: absolute;
    top: -60px;
    left: 0;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2653717182-png/section-five-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    content: "";
}
.section-four .section-four-copy{
    padding: 0 7%;
}
.section-four .section-four-copy p{
    font-family:'Univers LT W01_55 Roman';
    font-size: 22px;
    line-height: 30px!important;
    
}
.section-four h2{
    text-align: center; 
    margin-bottom: 20px; 
    color:#1896d3;
}
.section-four h3{
    color: #555555;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.section-four .integration div[class*=image-]{
    margin-top: 50px;
}
.section-four .integration div[class*=image-] img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.section-four .integration div[class*=image-] img:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.section-four .integration .image-1 img{
    -webkit-filter: grayscale(0%)!important;
    filter: grayscale(0%)!important;
}
.section-four .integration .image-2 img{
    -webkit-filter: grayscale(0%)!important;
    filter: grayscale(0%)!important;
}
.section-four .capabitilities-features{
    margin-top: 130px;
}
.section-four .capabilities-grand-container p,
.section-four .capabitilities-features p{
    font-size: 15px;
    font-family:'Univers LT W01_55 Roman';
    line-height: 23px!important;
    color: #555555;
    text-align: left;
}
.section-four .capabitilities-features img{
    max-width: initial!important;
    width: 100%!important;
    margin-bottom: 20px;
}
.section-four .capabitilities-features .hs_cos_wrapper_type_text{
    text-transform: uppercase;
    font-size: 15px;
    word-wrap: normal;
}
.section-four .capabilities-grey-border-top{
    border-top: 2px solid #b2d235;
    visibility: visible;
    margin: 0!important;
    width: 8.3333333333333333333333%;
}
.section-four .capabilities-image{
    margin: 45px 0;
    padding-top: 45px;
    border-top: solid 1px #c4c4c4;
}
.section-four .capabilities-image img{
    cursor: pointer;
}
.section-four .analytics>div{
    position: relative;
}
.section-four .analytics>div:last-of-type:after{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 219px;
    height: 98px;
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/device-icons.png');
    background-repeat: no-repeat;
    content: "";
}
.section-four .capability-icon{
    margin-top: 9px;
}
.section-four .visit-text{
    margin-top: 35px;
    color: #b0b0b0;
    font-family:'UniversLTW01-53ExObl';
    font-size: 20px;
}
.section-four .blue-cta{
    margin-top: 70px;
}
.section-four .blue-cta{
    padding:15px 50px;
}
.section-five{
    padding: 55px 0 95px;
    background-image:url("https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/succeed-image-big.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index:1;
}
.section-five:after{
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color:rgba(0,0,0,0.6);
    z-index:2;
    content: "";
}
.section-five>div{
    position: relative;
}
.section-five >div:first-of-type:after{
    position: absolute;
    top: -55px;
    right: 0;
    background-image:url(https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2654145129-png/section-two-dots.png);
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    content: "";
}
.section-five div{
    position: relative;
    z-index: 3;
}
.section-five h2{
    margin-bottom: 40px;
    color: #b2d235;
}
.section-five p{
    font-size: 22px;
    color: #ffffff;
    line-height: 32px!important;
}
.section-bars .bar>div{
    width: 50%;
    background-color: #e8e8e8;
}
.section-bars {
    padding-bottom: 0;
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/launch-bars-bg.png');
    background-position: 0 0;
}
.section-bars:after {
    background-color: rgba(0,0,0,0.6);
}
.section-bars .bar-short>div{
    height: 80px;
    margin-top: 60px;
}
.section-bars .bar-tall>div{
    height: 140px;
}
.section-bars .bars-text{
    margin-bottom: 55px;
    font-size: 22px;
}
.section-bars .bars-text span{
    color: #ffffff;
}
.section-sub-bars{
    padding:40px 0 60px;
    background-color: #e8e8e8;
}::before
.section-sub-bars .bars-sub-header p{
    font-size: 22px;
    font-family:'Univers LT W01_55 Roman'!important;
}
.section-sub-bars .sub-bars-copy{
    margin-top: 40px;
}
.section-sub-bars .sub-bars-copy p{
    font-size: 16px;
    font-family: 'UniversLTW01-67BoldCn';
    color: #1896d3;
    margin:0 0 10px;
}
.section-sub-bars .sub-bars-copy ul{
    border-top: 2px solid #1896d3;
    padding: 10px 0 0;
}
.section-sub-bars .sub-bars-copy ul li{
    position: relative;
    margin-left: 15px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'UniversLTW01-67BoldCn';
}
.section-sub-bars .sub-bars-copy ul li:after{
    position: absolute;
    left:-14px;
    top: 0;
    height: 100%;
    width: 20px;
    font-size: 10px;
    content: ">>";
}
.section-sub-bars .blue-cta{
    margin-top: 50px;
}
.section-sub-bars .blue-cta a{
    padding: 15px 50px;
}
.section-webinar{
    background-color: #1896d3;
    padding: 50px 0 0;
}
.section-support>div{
    position: relative;
}
.section-support>div:first-of-type:after{
    position: absolute;
    top: -60px;
    left: 0;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2662026738-png/section-one-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    z-index: 3;
    content: "";
}
.section-support h2{
    text-align: center;
    color: #1896d3;
    margin: 0 0 20px;
    /*padding-top: 45px;*/
}
.section-support .support-sub-header{
    text-align: center;
    margin: 30px 0;
}
.section-support .service-header{
    margin-top: 8px;
    text-align:center;
}
.section-support .support-sub-header span{
    font-family: 'UniversLTW01-67BoldCn';
    color: #6f6f6f;
    font-size: 22px;
}
.section-support .service-table-row{
    border-bottom: 1px dotted #343433;
    min-height: 83px;
}
.section-support .sub-service-header{
    padding:25px 15px 15px;
    min-height: 83px;
    background-color: #343433;
    border-bottom: #fff dotted 1px;
}
.section-support .sub-service-header span{
    color: #fff;
    font-family: 'UniversLTW01-67BoldCn';
    font-size: 17px;
}
.section-support .service-element{
    padding: 15px 0 0;
    text-align:center;
}
.section-support .service-element span{
    font-family: 'UniversLTW10-57Condense_726513';
    color: #343433;
}
.section-support .sub-service-header span font{
    font-family: 'UniversLTW10-57Condense_726513';
    font-size: 17px;
}
.section-support .support-copy{
    font-size: 22px;
    line-height: 32px!important;
    text-align: center;
    margin-bottom: 30px;
}
.section-support .service-table-header{
    background-color: #1896d3;
    padding: 15px;
}
.section-support .service-table-header span{
    color: #fff;
    font-family: 'UniversLTW01-67BoldCn';
    font-size: 17px;
}
.section-support .sub-service-cta{
    text-align: right;
    cursor:pointer;
}
.services-sub-header {
    background-color: #333031;
}
.services-sub-header>div {
    margin: 25% 0 45%;
}
.services-sub-header span {
    color: #fff!important;
}
@media (min-width: 768px) { 
    .section-support .sub-service-cta:hover img{
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);    
    }
}
.section-support h3{
    font-size: 22px;
    color: #1896d3;
    margin-bottom: 20px;
}
.section-support ul {
    padding-left: 28px;
}
.section-support ul li{
    color: #6f6f6f;
    font-family: 'Univers LT W01_65 Bold';
    font-size: 16px;
    list-style-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/blue-tick.png');
    padding: 5px 0;
    font-weight: 300;
}
.section-support .blue-cta{
    margin-top: 60px;
    margin-bottom: 40px;
}
.section-support .blue-cta a{
    padding: 15px 50px;   
}
.section-webinar>div:last-of-type{
    /*background-image: url('//332602.fs1.hubspotusercontent-na1.net/hubfs/332602/webinar-bg.png');*/
    background-repeat: no-repeat;
    background-position: 87% 100%;
    padding: 0 0 100px;
}
.section-webinar>div:first-of-type{
    position: relative;
}
.section-webinar>div:first-of-type:after{
    position: absolute;
    top: -50px;
    left: 0;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/light-grey-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    content: "";
}
.section-webinar h2{
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}
.section-webinar p{
    color: #ffffff;
}
.section-webinar label{
  display: initial;
}
.section-webinar label span {
  color: #fff;
}
.section-webinar .inputs-list label {
  display: block;
}
.section-webinar input{
    margin: 10px 0 15px;
    border: solid #fff 2px!important;
    background-color: transparent;
    color: #ffffff;
    border-radius: 0!important;
    padding: 14px!important;
}
.section-webinar textarea {
  margin: 10px 0 0;
}
.section-webinar .form-title{
    color: #363636;
    font-size: 20px;
    margin: 0 0 25px;
    padding: 0 0 0 20px;
    position: relative;
    font-family: 'UniversLTW01-67BoldCn';
    font-weight: 300;
}
/*
.section-webinar .form-title:after{
    position: absolute;
    content:"";
    top: 5px;
    left: 0px;
    width: 0;
    height:0;
    border: transparent solid 8px;
    border-left: 8px solid #ffffff;
}*/
.section-webinar .webinar-copy p{
    font-family:'Univers LT W01_55 Roman'!important;
    font-size: 22px;
    line-height: 35px;
}
.section-webinar .hs_submit{
    margin-right: 8px;
}
section.cd-intro span,
section.cd-intro b,
section.cd-intro i,
section.cd-intro h3{
    color: #bdbdbd;
    text-transform: initial;
}
.section-webinar input[type="submit"]{
    background-color: #fff;
    color: #1896d3;
    cursor: pointer;
    padding: 11px 3%!important;
    font-family: 'UniversLTW01-67BoldCn';
    font-size: 20px!important;
    letter-spacing: 1px;
}
.section-webinar .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
.contact-page-form{
    background-color: #1896d3!important;
}
.contact-interior{
    padding: 15px;
}
.contact-page-form select{
    width: 100%!important;
}
.hs_goals label{
    display: block!important;
}
.hs_goals label span {
    color: #fff;
}
.contact-page-form select{
    height: 50px;
    font-family: 'Univers LT W01_55 Roman';
    font-size: 16px;
}
.contact-page-form input[type="submit"]{
    border-color: #fff;
      width: 100%!important;
}

.options-form select,
.options-form textarea,
.options-form input[type="text"],
.options-form input[type="email"],
.options-form .hs_phone input{
    margin: 10px 0;
    padding: 14px!important;
    color: #fff!important;
    background: transparent;
    border: 2px solid #fff!important;
    box-shadow: none!important;
}
input[type=submit] {
  text-transform: uppercase;
}
.options-form textarea{
    width: 100%!important;
}
.options-form fieldset{
    width: 100%;
    max-width: initial!important;
}
.options-form input[type="email"] {
    margin: 10px 0;
    padding: 14px!important;
    color: #fff!important;
    background: transparent;
    border: 2px solid #fff!important;
    box-shadow: none!important;
}
.input select{
    margin: 10px 0 15px;
    padding: 14px!important;
    color: #fff!important;
    background: transparent;
    border: 2px solid #fff!important;
    box-shadow: none!important;
    height: 50px;

}
.input select option {
    color: #6f6f6f;
}
.input select option:first-of-type{
    display: none!important;
}
.options-form input[type="submit"] {
  background-color: #fff;
  color: #1896d3;
  cursor: pointer;
  padding: 11px 0!important;
  border: 2px solid #fff!important;
  border-radius: 0px!important;
  font-family: 'UniversLTW01-67BoldCn';
  font-size: 20px!important;
  letter-spacing: 1px;
  text-transform: uppercase;

}
.options-form>div>span>a{
    border: none;
}
@media (min-width: 768px) { 
    .section-webinar input[type="submit"]:hover{
        background-color: transparent;
        color: #ffffff;
    }
    .options-form input[type="submit"]:hover {
        background-color: transparent;
        color: #ffffff;
    }
}

@media (min-width: 768px) { 
    .section-bars:hover .bar-tall>div{
        height: 80px;
        margin-top: 60px;
    }
    .section-bars:hover .bar-short>div{
        height: 140px;
        margin-top: 0;
    }
}
.section-webinar ul{
    padding: 0 0 0 10px;
}
.section-webinar ul li{
    list-style-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/li-icon-black.png');
    padding: 5px 0;
}
.section-webinar ul.inputs-list li {
  padding-bottom: 20px;
  list-style-image: none;
}
.section-six .container>div{
    position: relative;
}
.section-six .container>div:after{
    position: absolute;
    top: -60px;
    left: 0;
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2653717182-png/section-five-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    content: "";
}
.pricing-axure .section-six-planner {
    width: 100% !important; 
    background-color: #f5f5f5 !important; 
}
.section-six-planner .container>div:after{
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2654145129-png/section-two-dots.png');
    left: initial;
    right: 0;
}
.section-six-launch .container>div:after{
    left: 0;
    right: initial;
}
.section-six h2{
    text-transform: uppercase;
    color: #1896d3;
    margin-bottom: 50px;
}
.section-six{
    padding: 60px 0 100px;
    background-color: #f5f5f5;
}
.section-six .brand-copy{
    padding: 30px;
    font-size: 18px;
}
.section-six .brand-image{
    margin-bottom: 20px;
}
.section-six .brand-image img{
    width: 100%!important;
}
.section-six .blue-cta{
    margin: 70px 0 0;
}
.section-six .blue-cta a{
    padding: 15px 50px;
}
.section-blog .blog-header{
    background-color: #ffffff;
    padding: 55px 0 50px;
    min-height: 257px!important;
}
.section-blog .blog-header>div{
    position: relative;
}
.section-blog .blog-header>div:first-of-type:after{
    position: absolute;
    top: -55px;
    right: 0;
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/light-grey-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    content: "";
}
.section-blog-2 .blog-header>div:first-of-type:after{
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2662026738-png/section-one-dots.png');
}
.section-blog .blog-header span{
    font-size: 22px;
}
.section-blog {
    padding: 0 0 60px!important;
}
.section-blog h2{
    color: #1896d3;
    margin-bottom: 25px;
}
.section-blog h3{
    margin: 0;
}
.section-blog .hs-rss-module>div a{
    text-transform: uppercase;
    font-size: 30px;
    color: #6f6f6f;
}
.section-blog .hs-rss-module>div{
    padding: 80px 0;
    margin: 0;
    position: relative;
}
.section-blog .hs-rss-module>div:nth-child(1){
    background-color: #dddddd;
}
.section-blog .hs-rss-module>div:nth-child(2){
    background-color: #d3d3d3;
}
.section-blog .hs-rss-module>div:nth-child(3){
    background-color: #cbcbcb;
}
.section-blog .hs-rss-module .hs-rss-item-image-wrapper img{
    filter: grayscale(100%);
    -webkit-filter:grayscale(100%);
}
.section-blog .hs-rss-module .hs-rss-item-image-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.6);
    opacity:0;
}
.section-blog .hs-rss-module .hs-rss-item-image-wrapper:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(24, 150, 211,0.6);
    opacity:inherit;
    content: "";
}

@media (min-width: 768px) {
    .section-blog .hs-rss-module .hs-rss-item:hover .hs-rss-item-image-wrapper{
        opacity: 1;
    }
    .section-blog .hs-rss-module .hs-rss-item:hover .hs-rss-author,
    .section-blog .hs-rss-module .hs-rss-item:hover .hs-rss-byline{
        color: #222222!important;
    }
    .section-blog .hs-rss-module .hs-rss-item:hover .hs-rss-title span{
        color: #ffffff;
    }
}
.section-blog .hs-rss-module .hs-rss-item-text,
.section-blog .hs-rss-module .hs-rss-date{
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 0;
}
.section-blog .hs-rss-module .hs-rss-date{
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'UniversLTW10-67BoldCn';
    font-size: 15px;
    margin-bottom: 15px;
}
.section-blog .hs-rss-module .hs-rss-byline{
    margin-top: 15px;
    color: #6f6f6f;
    text-transform: uppercase;
}
.section-blog .blog-cta{
    margin: 70px 0 50px;
}
.section-blog .blog-cta>div{
    position: relative;
}

.section-blog .blog-cta>div:first-of-type:after{
    position: absolute;
    top: -70px;
    left: 0;
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2653747352-png/section-six-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    content: "";
}
.section-blog .blue-cta {
    position: relative;
}
.section-blog .blue-cta a{
    position: absolute;
    left: 0;
    width: 85%;    
}
.bms-footer{
    padding: 50px 0 30px;
    background-color: #555555;
}
.bms-footer h3{
    color: #ffffff;
    margin: 0;
    padding: 0 0 15px;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
    font-weight: initial;
    font-family: 'Univers LT W01_65 Bold';
    margin-bottom: 10px;
}
.bms-footer ul li {
    padding-top: 12px;
}
.bms-footer .white-cta{
    margin-top: 25px;
}
.video-section{
    padding: 60px 20px 80px;
    text-align: center;
}
.video-section>div{
    position: relative;
}

.video-section>div:first-of-type:after{
    position: absolute;
    top: -60px;
    left: 0;
    background-image:url(https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2662026738-png/section-one-dots.png);
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    content: "";
}
.video-section-planner>div:first-of-type:after{
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2662097228-png/section-three-dots.png');
}
.video-section h2{
    position: relative;
    color: #1896d3;
    text-align: center;
    font-size: 35px;
    padding: 0 7%;
    margin-bottom: 80px;
}
.video-section h2:after{
    position: absolute;
    content: "";
    left: 50%;
    bottom: -75px;
    margin-left: -30px;
    width:0;
    height:0;
    border: solid transparent 30px;
    border-bottom: solid #464646 30px;
}
.video-section iframe{
    width:100%!important;
    max-width: 620px;
    height: 311px!important;
}
.video-section .blue-cta{
    margin-top: 50px;
}
.video-section .video-content{
    position: relative;
    margin: 100px auto 0 2.5%;
    font-size: 22px;
}
.video-section .video-content p{
    line-height: 32px!important;
}

.video-section .blue-cta a{
    padding: 15px 50px;
}
.video-section .video-content:after{
    position: absolute;
    content: "";
    top: -120px;
    left: 0;
    right: 0;
    margin: auto;
    width:100%!important;
    max-width: 680px;
    height:100px;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/video-table.png');
    background-repeat: no-repeat;
    background-position:center;
    background-size: 100%;
}
.section-videos-cta{
    padding: 80px 0;
    background-color: #e8e8e8;
}
.section-videos-cta>div{
    position: relative;
}
.section-videos-cta>div:first-of-type:after{
    position: absolute;
    top: -80px;
    right: 0;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2653717182-png/section-five-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    content: "";
}
.videos-learning>div:first-of-type:after{
    top: -60px;
}
.section-videos-cta .blue-cta{
    margin-top: 80px;
}
.section-videos-cta .blue-cta a{
    padding: 15px 50px;
}
@media (min-width: 768px) { 
    .bms-footer ul li a:hover {
        color: #b2d235;
    }
}
.section-fun-percentage{
    background-color: #1896d3;
}
.section-fun-percentage h2{
    color: #ffffff;
    text-align: center;
}
.section-fun-percentage p{
    color: #ffffff;
    text-align: center;
    line-height: 32px!important;
    font-size: 22px;
}
.section-fun-percentage .white-full-cta{
    margin: 100px 0 0;
}
.section-fun-percentage .percentage-text{
    margin: 20px 0 -22px;
    text-align: center;
    font-size: 20px;
    font-family: 'UniversLTW10-57Condense_726513';
    color: #fff;
}
.section-fun-percentage .percentage-text.percentage-top {
    margin-bottom: 55px;
}
.section-fun-percentage .percentage-number{
    position: relative;
    margin: auto!important;
    padding: 30px 0;
    width: 100%!important;
    text-align: center;
}
.section-fun-percentage .percentage-number canvas{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.section-fun-percentage .percentage-number>div{
    background-color: #404040;
    border-radius: 50%;
    margin: auto!important;
    width:130px;
    height: 130px;
    margin-top: 30px;
}
.section-fun-percentage .percentage-number span{
    font-size: 40px;
    font-family: 'UniversLTW01-67BoldCn';
    color: #b2d235;    
    line-height: 120px!important;
}
.section-fun-percentage .percentage-text span{
    color: #fff;
}
.section-big-circles{
    padding: 60px 0 90px;
    background-color: #e8e8e8;
}
.section-big-circles-it>div{
    position: relative;
}
.section-big-circles-it>div:first-of-type:after{
    position: absolute;
    top: -60px;
    left: 0;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2662026738-png/section-one-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    content: "";
}
.section-big-circles h3{
    margin: 50px 0 20px;
    font-size: 30px;
    color: #555555;
}
.section-big-circles p{
    font-size: 22px;
    line-height: 32px!important;
}
.section-big-circles .blue-cta{
    margin: 120px 0 0;
}
.section-big-circles .blog-form-trigger-2 span,
.blog-form-trigger-4 span {
    border: 2px solid #1896d3;
    padding: 14px 25px;
    cursor: pointer;
}
.section-big-circles .blog-form-trigger-2 span,
.blog-form-trigger-4 span {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'UniversLTW10-67BoldCn';
    color: #6f6f6f;
}
@media (min-width: 768px) {  
    .blue-cta a:hover{
        background-color: #1896d3;
    }
    .blue-cta a:hover span{
        color: #fff;
    }
    a.blue-cta:hover{
        background-color: #1896d3;
        color: #fff;
    }
    a.blue-cta:hover span{
        color: #fff;
    }
    .section-big-circles .blog-form-trigger-2:hover span,
    .blog-form-trigger-4:hover span {
        background-color: #1896d3;
        color: #fff;
    }
    .section-big-circles .blog-form-trigger-2:hover span{
        color: #fff;
    }
}
.section-features{
    background-color: #fff; 
}
.section-features>div{
    position: relative;
}
.section-features>div:first-of-type:after{
    position: absolute;
    top: -60px;
    left: 0;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2662026738-png/section-one-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    content: "";
}
.section-features h2{
    color: #1896d3;
    text-align: center;
    margin: 0 0 50px;
}
.section-features .feature-text{
    margin: 0 0 30px;
}
.section-features .feature-text h4{
    color: #1896d3;
    font-size: 25px;
    margin: 0 0 20px;
    padding-right: 10px;
}
.section-features .feature-text p{
    font-size: 16px;
    line-height:25px!important;
    padding: 0 10px 0 0;
}
.section-benefit-capability{
    background-color: #1896d3;
}
.section-benefit-capability>div{
    position: relative;
}
.section-benefit-capability>div:first-of-type:after{
    position: absolute;
    top: -60px;
    right: 0;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2653717182-png/section-five-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    content: "";
}
.section-benefit-capability h2{
    color: #ffffff;
    text-align: center;
    margin: 0 0 40px;
}
.hero-it-signup label{
    display: none;
}
.hero-it-signup h3{
    color: #1896d3;
    text-align: left;
    font-size: 20px;    
    font-family: 'UniversLTW10-67BoldCn';
    margin: 0 0 10px;
    font-weight: 300;
    padding: 0 0 0 20px;
}
.hero-it-signup h3:after{
    position: absolute;
    top: 3px;
    left: 0px;
    width: 0;
    height: 0;
    border: solid 8px transparent;
    border-left: solid 8px #fff;
    content: "";
}
.hero-it-signup input[type="text"],
.hero-it-signup input[type="email"]{
    background: none;
    border: 2px solid #fff!important;
    border-radius: 0!important;
    margin: 0 0 10px;
    padding: 14px!important;
    color: #fff;
    font-family: 'UniversLTW10-67BoldCn';
}
.hero-it-signup input[type="submit"]{
    border-radius: 0!important;
    border: 2px solid #b2d235!important;
    background-color: #b2d235;
    color: #000;
    padding: 12px!important;
    text-transform: uppercase;
    font-family: 'UniversLTW10-67BoldCn';
    cursor: pointer;
    font-size: 20px!important;
    transition-duration: .4s!important;
    -webkit-transition-duration: .4s!important;
}
.section-dark {
    background-color: #323031;
    
}
.section-dark .supply-header h2,
.section-dark .supply-header-text span {
    color: #fff!important;
}
.section-dark .supply-sub-header span {
    color: #bfc837!important;
    font-weight: bold;
}
.section-dark .supply-break-text span {
    color: #a9ccea!important;
}
.section-dark .supply-image-text span,
.section-dark .supply-image-text p {
    color: #fff!important;
}
.section-dark .supply-options-header span{
    color: #bfc837!important;
    font-size: 28px;
}
.section-dark .supply-options-copy span {
    color: #fff!important;
}
.section-dark .supply-options-copy li {
    list-style-type: circle;
}
.package-table-sub-header .table-pricing {
    padding: 10px 0;
}
.table-pricing .table-price span {
    color: #d3de41!important;
}
.section-dark form .hs_firstname label,
.section-dark form .hs_phone label,
.section-dark form .hs_email label,
.section-dark form .hs_user_type>label {
    display: none!important;
}
.section-dark form .hs-form-field {
    margin: 0px 0 15px!important;
}
.section-dark form .hs-form-field input{
    padding: 17px 15px!important;
    background-color: transparent!important;
    border: 2px solid #1896d3!important;
    border-radius: 0px!important;
    text-transform: uppercase;
    font-family: 'Univers LT W01_55 Roman';
    color: #fff;
}
.section-dark form .hs_user_type .hs-field-desc {
    padding: 10px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.section-dark form .hs_user_type .input ul li{
    margin: 20px 0;
    border: 2px solid #1896d3;
    border-radius: 0px!important;
    color: #1896d3;
}
.section-dark form .hs_user_type .input ul li input,{
    width: 15%!important;
    float: right;
    box-shadow: none!important;
}
.section-dark form .hs_user_type .input .hs-form-radio .hs-form-radio-display .hs-input{
    width: 30px!important;
    height: 30px!important;
}
.section-dark form .hs_submit {
    padding: 10px 0 0!important;
}
.section-dark form .hs_submit .actions input{
    padding: 17px 0px!important;
    background-color: #1896d3;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #1896d3!important;
    border-radius: 0px!important;
    cursor: pointer;
}
.hero-pricing-new{
    padding-right: 25.641025641%;
}
.pricing-form-container li label {
    display: block!important;
    width: 100%!important;
    cursor: pointer;
}
.pricing-form-container li label span {
    display: block!important;
    width: 100%!important;
    padding: 17px 15px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*
.contact-page-form li label span {
    display: initial!important;
    width: 100%!important;
    padding: 17px 15px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
.pricing-form-container input[type="radio"] {
    display:none;
}
.pricing-form-container input[type="radio"] + span, 
.contact-page-form .hs_goals input[type="checkbox"] + label {
    position: relative;
    color: #fff;
    font-family: 'Univers LT W01_55 Roman';
}
.pricing-form-container input[type="radio"]:checked + span {
    color: #1896d3;
}
.pricing-form-container input[type="radio"] + span:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 53px;
    background-image: url('https://www.planettogether.com/hubfs/grey-check.png');
    background-repeat: no-repeat;
    content: "";
    border-left: 3px solid #1896d3;
    background-position: center;
}
.pricing-form-container input[type="radio"]:checked + span:after {
    background-image: url('https://www.planettogether.com/hubfs/blue-check.png');
}
.section-dark ::-webkit-input-placeholder {
   color: #fff;
}

.section-dark :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.section-dark ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.section-dark -ms-input-placeholder {  
   color: #fff;  
}
.side-table-text,
.side-table-text-2 {
    margin: 100px 0 0;
}
.side-table-text span,
.side-table-text-2 span {
    text-transform: uppercase;
    color: #363636!important;
    font-size: 16px;
    font-family: 'UniversLTW10-67BoldCn';
    white-space: nowrap;
}
.section-packages .package-stay a {
    color: #bfc837;
}
.package-stay-content-one,
.package-stay-content-three {
    background-color: #3686bc;
}
.package-stay-content-two {
    border-left: 2px solid #1896d3;
    border-right: 2px solid #1896d3;
    background-color: #3686bc;
}
.package-stay-content-three {
    margin: 0px!important;
}
.section-packages .package-stay-content-one li,
.section-packages .package-stay-content-two li,
.section-packages .package-stay-content-three li {
    margin: 0 20px;
    padding: 15px 10px;
    border-bottom: 1px dotted rgba(51,58,48, .5);
    font-size: 14px;
    color: #ffffff;
}
.section-packages .package-stay-content-one li:last-of-type,
.section-packages .package-stay-content-two li:last-of-type,
.section-packages .package-stay-content-three li:last-of-type {
    border: none;
}
.section-packages .support-year{
    text-align: center;
}
.section-packages .support-year span{
    font-size: 12px;
    margin-top: 5px;
}
.section-packages .package-stay .package-bold-link {
    position: absolute;
    bottom: 0;
    margin: 0 0 0 5px;
    padding: 0 0 25px 0;
    color: #323232;
    font-weight: bold;
}
.last-table-row {
    padding: 20px 0!important;
}
.last-table-row span {
    padding: 15px 0px!important;
    color: #fff;
    font-family: 'UniversLTW10-57Condense_726513';
    font-size: 17px;
}
.last-table-row a {
    color: #bfc837;
}
.dark-above .container>div:after {
    background-image: url('https://www.planettogether.com/hubfs/section-dots-dark.png')!important;
}
@media (min-width: 768px) {  
    .hero-it-signup input[type="submit"]:hover{
        background-color: transparent;
        color: #FFF;
    }
}
.section-benefit-capability {
  padding: 60px 0;
}
.section-benefit-capability .benefit-capability-element{
    position: relative;
    border-top:solid 1px #fff;
    padding: 24px 0 25px 2%;
    min-height: 75px!important;
}
.section-benefit-capability .benefit-capability-element span{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'UniversLTW10-67BoldCn';
}
.benefit-value{
    display: none!important;
}
.section-benefit-capability .benefit-group .benefit-capability-element:after{
    position: absolute;
    top: -1px;
    left: -80px;
    height: 42px;
    width: 80px;
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/benefit-capability-top-little-circle.png');
    content:"";
}
.section-benefit-capability .capability-group .benefit-capability-element:after{
    position: absolute;
    top: -1px;
    right: -80px;
    height: 42px;
    width: 80px;
    background-image: url('https://332602.fs1.hubspotusercontent-na1.net/hubfs/332602/benefit-capability-top-little-circle-2.png');
    content:"";
}
.section-benefit-capability .white-full-cta{
    margin: 70px 0 0;
}
.section-benefit-capability .white-full-cta a{
    padding: 15px 100px;
}
.section-dark form .hs_submit .actions input:hover{
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff!important;
    padding: 17px 0px!important;
}
.pricing-form-container input[type="radio"] + span:hover {
    color: #1896d3;
}
.section-packages .package-stay .package-bold-link:hover {
    color: #fff;
}
.section-packages .package-stay a:hover {
    color: #fff;
}
.benefit-value-image img {
  position: absolute;
  top: 30%;
  left: 22%;
  width: 175px!important;
  height: 175px!important;
  border-radius: 50%;
}
@media (min-width: 768px) {
    .section-benefit-capability .benefit-capability-element:hover {
        background-color: #b2d235;
    }
}
.big-circle>div{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 326px;
    z-index: 1;
}
.big-circle img {
    width:100%!important;
    height: 100%!important;
}
.big-circle{
    position: relative;
    height: 100%!important;
    margin: 5% 0 2.5%;
    box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.10);
}
/*.big-circle:after{
    position: absolute;
    top: 120px;
    right: 0;
    height: 3px;
    background-color: #1896d3;
    width: 50%;
    z-index: 0;    
    content: "";
}*/
.big-circle-2>div{
    float: right;
}
.big-circle-2:after{
    left: 0;
    right: initial;
}
/*.big-circle>div:after{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(24,150,211,0.2);
    content: "";
}*/
.big-circle-flip > div > div > div {
    float: right!important;
}
.bms-footer ul li a{
    padding: 0!important;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'UniversLTW10-57Condense_726513';
}
.bms-footer .inputs-list label {
  display: block;
}
.bms-footer label{
    display: none!important;
}
.bms-footer .request-trial input{
    font-family: 'UniversLTW10-57Condense_726513';
    font-size: 16px;
    background: transparent;
    border: 2px solid #fff!important;
    color: #fff!important;
}
.bms-footer .request-trial input[type=checkbox]{
    border: none!important;
}
.bms-footer .request-trial input::-webkit-input-placeholder {
   color: #fff;
   font-size: 16px;
}

.bms-footer .request-trial input:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   font-size: 16px;
}

.bms-footer .request-trial input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   font-size: 16px;
}

.bms-footer .request-trial input:-ms-input-placeholder {  
   color: #fff;
   font-size: 16px;
}
.bms-footer input{
    font-family: 'UniversLTW10-57Condense_726513';
    margin: 10px 0 0px;
    padding: 15px!important;
    border: none!important;
    border-radius: 0!important;
}
.bms-footer input[type=submit]{
    background-color: #1896d3;
    border: 2px solid #1896d3!important;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px!important;
    font-family: 'UniversLTW10-67BoldCn';
    cursor: pointer;
    padding:10px!important;
}
@media (min-width: 768px) {
    .bms-footer input[type=submit]:hover{
        background-color: transparent;
    }
}
.bms-footer .footer-copy{
    text-align: left; 
    border-top: 1px solid #777777; 
    margin-top: 50px;
    padding-top: 20px;
}
.bms-footer .footer-copy a,
.bms-footer .footer-copy span{
    font-family: 'UniversLTW10-47LightCn';
    color: #b7b7b7;
    font-size: 15px;
}
.bms-footer .social-icon{
    width: 51px;
    height: 51px;
    margin: 0 10px 12px 0;
    cursor:pointer;
}
@media (min-width: 768px) {
    .bms-footer .social-icon{
        opacity: 0.7;
    }
    .bms-footer .social-icon:hover{
        opacity: 1;
    }
    .bms-footer .social-icon:last-of-type{
        margin-right: 0;
    }
    .bms-footer .footer-copy a:hover{
        color: #d8df20;
    }
}
.hidden-content{
    height:0;
    min-height:0!important;
    padding: 0 35px!important;
    overflow: hidden;
}
.height-initial{
    height: auto;
    padding: 20px 35px!important;
}

.hero-it-signup .hs_submit .actions {
    margin-right: 8px!important;
}
.client-icon {
    text-align: center;
}
.whitepaper .hs-responsive-embed iframe {
    min-height: 265px;
}
.whitepaper .contact-page-form a{
    padding: 0;
    margin: 0;
    border: none;
    text-transform: none;
    float: none;
    display: inline;
}
.whitepaper .contact-page-form a:hover{
    color: #363636;
}
.team-member-headshot {
    width: 150px!important;
    height: 150px;
    margin: 0 auto!important;
    border-radius: 50%;
    overflow: hidden;
}
.team-member-headshot img.hs-image-widget {
    width: 100%!important;
    border-radius: 0!important;
}
.team-member-single {
    margin-bottom: 50px;
}
.team-member-single .social {
    padding: 0!important;
}
.footer-container-wrapper .responsive-full {
    padding: 0!important;
}

/* Blog */
.header-container-wrapper, .header-container {
    max-width: none;
}
.hs-blog-listing .body-container-wrapper,
.hs-blog-post .body-container-wrapper {
    margin-top: 135px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    border-bottom: 0;
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap!important;
    max-width: 100%!important;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

}
.hs-blog-listing a,
.hs-blog-post a {
    text-decoration: none;
}
.hs-blog-listing li,
.hs-blog-post li {
    list-style-type: none;
}
.error-search .hs-form .input {
    margin: 10px 0 0;
}
.error-search .hs-form .input a {
    border: 2px solid #b2d235;
    padding: 15px 50px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'UniversLTW10-67BoldCn';
    color: #363636;
    background-color: #b2d235;
    width: 25%;
    cursor: pointer;
}
.error-search .hs-form .input a:hover {
     border: 2px solid #b2d235;
     background-color: transparent;
     color: #b2d235;
}
.brand-quote {
    margin: -30px 0 15px;
}
.brand-position,
.brand-company {
    padding: 0 30px;
}
.brand-position-center span,
.brand-position span{
    color: #000000;
}
.brand-company-center span,
.brand-company span {
    color: #1896d3;
}
/*New Pricing Page Syles*/
.pricing-sub-hero {
    text-align: center; 
    margin-bottom: 30px !important;
}
.pricing-sub-hero span{
    color: #fff;
    font-size: 22px;
    font-family: 'UniversLTW10-67BoldCn';
}
.pricing-pre-header {
    font-family: 'UniversLTW10-67BoldCn';
    text-align: center;
}
.pricing-pre-header span h3 {
    font-family: 'UniversLTW10-67BoldCn'!important;
    font-size: 22px!important;
    color: #fff;
}
.pricing-table {
    padding: 0px 25px!important;
}
.pricing-table-header {
    font-family: 'UniversLTW10-67BoldCn';
    text-align: center;
    background-color: #1896d3;
    text-transform: uppercase;
}
.pricing-table-header-content {
    width:20%!important;
    padding: 15px 0px;
    border-right: 1px solid white;
}
.pricing-table-header-content-center {
    padding: 15px 0px;
}
.pricing-table-header span {
    font-size: 17px;
    color: #fff;
}
.pricing-table-subheader {
    text-align:center;
    font-family: 'UniversLTW10-57Condense_726513';
    font-size: 17px;
}
.pricing-table-subheader-content span{
    padding: 25px;
}
.pricing-table-row {
    text-align:center;
}
.pricing-table-row span {
    color: #6f6f6f;
    line-height: initial!important;
    font-family: 'Univers LT W01_55 Roman'!important;
    font-size: 17px;
}
.pricing-table-row-single {
    padding: 50px 0px;
    text-align:center;
}
.pricing-table-row-single a {
    color: #000000;
    font-family: 'Univers LT W01_55 Roman'!important;
    font-size: 17px;
}
.pricing-table-row-single .white-full-cta a{
    border: 2px solid #fff;
    padding: 15px 50px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'UniversLTW10-67BoldCn';
    color: #1896d3;
    background-color: #fff;
    width: 75%;
}
.pricing-table-row-single a:hover {
    color: #fff;
}
.pricing-table-row p {
    padding: 5px 0px;
}
.pricing-table-row-last {
    background-color: #333031;
}
.pricing-content-last {
    padding: 25px;
}
.pricing-content-last span {
    color: #accbea;
}
.pricing-table-break {
    padding: 20px 0px!important;
    text-align:center;
}
.table-break-contact {
    margin: 0 10%!important;
    padding: 0 0 50px;
}
.contact-break-black {
    text-align:right;
}
.contact-break-black span {
    font-size: 20px;
    color: #000;
}
.contact-break-blue {
    margin: 0 5px!important;
    text-align:left;
}
.contact-break-blue span {
    font-size: 20px;
    color: #1896d3;
}
.enterprise-benefits,
.essentials-benefits{
    padding: 0 25px;
}
.pro-benefits {
    padding: 25px;
}
.enterprise-benefits-copy span,
.essentials-benefits-copy span,
.pro-benefits-copy span{
    padding: 0 25px;
    color: #6f6f6f;
    line-height: initial!important;
    font-family: 'Univers LT W01_55 Roman'!important;
    font-size: 18px;
}
.enterprise-benefits-title span,
.pro-benefits-title span,
.essentials-benefits-title span{
    font-size: 26px;
    text-align: center;
    color: #1896d3;
    text-transform: uppercase;
}
.widget-copy-container {
    margin: 0;
    position: fixed;
    top: 92px;
    right: 0;
    bottom: 0;
    min-width: 330px;
    padding-top: 30px;
    width: 25.641025641%!important;
    background-color: #333031;
    overflow-y: scroll;
    z-index: 99;
}
.widget-title {
    padding: 0 25px;
    margin: 0 0 25px;
    text-align: left;
}
.widget-title span {
    font-family: 'UniversLTW10-67BoldCn';
    text-align: center;
    color: #1896d3;
    text-transform: uppercase;
}
.widget-copy {
    padding: 0 25px;
}
.widget-copy span {
    font-size: 16px;
    color: #fff;
    line-height: initial!important;
    font-family: 'Univers LT W01_55 Roman'!important;
    text-align: left;
    display: block;
}
.pricing-module {
    margin-left: 0px!important;
}
.features-button {
    text-align: center;
    margin: 50px 0 -25px;
}
.features-button button {
    padding: 15px 25px;
    font-family: 'UniversLTW10-67BoldCn';
    font-size: 20px;
    color: #6f6f6f;;
    border: 2px solid #1896d3;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
}
.features-button button:hover {
    background-color: #1896d3;
    color: #fff;
    cursor: pointer;
}
.post-table-title {
    margin: 0 0 25px;
}
.post-table-title span{
    font-size: 18px;
    color: #1896d3;
    font-family: 'UniversLTW10-67BoldCn'!important;
}
.features-sub-heading {
    padding: 20px 0;
    text-align: center;
}
.features-sub-heading td {
    padding: 20px 0;
}
.features-sub-heading span{
    color: #1896d3;
    font-size: 18px;
    font-family: 'UniversLTW10-67BoldCn'!important;
    
}
.features-check-cell {
    padding: 1% 0;
    text-align: center;
}
.features-check-cell span {
    line-height: 100%;
    color: #1896d3;
}
.features-table-feature {
    width: 35%;
    padding: 5px 0;
}
.features-table-feature>span {
    margin: 0 5% 0 0;
}
.post-pricing-table p {
    font-size: 18px;
    line-height: normal!important;
    text-align: left;
}
.post-table-cell-top,
.post-table-cell-mid,
.post-table-cell-bottom {
    padding: 25px;
    text-align:center;
}
.pricing-module-wrapper{
    position: fixed;
    width: 25%!important;
    max-height: 80%;
    top: 20%;
    right: 0;
    z-index: 99999999999999999999999;
    overflow-y: scroll;
}
.section-two-pricing .container>div:after {
    position: absolute;
    top: -60px;
    right: 0;
    background-image:url('https://332602.fs1.hubspotusercontent-na1.net/hub/332602/file-2662097228-png/section-three-dots.png');
    width: 10px;
    height: 50px;
    z-index: 2;
    visibility: visible;
    z-index: 3;
    content: "";
}
.team-header a {
  display: block;
  width: 100%;
  text-align: center;
}
.team-header a img {
  max-width: 540px!important;
}
.team-bio-closed-1,
.team-bio-closed {
    height: 315px;
    overflow: hidden;
}
.team-bio-open-1,
.team-bio-open {
    height: 100%;
    overflow: "visible";
}
.team-bio-more {
    margin: 35px 0px 25px;
}
.team-bio-more a {
    cursor: pointer;
}
.contact-page-form .hs-form-checkbox input {
    box-shadow: none!important;
}
.main-cta a {
    display: none!important;
}
.fine-print-price {
    margin: 0;
    text-align: center!important;
}
.fine-print-price-last {
    margin: -25px 0 15px;
    text-align: center!important;
}
.fine-print-price span,
.fine-print-price-last span {
    font-size: 12px!important;
    color: #bfc837!important;
}
.ops-video a,
.planner-vid a,
.hero-video a {
    display: inline!important; 
    border:none!important;
}
.planner-vid img,
.ops-video img,
.home-vid img {
    width: 100%!important;
    margin: 0!important;
}
.features-table {
    padding: 0px!important;
}
.features-table-header {
    font-family: 'UniversLTW10-67BoldCn';
    text-align: center;
    background-color: #1896d3;
    text-transform: uppercase;
}
.features-table-header-content span {
    font-size: 17px;
    color: #fff;
}
.features-table-header-content {
    padding: 15px 0px!important;
    border-right: 1px solid white;
}
.launch-video-url img,
.planners-video-url img {
    width: 70%;
}
.options-form label {
    display: initial;
}
.options-form label span {
  color: #fff;
}
.options-form label span #agreementlink{
  color: #fff;
  text-decoration:underline;
}
.hs-form-radio label {
  display: block!important;
}
.hs-form-field ul li label {
  display: block!important;
}
.hs-form-field ul li label a {
  color: #fff;
}
.whitepaper .inputs-list label>span>a {
  color: #ffffff!important;
}
.whitepaper .inputs-list label>span>a:hover {
  color: #6f6f6f!important;
}

#email-prefs-form {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}

.footer-container-wrapper .hs_preferred_method_of_contact label, .footer-container-wrapper .hs_anticipated_go_live_date .hs-field-desc, .footer-container-wrapper .hs_numemployees label, .footer-container-wrapper .hs_reason_for_applying_trial label, .footer-container-wrapper .hs_title label, .footer-container-wrapper .hs_company label {
  margin-top: 10px;
}
/*
.hs_preferred_method_of_contact label, .hs_numemployees label, .hs_reason_for_applying_trial label, .hs_title label, .hs_company label {
  display: block!important;
}
*/
.hs_preferred_method_of_contact label span, .hs_participate_in_trial_workshop label span, .hs_numemployees label span, .hs_reason_for_applying_trial label span, .hs_title label span, .hs_company label span {
  color: #fff!important;
}

.hs_numemployees select.hs-input, .hs_reason_for_applying_trial textarea {
  width: 100%!important;
}

.hs_participate_in_trial_workshop {
  margin-bottom: 15px;
}

.hs_participate_in_trial_workshop input {
  box-shadow: none!important;
}

.hs_participate_in_trial_workshop li label span {
  display: block!important;
}

.hs_reason_for_applying_trial textarea {
  margin-bottom: 15px;
  border: solid #fff 2px!important;
  background-color: transparent;
  color: #fff;
  border-radius: 0!important;
  padding: 14px!important;
}

.footer-container-wrapper .hs_anticipated_go_live_date .hs-field-desc {
  text-align: left;
}

form label {
  text-align: left;
}

/* Content Copy and its contents*/
.content-copy h2{
    margin: 15px 0;
}
.content-copy ul li,
.content-copy ul li *,
.content-copy p,
.content-copy p span{
    font-size: 22px;
    line-height: 32px!important;
    margin: 15px 0 10px;
    text-indent: 0px;
}
.content-copy h2 strong{
    color: #1896d3;
    font-family: inherit;
}
.content-copy p strong{
    font-family: 'Univers LT W01_65 Bold';
}
.content-copy ul{
    padding: 0;
    margin-left: 30px;
    list-style-position: inside;
}
.content-copy ul li{
    padding: 0;
    text-indent: 0;
}
.content-copy ul li:before{
    content:"-";
    margin:0 15px;
}
.content-copy ul li a{
    color: #1896d3;
}

/* Form */

.hs-form-radio,
.hs-form-checkbox,
.hs-form-booleancheckbox{
    width: 100%;
    margin: 15px 0 0;
}
.hs-form-radio label,
.hs-form-checkbox label,
.hs-form-booleancheckbox label{
    position: relative;
}
.hs-form-radio label *,
.hs-form-checkbox label *,
.hs-form-booleancheckbox label *{
    position: relative;
    float: left;
}
.hs-form-radio label span,
.hs-form-checkbox label span,
.hs-form-booleancheckbox label span{
    width: 85%;
    padding-left: 5%;
}
.hs-form-radio ,
.hs-form-checkbox,
.hs-form-booleancheckbox{
    margin: 0!important;
}
.hs-form-radio input,
.hs-form-checkbox input,
.hs-form-booleancheckbox input{
    height: 20px!important;
    width: 10%!important;
    margin: 0 0 10px 0!important;
    visibility: hidden;
}
.hs-form-checkbox [type=checkbox] + span + div,
.hs-form-checkbox [type=checkbox] + span +  span +div,
.hs-form-booleancheckbox input[type=checkbox] + span + div,
.hs-form-booleancheckbox input[type=checkbox] + span + span +div{
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 20px;
    background-image: url ("https://www.planettogether.com/hubfs/checkboxes-sprite.png");
    background-position: 0 0;
}
.hs-form-checkbox input[type=checkbox]:checked + span + div,
.hs-form-checkbox input[type=checkbox]:checked + span + span + div,
.hs-form-booleancheckbox input[type=checkbox]:checked + span + div,
.hs-form-booleancheckbox input[type=checkbox]:checked + span + span + div{
    background-color: #ffffff;
    background-position: -20px -2px;
}

.hs-form-checkbox .hs-form-required,
.hs-form-booleancheckbox .hs-form-required{
    position: absolute;
    left: 20px;
}
.hs-form-radio input[type=radio] + span + div{
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #ffffff;
}
.hs-form-radio input[type=radio]:checked + span + div:after{
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #555555;
    content: "";
}

.hs-dateinput input[type=text]{
    background-image: url('https://www.planettogether.com/hubfs/calendar-select.png')!important;
    background-repeat: no-repeat!important;
    background-position: 7px 7px!important;
    padding-left: 50px!important;
    background-position: 9px 7px!important;
}

input[type=checkbox]{
    border: 1px solid #ffffff!important;
    border-radius: 0;
}
.hs_reason_for_applying_trial {
  margin-top: 22px;
}
.seven{
    margin: 0!important;
    width: 14.28%!important;
}
.logo-wrapper{
    position: relative;
    text-align: center;
    height: 85px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.logo-wrapper img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 77%!important;
}

/* Google Search */

.gsc-control-cse {
  padding: 0!important;
  background: none!important;
  border: none!important;
}

.gsc-input-box, .gsc-input, .gsc-search-button {
  background: none!important;
  border: none!important;
  box-shadow: none!important;
}

.gsc-search-button {
  padding: 0!important;
}

input.gsc-search-button {
  background-image: url('https://www.planettogether.com/hubfs/Icons/pt-search.png')!important;
  background-repeat: no-repeat!important;
}

.gsc-search-box {
  margin: 0!important;
}

input.gsc-input {
  padding: 5px!important;
  color: rgba(255,255,255,.5)!important;
}

form.gsc-search-box {
  border-bottom: 1px solid rgba(255,255,255,.5)!important;
}

.gsst_a, .gsib_a {
  padding: 0!important;
}

.gscb_a {
    font: 22px/13px arial,sans-serif!important;
}

.gsc-input-box {
  height: 23px!important;
}

.gsc-selected-option-container {
  min-width: 93px!important;
}

input.gsc-input::-ms-clear {
  display: none;
}

/* RESPONSIVE */

.only-desktop-menu{
    display: block!important;
}
.only-mobile-menu{
    display: none!important;
}






@media (max-width: 950px) {    
    .white-circle{
        min-width: 220px;
        height: 220px;
    }
    .white-circle:last-of-type{
        margin-left: 0!important;
        height: 70px;
    }
    .footer-go-top{
        right: 20px;
    }
    .blog-cta .blog-form-trigger span {
        padding: 15px;
    }
    .section-six {
        overflow: hidden;
    }
    .section-details .blue-cta {
        margin: 70px 0px 50px;
    }
    .bms-footer>div{
        padding: 0 10%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .contact-page-heading {
      padding: 0 5%;
    }
    
    .contact-page-left {
      padding-left: 5%;
      padding-bottom: 100px;
    }
  
}

@media (max-width: 767px) {
    .contact-page-left {
      padding-right: 5%;
    }
    .package-stay {
        width: 22%!important;
        float: left!important;
    }
    .header-bms .sub-header{
        position: relative;
        padding: 20px 5%!important;
    }
    .bms-logo{
        position: relative;
        z-index: 1;
        width: 60%!important;
        text-align: center!important;
        float: left!important;
        padding: 0 5%!important;
    }
    .bms-logo-menu{
        text-align:center;
    }
    .header-search{
        display: none!important;
    }
    .open-responsive{
        display: none !important;
        text-align: right;
        cursor: pointer;
    }
    .open-responsive p{
        display: inline-block;
        color: #1896d3!important;
        font-size:40px;
        margin: 0 15px 20px 0;
        
    }
    .open-responsive p:before{
        content: "\2630";
    }
    .section-big-circles,
    .section-different,
    .section-details {
        padding: 0 25px!important;
    }
    .header-free-trial .free-cta{
        position: absolute;
        top: 5px;
        right: 10px;
    }
    .header-free-trial .free-cta a span{
        font-size: 15px;
    }
    .section-big-circles .blue-cta {
        margin: 60px 0 30px;
    }
    .responsive-menu-controller {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        width: 100%!important;
        margin: 0!important;
        float: left!important;
        z-index: 0;
    }
    .responsive-menu-controller ul {
        background-color: #ffffff;
        float: none;
    }
    .cap-hero-image {
          margin: 0 35%!important;
    }
    .white-circle>div {
        width: 210px;
        height: 210px;
    }
    .white-circle{
        height: 300px;
    }
    .white-circle:last-of-type{
        height: 150px;
    }
    .section-one-launch .white-circle:last-of-type{
        height: 220px;
    }
    .hero{
        padding-top: 200px ;
    }
    .hero h1{
        font-size: 56px;
        line-height: 60px;
    }
    .hero h3{
        font-size: 25px;
    }
    .hero-learning{
        padding: 230px 20px 60px ;
    }
    .hero div img {
        margin: 25% 0;
    }
    .hero-it-signup,
    .hero-learning-video,
    .hero-learning-signup{
        width: 100%!important;
        margin: 0!important;
    }
    .hero-it-signup,
    .hero-learning-signup{
        margin-top: 30px;
        padding: 0 50px;
    }
    .hero-it-signup h3{
        padding:0 0 0 20px;
    }
    .hero-it-signup  fieldset{
        max-width: initial!important;
    }
    .hero-learning .hero-learning-signup h3{
        padding: 0 0 0 140px;
    }
    .hero-it-signup:after,
    .hero-learning .hero-learning-signup h3:after{
        width: 121px;
    }
    .hero-learning .widget-type-space{
        display: none;
    }
    .hero-video-container #hero-video-close {
        right: 10px;
    }
    .big-circle {
        margin: 12% 0 0;
    }
    .section-three .benefit{
        padding: 10px 15px;
        text-align: center;
    }
    .section-three .benefit:after{
        display: none;
    }
    .section-three .benefit-circle-container{
        display: none;
    }
    
    .section-four{
        padding: 60px 5%;
    }
    .section-two-copy{
        left: 0!important;
        max-width: 100%;
        padding: 122px 5% 49px;
        width: 100%!important;
        margin: 0!important;
    }
    .section-two-copy:after{
        top: 39px;
        left: 46%;
    }
    .capabitilities-features{
        display: none!important;
    }
    .schedule-icon{
        text-align: right;
    }
    .section-blog .blue-cta{
        height: 70px;
    }
    .section-blog .blue-cta span{
        font-size: 20px;
    }
    .section-blog .blog-form-trigger{
        height: 57px;
    }
    .blog-cta .blog-form-trigger:hover span {
        padding: 15px;
    }
    .section-blog .blue-cta a,
    .blog-form-trigger span{
        left: 0;
        right: 0;
        margin: auto;
        width: initial;
    }
    .bms-footer .social-icon{
        float: left;
    }
    .bms-footer ul{
        margin-bottom: 30px;
    }
    .bms-footer{
        padding: 30px 20px 10px;
    }
    .bms-footer ul li{
        width: 50%;
        float: left;
        margin-bottom: 20px;
        padding: 0;
    }
    .section-blog{
        padding: 0!important;
    }
    .section-bars .bar{
        width: 8.3%;
        float: left;
        margin: 0;
    }
    .section-sub-bars {
        padding:40px 5% 60px;
    }
    .section-two-smile{
       position: relative;
    }
    .section-webinar{
        padding: 50px 5% 100px;
    }
    .hero-3 h1{
        overflow: hidden;
        text-align: left;
        padding-left: 10px;
        font-size: 35px;
    }
    .benefit-capability-element:after{
        display: none;
    }
    .section-six {
        padding: 60px 0 100px;
        overflow: hidden;
    }
    .section-six-planner {
        padding: 60px 0 100px;
    }
    .section-graphic .graphic-cta {
        white-space: normal;
    }
    .section-one-launch .white-circles .white-circle:nth-child(1) {
        margin: 0px 0 0 -20px!important;
        height: 100%;
    }
    .section-one-launch .white-circles .white-circle:nth-child(2) {
        margin: 0 0 0 -5px!important;
        height: 100%;
    }
    .section-one-launch .white-circles .white-circle:nth-child(3) {
        height: 100%;
    }
    .white-circle-content {
        margin: 50px 0 0;
    }
    .home-white-circles .white-circles .white-circle:nth-child(1) {
        margin: 0px 0 0 -20px!important;
        height: 100%;
    }
    .home-white-circles .white-circles .white-circle:nth-child(2) {
        margin: 0 0 0 -5px!important;
        height: 100%;
    }
    .home-white-circles .white-circles .white-circle:nth-child(3) {
        height: 100%;
    }
    .section-benefit-capability .capability-group {
        margin: -42px 25px 0;
    }
    .hero .hero-video-play {
        margin: 20px 25%;
    }
    .planner-easier-left {
        margin: 0 75px!important;
    }
    .social div.widget-type-linked_image {
        float: left;
        width: 20%;
        margin: 0 2.5%;
    }
    .section-improvement .blue-cta a{
        padding: 15px 0;
    }
    /*.row-fluid .span4 {
        width: 33.33%;
        margin-left: 0;
    }*/
    
    .section-packages .span4.pricing-column{
        width: 100%;
        margin: 0 0 25px;
    }
    .section-fun-percentage .percentage-number canvas {
        width: 100%;
    }
    .main-section-copy, .lp-quotes {
      padding: 0 5%!important;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    
    
}
@media (max-width: 700px) { 
    .header-free-trial{
        margin: 0px!important;
        height: 30px;
        padding: 0;
    }
    .header-free-trial .header-phone{
        margin-top: 4px;
        margin-left: 10px!important;
    }
    /*
    .header-free-trial .free-cta{
        margin-top: 8px;
    }
    .header-free-trial .free-cta a{
        line-height: 12px;
    }
    
    .header-free-trial .free-cta span{
        font-size: 12px;
        line-height: 12px;
        
    }
    .header-free-trial .free-cta a:after{
        top: 2px;
        left: -10px;
        border: solid 5px transparent;
        border-left: solid 5px #fff;        
    }
    .bms-logo{
        margin-bottom: 0px;
    }
    .bms-logo-menu ul{
        float: left;
        margin-left: 6%!important;
    }*/
    .hero-it-sign-up h3{
        text-align: center;
    }
    .hero div img {
        margin: 50px auto;
    }
    .hs-form fieldset{
        max-width: initial!important;
    }
    .learning-sub-menu ul{
        width: 100%;
    }
    .learning-sub-menu ul li{
        width: 50%;
        float: left!important;
        padding: 0;
    }
    .learning-sub-menu ul li a{
        padding: 5px 0!important;
        font-size: 12px;
    }
    .package-stay span{
        font-size: 10px!important;
    }
    .package-stay{
        width: 25%!important;
        float: left!important;
        padding: 8px 3px;
    }
    .sub-service-header-pricing {
        padding: 25px 15px 15px!important;
    }
    .sub-service-cta{
        text-align: center;
    }
    .section-support h3 {
        text-align: center;
    }
    .section-support ul {
        padding-left: 45px!important;
    }
    .section-library-documents h2 {
        font-size: 34px!important;
    }
    .section-blog .blog-cta>div:after{
        display: none;
    }
    .section-blog .blog-cta{
        margin: 50px 0 0;
    }
    .hs-form-radio input, .hs-form-checkbox input, 
    .hs-form-booleancheckbox input{
        width: 15%;    
    }
    .hs-form-radio label span, .hs-form-checkbox label span, 
    .hs-form-booleancheckbox label span{
        width: 85%;
    }
    .team-header {
      width: 100%;
      padding: 0 5%;
    }
    .team-header a img {
      width: 100%;
    }
    .team-member-single {
      padding: 55px 5%;
      margin-bottom: 0;
    }
    .team-bio-closed-1, .team-bio-closed {
      height: 220px;
    }
}
@media (min-width: 560px) and (max-width: 570px) {
   /* .bms-logo{
        margin: 0!important;
    }*/
}
@media (max-width: 500px) {
  /*  .header-free-trial .free-cta{
        margin: 0;
        position: absolute;
        bottom: 5px;
        right: 5px;
    }*/
    /*#google_translate_element{
        display: none!important;
    }*/
    .open-responsive{
        display: block!important;
    }
    .goog-te-menu-frame{
        width: 100%!important;
        height: 100%!important;
    }
    .ops-video a, .planner-vid a, .hero-video a{
        display: block!important;
    }
    .header-container-wrapper {
        background-color: rgb(255,255,255)!important;
    }
    /*
    .header-search{    
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 5% 0 120px;
        border: 1px #FFFFFF blue;
    }
    .header-search table.gsc-search-box{
        display: block;
    }
    .header-free-trial .free-cta a {
        margin: 0 50px;
    }*/
    .goog-te-gadget{
        margin-top: 5px;
    }
    /*.goog-te-menu-value{
        position: absolute;
        top: 7px;
        right: 20px;
    }*/
    /*.bms-logo {
        width: 45%!important;
        float: left!important;
        margin: 10px 20px!important;
    }*/
    .bms-logo-menu{
        display:none!important;
    }
    /*.menu-open .bms-logo-menu {
        display:block!important;
    }*/
    .only-desktop-menu{
        display: none!important;
    }
    .menu-open .only-mobile-menu{
        display: block!important;
    }
    .menu-open .open-responsive p:before{
        content: "\2715";
    }
    .bms-logo-menu ul{
        margin: 0!important;
    }
    .bms-logo-menu ul li{
        padding: 16px 0;
        text-align: left;
        border-bottom: 1px solid #e5e5e5;
    }
    .bms-logo-menu ul li a {
        color: #6f6f6f!important;
    }
    .bms-logo-menu ul li:last-of-type {
        border-bottom: 0;
    }
    .hero{
        padding: 125px 5% 130px;
    }
    .hero-learning {
        padding: 160px 5% 77px;
    }
    .hero-learning-signup {
        padding: 0;
    }
    .hero-services,
    .hero-3,
    .hero-ops{
        padding: 125px 5% 80px;
    }
    .hero h1{
        font-size: 39px;
        line-height: 43px;
    }
    .hero-3 h1{
        padding: 0 0 0 0;
        font-size: 30px;
        text-align: center;
    }
    .hero h3{
        font-size: 18px;
    }
    .hero .hero-video-play {
        margin: 20px auto;
    }
    .hero-services .green-cta{
        margin-bottom: 15px;
    }
    .section-webinar h2{
        font-size: 25px;
    }
    .section-webinar .webinar-copy p{
        font-size: 15px;
    }
    .hero div img {
        width: 50%!important;
        text-align: center;
    }
    .hero-visual div img {
        width: 35%!important;
    }
    .section-two-copy {
        padding-top: 75px;
        padding-bottom: 50px;
        margin: 25px 0 0!important;
    }
    .section-two-copy:after {
        top: 10px;
        left: 10px;
    }
    .section-graphic h2 {
        font-size: 32px;
    }
    .section-five p, .section-library-documents h2 {
        padding: 0 5%;
    }
    .bms-footer input[type=submit]{
        margin-bottom: 25px;
    }
    .bms-footer ul li{
        width: 50%;
    }    
    .section-walkthroughs, .section-different {
        padding: 60px 5% 60px!important;
    }
    .videos-learning {
        padding: 60px 5% 100px!important;
    }
    .section-walkthroughs .wt-image {
        margin-bottom: 40px;
    }
    .section-walkthroughs .wt-image:last-of-type {
        margin-bottom: 0;
    }
    .lib-doc-cta,
    .section-walkthroughs .wt-image a>div{
        width: 220px!important;
        margin: auto!important;
        margin-bottom: 20px!important;
    }
    .hero-ops .green-full-cta {
        margin: 25px 0;
    }
    .section-videos-cta.section-fun-percentage .white-full-cta a span{
        font-size: 14px;
    }
    .section-benefit-capability .white-full-cta a,
    .section-support .blue-cta a,
    .section-fun-percentage .white-full-cta a,
    .section-graphic .white-cta a,
    .section-six .blue-cta a,
    .blog-form-trigger span{
        padding: 11px 0 15px;
    }
    .blue-cta a,
    .blue-cta a span,
    .green-cta a,
    .green-cta a span,
    .white-cta a,
    .white-cta a span,
    .white-full-cta a span,
    .blog-form-trigger span,
    .blog-form-trigger-2 span, 
    .blog-form-trigger-3 span,
    .blog-form-trigger-4 span{
        font-size: 20px;
    }
    .green-cta, .white-cta, .blue-cta, .white-full-cta {
        width: 90%!important;
        margin-left: 5%!important;
        padding: 0!important;
    }
    .white-full-cta {
        margin-top: -20px!important;
    }
    .section-videos-cta .white-full-cta, .section-different .white-full-cta {
        margin-top: 25px!important;
    }
    .section-four .blue-cta, 
    .video-section .blue-cta,
    .section-sub-bars .blue-cta,
    .blue-cta.blog-form-trigger-2,
    .hero-planner .green-cta,
    .section-videos-cta .blue-cta,
    .section-walkthroughs .blue-cta,
    .section-fun-percentage .white-full-cta,
    .section-different .white-full-cta,
    .hero-services .green-cta,
    .section-improvement .blue-cta,
    .section-academy .white-cta {
        width: 100%!important;
        margin-left: 0!important;
    }
    .blue-cta a,
    .green-cta a,
    .white-full-cta a,
    .green-full-cta a,
    .white-cta a,
    .section-one-launch .white-cta a,
    .video-section .blue-cta a,
    .section-sub-bars .blue-cta a,
    .section-big-circles .blog-form-trigger-2 span,
    .section-walkthroughs .blue-cta a,
    .hero-services .green-cta a,
    .section-improvement .blue-cta span,
    .section-academy .white-cta span {
        display: block;
        width: 100%;
        padding: 15px 0;
        -webkit-box-sizing: border-box!important;
        -moz-box-sizing: border-box!important;
        box-sizing: border-box!important;
    }
    .hero-services .green-cta a {
        margin-top: 18px;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .hero-planner .green-cta a,
    .section-videos-cta .blue-cta a,
    .section-six .blue-cta,
    .blog-form-trigger,
    .section-library-documents .white-cta a,
    .section-packages .white-cta a {
        padding: 15px 0!important;
    }
    .section-five .green-cta {
        margin-top: 50px;
    }
    .section-benefit-capability .benefit-capability-element {
        border-top: solid 1px rgba(255,255,255,.4);
    }
    .section-big-circles,
    .section-details {
        padding: 60px 5%;
    }
    .big-circle>div{
        width: 70%;
        height: auto;
        margin-left: 15%;
    }
    .big-circle-2 {
        margin-top: 50px;
    }
    .big-circle-2 > div {
        float: none;
    }
    .big-circle:after{
        display: none;
    }
    .big-circle img {
        width: 100%!important;
    }
    .big-circle-flip > div > div > div {
        float: none!important;
    }
    .section-big-circles .blue-cta {
        margin-top: 65px;
    }
    .section-fun-percentage .percentage-number{
        width: 39%!important;
        margin-bottom: 20px!important;
    }
    .section-fun-percentage .percentage-text {
        margin: 0 0 38px;
    }
    .section-fun-percentage .percentage-text.percentage-top {
        margin-top: 20px;
    }
    .section-fun-percentage .percentage-number canvas{
        left: -30px;
    }
    .section-blog .blue-cta{
        display: block;
        width: 90%;
        margin-left: 5%;
        padding: 0;
    }
    .section-blog .blog-form-trigger span {
        display: block;
    }
    .lightbox-form-overlay,
    .lightbox-form-overlay-2,
    .lightbox-form-overlay-3,
    .lightbox-form-overlay-4 {
        width: 100%!important;
        z-index: 999999999999;
    }
    .lightbox-form, 
    .lightbox-form-2, 
    .lightbox-form-3, 
    .lightbox-form-4{
        top: 0;
        width: 100%!important;
        height: 100%!important;
    }
    .section-blog .blue-cta span{
        font-size: 20px;
    }
    .videos-learning .video-cta {
        width: 65%!important;
        margin: 0 auto 20px!important;
    }
    .section-one-launch .white-circles .white-circle:nth-child(1),
    .section-one-launch .white-circles .white-circle:nth-child(2),
    .home-white-circles .white-circles .white-circle:nth-child(1),
    .home-white-circles .white-circles .white-circle:nth-child(2) {
        margin: 0px!important;
        height: 325px;
    }
    .white-circle-content, .section-packages > div p {
        padding: 0 5%;
    }
    .section-benefit-capability .capability-group {
        margin: 25px 0 0;
    }
    .planner-easier-left {
        margin: 0!important;
    }
    .graphics-bar-container .section-graphic .graphic-bar:nth-child(5) .graphic-value {
        width: 78%!important;
    }
    .section-one-copy, .section-five.section-bars h2, .section-five.section-bars .bars-text {
        padding: 0 5%;
        border-left: 0;
    }
    .section-one-copy:after {
        display: none;
    }
    .client-icon {
        margin: 0;
    }
    .client-icon > div {
        text-align: center;
    }
    .client-icon img {
        max-width: 90%!important;
    }
    .feedreader_box .hs-rss-item-text {
        width: 90%!important;
        padding: 0 5%!important;
        box-sizing: content-box!important;
    }
    .section-videos-cta {
        padding: 80px 5% 50px!important;
    }
    .section-videos-cta .video-cta {
        margin-bottom: 50px;
    }
    .section-videos-cta .blue-cta {
        margin-top: 0;
    }
    .package-stay {
        position: relative;
        width: 25%!important;
        padding: 0 4px!important;
    }
    .section-packages .package-stay .package-bold-link {
        padding: 0 0 10px 0;
    }
    .package-header.package-stay {
        width: 25%!important;
    }
    .section-packages .package-table-header .package-header span,
    .section-packages .package-table-sub-header .sub-sections > div > span > div {
        padding: 0;
    }
    .section-packages .package-table-sub-header h3,
    .section-packages .package-table-sub-header p {
        padding-left: 0;
    }
    .service-header.package-stay, .service-element.package-stay {
        width: 22%!important;
    }
    .section-improvement, .section-academy {
        padding: 60px 5%;
    }
    .section-webinar .hs-form fieldset.form-columns-1 .input,
    .section-webinar .hs-form fieldset.form-columns-2 .input,
    .section-webinar .hs_submit {
        margin-right: 0;
    }
    .section-packages .package-table-row {
        padding: 5px 0;
    }
    .section-packages .package-table-row .package-stay {
        margin: 0;
        padding: 0;
    }
    .responsive-full.grey-back.section-three,
    .responsive-full.grey-back.team {
        padding-left: 5%;
        padding-right: 5%;
    }
    .webinar-copy img {
        width: 100%!important;
        margin: 75px 0 25px!important;
    }
    .blog-cta {
        padding-bottom: 32px;
    }
    .request-trial, .footer-social {
        margin-top: 33px;
    }
    .footer-social .social-icon, .footer-container-wrapper .social-icon {
        float: left!important;
        width: 20%!important;
        margin: 0 0 10px;
        text-align: center;
    }
    .section-two-learning .container>div:after,
    .section-two-launch .container>div:after,
    .section-two-planner .container>div:after,
    .section-two .container>div:after,
    .section-two-it .container>div:after,
    .section-different>div:first-of-type:after,
    .dark-above .container>div:after,
    .section-walkthroughs>div:first-of-type:after,
    .section-library-documents>div:first-of-type:after,
    .section-improvement>div:first-of-type:after,
    .section-details>div:first-of-type:after,
    .section-packages>div:first-of-type:after,
    .section-three>div:first-of-type:after,
    .section-graphic>div:first-of-type:after,
    .section-four>div:first-of-type:after,
    .section-five >div:first-of-type:after,
    .section-support>div:first-of-type:after,
    .section-webinar>div:first-of-type:after,
    .section-six .container>div:after,
    .section-six-planner .container>div:after,
    .section-blog .blog-header>div:first-of-type:after,
    .section-blog-2 .blog-header>div:first-of-type:after,
    .section-blog .blog-cta>div:first-of-type:after,
    .video-section>div:first-of-type:after,
    .video-section-planner>div:first-of-type:after,
    .section-videos-cta>div:first-of-type:after,
    .section-big-circles-it>div:first-of-type:after,
    .section-features>div:first-of-type:after,
    .section-benefit-capability>div:first-of-type:after,
    .section-one .section-one-dots-container:after {
        display: none;
    }
    .section-graphic {
        background-size: auto 100%;
    }
    .schedule-icon {
        text-align: left;
        margin-bottom: 19px;
    }
    .schedule-icon img {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }
    .capabilities-image.analytics {
        margin-bottom: 150px;
    }
    .section-four .analytics>div:last-of-type:after {
        bottom: -120px;
        left: 0;
    }
    .section-four .integration div[class*=image-]:first-of-type {
        margin-top: 18px;
    }
    .brand-copy {
        padding-bottom: 23px!important;
    }
    .section-blog .blog-header {
        padding: 55px 5% 50px;
    }
    .mobile-hide {
        display: none!important;
    }
    .hero-it-signup {
        padding: 37px 0 0;
    }
    .section-webinar ul {
        padding: 15px 0 15px 10px;
    }
    .section-webinar .form-title {
        margin-top: 15px;
    }
    .section-webinar {
        padding-bottom: 0!important;
    }
    .section-webinar>div:last-of-type {
        padding-bottom: 250px!important;
    }
    .percentage-text {
        margin: 40px 0;
    }
    .section-blog .blue-cta {
        height: 55px!important;
    }
    .bms-footer {
        padding: 30px 2.5% 10px;
    }
    .section-six-planner {
        padding-bottom: 50px;
    }
    .grey-back.section-three > div:first-of-type {
        margin-bottom: 30px;
    }
    .section-three .benefit {
        min-height: 86px!important;
        padding: 10px 0;
        text-align: left;
    }
    .learning-sub-menu ul li {
        width: 25%;
        padding: 10px 0;
    }
    .hero-learning .hero-learning-signup h3 {
        padding: 110px 0 0;
        text-align: center;
    }
    .hero-learning .hero-learning-signup h3:after {
        left: 30%;
        width: 40%;
        height: 80px;
        background-size: 100% 100%;
    }
    .hero-capability .green-full-cta a {
        margin-bottom: -20px;
        padding: 15px 5%;
    }
    .team .social {
        padding: 0!important;
    }
    .whitepaper p, .whitepaper li {
        line-height: 25px!important;
    }
    a#cta_button_332602_8a8f5321-ae68-4dea-8c3a-2565e6c7a730, a#cta_button_332602_83287d5d-6712-4299-9069-3a054e05bd73 {
        font-size: 16px!important;
        line-height: 20px!important;
        margin-bottom: 25px;
    }
    .whitepaper .form-section {
        margin-top: 35px;
    }
    .section-support ul li {
        padding: 17px 0;
    }
    .pricing-table {
        padding: 0 5px!important;
    }
    .pricing-table-header-content {
        padding: 15px 2.5px;
    }
    .package-stay-content-one, 
    .package-stay-content-two,
    .package-stay-content-three {
        width: 100%!important;
    }
    .section-packages .package-stay-content-one li,
    .section-packages .package-stay-content-two li,
    .section-packages .package-stay-content-three li {
        font-size: 14px;
    }
    .services-sub-header {
        margin: -5px 0!important;
    }
    .services-sub-header>div {
        margin: 100% 0;
    }
    .sub-service-header-last>div {
        margin: 100% 0!important;
    }
    .sub-service-header-last .sub-service-cta {
        margin: 0!important;
    }
    .sub-service-header>div {
        margin: 100% 0 0;
    }
    .sub-service-cta { 
        margin: -25% 0 25%;    
    }
    .plan-subheader {
        margin: -25% 0 25%;
    }
    .hero-video {
        margin: 25px 0 0;
    }
    .hero .hero-video div img {
        width: 100%!important;
        border: none!important;
    }
    .hero-video #wistia_still_22 img {
        width: 100%!important;
        height: 100%!important;
        border-width: 0!important;
    }
    .home-vid {
        display: initial!important;
        width: 100%!important;
        height: 100%;
        margin: 25px 0 75px!important;
    }
    .home-vid .wistia_embed {
        height: 100%;
        width: 100%;
    }
    .home-vid #wistia_still_22 img  {
        
    }
    .home-vid  {
        width: 100%!important;
        border-style: hidden!important;
    }
    #wistia_embed {
        width: 100%!important;
        height: 100%!important;
    }
    .planners-video-url img{
        width: 100%;
    }
}
@media screen and (max-width: 420px) {
    .hero h1 {
        font-size: 36px;
        line-height: 43px;
    }
    .side-table-text {
        display: none!important;
    }
    .package-stay {
        padding: 0 2.5px;
    }
    .section-packages .package-table-header .package-header span {
        padding: 0px;
    }
    .table-pricing .table-price span {
        margin: 0 -20px;
    }
    .package-table-sub-header .table-price {
        padding: 0px!important;
    }
    .pricing-header-1 {
        margin: 0px 15px!important;
    }
    .pricing-header-2 {
        margin: 7px 15px 0 0!important;
    }
    .pricing-header-3 {
        margin: 7px 0 0 15px!important;
    }
    .pricing-sub-1{
        margin: 0 25px!important;
    }
    .pricing-sub-2{
        margin: 0 0 0 -10px!important;
    }
    .pricing-sub-3{
        margin: 0 0 0 20px!important;
    }
    .pricing-sub-3 div span div:last-of-type {
        margin: -10px 0 0!important;
    }
    .footer-container-wrapper .responsive-full {
        padding: 0!important;
        text-align: left;
    }
    .team-header h1 {
        font-size: 40px;
    }
    .wistia_embed {
        width: 100%!important;
    }
    #wistia_grid_16_main {
        width: 100%!important;
    }
    #wistia_still_24 img,
    #wistia_still_31 img {
        width: 100%!important;
        height: 100%!important;
        border: none!important;
    }
    div#wistia_still_31 {
        position: absolute;
    }
    #wistia_13 #wistia_bigPlayButton_22 {
        z-index: 2;
    }
    
    .seven,
    .logo-wrapper{
        width: 50%!important;
        float: left!important;
    }
}
@media screen and (max-width: 375px) {
    .team-header h1 {
        font-size: 35px;
    }    
}
@media screen and (max-width: 320px) {
    .hero h1 {
        font-size: 30px;
        line-height: 28px;
    }    
    .white-full-cta a span,
    .green-full-cta a span {
        font-size: 12px;
    }
    .team-header h1 {
        font-size: 31px;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
    .hero-video {
        width: 100%!important;
        margin: 25px 0 0;
    }
    .hero h1 {
        font-size: 48px;
    }
    .header-bms {
        background: rgba(255,255,255,1)!important;
    }
    .blue-cta a {
        padding: 10px 15px;
        font-size: 16px;
    }
    .team-member-single .name-position h2 {
        font-size: 14px;
    }
    .team-member-single .position {
        font-size: 12px;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .hero-video {
        width: 100%!important;
        margin: 25px 0 0;
    }
    .hero h1 {
        font-size: 48px;
    }
    .header-bms {
        background: rgba(255,255,255,1)!important;
    }
    .blue-cta a {
        padding: 10px 15px;
        font-size: 16px;
    }
    .team-member-single .name-position h2 {
        font-size: 14px;
    }
    .team-member-single .position {
        font-size: 12px;
    }
}


h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}

.main-nav-fixed {
    height: 80px;
}
.main-nav-fixed .logo img {
    margin: -20px auto 0;
    display: block;
}
.header-phone span {
    color: #b2d235;
    font-size: 20px;
}

.hero-landing a img{
    max-width: 60%!important;
    margin: 50px auto 0!important;
}
.section.whitepaper > div {
    position: relative;
}
.contact-page-form.fix.top {
    position: fixed;
    top: 80px;
    max-width: 385.64px;
}
.contact-page-form.fix.bottom {
    position: absolute;
    bottom: 0;
    max-width: 385.64px;
}
/* INTERACTIVE */
.interactive-graphic.mobile {
    display: none;
}
.interactive-graphic .span12 {
    margin: 0!important;
}
.interactive-graphic .span4 {
    width: 33.333333%!important;
    margin: 0!important;
}
.interactive-graphic h3 {
    margin: 20px 0 35px;
    font-family: 'Univers LT W10_75 Black';
    font-size: 30px;
    color: #3d3d3d;
    text-transform: uppercase;
    line-height: 35px;
    text-align: center;
}
.interactive-graphic span.circ {
    display: block;
    content: "";
    height: 140px;
    width: 140px;
    border-radius: 50%;
    border: solid 3px #b2d235;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: .5s;
    cursor: pointer;
}
.interactive-graphic .upper span.circ {
    cursor: default;
    background-color: #b2d235;  
    background-image: url("https://www.planettogether.com/hubfs/partner.png");
}
.interactive-graphic span.col1 {
    background-image: url("https://www.planettogether.com/hubfs/industry.png");
}
.interactive-graphic span.col2 {    
    background-image: url("https://www.planettogether.com/hubfs/connections.png");
}
.interactive-graphic span.col3 {    
    background-image: url("https://www.planettogether.com/hubfs/size.png");
}
@media (min-width: 769px) {
    .interactive-graphic span.circ:hover,
    .interactive-graphic span.circ.active {
        border-color: #1896d3;
    }
    .interactive-graphic .upper span.circ:hover {
        border-color: #b2d235;
    }
}
.interactive-graphic .upper span.icon-label {
    padding: 20px 0 10px;    
}
.interactive-graphic span.icon-label {
    letter-spacing: 2px;
    display: block;
    font-size: 22px;
    font-family: 'UniversLTW01-67BoldCn'!important;
    font-weight: normal!important;
    color: #00aeef;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0 20px;
}
.interactive-graphic .middle {
    position: relative;
    display: block;
    height: 45px;
    max-width: 66%;
    margin: 44px auto 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: solid 1px #b2d235;
    border-bottom: none;
}
.interactive-graphic .middle .crossbar {
    display: block;
    position: absolute;
    bottom: 0;
    top: -100%;
    content: "";
    width: 1px;
    background-color: #b2d235;
    left: 50%;
}
.interactive-graphic .slider {
    display: block;
    background-color: #1896d3;
    width: 100%;
    content: "";
    height: 10px;
    float: left;
    margin: 20px 0 0;
    position: relative;
}
.interactive-graphic .slider .triangle {
    position: relative;
    width: 19.75%;
    height: 10px;
    display: block;
    transition: .3s;
}
.interactive-graphic .slider .triangle:after {
    border: solid 17px transparent;
    border-top-color: #1896d3;
    top: 100%;
    display: block;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
}
.interactive-graphic .content {
    float: left;
    padding-top: 30px;
}
.interactive-graphic .content > div:not(.content1) {
    display: none;
}
@media (max-width: 767px) {
    .widget-span.widget-type-linked_image.logo-wrapper {
        max-width: 16%!important;
        margin: 0 auto!important;
        display: table!important;
        float: left;
        min-height: 100px!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .logo-wrapper img {
        position: relative!important;
        padding: 20px 0;
        display: block;
    }
    .logo-wrapper > div {
        display: table-cell;
        vertical-align: middle;
    }
    .header-phone {
        display: none!important;
    }    
    .hero-landing div a img{
        max-width: 90%!important;
        margin: 30px auto 0!important;
        width: 100%!important;
    }
}
.hero h1 {
    font-size: 50px!important;
    line-height: 45px!important;
}
@media (max-width: 1024px) {
    .hero h1 {
        font-size: 36px!important;
    }    
}
@media (max-width: 768px) { 
    .hero h1 {
        font-size: 25px!important;
        line-height: 35px!important;
    }
    .lp-quotes .widget-type-rich_text {
      margin: 25px 0 85px;
    }
    .interactive-graphic {
        display: none;
    }
    .interactive-graphic.mobile .span12 {
        margin-bottom: 50px!important;
    }
    .interactive-graphic.mobile {
        display: block;
        text-align: center;
        padding: 0 5%;
    }
    .interactive-graphic.mobile .middle .crossbar {
        display: block;
        position: absolute;
        bottom: 100%;
        top: -100%;
    }
    .interactive-graphic.mobile .bar {
        display: block;
        margin: 33px 0 25px;
        position: relative;
        height: 10px;
        background-color: #1896d3;
    }
    .interactive-graphic.mobile .bar:after {
        display: block;
        position: absolute;
        top: 100%;
        left: 47.5%;
        height: 10px;
        content: "";
        border: solid 17px transparent;
        border-top-color: #1896d3;
    }
}
@media (max-width: 420px) {
    .seven,
    .widget-span.widget-type-linked_image.logo-wrapper {
        width: 80%!important;
        float: none!important;
        margin: 0 auto;
        height: auto!important;
        display: block!important;
    }
    .widget-span.widget-type-linked_image.logo-wrapper {
        max-width: 100%!important;
    }
    .interactive-graphic.mobile .bar:after {
        left: 45%;  
    }
    .hero h1 {
        margin: -45px 0 10px;
        text-align: left;
        font-size: 30px!important;
    }
    .secondary-header span {
        font-size: 12px!important;
    }
    .home-page .hero h1 {
        margin-top: 0;
    }
}


/* -------- 29 - December ----- Css -- */

ul.accordion {
    list-style: none;
    padding: 0;
}  
.accordion .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none;
}      
.accordion .inner.show {
    /*display: block;*/
}
.accordion li {
    margin: .5em 0;
}  
.accordion a.toggle {
    width: 100%;
    display: block;
    background: rgba(0,0,0,0.78);
    color: #fefefe;
    padding: .75em;
    border-radius: 0.15em;
    transition: background .3s ease;
}          
.accordion a:hover {
    background: rgba(0, 0, 0, 0.9);
}
.software-feature-accordion .accordion li {
	list-style-image: none !important;
}
.software-feature-accordion .accordion a.toggle {
	padding: 14px 40px 14px 18px;
	text-align: left;
	text-transform: uppercase;
	background: rgba(233, 233, 233, 0.36);
	color: #1896d3;
	font-size: 18px;
	font-family: 'UniversLTW10-67BoldCn' !important;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.software-feature-accordion .accordion a.toggle::after {
	content: "\f107 ";
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	font-family: fontawesome;
	-moz-transform: translate(0,-50%);
	font-size: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.software-feature-accordion .accordion a.toggle.active::after {
	transform: translate(0,-50%)rotate(180deg);
	-wbekit-transform: translate(0,-50%)rotate(180deg);
	-moz-transform: translate(0,-50%)rotate(180deg);
}

.software-feature-accordion .accordion table {
    width:100%;
}
.software-feature-accordion .accordion .inner{
    padding-left:0;
}
.software-feature-accordion .accordion .tooltip-hover {
    margin-left:5px;
}
.software-feature-accordion .accordion .features-table-feature > span {
    display:block;
}
/*.software-feature-accordion .accordion table tr td span {
    margin:0;
}*/

.software-feature-accordion .accordion tr.feature:last-child .tooltip, .software-feature-accordion .accordion tr.feature:nth-last-child(2) .tooltip {
    top:auto;
    bottom:0;
}
.software-feature-accordion .features-table-header .features-table-header-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.software-feature-accordion .features-table-header .features-table-header-content:first-child {
    width:35%;
}

@media(max-width:700px) {
    .software-feature-accordion ul.accordion {
        padding-left:0 !important;
    }
}
.pricing-axure .section-packages .package-stay-content-one li:hover {
    background-color: #b2d235;
}

.pricing-axure .pricing-pre-header span h3 {
    font-family: 'UniversLTW10-67BoldCn'!important;
    font-size: 26px!important;
    color: #9e9d9d;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-axure .section-packages .package-header {
    padding: 15px 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #777;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.pricing-axure .section-packages h2 {
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
}

.pricing-axure .features-sub-heading td {
    padding: 20px 0px 20px 0px;
    text-align: left;
    text-transform: uppercase;
}


.pricing-axure .features-table-feature>span {
    margin: 0 5% 0 5%;
}

.pricing-axure .features-sub-heading td {
    padding: 14px 0px 14px 18px;
    text-align: left;
    text-transform: uppercase;
    background: rgba(233, 233, 233, 0.36);
}

.pricing-axure .hero h1 {
    font-size: 50px!important;
    line-height: 66px!important;
    margin-top: -30px !important;;
}



.pricing-axure #divMenu, ul, li, li li {
    margin: 0;
    padding: 0; }

.pricing-axure #divMenu {
    background-color:#FFf;
    margin: auto;
    width:43%;
    float:none;
    display: block;}

.pricing-axure #divMenu ul {
    line-height: 36px;
    padding-left: 0px;}

.pricing-axure #divMenu li {
    list-style: none;
    position: relative;
    background:#b2d235;
    color:#333;
}

.pricing-axure #divMenu li:hover {
    
    background:#b2dbd2;
    color:#777;
}
    
.pricing-axure #divMenu ul li a{
color: #fff;
}

.pricing-axure #divMenu ul li{
	color: #fff;
	height: 46px;
	line-height: 46px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size:17px;
	border:1px solid #eee;
	padding-left:10px;

}

.pricing-axure .section-support .jump-item ul {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;

}

.pricing-axure .section-support ul li {
    font-weight: 400;
    line-height: 1.5;
    padding-top: 5px;
}
.section.section-support {
    position:relative;
}
.sidebar-heading {
    background:#555555;
    padding:20px 0;
    width:70%;
    margin:0 auto;
}
.sidebar-heading h3 {
    margin:0 !important;
}
.pricing-features-container {
    position: absolute;
    max-width: 413px;
    float: right;
    margin-right: 0;
    width: 100%;
    right:0;
    bottom: 0;
    top:100%;
    z-index:99;
    margin-top:50px;
    
}
.pricing-features-container #divMenu {
    width: 70%;
}
.pricing-features-container.fixed { 
    position: fixed; 
    right: 0; 
    bottom: 0;
    top:auto;
    z-index: 99;
    
}
.pricing-features-container.fixed #divMenu {
    /*overflow-y: scroll;*/
   /* max-height:350px; */
}
.pricing-axure #divMenu ul li{
    padding-left: 0px !important;
}
@media (min-width: 1730px) {
    .pricing-features-container.fixed {
        bottom: 0;
        top:150px;
    }
    .pricing-features-container.fixed #divMenu {
      
        max-height:100%;
    }
}
@media (max-width: 1730px) {
    .pricing-features-container {
        display:none !important;
    }
    .pricing-features-container.fixed {
        bottom: 0;
        top:auto;
        display:block !important;;
    }
    .pricing-axure  .pricing-features-container.fixed  #divMenu, .pricing-axure  .pricing-features-container #divMenu{
        display:none;
    }
    .pricing-features-container.fixed #divMenu {
       overflow-y: scroll;
       max-height:350px; 
    }
    .sidebar-heading {
        position: relative;
        cursor: pointer;
    }
    .sidebar-heading:after {
        content: "\f078";
        font-family: FontAwesome;
        position: absolute;
        right: 12px;
        top: 34%;
        color: #1896d3;
    }
}
@media (max-width: 767px) {


    
    .pricing-axure .hero-learning {
        padding: 220px 20px 0px;
    }
    .pricing-axure .hero h1 {
        font-size: 28px!important;
        line-height: 1.2 !important;
        margin-top: 0px !important;
    }
    .pricing-axure .pricing-column h2 {
        font-size: 18px !important;
    }
    .pricing-axure .pricing-sub-header-container {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .pricing-axure .section-packages p {
        margin: 0px;
        padding: 0px;
        line-height: 1.5 !important;
        font-size: 16px !important;
    }
    .pricing-axure .pricing-sub-header-container h3 {
        font-size: 22px;
        margin: 5px 0;
    }
    .pricing-axure  .pricing-features-container #divMenu ul {
        padding-left: 0px!important;
    }
}
@media (max-width: 568px) {
    .pricing-axure .hero-learning {
        padding: 240px 20px 0px;
    }
    
}
@media (max-width: 500px) {
    .pricing-axure .hero-learning {
        padding: 150px 20px 0px;
    }
    .login-wrapper-mobile {
        bottom: -36px;
    }
    
}

/* ---------------------- Header css Feb 2018 ---------------- */
.header-bms, .header-bms * {
    min-height:0 !important;
}
body .header-container-wrapper .header-bms {
	padding-bottom: 15px !important;
}
.header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
	margin-top: 0 !important;
}
.header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding:0;
}
.header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a {
    color:#fff !important;
}
.header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:hover > a {
    color:#1896d3 !important;
}




.header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(1) > a, .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a {
	background: rgb(22, 149, 210) !important;
	border: 1px solid rgb(22, 149, 210) !important;
	border-radius: 5px;
	padding: 5px 12px !important;
	color: #fff !important;
}
.header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(1) > a {
    margin-left:10px;
}

.header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(1) > a:hover , .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a:hover {
    background:none !important;
    color:rgb(22, 149, 210) !important;
}

.header-bms ul li .hs-menu-children-wrapper {
	background: none !important;
	top: 5px;
	padding-top: 30px;
	min-width: 170px;
}
.header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
	background: #fff;
	box-shadow: -2px 11px 4px 1px rgba(0,0,0,0.4);
}
.header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	color: #414141 !important;
	width: auto;
	padding: 10px 15px !important;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	font-size: 15px;
}
.header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover > a {
    color:#fff !important;
    background:#1896d3 !important;
}
.header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li .hs-menu-children-wrapper {
	padding-top: 0;
	margin-top: 0 !important;
	left: 100% !important;
}
.header-bms .top-header-right-side {
    float:right;
    max-width:230px;
}

/* --------------- responsive css Feb 2018 ------------- */
@media (max-width: 1000px){  
    .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a {
        font-size:15px;
    }    
}
@media (max-width: 950px){ 
    .header-bms ul li a {
        font-size: 14px !important;
        padding: 0 5px !important;
    }
    .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(1) > a, .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a {
        padding: 5px 10px !important;
        font-size: 14px !important;
    }
    .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li .hs-menu-children-wrapper {
     left: -100% !important;
    }
}
@media (max-width: 920px){   
    .header-bms ul li .hs-menu-children-wrapper {
        top: 3px;
    }
}
@media (max-width: 820px){  
    .header-bms ul li a {
    padding: 0 4px !important;
    }
    .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(1) > a, .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a {
    padding: 5px 7px !important;
    font-size: 13px !important;
    }
    .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(1) > a {
    margin-left: 5px;
    }
    .header-bms ul li .hs-menu-children-wrapper {
    top: 0px;
    }
}

@media (min-width: 768px){  /*  used to be 961 - need to change back? */
 
  a.mobile-trigger-new, a.child-trigger-new {
      display: none !important; /* Hide button on Desktop */
  }
 
}
@media (max-width: 767px){   /* used to be 960 - need to change back?  */
 
  /* Variables
     ========================================================================== */
 
     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
    /* Toggle Button
     ========================================================================== */
 
  a.mobile-trigger-new {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 56px;          /* Position Button at top right of screen  */
      right: 10px;        /*******************************************/
      width: 39px; /* Button width */
      height: auto; /* Button height */       
      padding: 7px 4px;
      /*background: #1896d3;*/ /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-transition:color .2s ease-in;  
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      border: 1px solid #1896d3;
  }
 
  a.mobile-trigger-new:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #E2E2E2;
    /*  border-color: #E2E2E2 !important;*/
  }
 
  a.mobile-trigger-new span{
      display: inline;
  }
 
  a.mobile-trigger-new span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
      display: none;
  }
 
  a.mobile-trigger-new span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #1896d3;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out;  
      display: none
}
 
  /* Change button when menu is open */
  .mobile-open a.mobile-trigger-new{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */   
  }
 
  .mobile-open a.mobile-trigger-new span:after{
     opacity: 1;  
  }
 
 
  /* Toggle Button Icon & Animations
     ========================================================================== */
 
  a.mobile-trigger-new i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger-new  i:before, a.mobile-trigger-new i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger-new  i, a.mobile-trigger-new  i:before, a.mobile-trigger-new  i:after {
      width: 20px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #1896d3; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger-new  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger-new  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger-new i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  /* Child Toggle Button
     ========================================================================== */
 
  a.child-trigger-new {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */   
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger-new:hover {
      text-decoration: none;
  }
 
 
  /* Child Toggle Button Icon & Animations
     ========================================================================== */
 
  a.child-trigger-new span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger-new span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger-new span, a.child-trigger-new span:after {
      width: 13px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #414141 ; /* Icon color */
      display: block;
  }
  a.child-trigger-new span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger-new.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger-new.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  
  
    .header-bms .white-space {
    display: none !important;
    }
    .header-bms .google-translate {
    display:inline-block;   
    }
     .header-bms .header-top-cta {
        display:inline-block;   
        float: right;
    }
    .header-bms .hs-menu-wrapper {
        display: none;
        position: absolute;
        background: rgba(255,255,255,1);
        text-align: left !important;
        z-index: 9;
        top: 66px;
        left: -15px;
        right: -15px;
        width: auto;
        box-shadow: 10px 3px 10px 0 rgba(0,0,0,0.5);
        z-index:99;
    }
    .header-bms .bms-logo {
        padding:0 !important;
        text-align: left !important;
    }
    a.mobile-trigger-new {
    top: 18px;
    right: 0;
    }
    .header-bms .login-wrapper-mobile {
    display: none !important;
    }
    .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        display: block;
        float: left;
        width: 100%;
    }
    .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-top: 0 !important;
    display: block;
    width: 100%;
    }
    .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1  a {
    color: #414141 !important;
    font-size: 15px !important;
    padding: 10px 15px !important;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    display: block;
    }
    .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1  a:hover {
        background:#1896d3 ;
    }
     .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 .child-trigger-new {
       border:0 none;
       height: 39px !important;
       width: 39px !important;
    }
    .header-bms ul li .hs-menu-children-wrapper {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block;
    width: 100%;
    padding-top: 0;
    background: rgba(0,0,0,0.1) !important;
    margin-top:0 !important;
    }
    .header-container-wrapper {
    position: static;
    }
    .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
    box-shadow: none;
    background: none;
    padding: 0;
    }
    .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(1) > a, .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a {
    display: inline-block;
    margin: 10px 15px;
    min-width: 70px;
    text-align: center;
    width: auto;
    }
    .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) {
        border-bottom: 1px solid rgba(0,0,0,0.3);
    }
    .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li .child-trigger-new  {
        border:0 none ;
    }
    .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover > a {
        background: none !important;
        color: #1896d3 !important;
    }
    .header-bms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a:hover {
    background: none;
    }
} 

@media (max-width: 500px){  
    .only-desktop-menu {
         display:block !important;
    }  
    .open-responsive {
    display: none !important;
    }
    .header-bms .bms-logo {
        width:auto !important;
    }
}