/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url(//fonts.googleapis.com/css?family=Pathway+Gothic+One);
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
_/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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

@font-face{
    font-family:'ProximaNovaCond-Semibold';
    src: url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2CDC41_0_0.eot");
    src: url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2CDC41_0_0.eot?#iefix") format("embedded-opentype"),
         url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2CDC41_0_0.woff2") format("woff2"),
         url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2CDC41_0_0.woff") format("woff"),
         url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2CDC41_0_0.ttf") format("truetype")
}
@font-face{
    font-family:'ProximaNovaCond-Regular';
    src: url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2CDC41_1_0.eot");
    src: url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2CDC41_1_0.eot?#iefix") format("embedded-opentype"),
         url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2CDC41_1_0.woff2") format("woff2"),
         url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2CDC41_1_0.woff") format("woff"),
         url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2CDC41_1_0.ttf") format("truetype")
}
@font-face{
    font-family:'ProximaNova-Bold';
    src: url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2FE5F1_6_0.eot");
    src: url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2FE5F1_6_0.eot?#iefix") format("embedded-opentype"),
         url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2FE5F1_6_0.woff2") format("woff2"),
         url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2FE5F1_6_0.woff") format("woff"),
         url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2FE5F1_6_0.ttf") format("truetype")
}
@font-face{
    font-family:'ProximaNova-Regular';
    src: url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2FE5F1_7_0.eot");
    src: url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2FE5F1_7_0.eot?#iefix") format("embedded-opentype"),
         url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2FE5F1_7_0.woff2") format("woff2"),
         url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2FE5F1_7_0.woff") format("woff"),
         url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2FE5F1_7_0.ttf") format("truetype")
}
@font-face{
    font-family:'ProximaNova-Semibold';
    src: url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2FE5F1_8_0.eot");
    src: url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2FE5F1_8_0.eot?#iefix") format("embedded-opentype"),
         url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2FE5F1_8_0.woff2") format("woff2"),
         url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2FE5F1_8_0.woff") format("woff"),
         url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/2FE5F1_8_0.ttf") format("truetype")
}

@font-face{
    font-family:'FotoWare';
    src: url("//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/Alfa.eot")
}
@font-face{
    font-family:'FotoWare';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype"),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABmAAAsAAAAAGTQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAFJAAABSQQ7f5yUdTVUIAABWYAAAAmgAAAJrav91FT1MvMgAAFjQAAABgAAAAYAgjB4hjbWFwAAAWlAAAAJQAAACU8sXohGdhc3AAABcoAAAACAAAAAgAAAAQaGVhZAAAFzAAAAA2AAAANhF+GbNoaGVhAAAXaAAAACQAAAAkFAwSOGhtdHgAABeMAAAAoAAAAKCO9QCCbWF4cAAAGCwAAAAGAAAABgAoUABuYW1lAAAYNAAAASoAAAEqT1SOa3Bvc3QAABlgAAAAIAAAACAAAwAAAQAEBAABAQEFQWxmYQABAgABADv4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLaxwSL/h0BR0AAAEgDx0AAAElER0AAAAJHQAAFIcSACkBAQUJCw0QExYZHB8iJSgrLjE0Nzo9QEVKT1RZXmNobXJ3fIGGi5CVmp+kQWxmYUFsZmF1MHUxdTIwdTMxdTMydTMzdTM0dTM1dTQxdTQ2dTRDdTREdTYxdTY1dTY2dTZDdTZEdTZFdTc1dUU2MDB1RTYwMXVFNjAydUU2MDN1RTYwNHVFNjA1dUU2MDZ1RTYwN3VFNjA4dUU2MDl1RTYwQXVFNjBCdUU2MEN1RTYwRHVFNjBFdUU2MEZ1RTYxMHVFNjExdUYwRDF1RjBEMgAAAgGJACYAKAIAAQAEAAcACgANAUgCZANhBD8E/QaLBo4GkQcHBwoHDQcQBxMHFgcZBxwKQAqzC0ALngvaDAgNHw1wDfIOLQ6/D04P6RAmEGARBxFFEYITCxMO/JQO/JQO/JQO+5QOHBAv+Hv3dBWL+xchIfsXi/sWiyH1i/cXi/cX9fX3Fov3F4v1IYv7Fwj5uPciFdmLy0uLPYs9S0s9iz2LS8uL2YvZy8vZiwiL6hX7F4shIYv7F4v7F/Uh9xeL9xeL9fWL9xeL9xch9fsXiwiLiwX6pSwV2YvLS4s9iz1LSz2LPItMy4vZi9nKy9qLCIvqFfsXiyEhi/sXi/sX9SH3F4v3Fov19Yv3F4v3FyH1+xaLCIuLBfqkLBXai8pLiz2LPUxLPIs9i0vLi9mL2cvL2YsIi+oV+xeLIiGL+xeL+xf0IfcXi/cXi/X1i/cXi/cXIfX7F4sIi4sF+qUsFdmLy0uLPYs9S0s9iz2LS8uL2YvZy8vZiwiL6hX7F4shIYv7F4v7F/Uh9xeL9xeL9fWL9xeL9xch9fsXiwiLiwUOHBAv+Hf3dBWL+xchIfsXi/sXiyH1i/cXi/cX9fX3F4v3F4v1IYv7Fwj6pIsVi/sXISH7Fov7F4sh9Yv3F4v3F/X19xeL9xaL9SGL+xcI+bj3IhXai8pLiz2LPUxLPIs9i0vLi9mL2cvL2YsIi+oV+xaLISGL+xeL+xf1IfcWi/cXi/X1i/cXi/cXIfX7F4sIi4sF+qUsFdmLy0uLPYs9S0s9iz2LS8uL2YvZy8vZiwiL6hX7F4shIYv7F4v7F/Uh9xeL9xeL9fWL9xeL9xch9fsXiwiLiwX6pSwV2YvLS4s9iz1LSz2LPItLy4vZi9nLy9qLCIvqFfsXiyEhi/sXi/sX9SH3F4v3Fov19Yv3F4v3FyH1+xaLCIuLBQ4cEC/4efd0FYv7FyEh+xaL+xeLIfWL9xeL9xf19fcXi/cWi/Uhi/sXCPqlixWL+xchIfsXi/sWiyH1i/cXi/cX9fX3Fov3F4v1IYv7Fwj6pYsVi/sXISH7F4v7F4sh9Yv3F4v3F/X19xeL9xeL9SGL+xcI+bj3IhXZi8tLiz2LPUtLPYs8i0vLi9mL2cvL2osIi+oV+xeLISGL+xeL+xf1IfcXi/cWi/X1i/cXi/cXIfX7FosIi4sF+qQsFdmLy0uLPYs9S0s9iz2LS8uL2YvZy8vZiwiL6hX7F4shIYv7F4v7F/Uh9xeL9xeL9fWL9xeL9xch9fsXiwiLiwUOHBAv+Hf3dBWL+xchIfsXi/sXiyH1i/cXi/cX9fX3F4v3F4v1IYv7Fwj6pIsVi/sXISH7Fov7F4sh9Yv3F4v3F/X19xeL9xaL9SGL+xcI+qWLFYv7FyEh+xeL+xaLIfWL9xeL9xf19fcWi/cXi/Uhi/sXCPqlixWL+xchIfsXi/sXiyH1i/cXi/cX9fX3F4v3F4v1IYv7Fwj5uPciFdmLy0uLPYs9S0s9izyLS8uL2YvZy8vaiwiL6hX7F4shIYv7F4v7F/Uh9xeL9xaL9fWL9xeL9xch9fsWiwiLiwUOHBAv+Hf3dBWL+xchIfsXi/sXiyH1i/cXi/cX9fX3F4v3F4v1IYv7Fwj6pIsVi/sXISH7Fov7F4sh9Yv3F4v3F/X19xeL9xaL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) format("woff");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/icomoon%20%282%29.eot?jxhped');
    src: url('//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/icomoon%20%282%29.eot?jxhped#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/icomoon.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/icomoon%20%282%29.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/icomoon%20%282%29.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/Font/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
svg {
    display: none !important;
  }
body {
  background: #fff;
  color: #333;
  font-family: "Arial", "Sans-Serif";
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
    color: #2c2c2c;
    padding: 0;
    margin: 0;
    font-family: "ProximaNova-Regular","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
    -webkit-font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 75rem;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #ffffff;
  background: #3390FF;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: #3390FF;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {
    margin: 0;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    font-weight: normal;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: "ProximaNova-Semibold","Pathway Gothic One","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #2c2c2c;
    text-rendering: optimizeLegibility;
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.4;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}



h1{
    font: 48px/53px "ProximaNova-Semibold","Pathway Gothic One","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    text-transform: none;
    color: #000;
	margin: 0 0 30px;
}

h2{
	font-size: 44px;
	line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    color: #2c2c2c;
    text-rendering: optimizeLegibility;
    margin-top: 3.2px;
    margin-bottom: 8px;
}

h3{
	font: 36px/53px ProximaNova-Regular;
    letter-spacing: .75px;
    text-transform: none;
    color: #312f38;
	margin:0 0 15px;
}
h4 {
    font-size: 1.6875rem;
}
h5 {
    font-size: 35px;
    line-height: 35px; 
    color: #2c2c2c;
    margin: 0 0 20px;
}
h6 {
    color: #000;
    font-size: 30px;
    font-family: "ProximaNova-Regular","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

/* Anchor Links */
body>div:not(.hs-tools-menu) a { 
    color: #008cba;
    text-decoration: none;
    border-bottom: 1px solid #008cba;
}

body>div:not(.hs-tools-menu) .body-container-wrapper a:hover{
    color: #006687;
    border-color: #006687;
}

a:hover, a:focus { color: #90f; }

/* Lists */
ul, ol {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit;
    padding:0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

body em {
    color: #3e74bc;
    font-style: normal;
}
ol{
    margin-left: 1.4rem;
}
ul {
    padding:0;
    margin-left: 1.1rem;
}

ul li ul, ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


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


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header{
    height: 72px;
    line-height: 72px;
    position: relative;
    overflow: hidden;
}
.custom-header>div {
    height: 72px;
    line-height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    color: #fff;
    padding: 0 15px;
    background-color: transparent;
    transition: all 300ms ease-out;
    background-color: #f4f5f7;
    z-index: 999999;
}

body.fixed .custom-header>div {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.25);
}

.custom-header .custom-header-right-content {
    position: relative;
    width: auto;
    text-align: right;
    margin: 0;
    float: right;
}

.custom-header .custom-logo a {
    color: #fff;
    font-family: icomoon;
    font-size: 25px;
    display: inline-block;
    margin: 0;
    line-height: 66px;
    color: #545454;
    border-bottom: 0;
}
.custom-header .custom-logo a{
    
}
.custom-header .custom-logo {
    width: auto;
    float:  none;
    display: inline-block;
}


.custom-header .custom-header-right-content .custom-top-menu .hs-menu-wrapper>ul li {
    float: none;
    display: inline-block;
    font: 14px ProximaNova-Semibold;
    letter-spacing: 1px;
    margin-left: 27px;
}

.custom-header .custom-top-menu {
    width: auto;
}

.custom-header .custom-try-now-menu {
    width: auto;
    float: left;
    letter-spacing: 1px;
    margin-left: 31px;
    height:72px;
}

.custom-header .menu-trigger {
    width: auto;
    margin: 0;
    position: relative;
    float: left;
    margin-left: 31px;
}

.custom-header .custom-header-right-content .custom-top-menu .hs-menu-wrapper>ul li:first-child {
    margin-left: 0;
}

.custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children>ul.hs-menu-children-wrapper{
    opacity: 1;
    visibility: visible;
    position: relative;
    top: -2px;
    z-index: 10;
    right: 0;
    list-style: none;
    width: 100%;
    background-color: #f4f5f7;
    border-width: 2px;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    display: none;
}

.custom-header .custom-try-now-menu .hs-menu-wrapper>ul>li>a {
    border-radius: 27px;
    font: 19px/23px ProximaNova-Semibold;
    text-transform: none;
    letter-spacing: 1px;
    padding: 12px 37px 12px 20px;
    z-index: 12;
    position: relative;
    color: #3e74bc !important;
}

.custom-header .custom-try-now-menu .hs-menu-wrapper>ul>li.open {
    border-radius: 5px 5px 0 0;
    transition: all .05s ease-in-out;
}

.custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children.open>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: hidden;
}

.custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children.open:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children>ul.hs-menu-children-wrapper>li>a {
    font: 13px/16px ProximaNova-Regular;
    text-align: left;
    display: inline-block !important;
    border-bottom: 0;
    cursor:pointer;
    padding: 0;
}
.custom-header .custom-try-now-menu .hs-menu-wrapper>ul ul>li>a:hover {
    border-bottom: 3px solid #fff !important;
    color: #545454;
    border-color: #3e74bc !important;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.custom-header .custom-try-now-menu .hs-menu-wrapper>ul li>ul>li {
    text-align: left;
    line-height: 25px;
    padding: 0 7px 0px 20px;
}

.custom-header .custom-try-now-menu .hs-menu-wrapper>ul li>ul {}

.custom-header .custom-try-now-menu .hs-menu-wrapper>ul li a {
    border: 0;
    color: #545454;
}

.custom-header .custom-header-right-content .custom-top-menu ul li a {
    border: 0;
    color: #545454;
    line-height: 23px;
}

.custom-header .custom-header-right-content .custom-top-menu ul li a:hover {
    border-bottom: 3px solid #fff !important;
    color: #545454;
    border-color: #3e74bc !important;
}

.custom-header .custom-try-now-menu ul {
    display: block;
}

.custom-header .custom-try-now-menu .hs-menu-wrapper>ul>li{
    line-height: 23px;
    margin-top: 9px;
    float: none;
    display: inline-block;
    border: 2px solid #fff !important;
    color: #3e74bc;
    border-color: #3e74bc !important;
    border-radius: 27px;
    transition: all 2s ease;
    background-color: #f4f5f7;
}

.custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    content: "\e61b";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3e74bc;
    display: inline-block;
    font-size: 9px;
    position: absolute;
    right: 18px;
    bottom: 16px;
    padding: 2px 0 0 0;
    line-height: 15px;
}

.custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children.open>a:after {
    content: '\e616';
}

.custom-header .custom-try-now-menu .hs-menu-wrapper>ul li>ul>li:last-child {
    padding-bottom: 6px;
}




/* =============== Content =============== */

.body-container-wrapper {
    background-color: white !important;
}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}



.custom-footer .custom-footer-bottom {
    color: #fff;
    padding: 70px 20px 70px;
    background-color: #312f38;
    font-family: ProximaNova-Regular;
}

.custom-footer {
    /*margin-bottom: 16px;*/
}

.custom-footer .custom-footer-logo {
    width: 25%;
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
    margin-bottom: 30px;
}

.custom-footer .custom-footer-logo a {
    color: #fff !important;
    text-decoration: none;
    border: none;
    display: inline-block;
    font: 17px/20px ProximaNova-SemiBold;
    margin-bottom: 9px;
}

.custom-footer .custom-footer-logo a span.icon-fotoware {
    display: block;
    line-height: 29px;
    margin-bottom: 35px;
    font-size: 35px;
}

.custom-footer-menu .hs-menu-wrapper>ul ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
}

.custom-footer-menu .hs-menu-wrapper>ul>li:first-child {
    width: 33.334% !important;
}

.custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 22.223%;
    padding-left: .9375rem;
    padding-right: .9375rem;
    margin-bottom: 30px;
}

.custom-footer .custom-footer-menu {
    margin: 0;
    width: 75%;
}

.custom-footer-menu .hs-menu-wrapper>ul li>a {
    display: inline-block !important;
    border: 0;
    color: #fff;
    white-space: normal !important;
}

.custom-footer-menu .hs-menu-wrapper>ul {
    display: block;
    line-height: 20px;
}

.custom-footer-menu .hs-menu-wrapper>ul>li>a {
    margin-bottom: 9px;
    font: 17px/20px ProximaNova-SemiBold;
}

.custom-footer-menu .hs-menu-wrapper>ul li>a:hover {
    color: #828282 !important;
}

.custom-footer-menu .hs-menu-wrapper>ul li>a[target="_blank"]:after,
.custom-menu-primary .hs-menu-wrapper>ul>li>a[target="_blank"]:after{
    content: "\e128";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    position: relative;
    bottom: 1px;
    left: 8px;
}
.custom-footer .custom-footer-top {
    padding: 40px 20px 30px;
    background: #f4f5f7;
    text-align: center;
}

.custom-footer .custom-footer-top .footer-form {
    text-align: left;
}

.custom-footer .custom-footer-top .footer-form .hs-form-field,
.custom-footer .custom-footer-top .footer-form .hs_submit {
    display: inline-block;
    width: 25%;
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    vertical-align: top;
  	float: left;
}

.footer-form .hs-form-field .input>* {
    border: 1px solid #e0e0e5;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    background: #fff;
    height: auto;
    font: 16px/32px ProximaNova-Regular;
    color: #312f38;
    padding: 12px 10px 8px 60px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    margin: 0 0 1rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow .45s,border-color .45s ease-in-out;
    line-height:32px;
    min-height:54px;
}
.footer-form .hs-form-field .input>*:focus{
    box-shadow: 0 0 5px #999;
    outline:0;
}

.footer-form-bottom-content p {
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    font: 17px/20px ProximaNova-SemiBold;
    text-align: center;
    margin-top: 46px;
}

body .footer-form-bottom-content p a {
    color: #545454;
    text-decoration: none;
    border: none;
    margin-left: 20px;
    margin-right: -3.5px;
}

body .footer-form-bottom-content p a:last-child {
    display: block;
    margin-top: 20px;
    color: #3e74bc;
    margin-left: 16.5px;
}
body .footer-form-bottom-content p a:hover {
    color: #3b3b3b;
}

body .footer-form-bottom-content p a:last-child:hover {
    color: #315c96;
}

body .footer-form-bottom-content p a:nth-last-child(2) {
    margin-right: 0;
}

.custom-footer .custom-footer-top .page-center {
    padding: 0 30px;
}

.custom-footer .custom-footer-top .footer-form .hs_submit input {
    border-color: #3e74bc;
    border-width: 2px;
    border-radius: 100px;
    font: 19px/23px ProximaNova-Semibold;
    text-transform: none;
    padding: 12px 20px;
    width: 100%;
    background-color: #3e74bc;
    color: #fff;
    border-style: solid;
    transition: background-color 300ms ease-out;
}
.custom-footer .custom-footer-top .footer-form .hs_submit input:hover{
    background-color: #315c96;
    border-color: #315c96;
    color: #fff;
}

.hs-form-field > label>span:first-child:empty + span,
h3.form-title:empty{
    display: none;
}

.footer-form .hs-form-field .input>*[placeholder*="name"] {
    background-image: url('//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/image/man.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
}

.footer-form .hs-form-field .input>*[placeholder*="company"] {
    background-image: url(//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/image/briefcase.svg);
    background-repeat: no-repeat;
    background-position: 15px 17px;
    background-size: 18.8px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    .footer-form .hs-form-field .input>*[placeholder*="company"] {
        background-size: 78.8px;
    background-position: -13px 17px;
    }
}
.footer-form .hs-form-field .input:before {
    content:  "";
    display: block;
    height: 26px;
    width: 1px;
    background-color: #ededef;
    position: absolute;
    left: 60px;
    top: 15px;
}

.footer-form .hs-form-field .input>*[placeholder*="mail"] {
    background-image: url(//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/image/mail.svg);
    background-repeat: no-repeat;
    background-position: 15px 17px;
}

.body-container-wrapper,.footer-container-wrapper {
    transition: all .2s ease-in-out;
    /*overflow-x: hidden;*/
}

.mobile-open .body-container-wrapper, .mobile-open .footer-container-wrapper {
    transform: translate(-100px, 0);
}

.body-container-wrapper:before, .footer-container-wrapper:before {
    content:  "";
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .2s ease-in-out 0s, right .2s ease-in-out, z-index 1ms ease-in .2s;
}

.mobile-open .body-container-wrapper:before,
.mobile-open .footer-container-wrapper:before {
    opacity: .6;
    z-index: 20;
    right: 200px;
    transition-delay: 0s;
    transition-duration: .3s;
}

.custom-js-import {
    min-height: 0 !important;
}



.custom-header-top:before,
.banner-area:before{
    content:  "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .2s ease-in-out 0s, right .2s ease-in-out, z-index 1ms ease-in .2s;
}

.mobile-open .custom-header-top:before{
    opacity: .6;
    z-index: 20;
    transition-delay: 0s;
    transition-duration: .3s;
    right: 300px;
}

.mobile-open .banner-area:before{
    right: 200px;
    opacity: .6;
    z-index: 20;
    transition-delay: 0s;
    transition-duration: .3s;
}

.footer-form .hs-form-field .input + ul.hs-error-msgs.inputs-list li label {
    display: block;
    padding: .375rem .5625rem .5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff;
    font: 12px ProximaNova-SemiBold;
    font-style: normal;
    background-color: #ca442e;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    top: -20px;
    margin: 0;
}

.footer-form .hs-form-field .input + ul.hs-error-msgs.inputs-list {
    margin: 0;
}



.custom-footer .custom-footer-top .footer-form ul.hs-error-msgs.inputs-list {
    margin: 0;
    list-style: none;
}

.custom-footer .custom-footer-top .footer-form .hs_error_rollup {
    position: absolute;
    left: 15px;
    /*width: calc( 100% - 15px );*/
}

.custom-footer .custom-footer-top .footer-form ul.hs-error-msgs.inputs-list label {
    display: block;
    padding: .375rem .5625rem .5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff;
    font: 12px ProximaNova-SemiBold;
    font-style: normal;
    background-color: #ca442e;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    margin: 0;
}

.custom-footer .custom-footer-top .footer-form {
    position: relative;
}








/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */

.custom-menu-primary .hs-menu-wrapper {
    position: fixed;
    right: -300px;
    z-index: 20000000;
    width: 300px;
    top: 0;
    bottom: 0;
    background: #f4f5f7;
    padding: 20px 0;
    transition: right .2s ease-in-out;
    font: 16px/25px 'ProximaNova-Regular';
    display:block !important;
    overflow-y: auto;
}
body.mobile-open .custom-menu-primary .hs-menu-wrapper {
    right:1px;
}

.custom-menu-primary .hs-menu-wrapper > ul{}

.custom-menu-primary .hs-menu-wrapper>ul>li {
    border-bottom: 1px solid #ccc;
    padding: 15px 5px 10px 25px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #545454 !important;
    border: none !important;
    font: 20px/20px 'ProximaNova-Semibold';
    display: inline;
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
    left: 0;
    position: relative;
    background: transparent;
    display:block !important;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: #545454 !important;
    border: none !important;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: inline-block;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}
/* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    color: #3e74bc;
    line-height: 23px;
    text-decoration: none;
    border: none;
  }

  
  a.close-navigation.icon-cross {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
    color: #545454 !important;
    border: none !important;
    cursor:pointer;
    width:auto;
  }

  a.close-navigation.icon-cross:before {
    content: "\e117";
  }
/* Fix menu disappearing on desktop after toggling mobile menu */



/* =============== Mobile Toggle Menu =============== */





/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


.custom-bio-author {
    width: 100%;
    float: left;
}
.post-title a {
    display: inline-block;
    margin-bottom: 5px;
    border-bottom: none;
    border-bottom: none !important;
}
.recent-post-date {
    color: #999;
    font-size: 0.9rem;
}
.latest-post-group {
    margin: 25px 0;
}
.hs-blog-post .recent-post h3 {
    font-size: 1.5rem;
    margin: 0px 0 20px;
    line-height: 24px;
    letter-spacing: normal;
}

.hs-blog-post .blog-sidebar-email-form h3 {
    font-size: 1.5rem;
    margin: 0px 0 20px;
    line-height: 24px;
    letter-spacing: normal;
}
.hs-blog-post .about-author-sec.row-fluid {
    font-family: 'ProximaNova-Regular';
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.hs-blog-post .authore-bio-custom {
    float: left;
    padding-left: 3px;
}
.hs-blog-post .authore-bio-custom h3 {
    font-size: 1.5rem;
    line-height: 24px;
    margin: 6px 0 13px;
}
.hs-blog-post .author-image img {
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: middle;
}

.hs-blog-post .author-image {
    width: 40px;
    float: left;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: middle;
}

.hs-blog-post .blog-sidebar {
    /*margin-top: 82px;*/
    /*padding-right: 35px;*/
    position: sticky;
    top: 75px;
}
.hs-blog-post .custom-sidebar-social-share {
    padding: 9px 0 13px;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 38px;
}
.hs-blog-post .span2.author-image img {
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: middle;
    width: 40px;
}
.hs-blog-post .span10.authore-bio-custom h3 {
    font-size: 1.5rem;
}

.hs-blog-post .body-container-wrapper .page-center {
    padding-left: 0;
    padding-right: 0;
}
.hs-blog-post ul.article-meta {
    border: 0;
    padding: 0;
    padding: 10px 0 0;
    margin: 0;
    list-style: none;
}
.hs-blog-post ul.article-meta li {
    padding: 0;
    display: inline-block;
    position: relative;
    margin: 7px 0;
    list-style-type: none;
}
.hs-blog-post ul.article-meta li a {
    border-bottom: 0 !important;
}
.hs-blog-post ul.article-meta li p {
    margin: 0;
}
.hs-blog-post ul.article-meta li:nth-child(2) p:before {
    content: '/';
    display: inline-block;
    padding: 0 7px;
}
.hs-blog-post .date {
    margin: 10px 0 15px;
    color: #999;
}
.hs-blog-post .section.post-header h1 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    font-family: 'ProximaNova-Semibold';
    color: #2c2c2c;
    text-rendering: optimizeLegibility;
	    margin-top: .2rem;
}
.hs-blog-post .post-header {
    margin-top: 0;
    font-family: 'ProximaNova-Regular';
}
.blog .body-container-wrapper, 
.blog .footer-container-wrapper {
    overflow-x: visible;
}

.body-container-wrapper .page-center {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.post-header {
    margin-top: 30px;
    font-family: 'ProximaNova-Regular';
}

.breadcrumb-blog {
    padding-left: .9375rem;
    width: 66.6666666667% !important;
    padding-right: .9375rem;
}
.date {
    color: #999;
    margin-bottom: 15px;
    font-family: 'ProximaNova-Regular';
}
body .post-item .post-header h2 a {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: .5rem;
    font-family: 'ProximaNova-Semibold';
    font-weight: normal;
    font-style: normal;
    color: #2c2c2c !important;
    text-decoration: none !important;
    border-bottom: none;
}
.post-header h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: .5rem;
    font-family: 'ProximaNova-Semibold';
    font-weight: normal;
    font-style: normal;
    color: #2c2c2c;
}
.hs-author-avatar span {
    font-size: 1rem;
    margin: 3px 0;
    color: #888;
    font-style: italic;
    display: inline-block;
}
#hubspot-author_data .hs-author-avatar img {
    width: 30px;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    position:relative;
    top: -4px;
}

.hs-author-avatar span {
    font-size: 1rem;
    margin: 3px 0;
    color: #888;
    font-style: italic;
    display: inline-block;
}
#hubspot-author_data .hs-author-avatar {
    font-family: 'ProximaNova-Regular';
    margin-bottom: 18px;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    float:none;
    display: inline-block !important;
    margin: 16px 0;
}
.post-body.clearfix p {
    font-size: 1rem;
    line-height: 1.2;
}
a.more-link {
    border: 2px solid #3e74bc;
    border-radius: 100px;
    font: 19px/23px ProximaNova-Semibold;
    text-transform: none;
    padding: 12px 20px;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid #3e74bc !important;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
}
a.more-link:hover {
    background-color: #f4f7fb;
    color: #008cba !important;
    border: 2px solid #3e74bc !important;
}
.article-footer {
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
    margin-bottom: 31px;
}
.article-footer .share-icon .fa {
    font-size: 1.2rem;
    margin-right: 6px;
    color: #555;
    line-height: 16px;
    vertical-align: middle;
}
.article-footer a {
    border-bottom: none !important;
}
.blog-listing-wrapper .post-listing .post-item {
    padding-top: 1px;
    margin-top: -1px;
}
.blog-pagination a {
    margin: 25px 0 24px;
}
.blog-pagination a.next-posts-link{
   float:left;
}
.blog-pagination a.previous-posts-link {
    float: right;
}
.blog-pagination a:hover{
    color: #006687;
    border-color: #006687;
}

.blog-sidebar {
    padding-left: .9375rem;
    padding-right: .9375rem;
    margin-left: 0 !important;
    float: right !important;
    width: 33.3333333333% !important;
    /*padding-left: 4.533333%;*/
}
.blog-content {
    width: 66.6666666667% !important;
    padding-left: .9375rem;
    padding-right: .9375rem;
}
.blog-sidebar-email-form h3 {
    font-size: 1.5rem;
    margin: 20px 0;
    line-height: 24px;
    letter-spacing: normal;
}
.blog-sidebar-email-form input[type="email"] {
    -webkit-appearance: none;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: .875rem;
    margin: 0 0 1rem 0;
    padding: .5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow .45s,border-color .45s ease-in-out;
}
.blog-sidebar-email-form input[type="email"]:focus{
    background: #fafafa;
    border-color: #999;
    outline: none;
}
.blog-sidebar-email-form .hs-button.primary.large {
    color: #3e74bc;
    border-color: #3e74bc;
    border-width: 2px;
    background-color: transparent;
    border-radius: 100px;
    font: 19px/23px ProximaNova-Semibold;
    text-transform: none;
    padding: 14px 22px;
    background-color: #3e74bc;
    color: #fff;
    border: none;
	margin-bottom: 20px;
}
.blog-sidebar-email-form .hs-button.primary.large:hover{
    background-color: #315c96;
    border-color: #315c96;
    color: #fff;
}
.blog-sidebar-email-form {
    font-family: 'ProximaNova-Regular';
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.custom-topics h3 {
    font-size: 1.5rem;
    margin: 0px 0 20px;
    line-height: 24px;
    letter-spacing: normal;
}
.custom-topics ul li {
    margin: 10px 0;
    font-size: 17px;
    line-height: 17px;
}
.custom-topics ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-topics ul li a {
    display: inline-block;
    margin-bottom: 5px;
    border-bottom: none;
}
span.filter-link-count {
    display: none;
}
.custom-topics {
    font-family: 'ProximaNova-Regular';
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.hs-featured-image-wrapper a {
    border-bottom: none !important;
}

.hs-blog-post .body-container-wrapper .blog-content p {
    font-size: 1rem;
    line-height: 1.2;
}

.hs-blog-post h2 {
    font-size: 1.4rem;
}
.breadcrumb-blog {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

ul.social-list {
    margin: 0;
    list-style: none;
}

ul.social-list li {
    display: inline-block;
}

ul.social-list li .fa {
    color: #555;
    font-size: 20px;
    line-height: 16px;
    vertical-align: middle;
    margin-right: 15px;
}

ul.social-list li a {
    border-bottom: 0;
    cursor:pointer;
}

ul.social-list li:last-child .fa {
    margin-right: 29px;
}

.hs-blog-post .blog-sidebar>div {
    margin-left: 8.3333333333% !important;
    width: 83.3333333333%;
}
.hs-blog-post figure {
    margin: 16px 0;
    text-align: center;
}

.hs-blog-post figure figcaption {
    position: relative;
    text-align: left;
    padding: 7px 10px;
    font-size: 1rem;
}

.hs-blog-post figure figcaption:before {
    content: "\e901";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 6px;
}

.hs-blog-post blockquote {
    margin: 0 0 1.25rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd;
}

.hs-blog-post blockquote, .hs-blog-post blockquote p {
    line-height: 1.6;
    color: #767676;
}

.hs-blog-post em {
    font-style: italic;
    color: #2c2c2c;
}






/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}
.field label {
    margin-bottom: 15px;
    display: block;
}
/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    border: 1px solid #e0e0e5;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    background: #fff;
    height: auto;
    font: 16px/32px ProximaNova-Regular;
    color: #312f38;
    padding: 10px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    margin: 0 0 1rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow .45s,border-color .45s ease-in-out;
    max-width: 700px;
    display:block;
    min-height:54px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 5px #999;
    outline: 0;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {
    color: #424753;
    opacity: .5
} /* Webkit Browsers */
:-moz-placeholder {
    color: #424753;
    opacity: .5
} /* Firefox 18- */
::-moz-placeholder {
    color: #424753;
    opacity: .5
} /* Firefox 19+ */
:-ms-input-placeholder {
    color: #424753;
    opacity: .5
} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-form-field>label {
    display: inline-block;
    margin-bottom: 10px;
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    border-color: #3e74bc;
    border-width: 2px;
    border-radius: 100px;
    font: 19px/23px ProximaNova-Semibold;
    text-transform: none;
    padding: 12px 30px;
    width: auto;
    background-color: #3e74bc;
    color: #fff;
    border-style: solid;
    transition: background-color 300ms ease-out;
    display: inline-block;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #315c96;
    border-color: #315c96;
    color: #fff;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    outline:0;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

/*Icomoon*/


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-external:before {
  content: "\e902";
}
.icon-arrow-top:before {
  content: "\e901";
}
.icon-github-circle:before {
  content: "\e621";
}
.icon-youtube-circle:before {
  content: "\e622";
}
.icon-code-circle:before {
  content: "\e623";
}
.icon-scroll-down-negative:before {
  content: "\e61c";
}
.icon-scroll-down:before {
  content: "\e61d";
}
.icon-android:before {
  content: "\e618";
}
.icon-apple:before {
  content: "\e619";
}
.icon-windows:before {
  content: "\e61a";
}
.icon-control:before {
  content: "\e60b";
}
.icon-cs:before {
  content: "\e60c";
}
.icon-documents:before {
  content: "\e60d";
}
.icon-easy-access:before {
  content: "\e60e";
}
.icon-export:before {
  content: "\e60f";
}
.icon-facebook-negative:before {
  content: "\e610";
}
.icon-linkedin-negative:before {
  content: "\e611";
}
.icon-manage:before {
  content: "\e612";
}
.icon-shutter:before {
  content: "\e613";
}
.icon-twitter-negative:before {
  content: "\e614";
}
.icon-workflows:before {
  content: "\e615";
}
.icon-menu:before {
  content: "\e600";
}
.icon-arrow-down:before {
  content: "\e61b";
}
.icon-arrow-left:before {
  content: "\e617";
}
.icon-arrow-up:before {
  content: "\e616";
}
.icon-facebook:before {
  content: "\e608";
}
.icon-linkedin:before {
  content: "\e609";
}
.icon-twitter:before {
  content: "\e60a";
}
.icon-arrow-right:before {
  content: "\e607";
}
.icon-books:before {
  content: "\e606";
}
.icon-envelope:before {
  content: "\e601";
}
.icon-phone:before {
  content: "\e603";
}
.icon-smartphone:before {
  content: "\e604";
}
.icon-wand:before {
  content: "\e605";
}
.icon-camera:before {
  content: "\e900";
}
.icon-envelop:before {
  content: "\e61e";
}
.icon-smile:before {
  content: "\e61f";
}
.icon-sad:before {
  content: "\e620";
}
.icon-cross:before {
  content: "\e117";
}
.icon-open:before {
  content: "\e128";
}
.icon-fotoware:before {
  content: "\e602";
}




/*Icomoon*/

/*Banner*/

.banner-area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 30px 70px;
    transition: all .2s ease-in-out;
    position:relative;
    background-color: #444;
    max-height: 500px;
}

.mobile-open .banner-area {
    transform: translate(-100px, 0);
}

.banner-area h1 {
    color: #fff;
}


/*Banner*/


/*Contact Us*/ 

.body-container-wrapper p {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    font-family: "ProximaNova-Regular","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    margin-top: 0;
}

.mass-agreement .body-container-wrapper .container-fluid .row-fluid .page-center,
.contact .body-container-wrapper .container-fluid .row-fluid .page-center{
    max-width: unset;
    width: 66.6666666667%;
    padding: 50px 20px;
}

.hide {
    display: none !important;
}
/*Contact Us*/ 



/*--------------------------Three Column Equal Content With Button ----------------------------*/

.mass-agreement .banner-area,
.contact .banner-area{
    padding: 70px 20px 10px;
}

.three-col-equal-button {}

.three-col-equal-button .inner:after {
    clear:  both;
    content:  "";
    display: block;
}

.three-col-equal-button .col {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
    width: 33.3333333333%;
    margin-bottom: 25px;
}

.three-col-equal-button .page-center {
    max-width: 75rem !important;
    padding: 0 !important;
    width:100% !important;
}

.mass-agreement-row2 {
    padding: 70px 20px 70px;
}

body a.button {
    border-style: solid;
    border-width: 3px;
    cursor: pointer;
    font-family: "ProximaNova-Regular","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: rgba(255,255,255,0);
    border-color: rgba(204,204,204,0);
    color: #333;
    transition: background-color 300ms ease-out;
    color: #3e74bc !important;
    border-color: #3e74bc !important;
    border-width: 2px !important;
    background-color: transparent;
    border-radius: 100px;
    font: 19px/23px ProximaNova-Semibold;
    text-transform: none;
    padding: 12px 20px;
    display: inline-block;
}

body a.button:hover {
    background-color: #f4f7fb;
    color: #3e74bc;
}


/*--------------------------Three Column Equal Content With Button ----------------------------*/


/*----------------Become Partner------------------*/




.banner-area .banner-content p {
    color: #fff;
    font: 18px/27px ProximaNova-Regular;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}



/*--------------------Two Column Equal Top Icon----------------------*/

.two-col-eq-top-icon .page-center {
    padding: 0 !important;
}

.two-col-eq-top-icon {
    padding: 70px 20px 70px;
}

.two-col-eq-top-icon .icon-wrapper {
    width: 180px;
    position: relative;
    background: #2c2c2c;
    display: inline-block;
    border-radius: 200px;
    margin-bottom: 23.2px;
    padding: 80px;
    color: #fff;
    font-size: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.two-col-eq-top-icon .icon-wrapper:before {}

.two-col-eq-top-icon .icon-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.fa-certificate:before {
    content: "\f0a3";
}

.two-col-eq-top-icon .icon-wrapper>div {
    position: absolute;
    width: 80px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    text-align: center;
    display: inline-block;
    height: 80px;
}

.two-col-eq-top-icon .icon-wrapper>div i {
    display: inline-block;
    vertical-align:  top;
}

.two-col-eq-top-icon .inner .col {
    width: 50%;
    padding: 0 15px;
    display: inline-block;
    margin-right: -4.5px;
}

.two-col-eq-top-icon .inner:after {
    clear: both;
    content:  "";
    display: block;
}

.two-col-eq-top-icon .inner .col:last-child {
    margin-right: 0;
}

/*--------------------Two Column Equal Top Icon----------------------*/


/*--------------------Full Width CM----------------------------------*/

.custom-full-width {
    padding: 70px 20px 70px;
}

.custom-full-width .inner .content {
    width: 66.6666666667%;
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}

.custom-full-width .inner>h5.main-heading {
    text-align: center;
}

/*--------------------Full Width CM----------------------------------*/

/*--------------------Three Column Equal-----------------------------*/

.three-col-equal {
    padding: 70px 20px 70px;
}

.three-col-equal .inner {}

.three-col-equal .inner .col {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
    margin-bottom: 25px;
}

.three-col-equal .inner:after {
    clear: left;
    content:  "";
    display: block;
}

.three-col-equal .inner.custom2 .col {
    width: 50%;
}

.three-col-equal .inner.custom3 .col {
    width: 33.3333333333%;
}


/*--------------------Three Column Equal-----------------------------*/

/*----------------Become Partner------------------*/


/*---------------------Stardard---------------------*/

.full-width-no-row1 .page-center {
    margin: 0;
    max-width: 100% !important;
    width: 66.6666666667%;
    padding: 50px 20px;
    background-color: white !important;
}

body.full-width-no-banner h4 small {
    font-size: 1.4375rem;
    line-height: 1.4;
    display: block;
}


/*---------------------Stardard---------------------*/

sup {
    vertical-align: super;
    font-size: smaller;
    top: 0;
    position: static;
    line-height: inherit;
}



/*-----------------------Digital Evidence Management--------------------------*/

.hs-dem .three-col-equal {
    padding-top: 80px;
    padding-bottom: 0px;
}

.three-col-equal h6 {
    font: 18px/24px 'ProximaNova-Semibold';
    margin-bottom: 10px;
    position: relative;
    color: #2c2c2c;
}

.hs-dem .three-col-equal .page-center {
    padding: 0 30px;
}

.hs-dem .three-col-equal .page-center .inner {
    margin-left: -15px;
    margin-right: -15px;
}

.hs-dem .three-col-equal .inner .col {
    margin-bottom: 20px;
}

.custom-top-image {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
}


.custom-top-image img {
    margin-bottom: 20px;
}

.custom-top-image .content {
    width: 66.6666666667%;
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.dem-row2-content {
    padding: 70px 20px 70px;
}

.one-col-image-content {
    margin-bottom: 20px;
}

.one-col-image-content .image {
    width: 50%;
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
    padding-bottom: 15px;
    text-align:center;
}

.one-col-image-content .content {
    float: right;
    padding-top: 5%;
    width: 50%;
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    text-align: center;
}

.one-col-image-content .inner {}

.one-col-image-content .inner:after {
    clear: both;
    content:  "";
    display: block;
}

.one-col-image-content .image:before {
    font-family: icomoon;
    content: '\e617';
    display: inline-block;
    font-size: 58px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -37px;
    color: #fff;
}

.one-col-image-content-inner {
    font-family: "ProximaNova-Regular","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
}

.one-col-image-content .content h5 {
    font-size: 30px;
}

.one-col-image-content.custom-image-right-align .image {
    float: right;
}

.one-col-image-content.custom-image-right-align .image:before {
    left: 14px;
    right: auto;
    content: "\e607";
}


.three-col-image-top-heading {
    padding: 70px 20px;
}

.hs-dem .three-col-image-top-heading {
    padding: 80px 20px;
}

.three-col-image-top-heading .top-heading h3 {
    font: 40px/54px ProximaNova-Semibold;
    margin-top: -17px;
    margin-bottom: 50px;
}

.three-col-image-top-heading .top-heading {
    text-align: center;
}

.three-col-image-top-heading .page-center {
    padding: 0 30px;
}

.three-col-image-top-heading .content {
    padding: 0 30px;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    width: auto !important;
}

.three-col-image-top-heading .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.three-col-image-top-heading .content ul li {
    display: inline-block;
    vertical-align:  middle;
    margin: 0 10px;
}


.three-col-equal h3 {
    text-align: center;
    font: 40px/54px ProximaNova-Semibold;
    margin-bottom: 50px;
    margin-top: -17px;
}




/*-----------------------Digital Evidence Management--------------------------*/

/*-----------------------Digital Marketing Asset Management-----------------*/ 


.three-col-equal .inner .col h6 img.left-image {
    margin-right: 15px;
    width: 100%;
    position: absolute;
    vertical-align: middle;
    max-width: 24px;
    max-height: 24px;
    display: inline-block;
}

.three-col-equal .inner .col h6 img + * {
    margin-left: 37px;
    display: inline-block;
}


.one-col-video-content {
    padding: 70px 20px 70px;
}

.one-col-video-content .video {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 58.3333333333%;
    float: left;
}

.one-col-video-content .content {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 41.6666666667%;
    float: left;
}

.one-col-video-content .video .inner-video {
    padding-bottom: 67.5%;
    position: relative;
}

.one-col-video-content .video .inner-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.one-col-video-content.custom-image-right-align .video {
    float: right;
}

.one-col-video-content .content a.button {
    font-size: 21px;
}

.one-col-video-content .inner:after {
    clear:  both;
    content:  "";
    display: block;
}

/*-----------------------Digital Marketing Asset Management-----------------*/ 


/*Product*/


.hs-product .one-col-image-content {
    padding: 70px 20px 70px;
    text-align: center;
}

.lightBlue {
    background-color: #f6fcff !important;
}

.hs-product .one-col-image-content:only-child {
    margin-bottom: 0;
}

.hs-product .custom-full-width h3 {
    font: 40px/54px ProximaNova-Semibold;
    margin-bottom: 6px;
}

.hs-product .custom-full-width p {
    font: 23px/28px ProximaNova-Regular;
    text-align: center;
}

.hs-product .custom-full-width {
    padding: 80px 20px 20px;
}

.hs-product .custom-full-width h3 {
    margin-top: -17px;
}
.product-row3-content .three-col-equal {
    padding: 0;
}

.product-row3-content {
    padding: 80px 20px 0;
}

.hs-product .three-col-equal .inner .col {
    margin-bottom: 20px;
}

.product-row4 {
    padding-top: 63px;
}

.product-row4-content h3 {
    font: 40px/54px ProximaNova-Semibold;
    margin-bottom: 6px;
}

.product-row4-content p {
    font: 23px/28px ProximaNova-Regular;
}

.product-row4-content {
    padding-bottom: 20px;
}

/*Product*/


.three-col-equal .inner .col ul.no-list {
    margin: 0;
    list-style: none;
    font-size: 18px;
}
.three-col-equal .inner.custom4 .col {
    width: 25%;
}

.two-col-eq .col {
    width: 50%;
    padding: 0 15px 20px;
    vertical-align: top;
    float: left;
    margin-=left:;
}

.two-col-eq .col:first-child {
    margin-left: 0;
}

.two-col-eq .inner:after {
    clear:  both;
    display: block;
    content:  "";
}

.two-col-eq {
    padding: 80px 20px;
}

.two-col-eq .page-center {
    padding: 0 30px;
}

.two-col-eq .inner {
    margin: 0 -15px;
}

.two-col-eq .col .content *:only-child {
    margin-top: 10px;
}

.two-col-eq {
    padding: 60px 20px 40px;
}


h3 strong{
    font: 40px/54px ProximaNova-Semibold;
}

.package-group-wrapper {
    max-width: 75rem;
    margin: 0 auto;
    /*padding: 0 30px;*/
    text-align: center;
}

.package-group-wrapper>div.package-group>div {
    padding: 40px 55px;
    background-color: #fff;
    border: 1px solid #bee2f2;
    border-radius: 6px;
}

.package-group-wrapper>div.package-group {
    display: inline-block;
    width: 340px;
    max-width: 100%;
    margin: 17px;
    margin-bottom: 15px;
}

.package-group-wrapper>div.package-group>div.highlight {
    border: 4px solid #0887c9;
}

.package {
    text-align: center;
}

.package h4 {
    font: 36px 'ProximaNova-Semibold';
    margin-bottom: 45px;
    margin-top: 3px;
}

.package h4 + strong {
    display: block;
    font: 100px/60px 'ProximaNova-Regular';
}

.package h4 + strong span {
    font-size: 30px;
    display: inline;
}

.package .price {
    color: #808184;
    font: 18px 'ProximaNova-Regular';
    margin-bottom: 30px;
    display: inline-block;
}

.package .package-feature ul {
    margin: 0;
    padding: 0 20px;
    list-style: none;
}

.package .package-feature ul li {
    list-style: none;
    font-size: 14px;
    font-family: 'ProximaNova-Regular';
    padding: 11px 0 7px;
    position: relative;
}

.package .package-feature ul li:not(:first-child):before {
    display: block;
    content: '';
    width: 65px;
    height: 1px;
    background-color: #bee2f2;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -33px;
}

body a.blue.button {
    padding: 12px 20px;
    margin-top: 10px;
    background: #0887c9;
    background: -moz-linear-gradient(top, #0887c9 0%, #0074c0 100%);
    background: -webkit-linear-gradient(top, #0887c9 0%, #0074c0 100%);
    background: linear-gradient(to bottom, #0887c9 0%, #0074c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0887c9', endColorstr='#0074c0',GradientType=0 );
    font: 18px 'ProximaNova-Semibold';
    text-transform: uppercase;
    color: #fff !important;
    border: 1px solid #0373ad !important;
    border-radius: 2px;
}

body a.blue.button:hover {
    opacity: 0.8;
}
.light-gray {
    background-color: #f4f5f7 !important;
}


.fotoweb-services-row1-group {
    padding: 63px 20px 80px;
}

.fotoweb-services-row1-heading .hs_cos_wrapper_type_header {
    text-align: center;
}

.fotoweb-services-row1-heading .hs_cos_wrapper_type_header h1 {
    font: 40px/54px ProximaNova-Semibold;
    letter-spacing: .75px;
    margin-bottom: 50px;
}

ul.features {
    margin: 0;
    text-align:center;
}

ul.features li{
    width: 25%;
    max-width: 33%;
}

ul.features li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 0 15px;
    max-width: 33%;
    margin-left: -5px;
}

ul.features li img {
    max-height: 115px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

ul.features:after {
    clear: both;
    content:  "";
    display: block;
}

.fotoweb-services-row1-group .page-center {
    padding: 0 30px;
}

ul.features li h2 {
    font: 20px "ProximaNova-Bold" !important;
    margin-bottom: 18px;
    color: #000;
}

ul.features li .image-wrapper {
    margin-bottom: 30px;
}

ul.features li p {
    font: 16px "ProximaNova-Regular";
}

.hs-fotoweb-services .three-col-equal {
    padding: 80px 20px 0px;
}

.hs-fotoweb-services .three-col-equal .page-center {
    padding: 0 30px;
}

.hs-fotoweb-services .three-col-equal .page-center>.inner {
    margin: 0 -15px;
}

.fotoweb-services-row4-col .hs_cos_wrapper_type_header h1 {
    font: 40px/54px ProximaNova-Semibold;
    margin-bottom: 48px;
    letter-spacing: 0.75px;
}

.fotoweb-services-row5-group {
    padding: 80px 20px 70px;
}

.fotoweb-services-row4-group {
    padding-bottom: 70px;
}

.fotoweb-row7-group {
    padding: 70px 20px 70px;
}

.fotoweb-row6-group .three-col-equal .inner .col {
    margin-bottom: 20px;
}

.hs-fotoweb-services .banner-area .banner-content p:last-child {
    margin-bottom: 10px;
}

.custom-fotoweb-row1-body-menu {
    background-color: #2c2c2c;
    padding: 0;
}

.custom-fotoweb-row1-body-menu ul {
    max-width: 75rem;
    width: 100%;
    display: block !important;
    margin: 0 auto !important;
}

.custom-fotoweb-row1-body-menu ul li {
    width: 50%;
    list-style: none;
    display: block;
    height: auto;
    float: left;
    font-size: 22px;
    line-height: 25px;
    font-family: ProximaNova-SemiBold;
    text-align: center;
    opacity: 0.2;
    padding: 13px 0 15px;
    position: relative;
}

.custom-fotoweb-row1-body-menu ul li.active.active-branch {
    opacity: 1;
    background-color: #464646;
}

.custom-fotoweb-row1-body-menu ul li a {
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 0;
    color: #fff;
    line-height: 22px;
}
.custom-fotoweb-row1-body-menu ul li a:hover {
    color: #e6e6e6;
}
.custom-fotoweb-row1-body-menu ul li.active.active-branch:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #464646;
    display: block;
    position: absolute;
    bottom: -31px;
    left: 50%;
    margin-left: -20px;
    font-size: 40px;
    content: "\e61b";
}

.custom-fotoweb-row2 {
    padding: 70px 20px 70px;
}

.three-col-eq-top-pane {}

.three-col-eq-top-pane .top-pane {
    text-align: center;
}

.three-col-eq-top-pane .bottom-content {}

.three-col-eq-top-pane .bottom-content .col {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
    width: 33.3333333333%;
}

.three-col-eq-top-pane .bottom-content .col h4 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.white-smoke {
    background-color: #efefef !important;
}

.custom-fotoweb .custom-full-width {
    padding: 40px 20px 20px;
}

.custom-fotoweb .custom-full-width .content {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
    float: left !important;
    padding-top: 20px;
    padding-bottom: 30px;
}

.custom-fotoweb .custom-full-width .inner:after {
    clear:  both;
    content: "";
    display: block;
}

.custom-fotoweb .custom-full-width .content a.button {
    font-size: 21px;
}

.tabber-group > .tabber-tab > ul.tabber {
    margin: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75rem;
}

.tabber-group > .tabber-tab {
    padding: 50px 20px 40px;
}

.tabber-group > .tabber-tab > ul.tabber li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    position: relative;
    cursor: pointer;
    opacity: 0.2;
    padding: 0 15px;
    margin-left: -3px;
}

.tabber-group > .tabber-tab > ul.tabber li {
    max-width: 16.6%;
}

.tabber-group > .tabber-tab > ul.tabber li h2 {
    color: #000;
    font-size: 19px;
    font-family: "ProximaNova-Regular","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

.tabber-group > .tabber-tab > ul.tabber li .icon-wrapper {
    width: 180px;
    position: relative;
    background: #2c2c2c;
    display: inline-block;
    border-radius: 200px;
    padding: 45px;
    min-width: 120px;
    max-width: 120px;
    white-space: nowrap;
    margin-bottom: 3px;
}

.tabber-group > .tabber-tab > ul.tabber li .icon-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.tabber-group > .tabber-tab > ul.tabber li .icon-wrapper>div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
}

.tabber-group > .tabber-tab > ul.tabber li .icon-wrapper i {
    font-size: 40px;
    color:  #fff;
}

.tabber-group > .tabber-tab > ul.tabber li span.icon-arrow-up {
    font-size: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -60px;
    color: #efefef;
    display: none;
}

.tabber-content {
    display: none;
    background-color: #efefef;
    padding: 70px 20px 70px;
}

.tabber-content.active {
    display: block;
}

.tabber-group > .tabber-tab > ul.tabber.custom6 li.active {
    opacity: 1;
}

.tabber-group > .tabber-tab > ul.tabber li.active span.icon-arrow-up {
    display: block;
}

.tabber-content .image {
    padding-bottom: 15px;
    width: 58.3333333333%;
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
}

.tabber-content.right .image {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: right;
}

.tabber-content .inner:after {
    clear:  both;
    content:  "";
    display: block;
}

.tabber-content .content {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
    width: 41.6666666667%;
}

.tabber-content .content h5 {
    font-size: 30px;
}


.custom-talk-to-us {
    padding: 30px 20px;
    text-align: center;
}

.custom-talk-to-us.black {
    background: #000;
}

.custom-talk-to-us.black p {
    color:  #fff;
}

.custom-talk-to-us h1 {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 22.666667%;
    float: left;
    font-size: 26px;
    line-height: 50px;
    margin: 0;
}

.custom-talk-to-us p {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 57.333333%;
    float: left;
    margin: 4px 0 0;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
}

.custom-talk-to-us span.button-wrapper {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 20%;
    float: left;
}

.custom-talk-to-us .inner:after {
    clear: both;
    display: block;
    content:  "";
}

a.black.button {
    border-color: #fff !important;
    background-color: #fff;
    vertical-align: middle;
    color: #000 !important;
    margin: 0;
}
a.black.button:hover {
    background-color: transparent;
    color: #fff !important
}
.custom-fotoweb .one-col-image-content {
    padding: 70px 20px 70px;
}

.custom-fotoweb .one-col-image-content .image {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
    width: 58.3333333333%;
}

.custom-fotoweb .one-col-image-content .content {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float:  right;
    width: 41.6666666667%;
    text-align: left;
}

.smoke-white {
    background-color: #efefef;
}

.custom-top-image .content span[class*="icon-"],
.custom-fotoweb .one-col-image-content .content span[class*="icon-"]{
    font-size: 36px;
    color: #c0c0c0;
    margin: 0 15px;
}

.custom-fotoweb .one-col-image-content .image:before {
    display: none;
}

.custom-fotoweb .one-col-image-content .content span[class*="icon-"]:first-child {
    margin-left: 0;
}

.custom-fotoweb .one-col-image-content .content a.button {
    font-size: 21px;
}
.tabber-group > .tabber-tab > ul.tabber li:first-child {margin-left: 0;}

.hs-dam .banner-area h1 {
    font: 48px "ProximaNova-Semibold";
    max-width: 740px;
    margin: 30px auto;
}

.hs-dam .banner-area hr {
    max-width: 85px;
    margin: 0 auto;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
}

.banner-area ul {
    margin: 30px 0 0 0;
}

.banner-area ul li {
    display: inline-block;
    list-style: none;
    font: 28px "ProximaNova-Regular";
    border-right: 1px solid #fff;
    padding: 0 12px;
    line-height: 20px;
    color:  #fff;
}

.hs-dam .banner-area {
    padding: 50px 20px 40px;
}

.banner-area ul li:last-child {
    border-right: 0;
}

.hs-dam-row1 {
    padding: 70px 20px 70px;
}

.hs-dam-row1-heading h6 {
    font: 24px "ProximaNova-Regular";
    text-align: center;
    margin-bottom: 45px;
    margin-top: 0;
}

ul.features li:first-child {
    margin-left: 0;
}

.hs-dam-row2 {
    padding: 60px 20px 60px;
    background-color: #f6fcff;
    text-align: center;
}

.hs-dam-row2 h1 {
    font: 60px/58px 'ProximaNova-Semibold';
    margin-top: 0;
    margin-bottom: 33px;
}


.hs-dam-row3 {
    padding: 70px 20px 70px;
}

.hs-dam-row2-top-content h6 {
    font: 30px "ProximaNova-Regular" !important;
    color: #888;
    margin-bottom: 13px;
    margin-top: 0;
}

.hs-dam-row2-top-content h1 {
    font: 56px 'ProximaNova-Semibold';
    color: #0887c9;
    margin-top: -17px;
}

.hs-dam .three-col-equal {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

.hs-dam .three-col-equal p {
    font: 16px "ProximaNova-Regular";
}

.hs-dam .three-col-equal h6 {
    font: 20px "ProximaNova-Bold" !important;
    margin-bottom: 18px;
}

.partner .partners-heading {
    border: 2px solid #bbbdbf;
    line-height: 0;
    height: 0;
    margin: 140px 0 80px;
    text-align: center;
}

.partner .partners-heading span {
    font: 50px 'ProximaNova-Semibold';
    padding: 0 45px;
    line-height: 0px;
    background: #fff;
    text-transform: uppercase;
}

.hs-dam .three-col-equal .inner .col {
    margin-bottom: 0;
}

.hs-dam .custom-footer-top {
    display: none;
}

ul.partners-list {
    margin: 0;
    list-style: none;
    text-align: center;
}




/*-------------------Home-----------------------*/

.home-row1 {
    position: relative;
    overflow: hidden;
    padding: 230px 0 170px;
    max-height: 500px;
    background-size: cover;
    background-position: center center;
    margin-top:-1px;
}

.home .custom-header {
    min-height: 0 !important;
    height: auto;
}

.home .custom-header>div {
    background: transparent;
}

.home .body-container-wrapper {
    margin-top: -1px;
}

.home .custom-header .custom-logo>div>span {
}

.home .custom-header .custom-logo a {
    color: #fff;
}

.home .custom-header .custom-header-right-content .custom-top-menu ul li a {
    color: #fff;
}

body.home:not(.fixed) .custom-header .custom-header-right-content .custom-top-menu ul li a:hover{
    border-color:  #fff !important;
}

/*li.hs-menu-item.hs-menu-depth-2>a.contact-us.popup {
color: #545454 !important;
} COMMENTED OUT BY HUBSPOT SUPPORT ticket #2029740*/

.home .custom-header .custom-try-now-menu .hs-menu-wrapper>ul>li>a {
    color:  #fff !important;
}

.home .custom-header .custom-try-now-menu .hs-menu-wrapper>ul>li {
    background: transparent !important;
    border-color:  #fff !important;
}

.home .custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    color:  #fff;
}

.home .mobile-trigger {
    color:  #fff;
}

.home-row1 h1 {
    font: 48px/53px ProximaNova-SemiBold;
    text-transform: none;
    margin-bottom: 22px;
    color: #fff;
    margin-top: -17px;
    letter-spacing: 0.75px;
}

.home-row1 p {
    color: #fff;
    font: 18px/27px ProximaNova-Regular;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

body.fixed.home .custom-header>div {
    background-color: #f4f5f7;
}

body.fixed.home .custom-header .custom-logo a {
    color: #545454;
}

.home-row2 {
    padding: 80px 20px;
}

.home-row2-top-content h3 {
    margin-top: -17px;
    margin-bottom: 50px;
}

.home-row2 .three-col-equal {
    /*padding: 0 15px;*/
    padding: 0;
}
.home-row2 .three-col-equal .page-center {
    padding: 0;
}

.home-row2 .three-col-equal p br {
    line-height: 45px;
}

.home-row2-bottom-content h6 {
    font: 30px/40px ProximaNova-Regular;
    color: #545454;
    text-align: center;
}

.home-row2-bottom-content h6 small {
    font: 22px/32px ProximaNova-Regular;
    font-style: italic;
    width: 100%;
    display: block;
    color: #767676;
}

.home .three-col-equal .inner .col {
    margin-bottom: 20px;
}
.home .three-col-equal .inner .col p b,
.home .three-col-equal .inner .col p strong{
    display:block;
    margin-top:20px;
}
body.fixed.home .custom-header .custom-header-right-content .custom-top-menu ul li a {
    color: #545454;
}

body.fixed.home .custom-header .custom-try-now-menu .hs-menu-wrapper>ul>li>a {
    color: #3e74bc !important;
}

body.fixed.home .custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    color: #3e74bc;
}

body.fixed.home .custom-header .custom-try-now-menu .hs-menu-wrapper>ul>li {
    border-color: #3e74bc !important;
}

body.fixed.home .mobile-trigger {
    color: #3e74bc;
}
.four-col-eq-image {
    background: -moz-linear-gradient(top, #eee 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, #eee 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, #eee 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00ffffff',GradientType=0 );
    padding: 45px 20px 30px;
    text-align: center;
}

.four-col-eq-image {
}

.home .four-col-eq-image {
}

.four-col-eq-image ul {
    margin: 0;
    list-style: none;
    padding-left: .9375rem;
    padding-right: .9375rem;
    margin-bottom: 20px;
}

.four-col-eq-image ul li {
    min-height: 10px;
    width: 25%;
    float: left;
    text-align: center;
    vertical-align: bottom;
}

.four-col-eq-image ul li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 85%;
    min-width: 60px;
    max-height: 70px;
}

.four-col-eq-image ul:after {
    content:  "";
    display: block;
    clear:  both;
}

.four-col-eq-image .page-center {
    padding: 0 30px;
}

.home-row4 {
    padding: 80px 20px;
    padding-bottom: 0;
    background: #f4f5f7;
    text-align: center;
}

.home-row4 h1 {
    font: 56px/60px ProximaNova-Regular;
    letter-spacing: 1px;
    margin: 0;
    color: #312f38;
}

.home-row4 p {
    font: 22px/20px ProximaNova-Regular;
}

.three-col-equal .inner .col h6 img + a {
    color: #3e74bc;
    text-decoration: none;
    border: none;
}

.three-col-equal .inner .col h6 img + a:hover {
    color: #315c96;
}

.home-row-5 .page-center .three-col-equal {
    padding: 0;
}

.home-row-5 .page-center {
    padding: 0 30px;
}

.home-row-5 {
    padding: 79px 20px 80px;
}

.home-row-5 .page-center .three-col-equal .page-center {
    padding: 0;
}

.home-row-5 .three-col-equal .inner {
    margin: 0 -15px;
}

.home .home-row-5-content .three-col-equal .inner .col {
    width: 33.3333333333%;
}

.three-col-equal-wrapper + div.hs_cos_wrapper_type_rich_text {
    float: right;
    width: 33.3333333%;
    margin-top: -177px;
    padding: 0 15px 20px;
    position: relative;
    right: -9px;
}

.home-row-5-content {
    position: relative;
}

.three-col-equal-wrapper + div.hs_cos_wrapper_type_rich_text a.button {
    width: 100%;
    max-width: 240px;
}

.two-col-equal-quotes {
    background-size: cover;
    background-position: center bottom;
    padding: 80px 20px;
}

.two-col-equal-quotes .col {
    position: relative;
    float: left;
    padding: 0 40px;
    margin-bottom: 0;
    text-align: center;
    width: 50%;
}

.two-col-equal-quotes .inner:after {
    clear:  both;
    content:  "";
    display: block;
}

.two-col-equal-quotes .page-center {
    padding: 0 30px;
}

.two-col-equal-quotes blockquote {
    border: none;
    font: 24px/32px ProximaNova-Regular;
    margin: 25px 0 24px 0;
    padding: 0;
}

.two-col-equal-quotes.background-image blockquote {
    color: #fff;
}

.two-col-equal-quotes p.quote-author {
    color: #fff;
    font: 16px/19px ProximaNova-Regular;
}

.home-row7 {
    padding: 33px 20px 40px;
    text-align: center;
}

.home-row7 h3 {
    font: 37px/44px ProximaNova-Regular;
    margin-bottom: 6px;
    color: #312f38;
}

.home .home-row7 p {
    font: 23px/28px ProximaNova-Regular;
}
.home-row4 .page-center {
    padding: 0 30px;
}

.home-row4-content {
    padding-left: .9375rem;
    padding-right: .9375rem;
}


/*-------------------Home-----------------------*/





/*-------------------Product Tour-----------------------*/


.products-tour .banner-area.no-background-image {
    background-color: #f4f5f7 !important;
    padding: 90px 0 70px;
}

.products-tour .banner-area.no-background-image h1 {
    color: #545454;
    font: 48px/53px ProximaNova-SemiBold;
    text-transform: none;
    margin-bottom: 22px;
    letter-spacing: .75px;
    margin-top: -17px;
}

.products-tour .banner-area.no-background-image p {
    color: #545454;
    margin-bottom: 0;
}


.three-col-eq-video {
   background-color: #f4f5f7;
   padding: 80px 20px;
}

.three-col-eq-video .col {
   width: 33.3333333333%;
   display: inline-block;
   float: none;
   padding: 0 20px 20px;
   float: left;
}

.three-col-eq-video .inner {
   display: block;
   padding: 0;
   margin: 0 -.625rem;
   font-size: 0;
   text-align: center;
}

.three-col-eq-video .inner:after {
   clear: both;
   content: "";
   display: block;
}

.three-col-eq-video .col .flex-video.vimeo {
   padding-bottom: 57.8%;
   position: relative;
   height: 0;
   margin-bottom: 1rem;
}

.three-col-eq-video .col .flex-video.vimeo iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.three-col-eq-video .col h3 {
   font-family: "ProximaNova-Semibold","Pathway Gothic One","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
   font-weight: normal;
   font-style: normal;
   color: #2c2c2c;
   text-rendering: optimizeLegibility;
   margin-top: .2rem;
   margin-bottom: .5rem;
   font-size: 22px;
   text-align: center;
   line-height: 1.4;
   letter-spacing: 0;
}

.three-col-eq-video .page-center {
   padding: 0 30px;
}

.four-col-top-image-button {
    padding: 80px 20px;
}

.four-col-top-image-button ul {
    list-style: none;
    margin: 0;
    text-align: center;
    display: block !important;
    width: 100% !important;
}

.four-col-top-image-button ul li {
    width: 25%;
    display: inline-block;
    padding: 0 15px;
    max-width: 33%;
    margin-right: -4px;
}

.four-col-top-image-button ul li:nth-child(2):last-child {margin-left: 60px;}

.four-col-top-image-button ul li h2 {
    font: 20px "ProximaNova-Bold" !important;
    margin-bottom: 18px;
    color: #000;
}

.four-col-top-image-button ul li .image-wrapper {
    margin-bottom: 30px;
}

.four-col-top-image-button .page-center {
    padding: 0 30px;
}

.four-col-top-image-button ul li a.button {
    font-size: 21px;
}

.four-col-top-image-button ul li  p {
    font: 16px "ProximaNova-Regular";
}

.four-col-top-image-button ul li .image-wrapper img {
    max-height: 115px;
}

.four-col-top-image-button ul li:last-child {
    margin-right: 0;
}

.four-col-top-image-button  h1 {
    text-align: center;
    font: 40px/54px ProximaNova-Semibold;
    margin-bottom: 50px;
    letter-spacing: 0.75px;
}


.two-col-tabber {
    background: #f4f5f7;
    padding: 50px 20px;
}

.two-col-tabber .left h2 {
    font: 18px/24px 'ProximaNova-Semibold';
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px 22px;
    font-size: 22px;
}

.two-col-tabber .left h2 img {
    margin-right: 15px;
    width: 100%;
    position: absolute;
    vertical-align: middle;
    max-width: 24px;
    max-height: 24px;
}

.two-col-tabber .left h2 img + * {
    padding-left: 37px;
    display: inline-block;
}

.two-col-tabber .page-center {
    padding: 0 30px;
    min-height: 488px;
}

.two-col-tabber .page-center .left {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 50%;
    float: left;
    position: static;
}
.two-col-tabber .page-center .inner:after{
    clear:both;
    display:block;
    content:"";
}
.two-col-tabber .page-center .right {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 50%;
    float: right;
    position: static;
}

.two-col-tabber .left  ul.tour-features {
    margin: 0;
    list-style: none;
}

.two-col-tabber .left ul.tour-features li {
    list-style: none;
    padding: 0px 15px;
    margin-bottom: 26px;
    position: relative;
}

.two-col-tabber .left ul.tour-features li p {display: none;}

.two-col-tabber .left ul.tour-features li a {
    font: 16px/19px ProximaNova-Regular;
    text-decoration: underline;
    color: #545454;
    border: 0;
    display: inline-block;
    cursor:  pointer;
}

.two-col-tabber.image-left-align .page-center .right ul li img {
    left: auto !important;
    right: 50%;
}

.two-col-tabber.image-left-align .page-center .right {
    float: left !important;
}

.two-col-tabber.image-left-align .page-center .left {
    float: right !important;
}



.two-col-tabber.image-left-align .page-center .right ul li img {
    left: auto !important;
    right: 50%;
}

.two-col-tabber.image-left-align .page-center .right {
    float: left !important;
}

.two-col-tabber.image-left-align .page-center .left {
    float: right !important;
}

.two-col-tabber .left ul.tour-features li:only-child {
    background-color: rgba(255,255,255,0.5);
    padding: 16px 15px 11px;
    margin: -10px 0 22px 0;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1);
}

.two-col-tabber .page-center .right ul li:only-child {
    -webkit-animation: fadeIn .3s ease-in-out;
    -moz-animation: fadeIn .3s ease-in-out;
    -o-animation: fadeIn .3s ease-in-out;
    animation: fadeIn .3s ease-in-out;
    opacity: 1;
    display: block;
}

.two-col-tabber .left ul.tour-features li:only-child a {
    font: 17px/20px ProximaNova-Bold;
    color: #3e74bc;
    text-decoration: none;
    margin-bottom: 4px;
}
.two-col-tabber .left ul.tour-features li:only-child p {
    display: block;
    font: 16px/19px ProximaNova-Regular;
    margin-bottom: 20px;
}

@keyframes fadeIn {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}

.two-col-tabber .page-center .right ul {
    margin: 0;
}

.two-col-tabber .page-center .right ul li {
    opacity: 0;
    display: none;
    list-style: none;
    position: static;
}

.two-col-tabber .page-center .right ul li.active {
    -webkit-animation: fadeIn .3s ease-in-out;
    -moz-animation: fadeIn .3s ease-in-out;
    -o-animation: fadeIn .3s ease-in-out;
    animation: fadeIn .3s ease-in-out;
    opacity: 1;
    display: block;
}

.two-col-tabber .page-center .right ul li.active img {
    position: absolute;
    left: 50%;
    max-width: 1000%;
    max-height: 100%;
}


.two-col-tabber .left ul.tour-features li.active {
    background-color: rgba(255,255,255,0.5);
    padding: 16px 15px 11px;
    margin: -10px 0 22px 0;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1);
}

.two-col-tabber .left ul.tour-features li.active:before {
    font-family: icomoon;
    content: '\e607';
    display: inline-block;
    font-size: 9px;
    position: absolute;
    right: 17px;
    bottom: 18px;
    color: #3e74bc;
}

.two-col-tabber .left ul.tour-features li.active a {
    font: 17px/20px ProximaNova-Bold;
    color: #3e74bc;
    text-decoration: none;
    margin-bottom: 4px;
}

.two-col-tabber .left ul.tour-features li.active p {
    display: block;
    font: 16px/19px ProximaNova-Regular;
    margin-bottom: 20px;
}

/*------------------Product Tour-----------------------*/



.hs-lyb-row1 {
    padding: 90px 0 70px;
    background-position: center center;
    background-size: cover;
}

.hs-lyb-row1 * {
    color:  #fff;
}

.hs-lyb-row1 .hs-lyb-row1-content h1 {
    letter-spacing: 0.75px;
    margin-top: -17px;
    margin-bottom: 22px;
}

.hs-lyb-row1 .hs-lyb-row1-content p {
    font: 18px/27px ProximaNova-Regular;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.hs-lyb ul.features.custom3 li {
    width: 33.33%;
    max-width: 100%;
}

.hs-lyb ul.features li h2 {
    color: #fff;
    line-height: 52px !important;
    font-size: 24px !important;
    margin-bottom: .5rem;
    font-family: "ProximaNova-Semibold","Pathway Gothic One","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
}

.hs-lyb ul.features li img {
    max-height: 100%;
}

.hs-lyb ul.features li p {
    color: #fff;
    font: 18px/27px ProximaNova-Regular;
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
}

.hs-lyb-row1 .hs-lyb-row1-content {
    margin-bottom: 50px;
}

.hs-lyb ul.features {}

.hs-lyb-row1 .page-center {
    padding: 0 30px;
}

.hs-lyb ul.features li {
    border: none;
    padding: 0 20px 20px;
    vertical-align: top;
}

.hs-lyb-row1 ul.features li .image-wrapper {
    margin-bottom: 0;
}

.feature-wrapper {
    padding: 50px 20px;
}

.feature-wrapper.image-right-align .right {
    float: right;
}

.feature-wrapper .left {
    float: left;
    width: 50%;
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.feature-wrapper .right {
    float: left;
    width: 50%;
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.feature-wrapper .inner:after {
    clear:  both;
    display: block;
    content:  "";
}

.feature-wrapper .left ul {
    list-style: none;
    margin:  0;
}

.feature-wrapper .left ul li {
    background-color: rgba(255,255,255,0.5);
    padding: 16px 15px 11px;
    margin: 47px 0 22px 0;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1);
    position: relative;
}

.feature-wrapper .left ul li:after {
    font-family: icomoon;
    content: '\e607';
    display: inline-block;
    font-size: 9px;
    position: absolute;
    right: 17px;
    bottom: 18px;
    color: #3e74bc;
}

.feature-wrapper .right img {
    position: absolute;
    max-width: 1000%;
    max-height: 100%;
}

.feature-wrapper .right ul {
    margin: 0;
    list-style: none;
}

.feature-wrapper .page-center {
    padding: 0 30px;
    min-height: 488px;
}

.feature-wrapper .left ul li p {
    display: block;
    font: 16px/19px ProximaNova-Regular;
    margin-bottom: 20px;
}

.feature-wrapper .left ul li a {
    font: 17px/20px ProximaNova-Bold;
    color: #3e74bc;
    text-decoration: none;
    margin-bottom: 4px;
    border: 0;
    display: inline-block;
}

.feature-wrapper.image-left-align .left {
    float: right;
}

.feature-wrapper.image-right-align .right img {
    left: 50%;
}

.feature-wrapper.image-left-align .right img {
    right: 50%;
}

.feature-wrapper.image-left-align .left ul li:after {
    content: '\e617';
    right: auto;
    left: 17px;
    bottom: 12px;
}

.hs-lyb-row3 {
    padding: 80px 20px 20px;
}

.hs-lyb-row3-content h1 {
    font: 40px/54px ProximaNova-Semibold;
    letter-spacing: 0.75px;
    margin-top: -17px;
    margin-bottom: 6px;
}

.hs-lyb-row3-content p {
    font: 23px/28px ProximaNova-Regular;
    text-align: center;
}

.hs-lyb-row3 .page-center {
    padding: 0 30px;
}

.hs-lyb .three-col-image-top-heading {
    padding-top: 80px;
    padding-bottom: 80px;
}

.hs-lyb-row5 {
    padding: 80px 20px;
}

.hs-lyb-row5 h3 {
    margin-top: -17px;
    font: 40px/54px ProximaNova-Semibold;
    margin-bottom: 48px;
}

.hs-lyb-row6 {
    padding: 70px 20px 70px;
}


.hs-ms .custom-header {
    height: auto;
}

body.fixed.hs-ms .custom-header {
    height: auto;
}

.hs-ms .custom-header>div {
    background-color: transparent;
}

body.fixed.hs-ms .custom-header>div {
    background-color: #f4f5f7;
}

.hs-ms .body-container-wrapper {
    margin-top: -1px;
}

.hs-ms .custom-header .custom-logo a {color: #fff;}

.hs-ms .custom-header .custom-header-right-content .custom-top-menu ul li a {
    color:  #fff;
}

.hs-ms .custom-header .custom-header-right-content .custom-top-menu ul li a:hover {
    border-color: #fff !important;
}

.hs-ms .custom-header .custom-try-now-menu .hs-menu-wrapper>ul>li {
    border-color:  #fff !important;
    background: transparent;
}

.hs-ms .custom-header .custom-try-now-menu .hs-menu-wrapper>ul>li>a {
    color: #fff !important;
}

.hs-ms .custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    color: #fff;
}

.hs-ms .mobile-trigger {
    color: #fff;
}

.hs-ms-row1 {
    position: relative;
    overflow: hidden;
    padding: 230px 0 170px;
    background-position: center center;
    max-height: none;
    padding-bottom: 80px;
    background-size: cover;
}

.hs-ms-row1 h1 {
    color: #fff;
    margin-top: -17px;
    letter-spacing: 0.75px;
    margin-bottom: 22px;
}

.hs-ms-row1 p {
    font: 18px/27px ProximaNova-Regular;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
}

body.fixed.hs-ms .custom-header .custom-logo a {
    color: #545454;
}

body.fixed.hs-ms .custom-header .custom-header-right-content .custom-top-menu ul li a:hover {
    border-color: #3e74bc !important;
}

body.fixed.hs-ms .custom-header .custom-header-right-content .custom-top-menu ul li a {
    color: #545454;
}

body.fixed.hs-ms .custom-header .custom-try-now-menu .hs-menu-wrapper>ul>li {
    border-color: #3e74bc !important;
    background-color: #f4f5f7 !important;
}

body.fixed.hs-ms .custom-header .custom-try-now-menu .hs-menu-wrapper>ul>li>a {
    color: #3e74bc !important;
}

body.fixed.hs-ms .custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    color: #3e74bc;
}

body.fixed.hs-ms .mobile-trigger {
    color: #3e74bc;
}

.hs-ms-row1-content {
    margin-bottom: 24px;
}

.hs-ms ul.features li {
    width: 33.3%;
    max-width: 100%;
    padding: 0 20px 20px;
}

.hs-ms ul.features li h2 {
    font-family: "ProximaNova-Semibold","Pathway Gothic One","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-rendering: optimizeLegibility;
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 52px !important;
    font-size: 24px !important;
    color: #fff;
}

.hs-ms ul.features li .image-wrapper {
    margin-bottom: 0;
}

.hs-ms-row1 .page-center {
    padding: 0 30px;
}

.hs-ms ul.features li p {
    text-align: left;
    color: #fff;
    font: 18px/27px ProximaNova-Regular;
    max-width: 600px;
    margin: 0 auto;
}

.hs-ms-row2 {
    padding: 80px 20px;
}

.hs-ms-row2-heading h1 {
    margin-top: -17px;
    font: 36px/53px ProximaNova-Regular;
    letter-spacing: .75px;
    text-transform: none;
    color: #312f38;
    margin-bottom: 50px;
}

.custom-teams-tabber {}

.custom-teams-tabber .inner>ul {
    margin: 0;
    list-style:  none;
    position: relative;
    min-height: 400px;
}

.custom-teams-tabber .page-center {
    padding: 0 30px;
}

.custom-teams-tabber ul li a.tab {
    width: 370px;
    font-size: 18px;
    line-height: 22px;
    padding: 20px 43px 20px 69px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    border: none;
}

.custom-teams-tabber ul li a.tab img {
    position: absolute;
    left: 19px;
    top: calc( 50% - 13.5px);
}

.custom-teams-tabber ul li a.tab + .content {
    position: absolute;
    background: #F4F5F7;
    right: 0;
    top: 0;
    width: calc( 100% - 370px);
    /* display: none; */
    padding: 60px 70px 30px;
    /*max-height: 100%;*/
    text-align: center;
}

.custom-teams-tabber ul li a.tab + .content p {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 60px;
}

.custom-teams-tabber ul li a.tab + .content ul {
    margin: 0;
    list-style: none;
}

.custom-teams-tabber ul li a.tab + .content ul:last-child li {
    display: inline-block;
    width: 33.3%;
    padding: 0 10px;
}

.custom-teams-tabber ul li a.tab + .content ul:last-child {
    list-style: none;
    font-size: 0;
    margin: 20px 0;
}

.hs-ms-row3 h1 {
    margin-top: -17px;
    color:  #fff;
}

.hs-ms-row3 .four-col-top-image-button ul li {
    margin-left: -1px;
    vertical-align: top;
    padding: 0 15px 20px;
    /* float:  left; */
}

.hs-ms-row3 .four-col-top-image-button ul li img {
    max-height: 140px;
    margin-right: 15px;
}

.four-col-top-image-button ul {
    margin: 0 -15px;
    width:  auto !important;
    padding-top: 3px;
}

.hs-ms-row3 .four-col-top-image-button ul li:first-child {
    margin-left: 0;
}

.hs-ms-row3 .four-col-top-image-button ul li h2 {
    font: 18px/24px 'ProximaNova-Semibold' !important;
    text-align: center !important;
    font-size: 24px !important;
    line-height: 29px !important;
    margin-bottom: 18px !important;
    color:  #fff;
}

.hs-ms-row3 .four-col-top-image-button ul li p {font-family: 'ProximaNova-Regular';font-size: 17px;color: #fff;line-height: 1.6;text-align:  left !important;}

.hs-ms-row3 .four-col-top-image-button ul li p a.button {
    color: #fff !important;
    border-color: #fff !important;
    font: 19px/23px ProximaNova-Semibold;
}

.hs-ms-row3 .four-col-top-image-button ul li p a.button:hover {
    background-color: #f4f7fb;
    color: #3e74bc !important;
}

.hs-ms-row3 {
    background-size: cover;
    background-position: center center;
}

.about-row1-group {
    padding: 63px 20px 0;
}
.about-row1-content {
    width: 83.3333333333% !important;
    margin: 0 auto !important;
    float: none !important;
    padding-left: .9375rem;
    padding-right: .9375rem;
    text-align: center;
}
.about-row1-content h1 {
    margin-bottom: 20px;
    color: #545454;
    font: 48px/53px 'ProximaNova-Regular';
    letter-spacing: .75px;
    text-transform: none;
}
.about-row1-content p {
    color: #545454;
    font: 23px/28px 'ProximaNova-Regular';
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
.about-row2-col {
    padding: 70px 0px 70px;
}
.about-row2-col .hs_cos_wrapper_type_header h1 {
    text-align: center;
    font: 24px/29px 'ProximaNova-Semibold';
    color: #545454;
    text-rendering: optimizeLegibility;
    margin-top: .2rem;
    margin-bottom: .5rem;
}
.team-box-wrapper {
    position: relative;
    text-align: center;
}
.team-box-wrapper .team-box {
    position: relative;
    display: inline-block;
    border-radius: 200px;
    overflow: hidden;
    width: 90px;
    height: 90px;
    margin: 19px 19px 16px;
    cursor: pointer;
    transition: all .3s ease-in-out, z-index 1ms linear .3s;
    transform: scale(1);
    z-index: 1;
}
.team-box-wrapper .team-box:hover{
    z-index: 10;
    transform: scale(2.4);
    transition: all .3s ease-in-out, z-index 1ms linear;
}
.team-box-wrapper .team-box img {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: scale(1.5);
    z-index: 20;
    transition: all 1s ease-in-out 0.5s,transform 0.3s ease-in-out;
    opacity:0;
}
.team-box-wrapper.active .team-box img{
    opacity:1;
}
.team-box-wrapper.active .team-box img.default {
    transition: all 1s ease-in-out 0.5s,transform 0.3s ease-in-out !important;
}
.team-box-wrapper .team-box .image-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: whitesmoke;
}
.team-box-wrapper .team-box .member-info {
    position: absolute;
    z-index: 25;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: center;
    padding: 10px 12% 20%;
    background-color: rgba(62,116,188,0.43);
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
    white-space: normal;
    opacity: 0;
    font: 6px/8px 'ProximaNova-Regular';
}
.team-box-wrapper .team-box:hover .member-info{
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 1;
}
.team-box-wrapper .team-box .member-info span {
    display: inline-block;
    width: 100%;
    color: white;
}
.team-box-wrapper .team-box .member-info span:first-child{
    font-family: 'ProximaNova-Semibold';
}
.team-box-wrapper .team-box .team .letter-wrapper {
    color: #fff;
    text-align: center;
    font: 50px ProximaNova-SemiBold;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    padding-top: 4px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #3e74bc;
    transition: all 1s ease-in-out 3.2s,transform 0.3s ease-in-out;
    opacity:0;
}
.team-box-wrapper.active .team-box .team .letter-wrapper {
    opacity:1;
}
.about-row3-group {
    text-align: center;
    padding: 70px 20px 70px;
}
.about-row3-group .about-row3-content p {
    color: #545454;
    font: 23px/28px 'ProximaNova-Regular';
}
.about-row3-group .about-row3-content p a {
    color: #008cba;
    text-decoration: none;
    border-bottom: 1px solid #008cba;
}
.about-row3-group .about-row3-content p a:hover{
    color: #006687;
    border-color: #006687;
}
.about-row3-content {
    margin-top: 28px;
}
.about-row4-group {
    padding: 70px 20px 70px;
}
.about-row4-group .about-row4-top-content,
.about-row4-group .about-row4-bottom-content{
    width: 83.3333333333%;
    display: block;
    position: relative;
    float: none !important;
    margin: auto !important;
    text-align: center;
}
.about-row4-group .about-row4-top-content h2 {
    text-align: center;
    color: #545454;
    font: 36px/53px 'ProximaNova-Regular';
}
.about-row4-group .hs_cos_wrapper_type_rich_text p {
    color: #545454;
    font: 23px/28px 'ProximaNova-Regular';
}
.about-row4-col .hs_cos_wrapper_type_linked_image {
    padding: 40px 0;
}
.about-row4-col .hs_cos_wrapper_type_linked_image img.hs-image-widget {
    width: 100% !important;
}
.about-row5-group {
    padding: 70px 20px 70px;
    text-align: center;
}
.about-row5-content h2 {
    font: 36px/53px 'ProximaNova-Regular';
    text-align: center;
    color: #545454;
}
.about-row5-content p {
    color: #545454;
    font: 23px/28px 'ProximaNova-Regular';
}
.about-row5-content {
    width: 83.3333333333% !important;
    margin: 0 auto !important;
    float: none !important;
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
}
.about-row6-group {
    padding: 70px 20px 70px;
    background: #f4f5f7;
    text-align: center;
}
.about-row6-col {
    padding-top: 60px;
    padding-left:15px;
    padding-right:15px;
}
.customer-element-box-wrapper{
    text-align:center;
}
.customer-element-box {
    width: 33%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}
.customer-element .customer-icon-content {
    margin-bottom: 40px;
}
.customer-element .customer-icon-content img {
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.customer-element .customer-icon-content img[alt*="Police & Intelligence"] {
    height: 30px;
}
.customer-element .customer-icon-content span {
    display: block;
    text-align: center;
    color: #545454;
    font: 18px/22px 'ProximaNova-Semibold';
}
.customer-element .row.logos-holder {
    width: auto;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    padding: 0 40px;
}
.customer-element .row.logos-holder>ul {
    display: block;
    padding: 0;
    margin: 0 -.625rem;
}
.customer-element .row.logos-holder>ul:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.customer-element .row.logos-holder>ul li {
    display: block;
    height: auto;
    float: left;
    padding: 0 .625rem 1.25rem;
    width: 33.3333333333%;
    list-style: none;
    text-align: center;
}
.about-row6-group .hs_cos_wrapper_type_rich_text a.button.alt.demo {
    background-color: #3e74bc;
    color: #fff !important;
    margin-top: 40px;
    padding: 10px 40px;
}
.about-row6-group .hs_cos_wrapper_type_rich_text a.button.alt.demo:hover{
    background-color: #315c96;
    border-color: #315c96;
}

/* Styles that do not fit into any of the available sections above can go here. */

/* Placeholder Text */
.blog-sidebar-email-form input[type="email"]::-webkit-input-placeholder {
    color: #D2D2D2;
    opacity: 1;
} /* Webkit Browsers */
.blog-sidebar-email-form input[type="email"]:-moz-placeholder {
    color: #D2D2D2;
    opacity: 1;
} /* Firefox 18- */
.blog-sidebar-email-form input[type="email"]::-moz-placeholder {
    color: #D2D2D2;
    opacity: 1;
} /* Firefox 19+ */
.blog-sidebar-email-form input[type="email"]:-ms-input-placeholder {
    color: #D2D2D2;
    opacity: 1;
} /* IE10 */

.blog-sidebar input[type="email"]::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.70;
} /* Webkit Browsers */
.blog-sidebar input[type="email"]:-moz-placeholder {
    color: #000000;
    opacity: 0.70;
} /* Firefox 18- */
.blog-sidebar input[type="email"]::-moz-placeholder {
    color: #000000;
    opacity: 0.70;
} /* Firefox 19+ */
.blog-sidebar input[type="email"]:-ms-input-placeholder {
    color: #000000;
    opacity: 0.70;
} /* IE10 */

.one-col-image-content .page-center {
    padding: 0 !important;
}

.author-box__bio {
   margin-top: 20px;
}
.hs-blog-post .authore-bio-custom h3 {
   line-height: 24px;
   margin: 6px 0 13px;
   font-size: 1.5rem;
   letter-spacing: normal;
}


ul.social-list li .fa {
   margin-right: 16px;
}


a.popup {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

body.footer-form-open .footer-form.show-on-chilck {
    display: block !important;
    opacity: 1;
    pointer-events: auto;
}

.footer-form.show-on-chilck {
    position: fixed;
    top: 0;
    z-index: 999999;
    height: 100vh;
    padding: 30px 20px 70px;
    background: #f4f5f7;
    transition: all 0.3s ease-in-out 0.1s;
    opacity: 0;
    pointer-events:  none;
    color: #fff;
    overflow: scroll;
    width:100%;
}

.footer-form.show-on-chilck > div {
    max-width: 75rem;
    padding: 0 30px;
    margin: 0 auto;
}

.footer-form.show-on-chilck > div h3.form-title {
    font: 36px/53px ProximaNova-Regular;
    letter-spacing: .75px;
    text-transform: none;
    color: #312f38;
    text-align: center;
    margin-bottom: 15px;
    margin-top: -17px;
    position: relative;
    width: 66.6666666667%;
    margin-left: auto;
    margin-right: auto;
}
.footer-form.show-on-chilck > div h3.form-title a.fa.fa-close {
    position: absolute;
    right: 0;
    font-size: 30px;
    text-decoration: none;
    border: 0;
    top: 13px;
    color: #545454;
    cursor: pointer;
}

.footer-form.show-on-chilck form {}

.footer-form.show-on-chilck form>div {
    width: 41.6666666667%;
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    margin: 0 auto;
}

.footer-form.show-on-chilck form>div.hs_submit {}

.footer-form.show-on-chilck form>div.hs_submit input {
    width: 100%;
    margin-top: -3px;
}

.footer-form.show-on-chilck .hs-form-field .input *[placeholder*="Comment"] {
    background-image: url('//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/image/comment.svg');
    background-size: 18px;
    background-repeat:  no-repeat;
    background-position: 15px 17px;
}

.footer-form.show-on-chilck .hs-form-field .input *[placeholder*="Phone"] {
    background-image: url(//cdn2.hubspot.net/hubfs/3973355/FotoWare_January2018/image/mobile-phone.svg);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: 18px 17px;
}
.custom-teams-tabber ul li a.tab {
   display: block;
   cursor: pointer;
}
.custom-teams-tabber ul li a.tab:hover {
    color: #006687;
}
.custom-teams-tabber ul li .content {
   display: none;
}


.custom-teams-tabber ul li .content.active {
   display: block;
}
.custom-teams-tabber-box-wrapper .custom-teams-tabber-box:not(:first-child) {
   display: none;
}


.about-row4-col .hs_cos_wrapper_type_linked_image{
    margin-left: -21px;
    margin-right: -21px;
}

.custom-talk-to-us.black h1 {
    color: #e3e3e3 !important;
}

.tabber-group .page-center {
    padding: 0;
}
.custom-teams-tabber ul li a.tab.active {
    background: #F4F5F7;
}

.custom-teams-tabber ul li a.tab.active:after {
    font-family: icomoon;
    content: '\e607';
    display: inline-block;
    font-size: 9px;
    position: absolute;
    right: 17px;
    bottom: 18px;
    color: #3e74bc;
}
.hs_error_rollup ul.hs-error-msgs.inputs-list {
    margin: 0 0 20px 0;
    list-style:  none;
}

.hs_error_rollup ul.hs-error-msgs.inputs-list label {
    display: block;
    padding: .375rem .5625rem .5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff;
    font: 12px ProximaNova-SemiBold;
    font-style: normal;
    background-color: #ca442e;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    top: -10px;
    margin: 0;
}

.about-row4-image {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
    width: 66.6666666667% !important;
    margin-left: 16.6666666667% !important;
    margin: 40px 0;
}

.about-row4-image img.hs-image-widget {
    width: 100% !important;
}

.hs-blog-listing .banner-area .banner-content p{
    margin-bottom: 10px;
}

.hs-blog-listing .body-container-wrapper .page-center {
    padding: 0;
}
.hs-blog-listing .body-container-wrapper .page-center {
    padding: 0;
}

.hs-blog-listing .blog-content>div {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
}

.hs-blog-listing .blog-content>div .post-listing {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.hs-blog-listing .blog-sidebar {
    position: sticky;
    top: 73px;
}

.hs-blog-listing .blog-sidebar>div {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
}

.hs-blog-listing .blog-sidebar>div>div {
    margin-left: 8.3333333333% !important;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 83.3333333333%;
}

.hs-blog-listing .blog-content>div .blog-pagination {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.blog div.field ul.hs-error-msgs.inputs-list li label {
    display: block;
    padding: .375rem .5625rem .5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff;
    font: 12px ProximaNova-SemiBold;
    font-style: normal;
    background-color: #ca442e;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    top: -20px;
    margin: 0;
}

.blog div.field ul.hs-error-msgs.inputs-list {
    margin: 0;
}

body.hs-blog-listing em {
    color: #2c2c2c;
}

.hs-blog-post .recent-post {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.hs-job .banner-area {
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   text-align: center;
   padding: 70px 30px 0px;
   transition: all .2s ease-in-out;
   position: relative;
   background-color: #444;
   max-height: -webkit-fill-available;
   min-height: 504px;
}

.hs-job .body-container-wrapper {
   padding: 50px 30px;
}
.hs-job .body-container-wrapper .page-center {
   float: none;
   max-width: 100%;
   margin: 0 auto;
   width: 66.6666666667%;
   padding-left: 0;
   padding-right: 0;
}

.hs-job h1{
    font-size: 2.75rem;
    line-height: 1.4;
    margin-top: .2rem;
    margin-bottom: .5rem;
    color: #2c2c2c;
}
.hs-job h2{
    font-size: 1.6875rem;
    line-height: 1.4;
    margin-top: .2rem;
    margin-bottom: .5rem;
    color: #2c2c2c;
}
.hs-job ul {
   padding: 0;
   margin-left: 1.1rem;
   margin-top: 0;
}
.hs-job  .banner-content h1 {
   font-size: 48px;
   color: #fff;
   margin-top: 0;
   margin-bottom: 30px;
   line-height: 53px;
}

.hs-blog-post .body-container-wrapper .blog-content a:hover {
    color: #008cba !important;
    border-bottom: 0;
}

body.nu .body-container-wrapper {
    padding: 40px 0;
}

.custom-footer .custom-footer-top .footer-form .hs-form-field>label {
    display: none;
}

.flex-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-video {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 67.5%;
    height: 0;
    margin: 16px 0;
    overflow: hidden;
}

.home .custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children>ul.hs-menu-children-wrapper {
    background:  transparent;
}

.home .custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children>ul.hs-menu-children-wrapper>li>a {
    color: #fff;
}

.home .custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children>ul.hs-menu-children-wrapper>li>a:hover {
    border-color: #fff !important;
}

body.fixed.home .custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children>ul.hs-menu-children-wrapper {
    background: #f4f5f7;
    top: 0;
}

body.fixed.home .custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children>ul.hs-menu-children-wrapper>li>a {
    color: #545454 !important; /*"!important" tag ADDED BY HUBSPOT SUPPORT ticket #2029740*/
}

body.fixed.home .custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children>ul.hs-menu-children-wrapper>li>a:hover {
    border-color: #3e74bc !important;
}
.product-tour-row2 .four-col-top-image-button h1 {
    margin-top: -17px;
}
.hs-blog-listing .listing-summery {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}
.hs-blog-listing .blog-content>div .blog-pagination:after {
    clear:  both;
    content: "";
    display: block;
}

.hs-blog-listing .blog-content>div .blog-pagination {
    margin-top: 64px;
}

.hs-blog-listing .listing-summery:empty {
    margin-bottom: 4px;
}

.hs-blog-listing .article-footer ul.social-list li .fa {
    margin-right: 8px;
    font-size: 19px;
}
.hs-blog-listing .article-footer {
    border-top: 1px solid #e8e8e8;
    padding-top: 12px;
    margin-bottom: 39px;
}

body #email-prefs-form .email-edit {
    max-width: 700px  !important;
    padding: 10px !important;
    font-size: 20px !important;
}
.subscribe-options label{
    display:block;
}

body.error-404 .custom-header>div {
    background: #000;
}

body.error-404 .custom-header .custom-logo a {
    color: #fff;
}

body.error-404 .custom-header .custom-header-right-content .custom-top-menu ul li a {
    color:  #fff;
}

body.error-404 .custom-header .custom-try-now-menu .hs-menu-wrapper>ul li {
    border-color: #fff !important;
    background: transparent;
}

body.error-404 .custom-header .custom-try-now-menu .hs-menu-wrapper>ul>li>a {
    border-bottom: 0;
    color: #fff !important;
}

body.error-404 .custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    color: #fff;
}

body.error-404 .mobile-trigger {
    color:  #fff;
}

body.error-404 .body-container-wrapper {
    padding: 104px 0 100px;
}

body.error-404 .body-container-wrapper .custom_error_message {
    width: 66.6666666667%;
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    margin: 0 auto !important;
    float: none;
}

body.error-404 .body-container-wrapper .custom_error_message h1 {
    font-family: "ProximaNova-Semibold","Pathway Gothic One","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #2c2c2c;
    text-rendering: optimizeLegibility;
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.4;
    font-size: 10rem;
    text-align: center;
}

body.error-404 .body-container-wrapper h5 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    text-align: center;
}

body.error-404 .body-container-wrapper ul,body.error-404 .body-container-wrapper p {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 66.6666666667%;
    margin: 0 auto;
}

body.error-404 .body-container-wrapper .container-fluid .row-fluid .page-center {
    padding: 0;
}

body.error-404 .body-container-wrapper p {margin-bottom: 1.25rem;}

body.error-404 .body-container-wrapper ul {
    padding-left: calc( 1.1rem + .9375rem );
    margin-bottom: 1.25rem;
}

ul.hs-error-msgs.inputs-list {
    margin: 0;
}

ul.hs-error-msgs.inputs-list>li>label {
    display: block;
    padding: .375rem .5625rem .5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff;
    font: 12px ProximaNova-SemiBold;
    font-style: normal;
    background-color: #ca442e;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    top: -20px;
    margin: 0;
}

.submitted-message {
    color: #312f38;
    width: 41.6666666667%;
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    margin: 0 auto;
    text-align: center;
}

.two-col-tabber.image-left-align .left ul.tour-features li.active:before {
    content: '\e617';
    right: auto;
    left: 17px;
    bottom: 12px;
}


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1440px) {
    
    /*.two-col-tabber .page-center .right ul li.active img,
    .feature-wrapper .right img{
        max-width: 100%;
        position: relative;
        left: 0;
    }
    .feature-wrapper.image-right-align .right img{
        left:0;
    }
    .feature-wrapper.image-left-align .right img{
        right:0;
    }
    .feature-wrapper .page-center{
        min-height:0;
    }*/
    
}
@media (max-width: 1240px) {
    
    .package-group-wrapper>div.package-group {
        max-width: 500px;
        width: 40%;
    }
    
}
@media (max-width: 1100px) {
    
    .custom-footer-menu .hs-menu-wrapper>ul>li{
        width: 22.22%;
    }
    
}
@media (max-width: 1025px) {
    
    .custom-footer-menu .hs-menu-wrapper>ul>li,
    .custom-footer-menu .hs-menu-wrapper>ul>li:first-child {
        width: 100% !important;
    }
    
    .custom-footer .custom-footer-menu {
        width: 50% !important;
    }
    
    .custom-footer .custom-footer-logo {
        width: 50%;
    }
    
    .custom-footer .custom-footer-logo a {
        vertical-align: middle;
    }
    
    .custom-footer .custom-footer-logo img {
        vertical-align: middle;
        margin-bottom: 35px;
    }
    
    .custom-footer .custom-footer-logo a span.icon-fotoware {
        margin-right: 20px;
    }
    
    .full-width .body-container-wrapper .container-fluid .row-fluid .page-center {
        width: 100%;
    }
    
    .mass-agreement-row2 {
        padding: 0px 20px 70px;
    }
    
    .custom-top-image .content {
        width: 100%;
    }
    
    .one-col-image-content .content {
        padding-top: 0;
    }
    
    .one-col-image-content.custom-image-right-align .image img {
        width: 100%;
    }
    
    .tabber-group > .tabber-tab > ul.tabber li {
        max-width: 33.3%;
    }
    
    .tabber-group > .tabber-tab > ul.tabber li span.icon-arrow-up {
        display: none !important;
    }
    
    .tabber-group > .tabber-tab > ul.tabber li {
        margin-left: -3.5px;
    }
    .submitted-message {
        width:100%;
    }
    
    .custom-talk-to-us h1 {
        width: 100%;
        font-size: 110px;
        line-height: 110px;
        color: #e3e3e3 !important;
        margin: 0 0 10px;
    }
    
    .custom-talk-to-us.black * {
    }
    
    .custom-talk-to-us p {
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 1.25rem;
        margin-top: 0;
    }
    
    .custom-talk-to-us span.button-wrapper {
        text-align: center;
        width: 100%;
    }
    
    .two-col-equal-quotes .col {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    
    .about-row1-content {
        width: 100% !important;
        padding: 0;
    }
    .about-row4-col .hs_cos_wrapper_type_linked_image {
        padding: 40px 15px;
    }
    .about-row5-content {
        width: 100% !important;
    }
    .about-row4-col .hs_cos_wrapper_type_rich_text {
        width: 100% !important;
    }
    .package-group-wrapper{
        padding: 0 30px;
    }
    
    
    .full-width-no-row1 .page-center {
        width: 100%;
    }
    
    .footer-form.show-on-chilck form>div {
        width: 66.6666666667%;
    }
    
    .about-row4-image {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left;
        width: 66.6666666667% !important;
        margin-left: 16.6666666667% !important;
        margin: 40px 0;
    }
    
    .about-row4-image img.hs-image-widget {
        width: 100% !important;
    }
    
    .about-row4-group .about-row4-bottom-content {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left;
    }
    
    .about-row4-group .about-row4-top-content {
        width: 100%;
    }
    
    .about-row4-image {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .about-row4-group .about-row4-bottom-content a {
        width: 45%;
    }
    .hs-job .body-container-wrapper .page-center {
        float: none;
        max-width: 100%;
        margin: 0 auto;
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
    
    .hs-job .body-container-wrapper {
        padding: 50px 20px;
    }
    
    body.error-404 .body-container-wrapper .custom_error_message {
        width: 100%;
    }
    
    body.error-404 .body-container-wrapper ul, body.error-404 .body-container-wrapper p {
        width: 100%;
    }
    
}

@media(max-width:1000px){
	.hs-author-avatar span {
		display: inline-block;
		font-size: .9rem;
		margin: 3px 0;
		color: #888;
		font-style: italic;
	}
	body .post-item .post-header h2 a {
		margin-bottom: .5rem;
		font-size: 1.7rem;
		line-height: 1.7rem;
		text-align: left;
	}
	#hubspot-author_data .hs-author-avatar img {
		width: 20px;
	    top: 0px;
	}
	.blog-sidebar-email-form h3 {
		font-size: 1.5rem;
		margin: 20px 0;
		line-height: 24px;
		letter-spacing: normal;
		margin: 20px 0;
		font-size: 1.3rem;
	}
	.blog-sidebar {
        padding-right: 1.9375rem;
    }
    .blog-sidebar-email-form h3 {
        margin: 18px 0;
        font-size: 1.3rem;
    }
    .custom-topics h3 {
        font-size: 1.5rem;
        margin: 0px 0 20px;
        line-height: 24px;
        letter-spacing: normal;
        margin: 0;
        font-size: 1.3rem;
    }
    .custom-topics ul li a {
        display: inline-block;
        margin-bottom: 5px;
        border-bottom: none;
        font-size: 17px;
    }
    .blog-sidebar-email-form {
        margin-bottom: 27px;
    }
}
@media(max-width:991px){
    
    .custom-teams-tabber ul li a.tab {
        width: 300px;
    }
    
    .custom-teams-tabber ul li a.tab + .content {
        width: calc( 100% - 300px);
    }
    
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 861px) {
    
    .package-group-wrapper>div.package-group {
        width: 340px;
        max-width: 100%;
        display: block;
        margin: 10px auto 20px;
    }
}
@media (max-width: 840px) {
    
    .custom-header .custom-header-right-content .custom-top-menu .hs-menu-wrapper>ul li {
        margin-left: 15px;
    }
    
    .custom-header .menu-trigger {
        margin-left: 15px;
    }
    
    .custom-header .custom-try-now-menu {
        margin-left: 15px;
    }
    
}  

@media (max-width:769px){
    .customer-element-box {
        width: 100%;
        max-width: 390px;
    }
}

@media (max-width: 768px) {
    
    .custom-header .custom-top-menu {
        display: none;
    }
    
    .custom-header .custom-logo a {
        font-size: 20px;
    }
    
    .custom-header .menu-trigger{
        margin-left: 12px;
    }
    
    .custom-footer .custom-footer-menu,
    .custom-footer .custom-footer-logo{
        width: 100% !important;
        float:none;
    }
    
    .custom-header .custom-try-now-menu .hs-menu-wrapper>ul>li>a {
        font-size: 14px;
        padding-left: 12px;
        padding-right: 24px;
    }
    
    .custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
        right: 9px;
    }
    
    .custom-footer .custom-footer-logo img {
        margin-bottom: 0;
    }
    
    .banner-area h1 {
        margin-top: -17px;
        font: 34px/41px "ProximaNova-Semibold","Pathway Gothic One","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
        margin-bottom: 22px;
    }
    
    .mass-agreement .banner-area h1,
    .contact .banner-area h1{
        font-size: 55px;
    } 
    
    .banner-area {
        background-size: cover !important;
    }
    
    h2 {
        font-size: 2.125rem;
    }
    
    h3 {
        font: 30px/45px ProximaNova-Regular;
        margin-bottom: 15px;
    }
    
    .custom-footer .custom-footer-top .footer-form .hs-form-field, 
    .custom-footer .custom-footer-top .footer-form .hs_submit {
        width: 100%;
    }
    
    .custom-footer .custom-footer-top .footer-form .hs_submit {
        margin-bottom: 19px;
    }
    
    body .footer-form-bottom-content p a,body .footer-form-bottom-content p a:last-child {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    .custom-footer .custom-footer-logo a {
        display: block;
    }
    
    .custom-footer .custom-footer-logo a span.icon-fotoware {
        margin-bottom: 44px;
    }
    
    h4 {
        font-size: 1.0625rem;
    }
    
    .three-col-equal-button .col {
        width: 100%;
        padding:0;
    }
    
    .custom-full-width .inner .content {
        width: 100%;
    }
    
    .two-col-eq-top-icon .inner .col {
        width: 100%;
        padding: 0;
    }
    
    .three-col-equal .inner .col {
        width: 100% !important;
    }
    
    .hs-dem .three-col-equal {
        padding-top: 60px;
    }
    
    .custom-top-image img {
        max-width: 640px;
        width: auto;
    }
    
    .one-col-image-content .image {
        width: 100% !important;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .one-col-image-content .content {
        width: 100% !important;
    }
    
    .one-col-image-content.custom-image-right-align .image img {
        width: auto;
    }
    
    .three-col-image-top-heading .top-heading h3 {
        margin: 30px 0;
    }
    
    .hs-dem .three-col-image-top-heading {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    
    .three-col-image-top-heading .content ul li img {
        max-width: 80%;
    }
    .three-col-equal h3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .one-col-image-content .image:before{
        display:none;
    }
    
    .one-col-video-content .content {
        width: 100%;
    }
    
    .one-col-video-content .video {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    
    .package h4 + strong {
        font: 50px/30px 'ProximaNova-Regular';
    }
    
    .banner-area {
        padding-top: 90px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .banner-area .page-center {
        padding: 0 30px;
    }
    
    .fotoweb-services-row1-heading .hs_cos_wrapper_type_header h1 {
        margin:  30px 0;
    }
    
    .fotoweb-services-row1-group {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    
    ul.features li {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px;
        padding: 0;
    }
    
    ul.features li h2 {
        margin-bottom: 10px;
    }
    
    .hs-fotoweb-services .three-col-equal {
        padding-top: 60px;
    }
    
    .hs-fotoweb-services .three-col-equal .inner.custom4 .col {
        margin-bottom: 20px;
    }
    
    body #hs_cos_wrapper_widget_1516076390548 {
        padding-top: 42px !important;
    }
    
    .fotoweb-services-row4-col .hs_cos_wrapper_type_header h1 {
        margin-bottom: 60px;
    }
    
    .package-group-wrapper>div.package-group>div {
        padding: 30px 15px;
    }
    
    .package h4 + strong span {
        font-size: 20px;
    }
    
    .custom-fotoweb-row1-body-menu ul li {
        display: inline-block;
        float: none;
        font-size: 31px;
        width: 100%;
    }
    
    .hs-fotoweb-services .banner-area h1 {
        font-size: 55px;
    }
    
    .hs-fotoweb-services .banner-area .banner-content p:not(:last-child) {
        font-size: 35px;
        line-height: 32px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    
    .hs-fotoweb-services .banner-area .banner-content p:last-child {
        font-size: 22px;
        margin-bottom: 0;
    }
    
    .banner-area {
        padding-top: 70px;
        padding-bottom: 10px;
    }
    
    
    
    .three-col-eq-top-pane .bottom-content .col {
        width: 100%;
    }
    
    .custom-fotoweb .custom-full-width .inner .content {
        padding-bottom: 0;
    }
    
    .tabber-group > .tabber-tab > ul.tabber li .icon-wrapper {
        padding: 38px;
        width: 50px;
        min-width: 0;
        max-width: 100%;
        margin-bottom: 0;
    }
    
    .tabber-group > .tabber-tab > ul.tabber li .icon-wrapper i {
        font-size: 30px;
    }
    
    .tabber-group > .tabber-tab > ul.tabber li .icon-wrapper>div {
        width: 30px;
        margin-left: -15px;
        margin-top: -15px;
    }
    
    .tabber-group > .tabber-tab > ul.tabber li h2 {
        font-size: 10px;
        margin-top: -4px;
    }
    
    .tabber-group > .tabber-tab {
        padding: 10px 10px 5px;
    }
    
    .tabber-group > .tabber-tab > ul.tabber li {
        padding-bottom: 5px;
    }
    
    .tabber-content {
        padding: 10px 10px 5px;
    }
    
    .tabber-content.right .image {
        width: 100%;
    }
    
    .tabber-content .content {
        width: 100%;
    }
    
    .custom-talk-to-us h1 {
        font-size: 60px;
        line-height: 60px;
        text-align: center;
    }
    .custom-top-image .page-center {
        padding-left: 0;
        padding-right: 0;
    }
    .custom-top-image img {
        max-width: 100%;
    }
    
    .hs-dam .banner-area h1 {
        font-size: 30px;
    }
    
    .banner-area ul li {
        display: block;
        border: 0;
        margin-bottom: 10px;
        font-size: 20px;
    }
    
    .hs-dam .banner-area {
        padding-left: 0;
        padding-right: 0;
    }
    
    .banner-area img[style*=margin-top] {
        margin-top: 30px !important;
    }
    
    .banner-area ul {
        margin-top: 20px;
    }
    
    .partner .partners-heading span {
        font-size: 35px;
        padding: 0 15px;
    }
    
    .hs-dam-row2 h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .package-group-wrapper{
        padding: 0 45px;
    }
    .hs-dam-row2-top-content h1 {
        font-size: 36px;
        margin: 30px 0;
    }
    
    .hs-dam-row2-top-content h6 {
        font: 19px/25px 'ProximaNova-Semibold' !important;
    }
    
    .hs-dam .three-col-equal .inner .col {
        padding: 0;
    }
    
    .home-row1 {
        padding: 150px 15px 60px;
    }
    
    .home-row1 h1 {
        font: 34px/41px ProximaNova-SemiBold;
    }
    
    .home-row2 {
        padding: 60px 20px 40px;
    }
    
    .home-row2-bottom-content {
        padding: 0 45px;
    }
    
    .four-col-eq-image ul li {
        width: 100%;
        vertical-align: middle;
        margin-bottom: 20px;
    }
    
    .four-col-eq-image ul li img {}
    
    .home-row4 h1 {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    
    .home-row4 {
        padding-top: 30px;
    }
    
    .home-row4 p {
        font-size: 20px;
        margin-bottom: 35px;
    }
    
    .home-row-5 {
        padding: 60px 20px 40px;
    }
    
    .three-col-equal-wrapper + div.hs_cos_wrapper_type_rich_text {
        width: 100%;
        float: none;
        margin: 0;
        right: 0;
        padding: 0;
    }
    
    .two-col-tabber .page-center .right ul li.active img {
        max-width: 100%;
        position: relative;
        left: 0;
    }
    .two-col-tabber .page-center .inner:after{
        clear:both;
        display:block;
        content:"";
    }
    
    .products-tour .banner-area.no-background-image h1 {
        font: 34px/41px ProximaNova-SemiBold;
    }
    
    .two-col-tabber .page-center {
        padding: 0;
        min-height: 0;
    }
    
    .two-col-tabber .page-center .left {
        padding: 0;
        width: 100%;
    }
    
    .two-col-tabber .page-center .right {
        display: none !important;
    }
    
    .two-col-tabber .page-center {}
    
    .two-col-tabber .left ul.tour-features li.active .thumb {
        display: block !important;
    }
    
    .two-col-tabber .left ul.tour-features li.active {
        background-color: #fff;
    }
    
    .four-col-top-image-button ul li {
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }
    
    .four-col-top-image-button h1 {
        margin: 30px 0;
    }
    
    .four-col-top-image-button {
        padding: 60px 20px 40px;
    }
    
    .four-col-top-image-button ul li h2 {
        margin-bottom: 10px;
    }
    
    .three-col-eq-video .col {
        width: 100%;
    }
    
    .three-col-eq-video {
        padding: 60px 20px 40px;
    }
    
    .hs-lyb-row1 .hs-lyb-row1-content h1 {
        font: 34px/41px ProximaNova-SemiBold;
    }
    
    .hs-lyb ul.features li {
        margin-bottom: 0;
    }
    
    .feature-wrapper .left ul li {
        margin-top: 0;
        background: #ffff;
    }
    
    .feature-wrapper .left {
        width: 100%;
        float: none;
        padding: 0;
    }
    
    .feature-wrapper .right,.feature-wrapper.image-right-align .right {
        display: none;
    }
    
    .feature-wrapper .left ul li .thumb {
        display: block !important;
        margin-bottom: 10px;
    }
    
    .feature-wrapper .page-center {
        padding: 0;
    }
    
    .hs-lyb .three-col-image-top-heading .content ul li {
        margin-bottom: 20px;
    }
    
    .hs-ms-row1 {
        padding: 150px 15px 80px;
    }
    
    .hs-ms-row1 h1 {
        font: 34px/41px ProximaNova-SemiBold;
    }
    
    .hs-ms-row1-content {
        margin-bottom: -31px;
    }
    
    .hs-ms ul.features li {
        margin-bottom: 0px;
        margin-left: 0;
    }
    
    .hs-ms-row2 {
        padding: 60px 20px 40px;
    }
    
    .hs-ms-row2-heading h1 {
        font: 30px/45px ProximaNova-Regular;
    }
    
    .custom-teams-tabber ul li a.tab {
        width: 100%;
    }
    
    .custom-teams-tabber ul li a.tab + .content {
        position: relative;
        width: 100%;
    }
    
    .four-col-top-image-button h1 {
        margin-bottom: 50px;
        margin-top: -17px;
    }
    
    .hs-ms-row3 .four-col-top-image-button ul li {
        margin-bottom: 0;
        margin-right: 0;
    }
    
    .about-row1-content h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .about-row1-content p {
        font-size: 17px;
        line-height: 24px;
    }
    .about-row3-group .about-row3-content p {
        font-size: 17px;
        line-height: 24px;
    }
    .about-row4-col .hs_cos_wrapper_type_rich_text p {
        font-size: 17px;
        line-height: 24px;
    }
    .about-row5-content p {
        font-size: 17px;
        line-height: 24px;
    }
    .customer-element .row.logos-holder>ul li {
        float: none;
        text-align: center;
        margin: auto;
        width: 100%;
        max-width: 100px;
    }
    .two-col-eq .col {
        width: 100%;
    }
    
    .hs-product .custom-full-width p {
        font-size: 20px;
    }
    
    .product-row4-content p {
        font-size: 20px;
    }
    
    .product-row4 .page-center .product-row4-content {
        padding: 0 36px;
    }
    
    .footer-form.show-on-chilck form>div {
        width: 83.3333333333%;
    }
    
    .footer-form.show-on-chilck > div h3.form-title {
        font: 30px/45px ProximaNova-Regular;
        width: 100%;
    }
    
    .custom-teams-tabber .inner>ul {
        height: auto !important;
    }
    
    .custom-teams-tabber ul li a.tab.active {
        border-bottom: 2px solid #fff;
    }
    
    .custom-teams-tabber ul li a.tab.active:after {
        display: none;
    }
    
    .custom-teams-tabber ul li a.tab + .content {
        padding: 30px 20px 30px;
    }
    
    .custom-teams-tabber ul li a.tab + .content p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .custom-teams-tabber ul li a.tab {
        border-bottom: 2px solid #F4F5F7;
    }
    
    .home-row2-bottom-content h6 {
        font-size: 26px;
    }
    
    .about-row4-group .about-row4-bottom-content a {
        width: auto;
    }
    
    .about-row4-group .hs_cos_wrapper_type_rich_text p {
        font-size: 17px;
        line-height: 24px;
    }
    .blog-content {
        width: 100% !important;
    }
    
    .hs-blog-listing .blog-sidebar {
        width: 100% !important;
    }
    
    
    .hs-blog-listing .blog-sidebar>div>div {
        width: 100%;
        margin-left: 0 !important;
    }
    
    .banner-area h1 {
        font-size: 55px;
    }
    
    .hs-blog-listing .banner-area .banner-content p {
        font-size: 22px;
        margin-bottom: 0;
    }
    
    .post-header h2 {
        margin-bottom: .5rem;
        font-size: 1.7rem;
        line-height: 1.7rem;
        text-align: left;
    }
    
    #hubspot-author_data .hs-author-avatar img {
        margin-right: 14px;
    }
    
    .hs-blog-listing .post-body.clearfix p {
        font-size: 1rem;
        line-height: 1.4;
    }
    
    .article-footer {
        margin-bottom: 45px;
    }
    
    .hs-blog-post .blog-content {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
    
    .hs-blog-post .blog-sidebar {
        width: 100% !important;
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
    
    .hs-blog-post .blog-sidebar>div {
        width: 100%;
        margin: 0 !important;
    }
    
    .hs-job h1 {
        font-size: 2.125rem;
    }
    .hs-job h2 {
        font-size: 1.0625rem;
    }
    .banner-content br {
         display: none !important;
    }
    .banner-content h1 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 30px;
        line-height: 53px;
        font-size: 55px;
    }
    
    .hs-job .banner-area {
        padding: 48px 30px 0;
    }
    
    .hs-job .body-container-wrapper {
        padding: 20px 20px;
    }
    
    .hs-blog-post .section.post-header h1 {
        font-size: 1.7rem;
        line-height: 1.7rem;
        font-family: 'ProximaNova-Semibold';
    }
    
    .breadcrumb-blog {
        width: 100% !important;
    }
    
    .hs-blog-post .authore-bio-custom h3 {
        font-size: 1.3rem;
    }
    
    .hs-blog-post .article-footer {
        display: none;
    }
    
    .hs-blog-post .body-container-wrapper .blog-content p {
        font-size: 1rem;
        line-height: 1.4;
    }
    
    .hs-blog-post h2 {
        font-size: 1.2rem;
        font-family: 'ProximaNova-Semibold';
    }
    
    .hs-blog-post .recent-post h3,
    .hs-blog-post .blog-sidebar-email-form h3 {
        font-size: 1.3rem;
    }
    
    .hs-blog-listing .banner-content h1 {
        margin-top: -17px;
        margin-bottom: 22px;
        line-height: 41px;
    }
    .custom-header .custom-try-now-menu .hs-menu-wrapper>ul li>ul>li {
        padding: 0 7px 0px 7px;
    }
    
    .custom-header .custom-try-now-menu .hs-menu-wrapper>ul li.hs-item-has-children>ul.hs-menu-children-wrapper>li>a {
        font-size: 11px;
    }
    .custom-footer .custom-footer-top .footer-form .hs_error_rollup {
        position: relative;
        left: 0;
        padding: 0 15px;
        width:100%
    }
    .hs-dem .banner-content h1 {
        font: 34px/41px ProximaNova-SemiBold;
    }
    .feature-wrapper .left ul li:after{
        display:none;
    }
}  



@media(max-width:767px){
	.blog-content {
		width: 100% !important;
	}
	.hs-featured-image-wrapper {
		width: 100%;
		text-align: center;
	}
	.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
		float: none;
		margin: 16px 0;
		text-align: center;
	}
	.blog-sidebar {
		padding-right: .9375rem;
    }
    .blog-sidebar {
        float: none !important;
        width: 100% !important;
    }
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
        float: none;
        margin-right: 10px;
        display: inline-block;
    }
    .mobile-trigger:hover{
        opacity:0.7;
    }
    .full-width-no-row1-content h4 {
        font-size: 1.375rem;
    }
    
    .home-row2 .three-col-equal .page-center {
        padding: 0;
    }
    
    .home-row2 .home-row2-top-content {
        padding: 0 15px;
    }
    
    .home-row7 h3 {
        font: 30px/44px ProximaNova-Regular;
        margin-bottom: 6px;
        color: #312f38;
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .home .home-row7 p {
        font-size: 20px;
    }
    
    .home-row7 .page-center {
        padding: 0 30px;
    }
    
    .home-row7 .page-center>div {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
    
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 490px) {
    
    .team-box-wrapper .team-box {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .home-row2 .three-col-equal .page-center {
        padding: 0;
    }
    
    .home-row2 .three-col-equal {
        padding: 0;
    }
    
}
@media (max-width: 479px) {
    
    .home-row1 .page-center {
        padding: 0 30px;
    }
    
    .home-row2 .home-row2-top-content {
        padding: 0 30px;
    }
    
    .home-row2-bottom-content {
        padding: 0 20px;
    }
    
    .mass-agreement .banner-area h1,
    .contact .banner-area h1{
        font-size: 36px;
    }
    
    .about-row1-content h1 {
        font-size: 33px;
    }
    .custom-footer .custom-footer-top .footer-form .hs_error_rollup {
        position: relative;
        display: inline-block;
        left: 0px;
        margin-bottom: 20px;
    }
    
    .hs-job .banner-area .page-center {
        padding: 0;
    }
    
    body.error-404 .body-container-wrapper .custom_error_message h1 {
        font-size: 9.5rem;
    }
    
}

@media (max-width: 400px) {
    
    .footer-form.show-on-chilck > div {
        padding: 0;
    }
    .footer-form.show-on-chilck form>div {
        width: 100%;
    }
    .footer-form.show-on-chilck > div h3.form-title a.fa.fa-close{
        right: -17px;
    }
    
}
@media (max-width: 360px) {
    .partner .partners-heading span {
        font-size: 25px;
        padding: 0 10px;
    }

}


/****update table aug 2018***/

.parentAccordian{ padding-bottom:70px; }
.accordionSec h4 { text-align: left; font-size: 24px; font-weight: 400; background: #f7f7f7; border: 1px solid #e8e9ed; padding: 10px 30px 10px 15px; position: relative; margin-bottom:0; }
.accordionSec h4 span { cursor: pointer; top: 17px; position: absolute; right: 20px; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; }
.mainAccordionParent > span > div + div { margin-top: 30px; }
.AccordionContent tr td { text-align: left; }
.AccordionContent table { border-collapse: collapse; width: 100%;  }
.AccordionContent table td { border-bottom: 1px solid #e8e9ed; border-right: 1px solid #e8e9ed; padding: 20px; }
.AccordionContent table td:last-child { border-right: none; }
.AccordionContent table td:first-child { width: 30%; }
.AccordionContent table td:not(:first-child) {  width: 15%; text-align: center; color: #15a5df !important;  }
.AccordionContent {  border: 1px solid #e8e9ed;  border-top: none;}
.AccordionContent.button a { min-width: 0; font-size: 16px; padding: 10px 15px; background:#15a5df; color:#fff; border: 1px solid #15a5df; border-radius: 4px; display: inline-block;}
.AccordionContent.button table td:nth-child(3) a{ background-color:#f06800;  border-color:#f06800;}
.AccordionContent { display: none;}
.accordionSec h4.open { border-color:#3e74bc;   } 
.accordionSec h4.open span i:before {content: '\f068'; color: #0482b4; font-family: fontawesome; font-style: normal;}
.accordionSec h4 span i{font-family: fontawesome; font-style: normal;}
.mainAccordionParent > span > .hs_cos_wrapper:first-child .AccordionContent { display: block;}

table.StartUpTag { width: 100%; margin-bottom: 10px; }
table.StartUpTag td:first-child { width: 45%; }
table.StartUpTag td:not(:first-child) { width: 18.33% !important; padding: 12px 30px 12px 10px; vertical-align: top;}
table.StartUpTag td + td:not(:last-child) { border-right: none !important; }

table.StartUpTag td span{  font-weight: 400; font-size: 24px; display:block; padding-bottom:10px; text-transform: uppercase; }
table.StartUpTag td a{min-width: 0; font-size: 16px; padding: 10px 15px; background: #f06800; color: #fff; border: 1px solid #3e74bc; border-radius: 7px; display: inline-block; margin-top: 10px;}

table.StartUpTag.priceTable td{ padding-top:0; padding-bottom:0; }

@media(max-width:991px){ 
  .parentACC{ overflow:auto; margin-bottom: 10px; }
  .accordionSec h4 { font-size: 16px; }
  table.StartUpTag { width: 100% !important; display: block;  }
  table.StartUpTag td:not(:first-child){ padding-right:10px;   }
/*   table.StartUpTag.priceTable { width: 100% !important; display: block; overflow-x: auto; min-width: 200px;} */
  table.StartUpTag td:not(:first-child) { min-width: 200px;}
  table.StartUpTag.priceTable{ margin-top:20px; }
  table.StartUpTag.priceTable td{ padding-bottom:10px; }
  .AccordionContent { overflow: auto; overflow-x: auto !important;}
}

@media(max-width:767px){
	
	.AccordionContent table { width: 100%; display: block;  }
  
/*   .AccordionContent table td:first-child { width: 100%; display: block; } */
/*   .AccordionContent table td:not(:first-child) { display: none; } */
  
}