/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width:768px){
  .dnd-section > .row-fluid {
    padding: 0 15px;
  }
}

@media (min-width: 1024px){
  .dnd-section > .row-fluid {
    padding: 0 20px;
  }
}
@media (min-width: 1280px){
  .dnd-section > .row-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "azureicon";
  src: url("https://8132279.fs1.hubspotusercontent-na1.net/hubfs/8132279/Azure_Standard_August2020/Fonts/azureicon.c0abe8e9.woff2") format("woff2"),
   url("https://8132279.fs1.hubspotusercontent-na1.net/hubfs/8132279/Azure_Standard_August2020/Fonts/azureicon.b07a7a0f.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "ProximaNova";
  src: url("https://8132279.fs1.hubspotusercontent-na1.net/hubfs/8132279/Azure_Standard_August2020/Fonts/Zzieskslprkjcpqocqzxmatksvp.woff") format("woff2"),
   url("https://8132279.fs1.hubspotusercontent-na1.net/hubfs/8132279/Azure_Standard_August2020/Fonts/proxima-nova-reg-web.4ddf20e1.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url("https://8132279.fs1.hubspotusercontent-na1.net/hubfs/8132279/Azure_Standard_August2020/Fonts/proxima-nova-reg-it-web.322ca7c4.woff2") format("woff2"),
   url("https://8132279.fs1.hubspotusercontent-na1.net/hubfs/8132279/Azure_Standard_August2020/Fonts/proxima-nova-reg-it-web.2a304fc7.woff") format("woff");
  font-style: italic;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("https://8132279.fs1.hubspotusercontent-na1.net/hubfs/8132279/Azure_Standard_August2020/Fonts/proxima-nova-bold-web.85044876.woff2") format("woff2"), 
  url("https://8132279.fs1.hubspotusercontent-na1.net/hubfs/8132279/Azure_Standard_August2020/Fonts/proxima-nova-bold-web.e0e2542d.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://8132279.fs1.hubspotusercontent-na1.net/hubfs/8132279/Azure_Standard_August2020/Fonts/fontawesome-webfont.eot") format("embedded-opentype"),
   url("https://8132279.fs1.hubspotusercontent-na1.net/hubfs/8132279/Azure_Standard_August2020/Fonts/fontawesome-webfont.woff2") format("woff2"),
    url("https://8132279.fs1.hubspotusercontent-na1.net/hubfs/8132279/Azure_Standard_August2020/Fonts/fontawesome-webfont.woff") format("woff"),
    url("https://8132279.fs1.hubspotusercontent-na1.net/hubfs/8132279/Azure_Standard_August2020/Fonts/fontawesome-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.42857;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  border-top: 3px solid #36454F;
  border-bottom: 3px solid #36454F;
  padding: 1em 0;
  margin: 1em 0;
  font-weight: 100;
  font-family: "FuturaPT","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #6E6459;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;

  text-decoration: none;
  font-size: 18px;
  white-space: normal;
  margin:10px 0;
  line-height: 1.428571429;
  font-family:ProximaNova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:400;
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
  text-decoration: none;
}
h3.form-title {
  padding: 10px;
  font-weight: 400;
  font-size: 36px;
  font-family: "Futura", tahoma, arial, sans;
  line-height: 1.25;
}
.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
  text-decoration: none;
}


.hs-form label {
  line-height: 1.3;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  font-weight: 700;
  padding-top: 0;
  margin-bottom: 5px;
  font-family:ProximaNova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:18px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b!important;
}

.hs-input {
  display: inline-block;
  width: 100%!important;
  height: auto!important;
  padding: 5px 4px;;
  font-weight: normal;
  line-height: 1.428571429;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-top: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family:ProximaNova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:18px;
  margin-bottom: 6px;
}
form input {
  display: inline-block;
  height: auto!important;
  padding: 5px 4px;
  font-weight: normal;
  line-height: 1.428571429;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-top: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family:ProximaNova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:18px;
  margin-bottom: 6px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
input#hs-pwd-widget-password {
  width: 100%;
}
.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: #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;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}

.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
  padding-left:0;
}

.field {
  margin-bottom: 10px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color:#790000;
  margin-left: 4px;
  padding-left: 1px;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  background-color: #F8FAFC;
  font-size:16px;
  line-height:1;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.header-inner {
  font-family: "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  height: 132px;
  border-bottom: none;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
  font-size:16px;
}
.Header-barMiscUserMenu>div {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  display: inline-block;
}
.Header-barMiscUserMenu>div p{
  font-size: 85% !important;
  font-weight: bold !important;
  margin:0;
  display: inline-block;
}

.header__logo a {
  display: block ;
}
.headerBarMiscNonLogo {
  position: relative;
  min-height: 40px;
  float: right;
  height: 83px;
  margin-top: 35px;
  width: calc(100% - 170px);
}

.Layout-headerBarMiscOrder {
  display: inline-block;
  width: 100%;
  padding-right: 105px;
}
.headerBarMiscNonLogo ul {
  width: 100%;
  float: right;
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.headerBarMiscNonLogo ul li {
  display: inline-block;
}

.headerBarMiscNonLogo ul li a {
  display: inline-block;
  position: relative;
  color: #515f6c;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 17px;
  padding-bottom: 12px;
  font-size: 19px;
  text-decoration: none;
}

.headerBarMiscNonLogo ul li:first-child a {
  padding-left: 0;
}

.headerBarMiscNonLogo ul li:last-child a {
  padding-right: 0;
}
span.cart-title {
  margin-top: .75rem !important;
  text-transform: uppercase !important;
  display: block !important;
}
.Icon-svgBoxFace {
  fill: #c4a17c;
}
.logo-eagle>svg{
  padding-bottom: 104%;
}
.logo-title>svg{
  left: -4px;
  position: relative;
}
.logo-eagle>svg,
.logo-title>svg {
  box-sizing: content-box;
  width: 100%;
  overflow: visible;
}
.logo-title>svg {
  fill: #0d0d0d;
  padding-bottom: 16.28%;
}
button.header-cart:hover .Icon-svgBoxFace {
  fill: #ad8c6a;
}

path.Icon-svgBoxNonFace {
  fill: #d0b597;
}

button.header-cart:hover path.Icon-svgBoxNonFace {
  fill: #b89e82;
}
.header-fixed {
  height: 100% ;
}
.header__navigation--toggle {
  height: 100%;
  cursor: pointer;
}
[class^='icon-'], [class*=' icon-'] {
  font-family: 'azureicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button.Slideout-btnX:hover {
  outline: none;
  color: #d6d6d6;
}
.toggle-menu-primary ul.submenu.level-1>li ul.submenu.level-2 {
  display: none;
  box-shadow: none;
  border-radius: 0;
  top: 0;
  background: #fff;
}
.icon-menu {
  font-size: 24px;
}
.icon-menu:before {
  content: '\e90b';
}
a.fixed-header-logo {
  height: 100%;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  margin-right: 1.25rem !important;
  margin-top: 2px;
  text-decoration: none;
}
a.fixed-header-logo:hover {
  opacity: 0.7 !important;
}
.scroll-header .custom-menu-primary.desktop {
  display: none;
}
.fixed-header-cart {
  height: 100% !important;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}
.header__navigation.header--element {
  display: none;
}

.fixed-header-cart {
  display: none;
}
.custom-menu-primary.desktop {
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 2.5rem;
}

.custom-menu-primary.desktop ul.submenu.level-1 {
  height: 60px;
  line-height: 60px;
}

.custom-menu-primary.desktop ul.submenu.level-1>li {
  padding: 0;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 14px;
  padding-right: 10px;
  font-size: 22px;
  text-decoration: none;
}

.custom-menu-primary.desktop ul.submenu.level-1>li:first-child {
  padding-left: 1.25rem;
}

.custom-menu-primary.desktop ul.submenu.level-1>li>a {
  font-size: 22px;
}
.custom-menu-primary.desktop ul.submenu.level-1>li>a:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 13px;
  border-left-width: 13px;
  border-bottom: 8px solid transparent;
}
.custom-menu-primary.desktop ul.submenu.level-1>li>.child-trigger{
  font-family: 'azureicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: text-top;
  margin-top: 6px;
  margin-left: 1px;
  font-size: 0.5em;
  opacity: .5;
}
.custom-menu-primary.desktop ul.submenu.level-1>li.clicked>.child-trigger{
  opacity:1;
}
.custom-menu-primary.desktop ul.submenu.level-1>li.clicked>a:after{
  content:none;
}

.custom-menu-primary.desktop ul.submenu.level-1>li> .child-trigger:before {
  content: '\f078';
}
.site_search {
  max-width: 600px;
  width: 100%;
  margin-right: 1.25rem;
  position: relative;
}
.logo-subtitle>svg {
  width: 100%;
  overflow: visible;
  padding-bottom: 5.62%;
}
.IE .logo-subtitle svg{
  width: 353px;
  height:1px;
}
.IE a.fixed-header-logo svg {
  width: 99px;
  height:13px;
}
.site_search input.hs-search-field__input {
  margin: 0;
  padding-left: 4.5rem !important;
  padding-right: 4.5rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  border-radius: 5px;
  background-color: rgba(255,255,255,0.97);
  border: solid 1px transparent;
  border-bottom-width: 2px;
  font-size: 16px;
  line-height: 1;
  box-shadow: none;
  height: 43px !important;
}
.header__logo:hover .logo-title svg {
  fill: #3f4d5a;
}
.site_search ul.hs-search-field__suggestions {
  padding: 10px;
}

.site_search ul.hs-search-field__suggestions:empty {
  padding: 0;
}

.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2 {
  border-top: 3px solid #ECA221;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 18px;
  line-height: 2;
  overflow: visible;
  z-index: 800;
  width: 240px;
  height: 575px;
}
.toggle-menu-primary ul.submenu.level-1>li.active-branch>a {
  color: rgba(31,41,51,0.6);
}
.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu{
  display:none;
}
.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu.clicked ul.submenu.level-2{
  display:block;
}

.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li.has-submenu {
  border-left: solid 3px transparent;
}
.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li {
  position: static;
}
.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li.has-submenu>a {
  line-height: 2;
}


.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li>a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1.7;
  position: relative;
}

.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li.has-submenu>a:after {
  content: '\f054';
  font-size: 10px;
  margin-top: 14px;
  float: right;
  font-family: 'azureicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li.has-submenu.clicked ul.submenu.level-3 {
  display: none;
  position: absolute;
  height: 575px;
  left: 240px;
  z-index: -1;
  top: -3px;
  padding-bottom: 10px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08), 7px 2px 20px 0 rgba(0,0,0,0.2);
  border-top: 3px solid #ECA221;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-fill: auto;
  -webkit-perspective: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  display: block;
  -webkit-column-width: 228px;
  -moz-column-width: 228px;
  column-width: 228px;
  width: 228px;
}
.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li.has-submenu:first-child.clicked ul.submenu.level-3{
  width: 684px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li.has-submenu:nth-child(2).clicked ul.submenu.level-3,
.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li.has-submenu:nth-child(3).clicked ul.submenu.level-3{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  width: 456px;
  -webkit-column-width: 228px;
  -moz-column-width: 228px;
  column-width: 228px;
}
.custom-menu-primary.desktop ul.submenu.level-1>li.clicked .Underlay {
  position: fixed;
  z-index: 700;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.3);
}
.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li.has-submenu.clicked>a:after {
  display: none;
}
.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li.has-submenu ul.submenu.level-3>li:first-child {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  line-height: 1;
  max-width: 228px;
  width: 100%;
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
  max-width: 100%;
}

.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li.has-submenu ul.submenu.level-3>li:first-child>a {
  display: block;
  position: relative;
  font-size: 16px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 11px;
  padding-bottom: 10px;
  margin-bottom: 3px;
  color: #ECA221;
}

.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li.has-submenu ul.submenu.level-3>li>a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 5px;
  background-color: transparent;
}

.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li.has-submenu ul.submenu.level-3>li:first-child>a:after {
  content: '\f054';
  opacity: 0.7;
  margin-left: .25rem !important;
  font-size: 10px !important;
  display: inline-block !important;
  font-family: 'azureicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li.has-submenu ul.submenu.level-3>li:hover>a:before {
  background-color: currentColor;
}
.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li.has-submenu ul.submenu.level-3>li>a{
  display: block;
  position: relative;
  font-size: 16px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1;
}
.custom-menu-primary.desktop ul.submenu.level-1>li.clicked>a{
  z-index: 800;
  position: relative;
}
.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu:last-child.clicked ul.submenu.level-2 {
  width: 166px;
  height: auto;
}


.scroll-header .header__column {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 700;
  height: 48px;
  background-color: #fff!important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
  border-bottom: solid 1px transparent;
}
.scroll-header .fixed-logo-subitle {
  color: #1f2933 !important;
  font-family: Georgia,Times,Times New Roman,serif !important;
}
.scroll-header .header__navigation--toggle .icon-menu {
  position: relative;
  top: 12px;
  color: #1f2933;
}
.scroll-header .fixed-header-cart-inner {
  -webkit-align-items: center !important;
  align-items: center !important;
  display: -webkit-flex !important;
  display: flex !important;
  height: 100% !important;
}
.scroll-header button.fixed-cart-btn {
  height: 100% !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.scroll-header .site_search input.hs-search-field__input {
  background-color: #f3f5f7;
  border: solid 1px #e3e8ed;
}
.scroll-header .site_search {
  margin-right: 0.65rem;
}
.header__navigation.header--element {
  -webkit-transform: translate3d(0);
  transform: translate3d(0);
  transition: -webkit-transform 175ms ease;
  transition: transform 175ms ease;
  transition: transform 175ms ease, -webkit-transform 175ms ease;
  left: -235px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 800;
  width: 235px;
  overflow: hidden;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.mobile-open .header__navigation.header--element{
  -webkit-transform: translate3d(235px, 0, 0);
  transform: translate3d(235px, 0, 0);
  overflow: visible;
}
.Window-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  z-index: 700;
  transition: opacity 175ms ease;
  opacity: 0;
  visibility: hidden;
}
.mobile-open .Window-overlay{
  opacity: 1;
  visibility: visible;
}
.Slideout-btnX {
  position: absolute;
  width: 48px;
  height: 48px;
  right: -48px;
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  border: 0;
  font-size: 16px;
}
.icon-times:before {
  content: '\e909';
}
.Slideout-header,
.toggle-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2 li.back {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 50px;
  background-color: #097dae;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 0 8px rgba(31,41,51,0.5);
}
.mobile-open .Slideout-header,
.toggle-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2 li.back {
  position: fixed;
}
.Slideout-header-inner,
.toggle-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2 li.back .back-text {
  -webkit-align-items: center !important;
  align-items: center !important;
  display: -webkit-flex !important;
  display: flex !important;
  height: 100% !important;
  width: 100% !important;
}
.Slideout-heading,
.toggle-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2 li.back h4{
  margin-left: 1rem;
  letter-spacing: 1px;
}
.toggle-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2 li.back h4{
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}
.toggle-menu-primary ul.submenu.level-1>li:last-child.open ul.submenu.level-2 li.back h4 span {
  display: none;
}
.NavSlideout-btnBack {
  height: 100%;
  opacity: 0.7;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.icon-chevron-left:before {
  content: '\f053';
}
.toggle-menu-primary{
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 50px);
  margin-top: 50px;
  padding-top: 1rem;
  padding-bottom: 80px;
  background: #fff;
}
.toggle-menu-primary nav.navigation-primary {
  width: 100%;
}
.toggle-menu-primary ul.submenu.level-1>li {
  position: relative;
  display: block;
}
.toggle-menu-primary ul.submenu.level-1>li>a {
  display: block;
  color: #1f2933;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 16px;
  line-height:1;
}
.toggle-menu-primary ul.submenu>li.has-submenu>a:after{
  font-family: 'azureicon';
  content: '\f054';
  font-size: 12px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
}
.toggle-menu-primary nav.navigation-primary ul.submenu.level-1 {
  width: 100%;
}

.toggle-menu-primary ul.submenu.level-1>li>a:hover,
.toggle-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2>li>a:hover,
.toggle-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li ul.submenu.level-3>li>a:hover{
  background-color: #f9fafb;
  text-decoration: none;
}
.toggle-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2 {
  display: block;
}

.toggle-menu-primary ul.submenu.level-1>li ul.submenu.level-2 ul.submenu.level-3 {
  display: none;
  box-shadow: none;
  border-radius: 0;
  top: 0;
  background: #fff;
}

.toggle-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2,
.toggle-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2 li.open ul.submenu.level-3 {
  display: block;
  position: fixed;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 0px);
  margin-top: 50px;
  padding-top: 1rem;
  padding-bottom: 80px;
  background: #fff;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  z-index: 999;
}

.toggle-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2>li:nth-child(2) {
  padding-top: 1rem;
  margin-top: 50px;
}

.toggle-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2 li>a,
.toggle-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2 li.open ul.submenu.level-3>li>a {
  display: block;
  color: #1f2933;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 1;
  font-size: 16px;
  position: relative;
}
.toggle-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2 li.open ul.submenu.level-3 {
  margin-top: 50px;
}
.toggle-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2 li.open ul.submenu.level-3>li:first-child>a {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f3f5f7;
  color: #1f2933;
  box-shadow: 0 0 8px rgba(31,41,51,0.5);
  height: 48px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.toggle-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2 li.open ul.submenu.level-3>li:first-child {
  margin-bottom: 1rem;
}

.toggle-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2 li.open ul.submenu.level-3>li:first-child>a:after {
  font-family: 'azureicon';
  content: '\f054';
  font-size: 12px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
}
.toggle-menu-primary ul.submenu.level-1>li.active-branch:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: transparent;
}

.toggle-menu-primary ul.submenu.level-1>li.active-branch:before {
  background-color: #ECA221;
}
.NavSlideout-divider {
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.NavSlideout-divider:after {
  content: '';
  display: block;
  background-color: rgba(202,209,216,0.7);
  height: 1px;
}
.site_search button {
  color: #1f2933;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 0.9em;
  border-radius: 5px;
  letter-spacing: 1px;
  opacity: 0.65 !important;
  bottom: 0 !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 100 !important;
  position: absolute !important;
  outline: none;
  background-color: inherit;
  box-shadow: inherit;
  background-image: inherit;
  border: 0;
  cursor: pointer;
  font-weight: 700;
}

.site_search button:before {
  content: '\e90c';
  font-family: 'azureicon';
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
}

.site_search button:hover {
  opacity: 1 !important;
}
.search-open .Underlay {
  position: fixed;
  z-index: 700;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.3);
}
.search-open .site_search input.hs-search-field__input {
  z-index: 800;
  outline: none;
}


.site_search ul.hs-search-field__suggestions {
  background: #fff;
  border: 0;
  position: absolute;
  width: 100%;
  /* box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08); */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.site_search ul.hs-search-field__suggestions li a {
  padding: 5px 0;
}
.site_search .hs-search-field {
  z-index: 800;
}
.search-open .site_search input.hs-search-field__input::placeholder{
  color: rgba(31,41,51,0.6);
}

.custom-menu-primary.desktop ul.submenu.level-1>li.has-submenu ul.submenu.level-2>li.no-submenu>a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background-color: transparent;
}







/* Mobile Styles */
@media (min-width: 768px){
  .search-open .site_search input.hs-search-field__input {
    z-index: 800;
    outline: none;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
    border-color: transarent;
    border-bottom-color: #e5e8eb;
  }
  .header-mobile-top {
    display: none;
  }
  .header__navigation--toggle:hover {
    opacity: 0.7 !important;
  }

  .Layout-mobileHeaderBottom {
    display: none;
  }
  .header__container {
    height: 195px;  
  }
  .header__navigation--toggle,
  .header__container {
    padding-left:15px;
    padding-right:15px;
  }
  .logo-eagle>svg,
  .logo-title>svg {
    height: 1px;
  }
  .header__column {
    background-color: #798e39;
    border-bottom: 3px solid #5b4420;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .Header-barMiscUserMenu {
    position: absolute;
    top: 5px;
    height: 22px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    right: 0;
    margin: 0;
    font-family: "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #515f6c;
    text-align: right;
  }
  .header__logo{
    position: relative;
    float: left;
    height: 115px;
    width: 170px;
  }
  .logo-eagle {
    top: 15px;
    max-width: 53px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .logo-title,
  .logo-eagle,
  .logo-subtitle {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .logo-eagle{
    max-width: 151px;
    top: 30px;
  }
  .Header-barMiscOrder {
    line-height: 1.4;
    float: right;
    font-size: 16px;
    width: auto;
    max-width: 100%;
    min-width: 1px;
    margin-top: 5px;
  }
  .Header-barMiscOrderColumns {
    position: relative;
    min-width: 144px;
    min-height: 41px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  button.header-cart {
    position: absolute;
    width: 85px;
    bottom: auto;
    top: 0;
    right: 0;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 15px;
    color: #515f6c;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding-right: 0;
    background: transparent;
    border: 0;
    line-height: 1;
  }
  button.header-cart:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    height: 80px;
    width: 1px;
    background-color: #e5e8eb;
  }
  .Header-btnCartIconWrap {
    display: block;
    width: 66px;
    height: auto;
    margin-left: auto;
    margin-right: 2px;
  }
  .Header-btnCartIconWrap svg{
    width: 100% !important;
  }
  .header-fixed {
    display: none;
  }
  span.ShopDropdown-Divider {
    content: '';
    display: block;
    height: 1px;
    background-color: #cad1d8;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .scroll-header .header-fixed {
    display: inherit;
  }
  .scroll-header .fixed-header-cart {
    display: inherit;
  }
  .scroll-header button.fixed-cart-btn {
    padding-right: 15px;
    background: transparent;
    border: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: -4px;
    cursor: pointer;
  }
  .cart_relative {
    position: relative !important;
    display: inline-block !important;
  }

  .scroll-header button.fixed-cart-btn ._flex.Header-btnCartIconWrap {
    display: -webkit-flex !important;
    display: flex !important;
    margin: 0;
    width: 52px;
  }
  

}

@media (min-width: 768px) and (min-width: 925px){
  .header__logo {
    width: 370px;
  }
  .logo-eagle {
    top: 12px;
    display: inline-block;
    left: 5px;
    max-width: 93px;
  }
  .logo-title {
    max-width: 251px;
    top: 13px;
    left: -2px;
  }
}


@media (min-width: 925px){
  .headerBarMiscNonLogo {
    width: calc(100% - 370px);
  }

}
@media (min-width: 1024px) and (min-width: 768px){
  .scroll-header button.fixed-cart-btn{
    padding-right: 20px;
  }
}

@media (min-width: 1024px){
  .header__navigation--toggle,
  .header__container{
    padding-left: 20px;
    padding-right: 20px;
  }


}
@media (min-width: 1055px){
  .headerBarMiscNonLogo {
    width: calc(100% - 485px);
  }
}
@media (min-width: 1055px) and (min-width: 768px){
  .header__logo {
    width: 485px;
  }
  .logo-title {
    top: -4px;
    left: 2px;
  }
  .logo-subtitle {
    display: inline-block;
    top: -5px;
    right: -92px;
    max-width: 353px;
  }
}

@media (min-width: 1280px){
  .header__container {
    padding-left: 25px;
    padding-right: 25px; 
  }
  .header__navigation--toggle {
    padding-right: 25px;
    padding-left: 25px;
  }
  .scroll-header button.fixed-cart-btn{
    padding-right: 25px;
  }
}

@media (max-width:1055px) {
  .logo-subtitle {
    display: none;
  }
  .site_search {
    margin-left: 4px;
  }
}

@media (max-width:925px) {
  .logo-eagle {
    display: block;
    top: 15px;
    max-width: 53px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .logo-title {
    max-width: 151px;
    top: 30px;
    left: 4px;
  }
}
@media (max-width: 767px) {
  .Header-barMiscUserMenu {
    display: none;
  }
  .logo-eagle {
    display: none;
  }

  header.header {
    background-color: #097dae!important;
    height: 100px;
  }

  .header__container {
    padding: 0;
  }

  .header-inner {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    display: -webkit-flex !important;
    display: flex !important;
    width: 100% !important;
    height: 50px;
  }

  button.header-cart {
    display: block;
    cursor: pointer;
    padding-top: 3px;
    margin-right: -4px;
    margin-left: -3px;
    position: relative !important;
    padding-right: 1rem !important;
    background: transparent;
    border: 0;
    margin-left: auto;

  }

  span.cart-title {
    display: none !important;
  }

  .header-cart-inner {
    display: block;
    width: 52px;
  }

  .Header-btnCartIconWrap svg {
    width: 100% !important;
  }

  .Layout-headerBarMiscOrder {
    display: none;
  }

  .headerBarMiscNonLogo {
    margin: 0;
    height: auto;
  }
  .header__container {
    display: none;
  }
  .header__navigation--toggle {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    height: 100% !important;
    color: #fff;
  }
  .header-mobile-top {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    display: -webkit-flex !important;
    display: flex !important;
    width: 100% !important;
    height: 50px;
    overflow-x: hidden;
  }
  .header__navigation--toggle .icon-menu {
    position: relative;
    top: 13px;
  }
  a.mobile-header-logo {
    padding-top: 7px;
    padding-left: .25rem !important;
  }
  a.mobile-header-logo svg {
    fill: white;
    width: 100%;
    overflow: visible;
    height: auto;
  }
  .mobile-logo-subitle {
    font-family: Georgia,Times,Times New Roman,serif !important;
    font-size: 16px !important;
    opacity: 0.65 !important;
    color: #fff !important;
  }
  .site_search {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: -3px;
    width: 100% !important;
    height: 100% !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .site_search form {
    max-width: 100%;
  }
  .site_search input.hs-search-field__input {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    height: 40px !important;
  }
  .site_search input.hs-search-field__input::placeholder{
    color: rgba(255,255,255,0.97);
  }
  .Layout-mobileHeaderBottom .header__navigation--toggle {
    display: none;
  }
  .Layout-mobileHeaderBottom button.header-cart {
    display: none;
  }
  .Layout-mobileHeaderBottom-inner {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    display: -webkit-flex !important;
    display: flex !important;
    height: 100% !important;
    width: 100% !important;
    position: relative !important;
  }
  .scroll-header .Layout-mobileHeaderBottom .header__navigation--toggle {
    display: inline-block;
  }
  .scroll-header .header__navigation--toggle .icon-menu {
    color: #fff;
  }
  .scroll-header .Layout-mobileHeaderBottom button.header-cart {
    display: block;
  }
  .scroll-header .site_search {
    margin-right: 0;
    margin-top: 0;
    padding-left: 0;
  }
  .Layout-mobileHeaderBottom {
    height: 50px;
    z-index: 600;
    background-color: inherit;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
  }
  .scroll-header .Layout-mobileHeaderBottom {
    position: fixed;
    z-index: 700;
    background-color: #097dae !important;
  }
  .header__navigation--toggle:hover,
  .scroll-header .header__navigation--toggle:hover .icon-menu {
    color: #e3e3e3;
  }
  button.NavSlideout-btnBack:hover {
    outline: none;
    color: #d6d6d6;
  }
  .lp a.mobile-header-logo {
    padding-left: 3.1rem !important;
  }





}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  line-height: 1.42857 !important;
}
.footer__container {
  margin: 0 auto;
  padding-right:10px;
  padding-left:10px;
}
.footer__main ul.submenu.level-1{
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.IE .footer__main ul.submenu.level-1{
  display: block!important;
}
.IE .footer__main ul.submenu.level-1>li{
  vertical-align: top;
}
.footer__main ul.submenu.level-1>li{
  margin-bottom: 2rem !important;
  -webkit-flex: 1 100%;
  flex: 1 100%;
}
.footer__main ul.submenu.level-1>li>a{
  font-size: 23px;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  font-weight: bold;
  margin-bottom: 1rem !important;
  letter-spacing: 1px !important;
  font-weight: normal !important;
  color: #fff;
  display:block;
  cursor:text;
  line-height: 1.2;
}
.footer__main nav.navigation-primary {
  width: 100%;
}
.footer__main ul.submenu.level-1>li ul {
  box-shadow: none;
  display: block;
  position: static;
}
.footer__main ul.submenu.level-1>li ul>li {
  display: block;
}
.footer__main ul.submenu.level-1>li ul>li>a {
  display: block;
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}
.footer__main ul.submenu.level-1>li ul>li>a:hover {
  text-decoration: underline;
}
.footer__copyright {
  margin-right: 5rem !important;
  font-size: 14px !important;
  opacity: 0.8 !important;
}

a.back-to-top {
  position: fixed;
  z-index: 800;
  background-color: rgba(0,0,0,0.4);
  width: 37px;
  height: 37px;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: center;
  right: 10px;
  transition: bottom ease .2s;
  bottom: -38px;
}
a.back-to-top.active{
  bottom: 7px;
}
.ScrollToTop-icon {
  font-family: 'azureicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  position: relative;
  padding-top: 6px;
  margin-bottom: -3px;
}
a.back-to-top:hover {
  background-color: rgba(0,0,0,0.8);
  text-decoration: none;
  color: #fff;
}
.ScrollToTop-icon:before {
  content: '\f077';
}

@media (min-width: 320px){
  .footer__main ul.submenu.level-1>li>a{
    font-size: calc( 23px + 6 * (100vw - 320px) / 3680);
  }
}
@media (min-width: 768px){
  .footer__container {
    padding-right:15px;
    padding-left:15px;
  }
  .footer__main ul.submenu.level-1>li{
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px){
  .footer__container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer__main ul.submenu.level-1>li{
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
  }
}

@media (min-width: 1280px){
  .footer__container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 10px;
  margin: 0 auto;
}
nav.BlogBreadcrumbs {
  display: block;
  margin: 0 0px 30px;
  position: relative;
  border-bottom: 1px solid #88A0B5;
  padding: 0;
  background-color: #fff;
}

span.BlogBreadcrumbs-container {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  margin-bottom: -2px;
}

span.BlogBreadcrumbs-container a {
  line-height: 50px;
  padding: 0 10px;
  color: #097EAF;
  display: inline-block;
}

.blog-listing {
  color: #3D3D29;
  font-size: 18px;
}
span.BlogBreadcrumbs-container a:hover {
  color: #075b7e;
}
span.breadcrumb_last {
  padding: 0 10px;
  display: inline-block;
  line-height: 50px;
  border-bottom: 1px solid transparent;
  list-style: none;
  font-size: 18px;
}
article.post-item {
  border-bottom: 1px solid #E0E0E0;
  padding: 1em 0;
}
.BlogExcerpt-image {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1em;
  background: #e0e0e0;
}
.BlogExcerpt-sharing {
  background: rgba(255,255,255,0.8);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.2s opacity ease;
}
.BlogExcerpt-sharing>a {
  display: inline-block;
  margin: 0.8em 0.26em;
  font-size: 18px;
  color: #fff!important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #C1B7AE;
  cursor: pointer;
}
.BlogExcerpt-sharing>a.addthis_button_facebook {
  background: #3b5998;
}
.BlogExcerpt-sharing>a.addthis_button_twitter {
  background: #1da1f2;
}
.BlogExcerpt-sharing .share-text {
  font-size: 14px;
  padding-bottom: .6em;
  font-weight: 600;
  line-height: 1;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.BlogExcerpt-sharing>a .fa {
  vertical-align: middle;
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-envelope-o:before {
  content: "\f003";
}
div.atclear {
  clear: both;
}
.BlogExcerpt-title {
  color: #36454F;
  text-transform: none;
  font-family: "FuturaPT","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0;
  letter-spacing: 0.015em;
  line-height: 1.25;
}
.BlogExcerpt-title a {
  color: inherit !important;
  font-family: "FuturaPT","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.BlogByline {
  color: #999;
  font-size: 14px;
  margin: 1em 0 1.5em;
  line-height: 1.5;
}
.BlogByline a {
  text-transform: uppercase;
  color: #6B6B6B!important;
}
.BlogByline-separator {
  margin: 0 .33em;
}
.BlogExcerpt-excerpt {
  font-size: 16px;
  display: block;
}
.BlogExcerpt-image:hover .BlogExcerpt-sharing {
  opacity: 1;
}
.blog-site_search {
  margin-bottom: 2em;
}

.blog-site_search form {
  width: 100%;
  display: table;
}

.blog-site_search input.hs-search-field__input {
  font-size: 16px;
  border: 0;
  position: relative;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #f3f5f7;
  color: #1f2933;
  display: table-cell;
  vertical-align: top;
  height: 40px !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  cursor: text;
  font-family: ProximaNova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding-right: 45px;
  box-shadow: none;
}
span.BlogByline-date {
  display: inline-block;
}

.blog-site_search input.hs-search-field__input::placeholder {
  color: rgba(31,41,51,0.55);
}

.blog-site_search button {
  vertical-align: top;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  letter-spacing: 1px;
  font-size: 1.25em;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-weight: normal;
  background-color: #097dae;
  background-image: linear-gradient(-180deg, #0a8bc2 0%, #097dae 90%);
  color: #fff;
  height: 40px;
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  position: absolute;
  right: 1px;
  font-family: ProximaNova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  cursor: pointer;
  top: 0;
}
aside.sidebar_blog-menu {
  margin-bottom: 14px !important;
}
.blog-site_search input.hs-search-field__input:focus {
  background-color: #fff;
  box-shadow: 0 0 0 1px #cad1d8;
  outline: none;
}

ul.hs-search-field__suggestions {
  padding: 10px;
}
ul.hs-search-field__suggestions:empty {
  padding: 0px;
}
ul.BlogButtonMenu>li {
  margin-bottom: 3px;
}
aside.sidebar_blog-menu h4 {
  margin-bottom: .666em;
  font-weight: 500;
  font-family: "ProximaNova", arial, sans;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  line-height: 1.25;
  color: #00476B;
}

aside.sidebar_blog-menu p {
  margin-bottom: 1em;
  line-height: 1.42857;
}
ul.BlogButtonMenu {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
ul.BlogButtonMenu>li>a {
  position: relative;
  display: block;
  color: #fff;
  text-transform: uppercase;
  background: #88A0B5;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding-left: 1em;
  padding-right: 56px;
  padding-top: 0;
  padding-bottom: 0;
  transition: .3s background ease;
}
ul.BlogButtonMenu>li>a:after {
  position: absolute;
  content: '\f105';
  font-family: FontAwesome;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  text-align: center;
  background: rgba(61,61,41,0.1);
}

.BlogTopicsBrowser {
  position: relative;
  z-index: 10;
  margin-top: -0.5em;
  padding-top: 3px;
  margin-bottom: 2em;
}
button.BlogTopicsBrowser-button {
  z-index: 2;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  color: #6E6459;
  text-transform: uppercase;
  background: #E0E0E0;
  font-size: 16px;
  height: 60px;
  line-height: 1.5;
  padding-left: 1em;
  padding-right: 56px;
  transition: .3s background ease;
  border: oldlace;
  cursor: pointer;
}
.BlogTopicsBrowser-button:after {
  position: absolute;
  content: '\f107';
  font-family: FontAwesome;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  text-align: center;
  background: rgba(61,61,41,0.1);
  line-height: 60px;
}
ul.BlogButtonMenu>li>a:hover {
  background: #8ea5b9;
}
.BlogTopicsBrowser-button:hover {
  background: #cecece;
}
.BlogTopicsBrowser-lists {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #f0f0f0;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
  font-size: 15px;
  display:none;
  border: 1px solid #e0e0e0;
  border-top-width: 0;
}
.BlogTopicsBrowser-lists ul {
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f0f0f0;
}
.BlogTopicsBrowser-lists ul>li>a {
  color: #36454F;
  position: relative;
  padding: .75em .5em .75em 1em;
  display: block;
  transition: .2s all ease;
  line-height: 1;
}
.BlogTopicsBrowser-lists ul>li>a:hover {
  background: #fff;
}
.BlogTopicsBrowser-lists ul>li+li>a {
  border-top: 1px solid #e6e6e6;
}
.tag-open .BlogTopicsBrowser-button:after {
  content: '\f057';
}
aside.popular-post {
  margin-bottom: 2em;
}

aside.popular-post h4,
aside.blog-sidebar-learn-more h4 {
  margin-bottom: .666em;
  font-weight: 500;
  font-family: "ProximaNova", arial, sans;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  line-height: 1.25;
  color: #00476B;
}

ol.BlogPopularPosts {
  display: block;
  counter-reset: popular;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  list-style: none;
}

ol.BlogPopularPosts li {
  margin-left: 0;
  margin-bottom: 1em;
  display: table;
  width: 100%;
  list-style-type: decimal;
  list-style-position: outside;
}
ol.BlogPopularPosts>li>*:first-child {
  width: 60px;
  padding-left: 0;
}
ol.BlogPopularPosts>li>* {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
ol.BlogPopularPosts>li .counter {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: 50% 50%;
}
ol.BlogPopularPosts>li .counter:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: ' ';
  display: block;
  background: #000;
  opacity: 0.15;
  background: rgba(61,61,41);
}
ol.BlogPopularPosts>li .counter:after {
  counter-increment: popular;
  content: counter(popular);
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
}
ol.BlogPopularPosts>li a {
  color: #36454F;
}
aside.blog-sidebar-learn-more {
  padding: 1em;
  border: 1px solid #88A0B5;
  border-radius: 5px;
  margin-bottom: 4rem;
}
aside.blog-sidebar-learn-more p {
  margin-bottom: 1em;
  line-height: 1.42857;
}
a.learn-more-btn {
  border-radius: 5px;
  letter-spacing: 1px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 1.25em;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-weight: normal;
  background-color: #097dae;
  background-image: linear-gradient(-180deg, #0a8bc2 0%, #097dae 90%);
  color: #fff;
}
a.learn-more-btn:hover {
  background-color: #086f9b;
  background-image: linear-gradient(-180deg, #0a84b8 0%, #086f9b 90%);
  color: #fff;
  text-decoration: none;
}
.blog-pagination {
  background: #EDEDED;
  color: #36454F;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
  transition: .2s all ease;
  font-weight: 600;
  text-align: center;
  border: 1px solid #E0E0E0;
  margin-top: 2em;
  margin-bottom: 3.2em;
  line-height: 1;
}

.blog-pagination a {
  color: inherit !important;
  text-decoration: none;
}

.blog-pagination:hover {
  background-color: #DFDFDF;
  text-decoration: none;
  color: #097EAF;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  display: inline-block;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 42px;
  background: #ccc;
  color: #fff;
  text-align: center;
  vertical-align: top;
  margin-bottom: 5px;
  margin-left: -1px;
}

.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hs-blog-post .BlogTopicsBrowser {
  margin-top: -3px;
}






.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.BlogSharing-entry {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #6B6B6B!important;
  font-weight: 600;
  margin-bottom: 10px !important;
  cursor: pointer;
  line-height: initial;
  width: auto;
}
.BlogSharing-circle {
  background: #C1B7AE;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  height: 36px;
  line-height: 36px;
  width: 36px;
  font-size: 18px;
}
.BlogSharing-facebook {
  background: #3b5998;
}
.BlogSharing-label {
  display: none;
  margin-left: -3.5px;
}
.BlogSharing-circle .fa {
  vertical-align: middle;
}
.BlogSharing-twitter {
  background: #1da1f2;
}
.BlogSharing-instagram {
  background: #8a3ab9;
}
.BlogSharing-pinterest {
  background: #E60023;
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.blog-post-inner h1 {
  text-transform: none;
  color: #36454F;
  font-weight: 400;
  font-size: 36px;
  font-family: "Futura", tahoma, arial, sans;
  margin-bottom: .666em;
  line-height: 1.25;
}
.azure-nxtnav-link_prev {
  float: left;
}
.azure-nxtnav-link_next {
  float: right;
}
span.pagination-btn {
  border-radius: 5px;
  letter-spacing: 1px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 1.25em;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-weight: normal;
  background-color: #097dae;
  background-image: linear-gradient(-180deg, #0a8bc2 0%, #097dae 90%);
  color: #fff;
  line-height: 1;
}
span.pagination-btn:hover{
  background-color: #086f9b;
  background-image: linear-gradient(-180deg, #0a84b8 0%, #086f9b 90%);
  color: #fff;
}
span.pagination-btn a {
  color: #fff;
  text-decoration: none;
}
.custom-post-pagination {
  margin-bottom: 3.2rem;
}
.azure-nxtnav-link_prev span.pagination-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.azure-nxtnav-link_next span.pagination-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.section.post-footer .comment-date {
   display: block;
}
.context-label {
  color: #B4B4B4;
  font-weight: 800;
  font-family: "ProximaNova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
}
.blog-header__title {
  font-size: 36px;
  padding: .25em 0 .5em;
  border-bottom: 3px solid #36454F;
  color: #61732d;
  font-weight: 400;
  font-family: "Futura", tahoma, arial, sans;
  margin-bottom: .666em;
  line-height: 1.25;
}
.blog-header__author-social-links {
  float: right;
}
.blog-header__author-social-links a.addthis_button_twitter {
  background: #1da1f2;
}
.blog-header__author-social-links a.addthis_button_facebook {
  background: #3b5998;
}



@media (min-width:768px){
  .blog-site_search.mobile {
    display: none;
  }
  .BlogArticle-sharing.mobile {
    display: none;
  }
  .content-wrapper {
    padding-right: 15px;
    padding-left:15px;
  }
  .blog-index-wrap {
    display: flex;
  }
  .blog-index {
    width: 70%;
    margin-bottom: 3em;
  }

  .blog-sidebar {
    padding-left: 2.66%;
    position: relative;
    width: 30%;
  }
  .BlogExcerpt-row {
    width: 100%;
    display: table;
  }
  .BlogExcerpt-imageCol {
    width: 120px;
  }
  .BlogExcerpt-row>* {
    display: table-cell;
    vertical-align: top;
  }
  .BlogExcerpt-image {
    margin-bottom: 0;
    padding-bottom: 75%;
  }
  .BlogExcerpt-contentCol {
    padding-left: 1em;
  }
  .BlogExcerpt-row>*+* {
    margin-top: 0;
  }
  .blog-post {
    display: flex;
    flex-direction: row-reverse;
  }
  .BlogArticle-sharing {
    width: 70px;
  }
  .blog-post-inner {
    width: calc( 100% - 70px);
  }
  .BlogSharing {
    text-align: left;
    margin: 0 0;
  }
  .BlogSharing-entry {
    display: block;
  }
  .BlogSharing-circle {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 20px;
    margin-right:10px;
  }
}
@media screen and (min-width: 888px){
  .BlogExcerpt-imageCol {
    width: 280px;
  }
}

@media (min-width: 1024px){
  .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}


@media (min-width: 1280px){
  .content-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .BlogArticle-sharing {
    width: 200px;
  }
  .blog-post-inner {
    width: calc( 100% - 200px);
  }
  .BlogSharing-label {
    display: inline;
  }
}

@media(max-width:767px){
  span.breadcrumb_last {
    font-size: 14px;
  }
  .BlogSharing {
    text-align: center;
    margin: 1em 0;
  }
  .BlogArticle-sharing.desktop {
    display: none;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field { padding: 5px; overflow: hidden; overflow-x: auto;}
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
@media(max-width: 412px){
  span.BlogBreadcrumbs-container a {
    line-height: 30px;
  }

  span.breadcrumb_last {
    line-height: 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: 5px 4px;;
  font-weight: normal;
  line-height: 1.428571429;
  font-size:18px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}