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

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

header,footer {
  font-weight: 400;
  font-size: 10px;
}

.body-wrapper .cta_button {
  box-sizing: border-box !important;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 10px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.25;
  transition: all 200ms ease-in;
  -webkit-font-smoothing: antialiased;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  font-family: Lato, sans-serif;
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  
  text-decoration: none;
  white-space: normal;
  outline: none;
  transition: all 0.2s ease-in-out;
  min-height: 4.8rem;
  padding: 1.6rem 4rem;
  text-transform: uppercase;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;  
  background: #950013;
  border-color: #950013;
  color: #fff;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}

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

.form-title {
  padding: 15px;
}
.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 8px;
  line-height: 20px;
  font-weight: 500;  
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

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

.hs-input,
.hs-search-field__input,
form input[type="password"] {
  display: inline-block;
  width: 100%;  
  outline: none;
  transition: all 0.2s ease-in-out;
  height: 4.8rem;
  padding: 1.6rem;
  line-height: 1.25;
    background: #fff;
  border: 1px solid #787878;
  border-radius: 0;
  color: #2a2a2a;
  font-family: Georgia,Times,Times New Roman,serif;
  font-size: 1.2rem;
}

.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;
  min-height: 0;
}

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

::-webkit-input-placeholder {
  color: #2a2a2a;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
 .hs-search-field__input:focus,
 form input[type="password"]:focus {
   border-color: #2553a2;
  outline: none;
  box-shadow: 0 0 0.5rem rgb(149 0 19 / 50%);
}

textarea.hs-input {
  height: auto;
}

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

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

.lp .social-wrap {
  margin-top: auto;
}

.lp .ftr_bot_col.social {
  display: flex;
  margin-left: auto;
}

@media (max-width: 900px) {
  .lp .ftr_bot_cols {
	 display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.banner-area .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.child-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  width: 40px;
  cursor: pointer;
  display: none;
}

header.header {
  background-color: #fff;
  border-bottom: 2px solid #c19c5d;
  padding: 1.6rem 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 10rem;
  width: 100%;
  z-index: 9999;
}

.header_inner_row {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 3.2rem;
  grid-template-columns: repeat(3, auto);
}

.header_logo {
  align-self: center;
  justify-self: flex-start;
}

.header_logo img {
  width: 100%;
  max-width: 31.5rem;
}

img {
  height: auto;
  vertical-align: middle;
}

.is-centered {
  align-self: center;
  justify-self: center;
}

.is-centered-right {
  align-self: center;
  justify-self: flex-end;
  position: relative;
}

.header .btn-row {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 1.6rem;
}

.header .btn-row a {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  padding: 1.6rem 4rem;
  display: block;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  min-height: 4.8rem;
  background: none;
  border-color: #2a2a2a;
  color: #2a2a2a;
  background-color: transparent;
  border: none;
  color: #2a2a2a;
  text-align: center;
  text-decoration: underline;
  padding: 0;
  align-self: center;
  height: auto;
  display: flex;
  align-items: center;
}

.is-centered-right .phone {
  margin-top: .8rem;
}

.is-centered-right .phone a {
  font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: underline;
  line-height: 1;
  color: #950013;
  text-decoration: none;
}

.searchform-container {
  display: none;
  background-color: #fff;
  border-top: 1px solid #c19c5d;
  position: absolute;
  top: -9.6rem;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 1;
  padding: 1.6rem;
}

.searchform-container form {
  position: relative;
  max-width: 100%;
}

.searchform-container form input.search-input {
  background: #fff;
  border: 1px solid #787878;
  border-radius: 0;
  color: #2a2a2a;
  font-family: Georgia,Times,Times New Roman,serif;
  font-size: 1.6rem;
  line-height: 1.25;
  display: inline-block;
  width: 100%;
  height: 4.8rem;
  padding: 1.6rem;
  margin: 0 0 1.6rem;
  outline: none;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  margin: 0;
  padding-left: 3rem;
}

.searchform-container form button.search-submit {
  border: none;
  background: none;
  -webkit-appearance: none;
  position: absolute;
  top: 1.5rem;
  left: .8rem;
  padding: 0;
  z-index: 1;
  cursor: pointer;
}

.searchform-container form .close {
  text-align: right;
  display: block;
  margin-top: .8rem;
}

.custom-menu-primary {
  height: 100%;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: grid;
  grid-gap: 1.6rem;
  align-items: center;
  justify-items: center;
  height: 100%;
  width: 100%;
  grid-template: auto/repeat(2, auto);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #2a2a2a;
  font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.custom-menu-primary_inner {
  display: grid;
  grid-gap: 1.6rem;
  align-items: center;
  justify-items: center;
  height: 100%;
  width: 100%;
  grid-template: auto/repeat(2, auto);
}

.custom-menu-primary_inner>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 1.6rem;
  grid-template: auto/repeat(2, auto);  
  position: relative;
  top: -1px;
}

.custom-menu-primary_inner>ul svg {
  height: 1.6rem;
}

.hs-item-has-children {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 7px 10px;
}

.search-open .searchform-container {
  display: block;
}

.searchform-container form button.search-submit svg {
  height: 1.6rem;
}

.searchform-container form input.search-input:focus {
  border-color: #2553a2;
  outline: none;
  box-shadow: 0 0 0.5rem rgb(149 0 19 / 50%);
}

.header-mobile {
  font-size: 10px;
  display: none;
}

.header_height {
  height: 10rem;
}

.custom-menu-primary_inner>ul svg path {
  fill: #2a2a2a;
  transition: all 0.2s ease-in-out;
}

.custom-menu-primary_inner>ul a:hover svg path {
  fill: #950013;
}

@media (min-width: 900px) {
  .searchform-container {
	 background: #fff;
	 border: none;
	 top: -0.1rem;
	 padding: 0;
  }
  .searchform-container form input.search-input {
	 font-size: 1.2rem;
  }
  .searchform-container form .close {
	 margin-top: .2rem;
  }
}

@media (min-width: 1024px) {
  .header .btn-row a {
	 border: 1px solid #2a2a2a;
	 text-decoration: none;
	 padding: 1.6rem 4rem;
	 height: 4.8rem;
  }
}

@media (max-width: 900px) {
  header.header {
	 display: none;
  }

  .header-mobile__top {
	 background-color: #fff;
	 border-bottom: 1px solid #c19c5d;
	 position: fixed;
	 top: 0;
	 left: 0;
	 height: 6rem;
	 width: 100%;
	 z-index: 9999;
	 padding: 0 1.6rem;
  }

  .header-mobile__top .btn-row {
	 display: grid;
	 grid-template-columns: 1fr auto 1fr;
	 grid-gap: 1.6rem;
	 align-items: center;
	 height: 100%;
	 width: 100%;
  }

  .header-mobile__top .btn-row img {
	 max-width: 40px;
  }

  .header-mobile__top .btn-row a {
	 font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
	 font-size: 1.6rem;
	 font-weight: 400;
	 text-decoration: underline;
	 text-transform: uppercase;
	 line-height: 1;
	 font-size: 1.4rem;
	 text-decoration: none;
	 text-align: center;
	 justify-self: center;
	 display: flex;
	 align-items: center;
  }

  .header-mobile__top .btn-row>*:last-child {
	 display: flex;
	 justify-content: center;
  }

  .header-mobile__bottom {
	 background-color: #fff;
	 border-top: 1px solid #c19c5d;
	 position: fixed;
	 bottom: 0;
	 left: 0;
	 height: 6rem;
	 width: 100%;
	 z-index: 9999;
  }

  .header-mobile__bottom nav {
	 height: 100%;
	 width: 100%;
  }

  .header-mobile__bottom nav ul {
	 display: grid;
	 grid-gap: 1.6rem;
	 align-items: center;
	 justify-items: center;
	 height: 100%;
	 width: 100%;
	 grid-template-columns: repeat(5, 1fr);
	 list-style: none;
	 margin: 0;
	 padding: 0;
  }

  .menu-toggle {
	 position: relative;
	 z-index: 2;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
  }

  .menu-toggle input {
	 display: block;
	 width: 3.5rem;
	 height: 2.8rem;
	 position: absolute;
	 top: -7px;
	 left: -5px;
	 cursor: pointer;
	 opacity: 0;
	 z-index: 2;
	 -webkit-touch-callout: none;
  }

  .menu-toggle>span {
	 display: block;
	 width: 2.5rem;
	 height: 0.2rem;
	 margin-bottom: 0.5rem;
	 position: relative;
	 background: #2a2a2a;
	 border-radius: 0;
	 z-index: 1;
	 transform-origin: 4px 0px;
	 transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.35s ease;
  }

  .header-mobile__bottom nav ul li a {
	 color: #2a2a2a;
	 font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
	 font-size: 1.6rem;
	 text-transform: uppercase;
  }

  .header-mobile__bottom nav ul li a svg {
	 height: 1.6rem;
  }

  .header-mobile__bottom nav ul li a svg path {
	 fill: #2a2a2a;
	 transition: all 0.2s ease-in-out;
  }

  .header-mobile__bottom nav ul li a:hover svg path {
	 fill: #950013;
  }

  .searchform-container form button.search-submit svg {
	 height: 1.6rem;
  }

  .header-mobile {  
	 display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
	 display: grid;
	 grid-gap: 1.6rem;
	 align-items: center;
	 position: fixed;
	 bottom: 5.9rem;
	 left: -16rem;
	 height: auto;
	 width: 16rem;
	 padding: 2.4rem 3.2rem;
	 justify-items: flex-start;
	 background: #fff;
	 border: 1px solid #c19c5d;
	 -webkit-font-smoothing: antialiased;
	 transition: all 0.3s ease-in-out;
	 grid-template: initial;
  }

  .custom-menu-primary {
	 height: auto;
	 width: auto;
  }

  .mobile-open .menu-toggle>span {
	 opacity: 1;
	 transform: rotate( 45deg ) translate(1px, -1px);
	 background: #232323;
  }

  .mobile-open .menu-toggle>span:nth-last-child(3) {
	 opacity: 0;
	 transform: rotate( 0deg ) scale(0.2, 0.2);
  }

  .mobile-open .menu-toggle>span:nth-last-child(2) {
	 transform: rotate( -45deg ) translate(1px, -1px);
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul {
	 left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
	 position: static;
	 visibility: visible;
	 opacity: 1;
	 transition: none;
	 margin: 1.6rem 0 0;
	 padding-left: 5px;
	 display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
	 padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li:not(:last-child) {
	 margin: 0 0 1.6rem;
  }

  .child-trigger {
	 display: block;
	 height: 20px;
	 right: -25px;
	 width: 20px;
    top:-2px;
  }

  .child-trigger i{
	 position: relative;
	 top: 50%; /* Centers icon inside button */
	 margin: 0 auto !important;
	 -webkit-transform: rotate(0deg);
	 -ms-transform: rotate(0deg);
	 transform: rotate(0deg);
  }
  .child-trigger i:after{
	 position: absolute;
	 content: '';
  }
  .child-trigger i, .child-trigger i:after{
	 width: 10px; /* Icon line width */
	 height: 1px; /* Icon line height */
	 background-color: #2a2a2a;
	 display: block;
  }
  .child-trigger i:after{
	 -webkit-transform: rotate(-90deg);
	 -ms-transform: rotate(-90deg);
	 transform: rotate(-90deg);
  }  
  .child-open>.child-trigger i:after{
	 -webkit-transform: rotate(-180deg);
	 -ms-transform: rotate(-180deg);
	 transform: rotate(-180deg);
  }
  .child-trigger i {
	 pointer-events: none;
  }

  .header_height {
	 height: 6rem;
  }

.header-mobile__bottom nav>*:not(.custom-menu-primary) {
  height: 100%;
  width: 100%;
}
}

@media (min-width: 600px) {
  .header-mobile__top .btn-row a {
	 font-size: 1.6rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer_bottom {
  padding: 6rem 0 10rem;
}

.ftr_bot_cols {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 3.2rem;
}

.ftr_bot_col {
  position: relative;
}

.footer_bottom h4 {
  line-height: 1.25;
  margin-bottom: 1.6rem;
  font-size: 2.1rem;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  width: 100%;
}

.section-content p {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
}

.footer h2 {
  font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  font-weight: 400;
  text-rendering: optimizelegibility;
  line-height: 1.25;
  margin-bottom: 1.6rem;
  font-size: 3rem;
  color: #fff;
}

.footer h2 span {
  position: relative;
  display: inline-block;
}

.footer h2 span:after {
  content: '';
  height: .2rem;
  width: 100%;
  position: absolute;
  bottom: -1rem;
  left: 0;
  background-color: #c19c5d;
}

.ftr_bot_inner_row .hs-menu-wrapper>ul>li>a {
  line-height: 1.25;
  margin-bottom: 1.6rem;
  font-size: 2.1rem;
}

.ftr_bot_inner_row .hs-menu-wrapper>ul>li>ul {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 3.2rem;
  grid-template-columns: repeat(2, 1fr);
}

.ftr_bot_inner_row .hs-menu-wrapper>ul>li>ul>li>ul>li {
  font-size: 1.6rem;
  margin-bottom: .8rem;
}

.ftr_bot_inner_row .hs-menu-wrapper>ul>li>ul li a {
  display: inline;
}

.nav-activities .hs-menu-wrapper>ul>li {
  margin-bottom: .8rem;
  font-size: 1.6rem;
  line-height: 1.25;
}

.nav-activities .hs-menu-wrapper>ul>li>a {
  display: inline;
}

.nav-activities h4 {
  margin-bottom: .8rem;
}

.destinations-grid .hs-menu-wrapper>ul>li>a {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 1.6rem;
  display: inline-block;
}

.destinations-grid .hs-menu-wrapper>ul>li>ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: .8rem 1.6rem;
}

.destinations-grid .hs-menu-wrapper>ul>li>ul>li>a {
  line-height: 1.25;
  font-size: 1.2rem;
  display: inline;
}

.destinations-grid .hs-menu-wrapper>ul {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 3.2rem;
  margin-bottom: 6rem;
}

.social-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4rem;
  max-width: 23.5rem;
  margin-bottom: 3.2rem;
}

.social-wrap ul li svg {
  width: auto;
  height: 2.4rem;
  fill: currentColor;
}

.footer .bot_head {
  margin-bottom: 3rem;
}

.footer_middle {
  padding: 6rem 0;
  background-color: #950013;
}

.footer_top {
  padding: 6rem 0;
  background-color: #2a2a2a;
}

.footer_top h2 {
  margin-bottom: 3rem;
}

.ftr_top_row {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 3.2rem;
}

.ftr_top_row h4 {
  font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  font-weight: 400;
  text-rendering: optimizelegibility;
  line-height: 1.25;
  margin-bottom: 1.6rem;
  font-size: 2.1rem;
  color: #fff;
}

.ftr_top_row p {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 1.6rem;
  color: #fff;
}

.ftr_top_row a.form-toggle:not(.close) {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  padding: 1.6rem 4rem;
  display: block;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  min-height: 4.8rem;
  background: #950013;
  border-color: #950013;
  color: #fff;
  transition: none !important;
  display: block;
  margin-bottom: .8rem;
  margin-top: 4rem;
}

.form-wrap {
  display: none;
}

.ftr_top_row a.close {
  display: none;
  margin-bottom: .8rem;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 1;
  font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  margin-top: 4rem;
  font-size: 1.2rem;
  transition: none;
  color: #fff;
}

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

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

.footer form {
  max-width: 100%;
}

.footer form .hs-input {
  background: #fff;
  border: 1px solid #787878;
  border-radius: 0;
  color: #2a2a2a;
  font-family: Georgia,Times,Times New Roman,serif;
  font-size: 1.6rem;
  line-height: 1.25;
  display: inline-block;
  width: 100%;
  height: 4.8rem;
  padding: 1.6rem;
  margin: 0 0 1.6rem;
  outline: none;
  transition: all 0.2s ease-in-out;
}

.footer form .hs-form-field {
  margin: 0;
}

.footer form>*>div>label {
  display: none;
}

.footer form fieldset {
  max-width: 100%;
}

.footer form fieldset .input {
  margin: 0 !important;
}

.footer form .form-columns-2 {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 3.2rem;
  grid-gap: 1.6rem;
  grid-gap: 0;
}

.footer form .form-columns-2>* {
  width: 100% !important;
}

.footer form .hs-input:focus {
  border-color: #2553a2;
  outline: none;
  box-shadow: 0 0 0.5rem rgb(149 0 19 / 50%);
}

.footer form textarea.hs-input {
  height: auto;
}

:placeholder-shown {
  color: #2a2a2a;
}

.footer form input.hs-button.primary.large {
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  padding: 1.6rem 4rem;
  display: block;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  min-height: 4.8rem;
  display: inline-block;
  background: #950013;
  border-color: #950013;
  color: #fff;
}

.ftr_top_row .active a.form-toggle:not(.close) {
  display: none;
}

.ftr_top_row .active a.close {
  display: inline-block;
}

.active .form-wrap {
  display: block;
}

.ftr_mid_cols {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 3.2rem;
}

.ftr_mid_col {
  position: relative;
}

.ftr_mid_col2 {
  justify-self: center;
  align-self: center;
  text-align: center;
}

.ftr_mid_col3 {
}

.ftr_mid_col1 h2 {
  font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  font-weight: 400;
  text-rendering: optimizelegibility;
  line-height: 1.25;
  margin-bottom: 1.6rem;
  color: #c19c5d;
  font-size: 3rem;
  margin-bottom: 3rem;
}

.ftr_mid_col2 img {
  display: block;
  margin: 0 auto;
  max-width: 20rem;
}

.ftr_mid_col2 a {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  padding: 1.6rem 4rem;
  display: block;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  min-height: 4.8rem;
  background: none;
  border-color: #fff;
  color: #fff;
  display: inline-block;
  margin-top: 2.4rem;
  box-sizing: border-box !important;
}

.ftr_logo img {
  max-width: 263px;
}

.ftr_mid_col1 .flex-row {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 2.4rem;
}

.ftr_mid_col1 .flex-row .image-wrap {
  margin-right: 1.1rem;
}

.ftr_mid_col1 .flex-row .image-wrap img {
  max-width: 59px;
}

.ftr_mid_col1 .flex-row p {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 1.6rem;
}

.ftr_mid_col3 h3 {
  font-size: 2.4rem;
  color: inherit;
}

.ftr_mid_col3 form {
  max-width: 100%;
}

.ftr_mid_col3 form>div>label {
  display: none;
}

.ftr_mid_col3 form .hs-input {
  margin: 0 0 18px;
}

.ftr_mid_col3 form input.hs-button.primary.large {
  background: none;
  border-color: #fff;
  color: #fff;
}

.nav-activities .hs-menu-wrapper>ul>li:last-child {
  padding-bottom: 12px;
}

.footer .hs_error_rollup {
  display: none;
}



.footer ul.hs-error-msgs.inputs-list li {
  display: block;
  color: #000;
  font-size: 13px;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 6px;
  display: inline-block;
  box-shadow: 3px 4px 3px -1px rgba(0,0,0,0.3);
  position: absolute;
  width:auto;
  font-family: sans-serif;
  margin-bottom: 15px;
}
.footer ul.hs-error-msgs.inputs-list li:before {
  background-image: url(https://20008055.fs1.hubspotusercontent-na1.net/hubfs/20008055/raw_assets/public/Mtsobek_June2021/images/error.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.footer ul.hs-error-msgs.inputs-list li label:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.4);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 5%;
}
.footer ul.hs-error-msgs.inputs-list li label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -19px;
  left: 5%;
  z-index: 1;
}

.footer ul.hs-error-msgs.inputs-list li label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
  color: #000 !important;
  margin: 0;
}

@media (min-width: 600px) {
  .ftr_bot_cols {
	 grid-template: auto / 1fr 1fr;
  }
  .ftr_bot_col.social {
	 grid-row: 2;
	 grid-column: 1 / span 2;
  }
  .footer h2 {
	 font-size: 3.6rem;
  }
  .destinations-grid .hs-menu-wrapper>ul {
	 grid-template-columns: repeat(2, 1fr);
  }
  .ftr_top_row a.form-toggle:not(.close) {
	 display: inline-block;
  }
  .footer form .hs-input {
	 font-size: 1.2rem;
  }
  .ftr_mid_col1 h2 {
	 font-size: 3.6rem;
  }
}
@media (min-width: 768px) {
  .destinations-grid .hs-menu-wrapper>ul {
	 grid-template-columns: repeat(4, 1fr);
  }
  .footer_middle {
	 padding: 4rem 0;
  }
  .ftr_top_row {
	 grid-template-columns: repeat(2, 1fr);
	 grid-gap: 6.4rem;
  }
  .footer form .form-columns-2 {
	 grid-template-columns: repeat(2, 1fr);
	 grid-gap: 1.6rem;
  }
  .ftr_mid_cols {
	 grid-template: auto / 1fr 1fr;
  }
  .ftr_mid_col3 {
	 grid-row: 2;
	 grid-column: 1 / span 2;
  }
  .ftr_mid_col1 h2 {
	 font-size: 5.6rem;
  }
}
@media (min-width: 900px) {
  .ftr_bot_cols {
	 grid-template-columns: repeat(3, 1fr);
  }
  .ftr_mid_cols {
	 grid-template-columns: repeat(3, 1fr);
  }
  .ftr_bot_col.social {
	 grid-row: 1;
	 grid-column: 3;
  }
  .ftr_bot_col.social .social-wrap {
	 float: right;
  }
  .ftr_bot_col.social p,
  .ftr_bot_col.social h4 {
	 max-width: 25rem;
  }
  .ftr_mid_col3 {
	 align-self: center;
	 justify-self: center;
	 width: 100%;
	 grid-row: 1;
	 grid-column: 3;
  }
}

@media (max-width: 900px) {
  .nav-activities .hs-menu-wrapper>ul>li:last-child {
	 padding-bottom: 12px;
  }

  .ftr_mid_col3 form {
	 display: grid;
	 grid-gap: 1.6rem;
	 grid-template-rows: auto;
	 grid-template-columns: repeat(3, 1fr);
  }

  .ftr_mid_col3 form .hs_email {
	 grid-row: 1;
	 grid-column: 1 / span 2;
  }

  .ftr_mid_col3 form .hs-input {
	 margin: 0;
  }

  .footer form .hs-input {
	 font-size: 1.6rem;
  }
  
  .ftr_mid_col3 ul.hs-error-msgs.inputs-list li {
	 margin-top: 12px;
  }
}

@media (max-width: 600px) {
  .ftr_mid_col3 form {
	 display: block;
  }

  .ftr_top_row p {
	 margin: 0;
  }

  .ftr_mid_col3 form .hs-input {
	 margin: 0 0 18px;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 1230px;
  padding: 0 1.6rem;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 10px;
}

.breadcrumbs li {
  display: inline-block;
  font-size: 1.2rem;
}

.breadcrumbs li a {
  font-size: 1.2rem;
  color: #787878;
}

.breadcrumbs li:not(:last-child):after {
  content: '/';
  color: #787878;
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 0.5rem;
}

.breadcrumbs li a:hover {
  color: #950013;
}

.post_hero {
  padding: 0 0 6rem;
}

.post_hero .section-content {
  display: grid;
  grid-gap: 3rem;
}

.post_hero .section-content .featured-image {
  padding: 0;
}

.post_hero .section-content .featured-image .featured-image__wrap {
  position: relative;
  height: 32rem;
}

.post_hero .section-content .featured-image .featured-image__wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.post_hero .section-content .hero-content {
  padding: 0 1.6rem;
  align-self: center;
}

.post_hero .section-content .hero-content h1 {
  font-family: Georgia,Times,Times New Roman,serif;
  font-size: 4.8rem;
  margin-bottom: 3.2rem;
}

.post_hero .section-content .hero-content h2 {
  font-size: 3rem;
}

h2 span {
  position: relative;
  display: inline-block;
}

h2 span::after {
  content: '';
  height: .2rem;
  width: 100%;
  position: absolute;
  bottom: -1rem;
  left: 0;
  background-color: #c19c5d;
}

.post_hero .section-content .hero-content p {
  line-height: 1.25;
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
}

.blog_post_wrap .section-content {
  display: grid;
  grid-gap: 6rem;
}

.blog_right h2 {
  font-size: 3rem;
}

.blog_right .related-posts {
  margin-top: 3rem;
}

.blog_right .related-posts .rel-post-grid__row {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 3.2rem;
}

.blog_right .related-posts .rel-post-grid__row .rel-post-grid__column {
  position: relative;
}

.blog_right .related-posts .rel-post-grid__row .rel-post-grid__column .tile__overview {
  display: grid;
  align-content: flex-start;
  background-color: #fff;
  grid-gap: 1rem;
  padding: 0;
  grid-template-rows: auto;
}

.blog_right .related-posts .rel-post-grid__row .rel-post-grid__column .tile__overview h4 {
  color: #950013 !important;
  margin-bottom: 0;
}

.tile__image {
  display: none;
}

.blog_right .related-posts .rel-post-grid__row .rel-post-grid__column .tile__overview .description {
  color: #2a2a2a !important;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.blog_right .related-posts .rel-post-grid__row .rel-post-grid__column .tile__overview .description span {
  color: #787878;
}

.blog_right .related-posts .rel-post-grid__row .rel-post-grid__column .tile__details {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  align-content: center;
  grid-template-columns: repeat(2, 1fr);
  align-self: flex-end;
  align-items: flex-end;
}

.blog_right .related-posts .rel-post-grid__row .rel-post-grid__column .tile__details li {
  color: #2a2a2a;
  font-size: 1.2rem;
}

.blog_right .related-posts .rel-post-grid__row .rel-post-grid__column .tile__details li:last-of-type {
  text-align: right;
}

.fifty-cta img {
  margin-bottom: 1.6rem;
  width: auto;
}

.fifty-cta p {
  line-height: 1.25;
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
}

.blog-post__body {
  font-size: 1.6rem;
  line-height: 1.25;
}

.blog-post__body p {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 1.6rem;
}

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

.post_hero .container {
  padding: 0;
}

.fifty-cta {
  margin-top: 3.2rem;
}

.blog_right .related-posts .rel-post-grid__row .rel-post-grid__column a:hover .tile__overview h4 {
  text-decoration: underline;
}

.blog_right .related-posts .rel-post-grid__row .rel-post-grid__column a:hover .tile__overview .description span {
  color: #950013;
}

/* ==Listing== */
#blog_category_select {
  margin-top: 4rem;
}

select#category_select {
  background: url("data:image/svg+xml,%3Csvg height='10' viewBox='0 0 21 10' width='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.0281407.01716296-9.5474296 7.16053334-9.54737777-7.16053334-.93333333 1.24444445 10.4807111 7.86053333 10.480763-7.86053333z'/%3E%3C/svg%3E");
  background-size: 1.6rem;
  background-position: calc(100% - 1rem) calc(50% + 0.2rem);
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #787878;
  border-radius: 0;
  color: #2a2a2a;
  font-size: 1.6rem;
  width: 100%;
  height: 4.8rem;
  padding-right: .8rem;
  padding-left: .8rem;
  margin: 0 0 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #c19c5d;
  font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 1.6rem;
  height: 4.8rem;
  outline: none;
}

.blog_list_wrap {
  background-color: #2a2a2a;
  padding: 6rem 0;
  color: #fff;
}

.blog_list_wrap header {
  margin-bottom: 3rem;
}

.blog_list_wrap header h2 {
  font-size: 3rem;
  color: #fff;
}

.blog_list_wrap header p {
  line-height: 1.25;
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  color: #fff;
}

.blog_index {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 3.2rem;
  grid-gap: 1.6rem;
}

.post_item {
  position: relative;
}

.post_item a {
  color: inherit;
}

.post_item .tile__image {
  position: relative;
  height: 37.6rem;
  display: block;
}

.post_item .tile__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post_item .tile__overview {
  background-color: #fff;
  padding: 1.6rem 1.2rem;
  display: grid;
  align-content: flex-start;
  grid-gap: 1rem;
}

.post_item .tile__overview h4 {
  font-size: 2.1rem;
  color: #950013 !important;
  margin-bottom: 0;
}

.post_item .tile__overview .description,.post_item .tile__overview .description p {
  color: #2a2a2a !important;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.post_item .tile__overview .tile__details {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  align-content: center;
  grid-template-columns: repeat(2, 1fr);
  align-self: flex-end;
  align-items: flex-end;
}

.post_item .tile__overview .tile__details li {
  color: #2a2a2a;
  font-size: 1.2rem;
}

.post_item .tile__overview .tile__details li:last-of-type {
  text-align: right;
}

.post_item .tile__overview .description p span {
  color: #787878;
}

.post_item a:hover .tile__overview .description p span {
  color: #950013;
}

.post_item a:hover .tile__overview h4 {
  text-decoration: underline;
}

.blog-pagination {
  margin-top: 6.4rem;
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
}

.blog-pagination a {
  font-size: 1.6rem;
  padding: 0 1.1rem;
  color: #fff;
}

.blog-pagination a.active {
  color: #c19c5d;
  font-size: 1.8rem;
  cursor: text;
}

.blog-pagination a.next-link,.blog-pagination a.prev-link {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg height='10' viewBox='0 0 21 10' width='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white'  d='m20.0281407.01716296-9.5474296 7.16053334-9.54737777-7.16053334-.93333333 1.24444445 10.4807111 7.86053333 10.480763-7.86053333z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 4rem;
  height: 2rem;
  padding: 0;
}

.blog-pagination a.next-link {
  transform: rotate( 270deg );
}

.blog-pagination a:not(.active):hover {
  color: #950013;
}

.blog-pagination a.prev-link {
  transform: rotate( 90deg );
}

.hero-copy {
  margin-top: 2.4rem;
}

.post_hero .section-content .hero-content .hero-copy p {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 1.6rem;
}

.post_hero .section-content .hero-content .hero-copy p.sm {
  font-size: 1.2rem;
}

.hs-blog-listing .post_hero .section-content .hero-content {
  height: 100%;
}

.hs-blog-listing .breadcrumbs li:not(:last-child):after {
  margin: 0 2.5px;
}

select#category_select:focus {
  outline: none;
  box-shadow: 0 0 0.5rem rgb(149 0 19 / 50%);
}


@media (min-width: 600px) {
  .post_hero .section-content .hero-content h1 {
	 font-size: 6rem;
  }
  .blog_list_wrap header h2,
  .blog_right h2,
  .post_hero .section-content .hero-content h2 {
	 font-size: 3.6rem;
  }
  .blog-pagination a {
	   padding: 0 2.2rem;
  }
}

@media (min-width: 768px) {
  .breadcrumbs {
	 padding-bottom: 0;
  }
  .post_hero {
	 padding: 3rem 0 10.5rem;
  }
  .post_hero .section-content {
	 grid-template-rows: auto;
	 grid-template-columns: repeat(2, 1fr);
  }
  .post_hero .section-content .featured-image {
	 grid-column: 2 / span 1;
  }
  .post_hero .section-content .featured-image .featured-image__wrap {
	 height: 35rem;
  }
  .post_hero .section-content .hero-content {
	 grid-row: 1;
	 grid-column: 1 / span 1;
	 padding: 0;
  }
  .post_hero .container {
	 padding: 0 1.6rem;
  }
  #blog_category_select {
	 max-width: 37.5rem;
  }
  .hs-blog-listing .post_hero .section-content .featured-image .featured-image__wrap {
	 height: 58rem;
  }
  .blog_list_wrap {
	 padding: 10rem 0;
  }
  .blog_index {
	 grid-template-columns: repeat(2, 1fr);
  }
  .post_item .tile__overview {
	 grid-template-rows: 7.8rem 4.5rem 3.1rem;
  }
}

@media (min-width: 900px) {
  .blog_post_wrap .section-content {
	 grid-template-columns: 3fr 1fr;
  }
  select#category_select {
	 font-size: 1.2rem;
  }
  .blog_index {
	 grid-template-columns: repeat(4, 1fr);
  }
  .post_item .tile__overview {
	 grid-template-rows: 10.1rem 6.2rem 3.1rem;
  }
}

@media (min-width: 1230px) {
  .post_item .tile__overview {
	 grid-template-rows: 7.8rem 4.5rem 3.1rem;
  } 
}
/* ******************************************************************************
*********************************************************************************
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: 200px 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #EFEFEF;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 400px  ;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
.hs-form-field {
  margin: 0 0 10px;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form input[type="email"] {
  width: 100% !important;
}
.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-form-field label {
  margin-bottom: 8px;
  display: inline-block;
}
label:empty {
  display: none !important;
}
input#hs-pwd-widget-password {
  height: 40px !important;
}
.subs form#email-prefs-form {
  max-width: 100%;
}
@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
  .blog-post img {
  float: none !important;
  margin: 0 !important;
  max-width: 100%;
}
}
.error-page {
  position: relative;
  z-index: 2;
}
.comment-date, .comment-from {
  display: block !important;
}
.grecaptcha-badge {
  max-width: 100%;
  overflow: auto hidden;
  margin: 0;
}
h3:empty {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
span.replying-to {
  display: block;
  padding-bottom: 30px;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 20px;
}