/* ******************************************************************************
*********************************************************************************
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 {
  font-size: 100%;
  -moz-osx-font-smoothing: #666;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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


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

html, button, input, select, textarea {
  font-family: inherit;
}
/**
* 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.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section {
  padding: 0;
}
.banner-area .dnd-section > .row-fluid {
  width: 100% !Important;
  max-width: 100% !Important;
  margin: 0 !Important;
  padding: 0 !important;
}
/* .dnd-section > .row-fluid, .content-wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: 25%;
} */
.body-container-wrapper {
  padding-top: calc(120px + 10px);
}

@media (min-width: 768px){
  .body-container-wrapper {
    padding-top: calc(120px + 80px);
  }

}

@media (min-width: 1070px){
  .body-container-wrapper {
    padding-top: calc(120px + 60px);
  }

}

@media (max-width: 1199px) {
  .dnd-section > .row-fluid, .content-wrapper {
    max-width: 75% !Important;
  }
}


@media (max-width: 767px) {
  .dnd-section > .row-fluid, .content-wrapper {
    max-width: 100% !Important;
    margin-left: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { 
  font-family: "Benton"; 
  src: url(//6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/raw_assets/public/DCE%20Site%20Theme/Fonts/Benton400/BentonSans-Medium.woff) format("woff"), 
    url("https://6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/HarvardDivisionofContinuingEducation_December2020/Fonts/BentonSans-Medium.eot") format("embedded-opentype"), 
    url(//6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/raw_assets/public/DCE%20Site%20Theme/Fonts/Benton400/BentonSans-Medium.woff2) format("woff2");
  font-style: normal; 
  font-weight: 400;
  font-display: auto; 
}
@font-face { 
  font-family: "Soehne";
  src: url(//6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/raw_assets/public/DCE%20Site%20Theme/Fonts/Soehne400/soehne-web-buch.woff) format("woff"), 
    url("https://6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/HarvardDivisionofContinuingEducation_December2020/Fonts/soehne-web-buch.eot") format("embedded-opentype"),
    url(//6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/raw_assets/public/DCE%20Site%20Theme/Fonts/Soehne400/soehne-web-buch.woff2) format("woff2");
  font-style: normal; 
  font-weight: 400;
  font-display: auto; 
}
@font-face { 
  font-family: "Soehne"; 
  src: url(//6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/raw_assets/public/DCE%20Site%20Theme/Fonts/Soehne400i/soehne-web-buch-kursiv.woff) format("woff"),
    url("https://6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/HarvardDivisionofContinuingEducation_December2020/Fonts/soehne-web-buch-kursiv.eot") format("embedded-opentype"),
    url(//6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/raw_assets/public/DCE%20Site%20Theme/Fonts/Soehne400i/soehne-web-buch-kursiv.woff2) format("woff2"); 
  font-style: italic; 
  font-weight: 400; 
  font-display: auto; 
}
@font-face { 
  font-family: "Soehne"; 
  src: url(//6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/raw_assets/public/DCE%20Site%20Theme/Fonts/Soehne700/soehne-web-halbfett.woff) format("woff"), 
    url("https://6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/HarvardDivisionofContinuingEducation_December2020/Fonts/soehne-web-halbfett.eot") format("embedded-opentype"), 
    url(//6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/raw_assets/public/DCE%20Site%20Theme/Fonts/Soehne700/soehne-web-halbfett.woff2) format("woff2"); 
  font-style: normal;
  font-weight: 700; 
  font-display: auto;
}
@font-face { 
  font-family: "Tobias"; 
  src: url(//6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/raw_assets/public/DCE%20Site%20Theme/Fonts/Tobias100/Tobias-Thin.woff) format("woff"),
    url("https://6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/HarvardDivisionofContinuingEducation_December2020/Fonts/Tobias-Thin.eot") format("embedded-opentype"), 
    url(//6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/raw_assets/public/DCE%20Site%20Theme/Fonts/Tobias100/Tobias-Thin.woff2) format("woff2"); 
  font-style: normal;
  font-weight: 100;
  font-display: auto;
}
@font-face { 
  font-family: "Tobias"; 
  src: url(//6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/raw_assets/public/DCE%20Site%20Theme/Fonts/Tobias200/Tobias-Light.woff) format("woff"),
    url("https://6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/HarvardDivisionofContinuingEducation_December2020/Fonts/Tobias-Light.eot") format("embedded-opentype"), 
    url(//6215382.fs1.hubspotusercontent-na1.net/hubfs/6215382/raw_assets/public/DCE%20Site%20Theme/Fonts/Tobias200/Tobias-Light.woff2) format("woff2");
  font-style: normal; 
  font-weight: 200;
  font-display: auto; 
}
:root {
  --seal-h: 52px;
}
@media (min-width: 1920px){
  :root {
    --seal-h: 76px;
  }
}
* ::selection {
  background: #000;
  color: #f5f4f1;
  text-shadow: none;
}
body {
  font-family: Soehne, sans-serif;
  font-size: 17px;
  color: #4d4b48;
  line-height: 1.55;
  background-color: #f5f4f1;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p, pre {
  margin: 18px 0 0;
}

/* Anchor Links */
a {
  color: #13100b;
  text-decoration: none;
}
.body-container a {
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-shadow: inset 0 -1px #b1863d;
  box-shadow: inset 0 -1px #b1863d;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: none;
}
.body-container a:hover, .body-container a:focus {
  -webkit-box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
  box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Soehne, sans-serif;
  color: #13100b;
  word-break: break-word;
}

h1 {
  font-size: 36px;
  letter-spacing: -0.01em;
  font-family: Tobias; 
}

h2 {
  font-size: 28px;
  letter-spacing: -0.01em;
  font-family: Tobias; 
}

h3 {
  font-size: 24px;
  letter-spacing: -0.01em;
}

h4 {
  font-size: 21px;
  letter-spacing: -0.01em;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 11px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}
dl, menu, ol, ul {
  margin: 18px 0 0;
}

.body-container ul:not(.no-list){
  margin-top: 15px;
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
}
.body-container ul:not(.no-list) > li{
  position: relative;
  margin-top: 10px;
  padding-left: 1.3em;
}
.body-container ul:not(.no-list) > li:before{
  position: absolute;
  top: .5em;
  left: 0;
  height: 8px;
  width: 8px;
  content: "";
  border-radius: 50%;
  position: absolute;
  background-color: #b1863d;
}
.body-container ol {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-left: 30px;
}
.hs-menu-wrapper ul li:before{
  display: none;
}

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

blockquote {
  margin-top: 36px;
  margin-bottom: 36px;
  border-left: 3px solid #b1863d;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
}

/* 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;
  outline-color: black;
}

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


@media (min-width: 2500px){
  body {
    font-size: 24px;
  }

}

@media (max-width: 2499px) and (min-width: 400px){
  body {
    font-size: calc( 17px + (24 - 17) * ( 100vw - 400px ) / (2500 - 400) );
  }

}

@media (max-width: 1919px) and (min-width: 400px){
  :root {
    --seal-h: calc( 52px + (76 - 52) * ( 100vw - 400px ) / (1920 - 400) );
  }

}
/* ******************************************************************************
*********************************************************************************
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: Soehne, sans-serif;
}

.hs-button {
  margin: 0;
  text-decoration: none;
  white-space: pre-wrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  height: 100px;
  width: 100px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  -webkit-transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1),transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1),transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
      border: 1px solid #ccc;
  background-color: #a51c30;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 24px;
  position: relative;
  text-align: center;
  background-color: #a51c30;
  border-color: #a51c30;
  color: #fff;
}

.hs-button:hover, .hs-button:focus {
  background-color: #7d0008;
  border-color: #7d0008;
  
  color: #fff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.body-container a.hs-button {
  -webkit-transition: background-color 300ms cubic-bezier(0.215,0.61,0.355,1),-webkit-transform 300ms cubic-bezier(0.215,0.61,0.355,1);
  transition: background-color 300ms cubic-bezier(0.215,0.61,0.355,1),-webkit-transform 300ms cubic-bezier(0.215,0.61,0.355,1);
  transition: background-color 300ms cubic-bezier(0.215,0.61,0.355,1),transform 300ms cubic-bezier(0.215,0.61,0.355,1);
  transition: background-color 300ms cubic-bezier(0.215,0.61,0.355,1),transform 300ms cubic-bezier(0.215,0.61,0.355,1),-webkit-transform 300ms cubic-bezier(0.215,0.61,0.355,1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hs-button:active {
  background-color: #cd4458;
  border-color: #cd4458;
}


.hs-form label {
  color: #4d4b48;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}

.hs-form .hs-error-msgs label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  color: #a51c30;
  margin-top: 12px;
}

.hs-input, input[type="password"] {
  display: inline-block;
  color: #000;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 17px;
  line-height: 1.55;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 999rem;
  color: #000;
  max-width: 100%;
}

input[type="password"] {
  height: 100% !Important;
  margin-bottom: 20px !Important;
}

@media (min-width: 768px){
  .hs-input {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .hs-button {
    height: 120px;
    width: 120px;
  }

}

@media (min-width: 2500px){
  .hs-input {
    font-size: 24px;
  }
  .hs-form label {
    font-size: 21px;
  }
  .hs-form .hs-error-msgs label {
    font-size: 16px;
  }
  .hs-button {
    font-size: 21px;
  }
}





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

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

.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: #a51c30;
}
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: #a51c30;
}

.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;
  padding-left: 0 !Important;
}

.field, .hs-form-field, div#hs-search-module .hs-input {
  margin-bottom: 24px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 17px;
  color: #4d4b48;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}



.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: Soehne, sans-serif;
}


@media(max-width: 767px){
  .field, .hs-form-field, div#hs-search-module .hs-input {
    margin-bottom: 18px;
  }




}

.btn-white {
  border-radius: 999rem;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #d8d5cc;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #13100b;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-top: 18px;
  position: relative;
  white-space: nowrap; 
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background-color: #000; 
  color: #fff;
}

.btn-black {
  border-radius: 999rem;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  border: 1px solid #d8d5cc;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-top: 18px;
  position: relative;
  white-space: nowrap; 
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  background-color: #fff;
}
/* ******************************************************************************
*********************************************************************************
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-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  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.
*********************************************************************************
****************************************************************************** */

.hs-landing-page .header,
.hs-landing-page .mainHeader {
 background-color: transparent; 
}

.hs-landing-page .header a {
  color: #fff;
}

.hs-landing-page .header__logo-link {
  align-items: center; 
}

.hs-landing-page .header__logo-wrapper svg path {
  fill: #fff; 
}

.hs-landing-page .custom-menu-primary .navigation-primary>ul>li>a:before {
  background-color: #fff; 
}

.hs-landing-page .custom-menu-primary .submenu.level-1>li:hover>a {
 color: #fff; 
}

.hs-landing-page .body-container-wrapper {
   padding-top: 0;
}

.hs-landing-page .vidyard-player-container {
  margin: 2rem auto !important;
}

.body-container-wrapper > section {
   padding: 3rem 2rem;
}

@media(min-width: 768px) {
  .body-container-wrapper > section {
    display: flex; 
  }
}

.body-container-wrapper > section h2 {
  font-family: Tobias;
  border-bottom: 1px solid #b1863d;
  padding-bottom: .25rem;
}

.body-container-wrapper > section:nth-child(2n) {
 background-color: #fff; 
}

.body-container-wrapper > section:nth-child(2n) .image-container {
  order: 2;
}

@media(min-width: 768px) {
  .body-container-wrapper section .content,
  .body-container-wrapper section .image-container {
    padding: 0 2rem;
    width: 50%; 
  }
  
  .body-container-wrapper section .image-container {
    display: flex; 
    justify-content: center;
  }
}

section.hero {
  background-color: #A51C30;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 80vh;
  overflow: hidden;
  padding-bottom: 10rem;
  padding-top: 8rem;
  position: relative;
}

section.hero::before {
  bottom: -22%;
  color: #fff;
  content: "H";
  font-family: Tobias;
  font-size: 500px;
  left: 50%;
  line-height:  1;
  margin-left: -190px;
  opacity: .4;
  position: absolute;
}

section.hero h1,
section.hero h4 {
 color: #fff; 
}

section.hero h4 {
  font-size: 1.25rem; 
  margin-bottom: .5rem;
}

section.hero h1 {
  font-family: "Tobias"; 
  font-weight: 200;
}

@media(min-width: 768px) {
  section.hero {
    padding-bottom: 4rem;
    padding-left: 40%; 
    padding-top: 6rem;
  }
  
  section.hero::before {
    font-size: 1000px;
    left: -380px; 
    margin-left: 0;
    top: 0;
  }
}

@media(min-width: 996px) {
  section.hero {
    padding-left: 30%; 
    padding-top: 8rem;
  }
  
  section.hero::before {
    left: -400px; 
  }
}

.image-container img {
  align-self: center;
  border-radius: 5px;
  height: auto;
  margin: 0;
  max-width: 100%;
  max-height: 500px;
  width: auto;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f5f4f1;
  position: relative;
}
header.header {
  width: 100%;
}
.mainHeader {
  padding-left: 5vw;
  padding-right: 5vw;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}
.headerInner {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.headerlogo {
  height: auto;
  width: 100%;
}
.header__logo-link {
  color: currentColor;
  cursor: pointer;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  max-width: 100%;
  position: relative;
  width: auto;
}
.nav__logo-seal {
  height: 52px;
  width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 13px;
}
.nav__logo-seal {
  height: var(--seal-h);
  width: auto;
}
svg:not(:root) {
  overflow: hidden;
}
.header__logo-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav__logo-text {
  height: calc((50px / 5.15) * 3);
  width: auto;
  color: #13100b;
  fill: currentColor;
}
.nav__logo-text {
  height: calc((var(--seal-h) / 5.15) * 3);
  width: auto;
}
.nav__logo-text * {
  fill: currentColor;
}
.header__logo-dce {
  font-size: 9px;
  font-family: "Benton",sans-serif;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-top: 4px;
  text-transform: uppercase;
}
.header__logo-ghost {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
img, a img {
  height: auto;
  width: 100%;
}
.header__logo-ghost img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
.custom-menu-primary {
  display: none;
}
.headerButtons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigationHeader {
  padding-left: 5vw;
  padding-right: 5vw;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #13100b;
  color: #f5f4f1;
  -webkit-overflow-scrolling: touch;
  display: none;
  overflow: scroll;
  padding-top: 120px;
  z-index: 99999;
}
.nav__cta-link {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
  border-radius: 100px;
  color: #13100b;
  cursor: pointer;
  display: none;
  font-weight: 700;
  height: 40px;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  white-space: nowrap;
}
.nav__cta-link:hover, .nav__cta-link:focus {
  background-color: #13100b;
  color: #fff;
}
.nav__menu-trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  -webkit-transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1),color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1),color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 20px;
  color: inherit;
  cursor: pointer;
  display: block;
  padding: 0;
  position: relative;
}
.nav__hamburger {
  position: absolute;
  top: 50%;
  right: 12px;
  left: 12px;
  background: currentColor;
  display: block;
  height: 2px;
}
.nav__hamburger::before, .nav__hamburger::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background 300ms cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 300ms cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 300ms cubic-bezier(0.215, 0.61, 0.355, 1),transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 300ms cubic-bezier(0.215, 0.61, 0.355, 1),transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background: currentColor;
  content: "";
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.nav__hamburger::before {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.nav__hamburger::after {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.nav__menu-trigger:focus, .nav__menu-trigger:hover {
  background-color: #292724;
  color: #fff;
}
body:not(.mobileOpen) .nav__menu-trigger:hover .nav__hamburger::before,
body:not(.mobileOpen) .nav__menu-trigger:focus .nav__hamburger::before {
  -webkit-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
body:not(.mobileOpen) .nav__menu-trigger:hover .nav__hamburger::after,
body:not(.mobileOpen) .nav__menu-trigger:focus .nav__hamburger::after {
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.mobileOpen .nav__menu-trigger, .mobileOpen .nav__menu-trigger:hover, .mobileOpen .nav__menu-trigger:focus {
  color: #4d4b48;
}



/********************* menu *****************/

.custom-menu-primary .navigation-primary {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-menu-primary .navigation-primary > ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.custom-menu-primary .navigation-primary > ul > li {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 100%;
  position: relative;
}
.custom-menu-primary .navigation-primary > ul > li > a {
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  white-space: nowrap;
}
.custom-menu-primary .navigation-primary > ul > li > a:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 8px;
  width: 8px;
  background-color: #a51c30;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
  z-index: 51;
}
.custom-menu-primary .navigation-primary > ul ul {
  margin: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 4px 3px 6px #ccc;
  min-width: 115px;
  padding: 15px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.custom-menu-primary .navigation-primary > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary .navigation-primary > ul ul li a {
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  white-space: nowrap;
}
.custom-menu-primary .navigation-primary > ul > li:hover > a:before {
  -webkit-transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}

.mobileOpen .navigationHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.menu__brand {
  position: absolute;
  top: 30px;
  left: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.menu-inner {
  height: 100%;
}
.mobileOpen .menu-inner {
  height: auto;
  width: 100%;
}
.menu__logo-link {
  color: currentColor;
  cursor: pointer;
  padding-left: 5vw;
  padding-right: 5vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  max-width: 100%;
  position: relative;
  width: 62.5%;
  z-index: 101;
}
.menu__logo-seal {
  height: 52px;
  width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 13px;
}
.menu__logo-seal {
  height: var(--seal-h);
  width: auto;
}
.menu__logo-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu__logo-text {
  height: calc(($logo-seal-h--start / 5.15) * 3);
  width: auto;
  color: #fff;
  fill: currentColor;
}
.menu__logo-text {
  height: calc((var(--seal-h) / 5.15) * 3);
  width: auto;
}
.menu__logo-text * {
  fill: currentColor;
}
.menu__logo-dce {
  font-size: 9px;
  font-family: "Benton",sans-serif;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-top: 4px;
  text-transform: uppercase;
}
.menu__logo-ghost {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.menu__logo-ghost img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
.menu__buttons {
  padding-left: 5vw;
  padding-right: 5vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100;
}
.nav__menu-trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  -webkit-transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1),color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1),color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 20px;
  color: inherit;
  cursor: pointer;
  display: block;
  padding: 0;
  position: relative;
}
/* .mobileOpen .nav__menu-trigger {
background-color: rgba(255,255,255,.2);
color: #fff;
} */

.mobileOpen .nav__menu-trigger {
  border-radius: 50%;
}
.mobileOpen .nav__hamburger {
  background: transparent;
  left: 11px;
  right: 11px;
}
/* .mobileOpen .nav__hamburger::before, .mobileOpen .nav__hamburger::after {
background-color: #fff;
} */
.mobileOpen .nav__hamburger::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobileOpen .nav__hamburger::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-aside {
  margin-bottom: 15px;
  margin-top: 30px;
}
.menu-aside__cta {
  text-align: center;
}
.menu-aside__bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #6f6f6f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.menu__social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.menu-aside__title {
  margin-top: 0;
  font-size: 24px;
  font-family: "Tobias",serif;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 36px;
}
.menu-aside__btn-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fixedMenu .navigation-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fixedMenu .navigation-primary {
  width: 100%;
}
.fixedMenu .navigation-primary > ul > li {
  padding-bottom: 20px;
}
body.mobileOpen {
  overflow: hidden;
}
.fixedMenu .navigation-primary > ul > li > p {
  margin-top: 0;
  font-size: 22px;
  font-weight: 200;
  line-height: 1.2;
  color: #f5f4f1;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 1px;
  z-index: 0;
}
.fixedMenu .navigation-primary > ul > li > p > a {
  display: block;
  margin-right: 14px;
  position: relative;
}
.fixedMenu .navigation-primary > ul > li > p > a:before {
  content: " ";
  display: block;
  position: absolute;
  top: .6em;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: #a51c30;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 51;
}
.fixedMenu .navigation-primary > ul > li > p > a:hover:before, .fixedMenu .navigation-primary > ul > li > p > a:focus:before {
  -webkit-transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}
.fixedMenu .navigation-primary > ul > li > p > a span {
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}
.fixedMenu .navigation-primary > ul > li > p > a:hover span, .fixedMenu .navigation-primary > ul > li > p > a:focus span {
  -webkit-transform: translateX(14px) translateZ(0);
  transform: translateX(14px) translateZ(0);
}
.fixedMenu .navigation-primary > ul ul li {
  font-size: 22px;
  font-weight: 200;
  line-height: 1.2;
  color: #f5f4f1;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 1px;
  z-index: 0;
}
.fixedMenu .navigation-primary > ul ul li a {
  display: block;
  margin-right: 14px;
  position: relative;
}
.fixedMenu .navigation-primary > ul ul li a span {
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}
.fixedMenu .navigation-primary > ul ul li a:before {
  content: " ";
  display: block;
  position: absolute;
  top: .6em;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: #a51c30;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 51;
}
.fixedMenu .navigation-primary > ul ul li a:hover:before, .fixedMenu .navigation-primary > ul ul li a:focus:before {
  -webkit-transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}
.fixedMenu .navigation-primary > ul ul li a:hover span, .fixedMenu .navigation-primary > ul ul li a:focus span {
  -webkit-transform: translateX(14px) translateZ(0);
  transform: translateX(14px) translateZ(0);
}
.fixedMenu .navigation-primary > ul ul {
  display: none;
}
a.menu__logo-link {
  color: #fff !important;
}
.fixedMenu .navigation-primary > ul > li.has-submenu {
  position: relative;
}
.child-trigger {
  position: absolute;
  right: 0;
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  top: 0;
}
.child-trigger:after {
  content: "+";
}
.child-trigger.child-open:after {
  content: "-";
}


@media (min-width: 768px){
  .mainHeader {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .headerInner {
    padding-top: 36px;
    padding-bottom: 36px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 156px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .headerlogo {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .headerlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__logo-seal {
    margin-right: 18px;
  }
  .custom-menu-primary {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .headerButtons {
    display: flex;
    position: absolute;
    top: 36px;
    right: 1.25vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .navigationHeader {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    padding-top: 0;
  }
  .nav__cta-link {
    display: block;
    font-size: 13px;
  }
  .custom-menu-primary .navigation-primary > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -12px;
  }
  .menu__brand {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #13100b;
    height: 130px;
    position: relative;
    top: 0;
    z-index: 100;
  }
  .menu__brand {
    position: -webkit-sticky;
    position: sticky;
  }
  .menu__logo-link {
    padding-top: 20px;
    padding-left: 1.25vw;
  }
  .menu__logo-seal {
    margin-right: 18px;
  }
  .menu__buttons {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .menu__buttons {
    margin-top: -15px;
  }
  .menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .site-menu__sections {
    width: 62.5%;
  }
  .fixedMenu .navigation-primary > ul{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .menu-aside {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .menu-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    width: 37.5%;
  }
  .menu-aside__cta {
    text-align: left;
  }
  .menu-aside__bottom {
    border-top: none;
    display: block;
    margin-top: auto;
  }
  .menu__social-list {
    margin-top: 30px;
  }
  .menu-aside__btn-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .site-menu__sections {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .fixedMenu .navigation-primary > ul > li {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-top: 1px;
    padding-bottom: 30px;
  }




}

@media (min-width: 400px){
  .headerlogo {
    padding-right: 5vw;
  }
  .menu__logo-link {
    padding-right: 5vw;
  }


}



@media (min-width: 1070px){
  .headerInner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 130px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .headerlogo {
    width: 25%;
  }
  .custom-menu-primary {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .headerButtons {
    display: none;
    position: static;
  }
  .custom-menu-primary .navigation-primary > ul > li > a {
    padding-top: 0;
  }
  .menu__logo-link {
    width: 25%;
  }


}



@media (min-width: 1200px){
  .nav__logo-seal {
    height: 76px;
    width: 68px;
  }
  .nav__logo-seal {
    height: var(--seal-h);
    width: auto;
  }
  .nav__logo-text {
    height: calc((68px / 5.15) * 3);
    width: auto;
  }
  .nav__logo-text {
    height: calc((var(--seal-h) / 5.15) * 3);
    width: auto;
  }
  .header__logo-dce {
    margin-top: 5px;
  }
  .nav__cta-link {
    font-size: 14px;
  }
  .custom-menu-primary .navigation-primary > ul > li {
    font-size: 15px;
  }
  .custom-menu-primary .navigation-primary > ul > li > a:before {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
  }
  .menu__logo-seal {
    height: 76px;
    width: 68px;
  }
  .menu__logo-seal {
    height: var(--seal-h);
    width: auto;
  }
  .menu__logo-text {
    height: calc(($logo-seal-h--end / 5.15) * 3);
    width: auto;
  }
  .menu__logo-text {
    height: calc((var(--seal-h) / 5.15) * 3);
    width: auto;
  }
  .menu__logo-dce {
    margin-top: 5px;
  }
  .site-menu__sections {
    width: 75%;
  }
  .fixedMenu .navigation-primary > ul{
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .menu-aside {
    width: 25%;
  }


}




@media (min-width: 1500px){
  .nav__cta-link {
    font-size: 15px;
  }


}

@media (min-width: 1700px){
  .custom-menu-primary .navigation-primary > ul > li {
    font-size: 17px;
  }


}



@media (min-width: 1920px){
  .header__logo-dce {
    font-size: 12px;
  }
  .menu__logo-dce {
    font-size: 12px;
  }



}

@media (min-width: 1200px){
  .menu__logo-dce {
    font-size: 12px;
  }


}



@media (min-width: 2500px){
  .menu-aside__title {
    font-size: 54px;
  }
  .fixedMenu .navigation-primary > ul > li > p {
    font-size: 34px;
  }
  .fixedMenu .navigation-primary > ul ul li {
    font-size: 34px;
  }



}


@media (max-width: 2499px) and (min-width: 400px){
  .menu-aside__title {
    font-size: calc( 24px + (54 - 24) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .fixedMenu .navigation-primary > ul > li > p {
    font-size: calc( 22px + (34 - 22) * ( 100vw - 400px ) / (2500 - 400) );
  }


}

@media (max-width: 1919px) and (min-width: 400px){
  .header__logo-dce {
    font-size: calc( 9px + (12 - 9) * ( 100vw - 400px ) / (1920 - 400) );
  }
  .menu__logo-dce {
    font-size: calc( 9px + (12 - 9) * ( 100vw - 400px ) / (1920 - 400) );
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
section {
  margin: 0;
}
.footer-section {
  background-color: #13100b;
  color: #f5f4f1;
  padding-left: 5vw;
  padding-right: 5vw;
}
.footer-section--dark {
  background-color: #13100b;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#292724), color-stop(66%, #13100b), to(#13100b));
  background-image: linear-gradient(to bottom right, #292724 0%, #13100b 66%, #13100b 100%);
  z-index: 0;
}
.footer-section__utility {
  color: #b2b1af;
  padding-bottom: 24px;
}
.footer-section__utility-wrapper {
  border-top: 1px solid rgba(245,244,241,.3);
  padding-top: 24px;
}
.footer__logo {
  margin: 0 auto 24px;
}
.footer__logo-link {
  color: currentColor;
  cursor: pointer;
  max-width: 260px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  position: relative;
}
.footer__logo-svg {
  height: 100%;
}
.footer__logo-ghost {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.footer__logo-ghost img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  opacity: 0;
}
.legalMenu .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.legalMenu .hs-menu-wrapper ul li {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
.legalMenu .hs-menu-wrapper ul li {
  margin-right: 12px;
  margin-bottom: 6px;
  display: inline-block;
}
.legalMenu .hs-menu-wrapper ul li a {
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-shadow: inset 0 0 rgba(177,134,61,.5);
  box-shadow: inset 0 0 rgba(177,134,61,.5);
  cursor: pointer;
  display: block;
  color: inherit;
}
.legalMenu .hs-menu-wrapper ul li a:hover, .legalMenu .hs-menu-wrapper ul li a:focus {
  -webkit-box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
  box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
}
.footer__copyright {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
.footer-section__content {
  padding-top: 36px;
  padding-bottom: 36px;
}
.footer__about-dce-hgroup {
  display: block;
  width: 100%;
}
.footer__about-dce-hgroup h2 {
  font-size: 30px;
  font-family: "Tobias",serif;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
  color: #fff;
  margin-top: 0;
}
.footer__about-dce-hgroup h2 a {
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-shadow: inset 0 0 rgba(177,134,61,.5);
  box-shadow: inset 0 0 rgba(177,134,61,.5);
  cursor: pointer;
  color: inherit;
}
.footer__about-dce-hgroup h2 a:hover, .footer__about-dce-hgroup h2 a:focus {
  -webkit-box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
  box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
}
.footer__about-dce__desc p {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #b2b1af;
  line-height: 1.35;
}
.footerNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footerNavigation ul li:not(:last-child) {
  margin-bottom: 36px;
}
.footerNavigation ul li h3 {
  margin: 0;
  font-size: 17px;
  font-family: "Soehne",sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.footerNavigation ul li h3 a {
  color: inherit;
  display: block;
  position: relative;
}
.footerNavigation ul li h3 a > span {
  display: block;
  padding-right: 57px;
}
.footerNavigation ul li h3 a > svg {
  position: absolute;
  top: 0;
  right: 8px;
  height: 18px;
  width: 18px;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #b1863d;
}
.footerNavigation ul li p {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #b2b1af;
  line-height: 1.35;
  margin-top: 8px;
}
.footerNavigation ul li h3 a:hover > svg,
.footerNavigation ul li h3 a:focus > svg {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.footer {
  border-top: 1px solid #eae8e4;
  position: relative;
  z-index: 10;
}
.footer-section--light {
  background-color: #fff;
  color: #13100b;
}
.footer__art {
  height: 100%;
  width: 100%;
}
.footer-section__content::after {
  content: "";
  display: table;
  clear: both;
}
.footer__art .footer__art-figure {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.figureDiv {
  position: relative;
}
span.figureSpan {
  display: block;
  width: 100%;
  padding-top: 100%;
}
.figureDiv img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: .2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: .2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.footer__main-cta {
  margin-bottom: 36px;
}
.footer__main-cta__content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__main-cta__title {
  font-size: 30px;
  font-family: "Tobias",serif;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

@media (min-width: 768px){
  .footer-section {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .footer-section--dark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 24px;
  }
  .footer-section__utility {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .footer-section__utility {
    padding-bottom: 0;
  }
  .footer-section__utility-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__logo {
    margin: 0;
  }
  .footer__utility__content {
    text-align: right;
  }
  .legalMenu .hs-menu-wrapper ul li {
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: 12px;
  }
  .footer__copyright {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .footer-section__content {
    padding-top: 60px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-section--dark .footer-section__content {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .footer__about-dce-hgroup h2 {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .footer__about-dce-hgroup h2 {
    width: 50%;
  }
  .footer__about-dce__desc {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    width: 50%;
  }
  .footerNavigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footerNavigation ul li {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    width: 50%;
  }
  .footerNavigation ul li h3 a > span {
    padding-right: 65px;
  }
  .footerNavigation ul li h3 a > svg {
    height: 23px;
    width: 23px;
  }
  .footerNavigation ul li p {
    margin-top: 12px;
  }
  .footer__art {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    width: 50%;
  }
  .footer__main-cta {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    margin-right: 12.5%;
    margin-bottom: 0;
    width: 37.5%;
  }
  .footer__main-cta__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }






}


@media (min-width: 1070px){
  .footer-section__content {
    margin-bottom: 0;
  }



}


@media (min-width: 1200px){
  .footer__about-dce-hgroup h2 {
    margin-right: 12.5%;
    width: 37.5%;
  }
  .footer__about-dce__desc {
    margin-right: 12.5%;
    width: 37.5%;
  }
  .footerNavigation {
    width: 50%;
  }






}



@media (min-width: 2200px){
  .footer__logo-link {
    max-width: 300px;
  }


}


@media (min-width: 2500px){
  .legalMenu .hs-menu-wrapper ul li {
    font-size: 21px;
  }
  .footer__copyright {
    font-size: 21px;
  }
  .footer__about-dce-hgroup h2 {
    font-size: 66px;
  }
  .footer__about-dce__desc p {
    font-size: 21px;
  }
  .footerNavigation ul li h3 {
    font-size: 28px;
  }
  .footerNavigation ul li p {
    font-size: 21px;
  }
  .footer__main-cta__title {
    font-size: 66px;
  }

}


@media (max-width: 2499px) and (min-width: 400px){
  .legalMenu .hs-menu-wrapper ul li, .footer__copyright {
    font-size: calc( 14px + (21 - 14) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .footer__about-dce-hgroup h2 {
    font-size: calc( 30px + (66 - 30) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .footer__about-dce__desc p {
    font-size: calc( 14px + (21 - 14) * ( 100vw - 400px ) / (2500 - 400) );
  } 
  .footerNavigation ul li h3 {
    font-size: calc( 17px + (28 - 17) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .footerNavigation ul li p {
    font-size: calc( 14px + (21 - 14) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .footer__main-cta__title {
    font-size: calc( 30px + (66 - 30) * ( 100vw - 400px ) / (2500 - 400) );
  }





}




@media (max-width: 2199px) and (min-width: 400px){
  .footer__logo-link {
    max-width: calc( 260px + (300 - 260) * ( 100vw - 400px ) / (2200 - 400) );
  }



}


@media (max-width: 1199px) and (min-width: 0px){
  .footer__about-dce__desc {
    margin-bottom: 36px;
  }


}

@media (max-width: 767px) and (min-width: 0px){
  .footer__copyright {
    margin: 18px 0 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
*********************************************************************************
****************************************************************************** */

.search-box-wrapper {
  padding-left: 5vw;
  padding-right: 5vw;
  -webkit-animation: opacityTransitionIn 1s .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: opacityTransitionIn 1s .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  opacity: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-bottom: 12px;
  position: relative;
  z-index: 99;
}
.search-stats {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4b48;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
}
.search-box__input-wrapper {
  border-radius: 999rem;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border: 2px solid transparent;
  position: relative;
}
.search__search-icon {
  position: absolute;
  top: 50%;
  left: 2.5vw;
  height: 15px;
  width: 15px;
  color: #4d4b48;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-box__clear, .search-box__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.search-box__input {
  font-size: 17px;
  line-height: 1.55;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10vw;
  padding-right: 10vw;
  height: 100%;
  width: 100%;
}
.search-box__clear {
  position: absolute;
  top: 50%;
  right: 2vw;
  border-radius: 999rem;
  height: 20px;
  width: 20px;
  background-color: #f5f4f1;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
}
.search-box__clear__icon {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.search-box__clear__icon::after, .search-box__clear__icon::before {
  height: 0;
  width: 55%;
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-bottom: 1px solid #4d4b48;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-box__clear__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search-box__clear__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-box__clear:focus, .search-box__input:focus {
  outline: 0;
}
.search-box__input-wrapper:focus-within {
  border-color: rgba(177,134,61,.5);
}
.clear-is-visible {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
.search-box__input-wrapper form {
  max-width: 100%;
}
.blog_listing .banner-section {
  padding-bottom: 36px;
}


.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  z-index: 999999;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 5px 4px 11px 0px #ccc;
  border-radius: 10px;
  padding: 10px 15px;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions li + li {
  padding-top: 10px;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, .1);
  outline: none;
}

.blogListingWrapper {
  padding-left: 5vw;
  padding-right: 5vw;
  -webkit-animation: opacityTransitionIn 1s .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: opacityTransitionIn 1s .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  opacity: 0;
  background-color: #fff;
}
.blogSidebar {
  -webkit-animation: opacityTransitionIn 1s .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: opacityTransitionIn 1s .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  opacity: 0;
  position: relative;
  z-index: 10;
}
.blogContent {
  min-height: 70vh;
}
.tease--search {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-animation: opacityTransitionIn 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: opacityTransitionIn 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.post-item:not(:last-child) .tease--search {
  position: relative;
}
.post-item .tease:first-child {
  padding-top: 0;
}
.post-item:not(:last-child) .tease--search::before {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #d8d5cc;
  height: 1px;
  opacity: .5;
}
.post-item:last-child .tease--search {
  margin-bottom: 0;
  padding-bottom: 72px;
}

.tease--search::after {
  content: "";
  display: table;
  clear: both;
}
.tease__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tease__text-mod {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
.tease--search .tease__text-mod {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tease__hgroup {
  display: block;
}
.tease--search .tease__hgroup {
  width: 100%;
}
.tease__h {
  color: #13100b;
  font-size: 24px;
  font-family: "Soehne",sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-top: 0;
  max-width: 22em;
}
.tease__hgroup .tease__h-underline {
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-shadow: inset 0 0 rgba(177,134,61,.5);
  box-shadow: inset 0 0 rgba(177,134,61,.5);
  cursor: pointer;
}
.tease__hgroup:hover .tease__h-underline, .tease__hgroup:focus .tease__h-underline {
  -webkit-box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
  box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
}
.tease__desc {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  line-height: 1.55;
  margin-top: 12px;
  max-width: 35em;
}
.tease--search .tease__desc {
  max-width: none;
  width: 100%;
}
.tease__author {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  padding-left: 0;
}
.tease__author__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tease__author__link .tease__author__name {
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-shadow: inset 0 0 rgba(177,134,61,.5);
  box-shadow: inset 0 0 rgba(177,134,61,.5);
  cursor: pointer;
}
.tease--search .tease__author__name {
  display: inline-block;
  line-height: 1.2;
}
.tease__author__link:hover .tease__author__name, .tease__author__link:focus .tease__author__name {
  -webkit-box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
  box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
}
.blog-sidebar-topic-filter {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.blog-sidebar-topic-filter h3 {
  font-family: inherit;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  color: currentColor;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4b48;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.55;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  letter-spacing: normal;
}
.blog-sidebar-topic-filter h3.topic_open {
  color: #13100b;
}
.blog-sidebar-topic-filter .widget-module {
  position: relative;
}
.blog-sidebar-topic-filter .widget-module:before, .blog-sidebar-topic-filter ul:before {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #eae8e4;
  height: 1px;
  opacity: 1;
}
.blog-sidebar-topic-filter ul {
  position: relative;
  /*   height: 100%; */
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  padding-bottom: 1px;
}

.blog-sidebar-topic-filter ul li {
  font-size: 14px;
}
.blog-sidebar-topic-filter ul li a {
  color: currentColor;
  cursor: pointer;
  padding-top: 4px;
  padding-right: 30px;
  padding-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.blog-sidebar-topic-filter ul li a:before {
  border-radius: 999rem;
  content: " ";
  display: block;
  height: 6px;
  width: 6px;
  background-color: #d8d5cc;
  margin-right: 8px;
  margin-top: .5em;
  min-width: 6px;
  pointer-events: none;
}
span.filter-link-count {
  position: absolute;
  right: 0px;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  color: rgba(77,75,72,.5);
  margin-left: 8px;
}
.blog-sidebar-topic-filter ul {
  display: none;
}
.search-refinement-title__toggle {
  border-radius: 999rem;
  height: 10px;
  width: 10px;
  -webkit-transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}
.blog-sidebar-topic-filter h3:focus .search-refinement-title__toggle, 
.blog-sidebar-topic-filter h3:hover .search-refinement-title__toggle {
  background-color: #292724;
  -webkit-box-shadow: 0 0 0 6px #292724;
  box-shadow: 0 0 0 6px #292724;
}
.search-refinement-title__toggle::after, .search-refinement-title__toggle::before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 100%;
  -webkit-transition: border-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  border-bottom: 1px solid rgba(177,134,61,.5);
  border-color: #4d4b48;
  -webkit-transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.search-refinement-title__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.topic_open .search-refinement-title__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.search-refinement-title__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.topic_open .search-refinement-title__toggle::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.blog-sidebar-topic-filter h3:focus .search-refinement-title__toggle::before, 
.blog-sidebar-topic-filter h3:focus .search-refinement-title__toggle::after, 
.blog-sidebar-topic-filter h3:hover .search-refinement-title__toggle::before,
.blog-sidebar-topic-filter h3:hover .search-refinement-title__toggle::after {
  border-color: #f5f4f1;
}
.blog-sidebar-topic-filter ul li a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #f5f4f1;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.blog-sidebar-topic-filter ul li a:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1.05) scaleY(1.2);
  transform: scaleX(1.05) scaleY(1.2);
}



/*********************************Pagination ********************/


.search__pagination {
  padding-left: 5vw;
  padding-right: 5vw;
  background-color: #fff;
  overflow: hidden;
}
.pagination {
  position: relative;
  padding-top: 30px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 36px;
  margin-top: 36px;
}
.search__pagination .pagination {
  margin-top: 0;
  padding-bottom: 36px;
}
.pagination::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #b1863d;
  height: 1px;
  opacity: .5;
}
.search__pagination .pagination::before {
  background-color: #eae8e4;
  opacity: 1;
}
.pagination__list {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination__list-item {
  display: inline-block;
}
.pagination__title {
  width: 50%;
}
.pagination__next-prev {
  width: 25%;
}
.pagination__next-prev.previousPage {
  text-align: left;
}
.pagination__next-prev-button.disabled {
  color: #6f6f6f;
}
.pagination__next-prev {
  width: 25%;
}
.pagination__next-prev.nextPage {
  text-align: right;
}
.pagination__next-prev-button:not(.disabled) {
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-shadow: inset 0 0 rgba(177,134,61,.5);
  box-shadow: inset 0 0 rgba(177,134,61,.5);
  cursor: pointer;
  color: #000;
}
.pagination__next-prev-button:not(.disabled):hover, .pagination__next-prev-button:not(.disabled):focus {
  -webkit-box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
  box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
}



/*******************************************Post Page *********************************************/

.body-container-wrapper.blog.blog_post_page {
  padding: 0 !important;
}
.topper {
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: calc(120px + 10px);
}
.topper .topper-hed {
  color: #13100b;
  margin: 18px 0 0;
  margin-top: 0;
  font-size: 36px;
  font-family: "Soehne",sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  line-height: 1.025;
}
.topper--text-only .topper-hed {
  margin-bottom: 25px;
}
.topper .topper-bottom {
  width: 100%;
}
.topper .topper-details {
  position: relative;
  padding-bottom: 18px;
  padding-top: 18px;
  width: 100%;
}
.topper .topper-details::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #b1863d;
  height: 1px;
  opacity: .5;
}
.topper .topper-dek {
  font-size: 21px;
  font-family: "Tobias",serif;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #13100b;
  font-family: "Tobias",serif;
  font-weight: 200;
  margin-bottom: 25px;
}
.article__byline {
  margin-bottom: 25px;
}
.article__byline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article__byline-item {
  font-size: 17px;
  line-height: 1.55;
  display: block;
  line-height: 1.2;
}
.article__byline__author-link {
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-shadow: inset 0 0 rgba(177,134,61,.5);
  box-shadow: inset 0 0 rgba(177,134,61,.5);
  cursor: pointer;
  color: #13100b;
  font-weight: 700;
}
.article__byline__author-link:hover, .article__byline__author-link:focus {
  -webkit-box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
  box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
}
button {
  cursor: pointer;
}
.article__share-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  height: 60px;
  width: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: visible;
}
.article__share-button:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
}
.article__share-button-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #13100b;
  position: relative;
  z-index: 20;
}
.article__share-button:hover:before, .article__share-button:focus:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.topper .topper-meta {
  position: relative;
  padding-bottom: 18px;
  padding-top: 18px;
  width: 100%;
}
.topper .topper-meta::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #b1863d;
  height: 1px;
  opacity: .5;
}
.topper .topper-overline {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 10px;
}
.topper .article__date {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #6f6f6f;
  margin-bottom: 10px;
}
.topper .article__read-time {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #6f6f6f;
}
.topper .topper-overline-link {
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-shadow: inset 0 0 rgba(177,134,61,.5);
  box-shadow: inset 0 0 rgba(177,134,61,.5);
  cursor: pointer;
}
.topper .topper-overline-link:hover, .topper .topper-overline-link:focus {
  -webkit-box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
  box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
}
.article-footer, .article-body {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 5vw;
  padding-right: 5vw;
}
.article-meta {
  position: relative;
  padding-top: 18px;
  margin-top: 60px;
}
.article-meta::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #b1863d;
  height: 3px;
  opacity: .5;
}
.article-meta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-meta__text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #6f6f6f;
}
.article-meta__date {
  font-weight: bold;
  color: #13100b;
}
.article-meta__overline {
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-shadow: inset 0 0 rgba(177,134,61,.5);
  box-shadow: inset 0 0 rgba(177,134,61,.5);
  cursor: pointer;
  margin-top: 5px;
  display: inline-block;
}
.article-meta__overline:hover, .article-meta__overline:focus {
  -webkit-box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
  box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
}
.article-meta__share-tools .article__share-tools {
  padding: 0;
  width: auto;
}
.article-author {
  position: relative;
  margin-top: 18px;
  padding-top: 24px;
}
.article-author::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #b1863d;
  height: 1px;
  opacity: .5;
}
.article-author__label {
  margin: 18px 0 0;
  margin-top: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #6f6f6f;
}
.article-author__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-author__item {
  padding-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.article-author__text {
  width: 100%;
}
.article-author__name {
  color: #13100b;
  margin: 18px 0 0;
  margin-top: 0;
  font-size: 17px;
  line-height: 1.55;
  line-height: 1.35;
}
.article-author__name a {
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-shadow: inset 0 0 rgba(177,134,61,.5);
  box-shadow: inset 0 0 rgba(177,134,61,.5);
  cursor: pointer;
  color: #13100b;
  font-weight: 700;
}
.article-author__name a:hover, .article-author__name a:focus {
  -webkit-box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
  box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
}
.article-author__desc {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  line-height: 1.55;
}

.recirc__inner {
  position: relative;
  padding-top: 24px;
}
.recirc__inner::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #b1863d;
  height: 1px;
  opacity: .5;
}
.recirc--without-image .recirc__text {
  width: 100%;
}
.recirc__label {
  margin: 18px 0 0;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #4d4b48;
}
.recirc__preview {
  margin-top: 36px;
}
.recirc__overline {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  font-weight: 700;
}
.recirc__hed {
  color: #13100b;
  margin: 18px 0 0;
  font-size: 30px;
  font-family: "Soehne",sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.recirc--without-image .recirc__hed {
  line-height: 1.05;
}
.recirc__link {
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-shadow: inset 0 0 rgba(177,134,61,.5);
  box-shadow: inset 0 0 rgba(177,134,61,.5);
  cursor: pointer;
  color: #13100b;
}
.recirc__link:hover, .recirc__link:focus {
  -webkit-box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
  box-shadow: inset 0 -0.35em rgba(177,134,61,.5);
}


/* Blog Comments */

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

.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;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 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;
}


/***************************Post share *******************************/

.article__share-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(19,16,11,.9);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 99999;
}
.article__share-overlay-inner {
  padding-left: 5vw;
  padding-right: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.article__share-overlay-heading {
  margin-top: 0;
  font-size: 17px;
  line-height: 1.55;
  color: #f5f4f1;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.article__share-list {
  margin: 18px 0 0;
  padding: 0 0 0 40px;
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  text-align: center;
  width: 100%;
}
.article__share-item {
  font-size: 36px;
  font-family: "Soehne",sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.article__share-item:not(:last-child) {
  margin-bottom: 15px;
}
.article__share-item--link {
  color: #f5f4f1;
  cursor: pointer;
  -webkit-transition: color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.article__share-item--link:hover, .article__share-item--link:focus {
  color: #b1863d;
}
.article__share-button--close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 999rem;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: rgba(245,244,241,.85);
  box-shadow: none;
  color: #13100b;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding-top: 13px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #f5f4f1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.article__share-button--close .article__share-button-text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}
.article__share-button--close:hover, .article__share-button--close:focus {
  background-color: #13100b;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.article__share-button--close:hover .article__share-button-text, .article__share-button--close:focus .article__share-button-text {
  color: #fff;
}
.article__share-overlay:focus {
  border: 1px solid #b1863d;
  outline: 1px inset #b1863d;
}
body.shareOpen .article__share-overlay {
  opacity: 1;
  pointer-events: auto;
}
body.shareOpen {
  overflow: hidden;
}

@media (min-width: 600px){
  .search-box-wrapper {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .search__search-box {
    margin-right: 5vw;
    width: 75%;
  }
  .tease__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tease__text-mod {
    width: 100%;
  }
  .tease--search .tease__text-mod {
    width: 66.6666666667%;
  }
  .pagination__list-item {
    display: block;
  }
  .pagination__title {
    width: 75%;
  }
  .pagination__next-prev {
    width: 12.5%;
  }
  .pagination__next-prev {
    width: 12.5%;
  }

  /*******************************************Post Page *********************************************/


}


@media (min-width: 768px){
  .search-box-wrapper {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .search-box-wrapper {
    padding-bottom: 18px;
  }
  .search-stats {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .search__search-box {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .search__search-box {
    margin-bottom: 0;
    margin-right: 0;
  }
  .search-box__input-wrapper {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .search__search-icon {
    left: 3.75vw;
  }
  .search-box__input {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .search-box__clear {
    right: 2.5vw;
  }
  .blogListingWrapper {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blogSidebar {
    width: 25%;
  }
  .blogContent {
    width: 75%;
  }
  .tease--search {
    margin-top: 36px;
    margin-bottom: 36px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .post-item:not(:last-child) .tease--search::before {
    left: 1.25vw;
    right: 1.25vw;
  }
  .tease__text-mod {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .tease--search .tease__text-mod {
    width: 75%;
  }
  .tease--search .tease__h, .tease--search .tease__desc, .tease--search .tease__author {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .search__pagination {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .pagination {
    padding-top: 40px;
  }
  .pagination::before {
    left: 1.25vw;
    right: 1.25vw;
  }
  .pagination__title {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .pagination__next-prev {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .pagination__next-prev {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .blog-sidebar-topic-filter h3 {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .blog-sidebar-topic-filter .widget-module:before, .blog-sidebar-topic-filter ul:before {
    left: 1.25vw;
    right: 1.25vw;
  }
  .blog-sidebar-topic-filter ul {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .blog-sidebar-topic-filter ul li {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
  }
  .blog-sidebar-topic-filter ul li a:before {
    margin-top: .4em;
  }

  /*******************************************Post Page *********************************************/
  .topper {
    padding-top: calc(120px + 80px);
  }
  .topper {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .topper--text-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 75vh;
  }
  .topper--text-only .topper-hgroup {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
  }
  .topper .topper-overline, .topper .topper-hed, .topper .topper-dek {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .topper--text-only .topper-hed {
    margin-top: 10vmin;
    margin-right: 25%;
    margin-bottom: 13vmin;
    width: 75%;
  }
  .topper .topper-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .topper .topper-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topper .topper-dek {
    margin-bottom: 0;
    width: 50%;
  }
  .article__byline {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    margin-bottom: 0;
    margin-left: 50%;
    width: 37.5%;
  }
  .topper-dek+.article__byline {
    margin-left: 0;
  }
  .article__share-tools {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    width: 12.5%;
  }
  .article__share-button {
    height: 66px;
    width: 66px;
  }
  .topper .topper-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topper .topper-meta::before {
    left: 1.25vw;
    right: 1.25vw;
  }
  .topper .topper-overline {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .topper .article__date {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .topper .article__date {
    margin-bottom: 0;
    margin-left: 50%;
    width: 25%;
  }
  .topper .topper-overline {
    margin-bottom: 0;
    width: 50%;
  }
  .topper.topper--news .article__date, .topper .topper-overline+.article__date {
    margin-left: 0;
  }
  .topper .article__read-time {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .topper .article__read-time {
    text-align: right;
    width: 25%;
  }
  .article-footer, .article-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .article-body-width {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
  .article-meta {
    padding-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
  .article-meta::before {
    left: 1.25vw;
    right: 1.25vw;
  }
  .article-meta__inner {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }

  .topper .topper-details::before {
    left: 1.25vw;
    right: 1.25vw;
  }
  .article-footer, .article-body {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .article-author {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
  .article-author::before {
    left: 1.25vw;
    right: 1.25vw;
  }
  .article-author__label {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .article-author__item {
    padding-top: 24px;
  }
  .article-author__text {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .recirc__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recirc__inner::before {
    left: 1.25vw;
    right: 1.25vw;
  }
  .recirc__text, .recirc__figure {
    width: 50%;
  }
  .recirc__label, .recirc__overline, .recirc__hed, .recirc__description {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .recirc__preview {
    margin-top: 60px;
  }
  .recirc--without-image .recirc__hed {
    font-size: 36px;
    font-family: "Soehne",sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    line-height: 1.05;
    width: 75%;
  }
  .recirc__description {
    margin-top: 15px;
  }
  .recirc--without-image .recirc__description {
    width: 50%;
  }
  .article__share-overlay-inner {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .article__share-overlay-heading {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  .article__share-list {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }






}

@media (min-width: 1070px){
  .blog-sidebar-topic-filter ul li a {
    padding-top: 6px;
    padding-right: 30px;
    padding-bottom: 6px;
  }

  /*******************************************Post Page *********************************************/
  .topper {
    padding-top: calc(120px + 60px);
  }


}

@media (min-width: 1200px){
  .search-box-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .search-stats {
    float: left;
    width: 12.5%;
  }
  .search__search-box {
    float: left;
    margin-left: 12.5%;
    width: 50%;
  }
  .search__search-icon {
    left: 2.5vw;
  }
  .search-box__input {
    padding-left: 1.875vw;
    padding-right: 1.875vw;
  }
  .search-box__clear {
    right: 1.25vw;
  }
  .tease__text-mod {
    width: 75%;
    margin-left: 25%;
  }
  .tease--search .tease__text-mod {
    width: 66.6666666667%;
  }
  .pagination {
    padding-top: 60px;
    margin-top: 60px;
  }
  .search__pagination .pagination {
    padding-bottom: 60px;
  }
  .pagination__title {
    width: 50%;
    margin-left: 25%;
  }
  .blog-sidebar-topic-filter {
    padding-bottom: 60px;
  }
  .blog-sidebar-topic-filter h3 {
    min-height: 50px;
  }

  /*******************************************Post Page *********************************************/
  .topper .topper-hed {
    margin-right: 25%;
    width: 75%;
  }
  .topper .topper-details {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .topper .topper-dek {
    margin-right: 12.5%;
    width: 37.5%;
  }
  .topper .topper-meta {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .article-footer, .article-body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .article-body-width {
    width: 50%;
  }
  .article-meta {
    padding-top: 36px;
    width: 50%;
  }
  .article-author {
    margin-top: 36px;
    width: 50%;
  }
  .article-author__item {
    padding-top: 36px;
  }
  .recirc__hed {
    line-height: 1.05;
    margin-right: 0;
    width: 100%;
  }
  .article__share-button--close {
    font-size: 15px;
  }


}


@media (min-width: 1500px){
  .tease--search .tease__desc {
    width: 75%;
  }

  /*******************************************Post Page *********************************************/
  .article__share-button {
    height: 72px;
    width: 72px;
  }
  .recirc__preview {
    margin-top: 120px;
  }
  .recirc__description {
    margin-top: 30px;
  }


}


@media (min-width: 1700px){
  .pagination {
    padding-top: 90px;
    margin-top: 90px;
  }
  .search__pagination .pagination {
    padding-bottom: 90px;
  }
  .blog-sidebar-topic-filter {
    padding-bottom: 90px;
  }

  /*******************************************Post Page *********************************************/
  .topper .topper-details {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .article__share-button {
    height: 78px;
    width: 78px;
  }
  .topper .topper-meta {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .article-footer, .article-body {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .article__share-button--close {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 17px;
  }






}



@media (min-width: 2500px){
  .search-stats {
    font-size: 21px;
  }
  .search-box__input {
    font-size: 24px;
  }
  .tease__h {
    font-size: 48px;
  }
  .tease__desc {
    font-size: 21px;
  }
  .tease__author {
    font-size: 16px;
  }
  .pagination {
    font-size: 21px;
  }
  .blog-sidebar-topic-filter h3 {
    font-size: 21px;
  }

  /*******************************************Post Page *********************************************/
  .topper .topper-hed {
    font-size: 108px;
  }
  .topper .topper-dek {
    font-size: 36px;
  }
  .article__byline-item {
    font-size: 24px;
  }
  .article__share-button-text {
    font-size: 16px;
  }
  .topper .topper-overline {
    font-size: 16px;
  }
  .topper .article__date {
    font-size: 16px;
  }
  .topper .article__read-time {
    font-size: 16px;
  }
  .article-meta__text {
    font-size: 21px;
  }
  .article-author__label {
    font-size: 16px;
  }
  .article-author__name {
    font-size: 24px;
  }
  .article-author__desc {
    font-size: 21px;
  }
  .recirc__label {
    font-size: 21px;
  }
  .recirc__overline {
    font-size: 21px;
  }
  .recirc__hed {
    font-size: 66px;
  }
  .article__share-overlay-heading {
    font-size: 24px;
  }
  .article__share-item {
    font-size: 84px;
  }
  .article__share-button--close {
    font-size: 21px;
  }

  .article__share-button--close .article__share-button-text {
    font-size: 21px;
  }

}



@media (min-width: 2500px) and (min-width: 768px){
  .blog-sidebar-topic-filter ul li {
    font-size: 21px;
  }
  /*******************************************Post Page *********************************************/
  .recirc--without-image .recirc__hed {
    font-size: 84px;
  }


}



@media (max-width: 2499px) and (min-width: 400px){
  .search-stats {
    font-size: calc( 14px + (21 - 14) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .search-box__input {
    font-size: calc( 17px + (24 - 17) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .blog-sidebar-topic-filter h3 {
    font-size: calc( 14px + (21 - 14) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .tease__h {
    font-size: calc( 24px + (48 - 24) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .tease__desc {
    font-size: calc( 14px + (21 - 14) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .tease__author {
    font-size: calc( 12px + (16 - 12) * ( 100vw - 400px ) / (2500 - 400) );
  } 


  /*******************************************Post Page *********************************************/
  .topper .topper-hed {
    font-size: calc( 36px + (108 - 36) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .topper .topper-dek {
    font-size: calc( 21px + (36 - 21) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .article__byline-item {
    font-size: calc( 17px + (24 - 17) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .article__share-button-text {
    font-size: calc( 12px + (16 - 12) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .topper .topper-overline {
    font-size: calc( 12px + (16 - 12) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .topper .article__date {
    font-size: calc( 12px + (16 - 12) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .topper .article__read-time {
    font-size: calc( 12px + (16 - 12) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .article-meta__text {
    font-size: calc( 14px + (21 - 14) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .article-author__label {
    font-size: calc( 12px + (16 - 12) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .article-author__name {
    font-size: calc( 17px + (24 - 17) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .article-author__desc {
    font-size: calc( 14px + (21 - 14) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .recirc__label {
    font-size: calc( 14px + (21 - 14) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .recirc__overline {
    font-size: calc( 14px + (21 - 14) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .recirc__hed {
    font-size: calc( 30px + (66 - 30) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .pagination {
    font-size: calc( 14px + (21 - 14) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .article__share-overlay-heading {
    font-size: calc( 17px + (24 - 17) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .article__share-item {
    font-size: calc( 36px + (84 - 36) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .article__share-button--close {
    font-size: calc( 14px + (21 - 14) * ( 100vw - 400px ) / (2500 - 400) );
  }
  .article__share-button--close .article__share-button-text {
    font-size: calc( 14px + (21 - 14) * ( 100vw - 400px ) / (2500 - 400) );
  }


}


@media (max-width: 2499px) and (min-width: 400px) and (min-width: 768px){
  .blog-sidebar-topic-filter ul li {
    font-size: calc( 14px + (21 - 14) * ( 100vw - 400px ) / (2500 - 400) );
  }

  /*******************************************Post Page *********************************************/
  .recirc--without-image .recirc__hed {
    font-size: calc( 36px + (84 - 36) * ( 100vw - 400px ) / (2500 - 400) );
  }


}


.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}


















@keyframes opacityTransitionIn{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }

}
/* ******************************************************************************
*********************************************************************************
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: Soehne, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.error-page * {
  position: relative;
  z-index: 2;
}
.error-page a.hs-button {
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: 10px 15px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Soehne, sans-serif;
  font-size: 1.25rem;
  color: #4d4b48;
  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: #4d4b48;
}

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




@media(max-width: 767px){
  .systems-page h1 {
    font-size: 26px;
  }
  .systems-page h2, .systems-page h3 {
    font-size: 22px;
  }

}