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

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

.dnd-section > .row-fluid,
.content-wrapper,
.footer__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

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



@media (max-width: 1024px) {
  .dnd-section > .row-fluid,
  .content-wrapper,
  .footer__container {
    padding-left: 64px;
    padding-right: 64px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 35px;
  }

  h5 {
    font-size: 30px;
  }

  h6 {
    font-size: 25px;
  }
}

@media (max-width: 960px) {
  .dnd-section > .row-fluid,
  .content-wrapper,
  .footer__container {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 768px) {
  .dnd-section > .row-fluid,
  .content-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }
}

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

@media (max-width: 640px) {
  .dnd-section > .row-fluid,
  .content-wrapper,
  .footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 22px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: balboa;
  src: url("//use.typekit.net/af/ebb031/00000000000000003b9b461d/27/l?subset_id=2&fvd=n3&v=3") format("woff2"), 
    url("//use.typekit.net/af/ebb031/00000000000000003b9b461d/27/d?subset_id=2&fvd=n3&v=3") format("woff"), 
    url("//use.typekit.net/af/ebb031/00000000000000003b9b461d/27/a?subset_id=2&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: auto;
}

@font-face {
  font-family: bebas-neue;
  src: url("//use.typekit.net/af/2f0e6a/00000000000000003b9b12e6/27/l?subset_id=2&fvd=n4&v=3") format("woff2"), 
    url("//use.typekit.net/af/2f0e6a/00000000000000003b9b12e6/27/d?subset_id=2&fvd=n4&v=3") format("woff"), 
    url("//use.typekit.net/af/2f0e6a/00000000000000003b9b12e6/27/a?subset_id=2&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-display: auto;
}

@font-face {
  font-family: balboa-condensed;
  src: url("//use.typekit.net/af/eb78f6/00000000000000003b9b4623/27/l?subset_id=2&fvd=n4&v=3") format("woff2"), 
    url("//use.typekit.net/af/eb78f6/00000000000000003b9b4623/27/d?subset_id=2&fvd=n4&v=3") format("woff"), 
    url("//use.typekit.net/af/eb78f6/00000000000000003b9b4623/27/a?subset_id=2&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  letter-spacing: .02em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  outline: 0;
}

a:hover, a:focus {}

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

img {
  max-width: 100%;
}

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

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
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;
  padding: 20px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  border-style: solid;
  text-decoration: none;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  margin-top: 20px;
}

.hs-button:hover,
.hs-button:focus {
  text-decoration: none;
}

.hs-form label {
  display: block;
  float: none;
  width: auto;
  padding-top: 0;
  margin-bottom: 4px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}

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

h3.form-title {
  padding: 0 20px;
}

input.hs-input,
textarea.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  height: 40px !important;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  outline: 0;
  background-color: #f5f8fa;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  padding: 0 15px;
}

.blog-comments .hs-form .hs-error-msgs label {
  border-radius: 2px;
  background: #cc3b3b url('//7836126.fs1.hubspotusercontent-na1.net/hubfs/7836126/raw_assets/public/Scriberia_October2020/images/icon_close.png') no-repeat 9px 50%;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  margin: 12px 0;
  padding: 5px 15px 3px 25px;
}

input[type="password"] {
  margin-bottom: 18px;
}

#hs-search-module input {
  margin-bottom: 18px;
}

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

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

.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;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

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

.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,
.hs-form-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: 20px 0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

form#email-prefs-form {
  padding: 20px 0px;
}

@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;
}

@media (max-width: 767px) {
  form {
    max-width: 100%;
    padding: 20px 0px;
  }

  h3.form-title {
    padding: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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-color: #F8FAFC;
}

.header__container {
  margin: 0 auto;
}

.header_container {
  position: relative;
}

.mobile-trigger svg {
  width: 34px;
  height: 28px;
  stroke: #121212;
  stroke-width: 3;
}

header.header {
  padding: 20px 80px;
}

.header__logo img {
  max-width: 280px;
  vertical-align: middle;
}

.header__logo {
  display: inline-block;
  padding: 8px;
}

.header_container {
  text-align: center;
}

.mobile-trigger {
  position: absolute;
  right: 0;
  top: 16px;
  z-index: 99;
  padding: 8px;
  cursor: pointer;
}

.custom-menu-primary {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  background-color: rgba(255,255,255,.9);
  transition: 0.3s;
  z-index: 9999;
}

.mobile-open .custom-menu-primary {
  right: 0;
}

.custom-menu-primary .hs-menu-wrapper {
  padding: 36px;
  width: calc(100% - 60px );
  overflow: hidden;
  background-color: #fff;
  float: right;
  height: 100vh;
  overflow-y: auto;
}
button.mobile-close-trigger {
  background-color: #fff;
  stroke: #ababab;
  position: absolute;
  left: 0;
  top: 0;
  padding: 22px;
  border: 0;
  outline: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

button.mobile-close-trigger svg {
  stroke-width: 3;
  width: 16px;
  height: 16px;
}

.custom-menu-primary .hs-menu-wrapper > ul li a {
  font-family: bebas-neue;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0em;
  line-height: .7em;
  text-transform: uppercase;
  color: #000;
}

.custom-menu-primary .hs-menu-wrapper > ul li {
  padding-bottom: 24.720px;
  position: relative;
}

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

.custom-menu-primary .hs-menu-wrapper>ul ul {
  padding-left: 15px;
}

.child-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  text-align: center;
}

.child-trigger:after,.child-trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  width: 18px;
  height: 2px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.child-trigger:after {
  width: 2px;
  height: 18px;
}

.child-open > .child-trigger:after {
  visibility: hidden;
}

body.mobile-open {
  overflow: hidden;
}

.banner-content {
  min-height: calc(80vh - 117px);
}

.banner-area-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fdc612;
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px 17px;
}

.banner-content h1 {
  background-color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.5);
  padding: 25px 46px;
  font-size: 74px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .01em;
  max-width: 450px;
  margin: auto;
  width: 100%;
  text-align: center;
  white-space: pre-wrap;
  box-sizing: content-box;
  color: #fff;
  font-family: bebas-neue;
  position: relative;
  top: 0;
}

.banner-area-wrapper .row {
  margin-left: -17px;
  margin-right: -17px;
}

.header-secondary .header__container {
  padding: 20px 70px;
}

.header-secondary .header__logo {
  padding: 0;
}

.header-secondary .header__logo img {
  max-width: 100px;
}

.header-secondary .header__logo > div {
  display: inline-block;
  padding: 8px 10px;
}

#hs_cos_wrapper_logo_content {
  max-width: 40em;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1em;
  text-transform: none;
  color: #000;
  padding: 8px 5px;
}

.secondary-menu-wrapper {
  float: right;
}

.secondary-menu-wrapper .hs-menu-wrapper > ul li a {
  margin: 0 .618em;
  padding: .618em 0;
  display: inline-block;
  vertical-align: middle;
  color: #1d1d1d;
  -webkit-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -moz-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -ms-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -o-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  font-family: Rubik;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  line-height: 1em;
}

.secondary-menu-wrapper .hs-menu-wrapper > ul > li {
  float: left;
  position: relative;
}

.secondary-menu-wrapper .hs-menu-wrapper > ul:before,.secondary-menu-wrapper .hs-menu-wrapper > ul:after {
  content: "";
  display: block;
  clear: both;
}

.secondary-menu-wrapper .hs-menu-wrapper > ul {
  padding: 8px 23px;
}

.secondary-menu-wrapper .hs-menu-wrapper > ul:hover > li > a,
.secondary-menu-wrapper .hs-menu-wrapper > ul li a:hover {
  color: rgba(29,29,29,.4);
}

.secondary-menu-wrapper .hs-menu-wrapper > ul > li:hover > a {
  color: #1d1d1d;
}

#hs_cos_wrapper_logo_content p {
  margin-bottom: 0;
}

.header-secondary {
  display: none;
}

.secondary-menu-wrapper .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  left: 0;
  min-width: 120px;
  padding-top: 15px;
  background-color: #fff;
}

.secondary-menu-wrapper .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}





@media (min-width: 2000px) {
  header.header {
    display: none !important;
  }

  .header-secondary {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  header.header {
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media (max-width: 960px) {
  header.header {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 900px) {
  .banner-content {
    width: 83.3333%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  header.header {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 640px) {
  header.header {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 600px) {
  .banner-content {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .header__logo img {
    max-width: 180px;
    margin: 11px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container {
  margin: 0 auto;
}

.footer-social-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-transition: fill 170ms ease-in-out;
  -moz-transition: fill 170ms ease-in-out;
  -ms-transition: fill 170ms ease-in-out;
  -o-transition: fill 170ms ease-in-out;
  transition: fill 170ms ease-in-out;
}

.footer-social-icon a {
  width: 48px;
  height: 48px;
  margin: 0 0 0 7px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 170ms ease-in-out;
  -moz-transition: background-color 170ms ease-in-out;
  -ms-transition: background-color 170ms ease-in-out;
  -o-transition: background-color 170ms ease-in-out;
  transition: background-color 170ms ease-in-out;
}

.footer__container > .row {
  margin-left: -17px;
  margin-right: -17px;
  padding-top: 20px;
}

.footer__container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-logo.col {
  width: 16.6667%;
  position: relative;
}

.footer-menu.col {
  width: 33.3333%;
}

.footer-content.col {
  width: 50%;
  text-align: right;
  padding: 0 !important;
}

.footer__container > .row > .col {
  float: left;
  padding: 0 17px 17px;
}

.footer__container > .row:before,.footer__container > .row:after {
  content: "";
  display: block;
  clear: both;
}

.ft-bottom-border {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  background: rgba(255,255,255,.68);
  padding-top: 8px;
  padding-bottom: 8px;
}

#hs_cos_wrapper_footer-logo {
  padding-bottom: 109.701%;
  overflow: hidden;
  line-height: 0;
  text-align: center;
  position: relative;
}

.footer-logo.col img {
  left: 0%;
  top: -0.386151%;
  width: 100% !important;
  height: 100.772%;
  position: absolute;
}

footer.footer {
  padding-bottom: 16px;
}

.footer-menu.col .hs-menu-wrapper > ul > li > a {
  font-size: 30px;
  font-family: balboa;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .02em;
  line-height: 1.2em;
  text-transform: none;
  transition: border-color .15s ease-out,color .15s ease-out;
  color: #333;
  display: inline-block;
}

.footer-menu.col .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(51,51,51,.6);
}

.footer-social-icon {
  padding: 0 17px 21px;
}

.footer-contact {
  padding: 17px;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px !important;
  line-height: 1.3em;
}

.footer-contact a {
  text-decoration: none;
  transition: border-color .15s ease-out,color .15s ease-out;
}

.footer-social-icon a:first-child {
  background-color: #fff;
}

.footer-social-icon a:first-child svg {
  fill: #fdc612;
}

.footer-social-icon:hover a svg {
  fill: rgba(255,255,255,.4);
}

.footer-social-icon a:hover svg {
  fill: rgba(255,255,255,1);
}

.footer-social-icon:hover a:first-child {
  background-color: rgba(255,255,255,.4);
}

.footer-social-icon:hover a:first-child svg {
  fill: #fdc612;
}

.footer-social-icon a:first-child:hover {
  background-color: rgba(255,255,255,1);
}


@media (min-width: 2000px) {
  .ft-bottom-border {
    display: none;
  }

  footer.footer {
    padding-bottom: 0;
  }

  .footer-social-icon {
    padding: 0 17px 17px;
  }
}

@media (max-width: 640px) {
  .footer-content.col {
    width: 100%;
    float: none;
  }

  .footer__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-contact {
    margin-bottom: 4px;
  }

  .footer-menu.col {
    width: 100% !important;
    margin-bottom: 17px;
  }

  .footer-logo.col {
    width: 100%;
    max-width: 268px;
    clear: both;
    float: none !important;
    margin: 0 auto;
    margin-bottom: 34px;
    padding: 0 !important;
    margin-top: 17px
  }

  .footer-menu.col .hs-menu-wrapper>ul>li>a {
    letter-spacing: 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 {
  margin: 0 auto;
}

.hs-blog-listing header.header {
  background-color: #fff;
}

.post-item {
  width: 30.5556%;
  margin-bottom: 4.16667%;
}

.blog-index {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.blog-content-wrapper {
  padding: 40px 0;
}

.featured-image-wrapper {
  padding-bottom: 62%;
  position: relative;
  width: 100%;
  height: auto;
}

.featured-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

h2.post-title {
  font-size: 28px;
  line-height: 1.2em;
  text-align: left;
  margin: 0 0 10px 0;
  font-family: balboa-condensed;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #333;
  letter-spacing: .02em;
}

.featured-image-wrapper {
  margin-bottom: 15px;
}

h2.post-title a {
  color: #333;
}

.post-bdy-content {
  margin: 0 0 10px 0;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .02em;
  text-transform: none;
  color: #333;
  line-height: 1.4em;
}

.read-more {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  text-align: left;
}

.read-more a {
  color: #333 !important;
}

.post-date {
  opacity: .7;
  margin: 0;
  font-size: 13px;
  line-height: 1.4em;
  text-transform: none;
  margin-bottom: 0;
}

.blog-pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato,sans-serif;
  margin-bottom: 3.3rem;
  margin-left: 0 !important;
  margin-top: 25px;
}

.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;
}

.sqs-block {
  width: 69.1605%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 17px;
  padding-right: 17px;
  clear: both;
  padding: 17px;
}

.sqs-block-content hr {
  color: #787878;
  background-color: #000;
  height: 2px;
}

.sqs-block-content {
  margin: 0 -17px;
}

.archive-group-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  columns: 200px;
  column-gap: 60px;
  -moz-columns: 200px;
  -moz-column-gap: 60px;
  -webkit-columns: 200px;
  -webkit-column-gap: 60px;
  margin-top: 80px;
  margin-bottom: 50px;
}

.archive-group-list ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  overflow: hidden;
  display: block;
  font-size: 1em;
  line-height: 1.4em;
}

.archive-group-list ul li a {
  min-width: 225px;
  display: block;
  font-size: 1.4em;
  line-height: 1.4em;
  text-decoration: none;
  color: #333;
  margin: 0em 0 2.8em 0;
}

.archive-group-list ul li a span {
  display: none;
}

.footer-bottom-section {
  background-color: #000;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-bottom-section .content-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 45px;
  padding-bottom: 45px;
}

.button-wrap {
  padding:  0 17px 17px;
}

.lets-button {
  line-height: normal;
  text-align: center;
  display: inline-block;
  font-family: bebas-neue;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0em;
  padding: 21px 34px;
  color: #383838 !important;
  background-color: #fdc612;
  text-decoration: none;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
}

.lets-button:hover {
  opacity: .8;
}

.hs-blog-post .blog-content-wrapper {
  padding: 80px 0;
}

h1.post-title {
  font-family: balboa-condensed;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0em;
  line-height: 1.5em;
  text-transform: none;
  color: #1d1d1d;
  margin-top: 0;
  margin: 0 0 32px;
}

#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
.section.post-footer input.hs-button.primary {
  margin: 20px 0!important;
}
.section.post-footer .hs_error_rollup {
  margin-top: 20px;
}
.section.post-footer form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}

.blog-comments {
  margin: 0 auto;
}

.blog-comments form {
  max-width: 100%;
  padding: 0;
}


.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.blog-social-share svg {
  vertical-align: top;
  width: 15px;
  height: 15px;
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.blog-social-share a {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  margin: 10px;
  white-space: nowrap;
  border-radius: 3px;
  padding: 0 1.5px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 15px;
  text-decoration: none;
  color: #fff;
  fill: rgba(29,29,29,.2);
}

.blog-social-share {
  margin: -10px;
  font-size: 0;
}

.post-subtitle h3 {
  color: #333;
  font-family: balboa;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  letter-spacing: .02em;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 34px;
}
.patrick {
  color: #333;
  font-family: balboa;
  font-weight: 300;
  font-style: none;
  font-size: 17px;
  letter-spacing: .02em;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 14px;
  background-color: #fdc612;
  padding: 5px;
  padding-left:5px;
}
.linkatron a:link {color: #333 !important}
.linkatron a:visited {color: #333 !important}
.linkatron a:hover {color: #fff; !important}
.linkatron a:active {color: #333 !important}

}
.post-video-wrapper {
  margin-bottom: 10px;
}

.subtitle-container {
  width: 69.1605%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 17px;
  padding-right: 17px;
}

.post-subtitle {
  margin-left: -17px;
  margin-right: -17px;
}

.blog-post__body {
  width: 69.1605%;
  margin-right: auto;
  margin-left: auto;
  padding: 17px;
}

.blog-post__body_wrapper {
  margin-left: -17px;
  margin-right: -17px;
}

.post-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.custom-next {
  text-align: right;
}

.custom-previous {
  text-align: left;
}

.post-pagination h3 {
  margin: 0;
  padding: 4px 0;
  font-family: balboa-condensed;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: .01em;
  line-height: 1.3em;
  text-transform: none;
  color: #1d1d1d;
}

.post-pagination span {
  font-family: Rubik;
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 1.6em;
  text-transform: uppercase;
  color: #1d1d1d;
  padding: 4px 0;
}

.postfeatured-image-wrapper {
  padding: 17px 0;
}

.blog-comments .hs-form label {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  text-transform: none;
  letter-spacing: .02em;
  line-height: normal;
}


.blog-comments {
  margin-top: 50px;
}

.blog-comments form .hs-input {
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
}

.blog-comments  .hs-form-field {
  margin-bottom: 24px;
}

.blog-comments .hs-button {
  font-family: balboa;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .1em;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  border-width: 0;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 42px !important;
}

.blog-comments .hs-button:hover {
  opacity: .8;
}

.post-video-wrapper iframe {
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.post-video-wrapper {
  position: relative;
  padding-bottom: 56.2061%;
}

.post-video-wrapper {
  margin-bottom: 17px;
}


@media (max-width: 1329px) {
  .post-item {
    width: 47.4337%;
  }
}

@media (max-width: 900px) {
  .sqs-block {
    width: 83.3333%;
  }

  .subtitle-container {
    width: 83.3333%;
  }

  .blog-post__body {
    width: 83.3333%;
  }
}

@media (max-width: 875px) {
  .post-item {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 640px) {
  .blog-index {
    padding: 17px 0;
  }

  .hs-blog-post .blog-content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .post-subtitle h3 {
    font-size: 24px;
    letter-spacing: .016px;
    padding: 17px 0 0px 0;
  }


}

@media (max-width: 600px) {
  .sqs-block {
    width: 100%;
  }

  .subtitle-container {
    width: 100%;
  }

  .blog-post__body {
    width: 100%;
  }

}

@media (max-width: 480px) {
  .post-pagination {
    flex-direction: column;
  } 
}
/* ******************************************************************************
*********************************************************************************
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;
}

.systems-page form {
  padding: 20px 0;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
}

@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;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.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;
}