/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  font-size: 100%;
}

/* 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-left: .9375rem;
  padding-right: .9375rem;
}


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

@font-face {
  font-family:azo-sans-web;
  src:url(//use.typekit.net/af/9aa4fe/000000000000000000013f4e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),
    url(//use.typekit.net/af/9aa4fe/000000000000000000013f4e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),
    url(//use.typekit.net/af/9aa4fe/000000000000000000013f4e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
  font-weight:700;
  font-style:normal;
}
@font-face {
  font-family:azo-sans-web;
  src:url(//use.typekit.net/af/90ca1f/000000000000000000013f4f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"),
    url(//use.typekit.net/af/90ca1f/000000000000000000013f4f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"),
    url(//use.typekit.net/af/90ca1f/000000000000000000013f4f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
  font-weight:700;
  font-style:italic;
}
@font-face {
  font-family:azo-sans-web;
  src:url(//use.typekit.net/af/b714ca/000000000000000000013f4b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),
    url(//use.typekit.net/af/b714ca/000000000000000000013f4b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),
    url(//use.typekit.net/af/b714ca/000000000000000000013f4b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
  font-weight:400;
  font-style:italic;
}
@font-face {
  font-family:azo-sans-web;
  src:url(//use.typekit.net/af/9dc3b1/000000000000000000013f8f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
    url(//use.typekit.net/af/9dc3b1/000000000000000000013f8f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
    url(//use.typekit.net/af/9dc3b1/000000000000000000013f8f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
}

@font-face {
  font-family: icons;
  src: url("https://7924985.fs1.hubspotusercontent-na1.net/hubfs/7924985/Grimco_Aug2020/Fonts/icons.woff"),
    url("https://7924985.fs1.hubspotusercontent-na1.net/hubfs/7924985/Grimco_Aug2020/Fonts/icons.ttf");
  font-style: normal;
  font-weight: 400;
}

html {

}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.5;
}

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

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

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 {
  font-weight: 400
}

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

:focus {
  outline: auto;
  outline-color: green;
}

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

@media (max-width: 767px) {
  html {

  }
}

@media (max-width: 480px) {
  html {

  }
}
/* ******************************************************************************
*********************************************************************************
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: 100%;
  font-family: Lato, sans-serif;
  margin-bottom: 20px
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 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;
  font-size:14px;
  padding: 15px 53px;
  text-decoration: none;
  white-space: normal;
  font-family:Arial;
  outline: none important;
  box-shadow: 0px 1px 1px 0px rgba(221,221,221,1);
  text-shadow: 0 1px #fff;
  margin-top: 10px;
}

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

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


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

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

.hs-input,input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  height: 24px;
  padding: 4px 3px 2px 3px;
  font-size: 14px;
  font-weight: normal;
  line-height:14.994px;
  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;
  font-family:Arial;
  outline-color: transparent !important;
}

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

.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,input#hs-pwd-widget-password:focus {
  outline: none;
  border-color: #ffd300 !important;
}

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

ul.hs-error-msgs.inputs-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #FF4E5D;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
  clear: both;
  float: none;
  bottom: -5px;
  position: relative;
  z-index: 900;
  right: auto;
  top: 10px;
  max-width: 100%;
  font-size: 12px;
  border: none;
  box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  border-radius: 6px 6px;
  font-family: arial;
}
ul.hs-error-msgs.inputs-list li:before {
  background-image: url('https://cdn.jotfor.ms/images/exclamation-octagon.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-left: 3px;
}
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%;
}
ul.hs-error-msgs.inputs-list li label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #FF4E5D;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 5%;
  z-index: 1;
}
ul.hs-error-msgs.inputs-list li label {
  color: #fff;
  font-family: arial;
  font-size: 12px;
  margin: 0;
}







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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}


@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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-header .header-middle-inner {
  padding-top: 40px;
}

@media (max-width: 640px) {
  .lp-header .header-middle-inner {
    padding-top: 35px;
  }
}
/* ******************************************************************************
*********************************************************************************
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-top {
  height: 40px;
  font-size: 14px;
}
.header-top-inner {
  position: relative;
  padding-left: .9375rem;
  padding-right: .9375rem;
  float: left;
  width: 100%;
}
#hs_cos_wrapper_buttons {
  float: right;
  height: 100%;
}
#hs_cos_wrapper_header_top_menu {
  display: block;
  float: right;
  overflow: hidden;
  height: 40px;
  margin-right: 2rem;
  line-height: 40px;
}
#hs_cos_wrapper_header_top_menu #hs_cos_wrapper_header_top_menu_ {
  display: block;
}
#hs_cos_wrapper_header_top_menu #hs_menu_wrapper_header_top_menu_ {
  clear: both;
}
#hs_cos_wrapper_header_top_menu #hs_menu_wrapper_header_top_menu_:before,
#hs_cos_wrapper_header_top_menu #hs_menu_wrapper_header_top_menu_:after {
  content: "";
  clear: both;
  display: block;
}

#hs_cos_wrapper_header_top_menu #hs_menu_wrapper_header_top_menu_ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#hs_cos_wrapper_header_top_menu #hs_menu_wrapper_header_top_menu_ ul li {
  position: relative;
  padding: 0 .5em;
  margin-bottom: 0;
  margin-left: 0;
  display: inline-block;
  border: 0;
}
#hs_cos_wrapper_header_top_menu #hs_menu_wrapper_header_top_menu_ ul li:before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border: 0;
  background-color: transparent;
}
#hs_cos_wrapper_header_top_menu #hs_menu_wrapper_header_top_menu_ ul li a {
  line-height: 40px;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: inherit;
  font-style: inherit;
  text-transform: inherit;
  text-decoration: none;
  letter-spacing: inherit;
  cursor: pointer;
  display: block;
}
.header-top .page-center:before,.header-top:after {
  content: "";
  clear: both;
  display: block;
}
#hs_cos_wrapper_buttons a {
  border: 0;
  outline: 0;
  font-size: inherit;
  font-style: inherit;
  text-transform: inherit;
  text-decoration: none;
  letter-spacing: inherit;
  cursor: pointer;
  position: relative;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 21px;
  transition: background-color 500ms;
  padding: 9px 1em;
}
#hs_cos_wrapper_header_top_menu #hs_menu_wrapper_header_top_menu_ ul li a:hover {
  text-decoration: underline;
}
.header-middle .page-center:before,
.header-middle .page-center:after {
  content: "";
  clear: both;
  display: block;
}
.header-middle-inner {
  position: relative;
  padding-left: .9375rem;
  padding-right: .9375rem;
  float: left;
  width: 100%;
}
.temp-header-container {
  display: flex;
  margin: 20px 0px;
  align-items: center;
  width: 100%;
}
.header-middle-inner-copy {
  position: relative;
  padding-left: .9375rem;
  padding-right: .9375rem;
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#hs_cos_wrapper_header_logo {
  position: relative;
  top: -2em;
  display: inline-block;
  padding: .5em;
  margin-bottom: -2em;
  margin-left: -.5em;
  background-color: #fff;
  width: 7em;
  height: 7em;
  border-radius: 50%;
}
.header-flag {
  margin: 0px 30px;
}
.header-login {
  border-radius: 32px;
}
.header-cart-test {
  position: relative;
  width: 40px;
  height: 60px;
}
.header-cart-test .cart-link:before {
  content: "";
  font-family: "icons";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  position: relative;
  top: 0;
  left: 0;
  color: #6d6e71;
  font-size: 40px;
}
.header-cart {
  position: absolute;
  top: 15px;
  right: 4px;
  width: 40px;
  height: 60px;
  margin-right: 1rem;
}
.header-cart .cart-link:before {
  content: "";
  font-family: "icons";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  color: #6d6e71;
  font-size: 40px;
}
#hs_cos_wrapper_header_logo a img {
  display: block;
  width: 100% !important;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.header-bottom {
  height: 42px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.header-bottom .page-center {
  height: 100%;
  position: relative;
}
.header-search {
  position: relative;
  bottom: 0;
  left: 0;
  float: right;
  width: 42%;
  padding-top: 4px;
  padding-right: .9375rem;
}
.header-search #hs_cos_wrapper_search_input {
  overflow: visible;
  opacity: 1;
  max-height: none;
  box-shadow: none;
  height: auto;
  position: relative;
}
.header-search .hs-search-field {
  position: relative;
  box-sizing: content-box;
  height: 32px;
  background-color: transparent;
}
.header-search .hs-search-field__bar {
  height: 100%;
}
.header-search .hs-search-field__bar form {
  height: 100%;
  max-width: 100%;
  width: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
}
.header-search .hs-search-field__bar form .hs-search-field__input {
  background-color: #fff;
  font-family: inherit;
  display: block;
  font-size: .875rem;
  margin: 0 0 1rem 0;
  padding: .5rem;
  box-sizing: border-box;
  transition: all .15s linear;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #999;
  border-radius: 3px;
  margin-bottom: 0;
  box-shadow: none;
  color: #333;
  line-height: 34px;
  height: 100%;
  width: 100%;
}
.header-search .hs-search-field__bar form button span {
  display: none;
}
.header-search .hs-search-field__bar form button:before {
  content: "";
  font-family: "icons";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 22px;
  line-height: 1.5;
}
.header-search .hs-search-field__bar form button {
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  text-decoration: none;
  letter-spacing: inherit;
  cursor: pointer;
  padding: 0;
  border: 0;
  outline: 0;
  border-radius: 0 3px 3px 0;
  background-color: #b41921;
  color: #fff;
  transition: background-color 100ms;
  position: absolute;
  width: 34px;
  height: 32px;
  top: 0;
  right: 0;
}
::-webkit-input-placeholder {
  opacity: .6;
}
:-moz-placeholder {
  opacity: .6;
} 
::-moz-placeholder {
  opacity: .6;
} 
:-ms-input-placeholder {
  opacity: .6;
} 
.header-search .hs-search-field__bar form .hs-search-field__input:focus {
  border: 1px solid #3e89cb;
  background-color: #fff;
  outline-width: 0;
}
.header-search .hs-search-field__bar form button:hover {
  background-color: #942a20;
  color: #fff;
  text-decoration: none;
}


@media (min-width: 1025px) {
  .mobile-trigger {
    display: none;
  }
}


@media (min-width: 641px) {
  .mobile-search-btn {
    display: none;
  }
}

@media (max-width: 1024px) {
  body.mobile-open {
    overflow: hidden;
  }
  .mobile-trigger {
    font-size: 14px;
    font-weight: 700;
    width: 34px;
    height: 34px;
    display: block;
    margin: 3px 0 3px 12px;
    color: #b12028 !important;
    text-align: center;
    line-height: 34px;
    position: relative;
    z-index: 5;
    cursor: pointer;
    float: left;
  }
  .mobile-trigger:before {
    content: "";
    font-family: "icons";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    position: relative;
    display: inline-block;
    font-size: 34px;
  }
  .header-search {
    width: 55%;
  }
  #hs_cos_wrapper_header_top_menu {
    display: none;
  }
}

@media (max-width: 640px) { 
  .header-flag {
    display: none;
  }
  #hs_cos_wrapper_header_logo {
    width: 6em;
    height: 6em;
  }
  .header-top {
    height: 35px;
    font-size: 12px;
  }
  #hs_cos_wrapper_buttons a {
    position: relative;
    float: left;
    padding: 7px 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .header-cart {
    position: absolute;
    top: 8px;
    right: 0;
    width: 40px;
    height: 60px;
    margin-right: 1rem;
  }
  .mobile-search-btn {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    width: 34px;
    height: 34px;
    display: block;
    margin: 3px 0 3px 12px;
    color: #b12028;
    text-align: center;
    line-height: 34px;
  }
  .header-search {
    float: left;
    width: auto;
    height: auto;
    position: static;
    padding: 0;
    margin: 0;
  }
  .main-menu {
    float: left;
  }
  .mobile-search-btn:before {
    content: "";
    font-family: "icons";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    position: relative;
    display: inline-block;
    height: 100%;
    font-size: 30px;
    line-height: 34px;
  }
  .header-search #hs_cos_wrapper_search_input {
    height: auto;
    box-shadow: 0 8px 5px -5px rgba(0,0,0,.28);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    opacity: 1;
    width: 100%;
    max-height: none;
    display: none;
  }
  .header-search .hs-search-field {
    height: 40px;
    position: relative;
    box-sizing: content-box;
    background: #f5f5f5;
    padding: 10px;
  }
  .header-search .hs-search-field__bar form button {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 40px;
    border-radius: 0 3px 3px 0;
  }
  .search-open #hs_cos_wrapper_search_input {
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  overflow: auto;
  padding: 35px 0;
  font-size: 14px;
}
.footer .page-center:before,.footer .page-center:after {
  content: "";
  clear: both;
  display: block;
}
.footer-inner {
  width: 100%;
  position: relative;
  padding-left: .9375rem;
  padding-right: .9375rem;
  float: left;
}
#hs_cos_wrapper_footer_copyright_text {
  float: left;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #ededed;
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}
footer a:hover {
  text-decoration: underline;
}
.footer-logos-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.footer-logo-link {
  height: 54px;
  object-fit: contain;
  margin: 40px 0px;
  width: 50%;
  padding: 0px 60px;
  text-align: center;
}
.footer-logo {
  height: 54px;
}
ul.social-media-list {
  list-style-type: none;
  padding: 0;
  padding-top: 15px;
  margin: 0;
  text-align: center;
  font-size: 0;
  line-height: 12px;
}
li.social-media-item {
  position: relative;
  font-size: 14px;
  display: inline-block;
  padding: 1em;
  margin-bottom: 15px;
}
li.social-media-item a.social-media-item {
  border: 0;
  outline: 0;
  background-color: transparent;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
  padding: 1em;
  width: 2em;
  height: 2em;
  display: block;
}
li.social-media-item.facebook a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M10.784 32V17.402h4.902l.736-5.69H10.79V8.083c0-1.645.454-2.771 2.822-2.771h3.027V.224A39.055 39.055 0 0012.389 0h-.168.009C7.884 0 4.915 2.65 4.915 7.52v4.192H0v5.69h4.915V32h5.875z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background 100ms ease-out;
}
li.social-media-item.instagram a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M16 2.881c4.275 0 4.781.019 6.462.094 1.563.069 2.406.331 2.969.55a4.952 4.952 0 011.837 1.194 5.015 5.015 0 011.2 1.838c.219.563.481 1.412.55 2.969.075 1.688.094 2.194.094 6.463s-.019 4.781-.094 6.463c-.069 1.563-.331 2.406-.55 2.969a4.94 4.94 0 01-1.194 1.837 5.02 5.02 0 01-1.837 1.2c-.563.219-1.413.481-2.969.55-1.688.075-2.194.094-6.463.094s-4.781-.019-6.463-.094c-1.563-.069-2.406-.331-2.969-.55a4.952 4.952 0 01-1.838-1.194 5.02 5.02 0 01-1.2-1.837c-.219-.563-.481-1.413-.55-2.969-.075-1.688-.094-2.194-.094-6.463s.019-4.781.094-6.463c.069-1.563.331-2.406.55-2.969a4.964 4.964 0 011.194-1.838 5.015 5.015 0 011.838-1.2c.563-.219 1.412-.481 2.969-.55 1.681-.075 2.188-.094 6.463-.094zM16 0c-4.344 0-4.887.019-6.594.094-1.7.075-2.869.35-3.881.744-1.056.412-1.95.956-2.837 1.85a7.833 7.833 0 00-1.85 2.831C.444 6.538.169 7.7.094 9.4.019 11.113 0 11.656 0 16s.019 4.887.094 6.594c.075 1.7.35 2.869.744 3.881.413 1.056.956 1.95 1.85 2.837a7.82 7.82 0 002.831 1.844c1.019.394 2.181.669 3.881.744 1.706.075 2.25.094 6.594.094s4.888-.019 6.594-.094c1.7-.075 2.869-.35 3.881-.744 1.05-.406 1.944-.956 2.831-1.844s1.438-1.781 1.844-2.831c.394-1.019.669-2.181.744-3.881.075-1.706.094-2.25.094-6.594s-.019-4.887-.094-6.594c-.075-1.7-.35-2.869-.744-3.881a7.506 7.506 0 00-1.831-2.844A7.82 7.82 0 0026.482.843C25.463.449 24.301.174 22.601.099c-1.712-.081-2.256-.1-6.6-.1z' fill='%23ffffff'/%3E%3Cpath d='M16 7.781c-4.537 0-8.219 3.681-8.219 8.219s3.681 8.219 8.219 8.219 8.219-3.681 8.219-8.219A8.221 8.221 0 0016 7.781zm0 13.55a5.331 5.331 0 110-10.663 5.331 5.331 0 010 10.663zM26.462 7.456a1.919 1.919 0 11-3.838 0 1.919 1.919 0 013.838 0z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background 100ms ease-out;
}
li.social-media-item.linkedin a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M25.326 0H6.661A6.668 6.668 0 000 6.661v18.672a6.669 6.669 0 006.661 6.668h18.678A6.66 6.66 0 0032 25.354V6.662A6.66 6.66 0 0025.339.001zM10.665 25.326H6.662V10.665h3.997zM8.666 8.999h-.02a2.352 2.352 0 112.351-2.372v.001a2.344 2.344 0 01-2.331 2.325h-.001zm17.992 16.327h-4.003v-7.471c0-4.487-5.329-4.147-5.329 0v7.471h-3.997V10.665h3.997v2.351c1.861-3.448 9.332-3.703 9.332 3.265z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background 100ms ease-out;
}
li.social-media-item.twitter a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M32 7.075a12.941 12.941 0 01-3.769 1.031 6.601 6.601 0 002.887-3.631 13.21 13.21 0 01-4.169 1.594A6.565 6.565 0 0022.155 4a6.563 6.563 0 00-6.563 6.563c0 .512.056 1.012.169 1.494A18.635 18.635 0 012.23 5.195a6.56 6.56 0 00-.887 3.3 6.557 6.557 0 002.919 5.463 6.565 6.565 0 01-2.975-.819v.081a6.565 6.565 0 005.269 6.437 6.574 6.574 0 01-2.968.112 6.588 6.588 0 006.131 4.563 13.17 13.17 0 01-9.725 2.719 18.568 18.568 0 0010.069 2.95c12.075 0 18.681-10.006 18.681-18.681 0-.287-.006-.569-.019-.85A13.216 13.216 0 0032 7.076z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background 100ms ease-out;
}
li.social-media-item.youtube a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M31.681 9.6s-.313-2.206-1.275-3.175C29.187 5.15 27.825 5.144 27.2 5.069c-4.475-.325-11.194-.325-11.194-.325h-.012s-6.719 0-11.194.325c-.625.075-1.987.081-3.206 1.356C.631 7.394.325 9.6.325 9.6s-.319 2.588-.319 5.181v2.425c0 2.587.319 5.181.319 5.181s.313 2.206 1.269 3.175c1.219 1.275 2.819 1.231 3.531 1.369 2.563.244 10.881.319 10.881.319s6.725-.012 11.2-.331c.625-.075 1.988-.081 3.206-1.356.962-.969 1.275-3.175 1.275-3.175s.319-2.587.319-5.181v-2.425c-.006-2.588-.325-5.181-.325-5.181zM12.694 20.15v-8.994l8.644 4.513-8.644 4.481z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background 100ms ease-out;
}
li.social-media-item.mail a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21'%3E%3Cpath d='M18 2a2 2 0 012 2v12a2 2 0 01-2 2H2a2 2 0 01-2-2V4c0-1.1.9-2 2-2h16zm-4.37 9.1L20 16v-2l-5.12-3.9L20 6V4l-10 8L0 4v2l5.12 4.1L0 14v2l6.37-4.9L10 14l3.63-2.9z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background 100ms ease-out;
}
span.ng-hide {
  display: none;
}
#hs_cos_wrapper_footer_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#hs_cos_wrapper_footer_menu ul li {
  position: relative;
  padding: 0 .5em;
  margin-bottom: 0;
  margin-left: 0;
  display: inline-block;
  border-right: 1px solid #b4b5b4;
}
#hs_cos_wrapper_footer_menu ul li:last-child {
  border: none;
}
#hs_cos_wrapper_footer_menu {
  text-align: center;
}
#hs_cos_wrapper_footer_menu #hs_menu_wrapper_footer_menu_:before,
#hs_cos_wrapper_footer_menu #hs_menu_wrapper_footer_menu_:after {
  content: "";
  clear: both;
  display: block;
}

li.social-media-item.facebook a:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M10.784 32V17.402h4.902l.736-5.69H10.79V8.083c0-1.645.454-2.771 2.822-2.771h3.027V.224A39.055 39.055 0 0012.389 0h-.168.009C7.884 0 4.915 2.65 4.915 7.52v4.192H0v5.69h4.915V32h5.875z' fill='%23b4b4b4'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
li.social-media-item.instagram a:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M16 2.881c4.275 0 4.781.019 6.462.094 1.563.069 2.406.331 2.969.55a4.952 4.952 0 011.837 1.194 5.015 5.015 0 011.2 1.838c.219.563.481 1.412.55 2.969.075 1.688.094 2.194.094 6.463s-.019 4.781-.094 6.463c-.069 1.563-.331 2.406-.55 2.969a4.94 4.94 0 01-1.194 1.837 5.02 5.02 0 01-1.837 1.2c-.563.219-1.413.481-2.969.55-1.688.075-2.194.094-6.463.094s-4.781-.019-6.463-.094c-1.563-.069-2.406-.331-2.969-.55a4.952 4.952 0 01-1.838-1.194 5.02 5.02 0 01-1.2-1.837c-.219-.563-.481-1.413-.55-2.969-.075-1.688-.094-2.194-.094-6.463s.019-4.781.094-6.463c.069-1.563.331-2.406.55-2.969a4.964 4.964 0 011.194-1.838 5.015 5.015 0 011.838-1.2c.563-.219 1.412-.481 2.969-.55 1.681-.075 2.188-.094 6.463-.094zM16 0c-4.344 0-4.887.019-6.594.094-1.7.075-2.869.35-3.881.744-1.056.412-1.95.956-2.837 1.85a7.833 7.833 0 00-1.85 2.831C.444 6.538.169 7.7.094 9.4.019 11.113 0 11.656 0 16s.019 4.887.094 6.594c.075 1.7.35 2.869.744 3.881.413 1.056.956 1.95 1.85 2.837a7.82 7.82 0 002.831 1.844c1.019.394 2.181.669 3.881.744 1.706.075 2.25.094 6.594.094s4.888-.019 6.594-.094c1.7-.075 2.869-.35 3.881-.744 1.05-.406 1.944-.956 2.831-1.844s1.438-1.781 1.844-2.831c.394-1.019.669-2.181.744-3.881.075-1.706.094-2.25.094-6.594s-.019-4.887-.094-6.594c-.075-1.7-.35-2.869-.744-3.881a7.506 7.506 0 00-1.831-2.844A7.82 7.82 0 0026.482.843C25.463.449 24.301.174 22.601.099c-1.712-.081-2.256-.1-6.6-.1z' fill='%23b4b4b4'/%3E%3Cpath d='M16 7.781c-4.537 0-8.219 3.681-8.219 8.219s3.681 8.219 8.219 8.219 8.219-3.681 8.219-8.219A8.221 8.221 0 0016 7.781zm0 13.55a5.331 5.331 0 110-10.663 5.331 5.331 0 010 10.663zM26.462 7.456a1.919 1.919 0 11-3.838 0 1.919 1.919 0 013.838 0z' fill='%23b4b4b4'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
li.social-media-item.linkedin a:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M25.326 0H6.661A6.668 6.668 0 000 6.661v18.672a6.669 6.669 0 006.661 6.668h18.678A6.66 6.66 0 0032 25.354V6.662A6.66 6.66 0 0025.339.001zM10.665 25.326H6.662V10.665h3.997zM8.666 8.999h-.02a2.352 2.352 0 112.351-2.372v.001a2.344 2.344 0 01-2.331 2.325h-.001zm17.992 16.327h-4.003v-7.471c0-4.487-5.329-4.147-5.329 0v7.471h-3.997V10.665h3.997v2.351c1.861-3.448 9.332-3.703 9.332 3.265z' fill='%23b4b4b4'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
li.social-media-item.twitter a:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M32 7.075a12.941 12.941 0 01-3.769 1.031 6.601 6.601 0 002.887-3.631 13.21 13.21 0 01-4.169 1.594A6.565 6.565 0 0022.155 4a6.563 6.563 0 00-6.563 6.563c0 .512.056 1.012.169 1.494A18.635 18.635 0 012.23 5.195a6.56 6.56 0 00-.887 3.3 6.557 6.557 0 002.919 5.463 6.565 6.565 0 01-2.975-.819v.081a6.565 6.565 0 005.269 6.437 6.574 6.574 0 01-2.968.112 6.588 6.588 0 006.131 4.563 13.17 13.17 0 01-9.725 2.719 18.568 18.568 0 0010.069 2.95c12.075 0 18.681-10.006 18.681-18.681 0-.287-.006-.569-.019-.85A13.216 13.216 0 0032 7.076z' fill='%23b4b4b4'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
li.social-media-item.youtube a:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M31.681 9.6s-.313-2.206-1.275-3.175C29.187 5.15 27.825 5.144 27.2 5.069c-4.475-.325-11.194-.325-11.194-.325h-.012s-6.719 0-11.194.325c-.625.075-1.987.081-3.206 1.356C.631 7.394.325 9.6.325 9.6s-.319 2.588-.319 5.181v2.425c0 2.587.319 5.181.319 5.181s.313 2.206 1.269 3.175c1.219 1.275 2.819 1.231 3.531 1.369 2.563.244 10.881.319 10.881.319s6.725-.012 11.2-.331c.625-.075 1.988-.081 3.206-1.356.962-.969 1.275-3.175 1.275-3.175s.319-2.587.319-5.181v-2.425c-.006-2.588-.325-5.181-.325-5.181zM12.694 20.15v-8.994l8.644 4.513-8.644 4.481z' fill='%23b4b4b4'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
li.social-media-item.mail a:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21'%3E%3Cpath d='M18 2a2 2 0 012 2v12a2 2 0 01-2 2H2a2 2 0 01-2-2V4c0-1.1.9-2 2-2h16zm-4.37 9.1L20 16v-2l-5.12-3.9L20 6V4l-10 8L0 4v2l5.12 4.1L0 14v2l6.37-4.9L10 14l3.63-2.9z' fill='%23b4b4b4'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}


@media (max-width: 767px) {
  #hs_cos_wrapper_footer_menu ul li {
    display: list-item;
    border: none;
  }
}

@media (max-width: 640px) {
  .footer-logos-container {
    flex-direction: column;
  }
  .footer-logo-link {
    width: 100%;
  }
  li.social-media-item {
    font-size: 11.2px;
  }
  #hs_cos_wrapper_footer_copyright_text {
    margin-top: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-desc {
  color: #6d6e71;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 15px;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 767px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.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;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.blog-sidebar.span3 {
  padding: 3.3rem 0;
}

@media (max-width: 767px) {
  .blog-index__post {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-index {
    display: block;
  }
  .blog-recent-posts__list {
    display: block;
  }
  .blog-recent-posts__post {
    padding-left: 0;
    padding-right: 0;
  }
  .post-item .page-center {
    display: block;
  }
}


@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */


/* EX: @import url('http://example.com/example_style.css'); */

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  line-height: 1.42857143;
  font-size: 14px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
}

.row-fluid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3390ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3390ff;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
span {
  font-family: azo-sans-web,Azo Sans,Open Sans,Nunito,Helvetica Neue,Arial,sans-serif,-apple-system !important;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */

/* Anchor Links */
a { 
  text-decoration: none;
}


/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container-wrapper .page-center {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}
.header-container {}

.custom-top-header {
  padding-right: 10px;
  background-color: #13426b;
  margin: 0;
  margin-bottom: 0;
  min-height: 30px;
  position: relative;
}

.custom-top-header .page-center {
  padding: 0;
}

.custom-header .custom-logo {
  z-index: 1;
  position: relative;
  width: auto !important;
}

.custom-header .custom-logo a {
  float: left;
}

.custom-header .custom-logo a img {
  position: absolute;
  background: #fff;
  border-radius: 50% 50% 0% 0%;
  top: 6px;
  left: 11px;
  height: 70px;
  display: block;
  z-index: 9999;
  width: 70px;
  max-width: 70px;
}

.custom-header .custom-top-header-menu {
  float: right;
  margin: 0;
}

.custom-header .custom-top-header-menu ul {
  font-family: "Myriad Pro", sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  float: right;
}

.custom-header .custom-top-header-menu ul li {
  position: relative;
  display: block;
  float: left;
}

.custom-header .custom-top-header-menu ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
  padding: 15px;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  text-transform: none;
  display: block;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

.custom-header .custom-top-header-menu ul li a:hover {
  color: #dcdcdc;
}

.custom-header .custom-top-header-menu ul li:last-child a {
  padding-right: 0;
}

.custom-bottom-header {
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
          box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
  position: static;
  top: 0;
  width: 100%;
  z-index: 10005;
  margin-bottom: 8px;
}

ul.nav.navbar-nav.navbar-right.main_nav_right_cl {
  margin: 0;
  padding: 0;
  list-style: none;
/*   float: right !important; */
  font-family: "Myriad Pro", sans-serif;
  margin-right: 0;
}

ul.nav.navbar-nav.navbar-right.main_nav_right_cl li {
  position: relative;
  display: block;
  float: left;
}

ul.nav.navbar-nav.navbar-right.main_nav_right_cl li a {
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
  display: inline-block;
  margin-top: 9px;
  font-size: 14px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #b31c27;
  border-color: #b31c27;
  color: #feffff;
  line-height: 20px;
  left: 7px;
}

ul.nav.navbar-nav.navbar-right.main_nav_right_cl li a:hover {
  border-color: #8b0000;
  color: #ccc;
}

.header-search {
    margin-bottom: -27px;
}
.custom-header .custom-header-search {
  margin: 0;
  width: calc(100% - 35.999%) !important;
}

.custom-header .custom-header-search  > div.hs_cos_wrapper{
  display: flex;
}

.header-search > li {
  position: static;
/*   float: left; */
  list-style:none;
}

.header-search > li > form {
  padding: 10px 15px;
  margin-top: 9px;
  margin-right: -15px;
  margin-bottom: 9px;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left !important;
  padding-left: 14px;
}

.navbar-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  display: inline-table !important;
  vertical-align: middle;
}

.input-group-addon {
  position: relative;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  width: auto;
}

.input-group-addon a.dropdown-toggle {
  color: #337ab7;
  text-decoration: none;
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 4px;
  width: 125px;
  max-width: 125px;
  font-family: "Myriad Pro", sans-serif;
}

.input-group-addon a.dropdown-toggle:hover {
  color: #23527c;
}

.dropdown-menu {
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  margin: 0;
  list-style: none;
  border-radius: 0 !important;
  position: absolute;
  background-color: #fff;
  color: #004065;
  border-color: #004065;
  -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.2);
          box-shadow: 1px 1px 6px rgba(0,0,0,.2);
  -webkit-transition: all .5s ease 3s;
  -o-transition: all .5s ease 3s;
  transition: all .5s ease 3s;
  margin-top: 8px;
  top: 100%;
  left: 0;
}

.dropdown-menu li {}

.dropdown-menu li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 5px 15px 5px 15px;
  clear: both;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: left;
  font-family: "Myriad Pro", sans-serif;
}

.dropdown-menu li a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #e8e8e8;
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}

.dropdown-menu {
  display: none;
}

.form-open .dropdown-menu {
  display: block;
}

.custom-header .form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  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, -webkit-box-shadow ease-in-out .15s;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border-radius: 0;
  width: 458.953px;
  font-family:"Myriad Pro", sans-serif;
}

.custom-header .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

span.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

span.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: auto;
}

span.input-group-btn button.btn.btn-primary {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #B31C27;
  border-color: #b12028;
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 2;
  margin-left: -1px;
}

span.input-group-btn button.btn.btn-primary:hover {
  background-color: #b12028;
  border-color: #b12028;
  background-position: 0 -15px;
}

/* =============== Content =============== */

.content-container {
  display: block;
}

.body-container-wrapper .page-center {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1170px;
}
.body-container {}

.content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container-wrapper .page-center {
  max-width: 1170px;
  padding-left:15px;
  padding-right:15px;
}

.custom-footer {
  bottom: 0;
  width: 100%;
  font-size: 10px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
}

.row.footer-upper {
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  color: #777;
  padding-top: 3px;
}

.row.footer-upper .col-sm-2 {
  width: 16.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.row.footer-upper .col-sm-3 {
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 25%;
}

div#social-footer {
  width: 25%;
  float: left;
  position: relative;
  padding:0;
}

.custom-footer {
}

.brand-3M-home {
  float: left;
  position: absolute;
  left: -69px;
  top: 20px;
  display: inherit;
}

.list-inline {
  margin: 0;
  margin-left: -5px;
  list-style: none;
  padding-left: 0;
  float: right;
  margin-bottom: 2px;
}

.list-inline li {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  padding-left: 5px;
  font-size: 11px;
}

.list-inline li a {
  color: #337ab7;
  text-decoration: none;
}

.list-inline li a:hover {
  color: #23527c;
  text-decoration: none;
}

.footer-copy {
  text-align: right;
  display: inline-block;
  font-size: 11px;
  padding-top: 7px;
  float: right;
}

.top-social.hidden-xs {
  float: right;
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-top: 6px;
  margin-bottom: 4px;
}

.top-social.hidden-xs li {
  float: left;
  display: inline;
  margin: 0 2px;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  border: 0;
  height: 35px;
}

.top-social.hidden-xs li a {
  text-decoration: none;
  display: block;
  width: 34px;
  height: 33px;
  background-image: url('//cdn2.hubspot.net/hubfs/5541471/Grimco_June2019%20/Images/socials.png');
}

.top-social.hidden-xs li a.social1-top {
  background-position: 306px 100%;
}

.top-social.hidden-xs li a.social2-top {
  background-position: 442px 100%;
}

.top-social.hidden-xs li a.social3-top {
  background-position: 272px 100%;
}

.top-social.hidden-xs li a.social4-top {
  background-position: 374px 100%;
}

.top-social.hidden-xs li a.social5-top {
  background-image: url(//cdn2.hubspot.net/hubfs/5541471/Grimco_June2019%20/Images/igram.png);
}

.brand-3M-home img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
}

div#google_translate_element select {
  color: #666;
}

.footer-upper .title {
  margin: 5px 0 2px;
  background: none;
  padding: 0;
  color: #000;
  cursor: auto;
  font-size: 13px;
  line-height: 1.42857143;
}

.footer-upper .title strong {
  font-weight: 500;
}

.row.footer-upper .col-sm-2 ul.list {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 0;
  list-style: none;
}

.row.footer-upper .col-sm-2 ul.list li {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
}

.row.footer-upper .col-sm-2 ul.list li a {
  color: #337ab7;
  text-decoration: none;
}

.row.footer-upper .col-sm-2 ul.list li a:hover {
  color: #23527c;
  text-decoration: none;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

@media screen and (min-width:992px) {
  .custom-menu-primary.mobile.js-enabled.outer-menu {
    display: none !important;
  }
  .custom-header.mobile {
    display: none !important;
  }

  /* =============== Custom Menu Primary =============== */
  .custom-header .custom-menu-primary.js-enabled {
    margin-left: 80px;
    width: auto  !important;
  }

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{}
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    display: block;
    position: static !important;
    padding-bottom: 7px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: inline-block;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
    line-height: 20px;
    padding-top: 9px;
    padding-bottom: 8px;
    font-size: 14px;
    margin-top: 8px;
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
    font-family:"Myriad Pro", sans-serif;
    color: #337ab7;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > a:after {
    position: relative;
    vertical-align: top;
    font-family: FontAwesome;
    border: none;
    content: "";
    margin-left: 7px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > a:after {
    margin-left: 3px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(3) > a:after {
    margin-left: 4px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    background-color: #b31c27;
    color: #fff;
  }
  .custom-bottom-header {
    height: 52px;
  }
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    top: 88%;
    bottom: auto;
    left: 0;
    right: 0;
    padding: 15px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: -16px;
    margin-right: -16px;
    background-color: #fff;
    color: #004065;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.2);
            box-shadow: 1px 1px 6px rgba(0,0,0,.2);
    -webkit-transition: all .5s ease 3s;
    -o-transition: all .5s ease 3s;
    transition: all .5s ease 3s;
  }
  .custom-bottom-header .page-center {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    width: 25%;
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    position: relative;
    display: block;
    padding: 5px 15px 5px 15px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin-right: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid transparent;
    color: #337ab7;
    text-decoration: none;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 400;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:after{
    content: "\f105";
    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;
    margin-left: .3em;
    position: absolute;
    right: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > a{
    background-color: #b31c27;
    color: #fff;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > ul ul {
    left: 25% !important;
    right: auto !important;
    width: 75% !important;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul ul li {
    width: 50%;
    padding: 0 23px;
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul h2.title {
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 22px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 25px;
    border-bottom: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    line-height: 1;
    clear: both;
    font-weight: 500;
    color:rgb(0, 64, 101);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    display: block;
    padding: 5px 15px 4px 14px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-size: 14px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul li.hs-menu-depth-4:hover > a{
    background-color: #b31c27;
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul ul li ul {
    height: auto !important;
    display: block !important;
    position: static !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    height: 100% !important;
    width: 100% !important;
    padding: 15px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover ul li ul {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .custom-menu-primary .hs-menu-wrapper >ul ul ul ul li {
    width: 100%;
    float: none;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:nth-child(1) ul > li {
    float:none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:nth-child(3) ul ul {
    padding-top: 4px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:nth-child(3) > ul > li > a {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) h2.title {
    margin: 3px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-family: "Myriad Pro", sans-serif;
    position:absolute;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul li.hs-menu-item.hs-menu-depth-2 > a:after {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul li.hs-menu-item.hs-menu-depth-2 {
    padding-top: 39px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) li.hs-menu-item.hs-menu-depth-2 {
    float: left !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) li.hs-menu-item.hs-menu-depth-2 ul li {
    float: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul {
    display: block !important;
    position: static !important;
    width: 75% !important;
    height: 100% !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2):hover li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul {
    visibility: visible !important;
    opacity: 1  !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    padding-top: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {
    padding: 0;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper h2.title {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 {
    padding: 0;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 a {
    padding: 5px 15px 5px 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover a {
    background: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 a {
    padding: 5px 15px 5px 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 a:hover {
    background-color: #b31c27;
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child li.hs-menu-item.hs-menu-depth-2.hs-item-has-children li.hs-menu-item.hs-menu-depth-3.hs-item-has-children > a {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child li.hs-menu-item.hs-menu-depth-2.hs-item-has-children li.hs-menu-item.hs-menu-depth-3.hs-item-has-children > ul {
    padding-top: 3px;
  }

  .menu-1 .custom-menu-primary .hs-menu-wrapper>ul>li > ul {
    min-height: 295px;
  }

  .menu-2 .custom-menu-primary .hs-menu-wrapper>ul>li > ul {
    min-height: 355px;
  }

  .menu-3 .custom-menu-primary .hs-menu-wrapper>ul>li > ul {
    min-height: 235px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child li.hs-menu-item.hs-menu-depth-3.hs-item-has-children:hover a {
    background: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child li.hs-menu-item.hs-menu-depth-3.hs-item-has-children li.hs-menu-item.hs-menu-depth-4 a:hover {
    background-color: #b31c27;
    color: #fff;
  }


  /* Override max width on menu links */
  .custom-menu-primary .hs-menu-wrapper > ul li a, 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
  }

  /* Fix menu disappearing on desktop after toggling mobile menu */

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 991px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 15px;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-radius: 4px;
    color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 9px 10px;
    margin-top: 7px;
    margin-right: 20px;
    margin-bottom: 7px;
    background-color: #b31c27;
    z-index: 9999;
  }

  .header-container-wrapper .page-center {
    position: relative;
  }

  .mobile-trigger .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    height: 3px;
    background-color: #feffff;
  }

  .mobile-trigger .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: none !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 53px !important; /* Button height */  
    padding: 0 !important;
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    /* position: relative; */
    padding-top: 00;
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.6);
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.6);
    -webkit-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    height: 100%;
    background: #333;
    display: block !important;
    overflow-y: auto !important;
  }
  body {
    overflow-x: hidden;
  }
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .custom-menu-primary ul li {
    position: static !important;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: absolute !important;
    padding: 0;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: .5s all !important;
    -o-transition: .5s all !important;
    transition: .5s all !important;
    height: 100%;
    left: 100% !important;
    width: 100%;
    z-index: 999;
    background: #333;
    display: block !important;
    padding-top: 100px;
    padding-bottom: 41px;
    overflow-y: auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.active-menu > ul.hs-menu-children-wrapper {
    left: 0 !important;
  }

  .dl-back {
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Candara', sans-serif;
    cursor: pointer;
  }

  .mobile-trigger {
    display: flex !important;
    max-height: 35px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: white;
    bottom: 1px;
  }

  .page-center {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .mobile-search-btn {
    margin-bottom: 28px;
    margin-right: 25px;
  }


}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2,
h2.post-listing-simple {
  margin: 0 0 10px;
  padding: 0;
}

.post-header h2 a,
h2.post-listing-simple a {
  text-decoration: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {
  margin: 0 0 10px;
  padding: 0;
}

#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display: inline-block;
  margin: 5px 0;
}

/* Blog Topics List */
#hubspot-topic_data {
  color: #888888;
  font-weight: bold;
  margin: 4px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  margin-right: 10px !important;
}

.hs-blog-social-share-list{
  list-style:none;
  margin:0;
  padding:0;
}
.hs-blog-social-share-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.custom_listing_comments{
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left !important;
}



.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }



#comments-listing {
  border: 1px solid #ccc;

  margin-bottom: 30px;

  margin-top: 30px;

}


.comment.depth-0 {

  border-bottom: 1px solid #000 !important;

  border-top: medium none !important;

  margin: 0 10px 10px !important;

  padding: 0 15px !important;

}


.comment-body {

  border-bottom: medium none;

  color: inherit;

  display: block;

  padding: 0;

}


.comment-reply-to{
  margin-bottom: 15px;

}


.comment-from h4 {

  margin: 0;

  padding-top: 15px;

}



.comment-from h4 a {

  text-decoration: none;

}


.comment-date {

  color: inherit !important;

  display: block !important;

  text-align: left;

}



/* Pagination */
.blog-pagination {}
.blog-pagination a{
  display: inline-block;
  padding-right: 10px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}


#comments-listing.no-comments {
  border: none;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

.subscription-template .body-container #email-prefs-form .email-edit {
  max-width: 100% !important;
}

.hs-search-field,
.body-container .hs_cos_wrapper_type_blog_subscribe, 
.body-container .hs_cos_wrapper_type_google_search, 
.body-container .hs_cos_wrapper_type_form, 
.body-container .hs_cos_wrapper_type_password_prompt,
.body-container #email-prefs-form,
.body-container #comment-form{
  max-width:700px;
  display:block;
  margin-bottom:30px;
}

.subscription-template-form .body-container #email-prefs-form{
  max-width: 100%;
  border-top:none;
  border-bottom:none;
  padding: 0px;
  background-color: transparent;
  display:block;
}

.body-container #hs_cos_wrapper_blog_subscription {
  background: none;
  max-width: 100%;
}

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.hs-form-field > label {}

ul.hs-error-msgs.inputs-list label {
  color: red;
  display: block;
}

ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
}

/* One Line Inputs */
body .body-container-wrapper input[type="text"],
body .body-container-wrapper input[type="password"], 
body .body-container-wrapper input[type="datetime"], 
body .body-container-wrapper input[type="datetime-local"], 
body .body-container-wrapper input[type="date"], 
body .body-container-wrapper input[type="month"], 
body .body-container-wrapper input[type="time"], 
body .body-container-wrapper input[type="week"], 
body .body-container-wrapper input[type="number"], 
body .body-container-wrapper input[type="email"], 
body .body-container-wrapper input[type="url"], 
body .body-container-wrapper input[type="search"], 
body .body-container-wrapper input[type="tel"], 
body .body-container-wrapper input[type="color"],
body .body-container-wrapper input[type="file"],
body .body-container-wrapper textarea,
body .body-container-wrapper select {
  -webkit-appearance: none;
  margin: 0;
  font: inherit;
  font-family: inherit;
  display: block;
  width: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  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, -webkit-box-shadow ease-in-out .15s;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-bottom: 15px;
}

body .body-container-wrapper input[type="text"]:focus,
body .body-container-wrapper input[type="password"]:focus, 
body .body-container-wrapper input[type="datetime"]:focus, 
body .body-container-wrapper input[type="datetime-local"]:focus, 
body .body-container-wrapper input[type="date"]:focus, 
body .body-container-wrapper input[type="month"]:focus, 
body .body-container-wrapper input[type="time"]:focus, 
body .body-container-wrapper input[type="week"]:focus, 
body .body-container-wrapper input[type="number"]:focus, 
body .body-container-wrapper input[type="email"]:focus, 
body .body-container-wrapper input[type="url"]:focus, 
body .body-container-wrapper input[type="search"]:focus, 
body .body-container-wrapper input[type="tel"]:focus, 
body .body-container-wrapper input[type="color"]:focus,
body .body-container-wrapper input[type="file"]:focus,
body .body-container-wrapper textarea:focus,
body .body-container-wrapper select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


.hs_recaptcha {
  margin: 15px 0;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

#comment-form input.hs-button.primary {
  margin-top: 10px;
}

.span12 {
    margin: inherit;
}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */

/* All Global Buttons (Excluding CTAs)=================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none !important;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #B31C27;
  border-color: #b12028;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  text-decoration: none;
  background-color: #b12028;
  border-color: #b12028;
  background-position: 0 -15px;
  color: #fff;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.menu-is-not-here .custom-top-header {
  height: 30px;
}

.menu-is-not-here .custom-copyright.list-inline ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  padding-bottom: 2px;
}

.menu-is-not-here .custom-copyright.list-inline {
  text-align: right;
}

.menu-is-not-here .custom-copyright.list-inline p {
  margin: 0;
  text-align: right;
  display: inline-block;
  font-size: 11px;
  padding-top: 7px;
  color: #777;
}

.hs-author-social-section {
  margin-top: 15px;
}

.replying {
  padding: 1em;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1439px) {
  .input-group-addon a.dropdown-toggle {
    width: 100px;
    max-width: 100px;
  }
  .custom-header .form-control {
    width: 513.953px !important;
  }
  .custom-header .custom-logo a img {
    top: 37px;
    left: 9px;
    height: 40px;
    width: 40px;
  }
  .custom-header .custom-menu-primary.js-enabled {
    margin-left: 50px;
  }
  .custom-header .custom-header-search {
    margin: 0;
    width: calc(100% - 28.999%) !important;
  }
  ul.nav.navbar-nav.navbar-right.main_nav_right_cl li a {
    left: 2px;
  }
}

@media (max-width: 1229px) and (min-width: 1198px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    width:100%;
  }
}

@media (max-width: 1199px) {
  .footer-container-wrapper .page-center,
  .header-container-wrapper .page-center {
    max-width: 970px;
  }
  .custom-header .form-control {
    width: 388.203px !important;
  }
  .custom-header .custom-header-search {
    margin: 0;
    width: calc(100% - 38.999%) !important;
  }
  .custom-header .custom-menu-primary.js-enabled {
    margin-left: 36px;
  }
  .header-search>li>form {
    padding-left: 8px;
    padding-right: 5px;
  }
  ul.nav.navbar-nav.navbar-right.main_nav_right_cl {
    margin-right: -17px;
  }
}

@media (max-width: 1024px) {
  .custom-header .custom-logo a img {
    top: 36px;
    left: 5px;
    height: 40px;
  }
}

@media (max-width: 1020px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    width:100%;
  }
}

@media (max-width: 991px) and (max-height: 700px) {
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    height: 139vh !important;
  }
}

@media (max-width: 991px) and (max-height: 500px) {
  html.no-js.menu-open-m {
    overflow: hidden;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    height: 100vh;
    overflow-y: scroll !important;
  }
}
@media (max-width: 991px) {
  .custom-menu-primary.mobile.js-enabled {
    display: none !important;
  }
  .custom-menu-primary.mobile.js-enabled.outer-menu {
    display: block !important;
  }
  .footer-container-wrapper .page-center,
  .header-container-wrapper .page-center {
    max-width: 750px;
  }
  .brand-3M-home {
    display: none;
  }
  .custom-header.desktop {
    display: none !important;
  }
  .custom-header {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
            box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
    position: static;
    top: 0;
    width: 100%;
    z-index: 10005;
    margin-bottom: 8px;
    background-color: #13426b;
  }
  .custom-header .custom-logo a img {
    display: block;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    height: 45px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 3px;
    -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
    -webkit-transform-origin: inherit;
        -ms-transform-origin: inherit;
            transform-origin: inherit;
    background: transparent;
    width: 45px;
  }
  .custom-header .custom-logo {
    position: static;
  }
  .custom-header > div {
    min-height: 50px;
  }
  .header-container-wrapper .page-center {
    position: relative;
  }
  .user-login-icon {
    position: absolute;
    top: 0;
    right: 0;
  }
  .user-login-icon a {
    color: white;
    font-size: 35px;
  }
  .rght-side-user-mmenu {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    background: #000;
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.6);
    background: #333;
    left: auto;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    transform: translate(100%,0);
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    z-index: 999999;
  }
  .user-popup-open .rght-side-user-mmenu {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  body.user-popup-open {
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li{
    padding: 0 20px;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 20px 10px 19px 20px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding-right: 20px;
    text-align: center;
    color: rgba(255,255,255,.6);
    text-transform: uppercase;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.6);
    color: rgba(255,255,255,.6);
    line-height: 20px;
    border-color: rgba(255,255,255,.2);
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
  }
  .footer-container-wrapper, .header-container-wrapper, .body-container-wrapper {
    position: relative;
    left: 0;
    transition: -webkit-all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    transition: all .4s ease,-webkit-transform .4s ease;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .mobile-open .footer-container-wrapper, .mobile-open .header-container-wrapper, .mobile-open .body-container-wrapper {
    left: 440px;
    transition: -webkit-all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    transition: all .4s ease,-webkit-transform .4s ease;
  }
  span.mm-next.mm-fullsubopen {
    position: absolute;
    right: -7px;
    top: 30px;
  }
  span.mm-next.mm-fullsubopen:after {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 10px;
    left: auto;
    border-color: rgba(0,0,0,.3);
    border-color: rgba(255,255,255,.4);
  }
  span.mm-next.mm-fullsubopen:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    border-color: rgba(255,255,255,.2);
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back i {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    padding: 10px 0;
    color: rgba(255,255,255,.4);
    left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back i:before {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
    border-color: rgba(255,255,255,.4);
    bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back a {
    padding: 0;
    width: 100%;
    text-transform: none;
    border: 0 !important;
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back h2.title {
    margin: 0;
    display: block;
    padding: 10px 0;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: rgba(255,255,255,.4);
    font-size: 12px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    line-height: 20px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper:before {
    content: '';
    display: block;
    height: 20px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding-top: 80px;
  }
  .mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    border-color: rgba(255,255,255,.2);
  }
  .mm-navbar a.mm-title {
    text-decoration: none;
    display: block;
    padding: 10px 0;
    color: rgba(255,255,255,.4);
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
  }
  .mm-search {
    height: 40px;
    padding: 7px 10px 0 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    top: 40px;
  }
  .mm-search input {
    border: none !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-radius: 4px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px;
    background: rgba(255,255,255,.3);
    color: rgba(255,255,255,.6);
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child {
    padding-bottom: 41px;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul ul li a span {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child > a {
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li:last-child > a {
    border: 0;
  }
  ul.mm-listview {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 60px;
  }

  ul.mm-listview li {
    font: inherit;
    font-size: 14px;
    line-height: 20px;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    position: relative;
  }

  ul.mm-listview li a {
    padding-right: 20px !important;
    text-align: center;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
  }
  ul.mm-listview li:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    border-color: rgba(255,255,255,.2);
  }
  ul.mm-listview li a:hover {
    color: #fff;
  }
  ul.mm-listview li:last-child:after {
    display: none;
  }
  div#mm-blocker {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1;
    background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    right: 0;
    bottom: 0;
  }
  .user-popup-open div#mm-blocker {
    display: block;
    -webkit-transform: translate(-440px,0);
    -ms-transform: translate(-440px,0);
    transform: translate(-440px,0);
    -webkit-transform: translate3d(-440px,0,0);
    transform: translate3d(-440px,0,0);
  }
  .mobile-open div#mm-blocker {
    display: block;
    -webkit-transform: translate(440px,0);
    -ms-transform: translate(440px,0);
    transform: translate(440px,0);
    -webkit-transform: translate3d(440px,0,0);
    transform: translate3d(440px,0,0);
  }
  .mobile-open div#site-wrapper {
    overflow: hidden;
  }
}

@media (max-width: 784px) {
  .user-login-icon {
    right: 15px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }
  .footer-container-wrapper .page-center,
  .header-container-wrapper .page-center {
    max-width: 100%;
  }
  .brand-3M-home {
    display: none;
  }
  .row.footer-upper .col-sm-2 {
    display: none;
  }
  .row.footer-upper .col-sm-3 {
    display: none;
  }
  div#social-footer {
    display: block;
    width: 100%;
  }
  .text-center {
    text-align: center;
  }
  .top-social.hidden-xs {
    display: none;
  }
  .footer-copy {
    display: inline-block;
    font-size: 11px;
    padding-top: 7px;
    float: right;
  }
  .footer-policy {
    text-align: center;
    width: 100%;
  }
  .list-inline {
    display: inline;
    width: 100%;
    height: 100%;
    float: left;
  }
  .list-inline li {
    display: inline;
    float: left;
    padding-left: 6px;
    width: 50%;
  }
  .menu-is-not-here .custom-copyright.list-inline p {
    display: block;
    text-align: center;
  }
  .section.post-body img {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .menu-is-not-here .custom-copyright.list-inline ul {
    text-align: center;
  }
}  

@media (max-width: 549px) {
  .mobile-open .footer-container-wrapper, .mobile-open .header-container-wrapper, .mobile-open .body-container-wrapper{
    left:80%;
  }
  .user-popup-open div#mm-blocker {
    display: block;
    -webkit-transform: translate(-80%,0);
    -ms-transform: translate(-80%,0);
    transform: translate(-80%,0);
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0);
  }
  .mobile-open div#mm-blocker {
    -webkit-transform: translate(80%,0);
    -ms-transform: translate(80%,0);
    transform: translate(80%,0);
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0);
  }

}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {

  .subscription-template .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }

  #captcha_wrapper {
    overflow-x: auto;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    display: block !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .list-inline li {
    display: inline;
    float: left;
    padding-left: 6px;
    width: 50%;
    font-size: 10px;
  }
  .footer-copy {
    text-align: center;
    width: 100%;
    padding-bottom: 5px;
  }
  .list-inline li + li {
    padding-left: 26px;
  }
}

@media (max-width: 320px) {
  .emulator .custom-menu-primary.js-enabled .hs-menu-wrapper {

  }
}

/* Captiva Custom */

.hs-blog-header h1{
    text-align: center;
}

.intro-text div{
    text-align: center;
}

.feed .hs_cos_wrapper_type_blog_social_sharing{
    display: none;
}

.feed .custom_listing_comments{
    display: none;
}

.feed .post-listing{
    padding: 2rem 0;
}

.post-item{
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
            box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    background-color: #ffffff;
    border-top: 10px solid #13426B;
    margin: 2rem 0;
}

.post-item__grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.post-item__body{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
    padding: 2rem;
}
.post-item__header{}
.post-item__title{
    font-size: 22px;
    color: #13426B;
    margin: 0;
    margin-bottom: 1rem;
}
.post-item__title__link{
    font-size: 22px;
    color: #13426B;
}
.post-item__content{}

.post-item__content p{
    font-size: 16px;
    margin: 0;
    margin-bottom: 2rem;
}
.post-item__media{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    overflow: hidden;
}
.post-item__image__link{}
.post-item__image{}

@supports((-o-object-fit: cover) or (object-fit: cover)){
    .post-item__image {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}

.post-item__footer{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    background-color: rgba(19, 66, 107, 0.1);
    padding: 0.66rem 2rem;
}
.post-item__info{
    color: #13426B;
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
}
.post-item__date{
    display: inline-block;
    margin-right: 0.25rem;
}
.post-item__author{
    display: inline-block;
    margin-left: 0.25rem;
}

.btn-group{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
}

@media(min-width: 1024px){
    .btn-group{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.btn{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    background-color: #b12028;
    color: #fff;
    padding: .55rem 2.5rem;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    margin: 0.25rem 0;
}

.btn:hover,
.btn:focus{
    color: #fff;
}

.btn__icon{
    margin-left: 1rem;
    margin-right: -0.5rem;
    font-size: 12px;
}

.btn--flip .btn__icon{
    margin-right: 1rem;
    margin-left: -0.5rem;
}

.post{

}
.post__header{
    text-align: center;
}
.post__title{
    font-size: 30px;
    font-weight: 800;
    color: #13426B;
}
.pill{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    background-color: #b12028;
    color: #fff;
    padding: .55rem 2.5rem;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}
.post__info{
    color: #fff;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}
.post__date{
    display: inline-block;
    margin-right: 0.5rem;
}
.post__author{
    display: inline-block;
    margin-left: 0.5rem;
}
.post__body{
    padding: 2rem 0;
}

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

body{
    font-size: 16px;
    line-height: 1.6;
}

.body-container-wrapper .page-center{
    max-width: 1170px;
}

.hs-blog-post .body-container-wrapper .page-center{
    max-width: 960px;
}

/*  */

.row {
    /* max-width: 62.5rem; */
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
}

.columns {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    padding-right: .625rem;
    padding-left: .625rem;
    min-width: 0;
}

.small-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
}

@media print,
screen and (min-width: 40em) {
    .medium-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

/*  */

.list-box {
    background-color: #F5F5F5;
    border-top: 5px solid #B32028;
    padding: 0.25rem;
    margin-bottom: 1rem;
}

@media(min-width: 1024px){
    .list-box {
        margin-bottom: 0;
    } 
}

.list-box--full{
    height: 100%;
}

.list-box__title {
    color: #B32028;
    text-align: center;
    text-transform: uppercase;
}

.list-box__container {
    padding: 0.25rem;
}

.list-box__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-box__list__item {
    padding: 0.75rem 0;
    border-bottom: 1px solid #D1D1D1;
}

.list-box__list__item:last-of-type{
    border-bottom: 0;
}

.list-box__list__overflow{
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.list-box__list__overflow.is-open{
    max-height: 1000px;
}

.list-box__list__link {
    color: #6d6e71;
    font-size: 18px;
    font-weight: 500;
    padding: 0.25rem;
    line-height: 1;
}

.list-box__trigger{
    background-color: #b12028;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin: 0.5rem 0.25rem;
    width: calc(100% - 0.5rem);
    text-align: center;
    padding: 0.75rem 0;
    line-height: 1;
}

.list-box__trigger__text{

}

/* Blog Grid */

.blog-grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.blog-grid__item{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0.625rem;
}

@media(min-width: 1024px){
    .blog-grid__item{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

.blog-grid__item--double{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}

@media(min-width: 1024px){
    .blog-grid__item--double{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66%;
                flex: 0 0 66.66%;
        max-width: 66.66%;
    }
}

/* Post Card */

.post-card{
    background-color: #F5F5F5;
    height: 100%;
}

.post-card--large{
    
}

.post-card__header{
    position: relative;
}

.post-card__media{

}

.post-card__image{
    
}

.post-card__label{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #b12028;
    color: #fff;
    padding: 0.5rem 1rem;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
}

.post-card__label:hover{
    color: #b12028;
    background-color: #fff;
}

.post-card__body{
    padding: 2rem 1rem;
}

.post-card__title{
    font-size: 24px;
    margin: 0;
}

.post-card__title--large{
    font-size: 30px;
}

/* Popular List */

.popular-list{
    list-style: none;
    counter-reset: my-counter;
    margin: 0 0.5rem;
    padding: 0;
}

.popular-list__item{
    counter-increment: my-counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #D1D1D1;
}

.popular-list__item:last-of-type{
    border: 0;
}

.popular-list__item::before{
    content: counter(my-counter);
  	color: #6d6e71;
    font-size: 40px;
    font-weight: bold;
    margin-right: 1rem;
    line-height: 1;
}

.popular-list__title{
    font-size: 18px;
    margin: 0;
    line-height: 1.33;
}

/*  */

.blog-wrapper{
    padding: 1rem 0;
}

@media(min-width: 1024px){
    .blog-wrapper{
        padding: 3rem 0;
    }  
}

.blog-title{
    text-align: center;
    color: #13426B;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 3rem;
    line-height: 1;
}

.blog-title--tag{
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*  */

.post-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}

@media(min-width: 1024px){
    .post-header{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.post-header__media{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
}

@media(min-width: 1024px){
    .post-header__media{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    max-width: 50%;
    }

    @supports((-o-object-fit: cover) or (object-fit: cover)){
        .post-header__media{
            height: 550px;
        }
    }
}

.post-header__image{
    width: 100%;
    max-height: 600px;
}

@supports((-o-object-fit: cover) or (object-fit: cover)){
    .post-header__image{
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}

.post-header__content{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

@media(min-width: 1024px){
    .post-header__content{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    } 
}

.post-header__info{
    background: #F5F5F5;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    padding-left: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
}

.post-tags{
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media(min-width: 1024px){
    .post-tags{
        margin: 1rem 0;
    } 
}

.post-tags__item{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-right: 1px solid #b12028;
}

.post-tags__item:last-of-type{
    border-right: 0;
}

.post-tags__item:first-of-type{
    padding-left: 0;
}

.post-tags__item:last-of-type{
    padding-right: 0;
}

.post-tags__label{
    color: #b12028;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

@media(min-width: 1024px){
    .post-tags__label{
        font-size: 18px;
    } 
}

.post-header__title{
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    color: #6d6e71;
    max-width: 24ch;
    margin: 0 0 3rem 0;
}

@media(min-width: 1024px){
    .post-header__title{
        margin: 0;
        margin-top: 2rem;
    } 
}

.post-header__meta{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    padding-left: 2rem;
    margin-top: -1rem;
}

@media(min-width: 1024px){
    .post-header__meta{
        margin: 0;
    }
}

.post-header__meta__media{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #F5F5F5;
    border: 2px solid #FFF;
}

@media(min-width: 1024px){
    .post-header__meta__media{
        border: 0;
    }
}

.post-header__meta__image{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.post-header__meta__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 1rem;
}

.post-header__meta__author{
    font-size: 18px;
    font-weight: bold;
    color: #6d6e71;
    margin: 0;
}

.post-header__meta__date{
    margin: 0;
}

.post-body{
    padding: 2rem 0;
}

@media(min-width: 1024px){
    .post-body{
        padding: 3rem 0;
    }
}

.post-header__back{
    margin-top: 0.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    border-radius: 60px;
    font-weight: 700;
    letter-spacing: 0.33px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media(min-width: 1024px){
    .post-header__back{
        margin-top: 0;
        margin-bottom: 2rem;
    }
}

.post-header__back__icon {
    font-size: 0.8rem;
    margin-right: 0.33rem;
}



/*  */

.social__wrapper{
    position: relative;
    display: block;
    overflow: visible;
    min-height: 1px;
}

.social{
    list-style: none;
    margin: 1rem 0;
    padding: 0 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media(min-width: 1024px){
    .social{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

@media(min-width: 1024px){
    .social.is-sticky{
        position: fixed;
        top: 1rem;
    }
}

.social__item{
    height: 38px;
    width: 38px;
    margin: 0.5rem;
}

@media(min-width: 1024px){
    .social__item{
        margin: 0.5rem 0;
    } 
}

.social__icon{
    width: 100%;
}

/*  */

.custom-bottom-header{
    margin-bottom: 0;
}
/*  */

blockquote{
    padding: 5rem 3rem 4rem;
    background-color: #F5F5F5;
    margin: 1rem 0;
    position: relative;
}

blockquote::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 75px;
    width: 75px;
    background-color: #ffffff;
}

blockquote::after{
    content: '“';
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #b12028;
    font-size: 85px;
    line-height: 1;
}

blockquote p{
    margin-bottom: 1rem;
}

blockquote p:last-child{
    margin: 0;
}

/*  */

.header-container-wrapper{
    position: relative;
    z-index: 100;
}

span.input-group-btn button.btn.btn-primary{
    margin: 0;
}

.input-group-addon a.dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    line-height: 1;
    height: 100%;
}

/*  */

.search__container{
    margin: 0 0 0.625rem 0;
    background-color: #F5F5F5;
    padding: 1rem;
}

.search__form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search__input,
body .body-container-wrapper input[type="text"].search__input{
    margin: 0;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #cccccc;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.search__submit{
    line-height: 1;
    display: inline-block;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    background: #b12028;
    color: rgb(255, 255, 255);
    margin-left: 0.5rem;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    cursor: pointer;
}

/*  */

.blog-title__search{
    text-transform: capitalize;
    color: #b32028;
    font-weight: 400;
    font-size: 2.25rem;
}

.align-middle{
  align-items: center;
}

.post-body h2{
    font-size: 30px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.post-body h3{
    font-size: 24px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #13426B;
}

.post-body h4{
    font-size: 20px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.mb-4{
    margin-bottom: 2rem;
}

.text-center{
    text-align: center;
}

.pagination-wrapper{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pagination{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.pagination li {
    line-height: 1;
    padding: 1rem 0.75rem;
    background-color: #fff;
    font-weight: 600;
    border: 1px solid hsl(208, 21%, 75%);
    border-right: 0;
    overflow: hidden;
}

.pagination li.active{
    background-color: #b12028;
    border-top-color: #b12028;
    border-bottom-color: #b12028;
}

.pagination li.active,
.pagination li.active a,
.pagination li.active span,
.pagination li.active i{
    color: #fff;
}

.pagination li.disabled{
    background-color: hsl(208, 21%, 95%);
    color: hsl(208, 31%, 75%);
}

.pagination li:first-child {
    margin-left: 0;
    border-radius: 8px 0 0 8px;
    border: 1px solid hsl(208, 21%, 75%);
    border-right: 0;
}

.pagination li:last-child {
    margin-right: 0;
    border-radius: 0 8px 8px 0;
    border: 1px solid hsl(208, 21%, 75%);
}
/* ******************************************************************************
*********************************************************************************
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 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  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;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page form {
  max-width: 500px;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}
ul.no-list.hs-error-msgs {
  padding-left: 0;
}
form#email-prefs-form {
  width: 100%;
  max-width: 100%;
}


@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100% !important;
  }
  input.email-edit.hs-input {
    width: 100% !important;
  }
}