






































































*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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 {
  -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;
}

/* 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;
}
.dnd-section {
  padding-top: 5.333rem;
  padding-bottom: 5.333rem;
}
.banner-area .dnd-section {
  padding: 0;
}
.dnd-section > .row-fluid {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
@font-face {
  font-family:futura-pt;
  src:url(//use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),
    url(//use.typekit.net/af/309dfe/000000000000000000010091/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),
    url(//use.typekit.net/af/309dfe/000000000000000000010091/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
  font-weight:700;
  font-style:normal;
}
@font-face {
  font-family:futura-pt;
  src:url(//use.typekit.net/af/eb729a/000000000000000000010092/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"),
    url(//use.typekit.net/af/eb729a/000000000000000000010092/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"),
    url(//use.typekit.net/af/eb729a/000000000000000000010092/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
  font-weight:700;
  font-style:italic;
}
@font-face {
  font-family:futura-pt;
  src:url(//use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
    url(//use.typekit.net/af/9b05f3/000000000000000000013365/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
    url(//use.typekit.net/af/9b05f3/000000000000000000013365/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
}
@font-face {
  font-family:futura-pt;
  src:url(//use.typekit.net/af/cf3e4e/000000000000000000010095/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),
    url(//use.typekit.net/af/cf3e4e/000000000000000000010095/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),
    url(//use.typekit.net/af/cf3e4e/000000000000000000010095/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
  font-weight:400;
  font-style:italic;
}


html {
  box-sizing: border-box;
  font-size: 100%;
  position:relative;
  z-index:1000;
}

body {
  font-family: "futura-pt","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-size: 100%;
  color: #696465;
  line-height: 1.5;
  overflow-x: hidden;
  position:relative;
  z-index:1000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
p {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}
p:last-of-type {
  margin-bottom: 2.333rem;
}
/* Anchor Links */
a {
  color: #AC162C;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color:#fcab23;
}
a:active, a:hover {
  outline: 0;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-weight: bold;
  font-family: "futura-pt","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  color: #5F2A2B;
  text-rendering: optimizeLegibility;
  font-style: normal;
}
h1, h2 {
  color: #AC162C;
  text-transform: uppercase;
}
h1 {
  font-size: 3rem;
  margin-top: 3.667rem;
  margin-bottom: 3.667rem;
}
h2 {
  font-size: 2.5rem;
  margin-top: 3.333rem;
  margin-bottom: 3.333rem;
}
h3 {
  font-size: 1.667rem;
  margin-top: 2.667rem;
  margin-bottom: 1.667rem;
}

h4 {
  font-size: 1.5625rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1rem;
  margin-top: 1.333rem;
  margin-bottom: 0.667rem;
}

h6 {
  font-size: 1rem;
  margin-top: 0.667rem;
  margin-bottom: 0.333rem;
}

@media (max-width:768px){
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.125rem;
  }
}
strong {
  font-weight: bold;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
code {
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid;
  padding: .125rem .3125rem .0625rem;
}

ul, ol, dl {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
  font-size: 1.2rem;
}
ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}
ol {
  padding-left: 1.25rem;
}
dl dt {
  margin-bottom: .3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}
figure {
  margin: 1em 40px;
}
/* Horizontal Rules */
hr {
  max-width: 80rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  clear: both;
  border-top-width: 0;
  border-bottom: 1px solid #E6E8E0;
  margin: 0.75rem auto;
  box-sizing: content-box;
}

/* TODO */
small {
  font-size: 80%;
  line-height: inherit;
}

/* TODO */
mark {
  background: #ff0;
  color: #000;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 799px) {
  body {
    font-size: 14px;
  }
}
form,
.hs_error_rollup,
h3.form-title{
  max-width: 814px;
}
.hs-button {
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  vertical-align: middle;
  border: 1px solid transparent;
  display: inline-block;
  text-align: center;
  line-height: 1;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  min-width: 190px;
  border-width: 3px;
  border-style: solid;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  margin-top: 2rem;
  cursor: pointer;
  outline: 0;
  background-color: #FDBD51;
  color: #5F2A2B;
  border-bottom: 3px solid #fdb030;
  font-family:"futura-pt","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}
.hs-button:hover,
.hs-button:focus {
  background-color: #fca40f;
  color: #0a0a0a;
  border-bottom-color:#fdb030;
}

.hs-form .hs-form-field > label {
  font-weight: normal;
  line-height: 1.8;
  display: block;
  margin: 0;
  font-size: 1.1rem;
  color: #5F2A2B;
}
.input > .hs-input,
.hs-search-field__bar .hs-search-field__input,
input[type="password"]{
  line-height: normal;
  font: inherit;
  border-radius: 0;
  -webkit-transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  padding: .5rem;
  display: block;
  box-sizing: border-box;
  width: 100% !important;
  height: 50px;
  position: relative;
  color:#0a0a0a;
  background-color: #F5F6F2;
  border: 1px solid #E6E8E0;
  box-shadow: inset 0 3px rgba(230,232,224,0.7);
}
.input > textarea.hs-input{
  height:auto;
}

.input > .hs-input:focus,
.hs-search-field__bar .hs-search-field__input:focus,
input[type="password"]:focus{
  color:#0a0a0a;
  background-color: #fefefe;
  border-color: #000;
  box-shadow: 0 0 5px #000;
  outline: none;
  -webkit-transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
.hs-input[type=checkbox] + span,
.hs-input[type=radio] + span{
  color: #5F2A2B;
  cursor: pointer;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-error-msgs.inputs-list {
  color: #ffffff;
  background:#f00;
  font-weight: bold;
  padding: 4px 10px;
  position: relative;
  font-size: 14px;
  top: -5px;
  margin-bottom:0;
}
.hs-input:-moz-placeholder {
  color: #cacaca;
}
.hs-input::-webkit-input-placeholder {
  color: #cacaca;
}
.hs-input:-ms-input-placeholder{
  color: #cacaca;
}
.hs-input::placeholder {
  color: #cacaca;
}
/* 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;
}


.actions {
  padding: 0;
}

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

ul.no-list {
  list-style: none;
}
.hs-field-desc {
  color: #696465;
  margin: 0px 0px 6px;  
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
.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;
}
form fieldset{
  display:block;
  width:auto !important;
  width: auto !important;
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
  max-width: none!important;
}
form fieldset:after,
form fieldset:before{
  content:"";
  display:table;
  width:100%;
}
form fieldset > *{
  padding-left: 1.25rem ;
  padding-right: 1.25rem ;
}
form fieldset > .field > .input{
  margin-right:0 !important;
}
form fieldset > .field > .input > .hs-input{
  width:100% !important;
  max-width:100% !important;
}
form .form-columns-2 .hs-form-field{
  width:50% !important;
}
form .form-columns-3 .hs-form-field{
  width:33.3333% !important;
}

form .input > select.hs-input {
  padding-right: 1.5rem;
  height: 2.4375rem;
  padding: .5rem;
  border: 1px solid;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(https://6919036.fs1.hubspotusercontent-na1.net/hubfs/6919036/raw_assets/public/Entrenuity_March2020/images/arroe-down-input.svg);
  font-weight: bold;
  background-size: 9px 6px;
  background-origin: content-box;
  background-repeat: no-repeat;
  background-position: right center;
  box-shadow: none;
}
form .input > select.hs-input:focus {
  color: #000;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid;
}
form .input > textarea.hs-input {
  min-height: 114px;
  overflow: auto;
}
@media screen and (max-width: 49.9375em){
  form .form-columns-2 .hs-form-field,
  form .form-columns-3 .hs-form-field{
    width:100% !important;
    float:none !important;
  }
}

@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: 100%;
    }
    .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_cos_wrapper_type_blog_subscribe .hs_error_rollup ul {
    margin-top: 10px;
}
.custom-menu-primary {
  float: right;
}
.custom-menu-primary .top-bar-left {
  float: left;
  position: relative;
  text-align: right;
  margin-right: 10px;
}
.custom-menu-primary .top-bar-left,
.custom-menu-primary .top-bar-right {
  width: 100%;
}
.custom-menu-primary .top-bar-right {
  float: right;
  position: relative;
  margin-left: 30px;
}
.pt3 {
  padding-top: 1.333rem;
}
@media screen and (min-width: 50em) {
  .custom-menu-primary .top-bar-left,
  .custom-menu-primary .top-bar-right {
    width: auto;
  }
}


.custom-menu-primary .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.custom-menu-primary .top-bar-left .hs-menu-wrapper ul li.hs-item-has-children {
  position: relative;
}
.custom-menu-primary .top-bar-left .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  position: absolute;
  min-width: 200px;
  z-index: 1;
  border: 1px solid;
  border-color: transparent;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: none;
  right: auto;
  left: 0;
  top: 100%;
}
.custom-menu-primary .top-bar-left .hs-menu-wrapper ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
  display: block;
}
.custom-menu-primary .top-bar-left .hs-menu-wrapper > ul > li > a {
  font-size: 0.9rem;
  line-height: 1;
  padding: 0.7rem 1rem;
  padding-top: 32px;
  padding-bottom: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #5F2A2B;
  border-top: 2px solid #fefefe;
  display: block;
  text-decoration: none;
  line-height: 1;
}
.custom-menu-primary .top-bar-left .hs-menu-wrapper>ul > li > a:hover {
  border-top: 2px solid #AC162C;
}
.custom-menu-primary .top-bar-left .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li > a {
  color: #fefefe;
  text-align: left;
  text-transform: capitalize;
  font-weight: bold;
  padding: 1rem;
  font-size: 0.9rem;
  background-color: #5F2A2B;
  outline: 0;
  display: block;
  text-decoration: none;
  line-height: 1;
}
.custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li + li {
  border-top: 1px solid #5f3334;
}
.custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li > a:hover {
  background-color: #AC162C;
}
.custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children:hover > ul {
  display: block;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper > ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 58px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  width: 100%;
  padding-top: 22px;
  background-clip: content-box;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0 solid currentColor;
}
.custom-menu-primary .top-bar-left .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper .arrow-up {
  position: absolute;
  top: -11px;
  color: #5F2A2B;
  left: 18%;
  border-width: 12px;
}
.top-bar-divider {
  position: absolute;
  top: 0;
  left: -30px;
  height: 80px;
  width: 1px;
  border-right: 1px solid #ddd;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0;
  border-width: 3px;
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  outline: 0;
  font-size: 0.9rem;
  min-width: 190px;
  text-decoration: none;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li.hs-item-has-children > a span {
  text-transform: none !important;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li.hs-item-has-children,
.custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li:last-child {
  margin-left: 4px;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li.hs-item-has-children > a,
.custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li:last-child > a{
  position: relative;
  padding-right: 35px;
  width: 150px;
  min-width: 100px;
  background-color: #EF4129;
  color: #fefefe;
  border-bottom: 3px solid #ea2c12;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li:last-child > a {
  padding-right: 1em!important;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover {
  background-color: #d02710;
  color: #fefefe;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper>ul ul li a {
  font-size: 0.9rem;
  font-weight: bold;
  color: #fefefe;
  text-transform: capitalize;
  padding: 1rem;
  line-height: 1;
  display: block;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper>ul ul ul {
  position: relative;
  top: 0;
  padding: 0;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper>ul ul ul li a {
  font-size: 0.9rem;
  font-weight: normal;
  padding: 0.5rem 1rem;
  color: #fefefe;
  text-transform: capitalize;
  line-height: 1;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper>ul ul ul li + .custom-menu-primary .top-bar-right .hs-menu-wrapper>ul ul ul li {
  border: 0;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li ul li+li {
  border: 0;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li+li {
  border-top: 1px solid #ef5540;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper>ul ul li a {
  text-decoration: none;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper > ul ul {
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li.hs-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper .arrow-up {
  color: #EF4129;
  position: absolute;
  top: 10px;
  right: 24%;
  border-width: 12px;
  -webkit-transition: inherit;
  transition: inherit;
  opacity: inherit;
  visibility: inherit;
  z-index: inherit;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li.hs-item-has-children > a svg.icon-angle-down {
  position: absolute;
  right: 13px;
  top: 11px;
  font-weight: 700;
  stroke-width: 1px;
  font-size: 16px;
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke: currentColor;
  fill: currentColor;
}
.custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li.hs-item-has-children > a svg.icon-angle-down svg#icon-angle-down {
  height: 1em;
  fill: currentColor;
}
.custom-menu-primary .top-bar-left .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  padding-right: 1.5rem;
  position: relative;
}
li.js-drilldown-back {
  display: none;
}
.child-trigger {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  font-size: 1rem;
}
@media screen and (max-width: 79.9375em) {
  .custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li > a {
    font-size: 0.8rem;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
  }
  .custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    font-size: 0.8rem;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
  }
  .custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li.hs-item-has-children > a svg.icon-angle-down {
    right: 5px;
  }
  .custom-menu-primary .top-bar-right {
    margin-left: 10px;
  }
  .top-bar-divider {
    left: -15px;
  }
  .custom-menu-primary .top-bar-left .hs-menu-wrapper > ul > li > a {
    font-size: 0.8rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .custom-menu-primary .top-bar-left .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li > a {
    line-height: 1;
  }
}

@media screen and (max-width: 68.5em) and (min-width: 50em) {
  .custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    width: 110px;
    font-size: 0.7rem;
    padding-right: 1.5rem;
  }
  .custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li > a {
    min-width: 81px;
    font-size: 0.7rem!important;
    padding-right: .5rem;
  }
  .custom-menu-primary .top-bar-left .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: .5rem;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 50em) {
  .custom-menu-primary .top-bar-left .hs-menu-wrapper > ul > li > a {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 49.9375em) {
  .header__logo {
    float: none !important;
    margin: 0;
    padding-left: 15px;
  }
  .header__container .hdr-inr-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-menu-primary {
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    display: none;
  }
  .mobile-open .custom-menu-primary {
    display: block;
  }
  .custom-menu-primary .top-bar-left {
    margin: 0;
  }
  .custom-menu-primary .top-bar-right {
    padding-top: 0!important;
    position: static;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    text-align: center;
  }
  .custom-menu-primary .top-bar-left .hs-menu-wrapper > ul > li > a {
    font-size: 1rem;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #fefefe;
    background-color: #5F2A2B;
    text-align: center;
    line-height: 1;
    border: 0;
    text-transform: capitalize;
  }
  .custom-menu-primary .top-bar-left .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 0.5rem;
    cursor: pointer;
  }
  .custom-menu-primary .top-bar-left .hs-menu-wrapper>ul>li.active>a, 
  .custom-menu-primary .top-bar-left .hs-menu-wrapper>ul>li.active-branch>a {
    color: #fefefe !important;
  }
  .custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li > a {
    display: block;
  }
  .custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li.hs-item-has-children {
    margin-left: 0;
    position: relative;
  }
  .custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .custom-menu-primary .top-bar-left .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #FDBD51;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
  }
  .custom-menu-primary .top-bar-left .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    height: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
    background-color: #5F2A2B;
    border: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-menu-primary .top-bar-left .hs-menu-wrapper ul li.hs-item-has-children {
    position: static;
  }
  .custom-menu-primary .top-bar-left .hs-menu-wrapper>ul > li > a:hover {
    border-top: 0;
  }
  .custom-menu-primary .top-bar-left .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .hide-for-small-only {
    display: none !important;
  }
  li.js-drilldown-back {
    display: block !important;
  }
  .custom-menu-primary .top-bar-left .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li > a {
    font-size: 1rem;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #fefefe;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li + li {
    border-top: 0;
  }
  .custom-menu-primary .top-bar-left .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.js-drilldown-back > a {
    color: #fefefe;
    font-size: 1rem;
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
    text-align: right;
    font-weight: normal;
    cursor: pointer;
  }
  .custom-menu-primary .top-bar-left .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.js-drilldown-back > a:before {
    content: '';
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent #FDBD51 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
  }
  .custom-menu-primary .top-bar-right .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    position: static;
    padding: 0;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
  }
  .child-trigger {
    display: block !important;
    position: absolute;
    height: 48px;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    cursor:pointer;
  }
  .header__navigation--toggle {
    width: 25px;
    height: 20px;
    right: 4px;
    top: 27px;
    float: right;
    position: relative;
    cursor: pointer;
  }
  .header__navigation--toggle:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    background-color: #5F2A2B;
    box-shadow: 0 7px 0 #5F2A2B, 0 14px 0 #5F2A2B;
  }
  .custom-menu-primary .top-bar-right .hs-menu-wrapper>ul ul ul {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .custom-menu-primary {
    overflow-x:hidden;
    overflow-y: auto;
    max-height: calc(100vh - 85px);
  }

}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
th, td {
  margin: 0;
  padding: 0;
}
tbody th, tbody td {
  padding: .5rem .625rem .625rem;
}
tbody {
  background-color: #f1f1f1;
}
thead, tbody, tfoot {
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
}
tbody tr+tr{
  border: 1px solid #f1f1f1;
}
thead th+th,
tbody td+td,
tfoot td+td{
  border-left: 1px solid #f1f1f1;
}
thead, tfoot {
  background: #f8f8f8;
  color: #696465;
}
thead tr, tfoot tr {
  background: transparent;
}
thead th, thead td, tfoot th, tfoot td {
  padding: .5rem .625rem .625rem;
  font-weight: bold;
  text-align: left;
}
/* TODO */
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: #fff
}
.header-no-nav .header__navigation--toggle.header--toggle {
    display: none !important;
}
.text-white{
  color:#fff;
}

/* Start Of About Page */
.yellow-btn {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  text-transform: uppercase;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-weight: bold;
  font-size: 1rem;
  min-width: 190px;
  border-width: 3px;
  border-style: solid;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  color: #5F2A2B;
  border-bottom: 3px solid #fdb030;
  background-color: #FDBD51;
  text-decoration: none;
  cursor: pointer;
}

.yellow-btn:hover {
  background-color: #fca40f;
  color: #0a0a0a;
  text-decoration: none;
}

.custom-col-12{
  width:100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem;
}


/* == Contact Us Page == */


.slider-arrows div:hover {
  border-color: #fefefe;
}

.slider-arrows div .icon{
  opacity:.5;
}

.slider-arrows div:hover .icon {
  fill: #fefefe;
  opacity:1;
}
span.ml2.normal {
  margin-left: 0.667rem;
}


/* Donation Page */
.donation-lay form {
  max-width: 100%;
}

.donation-lay form span.hs-form-required {
  margin-left: 4px;
}
.donation-lay form fieldset > .field > .input > select.hs-input {
  padding: .5rem;
  border: 1px solid;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
  height: 50px;
  font: inherit;
  font-size: 1rem;
}
.donation-lay form input.hs-button {
  background-color: #FDBD51;
  color: #fefefe;
  border: none;
  border: 3px solid transparent;
}
.donation-lay form input.hs-button:hover,
.donation-lay form input.hs-button:focus {
  background-color: #fcaa1f;
  color: #fefefe;
}
.donation-lay form hr {
  border-color: transparent;
}
.full-width-lay .hs_cos_wrapper_type_form {
  display: block;
  width: 41.6666666667%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 5.333rem;
  padding-bottom: 5.333rem;
}
.full-width-lay .hs_cos_wrapper_type_form h3.form-title {
  line-height: 1.5;
  margin: 0;
  color: #696465;
  font-size: 18px;
  font-family: "Times New Roman";
  font-weight: bold;
  padding-top: 1px;
}
.full-width-lay .hs_cos_wrapper_type_form h3.form-title b {
  display: block;
  font-family: "futura-pt","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 16px;
}
.full-width-lay .hs_cos_wrapper_type_form form {
  padding-top: 18px;
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

.full-width-lay .hs_cos_wrapper_type_form form .hs-form-field > label {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.full-width-lay .hs_cos_wrapper_type_form form > div.field:nth-child(even) {
  background: transparent;
}

.full-width-lay .hs_cos_wrapper_type_form form >div.field:nth-child(odd) {
  background-color: #f1f1f1;
}

.full-width-lay .hs_cos_wrapper_type_form form > div.field {
  padding: .5rem .625rem .625rem;
}

.full-width-lay .hs_cos_wrapper_type_form form span.hs-form-required {
  margin-left: 4px;
}

.full-width-lay .hs_cos_wrapper_type_form form .actions {
  text-align: center;
  padding: .5rem .625rem .625rem;
}

.full-width-lay .hs_cos_wrapper_type_form form .actions input.hs-button {
  margin: 0;
}

.full-width-lay .hs_cos_wrapper_type_form form  .input > .hs-input {
  font-weight: bold;
}
.moxe-pages-lay form {
  max-width: 100%;
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
  margin-bottom: 1rem;
}
.moxe-pages-lay form > div.field {
  padding: .5rem .625rem .625rem;
}
.moxe-pages-lay form > div.field:nth-child(even) {
  background-color: #f1f1f1;
}
.moxe-pages-lay form > div.field > label {
  display: block;
  margin-bottom: 24px;
}
.moxe-pages-lay form > div.field > label span.hs-form-required {
  margin-left: 4px;
}
.moxe-pages-lay form .input > ul > li {
  margin: 0 0 0.83rem;
  line-height: 13px;
  padding-top: 0 !important;
}
.moxe-pages-lay form .input > ul > li .hs-input[type=checkbox]+span,
.moxe-pages-lay form .input > ul > li .hs-input[type=radio]+span {
  color: #696465;
  position: relative;
  z-index: 2;
  top: 1px;
}
.moxe-pages-lay form .input > ul > li .hs-input[type=checkbox], 
.moxe-pages-lay form .input > ul > li .hs-input[type=radio] {
  margin: 0;
}
.moxe-pages-lay form .input > ul {
  padding-top: 0 !important;
}
.moxe-pages-lay form .hs_submit.hs-submit {
  padding: .5rem .625rem .625rem;
  background-color: #f1f1f1;
  margin-top: 18px;
}
.moxe-pages-lay form .hs_submit.hs-submit input.hs-button {
  margin-bottom: 1.333rem;
  margin-top: 1.333rem;
}


h2.color-light,
.color-light {
  color: #fefefe;
}
.contact-lay form {
  margin-left: auto;
  margin-right: auto;
}
.contact-lay form span.hs-form-required {
  display: none;
}

@media screen and (min-width: 50em){
  .custom-col-12 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .custom-row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

@media screen and (min-width: 64em){
  .custom-col-12{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media(max-width:1024px){
  .custom-col-12 {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
  .custom-member-item {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

}
@media screen and (max-width: 49.9375em){
  .yellow-btn {
    width: 100%;
  }
  .custom-col-12 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .custom-col-5 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .custom-member-item{
    float:none !important;
  }
  .custom-team .custom-row {
    margin-left: -.625rem;
    margin-right: -.625rem;
  }
  .custom-member-item{
    padding-left: .625rem;
    padding-right: .625rem;
  }

}
@media(max-width:768px){
  .custom-team .page-center {
    background-image: none !important;
  }
  .custom-member-item {
    padding-left: .625rem;
    padding-right: .625rem;

  }
  .title-with-content span{
    width:100%;
  }
}
.lightbox {
    padding-top: 100px;
}

@media(max-width:767px){
  .hs_cos_wrapper_type_rich_text span[style*="80%"] {
    width: 100% !important;
  }
  .donation-lay p[style*="1rem"]{
    font-size: 14px !important;
  }
  .full-width-lay .hs_cos_wrapper_type_form h3.form-title b{
    font-size: 14px;
  }
  .full-width-lay .hs_cos_wrapper_type_form {
    width: 100%;
  }
  .full-width-lay .hs_cos_wrapper_type_form form .hs-form-field > label,
  .moxe-pages-lay form > div.field > label {
    margin-bottom: 21px;
  }


}

/* End of Abo0ut Page */

/* == News Page == */

.cm-recent-blog-wrapper .nws-blg-pst.blg-rec-post {
  margin-top: 3.333rem !important;
}

/* about Page */
.outer-box > div {
  width: 60%;
  margin: 0 auto;
}

.outer-box > div h2 {
  margin-top: 0.667rem;
}

.outer-box > div h2:after {
  content: '';
  display: block;
  width: 45px;
  margin: 0 auto;
  border-top: 3px solid #EFBDB9;
  position: relative;
  top: 20px;
}
h2.underline-dot {
  margin-top: 0.333rem;
}

h2.underline-dot:after {
  content: '';
  display: block;
  width: 45px;
  margin: 0 auto;
  border-top: 3px solid #EFBDB9;
  position: relative;
  top: 20px;
}
.outer-box > div:before,
.outer-box > div:after {
  content: "";
  display: table;
  width: 100%;
  clear:both;
}
ul.arrow-list-ul {
  margin-top: 2rem;
}

ul.arrow-list-ul li {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 1.4;
  list-style-type: none;
  position: relative;
  z-index: 2;
}

ul.arrow-list-ul li:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -20px;
  top: -3px;
  content: url(https://6919036.fs1.hubspotusercontent-na1.net/hubfs/6919036/raw_assets/public/Entrenuity_March2020/images/long-arrow-right.svg);
}
/* End about page */
/* Home page */
.home-page-wrapper .title-with-border h2 {
  margin-bottom: 3rem;
}
.home-page-wrapper h2.h2-underline:after {
  content: '';
  display: block;
  width: 45px;
  margin: 0 auto;
  position: relative;
  top: 20px;
  border-top: 3px solid #EFBDB9;
}
.hs-skill-center-cust-mod {
  font-size: 16px;
}
.home-page-wrapper .widget-type-rich_text h2+hr {
  display: block;
  width: 45px;
  margin: 0 auto;
  position: relative;
  top: 20px;
  border-top: 3px solid #efbdb9;
  position: relative;
  top: -2.05rem;
  border: none;
  border-top: 3px solid #efbdb9;
}
/* end home page */
.migration-tempate .dnd-section>.row-fluid > div,
.landing-page-temp .dnd-section>.row-fluid > div,
.full-width-lay .dnd-section>.row-fluid > div{
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media screen and (max-width: 1270px) {
  .custom-member-bg p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .slider-text-wrapper h2 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .slider-text-wrapper h5 {
    font-size: 1.5rem;
  }
  .photos-frm-pst-evnts a {
    overflow: hidden;
  }
  .photos-frm-pst-evnts img {
    height: auto !important;
    width: 100%;
  }
}

@media screen and (max-width: 49.9375em) {
  .cm-recent-blog-wrapper .blg-rec-post .columns {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .cm-recent-blog-wrapper .nws-blg-pst.blg-rec-post h4 {
    font-size: 1.125rem;
  }
  .photos-frm-pst-evnts img {
    display: block;
    margin: auto;
    width: auto;
  }
  .photos-frm-pst-evnts .bg-overlays {
    opacity: 1 !important;
  }
}
html{
  overflow-x:hidden;
}
.event-details-page table tr td+td {
  border: none;
}
@media (max-width:799px){
  p.powerd-by-deve {
    display: none;
  }
}
@media(max-width:767px) { 
  .custom-team-membr-popup .content .medium-6 .px6.mb3 h2.ttu.mt1.mb3 {
    word-break: break-all;
  }
}
@media(max-width:600px){
  .hs-blog-listing .custom-banner {
    height: auto;
    min-height: 1px;
  }
}
@media(max-width:479px){
  .custom-banner-content h1 {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .custom-banner {
    min-height: 1px;
  }
  .title-with-border.nd-btn h2 {
    margin-bottom: 0;
  }
  .title-with-border.nd-btn a.right {
    display: block;
    float: none;
    top: 0 !important;
  }


}
.header {
  background-color: transparent;
  height: 85px;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  box-shadow: 0 2px 16px -8px rgba(105,100,101,0.7);
  top: 0;
  left: 0;
  right: 0;
}

.header__container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}






#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  /*   max-width: 94px; */
}
.header__container .hdr-inr-wrapper {
  padding-left: .625rem;
  padding-right: .625rem;
  width: 100%;
}
.header__container .hdr-inr-wrapper .top-bar {
  background-color: #fefefe;
  position: relative;
  z-index: 999;
}
.header__logo {
  height: 85px;
  padding-top: 12px;
  float: left;
  margin-right: 1rem;
}
@media screen and (min-width: 50em) {
  .header__container .hdr-inr-wrapper {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}
@media screen and (min-width: 64em) {
  .header__container .hdr-inr-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}


/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #696465;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: "futura-pt","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: "futura-pt","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #696465;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: "futura-pt","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-size: 0.8rem;
  color: #696465;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: "futura-pt","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  color: #696465;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #696465;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #696465;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {


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


  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: transparent;
    z-index: 2;
  }



  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }



  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}
.footer {
  background-color: #fff;
  padding-top: 3.333rem ;
  padding-bottom: 3.333rem;
  position: relative;
}
.footer.moxe {
  background-color: #75202c;
}

.footer .page-center{
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  float:none;
}


.custom-col-6 {
  width: 50%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  float: left;
}

.custom-row:before,
.custom-row:after{
  content: '';
  display: table;
  clear: both;
}

.footer p{
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.footer a{
  color:#fff;
}

.footer .col-uiOne {
  color: #A2A49C;
  text-decoration: none;
}

.custom-footer-ric span.bold {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.footer p:last-of-type {
  margin-bottom: 2.333rem;
}

.custom-footer-gap{
  margin-top: -19px;
}

.custom-footer-address.custom-footer-gap{
  margin-top: 3.667rem ;
}

.custom-footer-address a{
  font-weight:700;
  color:#fff;
}

.custom-footer-icon ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.custom-footer-icon ul li a {
  position: relative;
  display: inline-block;
  height: 40px;
  margin-bottom: 10px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  text-decoration:none;
}

.custom-footer-icon ul li a span {
  position: absolute;
  top: -5px;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #AC162C;
  padding: 9px;
  margin-right: 10px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.custom-footer-icon ul li a span .icon {
  color: #fff;
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  font-size: 22px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.custom-footer-icon ul li {
  font-size: 16px;
}

.custom-footer-icon ul li a strong {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-left: 50px;
}

.custom-footer-icon ul li a:hover span {
  background-color: #921325;
}

.custom-footer-icon ul li a:hover strong {
  color: #FDBD51;
}

.custom-footer-icon ul li a:hover span .icon {
  color: #FDBD51;
}

.custom-footer-icon ul li a:hover span svg {
  fill: #fdbd51;
}

.custom-footer-address img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 35px;
}

.footer .custom-footer-form p {
  margin-bottom: 0.667rem;
  color: #fff;
}

.custom-footer-form span.icon-mail {
  position: relative;
  top: 3px;
  color: #FDBD51;
  margin-right:1px;
}

.custom-footer-form svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: #FDBD51;
  fill: #FDBD51;
}

.custom-footer-form .field {
  margin-bottom: 0;
  position: relative;
  display: block;
}


.custom-footer-form .input>.hs-input {
  color: #fefefe;
  position: relative;
  background-color: #4f2223;
  box-shadow: none;
  border: 0;
  margin: 0;
  margin-bottom: 1px;
}

.footer .custom-footer-address a:hover{
  color:#fff;
}

.footer a:hover {
  text-decoration: none;
}

.custom-footer-address a:hover {
  color: #fff;
}

.footer a:hover {
  text-decoration: none;
}

.custom-footer-form span.hs-form-required {
  color: #AC162C;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  line-height: 40px;
  z-index: 9;
}
.custom-footer-form .input>.hs-input:focus{
  background-color: #4f2223 ;
  box-shadow: none;
  color:#fff;
  border:0;
}

.custom-footer-form .hs-button {
  font-size: 1rem;
  min-width: 190px;
  border-width: 3px;
  border-style: solid;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  margin: 0;
  width: 100%;
  text-align: left;
  text-transform: capitalize;
  padding: 10px;
  background-color: #AC162C;
  color: #fefefe;
  border: 1px solid transparent;
  border-width: 3px;
}

.custom-footer-form .hs-input[type="email"]{
  margin:0;
}

.custom-footer-form .hs-button:hover,.custom-footer-form .hs-button:focus {
  background-color: #8a1223;
  color: #fefefe;
  border-color: transparent;
}

.footer .col-uiOne:hover {
  color: #a2a49c;
}

.custom-footer-form .icon svg {
  fill: #fdbd51;
}

.custom-footer-form .actions {
  position: relative;
}

.custom-footer-form .actions span.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  position: absolute;
  right: 10px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}

.custom-footer-form .actions span.icon svg.icon {
  fill: #fefefe;
}

.custom-footer-form .actions span.icon svg.icon svg#icon-arrow-with-circle-right {
  fill: #fefefe;
}

.custom-footer-form .hs-button:hover + span.icon svg.icon {
  fill: #FDBD51;
}

.custom-footer-form .hs-button:hover + span.icon svg.icon svg#icon-arrow-with-circle-right {
  fill: #fdbd51;
}
.custom-footer-form span.icon.icon-arrow-with-circle-right  svg {
  width: 16px;
  height: 16px;
}
.custom-footer-form .actions span.icon {
  text-align: right;
  margin-top: -2px;
}
.custom-footer-icon ul li a span .icon svg {
  fill: currentColor;
}
@media screen and (min-width: 50em){
  .custom-row{
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

@media screen and (min-width: 64em){
  .custom-row{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

@media screen and (max-width: 1024px){
  .footer .page-center > .custom-col-6 {
    width: 100%;
  }

  .footer .custom-col-6 {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

@media screen and (max-width: 49.9375em){
  body {
    font-size: 14px;
  }

  .footer .custom-col-6 {
    width: 100%;
  }

  .custom-footer-icon ul {
    display: block;
    margin: 0 auto;
    width: 200px;
    text-align: left;
  }

  .custom-footer-icon ul li {
    font-size: 14px;
  }

  .custom-footer-ric {
    text-align: center;
  }

  .custom-footer-ric span.bold {
    font-size: 14px;
    line-height: 1.5;
  }


  .custom-footer-address {
    text-align: center;
  }

  .custom-footer-address img {
    position: relative;
    top: -15px;
  }


  .footer {
    padding-top: 0;
  }

  .footer .custom-col-6{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .custom-footer-form {
    text-align: center;
  }

  .footer .custom-row {
    margin-left: -.625rem;
    margin-right: -.625rem;
  }

  .custom-footer-form .actions span svg {
    width: 16px;
    height: 16px;
  }

  .custom-footer-form .actions span.icon {
    width: 16px;
    height: 16px;
  }

  .custom-footer-form span.hs-form-required {
    font-size: 14px;
  }

}
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
/* ==== Listing ==== */
.py7 {
  padding-top: 5.333rem !important;
  padding-bottom: 5.333rem !important;
}
.py7 > .row {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.py7 .small-12 {
  width: 100%;
}
.py7 .columns {
  width: 100%;
  padding-left: .625rem;
  padding-right: .625rem;
}
a.button.primary {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  min-width: 190px;
  border-width: 3px;
  border-style: solid;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  background-color: #FDBD51;
  color: #5F2A2B;
  border-bottom: 3px solid #fdb030;
}
a.button.primary:hover {
  background-color: #fca40f;
  color: #0a0a0a;
}
.py7 > .row .infinite-list .row {
  margin-left: -.625rem;
  margin-right: -.625rem;
}
.py7 > .row .columns .infinite-list .columns {
  float: left;
}
h4.mt0 {
  margin-top: 0;
}
.py7>.row .columns .infinite-list .columns h4.mt0 a.col-tertiary {
  color: #5F2A2B !important;
}
.py7 > .row .columns .infinite-list .columns h4.mt0 + span {
  display: block;
  width: 100%;
  color: #A2A49C;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: normal;
  text-transform: none;
  position: relative;
  top: -10px;
}

/* ==== Post ==== */

.eventControl {
  padding: 0.5rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #E6E8E0;
  max-width: 100% !important;
}
.eventControl .row {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.eventControl .columns {
  width: 100%;
  padding-left: .625rem;
  padding-right: .625rem;
  float: left;
}
.eventControl .small-4 {
  width: 33.3333333333%;
}
.eventControl .text-center {
  text-align: center;
}
.eventControl a {
  color: #696465 !important;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.eventControl a .t2 {
  font-size: 1.25rem !important;
}
.eventControl a .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #A2A49C;
  position: absolute;
}
.eventControl a .icon svg {
  fill: #A2A49C;
}
.eventControl .text-right {
  text-align: right;
}
section.py7.hs-blog-post .columns {
  float: left;
}
.py7>.row .infinite-list .row + .row {
  margin-top: 5rem;
}
/* === Sidebar === */

.blog-sidebar .blog-sidebar-topic-listing h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5625rem;
}

/* == Banner */

.custom-banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.custom-banner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, rgba(16,2,2,0), rgba(16,2,2,1));
  background-image: linear-gradient(to bottom, rgba(16,2,2,0), rgba(16,2,2,1));
  opacity: .7;
}

.custom-banner-content h1 {font-size: 3.8rem;line-height: 0.9;color: #fefefe;-webkit-transform: translateZ(0);transform: translateZ(0);text-shadow: 1px 1px 1px rgba(0,0,0,0.5);margin: 0;position: absolute;bottom: 20%;}
.custom-banner-content h1 span{
  color: #fefefe;
  font-size: 2.8rem;
  font-weight: normal;
  display: block;
}

.custom-banner img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}

.custom-banner-content{
  padding-left: .625rem;
  padding-right: .625rem;
}

.banner-section .dnd-section>.row-fluid>div.span12{
  padding-left:0;
  padding-right:0;
}

@media screen and (min-width: 50em){
  .custom-banner-content {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

@media screen and (min-width: 64em){
  .custom-banner-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media(max-width:49.9375em){
  .custom-banner-content h1 {
    font-size: 2.8rem;
  }

  .custom-banner-content h1 span {
    font-size: 2.2rem;
  }

  .custom-banner-content {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}


@media(max-width:600px){
  .custom-banner {
    min-height: 250px;
  }
}

@media screen and (min-width: 50em) {
  .py7 .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
  .py7 > .row .infinite-list .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
  .py7 .medium-3 {
    width: 25%;
  }
  .py7 .medium-9 {
    width: 75%;
  }
  .eventControl .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
  .py7 .medium-8.columns {
    width: 66.6666666667%;
  }
  .py7 .medium-4.columns {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 64em) {
  .py7 .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .py7 > .row .infinite-list .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .eventControl .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.body-wrapper.hs-blog-post .eventControl {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 49.9375em) {
  .py7 .columns {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  a.button.primary {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  section.py7.hs-blog-post h1 {
    font-size: 1.5rem;
  }
  .eventControl .row {
    padding: 0 0;
  }
  .body-wrapper.hs-blog-post .eventControl {
    padding-left: 29px;
    padding-right: 29px;
  }
  .blog-sidebar .blog-sidebar-topic-listing h3 {
    font-size: 1.125rem;
  }
  .hs-blog-post section.py7.hs-blog-post .columns ul, 
  .hs-blog-post section.py7.hs-blog-post .columns ol, 
  .hs-blog-post section.py7.hs-blog-post .columns dl {
    font-size: 14px;
  }
  .hs-blog-post section.py7.hs-blog-post .columns p[style*="1rem"]{
    font-size:14px !important;
  }
}

.blog-header {
  background-color: #fff;
  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;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@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;
  }
}

@media screen and (min-width: 768px) {

  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .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.667rem;
}
.blog-index__post-content p {
  font-family: Georgia, serif;
}
.blog-index__post-content a {
  color: #696465;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Georgia, serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #696465;
  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: #696465;
  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: #696465;
}
.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: #696465;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Georgia, 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: #fff;
  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: #696465;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@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: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid ;
  color: ;
}
.blog-comments .hs-button:hover {
  background-color: ;
  color: #5F2A2B;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: ;
}


/*             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;
}
.comment-date {
    display: block !important;
    margin-bottom: 15px;
    margin-top: -5px;
}
@media (min-width:801px){
  .body-wrapper.hs-blog-post .eventControl {
    padding-top: .3rem;
    padding-bottom: .45rem;
  }
}
@media (max-width:799px){
  li.hs-postlisting-item{
    font-size: 14px;
  }
  .news-blog-post-body-wrp *[style*="1rem"],
  .news-blog-post-body-wrp ul, 
  .news-blog-post-body-wrp ol, 
  .news-blog-post-body-wrp dl{
    font-size: 14px !important;
  }
  .blog-post.def-blog-pst-bdy img[style*="float"] {
    float: none !important;
    margin: 0 0 15px !important;
  }
}
@media (max-width:380px) and (min-width:319px){
  .eventControl .text-center a {
    position: relative;
    left: 20px;
  }
}
.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: Georgia, 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 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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: "futura-pt","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-size: 1.25rem;
  color: #696465;
  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: #696465;
}

.systems-page input[type="password"] {
  height: 50px !important;
  margin-top: 0 !important;
  margin-bottom: 0;
}

.systems-page form {
  max-width:767px;
}

.systems-page {
  padding-left: 0;
  padding-right: 0;
}

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

@media (max-width:600px){
  
  .systems-page .page-header h2 {
    font-size: 18px;
  }
}


.systems-page p.header {
  position: static;
  background: transparent;
  box-shadow: none;
  height: auto;
}
/* == Banner == */

.custom-banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.custom-banner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, rgba(16,2,2,0), rgba(16,2,2,1));
  background-image: linear-gradient(to bottom, rgba(16,2,2,0), rgba(16,2,2,1));
  opacity: .7;
}

.custom-banner-content h1 {font-size: 3.8rem;line-height: 0.9;color: #fefefe;-webkit-transform: translateZ(0);transform: translateZ(0);text-shadow: 1px 1px 1px rgba(0,0,0,0.5);margin: 0;position: absolute;bottom: 20%;}
.custom-banner-content h1 span{
  color: #fefefe;
  font-size: 2.8rem;
  font-weight: normal;
  display: block;
}

.custom-banner img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}

.custom-banner-content{
  padding-left: .625rem;
  padding-right: .625rem;
}

.banner-section .dnd-section>.row-fluid>div.span12{
  padding-left:0;
  padding-right:0;
}

@media screen and (min-width: 50em){
  .custom-banner-content {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

@media screen and (min-width: 64em){
  .custom-banner-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media(max-width:49.9375em){
  .custom-banner-content h1 {
    font-size: 2.8rem;
  }

  .custom-banner-content h1 span {
    font-size: 2.2rem;
  }

  .custom-banner-content {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}


@media(max-width:600px){
  .custom-banner {
    min-height: 250px;
  }
}

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
/* ==== Listing ==== */
.py7 {
  padding-top: 5.333rem !important;
  padding-bottom: 5.333rem !important;
}
.py7 > .row {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.py7 .small-12 {
  width: 100%;
}
.py7 .columns {
  width: 100%;
  padding-left: .625rem;
  padding-right: .625rem;
}
a.button.primary {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  min-width: 190px;
  border-width: 3px;
  border-style: solid;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  background-color: #FDBD51;
  color: #5F2A2B;
  border-bottom: 3px solid #fdb030;
}
a.button.primary:hover {
  background-color: #fca40f;
  color: #0a0a0a;
}
.py7 > .row .infinite-list .row {
  margin-left: -.625rem;
  margin-right: -.625rem;
}
.py7 > .row .columns .infinite-list .columns {
  float: left;
}
h4.mt0 {
  margin-top: 0;
}
.py7>.row .columns .infinite-list .columns h4.mt0 a.col-tertiary {
  color: #5F2A2B !important;
}
.py7 > .row .columns .infinite-list .columns h4.mt0 + span {
  display: block;
  width: 100%;
  color: #A2A49C;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: normal;
  text-transform: none;
  position: relative;
  top: -10px;
}

/* ==== Post ==== */

.eventControl {
  padding: 0.5rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #E6E8E0;
}
.eventControl .row {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.eventControl .columns {
  width: 100%;
  padding-left: .625rem;
  padding-right: .625rem;
  float: left;
}
.eventControl .small-4 {
  width: 33.3333333333%;
}
.eventControl .text-center {
  text-align: center;
}
.eventControl a {
  color: #696465 !important;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.eventControl a .t2 {
  font-size: 1.25rem !important;
}
.eventControl a .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #A2A49C;
  position: absolute;
}
.eventControl a .icon svg {
  fill: #A2A49C;
}
.eventControl .text-right {
  text-align: right;
}
section.py7.hs-blog-post .columns {
  float: left;
}
.py7>.row .infinite-list .row + .row {
  margin-top: 5rem;
}
/* === Sidebar === */


/* Succes Blog */

.custom-col-4 {
  float: left;
  width: 33.3333333333%;
}

.custom-section {
  padding-top: 5.333rem;
  padding-bottom: 5.333rem;
}

.custom-col {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.custom-col-8 {
  float: right;
  width: 66.6666666667%;
}

.custom-success-post-content h1 {
  font-size: 2.2rem;
  margin-top: 2.667rem;
  margin-bottom: 1.667rem;
  margin-top: 0;
  text-transform: none;
  color: #5F2A2B;
  font-weight: bold;
  line-height: 1.1;
}

.custom-success-content h3 {
  margin-top: 0;
}

.custom-success-listing .custom-row+.custom-row {
  margin-top: 5rem;
}

.custom-success-post-content h1+span.title-des ,
.custom-success-content h3+span.title-des{
  display: block;
  width: 100%;
  color: #696465;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: normal;
  text-transform: none;
  position: relative;
  top: -24px;
}

.custom-load-more {
  text-align: center;
  padding: 50px 0;
}

.custom-load-more a {
  min-width: 190px;
  border-style: solid;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  border-width: 3px;
  padding: 0.85em 1em;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  display: inline-block;
  margin: 0;
  font-size: 19px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  max-width: 260px;
  border-color: #E6E8E0;
  color: #AC162C;
  background-color: transparent;
  text-align: center;
  line-height: 1;
}

.custom-load-more a:hover{
  border-color: #AC162C;
  color: #AC162C;
}

.custom-load-more a:focus{
  color: #AC162C;
}


@media(max-width:1024px){
  .custom-col {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

@media(max-width:49.9375em){
  .custom-col-4 {
    width: 100%;
  }

  .custom-col {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .custom-col-8 {
    width: 100%;
  }
}

/* Succes Blog */





.blog-sidebar .blog-sidebar-topic-listing h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5625rem;
}

@media screen and (min-width: 50em) {
  .py7 .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
  .py7 > .row .infinite-list .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
  .py7 .medium-3 {
    width: 25%;
  }
  .py7 .medium-9 {
    width: 75%;
  }
  .eventControl .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
  .py7 .medium-8.columns {
    width: 66.6666666667%;
  }
  .py7 .medium-4.columns {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 64em) {
  .py7 .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .py7 > .row .infinite-list .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .eventControl .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 49.9375em) {
  .py7 .columns {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  a.button.primary {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  section.py7.hs-blog-post h1 {
    font-size: 1.5rem;
  }
  .blog-sidebar .blog-sidebar-topic-listing h3 {
    font-size: 1.125rem;
  }
  .eventControl a svg.icon.icon-angle-right.t2 {
    bottom: 0;
    top: auto !important;
  }
}

.blog-header {
  background-color: #fff;
  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;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@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;
  }
}

@media screen and (min-width: 768px) {

  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .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.667rem;
}
.blog-index__post-content p {
  font-family: Georgia, serif;
}
.blog-index__post-content a {
  color: #696465;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Georgia, serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #696465;
  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: #696465;
  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: #696465;
}
.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: #696465;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Georgia, 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: #fff;
  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: #696465;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@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: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid ;
  color: ;
}
.blog-comments .hs-button:hover {
  background-color: ;
  color: #5F2A2B;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: ;
}


/*             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:799px){
  .custom-success-post-content *[style*="1rem"],
  .custom-success-post-content ul, 
  .custom-success-post-content ol, 
  .custom-success-post-content dl{
    font-size: 14px !important;
  }
  .blog-post.def-blog-pst-bdy img[style*="float"] {
    float: none !important;
    margin: 0 0 15px !important;
  }
}