@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* 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;}

/* ==========================================================================
   Table Of Content
   ========================================================================== 
   
   
   1.General
    1.a Buttons
    1.b Colors
   3.Navbar 
   2.Hero Section
   4.Featured On Section
   5.Features Section
   6.Pricing Section
   7.CTA Section
   10.Forms
   11.Footer Section
   12.Custom Modules
      14.a Stats
      14.b Reviews
      14.c Pricing
   13.Small devices (tablets, 768px and up)
   14.Medium devices (desktops, 992px and up)
   
*/

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('https://2700250.fs1.hubspotusercontent-na1.net/hubfs/2700250/Rise%20Visition%202019/Fonts/AvenirNextLTPro-Medium.woff2') format('woff2'),
        url('https://2700250.fs1.hubspotusercontent-na1.net/hubfs/2700250/Rise%20Visition%202019/Fonts/AvenirNextLTPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
} 

/* ==========================================================================
   1.General
   ========================================================================== */
   
body {
  font-family: 'proxima-nova', sans-serif;
  line-height: 1.6;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
  background: #FFF;
}

p {
  font-weight: 400;
  font-size: 17px;
}

h2,h3 {
  font-weight: 300;
  line-height: 1.6;
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

a {
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus { outline: none; }

button {
  cursor: pointer;
}

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


b,
strong { 
  font-family: proxima-nova, sans-serif;
  font-weight: 600; 
}


.pricing .price-toptitle h1 {    margin-bottom: 42px;  padding-top: 25px;  font-size: 36px;   font-weight: bold;   line-height: 44px; }

 @media (max-width: 767px)
.column1-one,.column1-two,.column1-three,.column1-four {
    width: 100%!important;
    text-align: center;
}
  @media (min-width: 1280px) {
.footer .column1-one {width: 30%!important;}
.footer .column1-two {width: 15%!important;}
.footer .column1-three {width: 11%!important;}
body > div.footer-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-1 > div > div > div > div > div > div > div > div:nth-child(4) {width: 15%!important;}
.footer .column1-four {width: 14%!important;}
}

/* ======= START NEW HEADER AND footer CSS ======= */
.header .hs-menu-wrapper.hs-menu-flow-horizontal .log-in{ display:none; }
.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:28px;margin-left:2.127659574%;*margin-left:2.0744680846382977%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .span12{width:99.99999998999999%;*width:99.94680850063828%}.row-fluid .span11{width:91.489361693%;*width:91.4361702036383%}.row-fluid .span10{width:82.97872339599999%;*width:82.92553190663828%}.row-fluid .span9{width:74.468085099%;*width:74.4148936096383%}.row-fluid .span8{width:65.95744680199999%;*width:65.90425531263828%}.row-fluid .span7{width:57.446808505%;*width:57.3936170156383%}.row-fluid .span6{width:48.93617020799999%;*width:48.88297871863829%}.row-fluid .span5{width:40.425531911%;*width:40.3723404216383%}.row-fluid .span4{width:31.914893614%;*width:31.8617021246383%}.row-fluid .span3{width:23.404255317%;*width:23.3510638276383%}.row-fluid .span2{width:14.89361702%;*width:14.8404255306383%}.row-fluid .span1{width:6.382978723%;*width:6.329787233638298%}.container-fluid{*zoom:1}.container-fluid:before,.container-fluid:after{display:table;content:""}.container-fluid:after{clear:both}@media(max-width:767px){.row-fluid{width:100%}.row-fluid [class*="span"]{display:block;float:none;width:auto;margin-left:0}}@media(min-width:768px) and (max-width:1139px){.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:28px;margin-left:2.762430939%;*margin-left:2.709239449638298%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .span12{width:99.999999993%;*width:99.9468085036383%}.row-fluid .span11{width:91.436464082%;*width:91.38327259263829%}.row-fluid .span10{width:82.87292817100001%;*width:82.8197366816383%}.row-fluid .span9{width:74.30939226%;*width:74.25620077063829%}.row-fluid .span8{width:65.74585634900001%;*width:65.6926648596383%}.row-fluid .span7{width:57.182320438000005%;*width:57.129128948638304%}.row-fluid .span6{width:48.618784527%;*width:48.5655930376383%}.row-fluid .span5{width:40.055248616%;*width:40.0020571266383%}.row-fluid .span4{width:31.491712705%;*width:31.4385212156383%}.row-fluid .span3{width:22.928176794%;*width:22.874985304638297%}.row-fluid .span2{width:14.364640883%;*width:14.311449393638298%}.row-fluid .span1{width:5.801104972%;*width:5.747913482638298%}}@media(min-width:1280px){.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:28px;margin-left:2.564102564%;*margin-left:2.510911074638298%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.45299145300001%;*width:91.3997999636383%}.row-fluid .span10{width:82.905982906%;*width:82.8527914166383%}.row-fluid .span9{width:74.358974359%;*width:74.30578286963829%}.row-fluid .span8{width:65.81196581200001%;*width:65.7587743226383%}.row-fluid .span7{width:57.264957265%;*width:57.2117657756383%}.row-fluid .span6{width:48.717948718%;*width:48.6647572286383%}.row-fluid .span5{width:40.170940171000005%;*width:40.117748681638304%}.row-fluid .span4{width:31.623931624%;*width:31.5707401346383%}.row-fluid .span3{width:23.076923077%;*width:23.0237315876383%}.row-fluid .span2{width:14.529914530000001%;*width:14.4767230406383%}.row-fluid .span1{width:5.982905983%;*width:5.929714493638298%}}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:""}.clearfix:after{clear:both}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.hidden{display:none;visibility:hidden}.visible-phone{display:none !important}.visible-tablet{display:none !important}.hidden-desktop{display:none !important}@media(max-width:767px){.visible-phone{display:inherit !important}.hidden-phone{display:none !important}.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}}@media(min-width:768px) and (max-width:1139px){.visible-tablet{display:inherit !important}.hidden-tablet{display:none !important}.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}}


.row-fluid .header .container,.row-fluid .footer .container,.row-fluid  .footer-two .container { max-width:1180px;     position: inherit; margin:0 auto !important; float:none; padding:0 15px; }
a.log-in{text-decoration: underline; } 
/* .row-fluid .cta-design a:hover{    transition: 0.4s; }
.row-fluid .cta-design a { background-color: #45b764; color: #fff;     font-family: 'proxima-nova'; text-decoration: none; transition: 0.4s; display: inline-block; padding: 13px 31px;   text-align: center; font-size: 18px; font-weight: bold; line-height: 24px; border-radius: 4px; }
a.log-in:hover{  transition:0.4s; } 
.row-fluid .header-button {   width: calc(100% - 185px); text-align: right;   padding-right: 20px;   margin-top: 12px; }
.row-fluid .header-right .cta-design {  float: right;  margin: 0;   width: 185px; }
 */

.row-fluid .cta-design a:hover{    transition: 0.4s; }
.row-fluid .cta-design a { background-color: #45b764; color: #fff; text-decoration: none; transition: 0.4s; display: inline-block; padding: 13px 27px;   text-align: center; font-size: 18px; font-weight: bold; line-height: 24px; border-radius: 4px; }
a.log-in:hover{  transition:0.4s; } 
.row-fluid .header-button {   width: calc(100% - 178px); text-align: right;   padding-right: 20px;   margin-top: 12px; }
.row-fluid .header-right .cta-design {  float: right;  margin: 0;   width: 178px; }




.row-fluid .logo img{ max-width:124px;transition: 0.4s; }
.row-fluid .logo {  float: left;  width: auto; }
.row-fluid .navigation {      margin: 4px 0;  width: auto;   padding-left: 17px; }
.row-fluid .header-button ul li a:hover{     opacity: 0.7;  transition: 0.2s; }

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a > span {  font-size: 16px; }
.header-button a{ font-family: 'proxima-nova'; font-weight:normal; font-size: 16px; line-height:22px; }  
.card-header:last-child {   border-bottom: none !important; }

 .c-pricing-faq_accordion-title{     color: rgb(16, 125, 218) !important;  }
a.btn.btn-primary.btn--solid {
    background: rgb(69, 183, 100) !important;     border: 2px solid  rgb(69, 183, 100) !important; }


.simple_header .row-fluid .navigation,.simple_header .row-fluid .header-button{ display:none; }
.simple_header .row-fluid .f-title,.simple_header .row-fluid .f-menu,.simple_header .row-fluid .footer-copy + div { display:none; }
.simple_header .row-fluid .rise-vision-signin{ display:none; }
.simple_header .for-hidefooter{ display:none; }





@media (min-width: 768px){
  
.hs-menu-wrapper.hs-menu-flow-horizontal>ul > li > a{ position: relative; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:before{  position: absolute; content: ""; top: 0;  border-bottom: 1px solid #107dda;  bottom: 11px; width:100%; transition:0.4s; }  
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{  font-family: 'proxima-nova'; font-weight:normal; float: left; padding: 10px 0px; margin:0 10px; max-width: inherit; color: #107dda; line-height: 20px;  font-size: 16px;  font-weight: normal;  }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul{ float:left; }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{ top: 130%; width: 185px; transition:0.2s; max-width:185px;  border-top: 6px solid #0275d8;   background-color: #fff;   box-shadow: 0 0px 3px 0px rgba(0,0,0,0.20); }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{  width: 100%; padding: 11px 10px;      text-decoration: underline; transition:0.4s; border-bottom: 1px dotted rgba(0,0,0,0.17); margin:0; }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{ top: 100%; transition:0.4s;  }
/* .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{ background:#23bb54; color:#fff; transition:0.4s; } */
/* .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li > a:hover:before{ border-color:#23bb54; } */
/* .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover{ color:#23bb54; } */

.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover:before{  width:100%; transition:0.4s; }  


.row-fluid .header.sticky  .row-fluid .logo img {  max-width: 104px;    margin-top: 5px; transition: 0.4s; }
  .row-fluid .header.sticky {   position: fixed;     z-index: 5;  background: #fff;    box-shadow: 0 0 14px 0px rgba(2,6,32,0.5);      padding: 12px 0;  transition: 0.4s; }
 
  
}
.row-fluid .header{ position:fixed; transition: 0.4s; top:0; left:0; right:0; padding:20px 0;     background-color: #fff;    z-index: 5; } 
 
.body-container-wrapper{ margin-top:90px;  }


.row-fluid .f-text {  padding: 16px 0;   color: rgb(2, 6, 32);     padding-bottom: 0px; }
.footer .row-fluid .cta-design a{  padding: 13px 18px;  word-break: break-all; }
.footer .row-fluid .cta-design{  margin-bottom: 10px; text-align:center;  }
.f-address a:hover{ text-decoration:underline; }
.f-address a {  text-decoration: underline;   color: #107dda; }
.row-fluid .footer-copy {  font-size: 14px;  line-height: 20px; }
.row-fluid .footer-copy a{ text-decoration: underline;  color: #107dda; }

.row-fluid .f-text p,.f-address p{     font-size: 16px; }

.row-fluid .f-menu{     margin-top: 6px; }
.row-fluid .f-menu ul li a {   color: rgb(29, 125, 219);   font-size: 16px; text-decoration: underline;  font-weight: normal;  line-height:20px;  padding: 5px 0; }

.row-fluid .f-menu ul li a:hover {  transition: 0.4s;   }
.row-fluid .f-menu ul li a{  transition: 0.4s; }

.row-fluid .footer-two {  background: rgb(242, 242, 242);  padding: 20px 0;    font-size: 14px;  color: rgb(2, 6, 32);   line-height: 20px; }
.sociale-cover ul li a:hover { transition: 0.4s;  }
.sociale-cover ul li a { padding: 0 8px; display: inline-block; transition: 0.4s; }
.sociale-cover { text-align: right; }
.sociale-cover ul li { display: inline-block; }
.sociale-cover ul { display: inline-block; padding: 0;  margin:0; }
.row-fluid .footer-copy a:hover{ text-decoration:underline; }
.row-fluid .rise-vision-signin{ text-align:center; }
.row-fluid .f-title{ font-weight: bold; color: rgb(2, 6, 32); } 
.row-fluid .f-logo img {  max-width: 138px; }
.row-fluid .footer{     border: 2px solid rgb(242, 242, 242); padding-top: 42px;     padding-bottom: 20px;  }



@media (max-width: 767px) {
.row-fluid .column1-one, .row-fluid .column1-two, .row-fluid .column1-three, .row-fluid .column1-four {
    width: 100%;
    text-align: center;
  }
.row-fluid .column1-four {
    padding-left:0px!important;
  }
}

.footer,.footer-copy{   font-family: 'proxima-nova';  line-height: 22px;  font-weight: normal; font-size:16px;  }
  


@media (max-width: 991px){

 .row-fluid .header-right .cta-design{     width: 155px; }
  .row-fluid .header-button{     width: calc(100% - 155px); }
  .row-fluid .cta-design a{     padding: 12px 22px;   font-size: 16px; }
  .footer .row-fluid .cta-design a{     padding: 8px 15px;   font-size: 11px; }

}
  

@media (min-width:768px) and (max-width: 990px){
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{     font-size: 14px; } 

}




@media (max-width: 767px){

 .simple_header .row-fluid .column1-two,.simple_header .column1-three{ display:none; }
  
  
  
      
 
.mainmenu, .mainmenu *{display: block;float: none;position: static;top: auto;right: auto;left: auto;bottom: auto;padding: 0px;margin: 0px;background-image: none;background-color: transparent;
border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: none;-moz-box-shadow:    none;box-shadow: none; max-width: none;width: 100%;height: auto;
line-height: 1;  font-weight: normal;text-decoration: none;text-indent: 0px;text-align: left;color: #1475d8;}
a.mobile-trigger {  display: inline-block !important;  cursor: pointer;   position: absolute;   top: 19px;  left: 135px;       width: 44px;   height: 44px;   padding: 12px 10px;
  background: #fff;  z-index: 99999999999;  -webkit-transition: background-color 0.2s linear;   font-size: 16px;  font-weight: normal;  text-align: left;  text-transform: uppercase;
  border-radius: 6px;  -webkit-transition:color .2s ease-in;   -moz-transition:color .2s ease-in;  transition:color .2s ease-in;}
a.mobile-trigger:hover {  text-decoration: none;   color: #fff;}
a.mobile-trigger span{  display: inline;}
a.mobile-trigger span:before{  position: absolute;  content: 'Menu'; }
a.mobile-trigger span:after{  position: relative;  right: 2px;  content: 'Close'; 
  background-color: #fff;  opacity: 0;  transition: opacity .4s ease-in-out;  -moz-transition: opacity .4s ease-in-out;  -webkit-transition: opacity .4s ease-in-out; }

/* Change button when menu is open */
.mobile-open a.mobile-trigger{  -webkit-transition:background-color 0.2s linear;   -moz-transition:background-color 0.2s linear;   transition:background-color 0.2s linear;  background: transparent;     left: auto;  right: 15px;     top: 10px;  }
.mobile-open a.mobile-trigger span:after{ opacity: 1; }

/* Toggle Button Icon & Animations */
a.mobile-trigger i {  display: inline;  position: relative;  top: -2px;  margin-left: 0;  -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  i:before, a.mobile-trigger i:after {  position: absolute;  content: '';}
a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {  width: 33px;  height: 4px;  background-color: #1475d8;  display: inline-block;}
a.mobile-trigger  i:before {  margin-top: -12px;   -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s;  -webkit-transition-delay: .2s, 0;}
a.mobile-trigger  i:after {  margin-top: 12px;   -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s;  -webkit-transition-delay: .2s, 0;}
.mobile-open a.mobile-trigger 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 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 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 */
span.child-triggerm {  display: block !important;   cursor: pointer;   position: absolute;  top: 0px;  right: 0px;  width: 55px !important;  min-width: 55px !important;  height: 45px !important; 
  padding: 0 !important;  border-left: 1px dotted rgba(255, 255, 255, .20);}
span.child-triggerm:hover {  text-decoration: none;}

/* Child Toggle Button Icon & Animations */
span.child-triggerm span {  position: relative;  top: 50%;   margin: 0 auto !important;  -webkit-transition-duration: .2s;  -moz-transition-duration: .2s;  transition-duration: .2s;}
span.child-triggerm span:after {  position: absolute;  content: '';}
span.child-triggerm span, span.child-triggerm span:after {  width: 10px;  height: 1px;   background-color: #1475d8 !important;  display: block;}
.row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
span.child-triggerm span:after {  -webkit-transform: rotate(-90deg);   -ms-transform: rotate(-90deg);  transform: rotate(-90deg);   -webkit-transition-duration: .2s;   -moz-transition-duration: .2s;
  transition-duration: .2s;}
span.child-triggerm.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;}
span.child-triggerm.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;}

/* Menu Styles on Mobile Devices */  
.mainmenu.js-enabled .hs-menu-flow-horizontal,.mainmenu.js-enabled .hs-menu-children-wrapper{  display: none;}  
.mainmenu ul.hs-menu-children-wrapper {  visibility: visible !important;  opacity: 1 !important;  position: static !important;  display: none;}
.mainmenu.js-enabled .hs-menu-flow-horizontal{  position: absolute;  top: 0px;   left: 0px;   width: 100%;  box-shadow: 0 0 14px 0px rgba(2, 6, 32, 0.5); }
.mainmenu .hs-menu-flow-horizontal{  padding: 68px 0 0 0;  background-color: #fff;   width: 100%;  z-index: 8888;}
.mainmenu .hs-menu-flow-horizontal > ul > li{  position: relative;}
.mainmenu .hs-menu-flow-horizontal > ul > li a{  font-size: 17px;  line-height: 45px;  overflow: visible;}
.mainmenu .hs-menu-flow-horizontal ul li{  border-top: 1px dotted rgba(0, 0, 0, .35); }
.mainmenu .hs-menu-flow-horizontal ul li a{  padding: 0 10px;}
.mainmenu .hs-menu-flow-horizontal ul li a:hover{  color: #1475d8; }
.mainmenu .hs-menu-flow-horizontal > ul ul li{ background-color: rgba(255, 255, 255, .08);}
.mainmenu .hs-menu-flow-horizontal > ul ul li a{  text-indent: 10px;  font-size: 16px; }
.mainmenu .hs-menu-flow-horizontal > ul ul ul li a{  text-indent: 30px; }
.mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{  text-indent: 50px;}

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{     text-decoration: underline; }
  
.mainmenu .hs-menu-flow-horizontal > ul > li a > span { display: inline-block; width: auto; }
.digital-two-button { flex-direction: column; }
.digital-button1.cta-design-big.Watch-button a { max-width: 100%; width: 100%; }
.digital-button1.cta-design-big { padding: 7px 0; }
.fullpartsection-row { flex-direction: column; }
.fullpartsection-column { width: 100%; }
.organizations-row { flex-direction: column; }
.organizations-column { width: 100%; }
.logos-column-row { flex-flow: wrap; }
.cta-design-big a { padding: 14px 0; max-width: 100%; }
.row-fluid .column1-one, .row-fluid .column1-two, .row-fluid .column1-three, .row-fluid .column1-four { width: 100%; text-align: center; }
br { display: none; }
.row-fluid .header-button { display: none; }
.row-fluid .header-right { width: 50%; float: left; }
.row-fluid .header-left { width: 50%; float: left; }
.dig-slide { height: 225px; float: left; }
.list-style-check ul li { width: 100%; }
.digital-services-row { float: left; width: 100%; }
.digital-button1.cta-design-big .caption { width: 100%; max-width: 100%; }
.row-fluid .logo img { max-width: 110px; }
.row-fluid .cta-design a { padding: 12px 33px; font-size: 14px; line-height: 18px; }
.row-fluid .header-right .cta-design { text-align: right; }
.body-container-wrapper { margin-top: 80px; }
.row-fluid .header.sticky { box-shadow: 0 0 14px 0px rgba(2, 6, 32, 0.5); }
.fullthree-icon { height: 70px; width: 70px; }
.fullthree-icon>span:first-child { height: 40px; width: 40px; font-size: 18px; left: -30px; line-height: 24px    font-size:18px; }
.fullthree-title { font-size: 18px; line-height: 24px; }
.fullpartsection-column { justify-content: left; padding: 22px 65px; border-right: none; border-bottom: 3px solid #fff; }
.row-fluid .communication-section { padding-bottom: 45px; padding-top: 28px; }
.cta-design-big { margin-top: 15px; }
.row-fluid .profit-section a { width: 100%; float: left; text-align: center; }
.digital-services-section { padding: 55px 0; }
.digital-services-row .list-style-check ul li:last-child { margin-top: 0; }
.digital-two-button { margin-top: 20px; }
.digital-services-section { padding-bottom: 0; }
.row-fluid .about-logoarea { margin-top: 40px; }
.logos-column { margin: 10px 0; width: 50%; padding: 4px 19px; max-width: 139px; }
.organizations-section { padding: 37px 0; padding-bottom: 8px; }
.organizations-column { margin: 0; margin-bottom: 15px; }
.row-fluid .column1-two { margin-top: 30px; }
.row-fluid .column1-three { padding-right: 0; margin-top: 20px; }
.footer .row-fluid .cta-design a { width: 100%; max-width: 190px; padding: 16px 0px; font-size: 18px; }
.row-fluid .column1-four { margin-top: 16px; margin-bottom: 20px; }
.row-fluid .footer-two { text-align: center; }
.sociale-cover { text-align: center; padding-top: 18px; }  
  
.list-style-check ul li:nth-child(4) {   order: 5; }  
.digital-services-row .list-style-check ul li:last-child{     order: 3; } 
.list-style-check ul li:nth-child(3) {  order: 0; }
.list-style-check ul li:nth-child(2) {   order: 4; }

  
.fullpartsection-inner{  display: flex;  margin: 0 auto;  max-width: 250px;  width: 100%; }   
.row-fluid .logo{       transition: 0.4s;    z-index: 9999; position:relative; }
.mobile-open .header .row-fluid .logo {  transition: 0.4s;    transform: translateY(-7px);  }
  .row-fluid .cta-design a{     position: relative;  z-index: 9999;     transition: 0.4s; }
.mobile-open .header .row-fluid .cta-design a{   transform: translate(-45px, -8px);  transition: 0.4s; }
 
 .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li > a{ position: relative; }
 .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:before{  position: absolute; content: ""; top: 0;  border-bottom: 1px solid #107dda;  bottom: 11px; width:90%; transition:0.4s; }  
  .mainmenu .hs-menu-flow-horizontal ul li a{ padding-right:0 !important; width:auto !important; display: inline-block;    max-width: inherit !important; }
  
.header .hs-menu-wrapper.hs-menu-flow-horizontal .log-in{ display:inline-block; }   
  .mainmenu .hs-menu-flow-horizontal ul li a{     font-family: 'proxima-nova'; }  
  
  .row-fluid .cta-design a{    padding: 12px 15px; font-size: 12px;   line-height: 16px; }
  
}






@media (max-width: 360px){
  a.mobile-trigger{     padding: 12px 1px;    left: 124px; }
  .row-fluid .logo img{     max-width: 98px; }
/*    .row-fluid .cta-design a{     padding: 12px 20px; }
   */
  .row-fluid .cta-design a{       padding: 12px 11px; font-size: 11px;    line-height: 16px; }
  
  
  
}

@media (min-width: 768px){
  .mainmenu.js-enabled .hs-menu-flow-horizontal{ display:block !important; }
  
}




/* ======= START END HEADER AND CSS ======= */







/* Buttons */

.btn, button {
  font-family: "proxima-nova",sans-serif;
}

.btn-primary {
  background: #1EBB53;
  border-color: #1EBB53;
  color: #FFF;
}

.btn-primary:hover {
  background: #3b9252;
  border-color: #3b9252;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus {
  background: #3b9252;
  border-color: #3b9252;
  color: #FFF;
}

.btn-primary-alt {
  background: #0275d8;
  border-color: #0275d8;
  color: #FFF;
}

.btn-primary-alt:hover {
  background: #0275d8;
  border-color: #0275d8;
  color: #FFF;
}

.btn-primary-alt:active,
.btn-primary-alt:focus,
.btn-primary-alt:active:hover,
.btn-primary-alt:active:focus {
  background: #014c8c;
  border-color: #014c8c;
  color: #FFF;
}

.btn-outline {
  color: #4ab667;
  background: none;
  border-color: #4ab667;
}

.btn-outline:hover {
  color: #4ab667;
  background: none;
  border-color: #3b9252;
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:active:hover,
.btn-outline:active:focus {
  color: #4ab667;
  background: none;
  border-color: #3b9252;
}

/* Colors */
.bg-primary {
  background-color: #4ab667 !important;
}
.bg-primary-light {
  background-color: #f2fcf4;
}
.text-primary {
  color: #4ab667 !important;
}

/* ==========================================================================
   2.Hero section
   ========================================================================== */ 
   
.hero-section {
  background-size: cover;
  padding: 0 0 4.5em;
  position: relative;
}

.hero-section.cover {
  background-color: #333;
  background-position: center;
}

.hero-section.cover.cover-top {
  background-position: 0 -100px;
}

.hero-section.cover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.hero-section.cover::before {
  background: rgba(50, 50, 50, 0.8); 
}

.hero-section .btn-lg {
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
  border-radius: .25rem;
  display: block;
}

.welcome-message { 
  padding-top: 2em; 
}

.welcome-message h1, .welcome-message .h1 {
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 0.5em 0;
}

.welcome-message h2, .welcome-message .h2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.home-hero .welcome-message h1 {
  font-weight: 800;
}

.home-hero .welcome-message h2 {
  font-weight: 400;
}

.welcome-message-carousel .carousel-inner {
  border: 5px solid #000;
  background-color: #444;
}

.welcome-message-carousel::after {
  display: block;
  content: '';
  background-image: url('https://2700250.fs1.hubspotusercontent-na1.net/hubfs/2700250/Risevision%20March2017%20Theme/Images/people-1.png');
  width: 100%;
  height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -2em;
  position: relative;
}

.welcome-message-carousel img {
  max-height: 240px;
  width: 100%;
}

/* ==========================================================================
   3.Navbar
   ========================================================================== */

.navbar {
  padding: 1.5em 0;
}

.navbar-light {
  background-color: rgba(255, 255, 255, 0.97);
  margin-bottom: 0;
  border-radius: 0;
}

.nav > li {  }

.navbar-light .navbar-toggle:hover,
.navbar-light .navbar-toggle:focus {
  transition: all 0.3s ease-in-out;
}

.navbar-brand {
  width: 94px;
  padding: 2px;
  margin-left: 40px;
}

.navbar-brand img {
  vertical-align: top;
}

.navbar-nav ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.navbar-nav ul li {
  display: block;
  padding:0;
}

.navbar-nav ul li a {
  line-height: 38px;
  color: #999;
}

.navbar-nav ul li.active a {
  font-weight: 600;
  color: #333;
}

.navbar-toggler-left {
  left: 0;
}

.navbar-toggler {
  padding-left: 4px;
  padding-right: 4px;
}

.navbar-toggler-icon {
  height: 28px;
  background-image: url('https://2700250.fs1.hubspotusercontent-na1.net/hubfs/2700250/toggler.png')!important;
  background-size: 70%;
  background-position: center;
}

.nav-mobile {
  position: absolute;
  right: 0;
  top: 1.5em;
}

.nav-mobile .btn {
  padding: 8px 6px;
  font-size: 14px;
}
.nav-mobile .btn-primary {
  padding: 8px 6px;
}

  /*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
nav {
  background: #FFFFFF;
  min-height: 85px;
}


/* ==========================================================================
   4.Featured on
   ========================================================================== */
   
.section-header { 
  margin-bottom: 2.5em; 
}

.section-header h1 {
  font-size: 34px;
  font-weight: 600;
  margin-top: .5em;
}

.section-header h2 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 0;
}

.section-header h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.section-spacing { 
  padding: 2.50em 0; 
}


.featured-on img {
  max-height: 70px;
}


/* ==========================================================================
   5.Features
   ========================================================================== */
   
.features div[class="row"] {
  margin-bottom: 3em;
}

.features article h2 {
  font-size: 22px;
  margin: 0 0 12px;
}

.features article li {
  font-size: 16px;
  color: #8A8A8A;
  padding-left: 1em;
  text-indent: -.7em;
  padding-bottom: .2em;
}

.features article li:last-child { padding-bottom: 0; }

.features article li:before {
  content: "• ";
  color: #4ab667;
  padding-right: .5em;
}

/* ==========================================================================
   6.Benefits
   ========================================================================== */
   


/* ==========================================================================
  9.cta section
   ========================================================================== */
   
.cta-section { position: relative;}

.cta-section.bg-primary::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.cta-section.bg-primary::before { background: rgba(50, 50, 50, 0.9); }

.cta-section .section-header { margin-bottom: 2.25em; }

.cta-section p {
  margin: .75em 0 0;
}

.cta-section.map-section {
  background-image: url('https://2700250.fs1.hubspotusercontent-na1.net/hubfs/2700250/Risevision%20March2017%20Theme/Images/customers-map.svg');
  background-size: cover;
  background-position: center;
  padding: 15em 0;
}


/* ==========================================================================
   12.Form styles
   ========================================================================== */

.form-group.required .control-label:after { 
   content:"*";
   color:red;
}


/* ==========================================================================
   13.site footer 
   ========================================================================== */


.site-footer small { display: inline-block; }

.footer-links,
.site-footer small { margin: 0 0 .75em; }

.site-footer small,
.footer-links a {
  font-weight: 300;
  font-size: 14px;
}

.footer-links a:hover { color: #fa5454; }

.footer-links a:first-child { padding-right: .4em; }

.site-footer_column {
  margin-bottom: 2rem;
}

/* ==========================================================================
   Text Block
   ========================================================================== */ 
  
.text-block {
  line-height: 2.2;
}

/* ==========================================================================
   Custom Modules
   ========================================================================== */

/* Company Stats*/
.company-stats {
}
.company-stats h3 {
  color: #4ab667;
  font-weight: 400;
  font-size: 18px;
  margin:0;
}
.company-stats p {
  margin:0 0 1em;
}

.company-stats img {
  max-height: 70px;
}


/* Team */

.team p {
  font-size: 0.9em;
}

.team-photo {
}

.team-photo img {
  width: 100%;
}


/* Reviews */
   
.reviews figure { margin: 1.5em auto 1.5em; width: 150px; }

blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
  position: relative;
}

blockquote p {
  font-weight: 400;
  color: #555;
  font-style: italic;
}

blockquote .quote-content p {
  display: inline;
}

blockquote .quote-content {
  background: #FFF;
  padding: 2em;
  border-radius: 4px;
  position: relative;
  border: 1px solid #d4d4d4;
}

blockquote .quote-content::before, blockquote .quote-content::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
} 

blockquote .quote-content::before {
  bottom: -11px;
  left: 50%;
  margin-left: -6px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #d4d4d4;
}

blockquote .quote-content::after {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFF;
}

blockquote cite {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  font-style: normal;
}

/* Pricing*/

.pricing-plans-section {
}

.pricing-plans-section h2 {
  margin-top: .8em;
}

.pricing-plan-column-top {
  padding: 1em;
}

.pricing-plan-column-top.sticky {
  background-color: red;
}

.pricing-plans-section h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: .8em;
}

.pricing-plans-section h3 span {
  font-size: 14px;
  color: #555;
}

.pricing-plan-column {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  margin: .5em;
  position: relative;
}

.pricing-plan-column-description {
  padding: 0 .8em .8em .8em;
  border-bottom: 1px solid #d4d4d4;
}

.pricing-plan-column-item {
  padding: 0.8em;
  border-bottom: 1px solid #d4d4d4;
}

.pricing-plan-column-item:last-child {
  border-bottom: none;
}

.pricing-plan-column-item-header h4 {
  display: inline-block;
}

.btn-tip {
  display: inline-block;
  vertical-align: baseline;
  border-radius: 50%;
  padding: 0px 5px;
  color: #4ab667;
}

.pricing-plan-column-item.included {
  background-color: #e5ffeb;
}

.pricing-plan-column-item h4 {
  font-size: 18px;
  margin: 0.4em 0 0 0;
}

.pricing-plan-column-item p {
  margin-bottom: 0;
  color: #555;
}

.pricing-plan-column-top-incentive {
  margin-top: .5em;
}

.pricing-plan-column.advanced {
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 0px 4px #4ab667;
  -moz-box-shadow:  0px 0px 0px 4px #4ab667;
  box-shadow:  0px 0px 0px 4px #4ab667;
  border-radius: 4px;
}

.pricing-plan-column.advanced::before {
  content: 'Recommended';
  background: #4ab667;
  color: #FFF;
  display: block;
  width: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 0px 1px #4ab667;
  -moz-box-shadow:  0px 0px 0px 1px #4ab667;
  box-shadow:  0px 0px 0px 1px #4ab667;
}

.pricing-period .active span::before {
  content: '✓';
  margin-right: 5px;
}



/* Resources*/

.resources .resources-item {
  display: block;
  border: 3px solid #f5f5f5;
  background-color: #FFF;
  color: #555;
  margin-bottom: .5em;
}

.resources .resources-item img {
  object-fit: cover;
  height: 209px;
}

.resources .resources-item:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.1);
}

.resources .resources-item h3 {
  line-height: 1.2;
}

/* Reviews */

.categories-section a {
  color: #555;
}

.categories-section a p::after {
  content: '〉';
  font-size: 12px;
  margin-left: 5px;
}

.categories-section a:hover {
}

/* Accordion */

.accordion .card {
  margin-bottom: .3em;
}

.accordion .card-header {
  background: none;
  padding: 0;
  position: relative;
}

.accordion .card-header a {
  color: #444;
  display: block;
  padding: .5em;
  position: relative;
}

.accordion .card-header h4 {
  margin: 0;
  font-weight: 500;
}

.accordion .card-header a::after {
  content: "-";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: .5em;
  color: #4ab667;
}

.accordion .card-header a.collapsed::after {
  content: "+";
}

.contact-options img {
  max-height: 80px;
}

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

.last-blog-post-section a {
  color: #444;
}

.last-blog-post-section {
  margin: 0 auto;
  width: 1110px;
  text-align: center; 
}

.blog-post-header .post-date {
  color: #666;
}
.blog-post-header h1 {
  font-size: 30px;
}
.blog-post-body h2 {
  font-size: 24px;
  margin: 0.8em 0;
}
.blog-post-body h3 {
  font-size: 20px;
  margin: 0.8em 0;
}
.blog-post-body p {
  line-height: 1.5em;
  margin-bottom: 0.8em;
}

.blog-post-body img {
  margin: 1em 0;
}

/* ==========================================================================
   NEW SITE
   ========================================================================== */


.gradient-background {
  background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
}

.new-page h1 {
  font-weight: 600;
}

.new-page h2 {
  font-weight: 300;
  font-size: 22px;
}

.np-hero-section-heading {
  font-size: 46px;
}

.np-hero-section {
  padding: 3em 0 0;
}

.np-audience-section {
  padding: 3em 0 3em;
}

.np-announcement {
  background-color: rgba(0,0,0,0.2);
  border-radius: 20px;
  padding: 2px 8px;  
}

.np-counters {
  padding: 2em 0 0;
}

.np-counters h3 {
  
}

.np-counters p {
  text-transform: uppercase;
  padding: 0 48px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
}

.np-logos-section {
  padding: 0 0 2em 0;
}

/* Display Illustration */

.display-component {
  position: relative;
}

.display-component-slider {
  position: relative;
  background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
  padding: 5px;
  border-radius: 4px;
  box-shadow: 0 20px 60px -10px rgba(0,0,0,.8);
}

.display-component-slider img {
  max-height: 350px;
}

.display-component-gradient {
  width: 300px;
  height: 200px;
  right: 0;
  top: 0;
  background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
  position: absolute;
  border-radius: 10px;
}

.display-component-controls {
  background-color: #FFF;
  width: 200px;
  height: 300px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 100;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  border-radius: 10px;
  display: none;
}

/* Integrations Illustration */

.integrations-component {
  margin-bottom: 20px;
}

.integrations-component-item {
  background-color: #FFF;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  text-align: center;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin:4px;
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.integrations-component-item.item-invisible {
  opacity: 0;
}

.integrations-component-item.item-green {
  background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
  opacity: .5;
  transform: scale(.8);
}

.integrations-component-item.item-blue {
  background-image: linear-gradient(to top, #9be15d 0%, #00e3ae 100%);
  opacity: .5;
  transform: scale(.8);
}

.integrations-component-item.item-link:hover {
  transform: scale(1.2);
  z-index: 110;
}

.integrations-component-item img {
  width: 40px;
  height: 40px;
}

.d-flex {
}
.d-flex picture {
  width:300px;
  flex: auto;
  cursor:pointer;
  border:2px solid #FFF;
  margin: 0 auto;
}

.text-arrow {
  background-image: url('https://s3.amazonaws.com/Rise-Images/UI/Feather-arrows-arrow-right.svg');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
  background-size: 18px;
}

@media (min-width: 992px) { 
  .w-lg-50 {width:50%!important;}
}

/* New Contact Page */

.contact-options {
    font-family: "proxima-nova",sans-serif;
    padding-bottom: 0;
}

.contact-options h1 {
    color: #292b2c;
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.contact-options .hs-form label {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.contact-options .hs-form input[type="text"], 
.contact-options .hs-form input[type="password"], 
.contact-options .hs-form input[type="datetime"], 
.contact-options .hs-form input[type="datetime-local"], 
.contact-options .hs-form input[type="date"], 
.contact-options .hs-form input[type="month"], 
.contact-options .hs-form input[type="time"], 
.contact-options .hs-form input[type="week"], 
.contact-options .hs-form input[type="number"], 
.contact-options .hs-form input[type="email"], 
.contact-options .hs-form input[type="url"], 
.contact-options .hs-form input[type="search"], 
.contact-options .hs-form input[type="tel"], 
.contact-options .hs-form input[type="color"], 
.contact-options .hs-form input[type="file"], 
.contact-options .hs-form textarea, 
.contact-options .hs-form select {
    border-color: #979797;
    margin-bottom: 0;
}

.contact-options .hs-form .hs-form-field:first-child label {
    margin-top: 0;
}

.contact-options .hs-form textarea {
    min-height: 120px;
}

.contact-options .hs-form .actions {
    margin-top: 29px;
}

.contact-options .hs-form .hs-button {
    background-color: #107dda !important;
    border-color: #107dda;
    font-size: 20px !important;
    font-weight: bold !important;
    padding-bottom: 16px !important;
    padding-top: 16px !important;
    width: 100%;
}

.contact-options_links {
    display: flex;
    font-size: 16px;
    justify-content: center;
    line-height: 22px;
    margin-top: 30px;
    text-align: center;
}

.contact-options_links  a {
    color: #107dda;
    text-decoration: underline;
}

.contact-options_bullet {
    color: #292b2c;
    font-size: 2.5em;
    margin: 0 13px;
}

.contact-options_thanks {
    font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    text-align: center;
    margin-bottom: 80px;
}

.contact-options_thanks img {
    max-width: 52px;
}

.contact-options_thanks h3 {
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .contact-options_links {
        flex-direction: column;
    }

    .contact-options_links  a {
        margin-bottom: 10px;
    }

    .contact-options_bullet {
        display: none;
    }
}

@media (min-width: 991px) {
  .u-p--right--half {
    padding-right: 8.5px;
  }

  .u-p--left--half {
    padding-left: 8.5px;
  }
}

/* ==========================================================================
   19.Small devices (tablets, 768px and up)
   ========================================================================== */
   
@media (min-width: 768px) {
  .hero-section {
    padding: 0 0 7.5em;
  }

  .welcome-message h1 {
    font-size: 40px;
  }

  .welcome-message h2 {
    font-size: 24px;
  }

  .section-spacing {
    padding: 3.25em 0;
  }

  .section-header h1 {
    font-size: 40px;
  }

  .section-header h2 {
    font-size: 32px;
  }

  .section-header h3 {
    font-size: 24px;
  }

  .sub-form .btn {
    padding: 1em 2em;
  }

  .modal button.close {
    right: 0; 
  }
  .welcome-message-carousel::after {
    height: 100px;
  }
  .welcome-message-carousel img {
    max-height: 240px;
  }
  .pricing-plans-section {
  }

  .np-hero-section-heading {
    font-size: 64px;
  }
  .np-hero-section {
    padding: 7em 0 0;
  }

  .np-audience-section {
    padding: 7em 0 7em;
  }
  .display-component {
    width: 100%;
    height: 100%;
  }
  .display-component-slider {
    top: 40px;
    right: 40px;
  }
  .integrations-component-item {
   
    width: 100px;
    height: 100px;

  }
  .integrations-component-item img {
    height: 80px;
    width: 80px;
  }
  .integrations-component-item.item-scaled {
    transform: scale(1.5);
    z-index: 100;
  }
}




/* ==========================================================================
   20.Medium devices (desktops, 992px and up) 
   ========================================================================== */


   
@media (min-width: 992px) {

  .navbar-nav ul li {
    display: inline-block;
    padding:0 0.5em;
  }

  .hero-section {
    padding: 3em 0 6em;
  }

  .company-stats p {
    margin: 0;
  }

  .welcome-message h1, .welcome-message .h1 { font-size: 52px; }

  .welcome-message h2, .welcome-message .h2 { font-size: 24px; }

  .section-spacing { padding: 4.5em 0;}

  .company-stats h3 {
    font-size: 24px;
  }

  blockquote { padding: 0; }

  .welcome-message-carousel::after {
    height: 150px;
  }
  .welcome-message-carousel img {
    max-height: 300px;
  }
  .pricing-plans-section {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
  }
  .pricing-plan-column-top {
    padding: 1em;
  }
  .pricing-plan-column {
    border: none;
    border-left: 1px solid #d4d4d4;
    border-radius: 0;
    margin: 0;
  }
  .pricing-plan-column-wrapper:first-child .pricing-plan-column {
    border-left: none;
  }
  .pricing-plan-column-description {
  }
  .pricing-plan-column-item-header {
    position: relative;
  }
  .pricing-plan-column.basic .pricing-plan-column-item-header .btn-sm, .pricing-plan-column.advanced .pricing-plan-column-item-header .btn-sm, .pricing-plan-column.enterprise .pricing-plan-column-item-header .btn-sm {
    display: none;
  }
  .nav-mobile {
    display: none;
  }
  .navbar-brand {
    margin-left: 0;
    width: 120px;
  }
  .hero-section .btn-lg {
    display: inline-block;
  }
  .blog-post-header h1 {
    font-size: 48px;
  }
  .blog-post-body h2 {
    font-size: 36px;
    
  }
  .blog-post-body h3 {
  }
  .blog-post-body p {
    
  }

}


@media (min-width: 992px) and (max-width: 1200px ) {
  .features img { width: 820px; }
}




/* ==========================================================================
   FIXES
   ========================================================================== */
  
    @media (max-width: 575px) {
      .navbar .container {
        width: 100%;
      }
    }




/* All HubSpot Forms
   ========================================================================== */

/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {
}

/* Labels (selects field labels and error messages) */
.hs-form label {
  display: inline-block;
  margin-top: .5rem;
  font-size: .8em;
  font-weight: 600;
}
.hs-form .hs-form-field > label {}

/* Inputs (selectors for all inputs)  */
.hs-form input[type="text"],
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {
  display: block;
  padding: 0.5rem 0.75rem;
  margin-bottom: .5em;
  font-size: 1rem;
  width: 100%;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: none;
}

/* Multi-select (selectors for multi-select fields) */
.hs-form form.hs-form .hs-form-field ul.inputs-list {}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs-form input[type="radio"] {}
.hs-form input[type="checkbox"] {}

/* Required (selectors for fields, when they do not pass validation) */
.hs-form input:focus:required:invalid, 
.hs-form textarea:focus:required:invalid, 
.hs-form select:focus:required:invalid {}

.hs-form input:focus:required:invalid:focus, 
.hs-form textarea:focus:required:invalid:focus, 
.hs-form select:focus:required:invalid:focus {}

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs label{}

/* Placeholder Text (styles the placeholder attribute text) */
::-webkit-input-placeholder { /* Webkit Browsers */}
:-moz-placeholder { /* Firefox 18- */}
::-moz-placeholder { /* Firefox 19+ */}
:-ms-input-placeholder { /* IE10 */}

/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */
.hs-form .actions {
  text-align: center;
  margin-top: 2em;
}

body .hs-button.primary:not(.btn),
body input[type="submit"]:not(.btn),
body input[type="button"]:not(.btn) {
  font-family: "proxima-nova",sans-serif;
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #FFF;
  background-color: #1EBB53; 
  cursor: pointer;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  text-decoration: none;
  color: #FFF;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
          box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}