/* Theme Styles/Defaults */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

/* Reset */

*,
*:before,
*:after {
  box-sizing: border-box;
}
/*! 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: 90%;
  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 */
  -webkit-text-decoration: underline dotted;
  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;
}

/**
* Add width to svgs in IE 9-11.
*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  svg {
    max-width: 1rem;
  }
}

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Layout */

/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important ;
  }
}
/* Containers / Grid / DnD Areas */


.container-fluid .row-fluid .page-center, .page-center {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
  float: none;
}

@media screen and (min-width: 1024px) {
  .container-fluid .row-fluid .page-center, .page-center {
    padding: 0;
  }
}

.container-fluid .row-fluid .page-center--slim, .page-center--slim {
  max-width: 900px;
  padding: 0 20px;
  float: none;
  margin: 0 auto;
}

@media screen and (min-width: 800px) {
  .container-fluid .row-fluid .page-center--slim, .page-center--slim {
    padding: 0;
  }
}

.dnd-section {
  padding: 60px 20px;
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dnd-section .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }
}


/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* Typography */

html {
  font-size: 16px;
}

body {
  background-color: #fff;
  word-break: break-word;
}
body,
button,
input,
select,
textarea {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  word-break: break-all;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

.text-large p, p.text-large, .text-large li {
  font-size: 21px;
  line-height: 1.57;
  font-weight: 300;
}
@media (max-width: 800px) {
  .text-large p, p.text-large, .text-large ul>li {
    font-size: 18px;
  }
}

/* Anchors */

a {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  color: #000000;
  text-decoration: none;
}


a.button:disabled {
  background-color: #e6e6e6;
  pointer-events: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Muli', sans-serif;
  font-weight: 200;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0px;
}

h1 {
  font-size: 90%;
  line-height: 1.19444444444; /* 86px */
}
@media (max-width: 767px) {
  h1 {
    font-size: 90%;
  }
}
h2 {
  margin-bottom: 11px;
  font-size: 40px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 33px;
  }
}
h3 {
  font-size: 30px;
  line-height: 1.33333333; /* 48px */
}
@media (max-width: 400px) {
  h3 {
    font-size: 24px;
    line-height: 1.5;
  }
}
h4 {
  font-size: 25px;
  line-height: 1.4; /* 42px */
}
h5 {
  font-size: 20px;
  line-height: 1.5; /* 36px */
}
h6 {
  font-size: 18px;
  line-height: 1.57142857143; /* 33px */
}

/* Lists */

ul,
ol {
 
}

ul li,
ol li {
 
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

ol {
  list-style: decimal;
}
ol[type='i'] {
  list-style: lower-alpha;
}

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid ;
  color: #666;
  padding-left: 28px;
  margin: 0 1.5em;
}
blockquote, q {
  quotes: "" "";
}

/* Horizontal Rules */

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 30px 0;
}

/* Subscripts and Superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
.hs-button {
  cursor: pointer;
}
.cta_button {
  cursor: pointer;
  border: 1px solid #FF6A14;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #FF6A14;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  text-transform: uppercase;
  padding: 9px 13px;
  display: inline-block;
}
.cta_button:hover {
  background: #FF6A14;
  color: #fff;
}

.cta_button.aqua {
  border-color: #98DBCE;
  color: #98DBCE;
}
.cta_button.aqua:hover {
  background: #98DBCE;
  color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 3px solid #000;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #000;
  font-size: 21px;
  line-height: 1.5714;
  padding: 12px 20px;
  transition: .5s all;
}
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea,
select {
  background: #f2f2f2;
  border: 0;
  border-radius: 0;
  color: #606060;
  font-size: 21px;
  line-height: 1.5714;
  outline: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
select,
textarea {
  padding: 12px 20px;
}

textarea {
  width: 100%;
}

/* Custom Form Module */
.custom-form {
  padding: 10px 0;
}
.custom-form h3 {
  font-weight: 400;
}
.custom-form fieldset {
  max-width: 100% !important;
}
.custom-form .hs-form-field {
  margin-bottom: 20px;
}
.custom-form .hs-richtext.hs-main-font-element {
  width: 95%;
  margin: 0 auto;
}
.custom-form span.hs-form-required {
  display: none;
}
.custom-form ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding-left: 0;
  color: #9a0005;
  font-size: 14px;
  line-height: 1;
}

/* Contact Form */
.contact-form {
  text-align: center;
  margin: 50px 0 20px;
}
.contact-form input:not([type="submit"]),
.contact-form select, 
.contact-form textarea {
  width: 100% !important;
}
.contact-form input, .contact-form select {
  background: #fff;
  border: 1px solid #000;
  text-align: center;
}

.contact-form select {
  font-size: 16px;
}

.contact-form input.hs-button {
  border-width: 3px;
}

.contact-form ul.hs-error-msgs.inputs-list {
  text-align: left;
  margin-bottom: 0;
}
.contact-form ul.hs-error-msgs.inputs-list li {
  font-size: 14px;
}
.contact-form .input {
  margin: 0 !important;
}
@media only screen and (min-width: 641px) {
  .contact-form input:not([type="submit"]),
  .contact-form select {
    width: 90% !important;
  }
  .contact-form textarea {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .contact-form textarea {
    height: 160px;
  }
  .contact-form input.hs-button {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
/* Header */
.header {
  position: relative;
  text-align: center;
  z-index: 999;
  width: 100% !important;
}
.header.scrolled {
  background: rgba(255,255,255,.84);
  transition: all 1.2s ease 0s;
}
.menu-toggled .header {
  overflow: unset;
}
@media (min-width: 1000px) {
  .header {
    position: fixed;
  }
}
@media (max-width: 1000px) {
  .header {
    overflow: hidden;
  }
}

.logo-sec {
  padding: 8px 0 0 0;
  background: transparent;
}
.logo-sec .page-center > div > .row-fluid {
  max-width: 980px;
  margin: auto;
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.logo-sec .logo .hs_cos_wrapper_type_logo {
  display: block;
  width: 100%;
  transition: all 1.2s ease 0s;
  margin: auto;
}
.scrolled .logo-sec .logo .hs_cos_wrapper_type_logo {
  width: 196px;
}


/* Primary Menu */
.primary-menu {

}
.header .primary-menu {
  display: block;
}
.primary-menu .hs-menu-wrapper {
  border-top: 2px solid #222;
  border-bottom: 1px solid #eee;
  border-left: none;
  border-right: none;
  background: #fff;
  display: block;
  position: relative;
  text-align: center;
}
.primary-menu .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  background: #fff;
}

.primary-menu .hs-menu-wrapper ul li {
  display: block;
  text-align: left;
}
.primary-menu .hs-menu-wrapper ul li a {
  display: block;
  padding: 15px 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #555;
  font-size: 1em;
  line-height: 1em;
  max-width: 100%;
}
.primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  width: auto;
  white-space: normal;
  max-width: 100%;
}
.primary-menu .hs-menu-wrapper > ul > li > a{
  position: relative;
}
.primary-menu .hs-menu-wrapper ul li:hover > a {
  background: #eee;
  color: #111;
}
.primary-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper li a {
  border-bottom: 1px solid rgba(85,85,85,.15);
}
.primary-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
  flex-direction: column;
  position: absolute;
  top: -10000px;
  min-width: 150px;
  border: 1px solid #e9e9e9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: margin-top,opacity,visibility;
  -ms-transition-property: margin-top,opacity,visibility;
  transition-property: margin-top,opacity,visibility;
  -webkit-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  box-shadow: 0 0 20px rgba(0,0,0,.15);
  z-index: 99;
}

.primary-menu .hs-menu-wrapper li.hs-menu-depth-1 > ul {
  margin-top: 20px;
}
.primary-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
  min-width: 200px;
  left: 100% !important;
  top: 0 !important;
  margin-top: -1px;
}
/* .primary-menu .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul, */
.primary-menu .menu-hovered > ul.hs-menu-children-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
  top: auto !important;
  margin-top: 0 !important;
  z-index: 999 !important;
}

.primary-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper li {
  position: relative;
}

.primary-menu .hs-menu-wrapper > ul li.hs-item-has-children > a:after {
  content: "\f107";
  display: block;
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  font-size: 12px;
}
.primary-menu .hs-menu-wrapper > ul li.hs-menu-depth-1.hs-item-has-children > a {
  padding-right: 25px;
}
.primary-menu .hs-menu-wrapper > ul li.hs-item-has-children ul li.hs-item-has-children > a:after {
  content: "\f105";
}

.primary-menu .hs-menu-wrapper > ul li.close-menu-tab a {
  text-align: center;
  font-size: 12px;
}

body .body-container-wrapper, body .footer-container-wrapper {
  left: 0;
  position: relative;
  transition: left .5s;
}

@media (min-width: 1000px) {
  .logo-sec .page-center>div>.row-fluid>div {
    padding: 10px;
  }
}

.hr-menu {
  display: block !important;
}
.slide-menu {
  display: none !important;
}

@media (max-width: 1000px) {

  .hr-menu {
    display: none !important;
  }
  .slide-menu {
    display: block !important;
  }

  .logo-sec .tel a {
    font-size: 20px;
  }

  .logo-sec-slide {
    padding: 4px 0;
    background: #fff;
  }
  .logo-sec-slide .page-center > div > .row-fluid {
    margin: auto;
    width: 100%;
    position: relative;
    display: table;
  }
  .logo-sec-slide .logo, .logo-sec-slide .link-icons {
    display: table-cell;
    width: 50%;
    margin: 0;
    vertical-align: middle;
  }
  .logo-sec-slide .logo img {
    float: left;
  }
  .logo-sec-slide ul {
    list-style: none;
    padding-left: 0;
    line-height: 0;
    font-size: 42px;
    float: right;
  }
  .logo-sec-slide ul li {
    display: inline-block;
    margin: 0 15px;
  }
  .logo-sec-slide ul li:first-child {

  }
  .logo-sec-slide ul li:last-child {
    margin-right: 0;
  }
  .menu-toggle {
    background: transparent;
    border: 0;
    position: relative;
    z-index: 999;
    /* top: -20px; */
    outline: 0;
    display: block;
    padding-left: 8px;
  }
  .header .primary-menu {
    position: absolute;
    top: 0;
    width: 350px;
    height: 100vh;
    z-index: 99;
    background: #fff;
    top: 100%;
    right: -100%;
    transition: right .4s;
    /* padding-top: 60px; */
  }
  .header .primary-menu.visible-menu {
    right: 0;
  }
  .primary-menu .hs-menu-wrapper {
    padding-bottom: 20px;
  }
  .primary-menu .hs-menu-wrapper ul {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .primary-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
    left: 0!important;
  }
  .primary-menu .menu-hovered > ul.hs-menu-children-wrapper {
    top: 0 !important;
  }

  body.menu-toggled .body-container-wrapper, body.menu-toggled .footer-container-wrapper {
    box-shadow: inset -4px 0 4px 0 rgba(221,221,221,.5);
    left: -350px;
  }

}
@media (max-width: 767px) {
  .logo-sec-slide .logo img {
    width: 155px;
    float: left;
    margin: 6px 0 13px 0;
  }
}
@media (max-width: 435px) {
  .header .primary-menu {
    width: 100%;
  }
  .logo-sec-slide ul {
    font-size: 34px; 
  }
  .logo-sec-slide ul li {
    margin: 0 7px;
  }
  .logo-sec-slide .logo img {
    max-width: 100%;
  }
  body.menu-toggled .body-container-wrapper, body.menu-toggled .footer-container-wrapper {
    left: -100%;
  }
}
@media (max-width: 300px) {
  .logo-sec-slide ul {
    font-size: 26px;
  }
}
.footer-container {
  padding-top: 30px;
}

.footer {
  padding: 10px 0;
  text-align: center;
}

.footer-row-1 > div > .row-fluid,
.footer-row-2 > div > .row-fluid {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.footer .info, .footer .info p {
  font-size: 13px;
  color: #000;
}
.footer .info a {
  background: #9c0000;
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
  font-size: 16px;
  text-transform: lowercase;
}
.footer .info a:hover {
  background: #3a3a3a;
}
.footer-row-2 > div > .row-fluid > div {
  margin-left: 0;
}

.footer-row-2 footer {
  text-align: right;
}
.footer .footer-nav ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.footer .footer-nav ul li {
  display: inline-block;
  position: relative;
}
.footer .footer-nav ul li:before {
  content: "|";
  display: inline-block;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .footer-row-1>div>.row-fluid, .footer-row-2>div>.row-fluid {
    flex-direction: column;
    font-size: 13px;
  }
  .footer .footer-nav ul {
    text-align: center;
  }
  .footer .footer-nav ul li:first-child:before {
    display: none;
  }
}

/* Template Specific
Styles applied to specific template types (system pages, blog, etc.)
*/

/* Blog */
.blog {}

/* WP fix */
.blog-section .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a.topic-link {
  background: #ebebeb;
  border-radius: 2px;
  border-bottom: 0;
  color: #444;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 3px;
  padding: 3px 9px 2px;
  text-decoration: none;
  transition: .5s background;
}
a.topic-link:hover {
  background: #dbdbdb;
}

.blog-section img {
  height: auto;
}

.blog-section .section.post-header {
  text-align: center;
  padding-top: 160px;
}

.blog-section .post-header .entry-title {
  letter-spacing: -.01em;
  padding-top: 14px;
  position: relative;
  font-size: 34px;
  text-align: center;
  line-height: 50px;
}

/* Blog Single Post */
.blog-post-wrapper {
  padding-bottom: 100px;
}

.blog-post-wrapper .section.post-header {
  padding-bottom: 60px;
  text-align: left;
}

.blog-post-wrapper .post-body {
  border-bottom: 2px solid #000;
  padding-bottom: 40px;
}

.blog-post-wrapper .post-tags {
  border-bottom: 1px dotted #bfbfbf;
  display: block;
  padding: 21px 0 12px;
  margin: 0;
}

/* Blog Simple Listing */
.post-listing-simple {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0;
}
.post-listing-simple .post-title-simple {
  color: #000;
  font-size: 21px;
  font-style: italic;
  line-height: 1.57142857143;
  margin-bottom: 20px;
}
.post-listing-simple a:hover {
  text-decoration: underline;
}

/* Blog Listing */
.post-listing  {
  display: flex;
  position: relative;
  flex-flow: row wrap;
}

.post-listing .post-item {
  width: 28%;
  margin: 2.6%;
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: 0 0 3px 0 #eee;
  text-align: center;
}

.post-listing .post-item .post-header h2 {
  font-size: 21px;
  line-height: 1.42857142857;
  margin: 0 42px;
  padding: 14px 0 21px;
}

.post-listing .post-item .hs-featured-image {
  float: none;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 350px;
  object-fit: cover;
}
.post-listing .post-item .date {
  background: #fff;
  color: #666;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin: -24px auto 0;
  padding: 6px 0 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 154px;
}

.blog-pagination {
  display: block;
  margin-top: 30px;
}
.blog-pagination > div {
  display: inline-block;
}
.blog-pagination a {
  color: #fff; 
  background: #222;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.66;
  padding: 8px 20px 6px;
  text-transform: uppercase;
}
.blog-pagination-left {
  text-align: right;
}
.blog-pagination-right {
  text-align: left;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
  background-color: #000;
}
.blog-pagination a.active {
  background-color: #666;
  pointer-events: none;
  cursor: default;
}

.post-pagination {
  padding: 68px 0 0 0;
}
.post-pagination .nav-text {
  color: #666;
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.post-pagination a {
  color: #000;
  font-size: 21px;
  font-style: italic;
  line-height: 1.57142857143;
  text-decoration: none;
}
.post-pagination .prev-post, .post-pagination .next-post {
  width: 50%;
}
.post-pagination .prev-post {
  padding-left: 10%;
  padding-right: 21px;
  text-align: right;
  float: left;
}
.post-pagination .next-post {
  padding-left: 21px;
  padding-right: 10%;
  text-align: left;
  float: right;
}
@media (max-width: 800px) {

  .post-listing  {
    justify-content: center;
  }
  .blog-section .section.post-header {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .post-listing .post-item {
    width: 44%;
  }

  .blog-post-wrapper {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .post-listing .post-item {
    width: 100%;
    margin: 30px 0;
  }
  .post-pagination .prev-post, .post-pagination .next-post {
    float: none;
    width: 100%;
  }
  .post-pagination .prev-post {
    padding: 0 0 21px 0;
    text-align: left;
  }
  .post-pagination .next-post {
    padding: 21px 0 0 0;
  }
}
@media (max-width: 350px) {
  .post-listing .post-item .post-header h2 {
    margin: 0 20px; 
  }
}
/* System */

/* Error Pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #f3f6f9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System Pages */

.systems-page {
  margin: 0 auto;
  max-width: 900px;
  padding: 3rem 20px;
}

.systems-page .success {
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  display: inline-block;
  margin: 2rem 0;
  padding: 0.1rem 0.75rem;
  width: 100%;
}

.systems-page h1 {
  font-size: 90%;
}

.systems-page form input {
  max-width: 100%;
}

form#email-prefs-form {
  max-width: none;
}

form#email-prefs-form .header {
  background-color: transparent;
}

form#email-prefs-form input#submitbutton {
  line-height: 1.25rem;
  max-width: 400px;
  white-space: unset;
}

/* Search Pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #fff;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 2rem;
}

.hs-search-results__listing li {
  margin-bottom: 2rem;
}

.hs-search-results__pagination a {
  color: #231f1f;
}

.hs-search-results__title {
  color: #231f1f;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.5rem;
}

.hs-search-highlight {
  font-weight: bold;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  height: auto !important;
  margin-bottom: 1.55rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type='email'] {
  margin-bottom: 1.55rem;
  padding: 15px 12px !important;
}

/* Helpers
Contains anything that overrides all other layers, utility and helper classes, browser specific fixes, and other overrides.
*/

/*-------------------------------------------------
# Helpers
-------------------------------------------------*/
/* Animation */
@keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}
@keyframes fadeOut {
  from {opacity: 1}
  to {opacity: 0}
}
/* Center */
.centered {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

/* Text align */
.tl { text-align: left !important; }
.tc { text-align: center !important; }
.tr { text-align: right !important; }

/* Float */
.fl { float: left !important; }
.fr { float: right !important; }
.fn { float: none !important; }

/* Visibility */
.hide, .hidden { display: none !important; }
.show { display: inherit !important; }

.desktop-hidden, .mobile-hidden { display: inherit; }

@media (min-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}
/* Paddings */
.p0 { padding: 0px !important; }
.p10 { padding: 10px !important; }
.p20 { padding: 20px !important; }
.p30 { padding: 30px !important; }
.p40 { padding: 40px !important; }
.p50 { padding: 50px !important; }
.p100 { padding: 100px !important; }

/* Padding top & bottom */
.ptb0 { padding-top: 0px !important; padding-bottom: 0px !important; }
.ptb10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.ptb20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.ptb30 { padding-top: 30px !important; padding-bottom: 30px !important; }
.ptb40 { padding-top: 40px !important; padding-bottom: 40px !important; }
.ptb50 { padding-top: 50px !important; padding-bottom: 50px !important; }
.ptb100 { padding-top: 100px !important; padding-bottom: 100px !important; }

/* Padding left & right */
.plr0 { padding-left: 0px !important; padding-right: 0px !important; }
.plr10 { padding-left: 10px !important; padding-right: 10px !important; }
.plr20 { padding-left: 20px !important; padding-right: 20px !important; }
.plr30 { padding-left: 30px !important; padding-right: 30px !important; }
.plr40 { padding-left: 40px !important; padding-right: 40px !important; }
.plr50 { padding-left: 50px !important; padding-right: 50px !important; }
.plr100 { padding-left: 100px !important; padding-right: 100px !important; }

/* Padding top */
.pt0 { padding-top: 0px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt100 { padding-top: 100px !important; }
@media (max-width: 767px) {
  .sm-pt0 { padding-top: 0px !important; }
  .sm-pt10 { padding-top: 10px !important; }
  .sm-pt20 { padding-top: 20px !important; }
  .sm-pt30 { padding-top: 30px !important; }
  .sm-pt40 { padding-top: 40px !important; }
  .sm-pt50 { padding-top: 50px !important; }
  .sm-pt100 { padding-top: 100px !important; }
}

/* Padding bottom */
.pb0 { padding-bottom: 0px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb100 { padding-bottom: 100px !important; }
@media (max-width: 767px) {
  .sm-pb0 { padding-bottom: 0px !important; }
  .sm-pb10 { padding-bottom: 10px !important; }
  .sm-pb20 { padding-bottom: 20px !important; }
  .sm-pb30 { padding-bottom: 30px !important; }
  .sm-pb40 { padding-bottom: 40px !important; }
  .sm-pb50 { padding-bottom: 50px !important; }
  .sm-pb100 { padding-bottom: 100px !important; }
}

/* Padding left */
.pl0 { padding-left: 0px !important; }
.pl10 { padding-left: 10px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }
.pl100 { padding-left: 100px !important; }
@media (max-width: 767px) {
  .sm-pl0 { padding-left: 0px !important; }
  .sm-pl10 { padding-left: 10px !important; }
  .sm-pl20 { padding-left: 20px !important; }
  .sm-pl30 { padding-left: 30px !important; }
  .sm-pl40 { padding-left: 40px !important; }
  .sm-pl50 { padding-left: 50px !important; }
  .sm-pl100 { padding-left: 100px !important; }
}

/* Padding right */
.pr0 { padding-right: 0px !important; }
.pr10 { padding-right: 10px !important; }
.pr20 { padding-right: 20px !important; }
.pr30 { padding-right: 30px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }
.pr100 { padding-right: 100px !important; }
@media (max-width: 767px) {
  .sm-pr0 { padding-right: 0px !important; }
  .sm-pr10 { padding-right: 10px !important; }
  .sm-pr20 { padding-right: 20px !important; }
  .sm-pr30 { padding-right: 30px !important; }
  .sm-pr40 { padding-right: 40px !important; }
  .sm-pr50 { padding-right: 50px !important; }
  .sm-pr100 { padding-right: 100px !important; }
}

/* Margins */
.ma { margin: 0 auto !important; }
.m0 { margin: 0px !important; }
.m10 { margin: 10px !important; }
.m20 { margin: 20px !important; }
.m30 { margin: 30px !important; }
.m40 { margin: 40px !important; }
.m50 { margin: 50px !important; }
.m100 { margin: 100px !important; }
@media (max-width: 767px) {
  .sm-ma { margin: 0 auto !important; }
  .sm-m0 { margin: 0px !important; }
  .sm-m10 { margin: 10px !important; }
  .sm-m20 { margin: 20px !important; }
  .sm-m30 { margin: 30px !important; }
  .sm-m40 { margin: 40px !important; }
  .sm-m50 { margin: 50px !important; }
  .sm-m100 { margin: 100px !important; }
}

/* Margin top & bottom */
.mtb0 { margin-top: 0px !important; margin-bottom: 0px !important; }
.mtb10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.mtb20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.mtb30 { margin-top: 30px !important; margin-bottom: 30px !important; }
.mtb40 { margin-top: 40px !important; margin-bottom: 40px !important; }
.mtb50 { margin-top: 50px !important; margin-bottom: 50px !important; }
.mtb100 { margin-top: 100px !important; margin-bottom: 100px !important; }

/* Margin left & right */
.mlr0 { margin-left: 0px !important; margin-right: 0px !important; }
.mlr10 { margin-left: 10px !important; margin-right: 10px !important; }
.mlr20 { margin-left: 20px !important; margin-right: 20px !important; }
.mlr30 { margin-left: 30px !important; margin-right: 30px !important; }
.mlr40 { margin-left: 40px !important; margin-right: 40px !important; }
.mlr50 { margin-left: 50px !important; margin-right: 50px !important; }
.mlr100 { margin-left: 100px !important; margin-right: 100px !important; }

/* Margin top */
.mt0 { margin-top: 0px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt100 { margin-top: 100px !important; }
@media (max-width: 767px) {
  .sm-mt0 { margin-top: 0px !important; }
  .sm-mt10 { margin-top: 10px !important; }
  .sm-mt20 { margin-top: 20px !important; }
  .sm-mt30 { margin-top: 30px !important; }
  .sm-mt40 { margin-top: 40px !important; }
  .sm-mt50 { margin-top: 50px !important; }
  .sm-mt100 { margin-top: 100px !important; }
}

/* Margin bottom */
.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb100 { margin-bottom: 100px !important; }
@media (max-width: 767px) {
  .sm-mb0 { margin-bottom: 0px !important; }
  .sm-mb10 { margin-bottom: 10px !important; }
  .sm-mb20 { margin-bottom: 20px !important; }
  .sm-mb30 { margin-bottom: 30px !important; }
  .sm-mb40 { margin-bottom: 40px !important; }
  .sm-mb50 { margin-bottom: 50px !important; }
  .sm-mb100 { margin-bottom: 100px !important; }
}

/* Margin left */
.ml0 { margin-left: 0px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.ml100 { margin-left: 100px !important; }
@media (max-width: 767px) {
  .sm-ml0 { margin-left: 0px !important; }
  .sm-ml10 { margin-left: 10px !important; }
  .sm-ml20 { margin-left: 20px !important; }
  .sm-ml30 { margin-left: 30px !important; }
  .sm-ml40 { margin-left: 40px !important; }
  .sm-ml50 { margin-left: 50px !important; }
  .sm-ml100 { margin-left: 100px !important; }
}

/* Margin right */
.mr0 { margin-right: 0px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr100 { margin-right: 100px !important; }
@media (max-width: 767px) {
  .sm-mr0 { margin-right: 0px !important; }
  .sm-mr10 { margin-right: 10px !important; }
  .sm-mr20 { margin-right: 20px !important; }
  .sm-mr30 { margin-right: 30px !important; }
  .sm-mr40 { margin-right: 40px !important; }
  .sm-mr50 { margin-right: 50px !important; }
  .sm-mr100 { margin-right: 100px !important; }
}

/* Max width */
.w100 { max-width: 100px !important; }

.w150 { max-width: 150px !important; }

.w200 { max-width: 200px !important; }

.w250 { max-width: 250px !important; }

.w300 { max-width: 300px !important; }

.w350 { max-width: 350px !important; }

.w400 { max-width: 400px !important; }

.w450 { max-width: 450px !important; }

.w500 { max-width: 500px !important; }

.w550 { max-width: 550px !important; }

.w600 { max-width: 600px !important; }

.w650 { max-width: 650px !important; }

.w700 { max-width: 700px !important; }

.w750 { max-width: 750px !important; }

.w800 { max-width: 800px !important; }

.w850 { max-width: 850px !important; }

.w900 { max-width: 900px !important; }

.w950 { max-width: 950px !important; }

.w1000 { max-width: 1000px !important; }

.w1050 { max-width: 1050px !important; }

.w1100 { max-width: 1100px !important; }

.w1150 { max-width: 1150px !important; }

.w1200 { max-width: 1200px !important; }

.w1250 { max-width: 1250px !important; }

.w1300 { max-width: 1300px !important; }

.w1350 { max-width: 1350px !important; }

.w1400 { max-width: 1400px !important; }

.w1450 { max-width: 1450px !important; }

.w1500 { max-width: 1500px !important; }

.w1550 { max-width: 1550px !important; }

.w1600 { max-width: 1600px !important; }


/*-------------------------------------------------
# Custom Stylesheet
-------------------------------------------------*/

/** Font Awesome 4 Compatibility **/
.fa {font-style:normal;font-variant:normal;font-weight:normal;font-family:FontAwesome;}

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


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

embed, iframe, object {
  max-width: 100%;
}

.tel a {
  font-size: 26px;
}
.tel span.call-today {
  font-size: 15px;
  display: inline-block;
  margin-right: 5px;
  color: #9a0005;
  text-transform: uppercase;
}

.call-btn {
  background: #ec0810;
  color: #fff;
  padding: 20px 10px;
  display: block;
  text-transform: uppercase;
  border-radius: 41px;
  text-align: center;
}
.call-btn:hover {
  background: #c3040b;
}
.call-btn .fa {
  margin-right: 10px;
}

/* Entry Title */
.entry-title {
  text-transform: uppercase;
  display: inline;
  padding-bottom: 10px;
  font-size: 56px;
  text-shadow: 1px 3px 1px #fff;
/*   background: transparent url(https://8556081.fs1.hubspotusercontent-na1.net/hubfs/8556081/Novo-Sano-Theme/Images/dot.png) repeat-x scroll bottom center; */
}
@media (max-width: 767px) {
  .entry-title {
    font-size: 39px;
  }
}
/* Section Title */
.section-title {
  text-align: center;
  margin: 0 0 19px 0;
  text-transform: uppercase;
}

/* Schedule Form */
.skd-form {
  text-align: center;
}
.skd-form .form-title {
  font-size: 39px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #fff;
  margin-bottom: 16px;
}
.skd-form .hs-form {
  display: flex;
  font-size: 16px;
  max-width: 920px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.skd-form .hs-form .field.hs-form-field {
  margin-right: 16px;
}
.skd-form .hs-form .field.hs-form-field input {
  padding: 12px 0px;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: inherit;
}
.skd-form .hs-form .field.hs-form-field input.error {
  border-color: red;
}
.skd-form .hs-form span.hs-form-required {
  display: none;
}
.skd-form .hs-form ul.hs-error-msgs.inputs-list {
  display: none !important; /************************ Errors messages are Hidden *************/
  list-style: none;
  padding-left: 0;
  font-size: 11px;
  color: #790004;
  margin: 4px 0 0 0;
  position: absolute;
}
.skd-form .hs-form .hs_error_rollup {
  display: none;
}
.skd-form .hs-form .hs-button {
  background: #98DBCE;
  color: #fff;
  border: none;
  font-size: 22px;
  padding: 8px 30px;
}
.skd-form .form-detail {
  margin-top: 4px;
}
.skd-form .hs-form .hs_submit.hs-submit {
  padding-left: 16px;
}
@media (max-width: 860px) {
  .skd-form .form-title {
    font-size: 23px;
  }
  .skd-form .hs-form {
    flex-direction: column;
  }
  .skd-form .hs-form .field.hs-form-field {
    padding: 0;
    margin: 0;
    margin-top: 16px;
    width: 100%;
  }
  .skd-form .hs-form .field.hs-form-field input {
    width: 100%;
  }
  .skd-form .hs-form ul.hs-error-msgs.inputs-list {
    position: relative;
    text-align: left;
  }
  .skd-form .hs-form .hs_submit.hs-submit {
    margin-top: 32px;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .skd-form .hs-form .hs-button {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .skd-form .hs-form .hs-button {
    display: block;
    width: 100%;
  }
}
.schedule-frm {
  padding: 75px 24px 20px;
}
.schedule-frm .skd-form .hs-form .hs-button {
  background: #FF6A14;
}

.wistia-iframe {
  width: 100%;
}
@media (min-width: 1150px) {
  .wistia-iframe {
    height: 600px;
  }
  .hs-embed-content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .hs-embed-wrapper {
    max-width: 100% !important;
    float: none !important;
    width: 100% !important;
    margin: 20px auto !important;
    clear: both;
    max-height: 100% !important;
  }
}