/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 64em){
  .dnd-section > .row-fluid {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

.banner-area .row-fluid{
  padding:0;
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face { font-family: Copernicus; 
  src: url("https://5731985.fs1.hubspotusercontent-na1.net/hubfs/5731985/OpenWeb_February2021/Fonts/GalaxieCopernicus-Book-82b1a00b6a38c1773e95189ce6dfb35f.woff2") format("woff2"), 
    url("https://5731985.fs1.hubspotusercontent-na1.net/hubfs/5731985/OpenWeb_February2021/Fonts/GalaxieCopernicus-Book-372fc6e507a08f4819c08d085bafe661.woff") format("woff"), 
    url("https://5731985.fs1.hubspotusercontent-na1.net/hubfs/5731985/OpenWeb_February2021/Fonts/GalaxieCopernicus-Book-9fa10bb4b608a14656e93dfbabb01d42.eot") format("eot"); 
  font-style: normal; 
}
@font-face { font-family: Copernicus;
  src: url("https://5731985.fs1.hubspotusercontent-na1.net/hubfs/5731985/OpenWeb_February2021/Fonts/GalaxieCopernicus-BookItalic-6900c9ac3cf415f2777333cccc8c3bc5.woff2") format("woff2"),
    url("https://5731985.fs1.hubspotusercontent-na1.net/hubfs/5731985/OpenWeb_February2021/Fonts/GalaxieCopernicus-BookItalic-9b1edeafe183ed69e97263eef0397512.woff") format("woff"),
    url("https://5731985.fs1.hubspotusercontent-na1.net/hubfs/5731985/OpenWeb_February2021/Fonts/GalaxieCopernicus-BookItalic-699a35ee043686fddd2eb35a68a2b958.eot") format("eot");
  font-style: italic;
}
@font-face { font-family: Copernicus; 
  src: url("https://5731985.fs1.hubspotusercontent-na1.net/hubfs/5731985/OpenWeb_February2021/Fonts/GalaxieCopernicus-Bold-3908a61ab2cd3cbf101c704987c17666.woff2") format("woff2"),
    url("https://5731985.fs1.hubspotusercontent-na1.net/hubfs/5731985/OpenWeb_February2021/Fonts/GalaxieCopernicus-Bold-27052751987510cd3979cd142a1eb4c4.woff") format("woff"),
    url("https://5731985.fs1.hubspotusercontent-na1.net/hubfs/5731985/OpenWeb_February2021/Fonts/GalaxieCopernicus-Bold-58026db902b0e2694b5c60d1aac49622.eot") format("eot");
  font-style: normal; font-weight: 700; 
} 
::selection {
  background-color: #00e600;
}


html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: none;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -.12px;
  background-color: #f1e9e7;
  overflow-x: hidden;
}

@media print, screen and (min-width: 48em){
  body {
    letter-spacing: -.15px;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

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

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

h1 {
  font-size: 2.1rem;
  line-height: 1.04;
  letter-spacing: -6.08px;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.08;
  letter-spacing: -2.53px;
}

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

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

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

h6 {
  font-size: .9rem;
  line-height: 1.3;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.body-container-wrapper ul{
  list-style: none;
  padding: 0;
}
.body-container-wrapper ul li{
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
.body-container-wrapper ul li:before{
  content: "\2192";
  position: absolute;
  left: 0;
  top: 0;
}

ul li,
ol li {

}

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

blockquote {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 25px;
  letter-spacing: -1.25px;
  line-height: 1.08;
  margin: 2em auto 1.3em;
  padding: 4px 0;
}
@media print, screen and (min-width: 48em){
  blockquote {
    font-size: 40px;
    letter-spacing: -2.53px;
    line-height: 1.08;
    margin: 1.24em auto .8em;
    padding: 10px 0;
  }
}
/* 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: none;
}

.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: 767px;
  font-family: Lato, sans-serif;
}
ul.hs-error-msgs li,
.hs-form ul li{
  margin-bottom: 0;
  padding-left: 0;
}
ul.hs-error-msgs li:before,
.hs-form ul li:before{
  content: none;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;
  
  text-decoration: none;
  line-height: normal;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-style: italic;
  font-size: 20px;
  margin:10px 0;
  white-space:normal;
  letter-spacing: normal;
}
@media print, screen and (min-width: 48em){
  .hs-button {
    font-size: 25px;
  }
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 16px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100%!important;
  height: auto!important;
  padding: 5px 10px;
  font-weight: normal;
  color: #33475b;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -.18px;
  margin-bottom:10px;
}
.hs-form-field>ul.no-list.hs-error-msgs {
  display: none;
}
input#hs-pwd-widget-password {
  width: 100%;
  margin-top: 0;
}
form input{
  display: inline-block;
  height: auto!important;
  padding: 5px 10px;
  font-weight: normal;
  color: #33475b;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -.18px;
  margin-bottom:10px;
}

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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

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: #fe4f00;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}

.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
  padding-left:0;
}

.field {
  margin-bottom: 11px;
}
ul.hs-error-msgs {
  background: #ffdbcb;
  border: 2px solid #fe4f00;
  color: #000;
  font-size: 13px;
  max-width: 265px;
  padding: 6px 10px;
  /* position: absolute; */
  right: 0;
  top: -10px;
  margin: 0;
}
ul.hs-error-msgs label {
  font-size: 13px;
  margin: 0;
  line-height: normal;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.header-inner {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header-inner-wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.header__logo{
  height: 80px;
  padding-top: 22px;
} 
button.header__navigation--toggle {
  overflow: visible;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-style: italic;
  border-radius: 0;
  color: #fff;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  padding-top: 17px;
  padding-left: 15px;
  padding-right: 10px;
}
button.header__navigation--toggle svg {
  margin-right: -10px;
  overflow: hidden;
}
button.header__navigation--toggle .menu-close {
  display: none;
}
.header__column {
  position: fixed;
  background-color: #f1e9e7;
  top: 81px;
  left: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  height: 0;
  -webkit-transition: height .3s cubic-bezier(.17,.04,.03,.94);
  transition: height .3s cubic-bezier(.17,.04,.03,.94);
}
.header-nav__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 70px;
}
.header-nav__static a {
  text-decoration: none;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  display: inline-block;
  min-width: 165px;
  padding: 11px 10px;
  font-size: 16px;
  font-style: italic;
  -webkit-transition: color .2s,border-color .2s;
  transition: color .2s,border-color .2s;
}
.header__column-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 70px;
}
.custom-menu-primary>div {
  height: 100%;
}

.custom-menu-primary .navigation-primary {
  display: block;
  height: 100%;
}
.custom-menu-primary ul.submenu.level-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  height: 100%;
}

.custom-menu-primary ul.submenu.level-1>li {
  margin-top: 35px;
}
.custom-menu-primary ul.submenu.level-1>li>a{
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.custom-menu-primary ul.submenu.level-1>li>a span {
  padding-right: 8px;
}

.custom-menu-primary ul.submenu.level-1>li.has-submenu>a{
  letter-spacing: normal;
}

.custom-menu-primary ul.submenu.level-1>li>a svg {
  overflow: hidden;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  margin-top: 4px;
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li>a{
  font-size: 11px;
  line-height: 1.91;
  letter-spacing: -.11px;
  padding: 10px 0;
}
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li:first-child>a,
.custom-menu-primary ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li>a,
.custom-menu-primary ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li>a{
  font-size: 15px;
  padding: 10px 0;
  display: inline-block;
  line-height: normal;
  letter-spacing: -0.18px;
}
header.header {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
}
.header-wrap{
  min-height:99px;
}



/* Mobile Styles */
@media screen and (min-width: 1121px){
  .header__column {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 48em){
  .header-inner{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  button.header__navigation--toggle {
    font-size: 25px;
  }
  .header__column {
    top: 80px;
  }
  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li>a{
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: -.12px;
  }

}
@media print, screen and (min-width: 64em){
  .header-inner{
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .header__logo {
    height: 99px;
    min-width: 191px;
  }
  .header-inner-wrap:after {
    border-bottom: 1px solid #000;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  button.header__navigation--toggle {
    display: none;
  }
  .header__column {
    display: block;
    position: static;
    height: auto;
    top: auto;
    background-color: transparent;
    overflow-y: unset;
    padding-right: 0;
  }
  .header__column-inner {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0;
    height: 100%;
  }
  .header-nav__static {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .custom-menu-primary ul.submenu.level-1>li{
    margin-right: 30px;
    margin-right: 30px;
    margin-top: 0;
    position: relative;
  }

  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li:first-child>a,
  .custom-menu-primary ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2>li>a,
  .custom-menu-primary ul.submenu.level-1>li:nth-child(6) ul.submenu.level-2>li>a{
    font-size: 15px;
    display: block;
  }
  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 {
    position: absolute;
    top: 100px;
    left: -37px;
    padding: 20px 37px;
    z-index: 1;
    border: 1px solid #000;
    border-top: none;
    width: 315px;
  }

}
@media screen and (min-width: 80em){
.header-inner{
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px){
  .header-nav__static a {
    min-width: 140px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1120px){
  .custom-menu-primary ul.submenu.level-1>li {
    margin-right: 15px;
  }
  .header__column {
    padding-left: 15px;
    }
}



@media (max-width:1023px) {
  .header-wrap{
    min-height:81px;
  }
  main.body-container-wrapper {
    -webkit-transition: margin-top .3s cubic-bezier(.17,.04,.03,.94);
    transition: margin-top .3s cubic-bezier(.17,.04,.03,.94);
  }
  .mobile-open main.body-container-wrapper {
    margin-top: calc(100vh - 137px);
  }
  .custom-menu-primary ul.submenu.level-1>li {
    min-height: 31px;
  }
  .custom-menu-primary ul.submenu.level-1>li.no-submenu>a {
    position: relative;
    top: 3px;
  }
  .header-nav__static a {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border: none;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-style: normal;
    background: transparent !important;
    color: #000 !important;
  }

  .header-nav__static a:hover {
    color: #0058fe !important;
  }
  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 {
    padding: 0;
    position: static;
    width: auto;
    border: 0;
    padding-top: 10px;
    top: 0;
  }
  .custom-menu-primary ul.submenu.level-1>li>a{
    height: auto;
  }
  .custom-menu-primary ul.submenu.level-1>li.child-open>a svg {
    -webkit-animation-name: button-arrow-animation;
    animation-name: button-arrow-animation;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg );
  }
  .header__logo svg.site-brand__logo {
    width: 128px;
    overflow: hidden;
  }
  .header-inner {
    border-bottom: 1px solid #000;
  }
  .header__column {
    overflow-y: scroll;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .mobile-open button.header__navigation--toggle svg {
    display: none;
  }

  .mobile-open button.header__navigation--toggle .menu-close {
    display: block;
  }
  .mobile-open .header__column {
    height: calc(100vh - 137px);
  }
}


@media screen and (min-width: 48em) and (max-width: 1023px){
  .header__column-inner {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .custom-menu-primary ul.submenu.level-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 15px;
  }
  .custom-menu-primary ul.submenu.level-1>li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 20px;
  }
  .custom-menu-primary ul.submenu.level-1>li.no-submenu>a {
    position: relative;
    top: 3px;
  }
  .header-nav__static {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top:68px;
  }
}


@media screen and (max-width:767px){
  .custom-menu-primary ul.submenu.level-1 {
    display: block;
  }
  .custom-menu-primary ul.submenu.level-1>li.no-submenu>a {
    top: 0;
  }
  .header-nav__static {
    margin-top: 32px;
  }
  .mobile-open .header-inner {
    border-color: transparent;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.footer-top {
  padding-bottom: 30px;
}
.site-footer__social-links-column {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.site-footer__social-links-wrap {
  position: fixed;
  z-index: 7;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-footer__social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-footer__social-links li {
  display: inline-block;
  vertical-align: top;
  margin: 7.5px 0;
}
.site-footer__social-links a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #000;
  border-radius: 100%;
  -webkit-transition: background .2s,border-color .2s;
  transition: background .2s,border-color .2s;
}
.site-footer__social-links a:hover {
  background: #0058fe;
  border-color: #0058fe;
}
.site-footer__social-links a svg{
  overflow: hidden;
}
.site-footer__social-links a svg path {
  -webkit-transition: fill .2s;
  transition: fill .2s;
}
.site-footer__social-links a:hover svg path {
  fill: #fff;
}
.site-footer__social-links a.instagram-icon-link svg {
  width: 20px;
  height: 20px;
}
.site-footer__divider-top {
  padding-bottom: 30px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.divider {
  border-bottom: 1px solid #000;
}
.site-footer__logo-column {
  display: none;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.footer-menu {
  width: 100%;
}
.footer-menu .navigation-primary,
.footer-menu .submenu.level-1{
  display:block;
}
.footer-menu .submenu.level-1{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.footer-menu .submenu.level-1>li{
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.footer-menu .submenu.level-1>li>a{
  display:none;
}
.footer-menu .submenu.level-1 ul.submenu.level-2>li>a{
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
  display: block;
  font-size: 25px;
  letter-spacing: -1.25px;
}
.footer-menu .submenu.level-1 ul.submenu.level-2>li>a span{
  font-size: 15px;
  line-height: 1.27;
  letter-spacing: -.15px;
  font-weight: 700;
  text-decoration: none;
}
.footer-menu .submenu.level-1>li ul.submenu.level-2 {
  position: static;
  display: block;
  opacity: 1;
  visibility: visible;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer__divider-bottom {
  padding-bottom: 20px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.footer-bottom{
  padding-bottom: 30px;
}
.site-footer__brand-logos ul{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
.site-footer__brand-logos ul{
  list-style: none;
  margin: 0;
  padding:0;
}
.site-footer__brand-logos{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.site-footer__brand-logos ul>li{
  max-height: 28px;
}
.site-footer__brand-logos ul>li img {
  height: auto;
  max-height: 28px;
  max-width: 50px;
  vertical-align: middle;
  width: auto;
}
.footer__copyright {
  color: #7b7f83;
  font-size: 11px;
  margin-top: 40px;
  text-align: center;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.footer-menu .submenu.level-1>li ul.submenu.level-2 ul.submenu.level-3>li>a{
  display: inline-block;
  padding: 9px 0;
  text-decoration: none;
  outline: none;
  font-size: 11px;
  line-height: 1.91;
  letter-spacing: -.11px;
}
.footer-menu .submenu.level-1>li ul.submenu.level-2 ul.submenu.level-3>li:first-child>a,
.footer-menu .submenu.level-1>li:nth-child(3) ul.submenu.level-2 ul.submenu.level-3>li>a,
.footer-menu .submenu.level-1>li:nth-child(4) ul.submenu.level-2 ul.submenu.level-3>li>a{
  font-size: 15px;
  line-height: normal;
  letter-spacing: -.18px;
}
.footer-menu .submenu.level-1>li ul.submenu.level-2>li {
  margin-bottom: 47px;
}
.footer-menu .submenu.level-1 ul.submenu.level-2>li>a[href="javascript:void(0);"] {
  cursor:text;
}
.footer-menu .submenu.level-1>li ul.submenu.level-3 {
  display: block;
}

@media print, screen and (min-width: 48em){
  .footer-top {
    padding-bottom: 48px;
  }
  .site-footer__divider-top{
    padding-bottom: 50px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .site-footer__logo-column {
    display: none!important;
  }
  .footer-menu .submenu.level-1>li{
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .footer-menu .submenu.level-1 ul.submenu.level-2>li>a{
    margin-top: 0;
    font-size: 30px;
    letter-spacing: -1.4px;
  }
  .footer-bottom {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .site-footer__brand-logos {
    width: 360px;
  }
  .site-footer__brand-logos{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer__copyright {
    margin-top: 15px;
    text-align: left;
  }
  .footer__copyright {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-menu .submenu.level-1>li ul.submenu.level-2 ul.submenu.level-3>li>a{
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: -.12px;
  }
  .footer-menu .submenu.level-1>li ul.submenu.level-2>li {
    margin-bottom: 31px;
  }
  .footer-menu .submenu.level-1>li ul.submenu.level-2>li:last-child {
    margin-bottom: 0;
  }

}

@media print, screen and (min-width: 64em){
  .site-footer__divider-top{
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .site-footer__logo-column {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .footer-menu .submenu.level-1>li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .site-footer__divider-bottom{
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .site-footer__brand-logos {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .footer__copyright {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }


}



@media print, screen and (max-width: 63.99875em){
  .footer-menu .submenu.level-1>li ul.submenu.level-2 {
    display: block;
  }
  .footer-menu .submenu.level-1 ul.submenu.level-2>li>a {
    margin-top: 10px;
  }
  .footer-menu .submenu.level-1>li ul.submenu.level-2>li:not(:first-child):not(:last-child){
    margin-top: 57px;
  }
}

@media print, screen and (min-width: 48em) and (max-width: 63.99875em){
  .footer-menu .submenu.level-1>li {
    margin-bottom: 30px;
  }

}


@media print, screen and (max-width: 47.99875em){
  .site-footer__logo-column {
    margin-bottom: 14px;
  }
  .site-footer__divider-bottom,
  .site-footer__divider-top{
    padding-left: 0;
    padding-right: 0;
  }
  .site-footer__social-links-column {
    border-top: 1px solid #000;
  }
  .site-footer__social-links-wrap {
    width: 100%;
    top: auto;
    bottom: -60px;
    opacity: 0;
    visibility: hidden;
    left: 0;
    border-top: 1px solid #000;
    background: #f1e9e7;
    -webkit-transform: none;
    transform: none;
    z-index: 11;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
  .site-footer__social-links {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 80%;
    margin: 0 auto;
  }
  .site-footer__social-links a {
    border: none;
  }
  footer.footer {
    padding-bottom: 55px;
  }
  .footer-menu .submenu.level-1>li ul.submenu.level-2 ul.submenu.level-3>li:first-child>a,
  .footer-menu .submenu.level-1>li:nth-child(3) ul.submenu.level-2 ul.submenu.level-3>li>a, 
  .footer-menu .submenu.level-1>li:nth-child(4) ul.submenu.level-2 ul.submenu.level-3>li>a{
    letter-spacing: -.12px;
  }
  .site-footer__logo-column {
    display: block;
  }
  .site-footer__logo-column svg {
    height: 70px;
    width: 70px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 15px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin: 0 auto;
}
.blog-listing-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-header__title {
  font-size: 61px;
  line-height: 1.08;
  letter-spacing: -3.82px;
  margin-bottom: 27px;
  margin-top: 58px;
  text-align: left;
  font-weight: 400;
}
.blog-tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-tag-list>li{
  margin-right: 30px;
  display: block;
}
.blog-tag-list>li>a{
  color: #0058fe;
  font-size: 19px;
  line-height: 2.11;
  letter-spacing: -.89px;
  text-decoration: none;
  font-style: italic;
  white-space: nowrap;
}
ul.blog-tag-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  -webkit-transition: max-height .2s;
  transition: max-height .2s;
  overflow: hidden;
}
ul.blog-tag-list ul>li{
  margin-top: 15px;
  display: block;
  margin-right: 30px;
}
ul.blog-tag-list ul>li:last-child{
  margin-right: 30px;
}
ul.blog-tag-list ul>li>a{
  color: #000;
  font-size: 19px;
  line-height: 2.11;
  letter-spacing: -.89px;
  text-decoration: none;
  font-style: italic;
  white-space: nowrap;
}
ul.blog-tag-list ul>li.active>a,
ul.blog-tag-list ul>li>a:hover{
  color: #0058fe;
}
.blog-index {
  margin-top: 80px;
}
.blog-list__item {
  margin-bottom: 28px;
}
.blog-list__item:first-child,
.blog-list__item.item12 {
  width: 100%;
}
.blog-list__card-link {
  text-decoration: none;
}
.article-card{
  width: 100%;
  border: 1px solid #000;
  margin-bottom: 10px;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideInUp {
  0% {
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0);
      visibility: visible
  }

  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0);
      visibility: visible
  }

  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
article.article-card figure {
  margin: 0;
  max-width: 100%;
}
figure.article-card__header img{
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  height: 185px;
  vertical-align: bottom;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.article-card__footer {
  padding: 25px 30px;
}
.article-card__footer-top {
  margin-bottom: 55px;
}
.article-card__term{
  text-decoration: none;
  font-style: italic;
}
.article-card__title {
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -1.25px;
  margin: 10px 0 0;
}
.article-card__meta {
  font-size: 12px;
  line-height: normal;
  letter-spacing: -.12px;
}
.article-card__posted-on {
  display: block;
}
.article-card__author {
  display: inline-block;
}
.article-card__posted-by {
  font-weight: 700;
  text-decoration: none;
}
.blog-list__card-link:hover article.article-card {
  border-color: #0058fe;
}

.blog-list__card-link:hover .article-card__title {
  color: #0058fe;
}


.blog-pagination {
  margin-bottom: 76px;
  margin-top: 26px;
  text-align: center;
}
.blog-pagination a {
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  display: inline-block;
  font-style: italic;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.5px;
}
.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  width: 100%;
  border-top: 1px solid #000;
}
.blog-post p {
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}
.social-share {
  padding-top: 5px;
}
.social-share__title {
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -1.25px;
  margin-bottom: 28px;
  margin-top: 70px;
  font-weight: 400;
}

.blog-comments .hs-submit {
  text-align: center;
}

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


.comment.depth-0:first-child {
	margin-top: 2em;
}

.comment.depth-1 {
	padding-left: 2em;
	padding-top: 1em;
	margin-top: 1em;
}

.blog-comments form {
	margin-top: 2em;
	padding-top: 2em;
}
a.blog-list__card-link:hover {
  color: #0058fe;
}
button.blog-header__drop-down-button {
  overflow: visible;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-style: italic;
  padding: 12px 26px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  width: 20px;
  margin-left: -5px;
  line-height: normal;
  position: relative;
  top: -1px;
  cursor: pointer;
}
.ow-subscribe {
  max-width: none;
  margin-top: 115px;
  margin-bottom: 130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.ow-subscribe-title-wrap {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ow-subscribe-form-wrap {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.ow-subscribe__title {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -2.51px;
  margin: 0 0 60px;
}
.ow-subscribe__form h3.form-title{
  display: none;
}
.ow-subscribe__form form .hs-form-field>label{
  display: none;
}
.ow-subscribe__form form .hs-button {
  margin: 0;
  margin-top: 42px;
  width: 100%;
}
.ow-subscribe__form form .hs_email.hs-form-field input[type=email]{
  margin-bottom: 6px;
}

.ow-subscribe__form form .hs-button {
  margin: 0;
  margin-top: 27px;
  width: 100%;
  letter-spacing: normal;
}
.ow-subscribe__form form .hs-input {
  padding-left: 0;
}
.ow-subscribe__form form .hs-fieldtype-radio {
  margin-bottom: 0px;
  position: relative;
}

.ow-subscribe__form form .hs-fieldtype-radio .input {
  font-size: 15px;
}

.ow-subscribe__form form .hs-fieldtype-radio .input ul.inputs-list {
  margin-bottom: 0px;
  position: relative;
  padding-right: 10px;
  line-height: 15px;
}

.ow-subscribe__form form .hs-fieldtype-radio .input ul.inputs-list li label {
  font-size: 15px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  padding-left: 0;
}

.ow-subscribe__form form .hs-fieldtype-radio .input ul.inputs-list>li {
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding: 0;
}

.ow-subscribe__form form .hs-fieldtype-radio .input ul.inputs-list li label span {
  margin-left: 30px!important;
  display: block;
}

.ow-subscribe__form form .hs-fieldtype-radio .input ul.inputs-list li label input {
  float: left;
}
.ow-subscribe__form form .hs-input::placeholder {
  color: rgba(0,0,0,.3);
}
figure.article-card__header {
  margin: 0;
  max-width: 100%;
}

.blog-post-inner {
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -.18px;
  margin-bottom: 108px;
  padding-bottom: 38px;
  word-break: break-word;
}

.blog-post-article {
  border: none;
  width: 100%;
  margin-bottom: 10px;
}
.blog-post-article .article-card__footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  padding: 15px 0;
  width: 100%;
}
.blog-post-article .article-card__footer-top{
  margin-bottom: 47px;
}
.blog-post-article .article-card__term {
  font-size: 12px;
  line-height: normal;
  letter-spacing: -.12px;
} 
.blog-post-article .article-card__title {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -2.51px;
  margin: 24px 0 0;
}
.blog-post-article .article-card__meta {
  justify-content: inherit;
  -ms-flex-direction: inherit;
}
.social-share ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.social-share li {
  display: inline-block;
  vertical-align: top;
}
.social-share a {
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.social-share a:hover {
    background: #000;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.social-share a svg {
  height: 100%;
  width: 100%;
}
.social-share a:active {
  background: #000;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.social-share a:hover path {
  fill: #fff;
}
.related-posts__section-title {
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -1.25px;
  margin-bottom: 43px;
  font-weight: 400;
}
.related-post-inner {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.related-posts .blog-list__item {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.related-post-inner .blog-list__item .article-card__term {
  font-size: 12px;
  line-height: normal;
  letter-spacing: -.12px;
}
.blog-post-article figure.article-card__header img {
  height: auto;
}


@media print, screen and (min-width:48em){
  .blog-header__title {
    font-size: 96px;
    line-height: 1.02;
    letter-spacing: -6.02px;
    margin-bottom: 100px;
    margin-top: 53px;
    text-align: center;
  }
  .blog-tag-list>li>a{
    font-size: 30px;
    line-height: 1.17;
    letter-spacing: -1.4px;
  }
  ul.blog-tag-list ul>li>a{
    font-size: 30px;
    line-height: 1.17;
    letter-spacing: -1.4px;
  }
  figure.article-card__header img{
    height: 332px;
  }

  .blog-list__item:first-child .article-card__title,
  .blog-list__item.item12 .article-card__title {
    font-size: 58px;
    line-height: 1.12;
    letter-spacing: -2.61px;
  }
  .article-card__meta {
    font-size: 15px;
    line-height: normal;
    letter-spacing: -.15px;
  }

  .article-card__title {
    font-size: 30px;
    line-height: 1.17;
    letter-spacing: -1.4px;
  }
  .blog-pagination {
    margin-bottom: 177px;
    margin-top: 60px;
  }
  .blog-pagination a {
    font-size: 25px;
    line-height: 1.04;
    letter-spacing: -.25px;
  }
  button.blog-header__drop-down-button {
    font-size: 25px;
  }
  .ow-subscribe {
    margin-bottom: 250px;
    margin-top: 250px;
  }
  .ow-subscribe-title-wrap {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .ow-subscribe-form-wrap{
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .ow-subscribe__title {
    margin: 0;
    line-height: 1.08;
    font-size: 80px;
    letter-spacing: -5.01px;
  }
  .ow-subscribe__form {
    margin-top: 12px;
  }
  .blog-post-article .article-card__term {
    font-size: 25px;
    line-height: 1.04;
    letter-spacing: -.25px;
  }
  .blog-post-article .article-card__title {
    font-size: 58px;
    line-height: 1.12;
    letter-spacing: -2.61px;
  }
  .social-share__title {
    font-size: 18px;
    line-height: normal;
    letter-spacing: -.18px;
    margin-bottom: 36px;
    margin-top: 30px;
  }
  .related-posts__section-title {
    font-size: 30px;
    line-height: 1.17;
    letter-spacing: -1.4px;
  }
  .related-posts .blog-list__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .related-post-inner .blog-list__item .article-card__term {
    font-size: 18px;
    line-height: normal;
    letter-spacing: -.18px;
  }
  .related-post-inner .blog-list__item .article-card__title{
    font-size: 30px;
    line-height: 1.17;
    letter-spacing: -1.4px;
  }
}
@media print, screen and (min-width: 64em){
  .content-wrapper{
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .blog-tag-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blog-tag-list>li{
    display: none!important;
  }
  ul.blog-tag-list ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1 1;
    flex: 1 1;
    max-height: none;
    flex-wrap: wrap;
  }
  ul.blog-tag-list ul>li{
    display: block;
    margin-top: 0;
  }
  .blog-index {
    margin-top: 100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-list__item {
    width: calc(50% - 14px);
  }
  .article-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  figure.article-card__header img{
    height: 460px;
  }
  .article-card__footer {
    -ms-flex: 1 1;
    flex: 1 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .article-card__footer-top {
    margin-bottom: 20px;
  }
  .blog-list__item:first-child .article-card__term,
  .blog-list__item.item12 .article-card__term {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.5px;
  }
  .article-card__title {
    font-size: 25px;
    line-height: 1.08;
    letter-spacing: -1.25px;
  }
  .article-card__meta {
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .article-card__posted-on {
    display: inline-block;
    margin-right: 4px;
  }
  .ow-subscribe {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
  .ow-subscribe__title {
    font-size: 85px;
    line-height: 1.08;
    letter-spacing: -3.83px;
  }
  .ow-subscribe-form-wrap,
  .ow-subscribe-title-wrap{
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .blog-post-article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .related-post-inner {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
  .related-posts .blog-list__item {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

.blog-comments .comment-date{
  display: block;
}
@media screen and (max-width:1023px){
  ul.blog-tag-list.tag-list-open ul {
    max-height: 350px;
  }
  ul.blog-tag-list.tag-list-open button.blog-header__drop-down-button svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  button.blog-header__drop-down-button svg {
    margin-bottom: 3px;
    overflow: hidden;
  }
  ul.blog-tag-list ul>li:first-child {
    display: none;
  }
  .ow-subscribe__form form .hs-input {
    height: 38px!important;
    line-height: 2.16667;
  }
  .ow-subscribe__form form .hs-input::placeholder {
    line-height: 2.16667;
  }
  .ow-subscribe__form form .hs-input[type=checkbox],
  .ow-subscribe__form form .hs-input[type=radio]{
    height: auto!important;
  }
  .blog-post-article figure.article-card__header {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }

}

@media screen and (max-width:767px){
  button.blog-header__drop-down-button svg {
    margin-bottom: 1px;
  }
  .blog-index {
    font-size: 12px;
    line-height: normal;
    letter-spacing: -.12px;
  }
  .ow-subscribe__form form .hs-button {
    max-width: 360px;
    display: block;
  }
  .ow-subscribe__form form .hs-button{
    margin-top: 41px; 
  }
  .hs-blog-post .ow-subscribe {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field { padding: 5px; overflow: hidden; overflow-x: auto;}  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.hs-form-field {
    margin: 0 0 15px;
}
.systems-page {
  padding: 50px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -.18px;
  padding: 5px 10px;
}

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

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