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











































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

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

@media (max-width:1200px){
  .dnd-section > .row-fluid{
    padding-left:50px;
    padding-right:50px;
  }
}

@media (max-width:500px){
  .dnd-section > .row-fluid{
    padding-left: 32px;
    padding-right: 32px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { 
  font-family: "proxima-nova"; 
  src: url("https://use.typekit.net/af/d45b9a/000000000000000077359577/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/d45b9a/000000000000000077359577/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/d45b9a/000000000000000077359577/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); font-style: normal; font-weight: 400; font-display: auto; }

@font-face { 
  font-family: "proxima-nova"; src: url("https://use.typekit.net/af/e4b1a9/000000000000000077359571/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/e4b1a9/000000000000000077359571/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/e4b1a9/000000000000000077359571/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype"); font-style: normal; font-weight: 600; font-display: auto; }

@font-face { 
  font-family: "proxima-nova"; src: url("https://use.typekit.net/af/98e3f6/000000000000000077359562/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/98e3f6/000000000000000077359562/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/98e3f6/000000000000000077359562/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); font-style: normal; font-weight: 700; font-display: auto; }

html{
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  margin: 0;
  padding: 0;

}

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

/* Anchor Links */
a {
  color: #c1666d;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  outline:none;
}

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

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-size: 1.175rem;
  line-height: 1.5;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {

}

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

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

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

img{
  max-width:100%;
}


.legal-consent-container .field.hs-form-field label{
  margin: 0;
  text-transform: none;
  font-family: 'proxima-nova';
  font-family: "proxima-nova";
  font-style: normal;
  font-size: 14px;
  border-top: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
  padding:20px;
}

h3.form-title{
  margin:0px;
  padding:20px;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 1px 0;
  text-decoration: none;
  box-sizing: border-box;
  transition: background .5s ease;
  border-style:solid;
  border-width:2px;
  font-family: "proxima-nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  outline: none;
  white-space:normal !important;

}

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

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


.hs-form label {
  color: #ffffff;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  font-family: "proxima-nova";
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .1em;
  transform: scaleY(1.01);
  text-transform: uppercase;
  display: block;
  border-top: 1px solid #f3636f;
  padding-top: 20px;
  margin: 0 0 20px;
}

.hs-error-msgs label {
  color: #f2545b !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.hs-input, input#hs-pwd-widget-password{
  display: inline-block;
  width: 100% !important;
  color: #EB515E;
  box-sizing: border-box;
  background: none;
  border: 0;
  padding: 0;
  color: #f7f7f7;
  border-radius: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  margin: 5px 0 10px;
  outline: none;
  letter-spacing: -1.5px;
}

input#hs-pwd-widget-password {
  height: auto !important;
}

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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: none;
}

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

.actions {
  padding: 0;
}

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

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

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

.hs-richtext p{
  color:white;
}

.hs-richtext label{
  margin:0;
  border:none;
}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

@media (max-width:1200px){
  .hs-input, input#hs-pwd-widget-password{
    font-size:32px;
  }

}


     

}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

.header lang-select .lang_list_class li:first-child {
display: none
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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__container {
  margin: 0 auto;
}

.header-wrapper{
  transition: color .5s ease .4s,background .5s;
  padding: 15px 64px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  top: 0;
  background: #fff;
  color: #333;
}

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

.header__logo a img{
  display: block;
  max-width:207px;
  width:100% !important;
  height:auto;
}

.custom-menu-primary{
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.625;
}

.custom-menu-primary .navigation-primary >ul{
  list-style:none;
  padding:0;
  margin:0;
}

.custom-menu-primary .navigation-primary >ul>li{
  z-index: 10;
  display: inline-block;
}

.custom-menu-primary .navigation-primary >ul li a{
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 25px;
  text-decoration: none;
  color:#333333;
}

.custom-menu-primary .navigation-primary >ul li a:hover {
  border-bottom: 1px solid #e0727b;
}

.custom-menu-primary .navigation-primary >ul ul{
  margin-left: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  display: none;
  flex-direction: column;
  position: absolute;
  background: #fff;
  border: 20px solid #fff;
  visibility:hidden;
  opacity:0;
}

.custom-menu-primary .navigation-primary >ul ul li{
  display:block;
  text-decoration: none;
}

.custom-menu-primary .navigation-primary >ul ul li a{
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  color:#333333;
}

.custom-menu-primary .navigation-primary >ul > li:nth-child(6) > a{
  box-sizing: border-box;
  border-radius: 90px;
  padding: 8px 25px;
  margin: 0 25px 0 50px;
  transition: background .5s ease;
  text-decoration: none;
  border: 1.5px solid #e0727b;
  color: #333;
}

.custom-menu-primary .navigation-primary >ul > li:nth-child(6) > a:hover{
  background: #e0727b;
  color: #f7f7f7;
  border-color: #e0727b;
  border-bottom: 1px solid #e0727b;
}


.overlay-open .overlay{
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: 9999999;
  background: rgba(0,0,0,.3);
}

@media (min-width:401px){
  .menu-inner{
    width: 400px;
  }
}

@media (min-width:1201px){
  .mobile-header{
    display:none;
  }
  .custom-menu-primary .navigation-primary >ul li:hover ul{
    display:block;
    visibility:visible;
    opacity:1;
    list-style:none;
    padding:0;
    margin:0;
    margin-left: 5px;
  }
  .custom-menu-primary .navigation-primary>ul ul li a{
    margin-left:0;
  }
}

@media (max-width:1200px){
  .desktop-header{
    display:none;
  }
  .mobile-header{
    background: #fff;
    color: #333;
    height: 70px;
    position: relative;
    z-index: 99999999;
    font-family: "proxima-nova";
    letter-spacing: -1px;
  }
  .mobile-header .main {
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }
  .logo a{
    display: flex;
    align-items: center;
    height: 70px;
    color: #e0727b;
  }

  .logo a img{
    height: 50px;
  }
  .menu-icon{
    position: fixed;
    right: 10px;
    top: 10px;
    height: 50px;
    width: 50px;
    background: #8edcd1;
    border-radius: 50%;
    z-index: 1001;
  }

  .menu-icon svg{
    width: 50px;
    height: 50px;
    cursor: pointer;
    transform: translateZ(0);
  }

  .menu-icon svg path{
    fill: none;
    transition: stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25),stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25);
    stroke-width: 40px;
    stroke-linecap: round;
    stroke: #000;
    stroke-dashoffset: 0px;
    stroke-dasharray: 240px 950px;
  }
  .menu-icon svg path#middle{
    stroke-dasharray: 240px 240px;
  }

  .menuouter{
    position: fixed;
    left: 0;
    top: 0;
  }
  .menu-inner{
    color: #f7f7f7;
    font-size: 34px;
    line-height: 34px;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
    align-items: flex-start;
    position: absolute;
    background: #333;
    flex-direction: column;
    top: 0;
    right: -100%;
    z-index: 1000;
    padding: 75px 0 75px 200px;
    transition: right .25s ease,padding .25s ease .15s;
  }
  .custom-menu-primary.mobile-menu{
    margin: 0;
    font-size: 24px;
    color: #e0727b;
    display: block;
    border-bottom: 1px solid #333;
    line-height: 34px;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul{
    list-style:none;
    padding:0;
    margin:0;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li{
    display:block;
    line-height:0px;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
    margin-top: 16px;
    margin-left: 0;
    text-decoration: none;
    padding: 16px 0;
    color: white;
    letter-spacing: -1px;
    font-size: 34px;
    line-height: 34px;
    font-family: 'proxima-nova';
    display:block;
  }

  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper > ul ul{
    list-style: none;
    padding: 0;
    margin: 0;
    position: static;
    width: 100%;
    display: none;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul ul li{
    display:block;
    line-height:29px;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul ul li a{
    margin-top: 16px;
    margin-left: 0;
    text-decoration: none;
    padding: 16px 0;
    color: white;
    letter-spacing: -1px;
    font-size: 34px;
    line-height: 34px;
    font-family: 'proxima-nova';
    display:block;
  }

  .menuouter.mobile-menu-open {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.3);
    cursor:pointer;
  } 
  .menuouter.mobile-menu-open .menu-inner{
    padding: 75px 50px;
    right: 0;
    width:400px;
  }

  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper > ul li:first-child a{
    margin: 0;
    font-size: 24px;
    color: #e0727b;
    display: block;
    border-bottom: 1px solid #333;
    padding: 0;
  }
  .mobile-menu-open path#toop {
    stroke-dashoffset: -650px;
  }
  .mobile-menu-open path#middle {
    stroke-dashoffset: -115px;
    stroke-dasharray: 1px 220px;
  }
  .mobile-menu-open path#bottom, .mobile-menu-open path#toop {
    stroke-dashoffset: -650px;
  }
  .menu-icon.mobile-menu-open svg{
    position: relative;
    z-index: 9999;
    background: #8edcd1;
    border-radius: 50%;
  }
  .menu-icon.mobile-menu-open svg path#middle{
    opacity:0;
  }
}

@media (max-width:400px){
  .menuouter.mobile-menu-open {
    width: 400px;
    height: 100vh;
    background: rgba(0,0,0,.3);
    cursor:pointer;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer-wrapper{
  margin: auto;
  max-width: 1050px;
  /*   padding-left: 50px;
  padding-right: 50px; */
  padding-top: 75px;
  padding-bottom: 75px;
  background: #fff;
}

.footer-main-wrapper{
  display: grid;
  grid-template-columns: 625px 345px;
  grid-gap: 70px 75px;
  gap: 70px 75px;
}

.footer__logo img{
  max-width:207px;
  width:100% !important;
  height:auto;
  vertical-align:middle;
}

.text-wrapper h2{
  font-family: "proxima-nova";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.045;
  letter-spacing: -1px;
}

.text-wrapper h2 a{
  color: #e0727b;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.text-wrapper h2 a:hover{
  opacity: .7;
}

.form-wrapper h3{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .1em;
  transform: scaleY(1.01);
  text-transform: uppercase;
  color: #333;
  font-family: "proxima-nova";
  font-style: normal;
  margin-bottom: 0;
}

.form-wrapper label{
  display:inline;
}

.form-wrapper form{
  background:white;
  padding:0px;
}

.form-wrapper form .hs-form-field{
  margin-bottom:0px;
}

.form-wrapper .hs-input{
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #828282;
  margin: 5px 0 9px;
  font-size: 1rem;
  outline: none;
  width: 100%;
  padding: 10px;
  background-color:white;
  letter-spacing:0px;
}

.form-wrapper .hs-input:focus{
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #828282;
  background:#e5e5e5;
}

.form-wrapper form label{
  border-top: none;
  text-transform: none;
}

.form-wrapper .hs-submit{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-wrapper .hs-button{
  color: #333;
  background: none;
  margin-top: 15px;
  display: block;
  padding: 8px 25px;
  text-decoration: none;
  border: 1.5px solid #e0727b;
  box-sizing: border-box;
  border-radius: 35px;
  transition: all .5s ease;
  font-size: 16px;
  line-height: 1.625;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.form-wrapper .hs-button:hover{
  color: #fff;
  background: #e0727b;
  border: 1.5px solid #e0727b;
}

.form-wrapper form input::placeholder {
  color: rgba(0,0,0,.5);
  font-size: .9rem;
  font: 106.3%/1.45 "proxima-nova",sans-serif;
}

.footer-navigation{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.625;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.footer-navigation .hs_cos_wrapper ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-navigation .hs_cos_wrapper ul li{
  display:block;
}

.footer-navigation .hs_cos_wrapper ul li a{
  color: #333;
  text-decoration: none;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  font-size: 16px;
  line-height: 1.625;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  display:block;
}

.footer-navigation .hs_cos_wrapper ul li a:hover{
  border-bottom: 1px solid #e0727b;
}

.social .hs_cos_wrapper ul{
  list-style:none;
  padding:0;
  margin:0;
}
.social .hs_cos_wrapper ul li{
  display: inline-block;
}

.social .hs_cos_wrapper ul li a{
  display:inline-block;
}

.social .hs_cos_wrapper ul li a:hover svg{
  opacity: .7;
}


.social .hs_cos_wrapper ul li a svg{ 
  width: 24px;
  height: 24px;
  margin-right: 25px;
  overflow: visible;
  vertical-align: -.125em;
  display: inline-block;
}

.footer-bottom-text p{
  font-size: 22px;
  line-height: 1.36;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  color: #828282;
  margin-bottom:0px;
}

.footer__logo a{
  pointer-events:none;
}

@media (max-width:1200px){
  .footer-main-wrapper{
    grid-template-columns: 1fr;
  }
  .text-wrapper h2{
    font-size:44px;
  }
  .footer-wrapper{
    padding-left: 50px;
    padding-right: 50px;
  }
  .footer-main-wrapper{
    display:block;
  }
  .footer__logo, .text-wrapper, .form-wrapper, .footer-navigation, .social{
    padding-bottom: 70px;
  }
}

@media (max-width:500px){
  .footer-wrapper{
    padding-left: 32px;
    padding-right: 32px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 20px;
  margin: 0 auto;
}

.hs-blog-listing,
.hs-blog-post{
  -webkit-font-smoothing: auto;
}

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.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;
}



.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: 0;
  margin-top: 30px;
}
.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 {
  max-width: 960px;
  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;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
  border-bottom: 4px solid #333;
  padding-bottom: 25px;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}

.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: 680px;
  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;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}


.blog-sidebar {
  padding-top: 3.9rem;
}


.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

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

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

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

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}







/**************************************Blog CSS************************************/
/**********************************************************************************/


/* Blog Header */

.blog-header-wrapper{
  line-height: 24px;
  font-size: 16px;
  font-family: "proxima-nova";
  background: #f7f7f7;
  min-height: 92px;
}

.header-top-wrapper{
  min-height: 32px;
  background: #e0727b;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 40px;
}

.header-top-wrapper .hs_cos_wrapper ul li a{
  margin-left: 20px;
  color: #f7f7f7;
}

.header-top-wrapper .hs_cos_wrapper ul{
  list-style:none;
  padding:0;
  margin:0;
}


.header-top-wrapper .hs_cos_wrapper ul li{
  display:inline;
}

.header-top-wrapper .hs_cos_wrapper ul li:nth-child(2) a{
  text-transform: uppercase;
  font-weight: 700;
  margin-left:15px;
}

.header-top-wrapper .hs_cos_wrapper ul li a:hover{
  color:#333333;
}

.blog-main-wrapper{
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  line-height: 24px;
  font-family: "proxima-nova";
  font-size: 16px;
}

.blog__logo{
  display: block;
}

.blog__logo a{
  display: flex;
  align-items: center;
  height: 60px;
}

.blog__logo a img{
  height: 45px;
  max-width:233px !important;
  width: auto !important;
}

.blog-menu-wrapper{
  height: 60px;
  display: flex;
  align-items: center;
}

.super{
  display:none;
}

.blog-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul{
  list-style:none;
  padding:0;
  margin:0;
}


.blog-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li{
  display:inline-block;
}


.blog-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
  margin-left: 15px;
  color: #000;
  font-size: 16px;
  font-family: "proxima-nova";
  line-height: 24px;
}

.blog-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >a:active{
  font-weight: 700;
  color: #e0727b;
}

.blog-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul ul{
  margin-left: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  display: none;
  flex-direction: column;
  position: absolute;
  background: #fff;
  border: 20px solid #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}



.blog-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul ul li{
  display:block;
  text-decoration: none;
}

.blog-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul ul li a{
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 0px;
  text-decoration: none;
  color:#333333;
}
.blog-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>a:hover{
  color: #e0727b;
}

.blog-icon{
  position: fixed;
  right: 10px;
  top: 5px;
  height: 50px;
  width: 50px;
  background: #8edcd1;
  border-radius: 50%;
  z-index: 1001;
}

.blog-icon svg{
  width: 50px;
  height: 50px;
  cursor: pointer;
  transform: translateZ(0);
}

.blog-icon svg path{
  fill: none;
  transition: stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25),stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25);
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #000;
  stroke-dashoffset: 0px;
}

.blog-icon svg path#bottom, .blog-icon svg path#toop {
  stroke-dasharray: 240px 950px;
}
.blog-icon svg path#middle {
  stroke-dasharray: 240px 240px;
}
.blog-icon:focus{
  outline:none;
}


/* End */















/* Blog Footer CSS */


.blog-footer{
  position: relative;
  width: 100%;
  height: 440px;
  margin-top:100px;
}

.blog-footer img{
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: absolute;
  z-index: 1;
  font-family: Lora;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
}

.blog-footer-inner-wrapper{
  padding-top: 50px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
}

.blog-footer-inner-wrapper h3{
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  font-family: "Lora";
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  letter-spacing: 0;
}

.blog-footer-inner-wrapper .hs_cos_wrapper ul{
  list-style:none;
  padding:0;
  margin:0;
  text-align:center;
}

.blog-footer-inner-wrapper .hs_cos_wrapper ul li{
  display: inline-block;
  text-align:center;
  font-family: Lora;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
}

.blog-footer-inner-wrapper .hs_cos_wrapper ul li a{
  display: flex;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 0px 30px 0px;
  align-items: center;
  font-size: 2rem;
  position: relative;
  bottom: 0;
  transition: bottom .15s cubic-bezier(.645,.045,.55,1),-webkit-filter .15s cubic-bezier(.645,.045,.55,1);
  transition: filter .15s cubic-bezier(.645,.045,.55,1),bottom .15s cubic-bezier(.645,.045,.55,1);
  transition: filter .15s cubic-bezier(.645,.045,.55,1),bottom .15s cubic-bezier(.645,.045,.55,1),-webkit-filter .15s cubic-bezier(.645,.045,.55,1);
}

.icon svg {
  height: 100%;
  width: 100%;
  color: white;
}

.social-share-wrapper{
  background: #fff;
  z-index: 10;
  position: fixed;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid #c1666d;
  padding: 20px;
  font-family: Lora;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
}


.social-share-wrapper a{
  text-decoration: none;
  color: #000;
  font-size: 22px;
  height: 42px;
  line-height: 32px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #333;
  display: block;
}

.tag-wrapper{
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 50px
}

.tag-wrapper a{
  display: contents !important;
  text-align: center !important;
}














/* End */






















.blog-wrapper{
  width:100%;
  /*   margin-bottom: 100px; */
}

.blog-inner-wrapper{
  background: #f7f7f7;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-inner-wrapper img{
  height: 200%;
  max-width:100%;
  vertical-align:middle;
}

.blog-header{
  background:white !important;
}

.blog-header__inner{
  padding: 50px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-family: Lora;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
}

.blog-header__inner h1{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  font-family: "proxima-nova";
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}

.blog-header__inner h1 .title{
  margin-bottom: 5px;
  font-size: 75px;
  line-height: 75px;
  font-family: "proxima-nova";
  font-weight: 700;
  color: #333;
  display:block;
}

.blog-header__inner h1 .sub-title{
  text-transform: uppercase;
  font-weight: 700;
  font-family: "proxima-nova";
  font-weight: 700;
  color: #333;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 5px;
  display:block;
}


.featured-wrapper{
  font-family: Lora;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
}

.featured-inner-wrapper{
  box-sizing: border-box;
  padding: 50px;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.featured-underline{
  border-bottom: 1px solid #333;
  font-family: Lora;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
}


.featured-underline h2{
  border-bottom: 4px solid #333;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "proxima-nova";
  margin: 0;
  color: #333;
  font-size: 16px;
}

.category-wrapper{
  font-family: Lora;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
}

.category-inner-wrapper{
  padding: 50px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.grid-wrapper{
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 0 50px;
  align-items: flex-start;
}

.article-wrapper{
  font-family: Lora;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
}

.writer-wrapper{
  font-family: Lora;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
  border-bottom: 1px solid #333;
}

.writer-underline h2{
  width: 100%;
  display: inline-block;
  border-bottom: 4px solid #333;
  line-height: 24px;
  font-size: 16px;    
  font-weight: 700;
  text-transform: uppercase;
  font-family: "proxima-nova";
  margin: 0;
  letter-spacing:0px;
}

.article-wrapper .blog-sidebar-topic-filter h3{
  font-family: "proxima-nova";
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  border-bottom: 4px solid #333;
  letter-spacing:0px;
}

.article-wrapper .hs_cos_wrapper ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  margin-top: 20px;
  margin-bottom: 50px;
}

.article-wrapper .hs_cos_wrapper ul li{
  font-family: Lora;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
  display: block;
}

.article-wrapper .hs_cos_wrapper ul li a{
  font-family: "proxima-nova";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}

.article-wrapper .hs_cos_wrapper ul li a:hover{
  color: #e0727b;
}

span.filter-link-count {
  display: none;
}


.author-wrapper ul li a{
  margin-top: 25px;
  padding: 5px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  color: #000;
  font-size: 22px;
  line-height: 1.4;
  font-family: Lora;
}
.author-wrapper ul li a:hover .blog-author-title{
  color: #e0727b;
}


.author-wrapper ul li a img{
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
  margin-right: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.author-wrapper ul li a:hover img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.text-wrapper{
  font-family: Lora;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
}

.blog-author-title{
  font-family: "proxima-nova";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.blog-description p{
  margin-top: 0;
  margin-bottom: 0;
  font-family: "proxima-nova";
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}

.blog-index__post.blog-index__post--small{
  padding: 0;
  display: block;
}

.blog-index__post-inner-card{
  font-family: Lora;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
  box-shadow: none !important;
  border-radius: 0px;
  display: block;
}

.blog-index__post-image{
  padding-bottom:0px;
  border-radius:0px !important;
}

.author-wrapper ul{
  list-style:none;
  padding:0;
  margin:0;
}

.blog-index{
  padding: 0;
  display: block;
}

.image-wrapper{
  transition-timing-function: ease;
  transition-duration: .4s;
  transition-property: opacity,transform;
  border-top: 1px solid #bdbdbd;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.image-wrapper:hover .imagecontainer .dogear {
  width: 40px;
  height: 40px;
  border-color: #e0727b #e0727b #f7f7f7 #f7f7f7;
  border-style: solid;
  border-width: 20px;
}


.featured-image:hover .imagecontainer .dogear1{
  top: 0;
  right: 0;
  left:auto;
  width: 40px;
  height: 40px;
  border-color: #f7f7f7 #f7f7f7 #e0727b #e0727b;
  border-style: solid;
  border-width: 20px;
  bottom: auto;
  background: transparent;
}


.imagecontainer{
  position: relative;
  overflow: hidden;
  align-self: flex-start;
  font-family: Lora;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
}

.imagecontainer .dogear {
  transition-duration: .15s;
  transition-property: width,height,border-top,border-bottom,border-right,border-left;
  transition-timing-function: ease-in-out;
  box-sizing: border-box;
  position: absolute; 
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background: #f7f7f7;
  border-color: #e0727b #e0727b #f7f7f7 #f7f7f7;
  border-style: solid;
  border-width: 0;
  z-index: 10;
}

.imagecontainer .dogear1 {
  transition-duration: .15s;
  transition-property: width,height,border-top,border-bottom,border-right,border-left;
  transition-timing-function: ease-in-out;
  box-sizing: border-box;
  position: absolute; 
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  background: #f7f7f7;
  border-color: #e0727b #e0727b #f7f7f7 #f7f7f7;
  border-style: solid;
  border-width: 0;
  z-index: 10;
}


.imagecontainer img{
  /*   position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  height: 130px;
  object-fit: cover;
}

.featured-image:hover .imagecontainer img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.image-wrapper:hover .imagecontainer img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.info-wrapper{
  padding: 25px 20px;
  line-height: 1.125;
}

.info-wrapper .blog-post__tag-link{
  color: #c1666d;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "proxima-nova";
}

.info-wrapper h3{
  font-size: 30px;
  line-height: 34px;
  margin: 5px 0;
  font-family: Lora;    
  font-weight: 400;
  color: #000;
  display:block;
  letter-spacing:0px;
}

a.blog-index__post-image.blog-index__post-image--small{
  cursor:pointer;
}


.info-wrapper .blog-post__meta{
  color: #828282;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "proxima-nova";
  margin:0px;
}

a.blog-index__post-image.blog-index__post-image--small:hover h3{
  color: #e0727b;
}

.info-featured-listing-wrapper{
  padding: 0 50px 50px;
  line-height: 1.125;
}

.info-featured-listing-wrapper{
  font-size: 48px;
  line-height: 52px;
  /*   margin: 0 0 25px; */
  display:block;
  font-family: Lora;
  font-weight: 400;
}


.featured-image{
  margin-top: 10px;
  border-bottom: 1px solid #bdbdbd;
  padding-top: 50px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 20px;
  transition-property: opacity,transform;
  opacity: 1;
  transform: translateZ(0);
  transition-timing-function: ease;
  transition-duration: .4s;
  border-top:none;
}

.imagecontainer img{
  height:164px;
}

.featured-image:hover{
  background: #f7f7f7;
}

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


/* Blog Post */

.post-breadcrumb-wrapper{
  opacity: .8;
  color: #e0727b;
  line-height: 24px;
  font-size: 16px;
  font-family: "proxima-nova";
}

.post-breadcrumb-wrapper a{
  line-height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-family: "proxima-nova";
  color: #000;
}

.post-breadcrumb-wrapper a:hover{
  color: #e0727b;
}

.blog-post__title{
  max-width: 750px;
  text-align: center;
  margin: 60px auto 25px;
  font-size: 48px;
  line-height: 52px;
  font-family: Lora;
  font-weight: 400;
  color: #333;
}

.tag-wrapper a{
  text-align: center;
  margin-bottom: 50px;
  line-height: 24px;
  width: 100%;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "proxima-nova";
  font-size: 16px;
}

.tag-wrapper a:hover{
  color: #e0727b;
}


.post-featured-image{
  margin-bottom:0px;
  border-radius:0px !important;
  margin-top:0px;
}

.post-featured-image img{
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-post-writer{
  max-width: 650px;
  margin: auto;
  padding: 30px 0;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #e0e0e0;
  font-family: Lora;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
}

.blog-post-writer .icons {
  display: flex;
  margin-right: 10px;
}

.blog-post-writer a{
  padding: 5px;
  display: flex;
}

.blog-post-writer a img{
  height: 50px;
  width: 50px !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.blog-post-writer a:hover img{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.blog-post_author{
  letter-spacing: .8px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "proxima-nova";
  color: #333;
}

.blog-post{
  box-shadow: none!important;
  width: 100%;
  padding: 0;
  border-radius: 0px !important;
}

.blog-post__body p{
  margin: 0 0 36px;
  font-size: 18px;
  line-height: 30px;
  color: #333;
}


.blog-post__body{
  box-sizing: border-box;
  padding: 50px;
  width: 100%;
  max-width: 750px;
  margin: auto;
  font-size: 22px;
  line-height: 32px;
  font-family: Lora;
  color: #333;
}

.blog-recent-posts{
  box-sizing: border-box;
  padding: 50px;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  background:transparent !important;
}

.content-wrap h2{
  border-bottom: 4px solid #333;
  color: #333;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-family: "proxima-nova";
  margin: 0;
  letter-spacing: 0px;
}


a.fusion-icon-linkedin{
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

a.fusion-icon-facebook:hover svg{
  opacity: .5;
}

a.fusion-icon-twitter:hover svg{
  opacity: .5;
}

a.fusion-icon-linkedin:hover svg{
  opacity: .5;
}

.post-image-wrapper{
  padding-bottom: 25px;
  border-bottom: 3px solid #333;
  font-family: Lora;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
}

.post-image-wrapper img{
  margin-top: 20px;
  width: 100%;
  display: block;
}


.blog-footer-inner-wrapper .hs_cos_wrapper ul li a:hover{
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
  opacity: .7;
  bottom: 2px;
}

.info-featured-listing-wrapper h3{
  font-size: 48px;
  line-height: 52px;
}

.featured-image:hover .info-featured-listing-wrapper h3{
  font-size: 48px;
  line-height: 52px;
  color: #e0727b;
}

.image-wrapper:hover{
  background-color:#f7f7f7;
}


.category-wrap{
  border-bottom: 1px solid #333;
}

.featured-image .blog-post__tag-link:hover{
  color: #c1666d;
}

.featured-image .imagecontainer{
  align-self: auto;
}

.featured-image .imagecontainer img{
  position: absolute;
  top: 0;
  left: auto; 
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.featured-image .info-featured-listing-wrapper h3{
  margin:0 0 25px;
}

.info-wrapper .blog-post__tag-link:hover{
  color: #c1666d;
}

.image-post-wrapper .imagecontainer img{
  height:202px;
}

a.fusion-icon-linkedin{
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0;
  height: auto;
  line-height: 0;
}


.page-center{
  padding: 50px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  align-self: end;
  display: block;
}


.blog-author{
  margin-top: 25px;
  padding: 5px;
  display: flex;
}


.blog-author img{
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 40px;
  margin-right: 50px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.blog-author:hover img{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.author_name{
  font-size: 64px;
  line-height: 73px;
  font-style: italic;
  font-family: Lora;
  color: #333;
}

.author_bio{
  font-family: "proxima-nova";
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 0;
}

.topic_section h1{
  width: 60%;
  font-size: 64px;
  line-height: 73px;
  font-style: italic;
  font-family: Lora;
  margin: 0;
  margin-top: 60px;
  font-weight: 400;
  text-transform: capitalize;
}




















/**************************************End************************************/
/**********************************************************************************/





@media (min-width:901px){
  .blog-icon{
    display:none;
  }
  .blog-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul li:hover ul{
    display: block;
  }
}


@media (max-width:1200px){
  .social-share-wrapper{
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: static;
    flex-direction: row;
    left: 0;
    top: 0;
    border-left: 0;
    margin-bottom: 20px;
    padding: 0;
    padding-top: 30px;
  }
  .social-share-wrapper a{
    margin-right: 10px;
    border-bottom: none;
    height: auto;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  a.fusion-icon-twitter:hover svg{
    opacity:1;
  }
  a.fusion-icon-facebook:hover svg{
    opacity:1;
  }
  a.fusion-icon-linkedin:hover svg{
    opacity:1;
  }
}

@media (max-width:900px){
  .header-top-wrapper{
    display:none;
  }
  .super a {
    margin-right: 10px;
    color:#000000;
  }
  .blog-menu-wrapper{
    padding: 0 10px;
  }
  .blog-icon{
    display:block;
  }
  .blog-menu-wrapper{
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 100px 50px 0;
    align-items: flex-start;
    position: fixed;
    background: #f7f7f7;
    flex-direction: column;
    bottom: 100%;
    left: 0;
    z-index: 1000;
    transition: bottom .2s cubic-bezier(.5,.15,.75,.6);
  }
  .blog-menu-wrapper.blog-menu-open{
    bottom: 0;
  }
  .super {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
  }

  .blog-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul{
    list-style:none;
    padding:0;
    margin:0;
  }


  .blog-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li{
    display:block;
  }


  .blog-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
    margin-top: 10px;
    margin-left: 0;
    color: #000;
    font-size: 16px;
    font-family: "proxima-nova";
    line-height: 24px;
    display:block;
  }

  a.bold.caps{
    font-weight:700;
  }

  .blog-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul ul{
    display:none;
    position: static;
    width: 100%;
    background: transparent;
    border-radius: 0px;
    border: 10px solid transparent;
  }
  .blog-menu-icon:focus{
    outline:none;
  }
  .blog-menu-open path#toop {
    stroke-dashoffset: -650px;
  }
  .blog-menu-open path#middle {
    opacity:0;
  }
  .blog-menu-open path#bottom{
    stroke-dashoffset: -650px;
  }
  .blog-main-wrapper {
    padding: 0 10px;
  }
}


@media (max-width:450px){
  .grid-wrapper{
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .blog-header__inner h1 .title{
    font-size: 38px;
    line-height: 38px;
  }
  .featured-inner-wrapper{
    padding: 20px;
  }

  .featured-image{
    padding: 20px 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .featured-image .info-wrapper{
    padding: 0;
    margin: 0;
  }
  .featured-image .info-wrapper .imagecontainer{
    margin-bottom: 20px;
  }
  .featured-image h3{
    font-size: 32px;
    line-height: 36px;
  }
  .featured-image .imagecontainer img {
    height: 226px;
    position:relative;
  }

  .blog-post__title{
    font-size: 32px !important;
    line-height: 36px;
  }
  .category-inner-wrapper{
    padding:20px;
  }
  .post-featured-image img{
    height:250px;
  }
  body {
    font-size: 18px;
  }
  .blog-post__body{
    padding:0px;
  }
  .image-post-wrapper{
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .image-post-wrapper .imagecontainer{
    display: none;
  }

  .blog-recent-posts h3{
    font-size: 24px;
    line-height: 24px;
  }
  .blog-recent-posts{
    padding:20px;
  }
  .image-post-wrapper .info-wrapper{
    padding:0px;
  }

  .image-post-wrapper  .info-wrapper .blog-post__meta {
    margin:0px;
  }

  .info-featured-listing-wrapper h3{
    font-size: 32px;
    line-height: 36px;
  }
  .featured-image:hover .info-featured-listing-wrapper h3 {
    font-size: 32px;
    line-height: 36px;
    color: #e0727b;
  }
  .image-wrapper.featured-wrapper{
    display:block;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .image-wrapper.featured-wrapper .imagecontainer img{
    display:none;
  }

  .image-wrapper.featured-wrapper .info-wrapper{
    padding:0px;
  }
  .image-wrapper.featured-wrapper:hover{
    background: #f7f7f7;
  }
  .image-wrapper.featured-wrapper .info-wrapper .blog-post__meta{
    margin:0;
  }

  .image-wrapper.featured-wrapper .info-wrapper h3{
    font-size: 24px;
    line-height: 24px;
  }
  .blog-header__inner {
    padding: 20px;
  }
  .blog-inner-wrapper img{
    object-fit: cover;
  }
  .blog-header-wrapper {
    min-height: auto;
  }
  .topic_section h1{
    font-size: 32px;
    line-height: 36px;
    width:100%;

  }
  .author_name{
    font-size: 32px;
    line-height: 32px;
  }
  .blog-author{
    display:block;
  }
  .page-center{
    padding:20px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 6rem 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: 60px 0;
}
.systems-page .success {
  display: inline-block;
  width:auto !important;
  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;
}

form#email-prefs-form h1,
.systems-page h1 {
  font-size: 28px;
}
form#email-prefs-form h2,
.systems-page h2 {
  font-size: 21px;
}
.systems-page h3 {
  font-size: 21px;
}

@media (max-width:767px){
  form{
    max-width:100%;
  }
}