@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/* Normalize */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* This responsive framework is required for all styles. */
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}




/*****************************************/
/* Variables                             */
/*****************************************/


/* Colors */



/* Fonts */



/* Container size */




 

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* 
 You can use this CSS file as a guide in building out
 your HubSpot website. It contains the major elements needed
 to create your own custom style. 
*/

html, body {
	overflow-x: hidden;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #666;
}
body {
    background:#ffffff;
    /*background-color: #dbe6ec;
    background-image: url(https://2753500.fs1.hubspotusercontent-na1.net/hubfs/2753500/Sterling_Sept2017/bg/bg-body.jpg);*/
    font-size: 16px;
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    line-height: 1.5;
    color: #666;
}

.fullwidth-bg {
    display: inline-block;
    float: left;
    width: 100%;
}
.site-container {
    max-width: 1800px;
    margin: 0 auto!important;
    background-color: #fff;
    float: none!important;
    position: relative;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto!important;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: none!important;
}
.container-small {
    max-width: 750px;
}
.container-large {
    max-width: 1145px;
}
.container-nopadding {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.font-bold{
  font-weight: 700!important;
}
.font-bold *{
  font-weight: 700!important;
}
.p-0{
  padding: 0;
}

@media (min-width: 640px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 960px) {
    .container {
        padding-left: 132px;
        padding-right: 120px;
    }
}

@media (max-width:767px) {
    html, body {
        font-size: ;
    }
}
@media (max-width:480px) {
    html, body {
        font-size: ;
    }
}






/* ------ Typography ------ */
/* Basic text */

p, ul, ol, dl, pre, address, fieldset, figure {
    margin: 0 0 20px;
}
p {}
small {}
strong {}
em {}
cite {}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000;
}

h1 {
    color: #000;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 62px;
}
h2 {
    color: #000;
    font-size: 36px;
    font-weight: 300;
    line-height: 38px;
}
h3 {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom:8px;
}
h4 {
    font-size: 23px;
    line-height: 29px;
}
h5 {}
h6 {}

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

li {}

ul.unstyled, ol.unstyled {}

ul.inline, ol.inline {}
ul.inline > li, ol.inline > li {}

dl {}
dt, dd {}
dt {}
dd {}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

/* Links */

a {
    text-decoration: none;
    color: #1d94d2;
}
a:hover, a:focus {
    color: #1d94d2;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}

/* Address */
address {}

/* Display */
.display-none {display: none!important;}

@media (max-width:767px) {
    .mobile-display-none {
        display: none!important;
    }
}

/* Margins & Paddings */

.margin-large-top {
	margin-top: 50px;
}
.margin-large-bottom {
	margin-bottom: 50px;
}
.margin-large-left {
	margin-left: 50px;
}
.margin-large-right {
	margin-right: 50px;
}

.margin-medium-top {
	margin-top: 15px;
}
.margin-medium-bottom {
	margin-bottom: 15px;
}
.margin-medium-left {
	margin-left: 15px;
}
.margin-medium-right {
	margin-right: 15px;
}

.margin-small-top {
	margin-top: 5px;
}
.margin-small-bottom {
	margin-bottom: 5px;
}
.margin-small-left {
	margin-left: 5px;
}
.margin-small-right {
	margin-right: 5px;
}


.padding-large-top {
	padding-top: 50px;
}
.padding-large-bottom {
	padding-bottom: 50px;
}
.padding-large-left {
	padding-left: 50px;
}
.padding-large-right {
	padding-right: 50px;
}

.padding-medium-top {
	padding-top: 15px;
}
.padding-medium-bottom {
	padding-bottom: 15px;
}
.padding-medium-left {
	padding-left: 15px;
}
.padding-medium-right {
	padding-right: 15px;
}

.padding-small-top {
	padding-top: 5px;
}
.padding-small-bottom {
	padding-bottom: 5px;
}
.padding-small-left {
	padding-left: 5px;
}
.padding-small-right {
	padding-right: 5px;
}


/* Alignments */

.text-aligncenter {
    text-align: center;
}
.text-alignleft {
    text-align: left;
}
.text-alignright {
    text-align: right;
}
.text-alignjustify {
    text-align: justify;
}

@media (max-width: 767px) {
    .mobile-text-aligncenter {
        text-align: center;
    }
    .mobile-text-alignleft {
        text-align: left;
    }
    .mobile-text-alignright {
        text-align: right;
    }
    .mobile-text-alignjustify {
        text-align: justify;
    }
}


/* ------ Structure ------ */
/* 
 The outer wrappers of your website, if you wanted to set your website width
 to a fixed size you could set a width or max-width of 960px for example. 
*/
.header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {

}

.header-container-wrapper {
    height: 0;
}
.body-container-wrapper {}
.footer-container-wrapper {}

.header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {

}
@media (min-width: 835px) {
    .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
        padding-right: 70px; 
    }
    .lp-no-sidebar .header-container-wrapper, .lp-no-sidebar .body-container-wrapper, .lp-no-sidebar .footer-container-wrapper {
        padding-right:0!important;
    }
}
@media (min-width: 1800px) {
    .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
        padding-right: 0; 
    }
}
@media (min-width: 1940px) {
    .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
        padding-right: 0;
    }
}

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

.header-container {}
.body-container {}
.footer-container {}

@media (min-width: 768px) {
    .header-container-wrapper {
        height: 0;
    }
}


/* ------ Grid ------ */
/* 
 By default HubSpot's grid system utilizes 12 columns, making for a 940px wide container 
 without responsive features enabled. With the responsive CSS file added, the grid adapts 
 to be 724px and 1170px wide depending on your viewport. Below 767px viewports, the columns 
 become fluid and stack vertically. 
 
 You can also use spans to setup your different colored sidebar or container columns like 
 this: span8 {background:#fff;} span4 {background:#eee;}. The column spans will always add 
 up to 12 and will be setup for you automatically when you use Template Builder to adjust 
 the visual layout.
*/
.span12 {}
.span11 {}
.span10 {}
.span9 {}
.span8 {}
.span7 {}
.span6 {}
.span5 {}
.span4 {}
.span3 {}
.span2 {}
.span1 {}


/**
 *
 * =======================================================================
   HEADER
 * =======================================================================
 */

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

#header {
    background-color: #fff;
    padding: 20px 40px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 70px;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: padding .25s linear;
    transition: padding .25s linear;
    width: 100%;
}

#header > .row-fluid-wrapper {
    color: #000;
    border-bottom: 1px solid #dedede;
    -webkit-transition: padding .25s linear;
    transition: padding .25s linear;
}
    #header.lf-header--small {
        padding-top: 15px;
    }
    #header.lf-header--small > .row-fluid-wrapper {
        padding-bottom: 10px;
    }
    #header > .row-fluid-wrapper > .row-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
    }
    #header > .row-fluid-wrapper > .row-fluid > div {
        width: auto;
    }
    #header > .row-fluid-wrapper > .row-fluid:before,
    #header > .row-fluid-wrapper > .row-fluid:after {
         display: none;
    }

@media (max-width: 835px) {
    #header {
        padding: 15px 20px 0;
        right: 0;
    }
}
@media (max-width: 640px) {
    #header {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 835px) {
    #header > .row-fluid-wrapper {
        padding-bottom: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 835px) and (max-width: 1940px) {
    #header {
        width: calc(100% - 70px);
    }
    
}
@media (min-width: 1800px) {
    #header {
        max-width: 1800px;
        width: 1800px;
        left: auto;
        margin: 0 auto;
        right: auto;
    }
}


/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}

/* --------->>> Menu <<<----------*/

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal {}
 
.hs-menu-wrapper {}

/* Primary menu link text color */
.hs-menu-wrapper a {}
.hs-menu-wrapper a:hover {
    color: #1d94d2;
}

/* Dropdown */

.hs-menu-wrapper .hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper .hs-item-has-children > ul  {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 200px;
    padding: 25px;
    background: #fff;
    color: #959595; !important
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.15);
    box-shadow: 0 5px 12px rgba(0,0,0,.15);
    font-size: .875rem;
}
.hs-menu-wrapper .hs-item-has-children:hover > ul {
    display: block;
}

/* Styles */

.lf-header-links-small, 
.lf-header-links-large ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.lf-header-links-small > li, 
.lf-header-links-large ul > li {
    display: inline-block;
    margin-left: 10px;
}
.lf-header-links-small {
    margin-bottom: 15px;
}
.lf-header-links-small a {
    opacity: .74;
    color: #78777a;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.lf-header-links-small a,
.lf-header-links-small a:link,
.lf-header-links-small a:visited,
.lf-header-links-small a:active {
    color: #78777a;
}

@media (min-width: 835px) {
    .lf-header-links-small a {
        font-size: 13px;
        line-height: 19px;
    }
    .lf-header-links-small > li, 
    .lf-header-links-large ul > li {
        margin-left: 30px;
    }
}


/* Large nav */

.lf-header-main-nav {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    text-transform: capitalize;
}
.lf-header-nav > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    text-align: right;
}

.lf-header-links-large a, 
.lf-header-links-large a:link, 
.lf-header-links-large a:visited, 
.lf-header-links-large a:active {
    color: #000;
}
.lf-header-links-large a:hover {
    color: #1d94d2;
}


/* ------------------- Mobile Menu ------------------- */

.header-container-wrapper .lf-header-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    z-index: 2;
    text-align: center;
}
.lf-header-mobile-inner {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    height: auto;
    padding: 70px 0 20px;
}
.lf-header-mobile-inner>div {
    margin-top: 26px;
}

.lf-header-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lf-header-mobile-link-small {
    font-size: 12px!important;
    font-weight: 300;
    line-height: 21px!important;
}
.lf-header-mobile-link-small, .lf-header-mobile-link-large {
    display: block;
    color: #4097d1;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
}

.lf-header-mobile-link-social {
    fill: #1d94d2;
}


/* Nav media Q*/

.desktop-nav {
    display: none!important;
}

@media (min-width: 835px) {
    .desktop-nav {
        display: block!important;
    }
    .mobile-nav {
        display: none!important;
    }
}


/* Hamburger menu*/

.hamburger-i-can-haz {
    width: 35px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
    margin-top: 5px;
}

.hamburger-i-can-haz span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.hamburger-i-can-haz span:nth-child(1) {
    top: 0;
}
.hamburger-i-can-haz span:nth-child(2), .hamburger-i-can-haz span:nth-child(3) {
    top: 10px;
}
.hamburger-i-can-haz span:nth-child(4) {
    top: 20px;
}

/* active */

.hamburger-i-can-haz.is-active span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}
.hamburger-i-can-haz.is-active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hamburger-i-can-haz.is-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hamburger-i-can-haz.is-active span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

/**
 *
 * =======================================================================
   PAGE ELEMENTS / CONTENT
 * =======================================================================
 */

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


.section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-small {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-large {
    padding-top: 70px;
    padding-bottom: 70px;
}
.section-highlight {
    background-image: url(https://2753500.fs1.hubspotusercontent-na1.net/hubfs/2753500/Sterling_Sept2017/bg/bg-quickposs2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (min-width: 960px) {
    .section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section-large {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}


/* ----------------- Sticky Sidebar ---------------- */

.lf-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    bottom: 0;
    z-index: 2000000;
    background-color: #144166;
    text-align: center;
    color: #fff;
}
.lf-sidebar-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 100%;
    position: relative;
}
.lf-sidebar-menu {
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.lf-sidebar-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.lf-sidebar-menu li {
    display: block;
    padding: 7px 0;
    margin: 7px auto;
    width: 100%;
    text-align: center;
}
.lf-sidebar-menu li+li {
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 12px;
}
.lf-sidebar-menu li a {
    display: block;
    width: 100%;
    height: 100%;
}
.lf-sidebar-top a, .lf-sidebar-top a:hover {
    display: inline-block;
    fill: #fff;
    stroke-color: #fff;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding-bottom: 19px;
}
.lf-sidebar-top line {
    stroke: #fff;
}
@media (max-width: 835px) {
    .lf-sidebar {
        display: none;
    }
}


/* Mobile */


.lf-sidebar-mobile-menu, .lf-sidebar-mobile-top, .lf-sidebar-mobile-menu-popup {
    display: none;
}


@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@media (max-width: 835px) {
    .lf-sidebar-mobile-top {
        display: inline-block;
        position: fixed;
        bottom: 10px;
        left: 10px;
        height: 34px;
        width: 34px;
        padding-top: 6px;
        text-align: center;
        line-height: 8px;
        background-color: #1d94d2;
        z-index: 100;
        border-radius: 0;
        color: #fff!important;
        cursor: pointer;
        font-size: 7px;
        fill: #fff;
        stroke: #fff;
    }
    .lf-sidebar-mobile-top line {
        stroke: #fff;
    }

    .lf-sidebar-mobile-menu, .lf-sidebar-mobile-menu:active {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        color: #fff;
        line-height: 34px;
        background: #144464;
        z-index: 999;
        fill: #fff;
    }
    .lf-sidebar-mobile-menu > span {
        display: inline-block;
        fill: currentcolor;
        line-height: 0;
    }
    .lf-sidebar-mobile-menu > span > svg {
        vertical-align: middle;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
    
    
    .lf-sidebar-mobile-menu-popup.is-open {
        -webkit-animation-name: zoomInDown;
        animation-name: zoomInDown;
        display: initial;
    }
    .lf-sidebar-mobile-menu-popup {
        position: fixed;
        z-index: 100;
        bottom: 55px;
        right: 10px;
        display: none;
        background-color: #144464;
        padding: 10px;
        color: #fff;
        border-radius: 2px;
        -webkit-animation-duration: .65s;
        animation-duration: .65s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .lf-sidebar-mobile-menu-popup a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 5px;
        box-sizing: border-box;
    }
    .lf-sidebar-mobile-menu-popup.is-closed {
        -webkit-animation-name: zoomOutRight;
        animation-name: zoomOutRight;
    }

}



/* ----------------- Hero Banner ---------------- */

.hero-banner {
    min-height: calc(85vh - 100px)!important;
    padding: 50px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.hero-banner > .row-fluid-wrapper:first-child {
    display: none;
}
.hero-banner h1,
.hero-banner h2,
.hero-banner h3 {
    font-weight: 100;
}
.hero-banner .hs_cos_wrapper_type_rich_text > *:first-child {
    margin-top: 0;
}
.hero-banner .hs_cos_wrapper_type_rich_text > *:last-child {
    margin-bottom: 0;
}
.hero-banner .hero-image {
    display: none;
}
.hero-banner .container {
    
}
.hero-banner .hero-banner-overlay {
    padding: 40px 50px;
    background-color: rgba(255,255,255,.8);
}

/**
 *
 * =======================================================================
   BLOG
 * =======================================================================
 */
 
/* ---------------------- Post listing ----------------------- */

/* Your basic blog wrapper */
.blog-listing-wrapper {}

/* Use this to set up different styling for your blog posts */
.post-listing .post-item {
    
}
    .post-listing .post-item + .post-item {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 2px dashed #ddd;
    }
.post-listing .post-item .post-header h2 {
    margin-top: 0;
    margin-bottom: .25em;
    font-size: 1.8em;
}
.post-listing .post-item #hubspot-author_data {
    font-weight: 300;
    font-size: .9em;
}
.post-listing .post-item .hs-blog-social-share {
    margin: 10px 0 5px;
}
.post-listing .post-item .post-body {
    margin-bottom: 15px;
}

/* Blog comments and blog comment form */
.comment {}
.comments-listing {}
.comment-from {}
.comment-body {}
.comment-date {}

#blog-comment-form  div.hs-form-field {}

#blog-comment-form  div.hs-form-field label {}

#blog-comment-form  div.hs-form-field .hs-field-desc {}

#blog-comment-form  div.hs-form-field input[type="text"],
#blog-comment-form  div.hs-form-field input[type="email"],
#blog-comment-form  div.hs-form-field textarea { }

#blog-comment-form  div.hs-form-field select {}

#blog-comment-form  .hs-button {}

#blog-comment-form  textarea, 
#blog-comment-form  input[type="text"], 
#blog-comment-form  input[type="password"], 
#blog-comment-form  input[type="datetime"], 
#blog-comment-form  input[type="datetime-local"], 
#blog-comment-form  input[type="date"], 
#blog-comment-form  input[type="month"], 
#blog-comment-form  input[type="time"], 
#blog-comment-form  input[type="week"], 
#blog-comment-form  input[type="number"], 
#blog-comment-form  input[type="email"], 
#blog-comment-form  input[type="url"], 
#blog-comment-form  input[type="search"], 
#blog-comment-form  input[type="tel"], 
#blog-comment-form  input[type="color"], 
#blog-comment-form  .uneditable-input {}

#blog-comment-form form div.hs-form-field ul li {}

.hs_submit {}

/* Pagination */
.post-header a {}
.post-header p {}

.blog-pagination {
    margin: 50px 0;
    text-align: center;
}

/* Subscription frequency form */
.hs_blog_default_blog_subscription {}
.hs_blog_default_blog_subscription ul {}


/* Blog sidebar */
.blog-sidebar {
    
}
.blog-sidebar .row-fluid-wrapper + .row-fluid-wrapper {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px dashed #ddd;
}

.blog-sidebar h3 {
    font-size: 1.35em;
    margin: 0 0 .5em;
}
.blog-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-sidebar ul li {
    
}
.blog-sidebar ul li + li {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
}



/* -------------------------- Single Post ------------------------ */

.post-header h1 {
    margin-top: 0;
    margin-bottom: .25em;
}
.post-body img {
    max-width: 100%;
    height: auto;
}

.fb_iframe_widget span {
    display: block!important;
}


/* Author box */

.about-author-sec {
    padding: 30px 0;
    margin: 50px 0 30px;
    border-top: 2px dashed #ddd;
    border-bottom: 2px dashed #ddd;
}
.about-author-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about-author-sec h3 {
    margin-top: 0;
    margin-bottom: .5em;
}

.hs-author-social-links a {
    width: 24px;
    height: 24px;
    background: #1d94d2;
    color: #fff;
    border-radius: 50%;
    line-height: 2;
    font-size: .9em;
    text-align: center;
    display: inline-block;
}


/* Post footer */

.section.post-footer {
    padding: 0!important;
}


/* -------------------------- Author Profile ------------------------ */

.hs-author-profile {
    padding: 30px;
    background: #f9f9f9;
}
.hs-author-profile h2 {
    margin: 0 0 0.5em;
}

@media (min-width: 768px) {
    .hs-author-profile > .row-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .hs-author-profile > .row-fluid > div {
        width: auto;
    }
}

/**
 *
 * =======================================================================
   FORMS
 * =======================================================================
 */
 
/* This is the main form wrapper */
.hs-form {}

.hs-form-field {
    margin-bottom: 20px;
}
.hs-input {}
.hs-input:hover {}
.hs-input:focus {}

.field label {}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=number],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=color],
select,
textarea {
    -webkit-appearance: none;
    display: block;
    /*width: 100%;*/
    padding: 5px;
    vertical-align: middle;
    line-height: 38px;
    /*max-width: 100%;*/
    /*width: 100%;*/
    border: 0 none;
    padding: 0 6px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: color,background-color,border;
    transition-property: color,background-color,border;
}

input:not([type]):focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]: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=color]:focus,
select:focus,
textarea {
    outline: none;
    background-color: #fff;
    color: #666;
    border-color: #1e87f0;
}

[type="checkbox"], [type="radio"] {
    margin-right: 5px;
}


/* Error */

.hs-error-msgs {
    color: red;
    margin-top: 5px!important;
}

/* ------ Buttons ------ */
.hs-button {
    -webkit-appearance: none;
    text-transform: capitalize;
    background-color: #1d94d2;
    color: #fff;
    border: 1px solid #1d94d2;
    -webkit-transition: background-color .25s ease-in-out,border-color .25s ease-in-out,color .25s ease-in-out;
    transition: background-color .25s ease-in-out,border-color .25s ease-in-out,color .25s ease-in-out;
    color: #fff;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: color,background-color,border-color;
    transition-property: color,background-color,border-color;
    border: 1px solid transparent;
}
.hs-button:hover {
    background-color: transparent;
    border: 1px solid #1d94d2;
    color: #1d94d2;
}
.hs-button:focus {
    background-color: #0f7ae5;
    color: #fff;
}
.hs-button:active {}

.hs-button:hover, .hs-button:focus, .hs-button:active {}

li.hs-form-radio {
    list-style:none !important;
}

ul.inputs-list {
    list-style:none !important;
}

/**
 *
 * =======================================================================
   FOOTER
 * =======================================================================
 */

/* The main footer wrapper will default to fill 100% of the browser viewport */
.footer-container-wrapper {}

/* Your basic footer container */
.footer-container {}

#footer {
    background-color: #1d94d2;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#1d94d2),to(#1a81b6));
    background: linear-gradient(to bottom,#1d94d2 1%,#1a81b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d94d2',endColorstr='#1a81b6',GradientType=0);
    color: #fff;
    font-weight: 300;
}
#footer .container {
    max-width: 100%;
}
#footer .footer-inner {
    padding: 55px 0;
    max-width: 1200px;
    margin: 0 auto;
    float: none;
}
@media (max-width: 768px) {
    .footer-inner > .row-fluid-wrapper > .row-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .footer-inner > .row-fluid-wrapper > .row-fluid > div {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .footer-inner > .row-fluid-wrapper > .row-fluid {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media (max-width: 430px) {
    #footer .container {
        width: 80%;
    }
}



/* Footer links */

.lf-footer-links-large ul, 
.lf-footer-links-large a {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

.lf-footer-links-small ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.lf-footer-links-small ul, 
.lf-footer-links-small a {
    opacity: .85;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.lf-footer-links-large a:hover {
    opacity: .9;
    color: inherit;
}
.lf-footer-links-small a:hover {
    opacity: 1;
    color: inherit;
}

/* Footer icons */

.footer-icons {
    margin-bottom: 30px;
}
.footer-icons a {
    display: inline-block;
    margin-right: 20px;
    fill: #fff;
}

/* Footer details */

.lf-footer-contact-details,
.lf-footer-contact-details a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.lf-footer-contact-details h2 {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
}

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0,0,0,.6);
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    padding-left: 40px;
    padding-right: 40px;
}

.uk-modal.uk-open {
    opacity: 1;
}

.uk-modal-dialog {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 50px auto;
    width: 600px;
    max-width: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: opacity .3s linear,-webkit-transform .3s ease-out;
    transition: opacity .3s linear,-webkit-transform .3s ease-out;
    transition: opacity .3s linear,transform .3s ease-out;
    transition: opacity .3s linear,transform .3s ease-out,-webkit-transform .3s ease-out;
}

.uk-modal-body {
    padding: 30px;
}

.uk-open>.uk-modal-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.uk-modal-body input[type="button"] {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: color,background-color,border-color;
    transition-property: color,background-color,border-color;
    background-color: #1d94d2;
    color: #fff;
    border: 1px solid #1d94d2;
    -webkit-transition: background-color .25s ease-in-out,border-color .25s ease-in-out,color .25s ease-in-out;
    transition: background-color .25s ease-in-out,border-color .25s ease-in-out,color .25s ease-in-out;
    cursor: pointer;

}
.uk-modal-body input[type="button"]:hover {
    background-color: transparent;
    border: 1px solid #1d94d2;
    color: #1d94d2;
}

.form-field {margin-bottom: 15px;}
.uk-modal-body h2 {margin: 5px 0 15px;}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #1d94d2;
    border-radius: 50%;
    color: #fff;
    transition: .25s;
    border: 1px solid #1d94d2;
    cursor: pointer;
}

.modal-close:hover {background-color: #fff; color: #1d94d2;}

.blog-template .sidebar {
    margin-left: 0 !important;
    padding-right:2.564102564%!important;
}
.blog-template .main-content {
    margin-right: 0 !important;
    float: right !important;
}

@media (max-width: 767px) {
    .blog-template .section {
        display: table;
    }
    .blog-template .main-content {
    margin-left: 0 !important;
    display: table-header-group;
    }

    .blog-template .main-content,
    .blog-template .sidebar {
    width: 100% !important;
    float: none !important;
    }
    .blog-template .sidebar {
    display: table-footer-group;
    }
}

/*SLIDE-IN CTA
--------------------------------------------- */
#slidebox {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    right: -430px;
    -moz-box-shadow: -2px 0 5px #aaa;
    -webkit-box-shadow: -2px 0 5px #aaa;
    box-shadow: -2px 0 5px #aaa;
}

a.close {
    background: transparent url(//53.fs1.hubspotusercontent-na1.net/hub/53/file-527841348-gif/close.gif) no-repeat top left;
    width: 13px;
    height: 13px;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

a.close:hover {
    background-position: 0 -13px;
}
@media only screen and (max-device-width: 767px) {
    #slidebox {
       right:0!important;
    }    
}
@media only screen and (max-device-width: 480px) {
    #slidebox {
       width: 100%;
    }
}

#content-desktop {
display: none;
}

#content-mobile {
display: inline;
}



/**
 *
 * =======================================================================
   MEDIA QUERIES
 * =======================================================================
 */

/* Large desktop */
@media (min-width: 1200px) {}
     
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {}
     
/* Landscape phones and down */
@media (max-width: 480px) {}






/**
 *
 * =======================================================================
   APPLICATIONS
 * =======================================================================
 */

/* ------ Mobile Nav ------ */

@media (min-width:768px){a.child-trigger,a.mobile-trigger{display:none!important}}@media (max-width:767px){.custom-menu-primary,.custom-menu-primary *{display:block;float:none;position:static;top:auto;right:auto;left:auto;bottom:auto;padding:0;margin:0;background-image:none;background-color:transparent;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;max-width:none;width:100%;height:auto;line-height:1;font-weight:400;text-decoration:none;text-indent:0;text-align:left}}a.mobile-trigger{display:inline-block!important;cursor:pointer;position:absolute;top:0;right:10px;width:auto;height:auto;padding:12px 10px}a.mobile-trigger:hover{text-decoration:none}a.mobile-trigger span{display:inline}a.mobile-trigger span:before{position:absolute;content:'Menu'}a.mobile-trigger span:after{position:relative;right:2px;content:'Close'}.mobile-open a.mobile-trigger{-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;transition:background-color .2s linear;background:0 0}.mobile-open a.mobile-trigger span:after{opacity:1}a.mobile-trigger i{display:inline;position:relative;top:-5px;margin-left:5px;-webkit-transition-duration:0s;-webkit-transition-delay:.2s;-moz-transition-duration:0s;-moz-transition-delay:.2s;transition-duration:0s;transition-delay:.2s}a.mobile-trigger i:after,a.mobile-trigger i:before{-webkit-transition-duration:.2s;-webkit-transition-delay:.2s,0;position:absolute;content:''}a.mobile-trigger i,a.mobile-trigger i:after,a.mobile-trigger i:before{width:15px;height:2px}a.mobile-trigger i:before{margin-top:-6px;-webkit-transition-property:margin,-webkit-transform}a.mobile-trigger i:after{margin-top:6px;-webkit-transition-property:margin,-webkit-transform}.mobile-open a.mobile-trigger i{background-color:transparent;-webkit-transition-delay:.2s;-webkit-box-shadow:0 1px 1px transparent;-moz-box-shadow:0 1px 1px transparent;box-shadow:0 1px 1px transparent}.mobile-open a.mobile-trigger i:before{margin-top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition-delay:0,.2s;box-shadow:0 1px 1px transparent}.mobile-open a.mobile-trigger i:after,.mobile-open a.mobile-trigger i:before{-webkit-box-shadow:0 1px 1px transparent;-moz-box-shadow:0 1px 1px transparent}.mobile-open a.mobile-trigger i:after{margin-top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition-delay:0,.2s;box-shadow:0 1px 1px transparent}a.child-trigger{display:block!important;cursor:pointer;position:absolute;top:0;right:0;width:55px!important;min-width:55px!important;height:45px!important;padding:0!important;border-left:1px dotted rgba(255,255,255,.2)}a.child-trigger:hover{text-decoration:none}a.child-trigger span{position:relative;top:50%;margin:0 auto!important;transition-duration:.2s}a.child-trigger span,a.child-trigger span:after{-webkit-transition-duration:.2s;-moz-transition-duration:.2s}a.child-trigger span:after{position:absolute;content:'';-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);transition-duration:.2s}a.child-trigger span,a.child-trigger span:after{width:10px;height:1px}a.child-trigger.child-open span:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transition-duration:.2s;-moz-transition-duration:.2s;transition-duration:.2s}a.child-trigger.child-open span{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition-duration:.2s;-moz-transition-duration:.2s;transition-duration:.2s}.custom-menu-primary.js-enabled .hs-menu-children-wrapper,.custom-menu-primary.js-enabled .hs-menu-flow-horizontal{display:none}.custom-menu-primary ul.hs-menu-children-wrapper{visibility:visible!important;opacity:1!important;position:static!important;display:none}.custom-menu-primary.js-enabled .hs-menu-flow-horizontal{position:absolute;top:0;left:0;width:100%;-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,.65);-moz-box-shadow:0 5px 5px 0 rgba(0,0,0,.65);box-shadow:0 5px 5px 0 rgba(0,0,0,.65)}.custom-menu-primary .hs-menu-flow-horizontal{padding:40px 0 0}.custom-menu-primary .hs-menu-flow-horizontal>ul>li{position:relative}.custom-menu-primary .hs-menu-flow-horizontal>ul>li a{font-size:22px;line-height:45px;overflow:visible}.custom-menu-primary .hs-menu-flow-horizontal ul li{border-top:1px dotted rgba(255,255,255,.35)}.custom-menu-primary .hs-menu-flow-horizontal ul li a{padding:0 10px}.custom-menu-primary .hs-menu-flow-horizontal>ul ul li{background-color:rgba(255,255,255,.08)}.custom-menu-primary .hs-menu-flow-horizontal>ul ul li a{text-indent:10px;font-size:16px}.custom-menu-primary .hs-menu-flow-horizontal>ul ul ul li a{text-indent:30px}.custom-menu-primary .hs-menu-flow-horizontal>ul ul ul ul li a{text-indent:50px}