/* ==========================================================================
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('//use.fontawesome.com/releases/v5.0.13/css/all.css');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//5066328.fs1.hubspotusercontent-na1.net/hubfs/5066328/Net3_Technology_November2018/doc/dashicons.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: 800px) {
    .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; }


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

html {
  font-size: 62.5%;
  font-family: sans-serif;
}

body {
  background-color: #ffffff;
  color: #000;
  font-family: "roboto", sans-serif;
  font-size: 2.0rem;
  font-weight: 200;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

/* Highlighted Text */
::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}


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

/* Basic text */
p {
  margin: 0 0 30px;
  padding: 0;
} 

small {} 

b,
strong {
  font-weight: 800;
}  

cite,
em,
i {
  font-style: italic;
}

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: "roboto", sans-serif;
  font-weight: 200;
  line-height: 1.2;
  margin: 0 0 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 32px;
  font-size: 3.2rem;
}

h3 {
  font-size: 30px;
  font-size: 3rem;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
}

h5 {
  font-size: 20px;
  font-size: 2rem;
}

h6 {
  font-size: 18px;
  font-size: 1.8rem;
}

/* Anchor Links */
a {
  color: #e85330;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #102d7b;
}

/* Lists */
ol,
ul {
  margin: 0;
  padding: 0;
  margin-left: 40px;
  margin-bottom: 30px;
}
ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}
li {}

/* Block Quotes */
blockquote {
  color: #999;
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
} 

blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  border: 0;
  border-collapse: collapse;
  border-top: 2px solid #f5f5f5;
  clear: both;
  margin: 40px 0;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

a.alignnone {
  display: inline-block;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

figure {
  margin: 1em 40px;
  max-width:100%;
}


/* =============== 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 {}

.twp-header {
  background-color: #fff;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.twp-header .twp-logo p {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "roboto",sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 0;
  text-transform: uppercase;
}

.twp-header .twp-logo {
  float: left;
  padding: 20px;
}

.twp-header .twp-logo.span4 {
  width: 360px;
}

.twp-header .twp-logo p a {
  color: #E85330 !important;
}

.header-container-wrapper .widget-span {
  min-height: 0;
}



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

.body-container-wrapper {
  float: none;
  margin: 0 auto;
  max-width: 2000px;
  background-color: #fff;
  clear: both;
  margin-top: 80px;
  position: relative;
  z-index: 9;
  word-wrap: break-word;
}

.body-container-wrapper .body-container {
  padding: 0px 0px 50px;
  width: 100%;
}

.nu .body-container-wrapper .body-container{
  padding-top: 50px;
}

body.fixed .twp-header {
  background-color: rgb(228, 225, 225);
}

body.fixed .twp-header .twp-logo {
  padding: 10px;
}

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





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

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

.twp-footer .twp-footer-left-group {
  vertical-align: top;
  padding-left: 45px;
}

.twp-footer .twp-footer-left-group.span5 {
  display: inline-block;
  width: 40%;
  float:none;
}
.twp-footer .twp-footer-center-group.span4 {
  display: inline-block;
  width: 35%;
  float:none;
  margin: 0;
}
.twp-footer .twp-footer-right-group.span3 {
  display: inline-block;
  width: 20%;
  float:none;
  margin: 0;
}

.twp-footer .page-center>div {
  background-color: transparent;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  text-align: left;
  font: bold 16px sans-serif;
  padding: 10px;
  margin-top: 40px;
  color: #fff;
}

.twp-footer .twp-footer-right-group {
  vertical-align: top;
}

.twp-footer .twp-footer-center-group {
  vertical-align: top;
}

.twp-footer .twp-footer-center-content i {
  background-color: transparent;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.twp-footer .twp-footer-center-content p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.twp-footer p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.twp-footer .twp-footer-left-content p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
  padding-top: 15px;
}

.twp-footer a {
  color: #fff;
}

.twp-footer .twp-footer-center-group p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.twp-footer .twp-footer-center-group a {
  color: #e85330 !important;
}

.twp-footer .twp-footer-right-content p {
  line-height: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
}

.twp-footer .twp-footer-right-content p span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}

.footer-icons {
  margin-top: 20px;
}

.twp-footer .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 2px;
  font-size: 20px;
  color: #e85330 !important;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.twp-footer a:hover {
  color: #22a1c4;
}


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


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

/* Parent List */

.twp-header .custom-menu-primary {
  width: auto;
  margin: 0;
  float: none;
  text-align: right;
}


.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  line-height: 1;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
  float: none !important;
  display: inline-block;
  text-align: left;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #272662;
  display: block;
  font-size: 1.1rem;
  font-family: "roboto",sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  border-color: rgb(80, 79, 78)
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  font-size: 1.1rem;
  font-family: "roboto",sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  color: #272662;
  background-color: rgb(228, 225, 225);
  padding: 8px;
  position: relative;
  width: 200px !important;
  white-space: nowrap !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  background-color: rgb(232, 83, 48);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a{
  background-color: rgb(232, 83, 48);
}

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

@media (max-width: 1280px) {

  .header-container-wrapper .custom-menu-primary .hs-menu-wrapper > ul {
    max-width: 90%;
    margin: auto;
  }

}

@media (max-width: 1200px) {

  .header-container-wrapper .custom-menu-primary .hs-menu-wrapper > ul {
    text-align: center;
    max-width: 80%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 30px 10px;
  }

}

@media (max-width: 1023px) {

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px;
  }

}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:801px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .twp-menu-wrap {
    max-height: 0;
    overflow: hidden;
    position: relative;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul > li ul {
    visibility:visible !important;
    opacity:1 !important;
    max-height:0;
    overflow:hidden;
    transition:all 0.5s ease !important;
  }

  .hs-home .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    background-color: #ffff;
    color: #102d7b;
  }

  .hs-home .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background-color: rgb(232, 83, 48);
  }

}


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

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 800px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 15px 25px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    display: block !important;
    cursor: pointer;
    border-width: 0;
    background: #272662;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    line-height: 20px;
    position: relative;
    z-index: 1000;
    width: 100%;
    border-radius: 5px;
    line-height: 20px;
    margin-bottom: 1px;
  }
  .mobile-trigger:hover{
    background-color: transparent;
    color: #E85330;
    border-width: 0;
  }

  .mobile-trigger:before {
    margin-right: 10px;
    text-rendering: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f333";
  }



  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    cursor: pointer;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    border-width: 0;
    background: #fff;
    color: #102d7b;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    width: auto;
    padding: 10px !important;
    border-radius: 5px;
  }
  .child-trigger:hover{
    background-color: transparent;
    color: #E85330;
    border-width: 0;
  }
  .child-trigger i:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f347";
    -webkit-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
  }

  .child-trigger.child-open i:before {
    -webkit-transform: rotate( 180deg );
    -ms-transform: rotate( 180deg );
    transform: rotate( 180deg );
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary{
    position: relative;
  }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    max-height: unset !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    border: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    background: transparent;
    padding: 15px 20px;
    width: 100%;
    font-size: 1.1rem;
    font-family: "roboto",sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    color: #272662;
    display: block;
    margin-bottom: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    overflow: visible;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color: transparent;
  }

  /* Level 1 and Higher Menu List Styles */

  .header-container-wrapper .custom-menu-primary .hs-menu-wrapper > ul {
    max-width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 15px 20px;
    color: #272662;
    font-size: 1.1rem;
    font-family: "roboto",sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 1px;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    padding-left: 15px;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul{
    padding-left: 15px;
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul{
    padding-left: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    max-height: unset !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    border: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    background: transparent;
    padding: 15px 20px;
    width: 100%;
    font-size: 1.1rem;
    font-family: "roboto",sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    color: #272662;
    display: block;
    margin-bottom: 1px;
  }

  .hs-home .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    text-decoration: underline;
    background-color: #272662;
  }

  .hs-home .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    text-decoration: underline;
  }
}


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


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h1 {}
.post-header h1 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h1.post-listing-simple {}
h1.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


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


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

/* Form Field */
.hs-form-field {
  position: relative;
  margin-bottom: 25px;
}

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

.hs_cos_wrapper_type_blog_subscribe,
.hs-search-field,
.hs_cos_wrapper_type_form {
  border-width: 0px;
  border-style: solid;
  border-color: ;
  border-radius: 3px;
  padding: 15px;
  display: block;
  margin-bottom: 25px;
}

/* Labels and Legends */
label {}
.hs-form-field > label {
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}

.hs-form-field > label span.hs-form-required {
  margin-left: 5px;
  color: #e80000;
}

/* 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 {
  font-weight: 200;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #e85330;
  color: #272662;
  font-size: 0.9em;
  padding: 9px;
  border-radius: 2px;
  outline: none;
  line-height: 22px;
}

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 {}

.hs-form fieldset .hs-form-field {
  padding: 0 5px !important;
}

legend.hs-field-desc {
  padding: 0;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  min-height: 200px;
}
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 {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* 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-button.primary,
input[type="submit"],
input[type="button"] {
  font: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  border-width: 2px;
  border-style: solid;
  border-color: #e85330;
  font-size: 0.9em;
  padding: 9px;
  border-radius: 6px;
  color: #ffffff;
  background-color: #e85330;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  white-space: normal;
  font-weight: 800;
  letter-spacing: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: 0;
}

.hs-button.primary,
input[type="submit"] {
  width: 100%
}


.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #272662;
  border: 2px solid #000;
  border-color: #e85330;
  display: flex;
  align-items: center;
  justify-content: center;
}
        }
}

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


.hs_submit.hs-submit {
  margin: auto;
  width: 20%;
  padding: 0 5px;
}

.hs-form-field + a {
  margin-bottom: 25px;
  display:  inline-block; 
}

ul.hs-error-msgs.inputs-list {
  margin: 0;
  list-style: none;
  color: #e80000;
}

.hs_error_rollup {
  margin-bottom: 25px;
}

/* =============== 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                                      
========================================================================== */


.twp-breadcrumb {
  border-bottom: 2px solid #f5f5f5;
  font-size: 20px;
  font-size: 1.4rem;
  margin-bottom: 50px;
  padding-bottom: 10px;
  padding-top: 20px;
  float: left !important;
  width: 100% !important;
}

.twp-breadcrumb li.hs-breadcrumb-menu-item {
  padding: 0;
}

.hs-breadcrumb-menu-divider:before {
  content: "/";
  padding-left: 3px;
  padding-right: 4px;
}

.hs_cos_wrapper_type_header h1 {
  font-size: 4.8rem;
}

.hs_cos_wrapper_type_header:after {
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  margin: 0 auto 60px;
  padding-bottom: 5px;
  width: 25%;
}

.full-width-content .main-content {
  margin-bottom: 100px;
}

.full-width-content .main-content .hs_cos_wrapper_type_form {
  margin-bottom: -1px;
}

.customer-support i {
  font-size: 17px;
  margin-right: 9px;
  color: #e85330;
}

.btn {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 15px 25px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  white-space: normal;
  width: auto;
  cursor: pointer;
  border: 2px solid #22a1c4;
  border-radius: 5px;
  background-color: #e85330;
  color: #ffffff;
  border-color: #e85330;
  display: inline-block;
}

.btn:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}

figure.alignright {
  margin: 0 0 24px 24px;
}

figure figcaption {
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}

figure.alignright img {
  margin-bottom: 7px;
}

figure.alignleft {
  margin: 0 24px 24px 0;
}

figure.alignleft img {
  margin-bottom: 7px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

.faq {}

.faq .faq-col {
  border-bottom: solid;
  border-color: #3772ff;
  padding: 25px;
}

.faq .faq-col h3 {
  color: #102d7b;
  margin-bottom: 30px;
}

.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

.net3-blog {}

.twp-blog .banner-heading {
  float: left;
  width: 100%;
  text-align: center;
}

.default-blog .post-listing .post-item {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  border: none;
  border-radius: 0px;
  box-shadow: 0 0 15px rgba(195, 195, 195, 0.4);
  -webkit-box-shadow: 0 0 15px rgba(195, 195, 195, 0.4);
  -moz-box-shadow: 0 0 15px rgba(195, 195, 195, 0.4);
  padding: 30px 0 30px;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}

.default-blog .post-listing:after {
  clear: both;
  content: "";
  display: block;
}

.default-blog .post-listing .post-item .post-header {}

.default-blog .post-listing .post-item .post-header h1 {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 0;
  padding: 5px 15px;
  color: #222222;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}

.default-blog .post-listing .post-item .post-header h1 a {
  color: #222222;
  font-size: 28px;
}

.default-blog .post-listing .post-item .post-header .post-byline {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.default-blog .post-listing .post-item .post-header .post-byline > span {
  font-size: 16px;
  margin: 0px;
  text-align: center;
  text-transform: capitalize;
  padding: 5px 10px;
  display: inline-block;
  color: #333333;
  border: 0;
}

.default-blog .post-listing .post-item .post-header .post-byline > span.date span {
  line-height: 14px;
  padding: 3px 5px;
}

.default-blog .post-listing .post-item .post-header .post-byline > span.comment {
  padding: 0;
}

.default-blog .post-listing .post-item .post-header .post-byline > span.comment i {
  margin-right: 4px;
  font-size: 16px;
}

.default-blog .post-listing .post-item .post-header .post-byline > span.comment span.icon_cnt {
  font-size: 15px;
  margin-left: 12px;
}

.default-blog .post-listing .post-item .post-header .post-byline > span a {
  color: #2e6480;
}

.default-blog .post-listing .post-item .post-header .post-byline > span a:hover {
  color: #555555;
}

.default-blog .post-listing .post-item .post-body {
  width: 100%;
  float: left;
  margin-top: 10px;
  background: none;
  padding: 20px;
  border-bottom: none;
  box-sizing: border-box;
}

.post-social-share {
  padding-left: 20px;
  padding-right: 20px;
}

.post-social-share-inner {
  padding-top: 5px !important;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
  float: left;
  border-top: 1px solid #cccccc;
}

.post-social-share .social-share {
  display: inline-block;
  width: auto;
  margin: 10px 8px 0 0;
  float: left;
  vertical-align: top;
}

.post-social-share .social-share a {
  float: left;
  text-align: center;
  width: 38px;
  font-size: 15px;
  line-height: 20px;
  height: 38px;
  background-image: url(//5066328.fs1.hubspotusercontent-na1.net/hubfs/5066328/social_default_image.png);
  opacity: 0.9;
  background-color: transparent;
  color: #2e6480;
  padding: 0;
  border: 0;
}

.post-social-share .social-share a.linkedin {
  background-position: -106px -394px;
}

.post-social-share .social-share a.twitter {
  background-position: -202px -394px;
}

.post-social-share .social-share a.facebook {
  background-position: -10px -394px;
}

.post-social-share .social-share a.gmail {
  background-position: -250px -394px;
}

.post-social-share .social-share a:hover {
  opacity: 1.0;
}

.hs-blog-social-share {
  border: 0;
  margin-bottom: 25px;
}

/* .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item * {
vertical-align: top !important;
} */

.net3-newsletter .post-item {
  background-color: #ffffff;
  border-bottom: 1px dashed rgb(204, 204, 204);
  padding: 35px 0 47px;
  background: none;
  display: block;
  overflow: hidden;
  position: relative;
}

.net3-newsletter .post-item:first-child {
  padding-top: 0;
}

.net3-newsletter .post-item > div {
  padding: 0 15px;
}

.net3-newsletter .post-item .blog_header {
  float: left;
  line-height: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  padding: 0 15px;
}

.net3-newsletter .post-item .blog_header h2 {
  margin: 0;
  font-size: 25px;
  margin-bottom: 10px;
  word-wrap: break-word;
  font-size: 28px;
  background: #ffffff;
  color: #222222;
  font-weight: normal;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
}

.net3-newsletter .post-item .blog_header h2 a {
  color: #222222;
}

.net3-newsletter .post-item .blog_header .metadatabox {
  font-size: 15px;
  line-height: 1.8;
  display: inline-block;
  width: 100%;
  color: #999999;
}

.net3-newsletter .post-item .blog_header a {
  color: #2a97ea;
}

.net3-newsletter .post-item .blog_header a:hover {
  color: #555555;
}

.net3-newsletter .post-item .blog_header .post-meta-cats-tags {
  margin-top: 10px;
  color: #777777;
  float: left;
  font-weight: 300;
  line-height: 1.5;
  width: 100%;
  border-color: #2a97ea;
}

.net3-newsletter .post-item .blog_header .metadatabox .metacomments {
  float: right;
}

.net3-newsletter .post-item .blog_header .metadatabox .metadata {
  display: inline-block;
  margin-right: 20px;
  float: left;
}

.net3-newsletter .post-item .blog_header .metadatabox .metacomments i {
  margin-right: 3px;
}

.net3-newsletter .post-item .blog_header .post-meta-cats-tags .category-link {
  color: #2a97ea;
  font-size: 14px;
}

.net3-newsletter .post-item .blog_header .post-meta-cats-tags .category-link span.link-lable {
  color: #999999;
}

.net3-newsletter .post-item .post-social-share-inner {
  border: 0;
  padding-bottom: 0;
}

.net3-newsletter .post-item .post-social-share {
  padding-top: 15px;
}

.net3-newsletter .post-item .post-social-share-inner .social-share {
  margin: 10px 10px 5px 0;
}

.net3-newsletter .post-item .read-more {
  display: inline-block;
  margin-right: 15px;
  float: right;
  margin: 0;
}

.net3-newsletter .post-item .read-more a.more-link {
  border: 1px solid #ddd;
  border-radius: 3px;
  float: right;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  text-transform: uppercase;
  border-color: #2a97ea;
  background: #2a97ea;
  color: #f1f1f1;
}

.net3-newsletter .post-item .read-more a.more-link:hover {
  background: #bb2178;
  color: #f1f1f1;
}

.current-opening .post-header h2 {
  color: #e85330;
}

.current-opening .post-listing .post-item .post-body {
  padding-top: 37px;
}

.current-opening .post-social-share {
  padding: 0;
}

.current-opening .post-social-share .post-social-share-inner {
  border: 0;
  padding-top: 0 !important;
  padding-bottom: 0;
}

.current-opening .post-social-share .social-share a {
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 50%;
  color: #e85330;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  height: auto;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  white-space: normal;
  width: auto;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 24px;
}

.current-opening .post-social-share .social-share a:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.current-opening .post-social-share .social-share a.twitter:before {
  content: "\f099";
}

.current-opening .post-social-share .social-share a.twitter:hover {
  background: none repeat scroll 0 0 #2478ba;
  border-color: #2478ba;
  color: #fff !important;
}

.current-opening .post-social-share .social-share a.linkedin:hover {
  background: none repeat scroll 0 0 #0177B5;
  border-color: #0177B5;
  color: #fff !important;
}

.current-opening .post-social-share .social-share a.gmail:hover {
  background: none repeat scroll 0 0 #dd4e31;
  border-color: #dd4e31;
  color: #fff !important;
}

.current-opening .post-social-share .social-share {
  margin: 0;
  float: none;
}

.current-opening .post-social-share:after {
  clear: both;
  content: "";
  display: block;
}

.current-opening .post-social-share .social-share a.linkedin:before {
  content: "\f0e1";
}

.current-opening .post-social-share .social-share a.gmail:before {
  content: "\f1a0";
}

.current-opening .blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px dashed rgb(204, 204, 204);
  padding: 0 0 40px;
  margin-bottom: 40px;
}

.twp-blog p.entry-meta {
  margin: 0 0 30px;
  padding: 0;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 2rem;
  text-align: center;
}

.twp-social-share .hs-blog-social-share {
  padding-top: 0;
  margin-bottom: 52px;
}

.hs-blog-post .twp-topic p#hubspot-topic_data {
  font-size: 2rem;
  margin-bottom: 0;
}

.hs-blog-post .twp-topic {
  text-align: center;
}

.hs-blog-post .twp-topic:before {
  border-top: 1px solid #000;
  content: "";
  display: block;
  margin: 30px auto 0;
  padding-top: 60px;
  width: 25%;
}




}

/*------------------------ Default Blog Post -----------------------*/

.hs_cos_wrapper_type_blog_comments {
  display: block;
  margin-top: 100px;
  margin-bottom: 100px;
}

.hs_cos_wrapper_type_blog_comments .hs-input {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 2rem;
  font-weight: 200;
  padding: 20px;
  width: 100%;
  margin-bottom: 5px;
  line-height: 30px;
}

.hs_cos_wrapper_type_blog_comments .hs-form-field > label {
  margin-bottom: 0;
}

.hs_cos_wrapper_type_blog_comments textarea.hs-input {
  min-height: 282px;
}

.hs_cos_wrapper_type_blog_comments .hs-form-field > label span.hs-form-required {
  color: inherit;
}

.hs_cos_wrapper_type_blog_comments .actions input {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 15px 25px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  white-space: normal;
  width: auto;
}

.hs_cos_wrapper_type_blog_comments .hs_submit.hs-submit {
  padding: 0;
}

/*------------------------ Default Blog Post -----------------------*/

/*------------------------ newsletter -----------------------*/

.net3-newsletter .blog-listing-wrapper .post-listing .post-item .post-body {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}

.net3-newsletter .post-item .post-social-share:after {
  clear: both;
  content: "";
  display: block;
}

.blog img.alignright {
  margin: 0 0 24px 24px;
}


/*------------------------ newsletter -----------------------*/

/*------------------------ Job Opportunities -----------------------*/

.hs-blog-post .hs_cos_wrapper_type_form {
  border-width: 0px;
}

form.hs-form input[type="file"] {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

/*------------------------ Job Opportunities -----------------------*/


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

.hs-home .body-container-wrapper {
  margin: 0;
  max-width: 100%;
}

.hs-home .body-container-wrapper .body-container {
  padding: 0;
}

.home-banner-area {
  position: relative;
  background-attachment: fixed;
  background-color: #fff;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 1;
}

.home-banner-area .vidbg-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #444;
}

.home-banner-area .vidbg-container video {
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*max-width: none;*/
  opacity: 1;
  width: 2600px;
  /*height: auto;*/
  /*height:100vh !important;*/
}

.home-banner-area .vidbg-container .vidbg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.home-banner-area .image-section {
  clear: both;
  text-align: center;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
  color: #fff;
  padding-top: 75px;
  height: 100vh !important;
}

.hs-home .twp-header {
  background: transparent;
}

.hs-home .twp-header .twp-logo p a {
  color: #fff !important;
}

.hs-home .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #fff;
}

.hs-home .header-container-wrapper .container-fluid .row-fluid .page-center {
  border-bottom: 1px solid rgb(0, 0, 0);
}

.home-banner-area .image-section img {
  width: 300px;
}

.image-section .widget-area {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.flexible-widgets {
  padding-bottom: 60px;
  padding-top: 100px;
}

.flexible-widgets .widget {
  float: left;
  margin: 0 0 40px 2.564102564102564%;
  background: none;
  margin-left: 0;
  padding: 0;
  width: 100%;
}

.home-banner-area .image-section  {
  float: center;
  width: 100%;
  padding: 10px;
}

.home-banner-area .image-section  h2 {
  color: #fff;
  text-align: center;
  font-size: 4.5rem;
  padding-top: 45px;
 
}

.home-banner-area .image-section .columnn:first-child > div {
  border-right: 0px solid #272662;
  padding-right: 15px;
}

body.fixed.hs-home .twp-header {
  background-color: #272662;
}

.hs-home.fixed .header-container-wrapper .container-fluid .row-fluid .page-center {
  border-bottom: 0;
}

.cloud-service {
  border-top: 8px solid transparent;
  margin-top: -54px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  z-index: 9;
}

.cloud-service .widget-full {
  background-color: #fff;
  clear: both;
  text-align: center;
  width: 100%;
}

.cloud-service .top {}

.cloud-service .top h1 {
  font-weight: 500;
  font-family: roboto, sans-serif;
}

.cloud-service .row {
  letter-spacing: 2px;
}

.cloud-service .content {}

.cloud-service .content .column {
  float: left;
  width: 20%;
  padding: 10px;
}

.cloud-service .content:after {
  content: "";
  display: block;
  clear: both;
}

.cloud-service .content img {
  cursor: pointer;
  padding-top: 12px;
  margin-bottom: 7px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

.cloud-service .content h2 {
  cursor: pointer;
  padding-top: 18px;
}

.cloud-service .content a {
  display: block;
  color: inherit;
}

.image-section {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9)));
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
  background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.production-service {
  border-top: 8px solid transparent;
  margin-top: -54px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  z-index: 9;
  background-image: url('//5066328.fs1.hubspotusercontent-na1.net/hubfs/5066328/Net3_Technology_November2018/image/redserverpic_large%20website.png');
  background-attachment: fixed;
  background-color: #fff;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}

.cloud-service .page-center:after {
  clear: both;
  content: "";
  display: block;
}

.widget:before {
  content: " ";
  display: table;
}

.widget:after {
  clear: both;
  content: " ";
  display: table;
}

section.widget_text:before {
  content: "";
  display: table;
}

section.widget_text:after {
  content: "";
  display: table;
  clear: both;
}

.production-service .textwidget.custom-html-widget {}

.production-service .textwidget.custom-html-widget h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.production-service .textwidget.custom-html-widget .row {}

.production-service .textwidget.custom-html-widget .row .column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

.production-service .textwidget.custom-html-widget .row .row {}

.production-service .textwidget.custom-html-widget .row .row > .columnp {
  float: left;
  width: 25%;
  padding: 5px;
}

.production-service .textwidget.custom-html-widget .row .row > .columnp.chevy {
  padding-left: 40px;
  padding-top: 20px;
}

.chevron {
  color: blue;
  position: absolute;
  width: 4.8125rem;
  height: 1.1rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(5.225rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(7.15rem);
  }
  100% {
    opacity: 0;
    transform: translateY(11rem) scale(0.5);
  }
}

.chevron:before, .chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: white;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}

.production-service .textwidget.custom-html-widget .row .row > .columnp.chevy#Down {
  transform: rotate(180deg);
  padding-left: 40px;
  padding-bottom: 140px;
}

button,
a.button{
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 15px 25px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  white-space: normal;
  border: 2px solid #22a1c4;
  border-radius: 5px;
  cursor: pointer;
  line-height: 1.5;
  display:inline-block;
}

.btnn {
  border-color: white;
  background-color: transparent;
  color: #E85330;
  cursor: pointer;
  width: 100%;
}

.space {
  column-gap: 40px;
}

.cloud {
  border-color: white;
  color: white;
}

.production-service .textwidget.custom-html-widget .row .button button {
  width: 25%;
  font-family: roboto,sans-serif;
}

.production-service .textwidget.custom-html-widget .row .button {
  padding-bottom: 80px;
}

.production-service .textwidget.custom-html-widget .border {
  border-top: 2px solid #E85330;
}

.production-service .textwidget.custom-html-widget .row.bottom {
  padding-top: 20px;
}

.production-service .textwidget.custom-html-widget .row.bottom .columnn {
  float: left;
  width: 50%;
  padding: 10px;
}

.production-service .textwidget.custom-html-widget .row.bottom .columnn.bottom-left {
  padding-right: 60px;
  border-right: solid 4px;
}

.production-service .textwidget.custom-html-widget .row.bottom .columnn.bottom-left ul {
  margin: 0;
  padding: 0;
  text-align: left;
  padding-left: 50px;
  list-style-position: outside;
  list-style-image: none;
}

.production-service .textwidget.custom-html-widget .row.bottom .columnn.bottom-left ul li {
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: roboto, sans-serif;
}

.production-service .textwidget.custom-html-widget .row.bottom .columnn.bottom-right {
  padding-top: 105px;
}

.production-service .textwidget.custom-html-widget .row.bottom .columnn.bottom-right a.button {
  width: 60%;
  font-family: roboto,sans-serif;
  font-size: 1.9rem;
}

.production-service .textwidget.custom-html-widget .row.bottom .columnn.bottom-right h3 {
  font-size: 1.8rem;
  padding-top: 30px;
}

.data-protection-services {
  border-top: 8px solid transparent;
  margin-top: -54px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  z-index: 9;
}

.solid-section {
  background-color: #fff;
}

.data-protection-services .solid-section {
  background-color: #f3f3f3;
}

.data-protection-services .custom-html-widget {}

.data-protection-services .custom-html-widget .row {
  background-color: rgb(16, 45, 123);
  padding: 10px;
  width: 100%;
  text-align: center;
}

.data-protection-services .page-center:after {
  clear: both;
  content: "";
  display: table;
}

.data-protection-services .page-center:before {
  content: "";
  display: table;
}

.data-protection-services .custom-html-widget .row h1 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: roboto, sans-serif;
  padding-top: 10px;
}

.data-protection-services .custom-html-widget .row .content {}

.data-protection-services .custom-html-widget .row .content .columnn {
  float: left;
  width: 50%;
  padding: 10px;
}

.data-protection-services .custom-html-widget .row .content:after {
  clear: both;
  content: "";
  display: table;
}

.data-protection-services .custom-html-widget .row .content:before {
  content: "";
  display: table;
}

.data-protection-services .custom-html-widget .row .content .columnn div h2 {
  color: white;
}

.data-protection-services .custom-html-widget .row .content .columnn div h2 img {
  max-height: 40px;
  padding-right: 15px;
  vertical-align: unset;
}

.data-protection-services .custom-html-widget .row .content .columnn p {
  color: #fff;
}

.data-protection-services .custom-html-widget .row .content .columnn div.button-columnn {
  background-color: rgb(16, 45, 123);
  padding: 70px 0px 0px 0;
  width: 100%;
}

.data-protection-services .custom-html-widget .row .content .columnn div.button-columnn button {
  width: 50%;
  font-family: roboto,sans-serif;
  font-size: 1.2rem;
}

.hs-home .data-protection-services .flexible-widgets {
  padding-bottom: 0;
}

.partner {}

.partner .page-center:after {
  content: "";
  display: table;
  clear: both;
}

.partner .page-center:before {
  content: "";
  display: table;
}

.partner .solid-section {
  background-color: #f3f3f3;
}

.hs-home .partner .solid-section .flexible-widgets {
  padding-top: 0;
}

.partner h3.widgettitle.widget-title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}

.partner .columnp {
  width: 25%;
  padding: 5px;
  vertical-align: inherit;
  display: table-cell;
}

.partner .columnp img {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.partner .textwidget.custom-html-widget .row {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.ransomware-service {
  border-top: 8px solid transparent;
  margin-top: -54px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  z-index: 9;
  background-image: url('//5066328.fs1.hubspotusercontent-na1.net/hubfs/5066328/Home%20page%20Ransomware%20banner%20image.png');
  background-attachment: fixed;
  background-color: #fff;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}
.cloud-agnostic {
  border-top: 8px solid transparent;
  margin-top: -54px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  z-index: 9;
  background-attachment: fixed;
  background-color: #fff;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.hs-home .partner {
  margin-bottom: 7px;
}

.cloud-agnostic .top-content {
  color: #fff;
}

.cloud-agnostic .top-content .right {
  text-align: right;
}

.cloud-agnostic .top-content h1 + h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

.cloud-agnostic .top-content .trans {
  background-color: rgb(0,0,0, 0.5);
  padding: 20px 20px 10px;
}

.cloud-agnostic .top-content .left {
  text-align: left;
}

.cloud-agnostic .top-content .trans h3 + h3 {
  padding-top: 20px;
}

.cloud-agnostic .top-content .trans button,
.cloud-agnostic .top-content .trans a.button {
  width: calc( 25% + 5px );
  margin-left: auto;
  margin-right: -10px;
  display: block;
  margin-top: 50px;
  font-family: roboto,sans-serif;
  font-size: 1.2rem;
  text-align: center;
  border-color: #fff;
}

.cloud-agnostic .bottom-content {
  margin-top: 40px;
}

.cloud-agnostic .bottom-content h4 {
  border-width: 0;
  padding-top: 20px;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 3px;
  padding-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}

.cloud-agnostic .bottom-content .row {
  background-color: rgb(255, 255, 255, 0.2);
}

.cloud-agnostic .bottom-content .row .column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

.cloud-agnostic .bottom-content .row:before {
  content: "";
  display: table;
}

.cloud-agnostic .bottom-content .row:after {
  content: "";
  display: table;
  clear: both;
}

.cloud-agnostic .bottom-content .row .column img {
  width: 50%;
}

.content-width-image .page-center:after {
  clear: both;
  content: "";
  display: table;
}

.btnnp {
  border-color: #e85330;
  background-color: transparent;
  color: #E85330;
  cursor: pointer;
  width: 75%;
}

.content-width-image .btnnp {
  font-size: 1.5rem;
  width: 25%;
  font-family: roboto, sans-serif;
}

.content-width-image {
  text-align: center;
  border-top: 8px solid transparent;
  margin-top: -54px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  z-index: 9;
}

.content-width-image img {
  max-width: 1000px;
  margin-bottom: 7px;
}

.home-banner-area .page-center:after {
  clear: both;
  content: "";
  display: table;
}

.cloud:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
}

.data-protection-services .btnn:hover {
  background: #E85330;
  color: white;
  border: 2px solid #000;
}

.content-width-image .btnnp:hover {
  background: #E85330;
  color: white;
  border: 2px solid #000;
}

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

/* ------------------------error----------------------------- */

.error404 .custom_error_message {}

.error404 .custom_error_message h1 {
  font-size: 4.8rem;
}

.error404 .hs-search-field {
  border: 0;
  padding: 0;
}

.error404 .hs-search-field .hs-search-field__input {
  width: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 2rem;
  font-weight: 200;
  padding: 20px;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  margin-right: 6px;
  font-family: "roboto", sans-serif;
  line-height: 30px;
}

.error404 .hs-search-field .hs-search-field__input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.error404 .hs-search-field .hs-search-field__input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.54;
}

.error404 .hs-search-field input[type="submit"] {
  padding: 24px 25px 25px;
  letter-spacing: 1px;
}

.error404 .hs-search-field input[type="submit"]:hover {
  background-color: #102d7b;
  border: 2px solid #102d7b;
}

.error404 .hs-search-field {
  margin-bottom: 40px;
}

ul:not([class]) ul {
  list-style: disc;
}

.custom-month span.filter-link-count,.custom-categories span.filter-link-count {
  display: none;
}

.custom-author span.filter-link-count {
  color: #000;
}

.error404 .main-content {
  margin-bottom: 100px;
}

.production-service .textwidget.custom-html-widget .row.bottom .columnn.bottom-right .button {
  padding-bottom: 15px;
  border-color: #fff;
}

.content-width-image a.button {
  border-color: #e85330;
}

body.fixed .twp-header.no-navigation {
  min-height: 58px;
}

input + input {
  margin-top: 30px;
}

.subscribe-options label {
  display: inline-block;
}

.blog.default-blog {}

.blog.default-blog.hs-blog-listing .post-body p {
  margin-bottom: 10px;
}

.default-blog img.alignLeft,
.default-blog img.alignleft,
.net3-newsletter img.alignleft,
.net3-newsletter img.alignLeft{
  margin: 0 24px 24px 0;
}

.default-blog .post-body a {
  color: #2e6480;
}

.default-blog .post-body a:hover {
  color: #555555;
}

.default-blog.hs-blog-listing .post-body li:not([class]) {
  float: left;
  width: 100%;
}

.default-blog.hs-blog-listing .post-body ol:not([class]),
.default-blog.hs-blog-listing .post-body ul:not([class]) {
  display: inline-block;
}

/* .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item * {
vertical-align: top !important;
} */

/* .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
height: 24px !important;
} */

.hs-blog-social-share {
  margin-top: 15px;
  margin-bottom: 28px;
}

/* .hs_cos_wrapper_type_blog_social_sharing {
display: inline-block;
} */

/* .blog.default-blog .post-body ul.hs-blog-social-share-list {
margin-bottom: 0;
} */

.blog.default-blog .post-body ul.hs-blog-social-share-list {
  margin-bottom: 0;
}

.blog.default-blog .post-body .hs-blog-social-share {
  margin-bottom: 22px;
}


.blog-pagination {
  text-align: center;
  width: 100%;
  float: left;
  margin: 14px 0 8px;
}

.blog-pagination .blog-pagination-left {}

.blog-pagination a {
  padding: 1.5px 10px;
  text-decoration: none !important;
  border: 2px solid #777;
  color: #777;
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
}

.blog-pagination a.prev-link,
.blog-pagination a.next-link {
  padding: 4px 10px;
}

.blog-pagination > div {
  display: inline-block;
}

.blog-pagination a.inactive {
  display: none;
}

.blog-pagination a.active {
  border: 2px solid #777;
  background: #777;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  cursor: text;
}

ul.content-social-share {
  margin-left: 0;
  margin-top: 26px;
  list-style: none;
  margin-bottom: 32px;
}

ul.content-social-share li {
  float: left;
  margin-right: 5px;
}

ul.content-social-share:after {
  clear: both;
  content: "";
  display: table;
}

ul.content-social-share:before {
  content: "";
  display: table;
}

ul.content-social-share li a:after {
  line-height: 1;
  display: block;
  font-family: 'Genericons';
  font-size: 13px;
  height: 20px;
  top: 3px;
  left: 5px;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  width: 20px;
  content: "";
}

ul.content-social-share li#facebook a:after {
  content: "";
}

ul.content-social-share li a {
  position: relative;
  display: block;
  border-radius: 3px;
  padding: 0 0 0 24px;
  width: 20px;
  height: 20px;
  border: 1px solid #035a87;
  color: #035a87;
}

ul.content-social-share li#linkedin a:after {
  content: "";
}

ul.content-social-share li#twitter a:after {
  content: "";
  font-size: 16px;
  top: 0px;
}

ul.content-social-share li#linkedin a {
  border: 1px solid #09b0ed;
  color: #09b0ed;
  width: auto;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  padding-right: 7px;
}

.blog-pagination a.elipses {
  border: 0;
  padding: 0 5px;
  color: #111;
}

ul.content-social-share li#linkedin a span {
  position: relative;
  top: 1px;
}

/* .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
border-color: rgb(80, 79, 78);
} */

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  border-color: rgb(80, 79, 78);
}

ul.content-social-share li#facebook a:hover {
  background: #3d5a98;
  color: #fff;
}

ul.content-social-share li#linkedin a:hover {
  background: #09b0ed;
  color: #fff;
}

ul.content-social-share li#twitter a:hover {
  background: #035a87;
  color: #fff;
}

.blog-pagination > div.blog-pagination-right {
  margin-left: 12px;
}

.blog-pagination > div.blog-pagination-left {
  margin-right: 12px;
}


/* ------------------------error----------------------------- */


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


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

@media (max-width: 1280px) {

  .body-container-wrapper {
    max-width: 90%;
  }

  .twp-header .twp-logo {
    float: left;
  }

  .header-conatiner-wrapper .container-fluid .row-fluid .page-center {
    max-width: 90%;
  }

  .header-container-wrapper .container-fluid .row-fluid .page-center,
  .footer-container-wrapper .container-fluid .row-fluid .page-center{
    max-width: 90%;
  }

  .twp-header .twp-logo {
    width: auto;
  }

  .hs-home .container-fluid .row-fluid .page-center {
    max-width: 90%;
  }

}

@media (max-width: 1200px) {

  .header-container-wrapper .container-fluid .row-fluid .page-center,
  .footer-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 80%;
  }

  .hs-home .container-fluid .row-fluid .page-center {
    max-width: 80%;
  }

  .body-container-wrapper {
    max-width: 80%;
  }

  .twp-header .twp-logo {
    width: auto;
  }

  .twp-header .custom-menu-primary {
    float: left;
    width: 100%;
  }

  .body-container-wrapper .body-container{
    padding-left: 110px;
    padding-right: 110px;
  }

  .production-service,
  .cloud-agnostic {
    background-attachment: scroll;
  }

}

@media (max-width: 1023px) {

  .twp-header .twp-logo {
    width: 100% !important;
    text-align:center;
    padding: 15px 0
  }

  .header-container-wrapper .container-fluid .row-fluid .page-center,
  .footer-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 75.1%;
  }

  .body-container-wrapper {
    max-width: 75.1%;
  }

  .twp-header {
    position: relative;
  }

  body.fixed .twp-header {
    background: #fff;
  }

  body.fixed .twp-header .twp-logo {
    padding: 15px 0;
  }

  .body-container-wrapper .body-container{
    padding-left: 20px;
    padding-right: 20px;
  }

  .twp-footer .twp-footer-center-content i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 10px 9px;
  }

  .twp-footer .twp-footer-right-group.span3 {
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }

  .twp-footer .twp-footer-left-group.span5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333%;
    float: left;
  }

  .twp-footer .twp-footer-center-group {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 33.333% !important;
    float: left !important;
  }

  .hs-home .container-fluid .row-fluid .page-center {
    max-width: 75.1%;
  }

  .home-banner-area .image-section {
    padding-top: 0;
  }

  .flexible-widgets .widget {
    margin: 0 auto 20px;
    background: none;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }

  .cloud-agnostic {
  }

  .cloud-agnostic .image-section .widget-area {
    padding-top: 127px;
    padding-bottom: 87px;
  }

}


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

@media (max-width: 800px) {

  .header-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 100%;
    padding: 0 5%;
  }

  .body-container-wrapper {
    max-width: 100%;
  }

  .body-container-wrapper .body-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  body:not(.nu) .body-container-wrapper .body-container{
    padding-bottom: 0;
  }

  .footer-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 100%;
    padding: 0 5%;
  }

  .twp-footer .twp-footer-left-group,
  .twp-footer .twp-footer-center-group,
  .twp-footer .twp-footer-right-group {
    width: 100% !important;
    padding: 0 !important;
  }

  .hs-home .container-fluid .row-fluid .page-center {
    max-width: 100%;
    padding: 0 5%;
  }

}  

@media (max-width: 767px) {

  .hs-form-field {
    width: 100% !important;
  }

  .alignright,
  .alignleft,
  .aligncenter{
    float: none;
    margin-left: auto !important;
    text-align: center;
    display: block;
    margin-right: auto !important;
  }

  .home-banner-area .image-section .columnn {
    width: 100%;
  }

  .home-banner-area .image-section {
    padding-top: 0;
  }

  .home-banner-area .image-section .columnn h2 {
    padding-top: 51px;
  }

  .cloud-service {
    border-top: 0;
    margin-top: 0;
  }

  .cloud-service .content .column {
    width: 100%;
  }

  .flexible-widgets {
    padding-bottom: 40px;
    padding-top: 60px;
  }

  .home-banner-area .image-section .widget-area {
    padding-bottom: 60px;
    padding-top: 100px;
  }

  .production-service {
    margin-top: 0;
    border-top: 0;
  }

  .flexible-widgets .widget {
    margin: 0 auto 20px;
  }

  .production-service .flexible-widgets {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .production-service .textwidget.custom-html-widget .row .column {
    width: 100%;
  }

  .production-service .textwidget.custom-html-widget .row.bottom .columnn {
    width: 100%;
  }

  .data-protection-services {
    margin-top: 0;
    border-top: 0;
  }

  .data-protection-services .custom-html-widget .row .content .columnn {
    width: 100%;
  }

  .data-protection-services .custom-html-widget .row .content .columnn .match-height {
    height: auto !important;
  }

  .data-protection-services .custom-html-widget .row .content .columnn div.button-columnn {
    padding-top: 20px;
  }

  .partner .columnp {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .partner .textwidget.custom-html-widget .row {
    display: block;
  }

  .cloud-agnostic .bottom-content .row .column {
    width: 100%;
    margin-bottom: 20px;
  }

  button.space.center.btnnp {
    width: auto;
  }

  .cloud-agnostic .top-content .trans a.button {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .production-service .textwidget.custom-html-widget .row .button button {
    width: auto;
  }

  .home-banner-area .image-section .columnn:first-child > div {
    border: 0;
    padding: 0;
  }

  .production-service .textwidget.custom-html-widget .row.bottom .columnn.bottom-left {
    border: 0;
    padding-right: 10px;
  }

  .content-width-image .btnnp {
    width: auto;
  }

  .data-protection-services .custom-html-widget .row .content .columnn div.button-columnn button {
    width: auto;
  }

  .production-service .textwidget.custom-html-widget .row.bottom .columnn.bottom-right a.button {
    width: auto;
  }

}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 600px) {

  .production-service .textwidget.custom-html-widget .row .row > .columnp {
    width: 100%;
    margin-bottom: 20px;
  }


}

@media (max-width: 479px) {}


@media (max-width: 400px) {

  .production-service .textwidget.custom-html-widget .row .row > .columnp.chevy {
    display: none;
  }

}
 .IN-widget {
   vertical-align: top !important;
}




@media (max-width: 800px) {
 .custom-menu-primary .hs-menu-wrapper>ul,.custom-menu-primary .hs-menu-wrapper>ul>li {
background-color:#fff!important;
color: #000!important;
  }
.hs-home .custom-menu-primary .hs-menu-wrapper>ul>li>a {
color:#272662!important;
}