/* ==========================================================================
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
10. PADDING AND MARGIN CLASSES
========================================================================== */


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


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

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

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,700');

/* 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;
    display: flex;
    align-items: center;
}
@media (max-width: 991px) { 
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
      display: block;
  }
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

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

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


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

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

:root {
    --primary-color: #1991C1;
    --light-color: #ffffff;
    --light-text-color: #ffffff;
    --dark-color: #1991C1;
    --dark-text-color: #4f4f4f;
    --shadow: none;
	--border-color: #1991C1;
}













/* =============== 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;
	font-weight: 400;
	font-size: 11pt;
} 

body {
	background: #fff;
	font-weight: 400;
	/*     font-family: 'Roboto','Helvetica',sans-serif; */
	font-family: Helvetica Neue, Helvetica, Roboto, sans-serif;
	font-size: 11pt;
	line-height: 1.6;
	color: #4f4f4f;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
	float: none;
	width: 100%;
	margin: 0 auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

/* Highlighted Text */
::-moz-selection {
	color: #fff;
	background: #39f;
	text-shadow: none;
}
::selection {
	color: #fff;
	background: #39f;
	text-shadow: none;
}


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin:15px 0px;
	/*   font-family:Roboto, Helvetica, sans-serif; */
	font-family: Helvetica Neue, Helvetica, Roboto, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	/* 	font-family: Roboto; */
	font-size: 32pt;
	line-height: 1.6;
	font-weight:700;
} 
h2 {
	/*   font-family: Roboto; */
	margin: 1em 0 0.5em 0;
	padding: 0;
	color: #4f4f4f;
	font-size: 18pt;
	line-height: 1.1;
	font-weight:500;
}
h3 {
	/*   font-family: Roboto; */
	font-size: 15pt;
	font-weight: 500;
	margin: 1em 0 0.5em 0;
	line-height: 1.1;
}
h4 {
	font-size: 20pt;
	font-weight:400;
	/*   font-family:Roboto; */
	line-height: 1em;
}
h5 {
	/* 	font-family:Roboto; */
	font-weight:500;
	color:#4f4f4f;
	line-height: 1.1;
	font-size:18pt;
}
h6 {
	/* font-family:Roboto; */
	font-weight:500;
	color:#4f4f4f;
	line-height: 1.6;
	font-size:15pt;
}

/* Anchor Links */
a { 
	color: #1991C1;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	text-decoration: none;
}
a:hover, a:focus { text-decoration: underline;}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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


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

.land .custom-menu-primary .hs-menu-wrapper > ul > li > a{
	opacity:0;
	visibility:hidden;
}
.land a.mobile-icon {
	display: none !IMPORTANT;
}

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

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

.error-template .body-container .content-wrapper,
.subscription-template .body-container .content-wrapper,
.password-template .body-container .content-wrapper{
	padding-top:2rem;
}


.flyout-logo {
	display: none;
}
.IE .banner-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #ded6bf;
}
.banner-image {
	background-size: 0;
}
.banner-image img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 50% 50%;
}
.IE .banner-image img {
	display:none;
}
.IE .banner-area .banner-image, 
.banner-area .banner-image img {
	height: 120px;
}
.banner-area .page-center {
	position: relative;
	height: 100%;
}
.banner-area h1, .banner-area .h1 {
	background: #1991C1;
	padding: 0.5rem 1rem;
	font-size: 15pt;
	color: #ffffff;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1em;
	border-bottom: 1px solid #ccc;
	/*   font-family:Roboto, Helvetica, sans-serif; */
	font-family: Helvetica Neue, Helvetica, Roboto, sans-serif;
	margin-left: 1rem;
}

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

.body-container-wrapper {}
.body-container {}

.body-container .content-wrapper {
	padding-top: 2rem;
}
.body-container .content-wrapper{
	padding-bottom: 4rem;
}

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

/* ========= Home Page ======= */

.custom-home-top-slider .hs_cos_gallery_main {
	padding: 0 !important;
	margin: 0 !important;
}
.custom-home-top-slider .slick-slide-inner-wrapper {
	display: block !important;
}
.IE .custom-home-top-slider .slick-slide-inner-wrapper {
	height: 620px;
	background-size: cover;
	background-position: center;
	display: block !important;
}
.IE .custom-home-top-slider .slick-slide-inner-wrapper img {
	display: none;
}
.custom-home-top-slider .slick-slide-inner-wrapper img {
	height: 620px;
	width: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit:cover';
}
.custom-home-top-slider .caption.below {
	position: absolute;
	left: 0;
	right: 0;
	top: 16rem;
}
.custom-home-top-slider .caption.below h1 {
	text-align: center;
	font-weight: 700;
	font-size: 40pt;
	color: #ffffff;
	text-shadow: 0 0 10px rgba(0,0,0,0.75);
	margin: 0;
}
.custom-home-top-slider .slick-prev, 
.custom-home-top-slider .slick-next {
	border: 0;
	border-radius: 50%;
	display: block;
	font-size: 0;
	height: 42px;
	pointer-events: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
	z-index: 1;
	margin: 0;
}
.custom-home-top-slider .slick-prev:before,
.custom-home-top-slider .slick-next:before {
	font-family: 'FontAwesome';
	font-size: 20pt;
	color: #ffffff;
	font-weight: normal;
	line-height: 1;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.custom-home-top-slider .slick-next:before {
	content: '\f054';
}
.custom-home-top-slider .slick-prev:before {
	content: '\f053';
}
.custom-home-top-slider .slick-prev:hover:before,
.custom-home-top-slider .slick-prev:focus:before, 
.custom-home-top-slider .slick-next:hover:before,
.custom-home-top-slider .slick-next:focus:before {
	opacity: 1;
}

.custom-home-row1 {
	position: relative;
}
.custom-home-link-module {
	width: 24%;
	float: left;
	z-index: 10;
	position: absolute;
	bottom: 1px;
	z-index: 1;
}
.custom-home-link-module.project-link {
	left: 52%;
	background: #136B8F;
}
.custom-home-link-module.product-link {
	left: 24%;
	background: #1991C1;
}
.custom-home-link-module h2 {
	text-align: left;
	font-size: 18pt;
	color: #ffffff;
	margin: 0;
	padding: 1rem 2rem;
	font-weight: 300;
	cursor: pointer;
	position: relative;
}

.custom-home-link-module h2 span {
	display: block;
	color: #7fc2da;
	font-size: 12pt;
	display: block;
	margin: 0.5rem 0 0 0;
}

.custom-home-link-module h2.block-title:before {
	position: absolute;
	right: 2rem;
	top: 1rem;
	content: '';
	width: 48px;
	height: 48px;
	border: 1px solid #7fc2da;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-align: center;
	padding: 0.5rem;
	box-sizing: border-box;
	display: block;
}
.custom-home-link-module.project-link h2.block-title:before {
	content: url('//cdn2.hubspot.net/hubfs/4604075/Aurae_July2018/Images/projects.svg');
}
.custom-home-link-module.product-link h2.block-title:before {
	content: url('//cdn2.hubspot.net/hubfs/4604075/Aurae_July2018/Images/products.svg');
}
.custom-home-link-module ul {
	position:relative;
	z-index:1;
}

.custom-home-link-module ul li {
	margin: 0 0 0.5rem 0;
	padding: 0 0 0.5rem 0;
	font-weight: 300;
}

.custom-home-link-module.product-link ul li {
	border-bottom: 1px solid #1991C1;
}

.custom-home-link-module ul li a {
	color: #ffffff;
	text-decoration: none;
}
.custom-home-link-module ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 0;
	width: 0;
	transition: 0.5s;
}
.customcustom-bottom-link ul {
	margin: 0;
	padding: 1rem 2rem;
	width: 100%;
	height: 100%;
	transition: 0.5s;
}
.custom-home-link-module.project-link ul li {
	border-bottom: 1px solid #136B8F;
}
.custom-home-link-module ul li a:hover {
	text-decoration: underline;
}

.home-page-layout .custom-home-row2 .page-center {
	padding-top: 3em;
	padding-bottom: 4em;
}
.home-page-layout .custom-home-row2 .custom-row2-inner {
	padding: 0 1rem;
}
.home-page-layout .custom-home-row2 .custom-home-row2-col {
	font-size: 13.5pt;
	margin: 0 auto !important;
	width: 70% !important;
	padding: 2rem 0;
	float: none !important;
	text-align: center;
}
.home-page-layout .custom-home-row2 .custom-home-row2-col p {
	margin: -1px 0 0;
}
.custom-row2-slider-group {
	margin: 2rem 0;
}
.custom-row2-slider-group .custom-home-row2-col2 {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 0.5rem;
	margin-bottom: 2rem;
}
.custom-row2-slider-group .custom-home-row2-col2 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.custom-row2-slider-group .custom-home-row2-col2 ul li {
	display: inline-block;
	text-transform: uppercase;
}
.custom-row2-slider-group .custom-home-row2-col2 ul li:first-child {
	font-size: 15pt;
}
.custom-row2-slider-group .custom-home-row2-col2 ul li:last-child {
	float: right;
}
.custom-home-product-gallery .slick-slider {
	margin-bottom: 0;
	padding: 0 !important;
}
.custom-home-product-gallery .hs_cos_gallery_slide.slick-slide {
	padding: 0 1rem;
	text-align: center;
	margin-bottom: 2rem;
}
.custom-home-product-gallery .slick-slide-inner-wrapper {
	display: block !important;
}
.IE .custom-home-product-gallery .custom-project-slider-image {
	background-size: cover;
	height: 240px;
	background-position: center;
}
.IE .custom-home-product-gallery .custom-project-slider-image img {
	display: none;
}
.custom-home-product-gallery .custom-project-slider-image img {
	width: 100%;
	height: 240px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit:cover';
}
.custom-home-product-gallery .caption.below h3 {
	margin: 1rem 0;
	font-weight: 400;
	font-size: 11pt;
	line-height: 1.6;
	color: #4f4f4f;
}
.custom-home-product-gallery .caption.below h3 a {
	color: #4f4f4f !important;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	border: 0;
	background-color: transparent !important;
}
.custom-home-product-gallery .caption.below h3 a:hover {
	text-decoration: underline;
}
.custom-home-product-gallery .caption.below a {
	line-height: 1em;
	padding: 0.75em 2em;
	text-transform: uppercase;
	font-weight: 700;
	background: #ffffff;
	color: #1991C1;
	border: 1px solid #7fc2da;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	margin-top: -1px;
}
.custom-home-product-gallery .caption.below a:hover {
	background: #def3fb;
	color: #136B8F;
	text-decoration: none;
}

.custom-home-product-gallery .slick-prev:before,
.custom-home-product-gallery .slick-next:before {
	font-family: 'FontAwesome';
	font-size: 20pt;
	color: #136B8F !important;
	color: #ffffff;
	font-weight: normal;
	line-height: 1;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.custom-home-product-gallery .slick-next:before {
	content: '\f054';
}
.custom-home-product-gallery .slick-prev:before {
	content: '\f053';
}
.custom-home-product-gallery .slick-prev {
	left: -2rem;
}
.custom-home-product-gallery .slick-next {
	right: -2rem;
}
.custom-home-product-gallery .slick-arrow,
.custom-home-product-gallery .slick-down {
	border: 0;
	border-radius: 50%;
	display: block;
	font-size: 0;
	height: 42px;
	pointer-events: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
	margin: 0;
	z-index: 1;
}
.custom-home-product-gallery .slick-prev:hover:before,
.custom-home-product-gallery .slick-prev:focus:before,
.custom-home-product-gallery .slick-next:hover:before,
.custom-home-product-gallery .slick-next:focus:before {
	opacity: 1;
}
.customcustom-bottom-link {
	position:relative;
}
.customcustom-bottom-link:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	transition:all 0.3s;
	background: #1680aa;
}

.custom-home-link-module.project-link .customcustom-bottom-link:after {
	background: #105a78;
}

.customcustom-bottom-link.active:after {
	width: 100%;
	transition:all 0.3s;
}
/* ======== One Column Content ========= */

.body-container p {
	margin: 0 0 8.5pt;
}

.one-column-layout .main-content {
	padding: 0 1rem;
}
.one-column-layout .main-content p:last-of-type {
	margin: 0;
}
.one-column-layout .content-wrapper {
	padding-top: 2em !important;
}
.custom-breadcrumb-menu {
	margin: 0 0 4.1rem 0;
	overflow: hidden;
}
.custom-breadcrumb-menu ul {
	padding: 0;
	margin: 0 !important;
	list-style-type: none;
}
.custom-breadcrumb-menu ul li {
	padding: 1px 0 0;
	text-transform: uppercase;
	font-size: 10pt;
	color: #828282;
	float: left;
}
.custom-breadcrumb-menu ul li:before {
	padding-left: 10px;
	content: "/\00a0";
	padding: 0 5px 0 9px;
	color: #ccc;
}
.custom-breadcrumb-menu ul li:first-child:before {
	display: none;
}
.custom-breadcrumb-menu .hs-breadcrumb-menu-divider:before {
	display: none;
}

.custom-one-team-warap {
	padding-bottom: 7px;
}
.custom-one-team-warap .custom-team-image {
	width: calc(50% - 2rem );
	float: left;
	margin: 0 2rem 0 0;
	background-size: 0;
}
.custom-one-team-warap .custom-team-image img {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit:cover';
	width: 100%;
	height: 360px;
}
.IE .custom-one-team-warap .custom-team-image {
	background-size: cover;
	height: 360px;
	background-position: center;
}
.IE .custom-one-team-warap .custom-team-image img {
	display: none;
}
.custom-one-team-warap .custom-team-content {
	width: 50%;
	float: left;
	padding: 0 0 0 2rem;
}
.custom-one-team-warap .custom-team-content h3 {
	margin: 0 0 1rem 0;
}
.custom-one-team-warap .custom-team-content h5 {
	margin: 0 0 1rem;
	color: #1991C1;
	font-weight: 400;
	font-size: 11pt;
	line-height: 1.6;
}

.custom-our-team-group {
	margin-top: 3rem;
}
.custom-our-team-group h2.team-title {
	margin: 0 0 1em 0;
	font-size: 15pt;
	text-align: center;
}
.custom-our-team-group .custom-inner-wrapper {
	/*     display: flex; */
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 1.25rem;
}

.custom-our-team-group .custom-team-item {
	order: 0;
	/*   flex: 0 0 25%; */
	margin-bottom: 1rem;
	/*   padding: 0 1em; */
	text-align: center;
}
.custom-our-team-group .custom-team-image {
	background-size: 0;
}
.IE .custom-our-team-group .custom-team-image {
	background-size: cover;
	height: 240px;
	background-position: center;
}
.IE  .custom-our-team-group .custom-team-image img {
	display: none;
}
.custom-our-team-group .custom-team-image img {
	width: 100%;
	max-width: 480px;
	height: 240px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit:cover';
	display: inline-block;
	margin: 0;
}
.custom-our-team-group .custom-team-image a {
	display: block;
	width: 100%;
	height: 100%;
}
.custom-our-team-group .custom-team-content h4 {
	font-size: 11pt;
	font-weight: 400;
	/*   font-family: Roboto; */
	font-family: Helvetica Neue, Helvetica, Roboto, sans-serif;
	line-height: 1.6;
	margin: 1rem 0;
}
.custom-our-team-group .custom-team-content h4 a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11pt;
	line-height: 1.6;
	color: #4f4f4f;
}
.custom-our-team-group .custom-team-content h5 {
	font-size: 10pt;
	line-height: 1;
	margin: -1rem 0 0.95rem 0;
}



.custom-product-tabberlive ul.tabbernav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	display: block;
	width: 100%;
	float: left;
}
.custom-product-tabberlive ul.tabbernav:empty {
	display: none;
}
.custom-product-tabberlive ul.tabbernav li {
	float: left;
	margin: 0 0 -1px 0;
	background-color: #fff;
	position: relative;
	top: 0;
	border-top: 2px solid transparent;
}
.custom-product-tabberlive ul.tabbernav li:hover,
.custom-product-tabberlive ul.tabbernav li:hover a {
	background: none;
	border-bottom: 1px solid #1991C1;
}
.custom-product-tabberlive ul.tabbernav li a {
	padding: .5rem 1rem .45rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #1991c1;
	border-bottom: 1px solid #fff;
	display: inline-block;
	background-color: #fff;
}
.custom-product-tabberlive ul.tabbernav li a:hover {
	text-decoration: none;
}
.custom-product-tabberlive ul.tabbernav li.tabberactive:hover a {
	border-bottom: 1px solid #fff;
}
.custom-product-tabberlive ul.tabbernav li.tabberactive {
	border-bottom: 1px solid #ffffff;
	border-top: 2px solid #1991C1;
	position: relative;
}
.custom-product-tabberlive ul.tabbernav li.tabberactive a {
	color: #4f4f4f;
}
.custom-product-tabberlive .custom-heading {
	display: none;
}
.custom-product-tabberlive .custom-product-overview-group {
	padding: 2.5rem 0 0 0;
	float: left;
	width: 100%;
}
.custom-product-tabberlive .tecgnical-info .custom-product-content-wrap {
	border-bottom: 1px solid #D3D7D9;
	margin-bottom: 1em;
	margin-top: 2rem;
}
.custom-product-content-wrap .custom-technicla-info-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
}

.custom-product-content-wrap .custom-technicla-info-item {
	flex: 0 0 25%;
	padding: 0 2rem 0 0;
	margin-bottom: 2rem;
}
.custom-product-content-wrap .custom-info-content {
	padding-left: 1rem;
}
.custom-product-content-wrap .custom-info-content span.file {
	display: block;
	margin-bottom: 0.5rem;
}
.custom-product-content-wrap .custom-info-content span.file a {
	word-break: break-all;
}
.custom-product-content-wrap .custom-info-content img.file-icon {
	margin-right: 0.25rem;
	vertical-align: middle;
}
.custom-product-content-wrap .custom-info-heading {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.custom-product-tabberlive .tabbertabhide {
	display: none;
}

.custom-product-content-wrap .custom-product-left-column-group {
	float: left;
	width: 50%;
	padding-right: 2rem;
}
.custom-product-content-wrap .custom-product-right-column-group {
	width: 50%;
	float: left;
	padding-left: 2rem;
}
.custom-product-content-wrap .custom-product-right-column-group ul,
.custom-product-content-wrap .custom-product-right-column-group ol {
	margin-top: 0;
	margin-bottom: 8.5pt;
}
.custom-product-content-wrap .custom-product-right-column-group blockquote {
	padding: 8.5pt 17pt;
	margin: 0 0 17pt;
	font-size: 13.75pt;
	border-left: 5px solid #ccc;
}
.addthis_inline_share_toolbox {
	text-align: right;
	padding-bottom: 15px;
}
.custom-light-box-wrap .custom-lightbox-item {
	width: 31.33%;
	float: left;
	margin: 0 1% 0.5rem;
}
.custom-light-box-wrap .custom-lightbox-item:first-child {
	width: 100% !important;
	margin: 0 0 0.5rem;
}
.custom-light-box-wrap  .custom-lightbox-item img {
	height: 150px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit:cover';
}
.IE .custom-light-box-wrap  .custom-lightbox-item .custom-lightbox-image {
	height: 150px;
	background-size: cover;
	background-position: center;
}
.IE .custom-light-box-wrap  .custom-lightbox-item img {
	display: none;
}
.IE .custom-light-box-wrap .custom-lightbox-item:first-child .custom-lightbox-image,
.custom-light-box-wrap  .custom-lightbox-item:first-child img {
	height: 360px;
}

.custom-accordion-group {
	border: 1px solid #1991C1;
	padding: 1rem 1.5rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-top: 2rem;
	margin-bottom: 4rem;
}
.custom-accordion-group .custom-accordion-heading h2 {
	font-size: 11pt;
	text-transform: uppercase;
	color: #1991C1;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
	font-weight: 700;
}
.custom-accordion-group .custom-accordion-heading h2:after {
	font-weight: normal;
	content: '\f078';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 0;
	font-size: 10pt;
	line-height: 1;
}
.custom-accordion-group .custom-accordion-heading.open h2:after {
	content: '\f077';
}
.custom-accordion-form span.hs-form-required {
	display: none;
}
.custom-accordion-form label {
	margin: 0;
	display: block !important;
}
.custom-accordion-form ul.hs-error-msgs.inputs-list {
	margin: 5px 0 0;
}
.custom-accordion-form input[type="text"],
.custom-accordion-form input[type="password"],
.custom-accordion-form input[type="datetime"],
.custom-accordion-form input[type="datetime-local"], 
.custom-accordion-form input[type="date"],
.custom-accordion-form input[type="month"], 
.custom-accordion-form input[type="time"],
.custom-accordion-form input[type="week"],
.custom-accordion-form input[type="number"],
.custom-accordion-form input[type="email"],
.custom-accordion-form input[type="url"],
.custom-accordion-form input[type="search"], 
.custom-accordion-form input[type="tel"],
.custom-accordion-form input[type="color"],
.custom-accordion-form input[type="file"],
.custom-accordion-form textarea, 
.custom-accordion-form select {
	padding: 0.5rem;
	font-weight: 300;
	max-width: 100%;
}
.custom-accordion-form textarea {
	min-height: 132px;
}
.custom-accordion-form  input.hs-button.primary.large {
	font-size: 10pt;
	padding: 0.75rem 2rem;
	margin: 0;
}
.custom-accordion-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
	margin: 0 0 2rem;
}

.one-column-layout .main-content .custom-left-content p:last-of-type {
	margin: 0 0 8.5pt;
}
.custom-product-left-column-group .custom-product-left-bottom {
	margin-top: calc(1rem - 1%);
}

.custom-product-left-column-group .custom-product-left-bottom iframe {
	width: 100%;
	height: 340px;
}

.one-column-layout .main-content .hs_cos_wrapper_type_rich_text ul {
	margin-top: 0;
	margin-bottom: 8.5pt;
}
.one-column-layout .main-content .hs_cos_wrapper_type_rich_text blockquote {
	padding: 8.5pt 17pt;
	margin: 8.5pt 0 17pt;
	font-size: 13.75pt;
	border-left: 5px solid #ccc;
}
.one-column-layout .main-content .custom-left-content blockquote p:last-of-type {
	margin: 0 !important;
}
/* ======== Contact Us =========== */

.custom-contact-top-flexi p,
p.custom-agree- {
	margin-bottom: 1rem !important;
	margin-top: 0.5rem !important;
}
.custom-contact-form form.hs-form fieldset .hs-form-field {
	padding: 0 2rem 0 0;
}
.custom-contact-form input[type="text"], 
.custom-contact-form input[type="password"], 
.custom-contact-form input[type="datetime"], 
.custom-contact-form input[type="datetime-local"], 
.custom-contact-form input[type="date"], 
.custom-contact-form input[type="month"], 
.custom-contact-form input[type="time"], 
.custom-contact-form input[type="week"], 
.custom-contact-form input[type="number"],
.custom-contact-form input[type="email"], 
.custom-contact-form input[type="url"], 
.custom-contact-form input[type="search"], 
.custom-contact-form input[type="tel"], 
.custom-contact-form input[type="color"], 
.custom-contact-form input[type="file"],
.custom-contact-form textarea, 
.custom-contact-form select {
	max-width: 100%;
}
.custom-contact-form .hs_privacy_policy.hs-privacy_policy {
	display: none !important;
}


.custom-contact-form textarea {
	min-height: 160px;
	padding: 0.75rem 1rem;
}
.custom-contact-bottom {
	margin-top: calc(4rem - 10px);
}
.custom-contact-bottom-right-col h4 {
	color: #1991C1;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: 700;	
	margin: 0 0 0.5em 0;
}
.custom-contact-bottom-right-col h5 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11pt;
	margin: 1em 0 0.5em 0;
	padding: 0;
	color: #4f4f4f;
}
.custom-contact-bottom-right-col p {
	margin: 0;
}

.custom-contact-form ul.hs-error-msgs.inputs-list {
	margin-bottom: 0;
	margin-top: 10px;
}
.custom-related-project-flexi h3 {
	color: #4f4f4f;
	margin: 4rem 0 2rem 0;
	padding: 0 0 1rem 0;
	text-transform: uppercase;
	border-bottom: 1px solid #ebebeb;
}
.cm-product-gallery-grp {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
	align-items: stretch;
	align-content: flex-start;
}
.cm-product-gallery-grp .cm-product-gallery-item {
	flex: 0 0 25%;
	margin-bottom: 4rem;
	padding: 0 1rem;
	text-align: center;
}
.IE .cm-product-gallery-grp .cm-product-gallery-img-grp {
	height: 240px;
	background-size: cover;
	background-position: center;
}
.cm-product-gallery-grp .cm-product-gallery-img-grp img {
	width: 100%;
	max-width: 480px;
	height: 240px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit:cover';
}
.IE .cm-product-gallery-grp .cm-product-gallery-img-grp img {
	display: none;
}
.cm-product-gallery-grp .cm-product-gallery-title {
	margin: 1.05rem 0 1.1rem;
}
.cm-product-gallery-grp .cm-product-gallery-title > a {
	color: #4f4f4f;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 23px;
	display: inline-block;
}
.btn-light a, .cm-product-gallery-grp .cm-product-gallery-button a {
	line-height: 1em;
	padding: 0.75em 2em;
	text-transform: uppercase;
	/*   font-weight: 700; */
	background: #ffffff;
	color: #1991C1;
	border: 1px solid #7fc2da;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	margin-top: -1px;
}
.btn-light a:hover, .cm-product-gallery-grp .cm-product-gallery-button a:hover {
	background: #def3fb;
	color: #136B8F;
	text-decoration: none;
}

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

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

.custom-footer {
	padding: 2em 0 2.1em;
	background: #ffffff;
	color: #828282;
	border-top: 1px solid #ebebeb;
	/*   font-family: 'Roboto','Helvetica',sans-serif; */
	font-family: Helvetica Neue, Helvetica, Roboto, sans-serif;
}

.custom-about,
.custom-Contact {
	padding: 0 1rem;
}
.custom-about p {
	color: #828282;
	font-size:  10pt;
	line-height:  1.6;
	font-weight:  400;
	margin:0px;
}
.custom-Contact p {
	font-size: 10pt;
	font-weight: 400;
	color: #828282;
	line-height: 1.6;
	margin: 0 0 8.5pt;
}
.custom-Contact p:last-child{
	margin:0px;
}
.custom-Contact p a span{
	display:none;
}
.custom-Contact a {
	/*   color: #4f4f4f; */
}
.custom-Contact i { 
	font-weight: normal;
	/*   color: #828282; */
	font-size: 20pt;
	padding: 30px 2px 0 0;
}
.custom-Contact p:last-child a{
	color: #828282;
	text-decoration: none;
	font-weight: 400;
}

.custom-Contact p:nth-of-type(2) a{
	color: #4f4f4f;
	text-decoration: none;
}
.custom-Contact p:nth-of-type(2) a:hover{
	color: #1991C1;
	text-decoration: underline;
}
.custom-about h2,
.custom-Contact h2{
	margin: 0 0 1.5em 0;
	font-size: 12pt;
	font-weight: 400;
	color: #1991C1;
	line-height: 1.1;
}
.copyright-group {
	padding: 1rem 0 1.05rem;
	background: #1991C1;
	color: #fff;
	font-size: 9pt;
	/*   font-family: 'Roboto','Helvetica',sans-serif; */
	font-family: Helvetica Neue, Helvetica, Roboto, sans-serif;
	line-height: 1.6;
	font-weight: 400;
}
.copyright-group p{
	margin:0px;
}
.custom-copyright{
	padding-left: 1rem;
	padding-right: 1rem;
}
.custom-website {
	margin-left: 0px !IMPORTANT;
	padding-left: 22px;
	padding-right: 1rem;
}
.custom-Contact {
	margin-left:  0px !IMPORTANT;
}

.custom-Products {
	margin-left:  0px !IMPORTANT;
}
.custom-site {
	margin-left: 0px !important;
}

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


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




/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
	float:right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
	float: none !important;
	display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
	font-size: 11pt;
	line-height: 1.6;
	text-decoration: none;
	/*   font-family:Roboto, Helvetica, sans-serif; */
	font-family: Helvetica Neue, Helvetica, Roboto, sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
	color: #1991C1;
	text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active >a{
	background: #1991C1;
	color: #ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a:before {
	font-size: 13.5pt;
	color: #1991C1;
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f002';
	line-height: 1.2;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
	font-size: 0px;
}
/* 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{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* 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(min-width: 991px){
	.global-header .custom-header {
		display: none;
	}
}


/* Mobile Menu - Toggle Side Menu - Right*/
/*========================================================================== */


/* Variables
/*========================================================================== */

 /* Set mobile icon color */
 /* Set close icon color */
 /* Set full menu background color */
 /* Set link Color */
 /* Set link Hover Color */


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

.mobile-icon {
	display: none;
	cursor: pointer;
	width: 40px;
	height: 40px;
	margin:0px;
	font-size: 18pt;
	padding: .25em;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 1000;
	transition: all 0.5s linear;
	float: right;
	margin-right: 13px;
	margin-top: 7px;
}
.mobile-icon:hover {
	text-decoration: none; /* Removes link text underline on button */
}

/* Three line icon */
.mobile-icon span {
	margin: 0 auto;
	position: relative;
	top: 0px;
	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;
}
.mobile-icon  span:before{
	position: absolute;
	content: '';
}
.mobile-icon  span, .mobile-icon  span:before{
	width: 25px; /* Icon line width */
	height: 4px; /* Icon line height */
	display: block;
}
.mobile-icon  span:before {
	content: "\f0c9";
}
.show-mobile-nav .mobile-icon  span:before{
	content: '✕';
}


/* Close Button
========================================================================== */  

.close-icon {
	display: none !important;
	cursor: pointer;
	margin: 27px 20px 10px;
	float: left;
	position: relative;
	height: 25px;
	width: 25px !important;
}
.close-icon:after,
.close-icon:before {
	content: "";
	width: 25px !important;
	height: 4px;
	background: #fff;
	position: absolute;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-ms-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	transform: rotate(45deg);
}
.close-icon:before {
	-ms-transform: rotate(-45deg); 
	-webkit-transform: rotate(-45deg); 
	transform: rotate(-45deg);
}






/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
	/* Will prevent the '100% Height' script for the Main Menu to affect desktop */
	.custom-menu-primary {
		height: auto !important;
	}

	li.dl-back {
		display: none;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a{
		display: block;
		margin: 0;
		padding: 1.5rem 1rem;
		background: none;
		border-bottom: none;
		text-transform: uppercase;
		font-weight: 400;
		color: #4f4f4f;
		white-space: normal
	}
	.custom-menu-primary input[type="submit"] {
		padding: 1.5rem 1rem !important;
	}
	.custom-header {
		border-top: 2rem solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li {
		margin-bottom: -1px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		background-color: #fff;
		padding: 1rem 0;
		width: 200px;
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
		box-shadow: 0 0 20px rgba(0,0,0,0.3);
		transition: 0.1s 0.1s;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		border-bottom: 1px solid rgba(255,255,255,0.15);
		padding: 0.5em 1rem;
		text-transform: none;
		font-weight: 400;
		color: #4f4f4f;
		white-space: normal!important;
		/*     font-family: Roboto, Helvetica, sans-serif; */
		font-family: Helvetica Neue, Helvetica, Roboto, sans-serif;
		text-decoration: none;
		line-height: 1.6;
		font-size: 13.3333px;
		transition: none;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
		color: #1991C1;
		text-decoration: none;
	}
}


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

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

@media (max-width:991px){

	/* Show the Mobile and Close Icons */
	.mobile-icon{
		display: block !important;
	}

	/* Container added with js and is required for transforms to work */
	#site-wrapper{
		max-width: 100%;
		overflow-x: hidden;
		position: relative;
	}

	/* Mobile Nav is HIDDEN By Default */
	.custom-menu-primary {
		position: fixed;
		padding: 0;
		width: 80% !important; /* must match the value above in 'left' */
		z-index: 1000;
		left:-80%;
		top: 0;
		bottom: 0;
		height: 100vh !important;
		-webkit-transition: all 0.5s;
		transition: all 0.55s;
		background:#fff; 
		margin-left: 0px !important;
		min-width: 140px;
		max-width: 440px;
		z-index: 10000;
		box-shadow: 0 0 0px rgba(0,0,0,0.5);
		overflow:hidden;
	}

	/* All Main Containers Display FULL Width By Default */
	.custom-logo, .mobile-icon, .body-container-wrapper, .footer-container-wrapper {
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
	}

	/* All Main Containers Display PARTIAL Width On Icon Click */


	.show-mobile-nav .custom-menu-primary {
		left: 0;
	}

	/* Set Link Colors */


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

	}

	/*.custom-menu-primary .hs-menu-wrapper ul li a:before {
	content: "";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 20px;
}*/

	.custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
		margin-top: -7px;
	}

	.custom-menu-primary a {

		display: block;
		position: relative;
		transition: opacity 0.2s ease;
		-webkit-transition: opacity 0.2s ease;
		-moz-transition: opacity 0.2s ease;
		text-decoration: none;
	}

	.custom-menu-primary a:hover {

	}

	.custom-menu-primary ul ul li a {

	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children ul{
		position: absolute !important;
		transform: translate(100%,0);
		padding: 0;
		top: 0;
		box-shadow: none;
		transition: 0.8s all !important;
		height:100%;
		background:#fff;
		opacity:0!important;
		visibility:hidden!important;
		width:100%;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children.child-open ul{
		opacity:1!important;
		visibility:visible!important;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li.child-open.hs-menu-item.hs-item-has-children ul {
		transform: translate(0, 0);
		top: 0;
		background: #fff !important;
		width:100%;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.hs-menu-item.hs-item-has-children ul{
		position: absolute !important;
		transform: translate(100%,0);
		padding: 0;
		top: 0;
		box-shadow: none;
		transition: 0.5s all !important;
		background-color: #fff;
		height: 100%;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.child-open.hs-menu-item.hs-item-has-children ul {
		transform: translate(0, 0);
		left: 0 !important;
	}

	.custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > a:after {
		right: 18px;
		content: '';
		border: 2px solid #c4ccda;
		display: block;
		width: 8px;
		border-top: none;
		border-left: none;
		height: 8px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.menu-text,
	li.dl-back a{
		color: #000;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
		font-size: 16px;
		/*         font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; */
		font-family: Helvetica Neue, Helvetica, Roboto, sans-serif;
	}

	li.dl-back {
		border-bottom: 0 !important;
		padding: 10px 0;
	}

	li.dl-back a:before {
		content: '';
		border: 2px solid transparent;
		display: block;
		width: 8px;
		height: 8px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-right: none;
		border-bottom: none;
		left: 23px;
		border-color: rgba(0,0,0,.3);
	}

	.custom-menu-primary .hs-menu-wrapper>ul >li>ul {
		top:80px !important;
	}

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


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


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

/* Blog Post and Listing Body Class */
.blog {}
ol.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	margin-left:1rem;
}
ol.breadcrumb li {
	display: inline-block;
}
ol.breadcrumb li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc;
}
ol.breadcrumb li:first-child:before {
	display: none;
}
ol.breadcrumb li a{
	color: #1991C1;
	text-decoration: none;
}
ol.breadcrumb li a:hover{
	text-decoration: underline;
}
ol.breadcrumb li{
	text-transform: uppercase;
	font-size: 10pt;
	font-weight:400;
	/*   font-family: 'Roboto','Helvetica',sans-serif; */
	font-family: Helvetica Neue, Helvetica, Roboto, sans-serif;
	line-height:1.6;
	color: #828282;
}
/* Blog Post and Listing Body Class */
.blog {}

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

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

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

.blog-listing-wrapper .post-listing .post-item {
	border-bottom: 1px solid #cccccc;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.blog-post-wrapper h2, .post-header h2{
	margin-bottom: 10px;
}
.blog-post-wrapper h2 a, .post-header h2 a{
	text-decoration: none;
}
#hubspot-topic_data{
	color: #888888;
	font-weight:700;
}
.hs-form .input ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hs-form .input ul li{
	padding: 0 !important;
}
.custom_listing_comments {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
}
.more-link{
	display: inline-block;
	padding: 10px 0;
}
.hs-blog-social-share{
	height: auto;
}
.blog .blog-sidebar .cell-wrapper{
	margin-bottom: 15px;
}

/* =============== 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 */
.blog-section h1 {     
	font-size: 32pt;
	font-weight: 500;
}
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 { 
	font-size: 24pt;
	font-weight: 500;
	margin-top: 0;
}
.post-header h2 a {
	color: #4f4f4f;
}

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

.post-listing .hs-featured-image-wrapper {
	
}

.post-listing .hs-featured-image-wrapper .hs-featured-image-link {
	display: flex;
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 52.5%;
	overflow: hidden;
	margin-bottom: 20px;
}

.post-listing .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}

/* 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: 20px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: auto;
}

/* Blog Commments */

#comments-listing {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
.comment.depth-0 {
	border-bottom: 1px solid #000 !important;
	border-top: medium none !important;
	margin: 0 10px 10px !important;
	padding: 0 15px !important;
}
.comment-body {
	border-bottom: medium none;
	color: inherit;
	display: block;
	padding: 0;
}
.comment-reply-to{
	margin-bottom: 15px;
}
.comment-from h4 {
	margin: 0;
	padding-top: 15px;
}

.comment-from h4 a {
	text-decoration: none;
}
.comment-date {
	color: inherit !important;
	display: block !important;
	text-align: left;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
	padding:5px 0px;
	display: block;
}
.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 {}
h2.post-listing-simple {}
h2.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                                        
========================================================================== */

#email-prefs-form .email-edit{
	max-width:700px!important;
}
/* =============== Global Form Styles =============== */

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

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

/* Labels and Legends */
label {}
.hs-form-field > label,.widget-type-google_search label,#comment-form label,.hs-form-booleancheckbox-display{
	font-weight: 700;
	line-height: 1.2;
	display: inline-block;
	margin-bottom:5px;
	font-size:11pt;
	font-weight:700;
	color: #4f4f4f;
	/*    font-family: 'Roboto','Helvetica',sans-serif; */
	font-family: Helvetica Neue, Helvetica, Roboto, sans-serif;
}

/* 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 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0.58rem 1rem;
	font-size: 11pt;
	line-height: 1.6;
	color: #666;
	background-color: #fff;
	width:100%;
	/*   max-width: 500px; */
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	/*   font-family:Roboto, Helvetica, sans-serif; */
	border: 1px solid #ccc;
	display:block;
	/*   font-family: 'Roboto','Helvetica',sans-serif; */
	font-family: Helvetica Neue, Helvetica, Roboto, sans-serif;
}
.body-container .hs-form-field {
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}
.body-container span.hs-form-required {
	color: #4f4f4f;
	margin-left: 3px;
}
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 {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select {
	height: 42px;
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

/* Error */
.hs-error-msgs label{
	color:#f00;
}
ul.hs-error-msgs.inputs-list {
	padding: 0;
	list-style: none;
}
/* Placeholder Text */
::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
} /* Webkit Browsers */
:-moz-placeholder {
	color: #999;
	opacity: 1;
} /* Firefox 18- */
::-moz-placeholder {
	color: #999;
	opacity: 1;
} /* Firefox 19+ */
:-ms-input-placeholder {
	color: #999;
	opacity: 1;
} /* IE10 */

.hs-form .hs_dwg_file .input ul li {
	padding: 5px 0 !important;
	display: inline-block;
	width: 50%;
}

@media (max-width: 320px) {
	.hs-form .hs_dwg_file .input ul li {
		padding: 5px 0 !important;
		display: block;
		width: 100%;
	}  
}


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

.btn.btn-primary,
.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none !important;
	text-transform: uppercase;
	/*   font-weight: 700; */
	background: #1991C1;
	color: #ffffff;
	padding: 0.75rem 2rem;
	border-radius: 5px;
	border: 0px;
	line-height: 1em;
	display: inline-block;
	font-family: Helvetica Neue, Helvetica, Roboto, sans-serif;
	margin: 10px 0px;
	transition: all 300ms ease;
	white-space: normal!important;
	font-size: 14.6667px;
}
.btn.btn-primary:hover,
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background: #136f94;
}
.btn.btn-primary:focus,
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


.btn.btn-text {
	color: #1991C1;
	font-size: 11pt;
	text-transform: uppercase;
}


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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}



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


/* ======== Light box ============ */

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
	cursor: pointer;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active,
#cboxSlideshow:active {
	outline: 0;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#cboxOverlay {
	background: #000;
}

#colorbox {
	outline: 0;
}

#cboxWrapper {}

#cboxContent {
	overflow: hidden;
}

#cboxContent,
.cboxPhoto {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxTitle {
	position: absolute;
	background: #EBEBEB;
	bottom: 0;
	left: 0;
	color: #535353;
	width: 100%;
	padding: 4px 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#cboxLoadingOverlay {
	background: #fff;
}

#cboxLoadingGraphic {
	background: url('//cdn2.hubspot.net/hubfs/4604075/Aurae_July2018/Images/loading_animation.gif') no-repeat center center;
}


 

#cboxClose.cbox-close-plain {
	position: absolute;
	font-size: 20pt;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.33);
	/*   background: rgba(0, 0, 0, 0.5); */
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	padding-bottom: 3px;
	align-items: baseline;
	/*   font-family: 'Roboto','Helvetica',sans-serif; */
	font-family: Helvetica Neue, Helvetica, Roboto, sans-serif;
	transition: all 0.2s ease;
} 

#cboxClose.cbox-close-plain:hover {
	background: rgba(0, 0, 0, 0.33);
}

.ctools-locked {
	color: red;
	border: 1px solid red;
	padding: 1em;
}

.ctools-owns-lock {
	background: #ffffdd none repeat scroll 0 0;
	border: 1px solid #f0c020;
	padding: 1em;
}
#cboxPrevious,
#cboxNext {
	top: 50%;
	position: absolute;
	font-size: 0;
}

#cboxPrevious:before,
#cboxNext:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 20pt;
	color: #EBEBEB;
	font-weight: normal;
	/*   background: rgba(0, 0, 0, 0.33); */
	text-shadow: 0 0 12px rgba(0, 0, 0, 0.33);
	width: 50px;
	height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: flex;
	text-align: center;
	padding-top: 0.15rem;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

#cboxPrevious {
	left: 0.75rem;
}

#cboxPrevious:before {
	content: '\f053';
}

#cboxNext {
	right: 0.75rem;
}

#cboxNext:before {
	content: '\f054';
}
#cboxPrevious:hover::before, #cboxNext:hover::before {
	background: rgba(0,0,0,0.33);

}
.custom-header.header-no-nav {
	padding-bottom: 2px;
}

.banner-area.no-image .banner-image {
	height: 40px;
}


.custom-menu-primary input.hs-search-field__input {
	/*   display: none; */
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
	margin-right: -6px;
	margin-left: 2px;
}
.custom-menu-primary input[type="submit"] {
	margin: 0;
	background-color: transparent !important;
	color: #4f4f4f;
	font-weight: normal;
	text-indent: -999px;
	position: relative;
	z-index: 9;
	width: 33px;
}
.custom-menu-primary input[type="submit"]:hover {
	color: #1991C1;
}
.custom-menu-primary form:after {
	font-size: 13.5pt;
	color: #cccccc;
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f002';
	line-height: 1.2;
	right: 35px;
	position: relative;
}

.custom-footer-menu form {
	line-height: 15px;
}
.custom-footer-menu input.hs-search-field__input {
	display: none;
}
.custom-footer-menu input[type="submit"] {
	background-color: transparent !important;
	padding: 0px;
	line-height: 1.2;
	color: #4f4f4f !important;
	text-decoration: none;
	font-size: 10pt !important;
	font-weight: 400 !important;
	margin: 0 0 0 !important;
	cursor: pointer !important;
	text-transform: initial;
	text-align: left;
}
.custom-footer-menu input[type="submit"]:hover {
	color: #1991C1 !important;
	text-decoration: underline !important;
}

.custom-site-search-layout .main-content {
	padding: 0 1rem;
}

.custom-site-search-layout .main-content input.hs-search-field__input {
	padding: 6px 12px;
	max-width: 100%;
	width: calc(100% - 44px) !important;
	border-radius: 5px 0px 0px 5px;
	float: left;
}
.custom-site-search-layout .main-content input[type="submit"] {
	margin: 3px 0;
	text-indent: -999px;
	padding: 0.5em 1em 0.6em;
	background: #ccc;
	font-weight: 400;
	color: #4f4f4f;
	border: 0;
	line-height: 1em;
	border-radius: 0 5px 5px 0;
	width: 44px;
	z-index: 9;
	position: relative;
}
.custom-site-search-layout .main-content input[type="submit"]:hover {
	background: #828282;
	color: #4f4f4f;
}
.custom-site-search-layout .main-content .hs-search-field form:after {
	font-size: 16px;
	color: #4f4f4f;
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f002';
	line-height: 0;
	right: -14px;
	position: relative;
	top: -29px;
	z-index: 9;
	cursor: pointer;
}
.custom-header-site-search {
	/*   display: none !important; */
}
.landing-page.one-column form.hs-form.stacked {
	margin: 40px 0 0;
}
/* Styles that do not fit into any of the available sections above can go here. */

/* text align */
.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.txt-right { 
	text-align: right;
}
.backg-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.bg-overlay {
	position: relative;
	z-index: 1;
}
.bg-overlay:after { 
	content:"";
	background-color: rgba(0, 0, 0, 0.6) ;
	left: 0;
	top: 0; 
	width: 100%;
	height: 100%;
	z-index:-1;
	position: absolute;
}
.tbl {
	display: table;
	width:100%; 
	height:100%;
}
.tbl-cell {
	display: table-cell;
	vertical-align: middle
}
.dis-flex { 
	display: flex; 
	align-items:center;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
	float: none !important;
}
.padding-100tb { padding: 100px 0; }
.padding-100t { padding: 100px 0 0; }
.padding-100b { padding: 0 0 100px; }

.padding-50t {padding: 50px 0 0; }
.padding-50b {padding: 0 0 50px; }
.padding-50tb {padding: 50px 0; }

.padding-25t {padding: 25px 0 0; }
.padding-25b {padding:0 0 25px; }
.padding-25tb {padding: 25px 0; }

.margin-15b { margin-bottom: 15px; }
.margin-15t { margin-top: 15px; }
.margin-15tb { margin-top: 15px; margin-bottom: 15px; }

.margin-20b { margin-bottom: 20px; }
.margin-20t { margin-top: 20px; }
.margin-20tb { margin-top: 20px; margin-bottom: 20px; }

.margin-25b { margin-bottom: 25px; }
.margin-25t { margin-top: 25px; }
.margin-25tb { margin-top: 25px; margin-bottom: 25px; }

.margin-30b { margin-bottom: 30px; }
.margin-30t { margin-top: 30px; }
.margin-30tb { margin-top:30px; margin-bottom: 30px; }

.margin-40b { margin-bottom: 40px; }
.margin-40t {margin-top: 40px; }
.margin-40tb {margin-top: 40px; margin-bottom: 40px; }

.margin-100tb { margin: 100px auto; }


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

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (max-width: 1299px) {
	.custom-our-team-group .custom-inner-wrapper {
		/*     display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
		align-content: flex-start; */
	}
	.custom-our-team-group .custom-team-item {
		/*     flex: 0 0 33.333333%; */
		/*     margin-bottom: 3rem; */
	}
	.cm-product-gallery-grp .cm-product-gallery-item {
		flex: 0 0 33.33%;
		margin-bottom: 3rem;
	}
	.IE .custom-home-top-slider .slick-slide-inner-wrapper,
	.custom-home-top-slider .slick-slide-inner-wrapper img {
		height: 480px;
	}
	.custom-home-top-slider .caption.below {
		top: 12rem;
	}
	.custom-home-top-slider .caption.below h1 {
		font-size: 35pt;
	}
	.custom-home-link-module.product-link {
		left: 16%;
		background: #1991C1;
	}
	.custom-home-link-module {
		width: 32%;
	}
}

@media (max-width: 1199px) {
	.one-column-layout .content-wrapper {
		padding-top: 1em !important;
		padding-bottom: 4em !important;
	}
	.custom-breadcrumb-menu {
		margin: 0 0px 3.1rem 0;
	}
	.IE .custom-one-team-warap .custom-team-image,
	.custom-one-team-warap .custom-team-image img{
		height: 220px;
	}
	.banner-area h1, .banner-area .h1 {
		padding: 0.5rem 4rem 0.55rem 1rem;
		bottom: -1.2rem;
	}
	.custom-product-content-wrap .custom-technicla-info-item {
		flex: 0 0 33.33%;
	}
	.custom-light-box-wrap .custom-lightbox-item img {
		height: 120px;
	}
	.IE .custom-home-top-slider .slick-slide-inner-wrapper,
	.custom-home-top-slider .slick-slide-inner-wrapper img {
		height: 360px;
	}
	.custom-home-top-slider .caption.below h1 {
		font-size: 30pt;
	}
	.custom-home-top-slider .caption.below {
		top: 8rem;
	}
	.home-page-layout .custom-home-row2 .custom-home-row2-col {
		font-size: 12pt;
		width: 100% !important;
	}
	.IE .custom-light-box-wrap .custom-lightbox-item:first-child .custom-lightbox-image,
	.custom-light-box-wrap .custom-lightbox-item:first-child .custom-lightbox-image img{
		height: 220px;
	}
	.IE .custom-light-box-wrap .custom-lightbox-item .custom-lightbox-image,
	.custom-light-box-wrap .custom-lightbox-item .custom-lightbox-image img {
		height: 120px;
	}
	.custom-light-box-wrap .custom-lightbox-item {
		width: 32.333333%;
		float: left;
		margin: 0 0.5% 0.5rem;
	}
	.custom-product-tabberlive .custom-product-overview-group {
		padding: 2.45rem 0 0 0;
	}
	.custom-product-tabberlive ul.tabbernav li a {
		padding: .45rem 1rem .55rem;
	}
}
@media (min-width:768px) {
	.container-fluid .row-fluid .page-center{
		width:722px;
	}
	.custom-about,
	.custom-Contact {
		padding: 0 1rem;
	}
	.custom-about,
	.custom-Contact{
		width:25%!important;
	}
	.IE .banner-area .banner-image, 
	.banner-area .banner-image img {
		height:125px;
	}
	.custom-blog-inner-wrap {
		padding: 0 1rem;
	}
}

@media (min-width:992px) {
	.container-fluid .row-fluid .page-center{
		width:942px;
	}
	.logo-wrapper img {
		display: block;
		margin-top: -29px;
		width: 100%;
		max-width: 180px;
		height: auto;
	}
	.custom-about {
		width: 33.33333333% !IMPORTANT;
		margin-left: 0px !IMPORTANT;
	}
	.custom-site {
		width: 16.66666667% !IMPORTANT;
		margin-left: 0px !important;
	}
	.custom-Products,.custom-Contact{
		width:25% !important;
	}
	.IE .banner-area .banner-image, 
	.banner-area .banner-image img {
		height: 200px;
	}
	.banner-area h1, .banner-area .h1 {
		padding: 0.5rem 4rem 0.55rem 1rem;
		position: absolute;
		left: 1rem;
		bottom: -1.2rem;
	}
	ol.breadcrumb {
		bottom: -2.7rem;
	}


}

@media (min-width: 1200px) {
	.container-fluid .row-fluid .page-center{
		width: 1142px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a{
		padding: 1.75rem 1rem;
	}
	.custom-about,
	.custom-Contact {
		padding: 0 2rem;
	}
	.custom-Contact{
		padding-right:0px;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li:last-child a{
		padding: 1.75rem 1rem;
	}
	.logo-wrapper img {
		max-width: 200px;
	}
	.IE .banner-area .banner-image, 
	.banner-area .banner-image img {
		height: 220px;
	}
	.banner-area h1, .banner-area .h1{
		bottom: -1.7rem;
		font-size: 18pt;
		padding: 0.75rem 6rem 0.75rem 1.5rem;
	}
	ol.breadcrumb{
		bottom: -3.7rem;
	}
}


@media (min-width: 1300px) {
	.container-fluid .row-fluid .page-center{
		width: 1244px;
	}
	.IE .banner-area .banner-image, 
	.banner-area .banner-image img {
		height: 240px;
	}
	.banner-area h1, .banner-area .h1 {
		bottom: -1.6rem;
		font-size: 20pt;
		padding: 0.75rem 6rem 0.75rem 1.5rem;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a,
	.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a{
		padding: 2.5rem 1rem;
	}
	.custom-Contact {
		border-left: 1px solid #ebebeb;
	}
	.logo-wrapper img {
		max-width: 246px;
	}
	.custom-Products {
		width: 16.66666667% !important;
		margin-left: 0px !IMPORTANT;
	}
	.custom-Contact {
		width: 16.66666667% !important;
		margin-left: 15% !important;
		margin-bottom: 2em;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul{
		width:240px;
	}
}

@media (max-height: 500px) and (max-width:991px){
	.custom-menu-primary{
		overflow-y: scroll;
	}
}
@media (max-width: 1205px) and (min-width:992px){
	body.safari .custom-menu-primary .hs-menu-wrapper > ul > li > a{
		padding: 1.75rem 1rem;
	}
}

@media (max-width: 1199px) {
	.custom-Contact {
		margin-left: 7% !important;
	}
}

@media (max-width: 991px) {
	.custom-Contact {
		margin-left: 15% !important;
	}
}

@media (max-width: 767px) {
	.custom-Contact {
		margin-left: 0 !important;
	}
}

/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 991px) {
	.custom-header {
		padding: 0.55em 1rem 0.55em;
		position: fixed;
		left: 0;
		right: 0;
		z-index: 1;
		top: 0;
		background-color: #fff;
		webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}
	.custom-header .page-center {
		width: 100% !IMPORTANT;
		padding: 0px !IMPORTANT;
	}
	.IE .banner-image{
		background-position: center;
		height: 100%;
		background-position-y: -283px;
	}
	.banner-area h1, .banner-area .h1 {
		bottom: -2.45rem;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0px 2rem;
		padding: 0.5rem 1rem 0.55rem;
	}
	ol.breadcrumb {
		bottom: -4rem;
		margin: 0px 1rem;
	}
	.logo-wrapper img {
		max-height: 40px;
		max-width: 80px;
		margin-top: -1px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
		float: none;
		width: 100%;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li {
		float: none !IMPORTANT;
		width: 100%;
		position:static!important;
		display: block;
	}
	.custom-menu-primary .hs-menu-wrapper > ul li a,
	.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a{
		text-transform: uppercase;
		font-weight: 400;
		color: #4f4f4f;
		line-height: 21px;
		font-size: 14px;
		padding: 0.25rem 1em;
		display: block;
		font-family: Helvetica, sans-serif;
		border-bottom: 1px solid rgba(255,255,255,0.15);
		white-space: normal;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		padding-left: 10px;
		width:auto;
	}
	.child-open ul{

	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		text-decoration: none;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a:before{
		display:none;
	}
	.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
		color: #1991C1;
		text-decoration: none;
	}
	.overlay-mob {
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #000;
		display:none;
		z-index: 10000;
	}
	.show-mobile-nav .overlay-mob{
		display:block;
	}

	.flyout-logo {
		display: block;
	}
	.flyout-logo img {
		max-width: 120px;
		width: 100%;
		height: auto;
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		position: relative;
		top: 1px;
	}

	.flyout-logo {
		padding: 0.4em 0 .5em;
		margin: 0.5em 0 2.4em 0;
		border-bottom: 1px solid #666;
		text-align: center;
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
	}
	.child-trigger {
		display: block;
		margin: 0;
		padding: 0.25rem 1em !important;
		background: none;
		border-bottom: 1px solid rgba(255,255,255,0.15);
		text-transform: uppercase;
		font-weight: 400;
		color: #4f4f4f;
		white-space: normal;
		position: absolute;
		right:2px;
		width: 40px;
		top: 0;
		cursor: pointer;
	}
	.child-trigger span:before {
		content: '';
		border-left-width: 1px;
		border-left-style: solid;
		display: block;
		height: 100%;
		border-left: none;
		border-color: rgba(0,0,0,0.15);
		position: absolute;
		top: 10px;
	}
	.child-trigger span:after,.child-trigger span:before {
		border-top: none;
		border-left: none;
		content: '';
		border: 2px solid transparent;
		display: inline-block;
		width: 7px;
		height: 7px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.child-trigger span:after{
		border-color: #c4ccda !important;
		width: 8px;
		height: 8px;
		border-top: none;
		border-left: none;
	}
	body.show-mobile-nav {
		overflow: hidden;
	}

	/*.header-container {
	min-height: 55px;
}*/
	.custom-logo {
		width: 100% !IMPORTANT;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding: 0.5em 1rem;
		-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
		background:#fff;
		z-index:1;
		height:55px;
	}
	.custom-site {
		margin-left:  0px !important;
	}

	.custom-copyright {
		width:  100% !IMPORTANT;
		text-align:  center;
	}

	.custom-website {
		width:  100% !IMPORTANT;
		margin-left:  0px !important;
		text-align:  center;
		padding-left: 1rem;
	}
	.custom-Contact {
		padding-right: 0;
	}
	.visible-phone.custom-header-search {
		display: none !IMPORTANT;
	}
	.custom-footer {
		padding: 2em;
	}
	.custom-about, .custom-Contact {
		margin-bottom: 1.8em;
	}
	.copyright-group {
		padding: 1.05rem 0 1rem;
	}
	.custom-breadcrumb-menu {
		margin: 21px 0px 3.1rem 0;
	}
	.custom-our-team-group .custom-inner-wrapper {
		grid-template-columns: repeat(3,1fr);
	}
	.custom-our-team-group .custom-team-item {
		flex: 0 0 50%;
		margin-bottom: 2rem;
	}
	.cm-product-gallery-grp .cm-product-gallery-item {
		flex: 0 0 50%;
		margin-bottom: 2rem;
	}
	.custom-home-top-slider .caption.below {
		top: 7rem;
	}
	.home-page-layout .header-container {
		min-height: 100% !important;
	}
	.IE .custom-home-top-slider .slick-slide-inner-wrapper,
	.custom-home-top-slider .slick-slide-inner-wrapper img {
		height: 320px;
		margin-top: -1px !important;
	}
	.custom-home-top-slider .slick-prev, .custom-home-top-slider .slick-next {
		margin: 3px 0 0;
	}
	.custom-home-link-module {
		width: 50%;
		bottom: -6px;
	}
	.custom-home-link-module.product-link {
		left: 0;
	}
	.custom-home-link-module.project-link {
		left: auto;
		right: 0;
	}
	.home-page-layout .custom-home-row2 .page-center {
		padding-top: 2.5em;
		padding-bottom: 4em;
	}
	.custom-home-product-gallery .slick-arrow, .custom-home-product-gallery .slick-down {
		margin: -13px 0 0;
	}
	.IE .banner-area .banner-image, 
	.banner-area .banner-image img {
		height: 179px;
	}
	.no-banner .header-container {
		min-height: 55px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
		margin-right: 0;
		margin-left: 0;
	}
	.custom-menu-primary form:after {
		display: none;
	}
	.custom-menu-primary input[type="submit"] {
		text-indent: 0;
		z-index: 9;
		width: 100%;
		text-align: left;
		text-transform: uppercase;
		font-weight: 400;
		color: #4f4f4f;
		font-size: 14px;
		font-family: Helvetica, sans-serif;
		line-height: 21px;
		padding: 0.25rem 1em !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.active >a {
		background: transparent;
		color: #4f4f4f;
	}
	.custom-site-search-layout .header-container {
		height: 55px;
	}
}


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

@media (max-width: 767px) {
	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 {
		width: 100% !important;
	}
	.custom-site, .custom-Products{
		margin-bottom: 2.6rem;
	}
	.logo-wrapper img {
		max-height: 40px;
		max-width: 80px;
		margin-top: -1px;
	}
	.land .custom-site, .custom-Products {
		margin-bottom: 0;
	}
	.custom-about{
		margin-bottom: 1.8rem;
	}
	.IE .banner-image {
		background-position: center;
	}
	.IE .banner-area .banner-image, 
	.banner-area .banner-image img {
		height: 179px;
		object-position: 50% 0%;
	}
	.banner-area h1, .banner-area .h1 {
		margin:0px 1rem;
	}
	ol.breadcrumb {
		margin: 0;
	}
	h5{
		font-size:18px;
	}
	h6{
		font-size:16px;
	}
	.custom-footer {
		padding: 2em 0 1.9em;
	}
	.one-column-layout .content-wrapper {
		padding-bottom: 3.5em !important;
	}
	.one-column-layout .main-content {
		padding: 0;
	}
	.custom-one-team-warap .custom-team-image {
		width: 100%;
		float: left;
		margin: 0 0 2.5rem 0;
	}
	.custom-breadcrumb-menu {
		margin: 21px 0px 2.1rem 0;
	}
	.custom-one-team-warap .custom-team-content {
		width: 100%;
		float: left;
		padding: 0;
	}
	.custom-our-team-group .custom-inner-wrapper {
		grid-template-columns: repeat(2,1fr);
	}
	.custom-our-team-group .custom-team-item {
		flex: 0 0 100%;
		padding: 0;
	}
	.custom-our-team-group .custom-team-image {
		max-width: 480px;
		margin: 0 auto;
	}
	.custom-product-content-wrap .custom-product-left-column-group {
		float: none;
		width: 100%;
		padding: 0 0 1.55rem;
	}
	.custom-product-content-wrap .custom-product-right-column-group {
		width: 100%;
		float: left;
		padding-left: 0;
	}
	.custom-product-content-wrap .custom-technicla-info-item {
		flex: 0 0 100%;
		padding: 0;
		margin-bottom: 2rem;
	}
	.custom-contact-form form.hs-form fieldset .hs-form-field {
		padding: 0 1rem;
		width: 100% !important;
		float: left;
	}
	.cm-product-gallery-grp .cm-product-gallery-item {
		flex: 0 0 100%;
		margin-bottom: 2rem;
		padding: 0;
	}
	.cm-product-gallery-grp .cm-product-gallery-img-grp {
		max-width: 480px;
		margin: 0 auto;
	}
	.IE .custom-home-top-slider .slick-slide-inner-wrapper,
	.custom-home-top-slider .slick-slide-inner-wrapper img {
		height: 240px;
	}
	.custom-home-top-slider .caption.below {
		top: 5rem;
	}
	.custom-home-top-slider .caption.below h1 {
		font-size: 20pt;
	}
	.custom-home-link-module {
		width: 100%;
		bottom: 0;
		position: static;
	}
	.custom-home-row1 .main-content {
		padding-top: 7px;
	}
	.home-page-layout .custom-home-row2 .custom-row2-inner {
		padding: 0;
	}
	.home-page-layout .custom-home-row2 .page-center {
		padding-top: 2.1em;
		padding-bottom: 4em;
	}
	.custom-home-product-gallery .custom-project-slider-image {
		width: 480px;
		margin: 0 auto;
	}
	.custom-home-product-gallery .slick-next {
		right: 0;
	}
	.custom-home-product-gallery .slick-prev {
		left: 0;
	}
	.custom-row2-slider-group .custom-home-row2-col2 ul {
		overflow: hidden;
	}
	.addthis_inline_share_toolbox {
		padding-bottom: 14px;
	}
	.subscribe-options label {
		display: block;
	}
	.checkbox-row span.fakelabel span {
		float: none;
	}
	.banner-area h1, .banner-area .h1 {
		margin: 0;
		position: static;
	}
	.custom-breadcrumb-menu {
		margin: -1rem 0px 2rem 0;
	}
	iframe {
		max-width: 100%;
		width: 100%;
	}
	p.custom-agree- {
		padding: 0 1rem;
	}
	.custom-contact-form .hs_submit.hs-submit {
		padding: 0 1rem;
	}
	.custom-contact-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
		padding: 0 1rem;
	}
	.custom-product-tabberlive ul.tabbernav li a {
		padding: .5rem 1rem 0.45rem;
	}
	.custom-product-tabberlive ul.tabbernav li a {
		padding: .5rem 1rem .55rem;
	}
	.custom-product-tabberlive ul.tabbernav li {
		border-bottom: 1px solid #ccc;
	}
	.custom-site-search-layout .header-container {
		height: 75px;
	}
	.custom-site-search-layout .main-content {
		padding: 0;
	}


}  


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

@media (max-width: 479px) {
	.subscribe-options label span{
		font-size:12px;
	}
	.custom-home-product-gallery .hs_cos_gallery_slide.slick-slide {
		padding: 0;
	}
}
@media (max-width: 350px) {
	.custom-accordion-group .custom-accordion-heading h2:after {
		right: -13px;
	}
	.IE .banner-area .banner-image, 
	.banner-area .banner-image img {
		object-position: 50% -50%;
	}
	.banner-image img {
	}
}

/* ==========================================================================
1. PADDING AND MARGIN CLASSES                                           
========================================================================== */

.p0 {
	padding: 0;
}
.p1 {
	padding: 5px;
}
.p2 {
	padding: 10px;
}
.p3 {
	padding: 20px;
}
.p4 {
	padding: 40px;
}
.p5 {
	padding: 80px;
}
.p6 {
	padding: 120px;
}
.pt0 {
	padding-top: 0;
}
.pt1 {
	padding-top: 5px;
}
.pt2 {
	padding-top: 10px;
}
.pt3 {
	padding-top: 20px;
}
.pt4 {
	padding-top: 40px;
}
.pt5 {
	padding-top: 80px;
}
.pt6 {
	padding-top: 120px;
}
.pr0 {
	padding-right: 0;
}
.pr1 {
	padding-right: 5px;
}
.pr2 {
	padding-right: 10px;
}
.pr3 {
	padding-right: 20px;
}
.pr4 {
	padding-right: 40px;
}
.pr5 {
	padding-right: 80px;
}
.pr6 {
	padding-right: 120px;
}
.pb0 {
	padding-bottom: 0;
}
.pb1 {
	padding-bottom: 5px;
}
.pb2 {
	padding-bottom: 10px;
}
.pb3 {
	padding-bottom: 20px;
}
.pb4 {
	padding-bottom: 40px;
}
.pb5 {
	padding-bottom: 80px;
}
.pb6 {
	padding-bottom: 120px;
}
.pl0 {
	padding-left: 0;
}
.pl1 {
	padding-left: 5px;
}
.pl2 {
	padding-left: 10px;
}
.pl3 {
	padding-left: 20px;
}
.pl4 {
	padding-left: 40px;
}
.pl5 {
	padding-left: 80px;
}
.pl6 {
	padding-left: 120px;
}
.px0 {
	padding-left: 0;
	padding-right: 0;
}
.px1 {
	padding-left: 5px;
	padding-right: 5px;
}
.px2 {
	padding-left: 10px;
	padding-right: 10px;
}
.px3 {
	padding-left: 20px;
	padding-right: 20px;
}
.px4 {
	padding-left: 40px;
	padding-right: 40px;
}
.px5 {
	padding-left: 80px;
	padding-right: 80px;
}
.px6 {
	padding-left: 120px;
	padding-right: 120px;
}
.py0 {
	padding-top: 0;
	padding-bottom: 0;
}
.py1 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.py2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.py3 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.py4 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.py5 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.py6 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.m0 {
	margin: 0;
}
.m1 {
	margin: 5px;
}
.m2 {
	margin: 10px;
}
.m3 {
	margin: 20px;
}
.m4 {
	margin: 40px;
}
.m5 {
	margin: 80px;
}
.m6 {
	margin: 120px;
}
.mt0 {
	margin-top: 0;
}
.mt1 {
	margin-top: 5px;
}
.mt2 {
	margin-top: 10px;
}
.mt3 {
	margin-top: 20px;
}
.mt4 {
	margin-top: 40px;
}
.mt5 {
	margin-top: 80px;
}
.mt6 {
	margin-top: 120px;
}
.mr0 {
	margin-right: 0;
}
.mr1 {
	margin-right: 5px;
}
.mr2 {
	margin-right: 10px;
}
.mr3 {
	margin-right: 20px;
}
.mr4 {
	margin-right: 40px;
}
.mr5 {
	margin-right: 80px;
}
.mr6 {
	margin-right: 120px;
}
.mb0 {
	margin-bottom: 0;
}
.mb1 {
	margin-bottom: 5px;
}
.mb2 {
	margin-bottom: 10px;
}
.mb3 {
	margin-bottom: 20px;
}
.mb4 {
	margin-bottom: 40px;
}
.mb5 {
	margin-bottom: 80px;
}
.mb6 {
	margin-bottom: 120px;
}
.ml0 {
	margin-left: 0;
}
.ml1 {
	margin-left: 5px;
}
.ml2 {
	margin-left: 10px;
}
.ml3 {
	margin-left: 20px;
}
.ml4 {
	margin-left: 40px;
}
.ml5 {
	margin-left: 80px;
}
.ml6 {
	margin-left: 120px;
}
.mx0 {
	margin-left: 0;
	margin-right: 0;
}
.mx1 {
	margin-left: 5px;
	margin-right: 5px;
}
.mx2 {
	margin-left: 10px;
	margin-right: 10px;
}
.mx3 {
	margin-left: 20px;
	margin-right: 20px;
}
.mx4 {
	margin-left: 40px;
	margin-right: 40px;
}
.mx5 {
	margin-left: 80px;
	margin-right: 80px;
}
.mx6 {
	margin-left: 120px;
	margin-right: 120px;
}
.my0 {
	margin-top: 0;
	margin-bottom: 0;
}
.my1 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.my2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.my3 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.my4 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.my5 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.my6 {
	margin-top: 120px;
	margin-bottom: 120px;
}


@media(max-width: 768px){
	.md-p0 {
		padding: 0;
	}
	.md-p1 {
		padding: 5px;
	}
	.md-p2 {
		padding: 10px;
	}
	.md-p3 {
		padding: 20px;
	}
	.md-p4 {
		padding: 40px;
	}
	.md-p5 {
		padding: 80px;
	}
	.md-p6 {
		padding: 120px;
	}
	.md-pt0 {
		padding-top: 0;
	}
	.md-pt1 {
		padding-top: 5px;
	}
	.md-pt2 {
		padding-top: 10px;
	}
	.md-pt3 {
		padding-top: 20px;
	}
	.md-pt4 {
		padding-top: 40px;
	}
	.md-pt5 {
		padding-top: 80px;
	}
	.md-pt6 {
		padding-top: 120px;
	}
	.md-pr0 {
		padding-right: 0;
	}
	.md-pr1 {
		padding-right: 5px;
	}
	.md-pr2 {
		padding-right: 10px;
	}
	.md-pr3 {
		padding-right: 20px;
	}
	.md-pr4 {
		padding-right: 40px;
	}
	.md-pr5 {
		padding-right: 80px;
	}
	.md-pr6 {
		padding-right: 120px;
	}
	.md-pb0 {
		padding-bottom: 0;
	}
	.md-pb1 {
		padding-bottom: 5px;
	}
	.md-pb2 {
		padding-bottom: 10px;
	}
	.md-pb3 {
		padding-bottom: 20px;
	}
	.md-pb4 {
		padding-bottom: 40px;
	}
	.md-pb5 {
		padding-bottom: 80px;
	}
	.md-pb6 {
		padding-bottom: 120px;
	}
	.md-pl0 {
		padding-left: 0;
	}
	.md-pl1 {
		padding-left: 5px;
	}
	.md-pl2 {
		padding-left: 10px;
	}
	.md-pl3 {
		padding-left: 20px;
	}
	.md-pl4 {
		padding-left: 40px;
	}
	.md-pl5 {
		padding-left: 80px;
	}
	.md-pl6 {
		padding-left: 120px;
	}
	.md-px0 {
		padding-left: 0;
		padding-right: 0;
	}
	.md-px1 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.md-px2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.md-px3 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.md-px4 {
		padding-left: 40px;
		padding-right: 40px;
	}
	.md-px5 {
		padding-left: 80px;
		padding-right: 80px;
	}
	.md-px6 {
		padding-left: 120px;
		padding-right: 120px;
	}
	.md-py0 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.md-py1 {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.md-py2 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.md-py3 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.md-py4 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.md-py5 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.md-py6 {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.md-m0 {
		margin: 0;
	}
	.md-m1 {
		margin: 5px;
	}
	.md-m2 {
		margin: 10px;
	}
	.md-m3 {
		margin: 20px;
	}
	.md-m4 {
		margin: 40px;
	}
	.md-m5 {
		margin: 80px;
	}
	.md-m6 {
		margin: 120px;
	}
	.md-mt0 {
		margin-top: 0;
	}
	.md-mt1 {
		margin-top: 5px;
	}
	.md-mt2 {
		margin-top: 10px;
	}
	.md-mt3 {
		margin-top: 20px;
	}
	.md-mt4 {
		margin-top: 40px;
	}
	.md-mt5 {
		margin-top: 80px;
	}
	.md-mt6 {
		margin-top: 120px;
	}
	.md-mr0 {
		margin-right: 0;
	}
	.md-mr1 {
		margin-right: 5px;
	}
	.md-mr2 {
		margin-right: 10px;
	}
	.md-mr3 {
		margin-right: 20px;
	}
	.md-mr4 {
		margin-right: 40px;
	}
	.md-mr5 {
		margin-right: 80px;
	}
	.md-mr6 {
		margin-right: 120px;
	}
	.md-mb0 {
		margin-bottom: 0;
	}
	.md-mb1 {
		margin-bottom: 5px;
	}
	.md-mb2 {
		margin-bottom: 10px;
	}
	.md-mb3 {
		margin-bottom: 20px;
	}
	.md-mb4 {
		margin-bottom: 40px;
	}
	.md-mb5 {
		margin-bottom: 80px;
	}
	.md-mb6 {
		margin-bottom: 120px;
	}
	.md-ml0 {
		margin-left: 0;
	}
	.md-ml1 {
		margin-left: 5px;
	}
	.md-ml2 {
		margin-left: 10px;
	}
	.md-ml3 {
		margin-left: 20px;
	}
	.md-ml4 {
		margin-left: 40px;
	}
	.md-ml5 {
		margin-left: 80px;
	}
	.md-ml6 {
		margin-left: 120px;
	}
	.md-mx0 {
		margin-left: 0;
		margin-right: 0;
	}
	.md-mx1 {
		margin-left: 5px;
		margin-right: 5px;
	}
	.md-mx2 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.md-mx3 {
		margin-left: 20px;
		margin-right: 20px;
	}
	.md-mx4 {
		margin-left: 40px;
		margin-right: 40px;
	}
	.md-mx5 {
		margin-left: 80px;
		margin-right: 80px;
	}
	.md-mx6 {
		margin-left: 120px;
		margin-right: 120px;
	}
	.md-my0 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.md-my1 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.md-my2 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.md-my3 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.md-my4 {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.md-my5 {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.md-my6 {
		margin-top: 120px;
		margin-bottom: 120px;
	}
}

@media(max-width: 425px) {
	.sm-p0 {
		padding: 0;
	}
	.sm-p1 {
		padding: 5px;
	}
	.sm-p2 {
		padding: 10px;
	}
	.sm-p3 {
		padding: 20px;
	}
	.sm-p4 {
		padding: 40px;
	}
	.sm-p5 {
		padding: 80px;
	}
	.sm-p6 {
		padding: 120px;
	}
	.sm-pt0 {
		padding-top: 0;
	}
	.sm-pt1 {
		padding-top: 5px;
	}
	.sm-pt2 {
		padding-top: 10px;
	}
	.sm-pt3 {
		padding-top: 20px;
	}
	.sm-pt4 {
		padding-top: 40px;
	}
	.sm-pt5 {
		padding-top: 80px;
	}
	.sm-pt6 {
		padding-top: 120px;
	}
	.sm-pr0 {
		padding-right: 0;
	}
	.sm-pr1 {
		padding-right: 5px;
	}
	.sm-pr2 {
		padding-right: 10px;
	}
	.sm-pr3 {
		padding-right: 20px;
	}
	.sm-pr4 {
		padding-right: 40px;
	}
	.sm-pr5 {
		padding-right: 80px;
	}
	.sm-pr6 {
		padding-right: 120px;
	}
	.sm-pb0 {
		padding-bottom: 0;
	}
	.sm-pb1 {
		padding-bottom: 5px;
	}
	.sm-pb2 {
		padding-bottom: 10px;
	}
	.sm-pb3 {
		padding-bottom: 20px;
	}
	.sm-pb4 {
		padding-bottom: 40px;
	}
	.sm-pb5 {
		padding-bottom: 80px;
	}
	.sm-pb6 {
		padding-bottom: 120px;
	}
	.sm-pl0 {
		padding-left: 0;
	}
	.sm-pl1 {
		padding-left: 5px;
	}
	.sm-pl2 {
		padding-left: 10px;
	}
	.sm-pl3 {
		padding-left: 20px;
	}
	.sm-pl4 {
		padding-left: 40px;
	}
	.sm-pl5 {
		padding-left: 80px;
	}
	.sm-pl6 {
		padding-left: 120px;
	}
	.sm-px0 {
		padding-left: 0;
		padding-right: 0;
	}
	.sm-px1 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.sm-px2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.sm-px3 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sm-px4 {
		padding-left: 40px;
		padding-right: 40px;
	}
	.sm-px5 {
		padding-left: 80px;
		padding-right: 80px;
	}
	.sm-px6 {
		padding-left: 120px;
		padding-right: 120px;
	}
	.sm-py0 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.sm-py1 {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.sm-py2 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sm-py3 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.sm-py4 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sm-py5 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.sm-py6 {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.sm-m0 {
		margin: 0;
	}
	.sm-m1 {
		margin: 5px;
	}
	.sm-m2 {
		margin: 10px;
	}
	.sm-m3 {
		margin: 20px;
	}
	.sm-m4 {
		margin: 40px;
	}
	.sm-m5 {
		margin: 80px;
	}
	.sm-m6 {
		margin: 120px;
	}
	.sm-mt0 {
		margin-top: 0;
	}
	.sm-mt1 {
		margin-top: 5px;
	}
	.sm-mt2 {
		margin-top: 10px;
	}
	.sm-mt3 {
		margin-top: 20px;
	}
	.sm-mt4 {
		margin-top: 40px;
	}
	.sm-mt5 {
		margin-top: 80px;
	}
	.sm-mt6 {
		margin-top: 120px;
	}
	.sm-mr0 {
		margin-right: 0;
	}
	.sm-mr1 {
		margin-right: 5px;
	}
	.sm-mr2 {
		margin-right: 10px;
	}
	.sm-mr3 {
		margin-right: 20px;
	}
	.sm-mr4 {
		margin-right: 40px;
	}
	.sm-mr5 {
		margin-right: 80px;
	}
	.sm-mr6 {
		margin-right: 120px;
	}
	.sm-mb0 {
		margin-bottom: 0;
	}
	.sm-mb1 {
		margin-bottom: 5px;
	}
	.sm-mb2 {
		margin-bottom: 10px;
	}
	.sm-mb3 {
		margin-bottom: 20px;
	}
	.sm-mb4 {
		margin-bottom: 40px;
	}
	.sm-mb5 {
		margin-bottom: 80px;
	}
	.sm-mb6 {
		margin-bottom: 120px;
	}
	.sm-ml0 {
		margin-left: 0;
	}
	.sm-ml1 {
		margin-left: 5px;
	}
	.sm-ml2 {
		margin-left: 10px;
	}
	.sm-ml3 {
		margin-left: 20px;
	}
	.sm-ml4 {
		margin-left: 40px;
	}
	.sm-ml5 {
		margin-left: 80px;
	}
	.sm-ml6 {
		margin-left: 120px;
	}
	.sm-mx0 {
		margin-left: 0;
		margin-right: 0;
	}
	.sm-mx1 {
		margin-left: 5px;
		margin-right: 5px;
	}
	.sm-mx2 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.sm-mx3 {
		margin-left: 20px;
		margin-right: 20px;
	}
	.sm-mx4 {
		margin-left: 40px;
		margin-right: 40px;
	}
	.sm-mx5 {
		margin-left: 80px;
		margin-right: 80px;
	}
	.sm-mx6 {
		margin-left: 120px;
		margin-right: 120px;
	}
	.sm-my0 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.sm-my1 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.sm-my2 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.sm-my3 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.sm-my4 {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.sm-my5 {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.sm-my6 {
		margin-top: 120px;
		margin-bottom: 120px;
	}
}

/* layout */

.df { display: flex; }
.dg { display: grid; grid-gap: 1.25rem; }
.db { display: block; }
.dib { display: inline-block; }
.di { display: inline; }
.dt { display: table; }
.dtc { display: table-cell; }
.dtr { display: table-row; }
.dn { display: none; }

/* spacing */














.m0a { margin: 0 auto}

 
.p-0 { padding: 0;}
.p-1 { padding: 10px;}
.p-2 { padding: 20px;}
.p-3 { padding: 40px;}
.p-4 { padding: 80px;}
.p-5 { padding: 120px;}
.p-6 { padding: 160px;}
.p-7 { padding: 240px;}

 
.pt-0 { padding-top: 0;}
.pt-1 { padding-top: 10px;}
.pt-2 { padding-top: 20px;}
.pt-3 { padding-top: 40px;}
.pt-4 { padding-top: 80px;}
.pt-5 { padding-top: 120px;}
.pt-6 { padding-top: 160px;}
.pt-7 { padding-top: 240px;}

 
.pr-0 { padding-right: 0;}
.pr-1 { padding-right: 10px;}
.pr-2 { padding-right: 20px;}
.pr-3 { padding-right: 40px;}
.pr-4 { padding-right: 80px;}
.pr-5 { padding-right: 120px;}
.pr-6 { padding-right: 160px;}
.pr-7 { padding-right: 240px;}

 
.pb-0 { padding-bottom: 0;}
.pb-1 { padding-bottom: 10px;}
.pb-2 { padding-bottom: 20px;}
.pb-3 { padding-bottom: 40px;}
.pb-4 { padding-bottom: 80px;}
.pb-5 { padding-bottom: 120px;}
.pb-6 { padding-bottom: 160px;}
.pb-7 { padding-bottom: 240px;}

 
.pl-0 { padding-left: 0;}
.pl-1 { padding-left: 10px;}
.pl-2 { padding-left: 20px;}
.pl-3 { padding-left: 40px;}
.pl-4 { padding-left: 80px;}
.pl-5 { padding-left: 120px;}
.pl-6 { padding-left: 160px;}
.pl-7 { padding-left: 240px;}

 
.px-0 { padding-left: 0; padding-right: 0;}
.px-1 { padding-left: 10px; padding-right: 10px;}
.px-2 { padding-left: 20px; padding-right: 20px;}
.px-3 { padding-left: 40px; padding-right: 40px;}
.px-4 { padding-left: 80px; padding-right: 80px;}
.px-5 { padding-left: 120px; padding-right: 120px;}
.px-6 { padding-left: 160px; padding-right: 160px;}
.px-7 { padding-left: 240px; padding-right: 240px;}

 
.py-0 { padding-top: 0; padding-bottom: 0;}
.py-1 { padding-top: 10px; padding-bottom: 10px;}
.py-2 { padding-top: 20px; padding-bottom: 20px;}
.py-3 { padding-top: 40px; padding-bottom: 40px;}
.py-4 { padding-top: 80px; padding-bottom: 80px;}
.py-5 { padding-top: 120px; padding-bottom: 120px;}
.py-6 { padding-top: 160px; padding-bottom: 160px;}
.py-7 { padding-top: 240px; padding-bottom: 240px;}

 
.m-0 { margin: 0;}
.m-1 { margin: 10px;}
.m-2 { margin: 20px;}
.m-3 { margin: 40px;}
.m-4 { margin: 80px;}
.m-5 { margin: 120px;}
.m-6 { margin: 160px;}
.m-7 { margin: 240px;}

 
.mt-0 { margin-top: 0;}
.mt-1 { margin-top: 10px;}
.mt-2 { margin-top: 20px;}
.mt-3 { margin-top: 40px;}
.mt-4 { margin-top: 80px;}
.mt-5 { margin-top: 120px;}
.mt-6 { margin-top: 160px;}
.mt-7 { margin-top: 240px;}

 
.mr-0 { margin-right: 0;}
.mr-1 { margin-right: 10px;}
.mr-2 { margin-right: 20px;}
.mr-3 { margin-right: 40px;}
.mr-4 { margin-right: 80px;}
.mr-5 { margin-right: 120px;}
.mr-6 { margin-right: 160px;}
.mr-7 { margin-right: 240px;}

 
.mb-0 { margin-bottom: 0;}
.mb-1 { margin-bottom: 10px;}
.mb-2 { margin-bottom: 20px;}
.mb-3 { margin-bottom: 40px;}
.mb-4 { margin-bottom: 80px;}
.mb-5 { margin-bottom: 120px;}
.mb-6 { margin-bottom: 160px;}
.mb-7 { margin-bottom: 240px;}

 
.ml-0 { margin-left: 0;}
.ml-1 { margin-left: 10px;}
.ml-2 { margin-left: 20px;}
.ml-3 { margin-left: 40px;}
.ml-4 { margin-left: 80px;}
.ml-5 { margin-left: 120px;}
.ml-6 { margin-left: 160px;}
.ml-7 { margin-left: 240px;}

 
.mx-0 { margin-left: 0; margin-right: 0;}
.mx-1 { margin-left: 10px; margin-right: 10px;}
.mx-2 { margin-left: 20px; margin-right: 20px;}
.mx-3 { margin-left: 40px; margin-right: 40px;}
.mx-4 { margin-left: 80px; margin-right: 80px;}
.mx-5 { margin-left: 120px; margin-right: 120px;}
.mx-6 { margin-left: 160px; margin-right: 160px;}
.mx-7 { margin-left: 240px; margin-right: 240px;}

 
.my-0 { margin-top: 0; margin-bottom: 0;}
.my-1 { margin-top: 10px; margin-bottom: 10px;}
.my-2 { margin-top: 20px; margin-bottom: 20px;}
.my-3 { margin-top: 40px; margin-bottom: 40px;}
.my-4 { margin-top: 80px; margin-bottom: 80px;}
.my-5 { margin-top: 120px; margin-bottom: 120px;}
.my-6 { margin-top: 160px; margin-bottom: 160px;}
.my-7 { margin-top: 240px; margin-bottom: 240px;}


@media (max-width: 1280px) {
    .lg-m0a { margin: 0 auto}

     
.lg-p-0 { padding: 0;}
.lg-p-1 { padding: 10px;}
.lg-p-2 { padding: 20px;}
.lg-p-3 { padding: 40px;}
.lg-p-4 { padding: 80px;}
.lg-p-5 { padding: 120px;}
.lg-p-6 { padding: 160px;}
.lg-p-7 { padding: 240px;}

     
.lg-pt-0 { padding-top: 0;}
.lg-pt-1 { padding-top: 10px;}
.lg-pt-2 { padding-top: 20px;}
.lg-pt-3 { padding-top: 40px;}
.lg-pt-4 { padding-top: 80px;}
.lg-pt-5 { padding-top: 120px;}
.lg-pt-6 { padding-top: 160px;}
.lg-pt-7 { padding-top: 240px;}

     
.lg-pr-0 { padding-right: 0;}
.lg-pr-1 { padding-right: 10px;}
.lg-pr-2 { padding-right: 20px;}
.lg-pr-3 { padding-right: 40px;}
.lg-pr-4 { padding-right: 80px;}
.lg-pr-5 { padding-right: 120px;}
.lg-pr-6 { padding-right: 160px;}
.lg-pr-7 { padding-right: 240px;}

     
.lg-pb-0 { padding-bottom: 0;}
.lg-pb-1 { padding-bottom: 10px;}
.lg-pb-2 { padding-bottom: 20px;}
.lg-pb-3 { padding-bottom: 40px;}
.lg-pb-4 { padding-bottom: 80px;}
.lg-pb-5 { padding-bottom: 120px;}
.lg-pb-6 { padding-bottom: 160px;}
.lg-pb-7 { padding-bottom: 240px;}

     
.lg-pl-0 { padding-left: 0;}
.lg-pl-1 { padding-left: 10px;}
.lg-pl-2 { padding-left: 20px;}
.lg-pl-3 { padding-left: 40px;}
.lg-pl-4 { padding-left: 80px;}
.lg-pl-5 { padding-left: 120px;}
.lg-pl-6 { padding-left: 160px;}
.lg-pl-7 { padding-left: 240px;}

     
.lg-px-0 { padding-left: 0; padding-right: 0;}
.lg-px-1 { padding-left: 10px; padding-right: 10px;}
.lg-px-2 { padding-left: 20px; padding-right: 20px;}
.lg-px-3 { padding-left: 40px; padding-right: 40px;}
.lg-px-4 { padding-left: 80px; padding-right: 80px;}
.lg-px-5 { padding-left: 120px; padding-right: 120px;}
.lg-px-6 { padding-left: 160px; padding-right: 160px;}
.lg-px-7 { padding-left: 240px; padding-right: 240px;}

     
.lg-py-0 { padding-top: 0; padding-bottom: 0;}
.lg-py-1 { padding-top: 10px; padding-bottom: 10px;}
.lg-py-2 { padding-top: 20px; padding-bottom: 20px;}
.lg-py-3 { padding-top: 40px; padding-bottom: 40px;}
.lg-py-4 { padding-top: 80px; padding-bottom: 80px;}
.lg-py-5 { padding-top: 120px; padding-bottom: 120px;}
.lg-py-6 { padding-top: 160px; padding-bottom: 160px;}
.lg-py-7 { padding-top: 240px; padding-bottom: 240px;}

     
.lg-m-0 { margin: 0;}
.lg-m-1 { margin: 10px;}
.lg-m-2 { margin: 20px;}
.lg-m-3 { margin: 40px;}
.lg-m-4 { margin: 80px;}
.lg-m-5 { margin: 120px;}
.lg-m-6 { margin: 160px;}
.lg-m-7 { margin: 240px;}

     
.lg-mt-0 { margin-top: 0;}
.lg-mt-1 { margin-top: 10px;}
.lg-mt-2 { margin-top: 20px;}
.lg-mt-3 { margin-top: 40px;}
.lg-mt-4 { margin-top: 80px;}
.lg-mt-5 { margin-top: 120px;}
.lg-mt-6 { margin-top: 160px;}
.lg-mt-7 { margin-top: 240px;}

     
.lg-mr-0 { margin-right: 0;}
.lg-mr-1 { margin-right: 10px;}
.lg-mr-2 { margin-right: 20px;}
.lg-mr-3 { margin-right: 40px;}
.lg-mr-4 { margin-right: 80px;}
.lg-mr-5 { margin-right: 120px;}
.lg-mr-6 { margin-right: 160px;}
.lg-mr-7 { margin-right: 240px;}

     
.lg-mb-0 { margin-bottom: 0;}
.lg-mb-1 { margin-bottom: 10px;}
.lg-mb-2 { margin-bottom: 20px;}
.lg-mb-3 { margin-bottom: 40px;}
.lg-mb-4 { margin-bottom: 80px;}
.lg-mb-5 { margin-bottom: 120px;}
.lg-mb-6 { margin-bottom: 160px;}
.lg-mb-7 { margin-bottom: 240px;}

     
.lg-ml-0 { margin-left: 0;}
.lg-ml-1 { margin-left: 10px;}
.lg-ml-2 { margin-left: 20px;}
.lg-ml-3 { margin-left: 40px;}
.lg-ml-4 { margin-left: 80px;}
.lg-ml-5 { margin-left: 120px;}
.lg-ml-6 { margin-left: 160px;}
.lg-ml-7 { margin-left: 240px;}

     
.lg-mx-0 { margin-left: 0; margin-right: 0;}
.lg-mx-1 { margin-left: 10px; margin-right: 10px;}
.lg-mx-2 { margin-left: 20px; margin-right: 20px;}
.lg-mx-3 { margin-left: 40px; margin-right: 40px;}
.lg-mx-4 { margin-left: 80px; margin-right: 80px;}
.lg-mx-5 { margin-left: 120px; margin-right: 120px;}
.lg-mx-6 { margin-left: 160px; margin-right: 160px;}
.lg-mx-7 { margin-left: 240px; margin-right: 240px;}

     
.lg-my-0 { margin-top: 0; margin-bottom: 0;}
.lg-my-1 { margin-top: 10px; margin-bottom: 10px;}
.lg-my-2 { margin-top: 20px; margin-bottom: 20px;}
.lg-my-3 { margin-top: 40px; margin-bottom: 40px;}
.lg-my-4 { margin-top: 80px; margin-bottom: 80px;}
.lg-my-5 { margin-top: 120px; margin-bottom: 120px;}
.lg-my-6 { margin-top: 160px; margin-bottom: 160px;}
.lg-my-7 { margin-top: 240px; margin-bottom: 240px;}

}
@media (max-width: 768px) {
    .md-m0a { margin: 0 auto}

     
.md-p-0 { padding: 0;}
.md-p-1 { padding: 10px;}
.md-p-2 { padding: 20px;}
.md-p-3 { padding: 40px;}
.md-p-4 { padding: 80px;}
.md-p-5 { padding: 120px;}
.md-p-6 { padding: 160px;}
.md-p-7 { padding: 240px;}

     
.md-pt-0 { padding-top: 0;}
.md-pt-1 { padding-top: 10px;}
.md-pt-2 { padding-top: 20px;}
.md-pt-3 { padding-top: 40px;}
.md-pt-4 { padding-top: 80px;}
.md-pt-5 { padding-top: 120px;}
.md-pt-6 { padding-top: 160px;}
.md-pt-7 { padding-top: 240px;}

     
.md-pr-0 { padding-right: 0;}
.md-pr-1 { padding-right: 10px;}
.md-pr-2 { padding-right: 20px;}
.md-pr-3 { padding-right: 40px;}
.md-pr-4 { padding-right: 80px;}
.md-pr-5 { padding-right: 120px;}
.md-pr-6 { padding-right: 160px;}
.md-pr-7 { padding-right: 240px;}

     
.md-pb-0 { padding-bottom: 0;}
.md-pb-1 { padding-bottom: 10px;}
.md-pb-2 { padding-bottom: 20px;}
.md-pb-3 { padding-bottom: 40px;}
.md-pb-4 { padding-bottom: 80px;}
.md-pb-5 { padding-bottom: 120px;}
.md-pb-6 { padding-bottom: 160px;}
.md-pb-7 { padding-bottom: 240px;}

     
.md-pl-0 { padding-left: 0;}
.md-pl-1 { padding-left: 10px;}
.md-pl-2 { padding-left: 20px;}
.md-pl-3 { padding-left: 40px;}
.md-pl-4 { padding-left: 80px;}
.md-pl-5 { padding-left: 120px;}
.md-pl-6 { padding-left: 160px;}
.md-pl-7 { padding-left: 240px;}

     
.md-px-0 { padding-left: 0; padding-right: 0;}
.md-px-1 { padding-left: 10px; padding-right: 10px;}
.md-px-2 { padding-left: 20px; padding-right: 20px;}
.md-px-3 { padding-left: 40px; padding-right: 40px;}
.md-px-4 { padding-left: 80px; padding-right: 80px;}
.md-px-5 { padding-left: 120px; padding-right: 120px;}
.md-px-6 { padding-left: 160px; padding-right: 160px;}
.md-px-7 { padding-left: 240px; padding-right: 240px;}

     
.md-py-0 { padding-top: 0; padding-bottom: 0;}
.md-py-1 { padding-top: 10px; padding-bottom: 10px;}
.md-py-2 { padding-top: 20px; padding-bottom: 20px;}
.md-py-3 { padding-top: 40px; padding-bottom: 40px;}
.md-py-4 { padding-top: 80px; padding-bottom: 80px;}
.md-py-5 { padding-top: 120px; padding-bottom: 120px;}
.md-py-6 { padding-top: 160px; padding-bottom: 160px;}
.md-py-7 { padding-top: 240px; padding-bottom: 240px;}

     
.md-m-0 { margin: 0;}
.md-m-1 { margin: 10px;}
.md-m-2 { margin: 20px;}
.md-m-3 { margin: 40px;}
.md-m-4 { margin: 80px;}
.md-m-5 { margin: 120px;}
.md-m-6 { margin: 160px;}
.md-m-7 { margin: 240px;}

     
.md-mt-0 { margin-top: 0;}
.md-mt-1 { margin-top: 10px;}
.md-mt-2 { margin-top: 20px;}
.md-mt-3 { margin-top: 40px;}
.md-mt-4 { margin-top: 80px;}
.md-mt-5 { margin-top: 120px;}
.md-mt-6 { margin-top: 160px;}
.md-mt-7 { margin-top: 240px;}

     
.md-mr-0 { margin-right: 0;}
.md-mr-1 { margin-right: 10px;}
.md-mr-2 { margin-right: 20px;}
.md-mr-3 { margin-right: 40px;}
.md-mr-4 { margin-right: 80px;}
.md-mr-5 { margin-right: 120px;}
.md-mr-6 { margin-right: 160px;}
.md-mr-7 { margin-right: 240px;}

     
.md-mb-0 { margin-bottom: 0;}
.md-mb-1 { margin-bottom: 10px;}
.md-mb-2 { margin-bottom: 20px;}
.md-mb-3 { margin-bottom: 40px;}
.md-mb-4 { margin-bottom: 80px;}
.md-mb-5 { margin-bottom: 120px;}
.md-mb-6 { margin-bottom: 160px;}
.md-mb-7 { margin-bottom: 240px;}

     
.md-ml-0 { margin-left: 0;}
.md-ml-1 { margin-left: 10px;}
.md-ml-2 { margin-left: 20px;}
.md-ml-3 { margin-left: 40px;}
.md-ml-4 { margin-left: 80px;}
.md-ml-5 { margin-left: 120px;}
.md-ml-6 { margin-left: 160px;}
.md-ml-7 { margin-left: 240px;}

     
.md-mx-0 { margin-left: 0; margin-right: 0;}
.md-mx-1 { margin-left: 10px; margin-right: 10px;}
.md-mx-2 { margin-left: 20px; margin-right: 20px;}
.md-mx-3 { margin-left: 40px; margin-right: 40px;}
.md-mx-4 { margin-left: 80px; margin-right: 80px;}
.md-mx-5 { margin-left: 120px; margin-right: 120px;}
.md-mx-6 { margin-left: 160px; margin-right: 160px;}
.md-mx-7 { margin-left: 240px; margin-right: 240px;}

     
.md-my-0 { margin-top: 0; margin-bottom: 0;}
.md-my-1 { margin-top: 10px; margin-bottom: 10px;}
.md-my-2 { margin-top: 20px; margin-bottom: 20px;}
.md-my-3 { margin-top: 40px; margin-bottom: 40px;}
.md-my-4 { margin-top: 80px; margin-bottom: 80px;}
.md-my-5 { margin-top: 120px; margin-bottom: 120px;}
.md-my-6 { margin-top: 160px; margin-bottom: 160px;}
.md-my-7 { margin-top: 240px; margin-bottom: 240px;}

}
@media (max-width: 425px) {
    .sm-m0a { margin: 0 auto}

     
.sm-p-0 { padding: 0;}
.sm-p-1 { padding: 10px;}
.sm-p-2 { padding: 20px;}
.sm-p-3 { padding: 40px;}
.sm-p-4 { padding: 80px;}
.sm-p-5 { padding: 120px;}
.sm-p-6 { padding: 160px;}
.sm-p-7 { padding: 240px;}

     
.sm-pt-0 { padding-top: 0;}
.sm-pt-1 { padding-top: 10px;}
.sm-pt-2 { padding-top: 20px;}
.sm-pt-3 { padding-top: 40px;}
.sm-pt-4 { padding-top: 80px;}
.sm-pt-5 { padding-top: 120px;}
.sm-pt-6 { padding-top: 160px;}
.sm-pt-7 { padding-top: 240px;}

     
.sm-pr-0 { padding-right: 0;}
.sm-pr-1 { padding-right: 10px;}
.sm-pr-2 { padding-right: 20px;}
.sm-pr-3 { padding-right: 40px;}
.sm-pr-4 { padding-right: 80px;}
.sm-pr-5 { padding-right: 120px;}
.sm-pr-6 { padding-right: 160px;}
.sm-pr-7 { padding-right: 240px;}

     
.sm-pb-0 { padding-bottom: 0;}
.sm-pb-1 { padding-bottom: 10px;}
.sm-pb-2 { padding-bottom: 20px;}
.sm-pb-3 { padding-bottom: 40px;}
.sm-pb-4 { padding-bottom: 80px;}
.sm-pb-5 { padding-bottom: 120px;}
.sm-pb-6 { padding-bottom: 160px;}
.sm-pb-7 { padding-bottom: 240px;}

     
.sm-pl-0 { padding-left: 0;}
.sm-pl-1 { padding-left: 10px;}
.sm-pl-2 { padding-left: 20px;}
.sm-pl-3 { padding-left: 40px;}
.sm-pl-4 { padding-left: 80px;}
.sm-pl-5 { padding-left: 120px;}
.sm-pl-6 { padding-left: 160px;}
.sm-pl-7 { padding-left: 240px;}

     
.sm-px-0 { padding-left: 0; padding-right: 0;}
.sm-px-1 { padding-left: 10px; padding-right: 10px;}
.sm-px-2 { padding-left: 20px; padding-right: 20px;}
.sm-px-3 { padding-left: 40px; padding-right: 40px;}
.sm-px-4 { padding-left: 80px; padding-right: 80px;}
.sm-px-5 { padding-left: 120px; padding-right: 120px;}
.sm-px-6 { padding-left: 160px; padding-right: 160px;}
.sm-px-7 { padding-left: 240px; padding-right: 240px;}

     
.sm-py-0 { padding-top: 0; padding-bottom: 0;}
.sm-py-1 { padding-top: 10px; padding-bottom: 10px;}
.sm-py-2 { padding-top: 20px; padding-bottom: 20px;}
.sm-py-3 { padding-top: 40px; padding-bottom: 40px;}
.sm-py-4 { padding-top: 80px; padding-bottom: 80px;}
.sm-py-5 { padding-top: 120px; padding-bottom: 120px;}
.sm-py-6 { padding-top: 160px; padding-bottom: 160px;}
.sm-py-7 { padding-top: 240px; padding-bottom: 240px;}

     
.sm-m-0 { margin: 0;}
.sm-m-1 { margin: 10px;}
.sm-m-2 { margin: 20px;}
.sm-m-3 { margin: 40px;}
.sm-m-4 { margin: 80px;}
.sm-m-5 { margin: 120px;}
.sm-m-6 { margin: 160px;}
.sm-m-7 { margin: 240px;}

     
.sm-mt-0 { margin-top: 0;}
.sm-mt-1 { margin-top: 10px;}
.sm-mt-2 { margin-top: 20px;}
.sm-mt-3 { margin-top: 40px;}
.sm-mt-4 { margin-top: 80px;}
.sm-mt-5 { margin-top: 120px;}
.sm-mt-6 { margin-top: 160px;}
.sm-mt-7 { margin-top: 240px;}

     
.sm-mr-0 { margin-right: 0;}
.sm-mr-1 { margin-right: 10px;}
.sm-mr-2 { margin-right: 20px;}
.sm-mr-3 { margin-right: 40px;}
.sm-mr-4 { margin-right: 80px;}
.sm-mr-5 { margin-right: 120px;}
.sm-mr-6 { margin-right: 160px;}
.sm-mr-7 { margin-right: 240px;}

     
.sm-mb-0 { margin-bottom: 0;}
.sm-mb-1 { margin-bottom: 10px;}
.sm-mb-2 { margin-bottom: 20px;}
.sm-mb-3 { margin-bottom: 40px;}
.sm-mb-4 { margin-bottom: 80px;}
.sm-mb-5 { margin-bottom: 120px;}
.sm-mb-6 { margin-bottom: 160px;}
.sm-mb-7 { margin-bottom: 240px;}

     
.sm-ml-0 { margin-left: 0;}
.sm-ml-1 { margin-left: 10px;}
.sm-ml-2 { margin-left: 20px;}
.sm-ml-3 { margin-left: 40px;}
.sm-ml-4 { margin-left: 80px;}
.sm-ml-5 { margin-left: 120px;}
.sm-ml-6 { margin-left: 160px;}
.sm-ml-7 { margin-left: 240px;}

     
.sm-mx-0 { margin-left: 0; margin-right: 0;}
.sm-mx-1 { margin-left: 10px; margin-right: 10px;}
.sm-mx-2 { margin-left: 20px; margin-right: 20px;}
.sm-mx-3 { margin-left: 40px; margin-right: 40px;}
.sm-mx-4 { margin-left: 80px; margin-right: 80px;}
.sm-mx-5 { margin-left: 120px; margin-right: 120px;}
.sm-mx-6 { margin-left: 160px; margin-right: 160px;}
.sm-mx-7 { margin-left: 240px; margin-right: 240px;}

     
.sm-my-0 { margin-top: 0; margin-bottom: 0;}
.sm-my-1 { margin-top: 10px; margin-bottom: 10px;}
.sm-my-2 { margin-top: 20px; margin-bottom: 20px;}
.sm-my-3 { margin-top: 40px; margin-bottom: 40px;}
.sm-my-4 { margin-top: 80px; margin-bottom: 80px;}
.sm-my-5 { margin-top: 120px; margin-bottom: 120px;}
.sm-my-6 { margin-top: 160px; margin-bottom: 160px;}
.sm-my-7 { margin-top: 240px; margin-bottom: 240px;}

}