/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | 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 iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}

.dnd-section[class*="full-width"]>.row-fluid {
    padding: 0 !important;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width : 1025px) {
  
  .dnd-section>.row-fluid {
    max-width: 100% !important;
    padding-left:20px;
    padding-right:20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: 'open_sansregular';
  src: url('https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/RenewTotalBodyWellnessCenter_June2020/fonts/OpenSans-Regular-webfont.eot');
  src: url('https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/RenewTotalBodyWellnessCenter_June2020/fonts/OpenSans-Regular-webfont.eot#iefix') format('embedded-opentype'), 
    url(https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/raw_assets/public/RenewTotalBodyWellnessCenter_June2020/fonts/OpenSans-Regular-webfont.woff) format('woff'),
    url(https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/raw_assets/public/RenewTotalBodyWellnessCenter_June2020/fonts/OpenSans-Regular-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sanslight';
  src: url('https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/RenewTotalBodyWellnessCenter_June2020/fonts/OpenSans-Light-webfont.eot');
  src: url('https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/RenewTotalBodyWellnessCenter_June2020/fonts/OpenSans-Light-webfont.eot#iefix') format('embedded-opentype'),
    url(https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/raw_assets/public/RenewTotalBodyWellnessCenter_June2020/fonts/OpenSans-Light-webfont.woff) format('woff'),
    url(https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/raw_assets/public/RenewTotalBodyWellnessCenter_June2020/fonts/OpenSans-Light-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansbold';
  src: url('https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/RenewTotalBodyWellnessCenter_June2020/fonts/OpenSans-Bold-webfont.eot');
  src: url('https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/RenewTotalBodyWellnessCenter_June2020/fonts/OpenSans-Bold-webfont.eot#iefix') format('embedded-opentype'), 
    url(https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/raw_assets/public/RenewTotalBodyWellnessCenter_June2020/fonts/OpenSans-Bold-webfont.woff) format('woff'),
    url(https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/raw_assets/public/RenewTotalBodyWellnessCenter_June2020/fonts/OpenSans-Bold-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'open_sanssemibold';
  src: url('https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/RenewTotalBodyWellnessCenter_June2020/fonts/OpenSans-Semibold-webfont.eot');
  src: url('https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/RenewTotalBodyWellnessCenter_June2020/fonts/OpenSans-Semibold-webfont.eot') format('embedded-opentype'), 
    url(https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/raw_assets/public/RenewTotalBodyWellnessCenter_June2020/fonts/OpenSans-Semibold-webfont.woff) format('woff'),
    url(https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/raw_assets/public/RenewTotalBodyWellnessCenter_June2020/fonts/OpenSans-Semibold-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pp-font-awesome-atomic-subset";
  src: url('https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/RenewTotalBodyWellnessCenter_June2020/fonts/pp-font-awesome-atomic-subset.eot');
  src: url('https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/RenewTotalBodyWellnessCenter_June2020/fonts/pp-font-awesome-atomic-subset.eot#iefix') format('embedded-opentype'),
    url(https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/raw_assets/public/RenewTotalBodyWellnessCenter_June2020/fonts/pp-font-awesome-atomic-subset.woff) format('woff'),
    url(https://7294827.fs1.hubspotusercontent-na1.net/hubfs/7294827/raw_assets/public/RenewTotalBodyWellnessCenter_June2020/fonts/pp-font-awesome-atomic-subset.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'Fira Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Fira Sans Bold'), local('FiraSans-Bold'), url(//fonts.gstatic.com/s/firasans/v7/DugPdSljmOTocZOR2CItOg7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Fira Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Fira Sans Bold'), local('FiraSans-Bold'), url(//fonts.gstatic.com/s/firasans/v7/DugPdSljmOTocZOR2CItOhdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Fira Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Fira Sans Bold'), local('FiraSans-Bold'), url(//fonts.gstatic.com/s/firasans/v7/DugPdSljmOTocZOR2CItOp6vnaPZw6nYDxM4SVEMFKg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Fira Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Fira Sans Bold'), local('FiraSans-Bold'), url(//fonts.gstatic.com/s/firasans/v7/DugPdSljmOTocZOR2CItOvy1_HTwRwgtl1cPga3Fy3Y.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Fira Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Fira Sans Bold'), local('FiraSans-Bold'), url(//fonts.gstatic.com/s/firasans/v7/DugPdSljmOTocZOR2CItOvgrLsWo7Jk1KvZser0olKY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Fira Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Fira Sans Bold'), local('FiraSans-Bold'), url(//fonts.gstatic.com/s/firasans/v7/DugPdSljmOTocZOR2CItOojoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Fira Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Fira Sans Bold'), local('FiraSans-Bold'), url(//fonts.gstatic.com/s/firasans/v7/DugPdSljmOTocZOR2CItOhampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
.primary-font{
  font-family: 'Fira Sans Bold', sans-serif !important;
}

/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(//fonts.gstatic.com/s/ptsans/v8/kTYfCWJhlldPf5LnG4ZnHDG_owQUHpNX9rkRdZ1lhPA.woff) format('woff');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(//fonts.gstatic.com/s/ptsans/v8/g46X4VH_KHOWAAa-HpnGPjG_owQUHpNX9rkRdZ1lhPA.woff) format('woff');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(//fonts.gstatic.com/s/ptsans/v8/hpORcvLZtemlH8gI-1S-7jG_owQUHpNX9rkRdZ1lhPA.woff) format('woff');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(//fonts.gstatic.com/s/ptsans/v8/0XxGQsSc1g4rdRdjJKZrNL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}



html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 180%;
}

p {
  margin: 10px 0;
  font-family: Lato, serif;
  line-height: 180%;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 120%;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  line-height: 110%;
}

h3 {
  font-size: 1.25rem;
  line-height: 110%;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 110%;
}

h5 {
  font-size: 1rem;
  line-height: 110%;
}

h6 {
  font-size: .9rem;
  line-height: 110%;
}
h1, h2, h3, h4, h5, h6, figure {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  text-transform: uppercase;
  padding: 15px 53px;
  
  text-decoration: none;
  font: 15px/100% "open_sansregular", arial, sans-serif;
  font-size: 0.875em;
  letter-spacing: 1.5px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  opacity: 0.85;
  color: #fff;
  outline: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}
ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
}

.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin:20px 0 5px;
  font: 12px/130% "open_sanssemibold", arial, sans-serif;
  text-transform: uppercase;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
}

.hs-input,
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{
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
    color: #555;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  font-size: 13px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  background-color: #fff;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
input[type="password"] {
    height: auto !important;
}

ul.inputs-list {}

ul.inputs-list label.hs-form-booleancheckbox-display {
    margin-top: 0;
}

ul.inputs-list {
    padding: 0 !important;
    margin: 0;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
.hs_error_rollup li label {
  margin: 0 0 20px;
}
textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}
ul.inputs-list.multi-container label.hs-form-radio-display {
  margin: 5px 0;
}
/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #f00 !important;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}
input {
  margin-bottom: 18px;
}

.field input {
  margin-bottom: 0px;
}
.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@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,
  .hs-input,
  form{
    max-width:100% !important;
    width:100% !important;
  }

}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.body-container-main {
  padding: 40px 0;
}
div.breadcrumb {
  font: 13px/130% "open_sanslight", arial, sans-serif;
}
.body-container-main .dnd-section {
  padding: 30px 0 0;
}
.breadcrumb .hs-breadcrumb-menu-item {
  padding: 0;
  color: #747c83;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.breadcrumb .hs-breadcrumb-menu-item a {
  color: #747c83;
  font-family: "open_sanslight", arial, sans-serif;
}
.breadcrumb .hs-breadcrumb-menu-divider:before {
  font-family: "pp-font-awesome-atomic-subset" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  line-height: 1 !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e03c";
  color: #747c83 !important;
  margin: -2px 5px 0 !important;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.location-details.contact.no_form a.primary-fg {
    margin-bottom: 13px;
}

.banner-area .dnd-section {
  padding: 0;
}


.custom-main-section h1, section.content-directory h1, .custom-main-section h2, section.content-directory h2, .custom-main-section h3, section.content-directory h3, .custom-main-section h4, section.content-directory h4, .custom-main-section h5, section.content-directory h5, .custom-main-section h6, section.content-directory h6 {
  padding: 0 0 12px;
  margin: 0;
  color: #000;
  text-shadow: none;
  text-transform: none;
  text-align: left;
}
h5:after {
  display: table;
  content: " ";
  clear: both;
  height: 18px;
}
h4:after {
  display: table;
  content: " ";
  clear: both;
  height: 4px;
}

.custom-main-section ul{
  margin: 0;
  padding: 0;
  margin-left: 20px;

}

.cusom-main-style h1,
.cusom-main-style h2,
.cusom-main-style h3,
.cusom-main-style h4,
.cusom-main-style h5,
.cusom-main-style h6{
  padding: 0;
  margin: 0;
}
.cusom-main-style h1 {
  font: 37px/120% "open_sanslight", arial, sans-serif;
  color: #fff;
}
.cusom-main-style h2 {
  font: 21px/26px "open_sanslight", arial, sans-serif;

}
.cusom-main-style  h3 {
  font-size: 19px;
  color: #fff;
  padding: 0 0 12px;
}
.body-container-main .row-fluid [class*="span"] {
  min-height: 0;
}
.cusom-main-style h4 {
  font: 31px/35px "open_sanslight", arial, sans-serif;
  color: #191b1f;
}
.body-container.body-container-main.body-container-contact {
  padding: 20px 0 0px;
}
.custom-website-row1 .dnd-section>.row-fluid {
  padding: 20px;
}
.cusom-main-style  h4.modal-title {
  color: #191b1f;
  font: 37px/120% "open_sanslight", arial, sans-serif;
  padding: 10px;
  margin-right: 50px;
}
.cusom-main-style h5 {
  font: 13px/100% "open_sansbold", arial, sans-serif;
  color: #999;
  text-transform: uppercase;
}
.custom-website-row1.custom-services-row2 .dnd-section {
  padding: 0 0 40px;
  border: none;
}
.body-container-wrapper .custom-website-row1.custom-services-row2 .hs_cos_wrapper_type_rich_text ul li {
  font: 15px/180% "open_sanslight", arial, sans-serif;
  margin: 20px 0 20px 40px;
}
.body-container-wrapper .custom-website-row1.custom-services-row2 .hs_cos_wrapper_type_rich_text ul {
  list-style: circle;
  margin: 0;
  padding: 0;
}
.custom-website-row1 h4:before {
  display: table;
  content: " ";
  clear: both;
  height: 40px;
}
.body-container-contact .breadcrumb {
  padding-bottom: 62px;
}


.contact.no_form {}

.location-details.contact.no_form {}

.location-details.contact.no_form h6 {
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
  font: 11px/100% "open_sansbold", arial, sans-serif;
  padding: 0;
}
.custom-contact-row1  form {
  max-width: 50%;
}

.custom-contact-row1 input.hs-button.primary.large {
  border: none !important;
}
.custom-contact-row1 li.hs-form-booleancheckbox span {
  font-size: 10.5px;
  line-height: 20px;
  font-family: "open_sansregular", arial, sans-serif;
  text-transform: none;
}
.location-details.contact.no_form span4:before {
  display: none;
}

.custom-contact-row1 .grecaptcha-badge {
  margin: 0;
}
.custom-contact-row1 textarea {
  width: 480px;
  height: 184px;
  resize: none;
}
.contact.no_form .span4:before {}

.location-details.contact.no_form .span4:before {
  display: none;
}
.location-details.contact.no_form .span4.left a{
  margin: 0;
}
.location-details.contact.no_form {
  padding-bottom: 40px;
}
.location-details.contact.no_form .span4.left p {
  text-align: left;
  padding: 10px 0 0;
  margin: 0;
  font-family: "open_sansregular", arial, sans-serif;
  line-height: 100%;
  font-size: 14px;
}
.location-details.contact.no_form .span4.left {
  max-width: 330px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.location-details.contact.no_form .span4.middle {
  max-width: 370px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.location-details.contact.no_form .span4.right {
  max-width: 210px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.location-details.contact.no_form .span4 .map-frame {
  width: 300px;
  height: 280px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.location-details.contact.no_form .span4 .map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

.location-details.contact.no_form .span4.middle ul li {
  display: block;
  clear: both;
  font: 15px/100% "open_sansregular", arial, sans-serif;
  color: #747c83;
  padding: 5px 0;
  max-width: 350px;
  width: 100%;
}

.location-details.contact.no_form .span4.middle ul li {}

.location-details.contact.no_form .span4.middle ul li span {
  display: inline-block;
  float: right;
  width: 200px;
}

.location-details.contact.no_form .span4.right a.btn-call {
  margin: 5px 0;
}

.location-details.contact.no_form .span4.right p:first-child {}

.location-details.contact.no_form .span4.right p:first-of-type {
  line-height: 1.4;
}

.location-details.contact.no_form .span4.right p {
  display: block;
  clear: both;
  font: 15px/100% "open_sansregular", arial, sans-serif;
  color: #747c83;
  padding: 5px 0;
}

.btn-call {
  width: 200px;
  height: 46px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 46px;
  display: inline-block;
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.btn-call:hover, .btn-call:active, .btn-call:focus {
  color: #191b1f;
  border-color: #fff;
  background: #fff;
}

.btn-call span {
  margin: 0 4px 0 0;
  position: relative;
  font-size: 16px;
}

.btn-call i {
  margin: 0 5px 0 0;
}



.btn-book-online {
  padding: 0;
  width: 224px;
  height: 46px;
  color: #fff;
  font-size: 15px;
  line-height: 100%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  background: #fca407;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.btn-book-online:hover {
  background: #ffb93d;
}

.btn-book-online.small {
  width: 200px;
}

.btn-book-online.hide {
  display: none !important;
}

.btn-cancel, .btn-book-now, .btn-reload-book-online, .btn-book-additional-submit, .btn-next, .btn-submit-review, .btn-submit-optout {
  width: 174px;
  height: 56px;
  border: 1px solid #d7dfe2;
  background: #fff;
  color: #99a1a4;
  font-size: 15px;
  line-height: 100%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.btn-cancel:hover, .btn-book-now:hover, .btn-reload-book-online:hover, .btn-book-additional-submit:hover, .btn-next:hover, .btn-submit-review:hover, .btn-submit-optout:hover {
  border-color: #b9c0c3;
}

.btn-book-now, .btn-reload-book-online {
  color: #fff;
  background: #fba711;
  border-color: #fba711;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin-left: 12px;
}

.btn-book-now:hover, .btn-reload-book-online:hover {
  background: #ffb93d;
  border-color: #ffb93d;
}

.btn-skip {
  width: 174px;
  height: 56px;
  border: 1px solid #d7dfe2;
  background: #fff;
  color: #99a1a4;
  font-size: 15px;
  line-height: 100%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.btn-skip:hover {
  border-color: #b9c0c3;
}

.btn-book-additional-submit {
  color: #fff;
  background: #fba711;
  border-color: #fba711;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin-left: 12px;
}

.btn-book-additional-submit:hover {
  background: #ffb93d;
  border-color: #ffb93d;
}

.btn-leave-review {
  padding: 0;
  width: 224px;
  height: 46px;
  color: #fff;
  font-size: 15px;
  line-height: 100%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  background: #fca407;
  display: none;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.btn-leave-review:hover {
  background: #ffb93d;
}

.btn-leave-review.small {
  width: 200px;
}

.btn-next {
  color: #fff;
  background: #fba711;
  border-color: #fba711;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin-left: 12px;
}

.btn-next:hover {
  background: #ffb93d;
  border-color: #ffb93d;
}

.btn-submit-review {
  color: #fff;
  background: #fba711;
  border-color: #fba711;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin-left: 12px;
}

.btn-submit-review:hover {
  background: #ffb93d;
  border-color: #ffb93d;
}

.btn-submit-optout {
  color: #fff;
  background: #fba711;
  border-color: #fba711;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin-left: 12px;
}
.body-container-main.body-container-main-services {
  padding: 20px 0 0;
}
.btn-submit-optout:hover {
  background: #ffb93d;
  border-color: #ffb93d;
}
.custom-main-section h4 {
  padding-bottom: 9px;
}
.body-container-main-services .breadcrumb {
  margin-bottom: 42px;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul,
.body-container-wrapper .hs_cos_wrapper_type_rich_text ol{
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.banner-area .dnd-section>.row-fluid {
  max-width: 100% !important;
}


.custom-services-row1-inner .span5 {
  width: 32%;
  float: left;
  padding: 0 0 40px;
  text-align: center;
}
.custom-services-row1-inner .span7 * {
  display: block !important;
}
.custom-services-row1-inner .span7 {
  width: 62%;
  border-bottom: 0;
  right: 0;
  padding: 0;
  float: right;
  margin: 0;
}
.custom-services-row1-inner .span7 p {
  margin: 0 0 10px;
}

.custom-services-row1-inner .span5 h2 {
  font-size: 22px;
  line-height: 120%;
  font-family: "open_sansregular", arial, sans-serif;
  color: #333;
  padding: 0;
  margin: 0 0 10px;
  font-weight: 400;
}

.custom-services-row1-inner .span5 h3 {
  font-size: 14px;
  line-height: 120%;
  padding: 0;
  color: #333;
  font-weight: normal;
  font-family: "open_sansregular", arial, sans-serif;
  /* font-weight: normal; */
}
.custom-main-section a:hover {
  text-decoration: none;
  color: inherit;
  outline: 0;
}
.bottom-pane-area .row-fluid [class*="span"] {
  min-height: 0;
}
.custom-main-section ul.submenu ul {
  margin-left: 20px;
}

.custom-main-section ul.submenu {
  margin-left: 0;
  font-size: 15px;
  line-height: 180%;
  color: #747c83;
  list-style: none;
}

.custom-services-row1-inner .span7 .hs-button {
  width: 200px;
  height: auto;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #227FD2;
  border-color: #227FD2;
  display: inline-block;
  padding: 15px 10px 13px 6px;
  margin: 16px 2px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0;
      opacity: 1 !important;
  
}

.body-container-contact span.hs-form-required {
    display: none;
}
.body-container-contact section.testimonials {
    border-bottom: none;
}
.breadcrumb-social li.hs-breadcrumb-menu-item.first-crumb a.hs-breadcrumb-label {
  margin-right: 3px;
}
.custom-services-row1-inner .dnd-section>.row-fluid {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 2px;
}
.custom-services-row2 h1 {
  color: #191b1f
}
.body-container-website-page .breadcrumb ul.hs-breadcrumb-menu {
    padding: 20px;
}
.custom-website-row1.custom-services-row2 h4 {
    color: #191b1f;
}
.body-container-website-page .hs_cos_wrapper_type_header h1 {
    color: #191b1f;
    text-shadow: none;
    text-align: left;
    margin: 0;
    padding: 0 0 10px;
    font-weight: normal;
    line-height: 100%;
    text-transform: none;
    font-family: "open_sansregular", arial, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}
.body-container-website-page.body-container-main {
    padding-top: 0;
    padding-bottom: 0;
}

.custom-services-row2 h2 {
  font: 18px/26px "open_sansregular", arial, sans-serif
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-services-row2 h3 {
  font: 16px/24px "open_sansregular", arial, sans-serif
}
.custom-services-row2 h2,.custom-services-row2 h3,.custom-services-row2 h4,.custom-services-row2 h5,.custom-services-row2 h6 {
  margin: 20px 0 10px;
  color: #000;
  padding: 0
}

.custom-services-row2.cusom-main-style h2 {
  font: 18px/26px "open_sansregular", arial, sans-serif
}

.custom-services-row2.cusom-main-style h3 {
  font: 16px/24px "open_sansregular", arial, sans-serif
}
.custom-services-row2.cusom-main-style h2,.custom-services-row2.cusom-main-style h3,.custom-services-row2.cusom-main-style h5,.custom-services-row2.cusom-main-style h6 {
  margin: 20px 0 10px;
  color: #000;
  padding: 0
}

.custom-services-row2 .dnd-section {
  border-bottom: 1px solid #dfe5e8;
  background: #fff;
  padding: 50px 0;
}

.custom-contact-row1 hr {
  background: transparent;
}
.custom-services-row2 h4 {
  margin-top: 0;
}

.body-container-main .custom-testimonial-row2 .dnd-section {
  padding: 20px 0 80px;
}
.body-container-wrapper .custom-services-row2 .hs_cos_wrapper_type_rich_text ul {
  margin: 0;
  padding: 0;
  margin-left: 30px;
}
.banner-area .dnd-section>.row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}
.custom-services-row2 p {
  margin: 0 0 12px;
}
.home-banner .slick-slider {
  padding: 0;
  margin: 0;
}


.home-banner .slick-slider .slick-slide-inner-wrapper {
  margin: 0 !important;
  display: block !important;

  background-size: cover !important;
  background-repeat: no-repeat !important;

  background-color: #227fd2 !important;
  background-position: left bottom !important;
}

.home-banner .slick-slider .slick-slide-inner-wrapper img {
  display: none !important;
}


.home-banner .slick-slider .slick-slide-inner-wrapper .caption {
  min-height: 72vh;
  padding: 20% 5% 5%;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: auto;
  z-index: 99;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-banner .slick-slider .slick-slide .slick-slide-inner-wrapper:before {
  background-color: #424242;
  opacity: 0.2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 2;
}

.home-banner .slick-slider  ul.slick-dots {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  background: transparent;
  text-align: center;
  opacity: 0.5;
}

.home-banner .slick-slider ul.slick-dots li button {
  display: none !important;
}

.home-banner .slick-slider ul.slick-dots li {
  background-color: #F9DA4C;
  border: 1px solid #227FD2;
  width: 22px;
  height: 22px;
  margin: 0 3px;
}

.home-banner .slick-slider ul.slick-dots li.slick-active {
  background-color: #227FD2;
}

.home-banner .slick-slider .slick-slide-inner-wrapper .caption h1 {
  line-height: 110%;
  font-size: 100px;
  color: #ffffff;
  font-family: 'Fira Sans Bold', sans-serif;
  margin: 10px 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) !important;
  font-weight: bold;
  letter-spacing: 0;
}

.home-banner .slick-slider .slick-slide-inner-wrapper .caption>span {
  width: auto;
  padding-bottom: 40px;
  display: block;
  margin-bottom: 10px;
}


.home-banner .slick-slider .slick-slide-inner-wrapper .caption p {
  font-family: 'PT Sans Bold', sans-serif;
  line-height: 110%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  font-size: 47px;
  margin-bottom: 21px;
}

.home-banner .slick-slider .slick-slide-inner-wrapper .caption a {}

.home-banner .slick-slider .slick-slide-inner-wrapper .caption a.banner-btn-tel {
  border: 1px solid transparent;
  line-height: 110%;
  letter-spacing: 1.5px;
  background-color: #F9DA4C;
  border-color: #F9DA4C;
  border-radius: 3px;
  width: 164px;
  height: 46px;
  font-size: 12px;
  margin: 4px;
  text-transform: uppercase;
  color: #424242;
  max-width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 15px 10px;
}
.home-banner .slick-slider .slick-slide-inner-wrapper .caption a.banner-btn-tel:hover{
    -webkit-filter: saturate(120%);
    -moz-filter: saturate(120%);
    -ms-filter: saturate(120%);
    filter: saturate(120%);
}
.home-banner .slick-slider .slick-slide-inner-wrapper .caption a.banner-btn-tel {}

.home-banner .slick-slider .slick-slide-inner-wrapper .caption .cta_button {
  border: 1px solid transparent;
  line-height: 110%;
  letter-spacing: 1.5px;
  background-color: #227FD2;
  border-color: #ffffff;
  border-radius: 3px;
  width: 180px;
  height: 60px;
  font-size: 18px;
  margin: 6px;
  text-transform: uppercase;
  color: #424242;
  max-width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 9px 10px;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #ffffff;
}
.home-banner .slick-slider .slick-slide-inner-wrapper .caption .cta_button:hover{
  -webkit-filter: saturate(120%);
    -moz-filter: saturate(120%);
    -ms-filter: saturate(120%);
    filter: saturate(120%);
}
.home-banner .slick-slider .slick-arrow {
  z-index: 99;
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transform: centralize(false, true);
  left: 30px;
  opacity: 0.5;
}

.home-banner .slick-slider .slick-arrow:before {
  color: #227FD2;
  font-size: 30px !important;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  vertical-align: middle;
  font-family: "pp-font-awesome-atomic-subset" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  line-height: 1 !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e03b";
  opacity: 1;
}
div#hs-search-module input {
    margin-bottom: 19px;
}

.home-body-container .provider-blocks .provider-block .provider-info p {
    color: #333;
}

.home-banner .slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 30px;
}

.home-banner .slick-slider .slick-arrow.slick-next:before {
  content: "\e03c";
}

.custom-home-row1 * {
  color: #fff !important;
}
.custom-home-row1 {
  background-color: #227FD2;
  text-align: center;
  padding: 1.75em 0;
  border-bottom: 1px solid #dfe5e8;
}
.custom-home-row1 h1,
.custom-home-row1 p.alt-h1 {
  font: 30px/120% "open_sanslight", arial, sans-serif;
  color: #191b1f;
  padding: 0 0.35em;
  margin: 0.15em 0;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
  text-rendering: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.slick-slider *{
  outline:0;
}

button {
  outline: 0 !important;
}

ul.social-share {
  display: block;
  width: 100%; 
  margin: 0;
  padding: 0;
  list-style:none;
}
ul.social-share li {
  display: block;
  float: left;
  margin: 4px 0 0;
}
ul.social-share li + li {
  margin-left: 4px; 
}

.home-body-container p {
  font-size: 15px;
  line-height: 180%;
  color: #747c83;
  margin: 10px 0;
  padding: 0;
}

.home-body-container {
  font-family: "open_sansregular", arial, sans-serif;
  line-height: 100%;
  font-size: 14px;
}

.custom-home-row1 h2 {
  font: 18px/120% "open_sanslight", arial, sans-serif;
  color: #191b1f;
  padding: 0 0.35em;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
  margin: 0;
  text-rendering: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.custom-home-row1 h3 {
  font: 18px/120% "open_sanslight", arial, sans-serif;
  color: #191b1f;
  padding: 0 0.35em;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
  text-rendering: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.custom-home-row4 .dnd-section {
  border-bottom: 1px solid #dfe5e8;
  background-color: #227fd2;
  padding: 50px 0 40px;
}
.custom-home-row5 .dnd-section {
  border-bottom: 1px solid #dfe5e8;
  background-color: rgb(245, 249, 249);
  padding: 0;
}

.custom-home-row12 section.custom-get-in-touch {
  background-color: rgb(245, 249, 249);
}
.breadcrumb .hs-breadcrumb-menu-item:not(.first-crumb):not(.last-crumb):nth-child(3) span.hs-breadcrumb-menu-divider:before {
  margin-left: 9px !important;
}
.home-body-container .custom-home-row4 .dnd-section p {
  text-align: center;
  font-size: 25px;
  color: white;
  text-shadow: 1px 1px #444;
  font-family: 'Fira Sans Bold', sans-serif;
}
.custom-home-row4 .dnd-section {
  border-bottom: 1px solid #dfe5e8;
  background-color: #227fd2;
  padding: 50px 0 40px;
}
.body-container a, .body-container button {
  outline: none;
  /* color: inherit; */
}
.home-body-container .custom-home-row4 .dnd-section p {
  text-align: center;
  font-size: 25px;
  color: white;
  text-shadow: 1px 1px #444;
  font-family: 'Fira Sans Bold', sans-serif;
}

.custom-home-row5 .dnd-section {
  border-bottom: 1px solid #dfe5e8;
  background-color: rgb(245, 249, 249);
  padding: 0;
}

.custom-home-row5 .dnd-section .span6 {
  margin: 80px 0;
  width: 50%;
  padding: 0;
  display: block;
}


.custom-home-row6 .custom-services {
  padding-bottom: 5px;
  border-bottom: 1px solid #dfe5e8;
}

.custom-home-row6 .custom-services {
  padding-bottom: 5px;
}
.custom-home-row5 .dnd-section .span6 hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  border: 3px solid #F9DA4C;
  background: transparent;
  height: 0;
}
.custom-home-row5 .dnd-section .span6 .hs_cos_wrapper_type_rich_text {
  padding-right: 60px;
  display: block;
}

.custom-home-row5 .dnd-section .span6 .hs_cos_wrapper_type_linked_image {
  width: 450px;
  min-height: 394px;
  display: block;
  margin: 0 auto;
}

.custom-home-row5 .dnd-section .span6 p {
  font-size: 23px;
  color: #227fd2;
  text-align: center;
  font-weight: bold;
  line-height: 27px;
}

.custom-home-row5 .dnd-section .span6 p:nth-of-type(2) {
  line-height: 180%;
}


.custom-home-row7 .dnd-section {
  background-color: rgb(245, 249, 249);
  border-bottom: 1px solid #dfe5e8;
  padding: 40px 0 50px;
}


.custom-home-row7 .dnd-section h5 {
  text-align: center;
}

.custom-home-row7 .dnd-section .span6:first-child {
  line-height: 140%;
  text-align: center;
  border: 8px solid #2380d2;
  background: #fff;
  color: #fff;
  max-width: 100%;
  max-height: 360px;
  padding: 4.44%;
  width: 100%;
  display: block;
  width: 49%;
  float: left;
  min-height: 360px;
}
.custom-home-row7 .dnd-section .span6 * {
  display: block !important;
}

.custom-home-row7 .dnd-section .span6 img {
  margin: 0 0 10px;
}
.custom-home-row7 .dnd-section .span6 .hs-button {
  font-family: 'Open Sans';
  background: #2380D2;
  letter-spacing: 1px;
  width: 160px;
  margin-left: 0px;
  margin-top: 25px;
  padding: 10px 15px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 25px;
  line-height: 17px;
  display: block !important;
  opacity: 1 !important;
}
.custom-home-row7 .dnd-section .hs_cos_wrapper_type_rich_text h3 {
  font-family: 'Avenir', san serif;
  font-weight: 400;
  text-align: left;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 120%;
  color: #2380d2;
  padding: 0 0 10px;
  margin: 0;
}

.custom-home-row7 .dnd-section .hs_cos_wrapper_type_rich_text p {
  padding: 0 0 10px;
  margin: 0;
  line-height: 140%;
  color: #2380d2;
  font-family: 'Avenir', san serif;
  text-align: left;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
}

.custom-home-row7 .dnd-section .span6 {
  width: 49%;
  margin: 0;
  float: right;
  text-align: left;
}

.custom-home-row8 .dnd-section {
  border-bottom: 1px solid #dfe5e8;
  padding: 0;
}

.custom-home-row8 .dnd-section .span6 {
  margin: 80px 0;
  width: 50%;
  padding: 0;
  display: block;
}
.custom-home-row8 .dnd-section .span6 .hs_cos_wrapper_type_linked_image {
  width: 460px;
  /* min-height: 394px; */
  display: block;
  margin: 0 auto;
}

.custom-home-row8 .dnd-section .span6 .hs_cos_wrapper_type_rich_text {
  padding-left: 60px;
  display: block;
}

.custom-home-row8 .dnd-section .span6 .hs_cos_wrapper_type_rich_text h3 {
  font-size: 15px;
  line-height: 180%;
  color: #747c83;
  margin: 10px 0;
  padding: 0;
  font-family: 'Fira Sans Bold', sans-serif;
  font-size: 30px;
  color: #227fd2;
  text-align: left;
}
.custom-home-row8 div .dnd-section .row-fluid {
  display: block !important;
}
.custom-home-row8 .dnd-section .span6 .hs_cos_wrapper_type_rich_text p {
  text-align: left;
  font-size: 20px;
  color: #444;
}
.custom-home-row8 .dnd-section .span6:first-child {
  float: right;
}
.custom-home-row8 .dnd-section .span6 .hs-button {
  text-decoration: none;
  padding: 14px 19px;
  background-color: #227fd2;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 12px;
  border-radius: 0;
  margin-left: 60px;
  margin-top: 12px;
  text-align: left;
  letter-spacing: 0;
  opacity: 1 !important;
}
.custom-home-row8 .dnd-section .span6 .hs_cos_wrapper_type_linked_image {
  width: 460px;
  display: block;
  margin: 0 auto;
  min-height: 403px;
}
.custom-home-row9 .provider-blocks .provider-block .provider-info {
  height: 117px;
}
.home-banner .slick-slider .slick-slide:nth-child(2) .slick-slide-inner-wrapper {
  background-position: right top !important;
}
.custom-home-row12 section.testimonials {
  border-bottom: none;
}
.custom-home-row9 .dnd-section {
  text-align: center;
  padding: 50px 0 70px;
  border-bottom: 1px solid #dfe5e8;
  background-color: rgb(245, 249, 249);
}
.custom-main-section .hs_cos_wrapper_type_rich_text img {
  vertical-align: middle;
}
.custom-home-row10 .dnd-section {
  border-bottom: 1px solid #dfe5e8;
  padding: 50px 0 40px;
}
.home-body-container .custom-home-row10 .dnd-section p {
  color: #141414;
  font-family: open_sanslight;
  font-size: 18pt;
  line-height: 100%;
}
.custom-main-section section.custom-about-us.meet{
  background: transparent;
}
.home-body-container .custom-home-row10 .dnd-section p a {
  font-size: 15px;
  line-height: 180%;
  color: #747c83;
}
.google-map iframe {

  float: left;
}
.breadcrumb .page-center {
  position: relative;
}
.breadcrumb.breadcrumb-social div#hs_cos_wrapper_breadcrmb {
  float: left;
}
.home-body-container .custom-home-row10 .dnd-section em {
  margin: 10px 0 15px;
}
.home-body-container .custom-home-row10 .dnd-section {
  text-align: center;
}
@media (min-width: 70em) {
  ul.social-share {
    display: inline-block;
    width: auto;
    position: absolute;
    right: 0;
  }

  ul.social-share li {
    float: right;
    margin: 0 4px 4px 0;
  }
}
@media only screen and (max-width : 1119px) {
  .custom-services-row1-inner .span5 {
    width: 100%;
    float: none;
    padding: 0 0 10px;
    text-align: left;
  }
  .custom-main-section section.custom-about-us.meet {
    background: transparent;
    margin-top: -27px;
  }
  .breadcrumb.breadcrumb-social div#hs_cos_wrapper_breadcrmb {
    float: none;
    padding-bottom: 3px;
  }
  .breadcrumb.breadcrumb-social.clearfix {
    margin-bottom: 40px;
  }
  .custom-services-row1-inner .span5 h3{
    margin: 0;
  }
  .custom-services-row1-inner .span7 .hs-button {
    margin: 32px auto 52px;
    width: 224px;
  }
  .custom-services-row1-inner {
    padding-bottom: 20px;
  }
  .body-container-main-services .breadcrumb {
    margin-bottom: 20px;
    min-height: 45px;
  }
  .custom-services-row1-inner .span7 {
    width: 100%;
    border-bottom: 0;
    right: 0;
    padding: 0;
    float: none;
    margin: 0;
  }
  .container-fluid.custom-services-row1-inner {
    padding-bottom: 0;
  }
  .custom-services-row2 h2 {
    font-size: 20px;
    padding: 0;
  }
  .custom-testimonial-row1 .dnd-section>.row-fluid,
  .body-container-testimonial .breadcrumb .page-center{
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .body-container-contact.body-container-testimonial .breadcrumb {
    padding-bottom: 20px;
    padding: 0 0 22px !important;
  }
  .testimonials-header {
    padding: 0;
  }
}

@media only screen and (max-width : 1025px) {
  .cusom-main-style h1 {
    font: 26px/110% "open_sansregular", arial, sans-serif;
    padding: 0 20px;
  }

  .custom-services-row2.cusom-main-style h2 {
    font-size: 20px
  }
  .custom-services-row2.cusom-main-style h3 {
    font-size: 18px
  }
  .custom-services-row2 h1 {
    font-size: 22px
  }
  .custom-services-row2 h2 {
    font-size: 20px
  }
  .custom-services-row2 h3 {
    font-size: 18px
  }
  .custom-services-row2 h4 {
    font-size: 16px
  }
  .custom-services-row2 h5 {
    font-size: 14px
  }
  .custom-services-row2 h6 {
    font-size: 12px
  }
  .google-map iframe {
    height: 360px;
    float: left;
  }
  .custom-main-section .hs_cos_wrapper_type_rich_text img {
    max-width: 100%;
    height: auto;
    margin: 10px 0 15px 0 !important;
    float: none !important;
    vertical-align: middle;
  }
  .custom-home-row8 .dnd-section .span6 {
    margin: 20px 0;
    width: 100%;
    padding: 0;
    display: block;
  }
  .breadcrumb.breadcrumb-social.clearfix {
    margin-bottom: 20px;
  }
  .custom-home-row8 .dnd-section .span6 .hs_cos_wrapper_type_rich_text {

    padding-left: 0;
    display: block;
  }
  .custom-home-row8 .dnd-section .span6 .hs-button{
    margin-left: 0;
  }
  .custom-home-row7 .dnd-section {
    background-color: #f5f9f9;
    border-bottom: 1px solid #dfe5e8;
    padding: 20px 0 20px;
  }
  .custom-home-row7 .dnd-section .span6 img {
    margin: 1px 0 10px;
    margin: 20px auto 10px;
  }
  .custom-home-row7 .dnd-section .span6 {
    width: 100%;
    margin: 0;
    float: none;
    text-align: center;
  }
  .custom-home-row7 .dnd-section .span6:first-child {
    line-height: 140%;
    text-align: center;
    border: 8px solid #2380d2;
    background: #fff;
    color: #fff;
    max-width: 460px;
    max-height: 100%;
    padding: 4.44%;
    width: 100%;
    display: block;
    width: 100%;
    float: none;
    min-height: 360px;
    margin: 0 auto;
  }
  .custom-home-row5 .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }
  .custom-home-row5 .dnd-section .span6 {
    float:none;
    width: 100%;
    margin: 20px 0;
  }
  .custom-home-row5 .dnd-section .span6 .hs_cos_wrapper_type_rich_text {
    padding-right: 0;
    display: block;
  }
  .body-container-main .custom-testimonial-row2 .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .body-container-main .custom-testimonial-row2 .dnd-section {
    padding: 50px 0 50px;
  }
  .location-details.contact.no_form .span4.left {
    max-width: 100%;
  }
  .body-breadcrumb-2.body-container-contact .breadcrumb {
    padding: 0px 0px 62px 0px;
}
  .location-details.contact.no_form .span4 .map-frame {
    width: 100%;
    height: 300px;
  }
  .body-container-contact .breadcrumb {
    padding-bottom: 62px;
    width: 100%;
    padding: 20px 0px 42px 25px;
  }
  .btn-call {
    width: 224px;
  }
  .cusom-main-style h2 {
    font: 16px/24px "open_sansregular", arial, sans-serif;
    padding: 0 20px;
  }
  .cusom-main-style h4 {
    font: 28px/120% "open_sanslight", arial, sans-serif;
  }

  .cusom-main-style h4.modal-title {
    font: 28px/120% "open_sanslight", arial, sans-serif;
  }
  .body-container-wrapper .page-center,
  .content-wrapper{
    max-width: 100% !important;
    padding-left:20px;
    padding-right:20px;
  }
  .location-details.contact.no_form .span4.left {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    margin: 0;
  }
  .custom-contact-row1 ul.inputs-list {
    margin: 0;
    padding: 0 0 22px;
  }
  .custom-contact-row1 .actions {
    padding: 20px 0 0;
  }
  .custom-contact-row1 form .hs-input[type=checkbox] {
    width: auto;
  }
  .custom-contact-row1 ul.inputs-list {
    margin: 0;
    padding: 0;
  }
  .custom-contact-row1 form .inputs-list>li {
    display: block;
    padding: 0;
    width: 100%;
    padding-top: 0;
  }
  .location-details.contact.no_form .span4.middle, .location-details.contact.no_form .span4.right {
    max-width: 50%;
    padding: 20px;
    float: left;
  }
  .custom-contact-row1 form .hs-input {
    max-width: 100%;
    width: 100%;
  }
  .custom-contact-row1 form {
    max-width: 100%;
  }
  .location-details.contact.no_form .span4.middle ul {
    max-width: 100%;
  }
  .location-details.contact.no_form .page-center.row {
    padding: 0;
  }
  .body-container-wrapper .custom-test-slider .page-center {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 50em){

  .banner-content.page-center {
    position: relative;
    padding: 20px;
  }
  .home-banner .slick-slider .slick-slide-inner-wrapper .caption>span {
    margin: 40px 0px 20px !important;
    max-width: 100% !important;
  }
  .home-banner .slick-slider .slick-slide-inner-wrapper .caption a.banner-btn-tel {
    margin: 10px !important;
  }
  .banner {
    padding: 30px 20px 30px;
  }
  .home-banner .slick-slider .slick-slide-inner-wrapper .caption {
    min-height: 45vh !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 10% 5% 3% !important;
  }
  .home-banner .slick-slider .slick-slide-inner-wrapper .caption .cta_button {
    margin: 10px !important;
  }
  .home-banner .slick-slider .slick-slide-inner-wrapper .caption h1 {
    font-size: 26px !important;
  }
  .home-banner .slick-slider .slick-slide-inner-wrapper .caption p {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .location-details.contact.no_form .span4.middle, .location-details.contact.no_form .span4.right {
    max-width: 100%;
  }
  .widget-type-blog_subscribe {
    margin: 30px 0;
}
  .custom-home-row7 .dnd-section .span6 img {
    max-width: 100%;
    height: auto;
  }
  .custom-home-row8 .dnd-section .span6:first-child {
    float: none;
  }
  .custom-home-row8 .dnd-section .span6 .hs_cos_wrapper_type_linked_image {
    width: 300px;
    display: block;
    margin: 0 auto;
    min-height: 1px;
  }
}

@media only screen and (max-width: 600px){
  .custom-services-row1-inner .span7 .hs-button {
    margin: 19px auto 38px;
  }
}

@media only screen and (max-width: 479px) {
  .custom-home-row1 h1,
  .custom-home-row1 p.alt-h1 {
    font-size: 24px;
  }
  .custom-home-row5 .dnd-section .span6 .hs_cos_wrapper_type_linked_image {
    width: 300px;
    min-height: 1px;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 400px) {
  .custom-home-row5 .dnd-section .span6 .hs_cos_wrapper_type_linked_image {
    width: 100%;

  }
  .custom-home-row8 .dnd-section .span6 .hs_cos_wrapper_type_linked_image {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header {
  background: #fff;
  height: 78px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
  left: 0;
  border-bottom: 1px solid #dfe5e8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 100%;
}

header.header.header-1 .nav-header:after, header.header.header-1 .nav-header .brand:after {
  content: "";
  display: table;
  clear: both;
}
header.header.header-1 .cta ul li:last-child {
  margin-left: 1px;
}
body.nav-expanded {
  overflow: hidden;
  height: 100%;
}

header.header.header-1 {
  display: block;
  height: auto;
  position: relative;
  border: 0;
}

header.header.header-1 .wrap {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1590px;
}
.body-wrapper{
  padding-top: 179px;
}
header.header.header-1 .wrap:after {
  content: " ";
  display: block;
  clear: both;
}

header.header.header-1 .cta {

  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header.header.header-1 .cta ul li {
  display: inline;
  vertical-align: top;
}
header.header.header-1 .cta a {
  float: left;
  position: relative;
  text-align: center;
  text-decoration: none;
  height: inherit;
  cursor: pointer;
  width: 50%;
  border: 0;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
header.header.header-1 .cta ul {
  list-style: none;
  padding: 2px 0 0;
  margin: 0;
}
.custom-menu-primary .page-center {
  max-width: 1590px;
}
header, footer {
  font-size: 14px;
}

header.header.header-1 .cta a + a {
  float: right;
  margin-right: -1px;
}

header.header.header-1 .cta a:hover {
  -webkit-filter: saturate(120%);
  -moz-filter: saturate(120%);
  -ms-filter: saturate(120%);
  filter: saturate(120%);
}

header.header.header-1 .cta a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "open_sansregular", arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.875em;
  width: 100%;
  line-height: 110%;
  padding: 0 10px;
  opacity: 1;
  letter-spacing: 1.5px;
}

header.header.header-1 .cta.fill-0 {
  display: none;
}

header.header.header-1 .cta.fill-1 a {
  width: 100%;
}

header.header.header-1 .cta.fill-3 a {
  width: 33%;
  float: left;
  margin-right: 0;
}

header.header.header-1 .cta.fill-3 a span {
  padding: 0 4px;
  font-size: 0.8em;
  line-spacing: 1px;
}

header.header.header-1 .cta.fill-3 a:nth-child(2) {
  width: 34%;
}
header.header.header-1.sticky.scrolling {
  position: fixed;
    z-index: 9999;
  top: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

@media (min-width: 70em) {
  header.header.header-1 .cta {
    width: auto;
    float: right;
    text-align: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 20px;
    border: 0;
  }
  .child-trigger {
    display: none;
  }
  .custom-menu-primary .page-center {

    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    border-top: 1px solid transparent;
  }
  header.header.header-1 .cta a {
    height: 46px;
    display: inline-block;
    float: none;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 160px;
  }

  header.header.header-1 .cta a + a {
    margin-left: 5px;
    margin-right: 0;
  }

  header.header.header-1 .cta.fill-1 a, header.header.header-1 .cta.fill-3 a {
    width: 160px;
  }

  header.header.header-1 .cta.fill-1 a:nth-child(2), header.header.header-1 .cta.fill-3 a:nth-child(2) {
    width: 160px;
  }

  header.header.header-1 .cta.fill-1 a span, header.header.header-1 .cta.fill-3 a span {
    padding: 0 8px;
  }
}

header.header.header-1 .nav-header {
  position: relative;
  height: auto;
  display: block;
  float: left;
  width: 100%;
}

header.header.header-1 .nav-header .brand {
  position: relative;
  height: inherit;
  width: 100%;
  float: left;
  min-height: 60px;
}

header.header.header-1 .nav-header .brand a.logo {
  text-decoration: none;
  font-size: 20px;
  font-family: "open_sanssemibold", arial, sans-serif;
  color: #333;
  padding: 0;
  margin: 0 !important;
  width: auto;
  max-width: calc(100% - 50px);
  display: block;
  float: left;
}

header.header.header-1 .nav-header .brand a.logo img {
  position: relative;
  display: block;
  width: auto;
}

header.header.header-1 .nav-header .brand button.nav-toggle {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 4px;
  width: auto;
  margin: 0;
  padding: 9px 10px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
}

header.header.header-1 .nav-header .brand button.nav-toggle span {
  display: block;
  width: 23px;
  height: 3px;
    background-color: #424242;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header.header.header-1 .nav-header .brand button.nav-toggle span + span {
  margin-top: 4px;
}

.mobile-open header.header.header-1 .nav-header .brand button.nav-toggle span {
  margin-top: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-open header.header.header-1 .nav-header .brand button.nav-toggle span + span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
}
.custom-header-logo img {
  margin: 10px 0 10px 10px;
}
.mobile-open header.header.header-1 .nav-header .brand button.nav-toggle span + span ~ span {
  display: none;
}
.custom-header-logo img {
  margin: 10px 0 8px 10px;
  width: auto !important;
  height: 100px !important;
}
@media (min-width: 70em) {
  header.header.header-1 .nav-header {
    height: auto;
    border: 0;

    display: block;
    margin: 0 auto;
    float: none;
  }

  header.header.header-1 .nav-header button.nav-toggle {
    display: none;
  }

  header.header.header-1 .nav-header .brand {
    width: auto;
  }

  header.header.header-1 .nav-header .brand a.logo {
    position: relative;
    display: block;
    padding-left: 0;
    font-size: 24px;
  }
}


.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}
.custom-header-wrapper.lp-header {
    margin-bottom: -59px;
}
/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 1120px) {
  body header.header.header-1 nav.nav1 ul li a {
    padding: 23px 6px 21px;
    font-size: 13px;

  }
}
@media (max-width: 1150px) and (min-width: 1120px){
 .body-wrapper {
    padding-top: 178px;
  }
  .custom-menu-primary{
    display:block !important;
  }
}
@media (min-width: 1120px){
.custom-menu-primary {
    min-height: 59px;
}
}

/* Mobile Styles */

@media (max-width: 1119px) {
  body.mobile-open {
    overflow: hidden;
  }
  header.header.header-1 .nav-header .brand a {
    text-decoration: none;
    font-size: 20px;
    font-family: "open_sanssemibold", arial, sans-serif;
    color: #333;
    padding: 0;
    margin: 0 !important;
    width: auto;
    max-width: calc(100% - 50px);
    display: block;
    float: left;
  }
  header.header.header-1 .cta ul li:last-child {
    margin-left: 0;
  }
  header.header.header-1 .cta ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header.header.header-1 .cta a {
    height: 45px;
  }
  .header__navigation--toggle:after {
    content: "Menu";
  }
  header.header.header-1 .cta ul li+li a {
    /* float: right; */
    /* margin-right: 2px; */
    border-left: 1px solid #fff;
  }
 .body-wrapper {
    padding-top: 166px;
  }
  .custom-header-logo img {
    margin: 11px 0 10px 10px;
  }
  .custom-menu-primary {
    display: none;
  }
  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}
@media (max-width: 50em){
  .custom-header-logo img {
    margin: 11px 10px 10px 10px !important;
    height: auto !important;
    width: auto !important;
    max-width: 70% !important;
    max-height: 70% !important;
    float: left;
  }
  .body-wrapper{
    padding-top: 174px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  text-align: center;
}
.footer-row3 {
  padding-bottom: 30px;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer {
  text-align: center;
  font-size: 14px;
  line-height: 30px;

  position: relative;
}
footer .span12 {
  margin: 0 !important;
}
footer .page-center {
  ,max-width: 1020px;
}

footer:before, footer:after {
  display: table;
  content: " ";
  clear: both;
  height: 58px;
}

footer .nap {
  text-align: center;

  padding: 20px 0;
}

footer .copy, footer .powered-by {
  display: inline-block;
}

footer .copy img, footer .powered-by img {
  height: 14px;
  width: auto;
}

footer ul {
  display: inline-block;
}

footer ul li {
  text-align: center;
  display: inline-block;
  padding: 0 12px;
}

footer ul li a {

  text-decoration: none;
  display: inline-block;
  padding: 0;
}

footer ul li a:hover {

}

footer p {
  margin: 0;
  /* font-size: 13px; */
  line-height: 30px;
}

footer p a {

}

footer p a:hover {

}

footer .footer-row2 ul li:after {content: "|";display: inline-block;padding: 0 10px;}

footer .footer-row2 ul li:last-child:after {
  display: none;
}

footer .footer-row2 ul li {
  padding: 0;
}
footer .divider {
  display: inline-block;
  padding: 0 10px;
}
.aggregate-ratings {
  clear: both;
  margin: 0 auto;
  padding: 16px 0;
  line-height: 100%;
}
.aggregate-ratings ul {
  display: inline-block;
  margin: 0 auto;
}
.aggregate-ratings ul li {
  float: left;
  padding: 0 16px;
  height: 33px;
}
.aggregate-ratings ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.aggregate-ratings .average {
  font: 32px/100% "open_sansregular", arial, sans-serif;
}
.aggregate-ratings .average sup {
  font: 15px/100% "open_sanslight", arial, sans-serif;

  vertical-align: middle;
  display: inline-block;
  height: 18px;
}
.aggregate-ratings .average sup span {
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding: 0 4px 0 6px;
}
.aggregate-ratings .star-rating {
    unicode-bidi: bidi-override;
    clear: both;
    position: relative;
    padding: 0 0 1px;
    width: 90px;
    font-size: 14px;
    white-space: nowrap;
    display: block;
}
.aggregate-ratings .star-rating i {
  margin: 0 2px;
  width: 14px;
      font-size: 13px;
}
.aggregate-ratings .star-rating .top {
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.aggregate-ratings .star-rating .bottom {
  padding: 0;
  display: block;
  z-index: 0;
  width: 90px;
}
.aggregate-ratings .star-rating .top{
  width: 98.20%;
  color: #ffbe4d;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.span12.footer-row2 {
  text-align: center;
  padding: 20px 0;
}
.footer__copyright {
  display: inline;
}
.footer__copyright img {
  height: 14px;
    width: auto;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: 1px;
}
.footer-menu {
  display: inline;
}

.footer-menu .hs-menu-item a {

}
.footer__copyright {
  display: inline;
  float: left;
  padding: 0 12px;
  font-size: 13px;
}
.footer-menu {
  display: inline;
  float: left;
}
.footer-row1-inner {
  margin: 0 auto -10px;
  display: inline-block;
}

.footer-row1 {
  text-align: center;
}

.footer-menu .hs-menu-item a {
  padding: 0;
}

.aggregate-ratings .total-aggregate-reviews {
  color: rgba(255, 255, 255, 0.3);
  font: 11px/100% "open_sansregular", arial, sans-serif;
  text-align: left;
  padding: 4px 0 0;
}
[data-icon]:before {
  font-family: "pp-font-awesome-atomic-subset" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

[class^="fa-"],
[class*=" fa-"] {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  vertical-align: middle;

}

[class^="fa-"]:before,
[class*=" fa-"]:before {
  font-family: "pp-font-awesome-atomic-subset" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  line-height: 1 !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }
.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
.fa-li.fa-lg {
  left: -1.85714em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa {
  /* Deprecated as of 4.4.0 */ }
.fa.fa-pull-left {
  margin-right: 0.3em; }
.fa.fa-pull-right {
  margin-left: 0.3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: 0.3em; }
.fa.pull-right {
  margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-cogs:before {
  content: "\61";
}
.fa-cog:before {
  content: "\62";
}
.fa-arrows:before {
  content: "\63";
}
.fa-arrows-alt:before {
  content: "\64";
}
.fa-arrows-h:before {
  content: "\65";
}
.fa-arrows-v:before {
  content: "\66";
}
.fa-exchange:before {
  content: "\67";
}
.fa-refresh:before {
  content: "\68";
}
.fa-retweet:before {
  content: "\69";
}
.fa-random:before {
  content: "\6a";
}
.fa-sort:before {
  content: "\6b";
}
.fa-sort-alpha-asc:before {
  content: "\6c";
}
.fa-sort-alpha-desc:before {
  content: "\6d";
}
.fa-sort-amount-asc:before {
  content: "\6e";
}
.fa-sort-amount-desc:before {
  content: "\6f";
}
.fa-sort-asc:before {
  content: "\70";
}
.fa-sort-desc:before {
  content: "\71";
}
.fa-sort-numeric-asc:before {
  content: "\72";
}
.fa-sort-numeric-desc:before {
  content: "\73";
}
.fa-lock:before {
  content: "\74";
}
.fa-unlock:before {
  content: "\75";
}
.fa-unlock-alt:before {
  content: "\76";
}
.fa-bars:before {
  content: "\77";
}
.fa-th-list:before {
  content: "\78";
}
.fa-check:before {
  content: "\79";
}
.fa-check-circle:before {
  content: "\7a";
}
.fa-check-circle-o:before {
  content: "\41";
}
.fa-check-square:before {
  content: "\42";
}
.fa-check-square-o:before {
  content: "\43";
}
.fa-credit-card:before {
  content: "\44";
}
.fa-list:before {
  content: "\45";
}
.fa-list-alt:before {
  content: "\46";
}
.fa-list-ol:before {
  content: "\47";
}
.fa-list-ul:before {
  content: "\48";
}
.fa-money:before {
  content: "\49";
}
.fa-shopping-cart:before {
  content: "\4a";
}
.fa-arrow-circle-down:before {
  content: "\4b";
}
.fa-arrow-circle-left:before {
  content: "\4c";
}
.fa-arrow-circle-o-down:before {
  content: "\4d";
}
.fa-arrow-circle-o-left:before {
  content: "\4e";
}
.fa-arrow-circle-o-right:before {
  content: "\4f";
}
.fa-sign-in:before {
  content: "\50";
}
.fa-sign-out:before {
  content: "\51";
}
.fa-arrow-circle-o-up:before {
  content: "\52";
}
.fa-arrow-circle-right:before {
  content: "\53";
}
.fa-arrow-circle-up:before {
  content: "\54";
}
.fa-arrow-down:before {
  content: "\55";
}
.fa-arrow-left:before {
  content: "\56";
}
.fa-arrow-right:before {
  content: "\57";
}
.fa-arrow-up:before {
  content: "\58";
}
.fa-pencil:before {
  content: "\59";
}
.fa-pencil-square:before {
  content: "\5a";
}
.fa-pencil-square-o:before {
  content: "\30";
}
.fa-times:before {
  content: "\31";
}
.fa-times-circle:before {
  content: "\32";
}
.fa-times-circle-o:before {
  content: "\33";
}
.fa-question:before {
  content: "\34";
}
.fa-question-circle:before {
  content: "\35";
}
.fa-link:before {
  content: "\37";
}
.fa-linkedin:before {
  content: "\38";
}
.fa-linkedin-square:before {
  content: "\39";
}
.fa-external-link:before {
  content: "\36";
}
.fa-external-link-square:before {
  content: "\21";
}
.fa-phone-square:before {
  content: "\22";
}
.fa-phone:before {
  content: "\23";
}
.fa-fax:before {
  content: "\24";
}
.fa-google:before {
  content: "\25";
}
.fa-google-plus:before {
  content: "\26";
}
.fa-google-plus-square:before {
  content: "\27";
}
.fa-download:before {
  content: "\28";
}
.fa-tasks:before {
  content: "\29";
}
.fa-ban:before {
  content: "\2a";
}
.fa-minus:before {
  content: "\2b";
}
.fa-minus-circle:before {
  content: "\2c";
}
.fa-minus-square:before {
  content: "\2d";
}
.fa-minus-square-o:before {
  content: "\2e";
}
.fa-trash:before {
  content: "\2f";
}
.fa-trash-o:before {
  content: "\3a";
}
.fa-info:before {
  content: "\3b";
}
.fa-info-circle:before {
  content: "\3c";
}
.fa-exclamation:before {
  content: "\3d";
}
.fa-exclamation-circle:before {
  content: "\3e";
}
.fa-exclamation-triangle:before {
  content: "\3f";
}
.fa-university:before {
  content: "\40";
}
.fa-spinner:before {
  content: "\5b";
}
.fa-facebook:before {
  content: "\5d";
}
.fa-facebook-official:before {
  content: "\5e";
}
.fa-facebook-square:before {
  content: "\5f";
}
.fa-envelope:before {
  content: "\60";
}
.fa-envelope-o:before {
  content: "\7b";
}
.fa-envelope-square:before {
  content: "\7c";
}
.fa-usd:before {
  content: "\7d";
}
.fa-globe:before {
  content: "\7e";
}
.fa-wrench:before {
  content: "\5c";
}
.fa-sliders:before {
  content: "\e000";
}
.fa-circle:before {
  content: "\e001";
}
.fa-circle-o:before {
  content: "\e002";
}
.fa-circle-o-notch:before {
  content: "\e003";
}
.fa-circle-thin:before {
  content: "\e004";
}
.fa-align-center:before {
  content: "\e005";
}
.fa-align-left:before {
  content: "\e006";
}
.fa-align-right:before {
  content: "\e007";
}
.fa-align-justify:before {
  content: "\e008";
}
.fa-calendar:before {
  content: "\e009";
}
.fa-calendar-check-o:before {
  content: "\e00a";
}
.fa-calendar-minus-o:before {
  content: "\e00b";
}
.fa-calendar-o:before {
  content: "\e00c";
}
.fa-calendar-plus-o:before {
  content: "\e00d";
}
.fa-calendar-times-o:before {
  content: "\e00e";
}
.fa-gratipay:before {
  content: "\e00f";
}
.fa-heart:before {
  content: "\e010";
}
.fa-heart-o:before {
  content: "\e011";
}
.fa-heartbeat:before {
  content: "\e012";
}
.fa-chevron-circle-down:before {
  content: "\e013";
}
.fa-chevron-circle-left:before {
  content: "\e014";
}
.fa-chevron-circle-right:before {
  content: "\e015";
}
.fa-chevron-circle-up:before {
  content: "\e016";
}
.fa-chevron-down:before {
  content: "\e017";
}
.fa-chevron-left:before {
  content: "\e018";
}
.fa-chevron-right:before {
  content: "\e019";
}
.fa-chevron-up:before {
  content: "\e01a";
}
.fa-certificate:before {
  content: "\e01b";
}
.fa-fast-backward:before {
  content: "\e01c";
}
.fa-play:before {
  content: "\e01d";
}
.fa-play-circle:before {
  content: "\e01e";
}
.fa-star:before {
  content: "\e01f";
}
.fa-star-half:before {
  content: "\e020";
}
.fa-star-half-o:before {
  content: "\e021";
}
.fa-star-o:before {
  content: "\e022";
}
.fa-step-backward:before {
  content: "\e023";
}
.fa-youtube-play:before {
  content: "\e024";
}
.fa-asterisk:before {
  content: "\e025";
}
.fa-file:before {
  content: "\e026";
}
.fa-files-o:before {
  content: "\e027";
}
.fa-file-archive-o:before {
  content: "\e028";
}
.fa-file-audio-o:before {
  content: "\e029";
}
.fa-file-code-o:before {
  content: "\e02a";
}
.fa-file-excel-o:before {
  content: "\e02b";
}
.fa-file-image-o:before {
  content: "\e02c";
}
.fa-file-o:before {
  content: "\e02d";
}
.fa-file-pdf-o:before {
  content: "\e02e";
}
.fa-file-powerpoint-o:before {
  content: "\e02f";
}
.fa-file-text:before {
  content: "\e030";
}
.fa-file-text-o:before {
  content: "\e031";
}
.fa-file-video-o:before {
  content: "\e032";
}
.fa-file-word-o:before {
  content: "\e033";
}
.fa-headphones:before {
  content: "\e034";
}
.fa-clock-o:before {
  content: "\e035";
}
.fa-angle-double-down:before {
  content: "\e036";
}
.fa-angle-double-left:before {
  content: "\e037";
}
.fa-angle-double-right:before {
  content: "\e038";
}
.fa-angle-double-up:before {
  content: "\e039";
}
.fa-angle-down:before {
  content: "\e03a";
}
.fa-angle-left:before {
  content: "\e03b";
}
.fa-angle-right:before {
  content: "\e03c";
}
.fa-angle-up:before {
  content: "\e03d";
}
.fa-plus:before {
  content: "\e03e";
}
.fa-plus-circle:before {
  content: "\e03f";
}
.fa-plus-square:before {
  content: "\e040";
}
.fa-plus-square-o:before {
  content: "\e041";
}
.fa-caret-down:before {
  content: "\e042";
}
.fa-caret-left:before {
  content: "\e043";
}
.fa-caret-right:before {
  content: "\e044";
}
.fa-caret-square-o-down:before {
  content: "\e045";
}
.fa-caret-square-o-left:before {
  content: "\e046";
}
.fa-caret-square-o-right:before {
  content: "\e047";
}
.fa-caret-square-o-up:before {
  content: "\e048";
}
.fa-caret-up:before {
  content: "\e049";
}
.fa-tachometer:before {
  content: "\e04a";
}
.fa-smile-o:before {
  content: "\e04b";
}
.fa-frown-o:before {
  content: "\e04c";
}
.fa-meh-o:before {
  content: "\e04d";
}
.fa-location-arrow:before {
  content: "\e04e";
}
.fa-map:before {
  content: "\e04f";
}
.fa-map-marker:before {
  content: "\e050";
}
.fa-map-o:before {
  content: "\e051";
}
.fa-map-pin:before {
  content: "\e052";
}
.fa-map-signs:before {
  content: "\e053";
}
.fa-street-view:before {
  content: "\e054";
}
.fa-play-circle-o:before {
  content: "\e055";
}
.fa-twitter-square:before {
  content: "\e056";
}
.fa-twitter:before {
  content: "\e057";
}
.fa-pinterest:before {
  content: "\e058";
}
.fa-pinterest-square:before {
  content: "\e059";
}
.fa-pinterest-p:before {
  content: "\e05a";
}
.fa-yelp:before {
  content: "\e05b";
}
.fa-instagram:before {
  content: "\e05c";
}
.fa-youtube:before {
  content: "\e05d";
}
.fa-youtube-square:before {
  content: "\e05e";
}

@media only screen and (max-width : 1025px) {
  footer .row {
    width: 100%;
  }
  footer .row {
    width: 100%;
    padding: 0 10px;
  }
  footer span.divider {
    display: block;
    height: 1px;
    visibility: hidden;
  }
  .footer-menu .hs-menu-wrapper ul li {
    display: inline-block;
  }
  footer ul li {

    display: block;

  }
  footer .footer-row2 ul li:after{
    display: none;
  }
}

@media only screen and (max-width : 620px) {
  .footer__copyright {
    display: inline;
    float: left;
    padding: 0 12px;
    font-size: 13px;
    width: 100%;
  }
  .footer-row1-inner {
    margin: 0;
  }
  .footer-menu .hs-menu-wrapper ul {
    display: block;
  }
  .footer-menu {
    display: inline;
    float: none;
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width : 479px) {
  footer .nap {
    padding: 20px;
  }

  footer ul li a {
    margin: 10px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.blog-post__meta.blog-social {}

.blog-post__meta.blog-social ul.social-share {
  position: relative;
  display: block;
  width: 100%;
  display: inline-block;
  text-align: right;
}

.blog-post__meta.blog-social ul.social-share li {
  display: block;
  float: left;
  margin: 0 0 0 10px;
}

.blog-post__meta.blog-social ul.social-share li * {
  vertical-align: top !important;
}
.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}
.hs-blog-social-share .hs-blog-social-share-item * {
  vertical-align: top !important;
}
.blog-post__body p strong {
  font: 15px/180% "open_sanssemibold", arial, sans-serif;
}
.blog-post__body img {
  max-width: 100%;
  margin: 0 auto 12px;
}
.blog-post__body p {
  margin: 0 0 20px;
} 
.blog-post__body {
  padding: 20px 0 0;
}

body .hs-blog-social-share .hs-blog-social-share-item {
  float: left;
  margin-right: 0px;
  margin-left: 10px;
}


.blog-author {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  position: relative;
  padding: 40px 0;
  margin: 30px 0;
  display: inline-block;
  width: 100%
}

.blog-author span.author-tag {
  display: block;
  position: absolute;
  background: #fff;
  padding: 0 30px 0 0;
  font: 16px/100% "open_sansbold", arial, sans-serif;
  color: #999;
  text-transform: uppercase;
  top: -9px;
  letter-spacing: 0
}
.blog-listings .content-wrapper.row {
  max-width: 1206px;
}
.blog-author img {
  width: 120px;
  height: auto;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  float: left;
  margin-right: 20px
}

.blog-author span.author-name {
  font: 24px/130% "open_sansregular", arial, sans-serif;
  color: #555
}

.blog-author span.author-description {
  font: 15px/150% "open_sanslight", arial, sans-serif;
  color: #6c6c6c;
  display: block
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato,sans-serif;
  margin-bottom: 20px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hs-blog-social-share .hs-blog-social-share-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.blog-breadcrumb-post li.hs-breadcrumb-menu-item:nth-child(2) span.hs-breadcrumb-menu-divider {
  margin-left: -3px;
}
.hs-blog-social-share {
  height: auto !important;
}
.blog-post {
  max-width: 940px;
  display: block;
  margin: 0 auto;
  font: 15px/180% "open_sansregular", arial, sans-serif;
  color: #747c83;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 0;
  background: #fafafa;
  padding: 20px 20px 10px 20px;
  margin: 0 auto;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.breadcrumb.blog-breadcrumb {
  margin-bottom: 42px;
  padding-top: 20px;
}
.banner {
  padding: 60px 0;
  text-align: center;
  position: relative;
  background-color: #227FD2;
}

.banner * {
  color: #fff;
}

.banner h1 {
  font-family: 'Fira Sans Bold', sans-serif;
  font-size: 26px ;
  -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0;
  font-weight:700;
}
.banner-content.page-center {
  position: relative;
}
.banner .bg-color {
  position: absolute;
  opacity: 0.2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2eadde;
  background-color: #424242;
}
..breadcrumb.blog-breadcrumb {
  padding: 20px 0 40px;
}


.blog-listings {
  border-bottom: 1px solid #dfe5e8;
  padding: 0 0 40px;
  overflow: hidden
}

.blog-listings h1 {
  text-align: center;
  padding: 0;
  margin: 40px 0;
  color: #333;
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none
}

.blog-listings p.recommendation-heading {
  line-height: 44px;
  font-size: 37px;
  text-align: center;
  padding: 0;
  margin: 100px 0 50px;
  color: #333;
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none
}


.blog-listings .row article {
  width:100%;
  max-width: 382px;
  min-height: 540px;
  float: left;
  margin: 10px
}

.blog-listings .row article .img-wrapper {
  width: 100%;
  height: 226px;
  overflow: hidden
}

.blog-listings .row article .img-wrapper img {
  height: auto;
  width: 100%
}

.blog-listings .row article span.title {
  font: 20px/120% "open_sansregular", arial, sans-serif;
  color: #3498da;
  padding: 20px 0 10px;
  display: block
}

.blog-listings .row article span.title:hover {
  color: #000 !important
}

.blog-listings .row article p {
  font: 15px/150% "open_sansregular", arial, sans-serif;
  padding: 0;
  margin: 0;
  text-align: left
}

.blog-listings .row article div.date-published {
  font: 14px/110%;
  color: #b3b3b3;
  padding: 10px 0;
  line-height: 100%;
  font-size: 14px;
}

.blog-listings .row article.show {
  display: block
}

.blog-listings.image-less .row article {
  height: 314px
}

.blog-listings.image-less .row article .img-wrapper {
  display: none
}
.blog-post__body ol {
  padding: 0;
  margin: 10px 0 20px;
  display: block;
  list-style-type: decimal;
}
.blog-post__body ul{
  padding: 0;
  margin: 10px 0 20px;
  display: block;
}
.blog-post__body ol li,
.blog-post__body ul li{
  margin-left: 30px;
  font: 15px/150% "open_sansregular", arial, sans-serif;
  color: #747c83;
}
.blog-listings .load-more-row {
  display: block;
  text-align: center
}
.custom-related-posts h2 {
  line-height: 44px;
  font-size: 37px;
  text-align: center;
  padding: 0;
  margin: 100px 0 50px;
  color: #333;
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.blog-listings .load-more-row button#load-more {
  display: none;
  margin: 0 auto;
  width: 240px;
  font: 16px/1 "open_sansregular", arial, sans-serif;
  border: 1px solid #333;
  padding: 10px 0;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s ease
}

.blog-post__body h1,.blog-post__body h2,.blog-post__body h3,.blog-post__body h4,.blog-post__body h5,.blog-post__body h6 {
  color: #333;
  text-shadow: none;
  text-align: left;
  margin: 0;
  padding: 0 0 10px;
  font-weight: normal;
  line-height: 100%;
  text-transform: none;
  font-family: "open_sansregular", arial, sans-serif
}

.blog-post__body h1:before,.blog-post__body h2:before,.blog-post__body h3:before,.blog-post__body h4:before,.blog-post__body h5:before,.blog-post__body h6:before,.blog-post__body h1:after,.blog-post__body h2:after,.blog-post__body h3:after,.blog-post__body h4:after,.blog-post__body h5:after,.blog-post__body h6:after {
  height: 0
}

.blog-post__body h1 {
  font-size: 30px
}

.blog-post__body h2 {
  font-size: 26px
}

.blog-post__body h3 {
  font-size: 22px
}
li.hs-breadcrumb-menu-item.all-post {
  float: right;
}
.blog-post__body h4 {
  font-size: 18px
}

.blog-post__body h5 {
  font-size: 14px
}

.blog-post__body h6 {
  font-size: 12px
}

.blog-post__body p {
  margin: 0 0 20px
}

.blog-post__body p strong {
  font: 15px/180% "open_sanssemibold", arial, sans-serif
}

.blog-post__body p img {
  width: auto;
  height: auto;
  max-width: 100%
}
.blog-archive-listings {
  font-family: "open_sansregular", arial, sans-serif;
  line-height: 100%;
  font-size: 14px;
}
.blog-post__body ul,.blog-post__body ol {
  padding: 0;
  margin: 10px 0 20px;
  display: block
}
.primary-fg {
  color: #227FD2 !important;
}

.blog-archive-listings p {
  font-size: 15px;
  line-height: 180%;
  color: #747c83;
}
.blog-post__body ul li,.blog-post__body ol li {
  margin-left: 30px;
  font: 15px/150% "open_sansregular", arial, sans-serif;
  color: #747c83
}

.blog-post__body ul {
  list-style-type: disc
}

.blog-post__body ol {
  list-style-type: decimal
}

.blog-archive-listings #blog-listings {
  margin: 0 auto;
  max-width: 940px
}

.blog-archive-listings #blog-listings .row {
  margin-bottom: 20px
}

.blog-archive-listings #blog-listings .row span.title {
  font: 20px/120%;
  color: #3498da;
  padding: 0px 0 2px;
  display: block;
  text-decoration: underline
}
.blog-post__body a:hover {
    color: #747c83;
}
.blog-archive-listings #blog-listings .row span.title:hover {
  color: #000 !important
}

.blog-archive-listings #blog-listings .row p {
  font: italic 14px/150%;
  padding: 10px 0;
  margin: 0;
  text-align: left
}

.blog-archive-listings #blog-listings .row .date-published {
  font: 14px/110%;
  color: #b3b3b3
}


@media only screen and (max-width: 1206px) {
  .blog-listings .row {
    max-width: 806px !important;
    padding: 0 !important;
  }
  .blog-archive-listings .row {
    max-width:806px;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 820px) {
  .blog-listings .row {
    max-width: 404px !important;
  }

  .blog-listings .row article {
    height: auto;
    min-height:1px;
    margin-bottom: 40px
  }
  .blog-archive-listings .row {
    max-width:404px
  }

  .blog-archive-listings .row article {
    height: auto;
    margin-bottom: 40px
  }
  .blog-listings.image-less .row article {
    height: auto
  }
}



@media only screen and (max-width : 1025px) {
  .banner h1 {
    line-height: 110%;
  }
  .blog-post__meta {
    margin: 0;
    background: #fafafa;
    padding: 20px 20px 10px 20px;
    margin: 0 -20px;
  }
  .breadcrumb.blog-breadcrumb {
    margin-bottom: 0;
  }
  .breadcrumb.blog-breadcrumb {
    padding: 20px 20px 40px;
  }
}
@media only screen and (max-width: 790px){
  .blog-post__meta {
    margin: 0;
    background: #fafafa;
    padding: 20px 10px 10px 10px;
    margin: 2px -20px 0;
}
}


@media (max-width: 50em){
  .banner {
    padding: 30px 20px 30px;
  }

}



@media only screen and (max-width : 479px) {
  .blog-listings .row {
    width:100%;
    max-width: 100% !important;
  }
  li.hs-breadcrumb-menu-item.all-post {
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 5px;
  }
  .blog-listings .row article {
    width: 100%;
    float: none;
    margin: 50px 0;
    max-width: 100%;
  }

  .blog-listings .row article > div {
    padding: 0 10px
  }

  .blog-listings .row article .img-wrapper {
    height: auto;
    width: auto
  }

  .blog-listings .row article .img-wrapper img {
    width: auto;
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
  span.author-name {
    display:block;
    clear: both;
    font-size: 30px;
    padding: 10px 0
  }
.blog-author img {
    float: none;
    display: block;
    margin: 0 auto;
    width: 120px!important;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
  width:100%;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

body.no-header .body-wrapper {
  padding-top: 48px;
}
section.not-found .logo-wrapper {
  text-align: center;
  margin: -8px 0px 0px 0px;
}
section.not-found .logo-wrapper .logo img {
  box-shadow: 0px 0px 8px -2px black;
}
section.not-found .logo-wrapper #name {
  font: 32px "open_sanslight", arial, sans-serif;
  color: #7b7b7b;
  text-align: center;
  margin: 30px 0px 48px;
}
@media only screen and (max-width: 1025px) {
  section.not-found {
    height: auto;
    min-height: 0;
  }

  body.no-header .body-wrapper {
    padding-top: 20px !important;
  }
  section.not-found .logo-wrapper .logo {
    height: auto;
    width: auto;
  }
  section.not-found .logo-wrapper .logo img {
    height: 150px;
    width: auto;
  }
}
@media only screen and (max-width: 479px) {
  section.not-found .logo-wrapper .logo img {
    margin-top: 40px;
    height: 120px;
  }
}
section.not-found .row {
  width: initial;
  max-width: 100%;
  background-color: #f6f6f6;
  text-align: center;
}
section.not-found .row .span12 {
  width: 470px;
  float: none;
  display: inline-block;
  color: #5f5f5f;
}

body.no-header .body-wrapper {
  padding-top: 48px;
}

section.not-found .row .span12 #oh-no {
  font: bold 94px/100% "open_sansbold", arial, sans-serif;
  font-weight: 900;
  margin: 46px 0 25px;
}
section.not-found .row .span12 #cant-find {
  color: #646b69;
  font: 33px/140% "open_sansregular", arial, sans-serif;
  letter-spacing: 1px;
}
section.not-found .row .span12 #error-code {
  color: #9a9f9e;
  font: 17.5px/100% "open_sanslight", arial, sans-serif;
  margin-bottom: 235px;
}
section.not-found .row .span12 button#go-back {
  margin: 38px 0px 48px 0px;
  width: 232px;
  height: 46px;
  cursor: pointer;
  font: bold 12.5px/100% "open_sansregular", arial, sans-serif;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  border: 1px solid #5f5f5f;
  padding: 10px 0;
  background: #5f5f5f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s ease;
  color: #f0f0f0;
}
section.not-found .row .span12 button#go-back:hover {
  background: #fff;
  color: #5f5f5f;
  border-color: #5f5f5f;
}
@media only screen and (max-width: 479px) {
  section.not-found .row .span12 {
    padding: 40px 20px;
    width: 100%;
  }
  body.no-header .body-wrapper {
    padding-top: 0px !important;
  }
  .systems-page h1 {
    font-size: 35px;
  }
}


@media screen and (max-width: 767px) {

  .systems-page {
    padding: 3rem 0px;
  }
}