/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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 {
  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;
  text-decoration: none;
}

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */
.price-content li {
  list-style: none;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.container-fluid .page-center { 	
  float: none  !important;
  max-width: 1170px !important;
  margin: 0 auto  !important;
  padding-bottom: 80px;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto; 
  }
  .footer .span4:last-child:nth-child(odd),
  .dnd-section .dnd-column.span4:last-child:nth-child(odd),
  .dnd-section .dnd-module .span4:last-child:nth-child(odd){
    float: none;
    margin: 0 auto !important;  
    display: table; 
    padding-top: 30px;
    clear: both !important;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}
.row-fluid .span12,
.dnd-section .dnd-module .span12,
.dnd-section .dnd-column .span4,
.dnd-section .dnd-module .span4,
.dnd-section .dnd-column.span3,
.dnd-section .dnd-module .span3,
.dnd-section .dnd-module .span2 {
  margin-top: 30px; 
}
.row-fluid .span12:first-child,
.dnd-section .dnd-module .span12:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
  .copyright-bg .span6 {
    text-align: center;
    margin-top: 15px;
  }
  .footer-icons ul {
    margin: 0 auto !important;
  }
  .copyright-bg .span6:first-child { 
    margin-top: 0;
  }
  .dnd-section .dnd-module .span6,
  .dnd-section .dnd-column.span6 {
    margin-top: 20px;
  }
  .dnd-section .dnd-module .span6:first-child,
  .dnd-section .dnd-column.span6:first-child {
    margin-top: 0 !important;
  }
  .footer .span4,
  .footer .span3,
  .dnd-section .dnd-column .span4,
  .dnd-section .dnd-module .span4,
  .dnd-section .dnd-column.span3,
  .dnd-section .dnd-module .span3 {
    margin-top: 30px; 
  }
  .footer .span4:first-child,
  .footer .span3:first-child,
  .dnd-section .dnd-column.span4:first-child,
  .dnd-section .dnd-column.span3:first-child,
  .dnd-section .dnd-module .span4:first-child,
  .dnd-section .dnd-module .span3:first-child {
    margin-top: 0;
  }
  .client-img-div .span2 {
    text-align: center;
    margin-top: 20px;
  }
  .client-img-div .span2:first-child {
    margin-top: 0;
  }
  .dnd-column.span4 {
    width: 100% !important; 
  }
  .dnd-column.span5,
  .dnd-column.span8 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .dnd-module .span12 .span2 {
    margin-top: 20px !important;
  }
  .dnd-module .span12 .span2:first-child {
    margin-top: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .footer .span4,
  .footer .span3,
  .dnd-section .dnd-column.span4,
  .dnd-section .dnd-module .span4,
  .dnd-section .dnd-column.span3,
  .dnd-section .dnd-module .span3 { 
    width: 360px;
    margin-left: auto !important;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
   .dnd-column.span5,
  .dnd-column.span8 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .dnd-section .dnd-module .span6 {
    margin-top: 30px;
    flex: 0 0 50%;
    width: 50%;
    margin-left: 0 !important;
    float: left;
    padding: 0 15px;
  }
  .services-span .span4:nth-child(2n-1) {
    clear: both;
  }
  .dnd-section .dnd-module .span4:last-child {
    clear: none !important;
  }
  .dnd-section .dnd-module .span6:first-child,
  .dnd-section .dnd-module .span6:nth-child(2) {
    margin-top: 0 !important;
    width: 100% !important;
  }
  .cta-content-width .span3 {
    width: 100% !important;
    margin-top: 30px !important; 
    float: none !important;
  }
  .client-img-div .span2 {
    margin-top: 30px !important;
    flex: 0 0 25%;
    width: 25%;
    position: relative;
    margin-left: 0 !important;
    float: left;
    padding: 0 15px;
  }

  .client-img-div .span2:first-child,
  .client-img-div .span2:nth-child(2),
  .client-img-div .span2:mth-child(3),
  .client-img-div .span2:nth-child(4) {
    margin-top: 0 !important;
  }
  .dnd-section .dnd-module .span6,
  .dnd-section .dnd-column.span6 {
    margin-top: 20px;
  } 
  .dnd-section .dnd-column.span4, {
    clear: both;
  }
  .footer .span4,
  .footer .span3,
  .dnd-section .dnd-column.span4,
  .dnd-section .dnd-module .span4,
  .dnd-section .dnd-column.span3,
  .dnd-section .dnd-module .span3 {
    margin-top: 30px;
    flex: 0 0 50%;
    width: 50%;
    position: relative;
    margin-left: 0 !important;
    float: left;
    padding: 0 15px;
  }
  .footer .span4:first-child,
  .footer .span3:first-child,
  .dnd-section .dnd-column.span4:first-child,
  .dnd-section .dnd-column.span3:first-child,
  .dnd-section .dnd-module .span4:first-child,
  .dnd-section .dnd-module .span3:first-child,
  .footer .span4:nth-child(2),
  .footer .span3:nth-child(2),
  .dnd-section .dnd-column.span4:nth-child(2),
  .dnd-section .dnd-column.span3:nth-child(2),
  .dnd-section .dnd-module .span4:nth-child(2),
  .dnd-section .dnd-module .span3:nth-child(2) {
    margin-top: 0;
  }
  .footer .span4:last-child {
    float: none;
    margin: 0 auto !important; 
    display: table; 
    padding-top: 30px;
    clear: both !important;
  }
  .span3.footer-support {
    clear: both;
  }
  .copyright-bg .span6 {
    text-align: center;
    margin-top: 15px;
  }
  .footer-icons ul {
    margin: 0 auto !important;
  }
  .copyright-bg .span6:first-child { 
    margin-top: 0;
  }
  .dnd-section .dnd-module .span6:nth-child(2n-1) {
    clear: both !important;
  }
  .span4.client-des-img {
    padding: 0 !important;
    width: 35% !important;
    flex: 0 0 35% !important;
  }  
  .port-2.masonry-2 .span12 .span4,
  .port-2.masonry-2 .span12 .span8,
  .port-2.masonryeffectcontent2 .portfolio-col2,
  .port-2.masonryeffectcontent4 .portfolio-col2, 
  .port-2.masonryeffectcontent5 .portfolio-col2, 
  .port-2.masonryeffectcontent6 .portfolio-col2, 
  .port-2.masonryeffectcontent3 .portfolio-col2 {
    margin-bottom: 0px;
    float: left;
    display: inherit;
    padding: 0;
  }
  .port-2.masonry-2 .span12 .span8 {
    width: 100%;
  }
}
.hs_cos_wrapper_type_rich_text ul li,
.hs_cos_wrapper_type_rich_text ol li {
  margin-left: 20px;
}
.content-wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

@media (max-width: 1150px) {
  .dnd-section > .row-fluid {
    padding: 0 15px;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing:1px;
}
p {
	margin-bottom: 0;
	margin-top: 0;
}

ul, ol {
    margin-bottom: 0;
    padding-left: 0;
	margin-top: 0px;
}
sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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




@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
button span,
.button span {
  position: relative;
  z-index: 1;
}
.button,
button {
  position: relative;
  overflow: hidden;
  color: #cbbc34;
}
.button:before,
button:before, 
.button:after,
button:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px; 
  border-radius: 50%;
}

.button:before,
button:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
button:after,
.button:after {
  right: -20px;
  transform: translate(50%, -50%);
}
button:hover,
.button:hover {
  color: #f0ebc3;
}
button:hover:before,
.button:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
button:hover:after,
.button:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}


/* Buttons icon */

.button.button--icon-right {
    display: inline-flex;
    display: -webkit-inline-flex;
  align-items: center;
}
.button .button__icon svg {
  fill: inherit; 
  vertical-align: middle;
  margin-right: 10px; 
  width: 20px !important;
  height: 20px !important;
}
.button.button--icon-right .button__icon svg {
  margin-right: auto;
  margin-left: 10px;
  vertical-align: middle;
}
.button.button--icon-right .button__icon {
  order: 2;
  -webkit-order:2;
  line-height: 0;
}
.button.button--icon-right:hover .button__icon,
.button.button--icon-left:hover .button__icon {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.button:disabled {
  background-color: ;
  color: ;
}

.blog-comments .hs-button {
  display: table;
}
  
/* Primary Button */   
.button--primary {    
  
  font-family: 'Familjen Grotesk', sans-serif; font-style: normal; font-weight: normal; text-decoration: none !important;
  background-color: rgba(51, 51, 51, 1.0) !important;
  border: 1px Solid #24125f !important;
  border-radius: 0px !important;
  color: #fcf6f5 !important;
  fill: #fcf6f5 !important;
  font-size: 15px !important;
  line-height: 25px !important;
  padding:  8px 20px 8px 20px ;
  text-transform: Capitalize !important;
  margin-top: 30px;
  cursor: pointer;  
  display: inline-block;
  letter-spacing: 0.5px;
  
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}    
.button--primary:active,
.button--primary:hover,
.button--primary:active:before,
.button--primary:hover:before,
.button--primary:active:after,
.button--primary:hover:after {    
  
  background-color: #24125f !important; 
  border: 1px Solid #24125f !important;
  color: #ffffff !important; 
  fill: #ffffff !important;
  
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
} 

/* Secondary Button */  
.button--secondary{    
  
  font-family: 'Familjen Grotesk', sans-serif; font-style: normal; font-weight: normal; text-decoration: none !important;
  background-color: transparent !important;
  background-color: rgba(51, 51, 51, 1.0) !important;
  border: 1px Solid #222222 !important;
  border-radius: px !important;
  color: #fcf6f5 !important;
  fill: #fcf6f5 !important;
  text-transform: inherit !important;
  font-size: 15px;
  line-height: 25px !important;
  border-radius: px !important;
  padding:  8px 20px 8px 20px ;
  margin-top: 30px;
  cursor: pointer;  
  display: inline-block;
  letter-spacing: 0.5px; 
  
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}  
.button--secondary:active,
.button--secondary:hover,
.button--secondary:active:before,
.button--secondary:hover:before,
.button--secondary:active:after,
.button--secondary:hover:after {    
  
  background-color: #24125f !important;
  border: 1px Solid #222222 !important;
  border-radius: px !important;
  color: #fff !important;
  fill: #fff !important;
  
} 
/* Simple Button */
.button.button--simple {
  font-family: 'Familjen Grotesk', sans-serif; font-style: normal; font-weight: normal; text-decoration: none !important;
  color: #222 !important;
  fill: #222 !important;
  text-transform: inherit !important;
  background-color: transparent !important;
  background-image: initial;
  position:relative; 
  cursor: pointer;
  border:none !important;
  border-radius: 0 !important;
  margin-top: 25px;
} 
.button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:after {
  content: none !important;
}

.button.button--simple:hover,
.button.button--simple:focus {
   !important;
  border: none !important;
  background-image: initial;
  color: #333333 !important;
  fill: #333333 !important;
}


.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  content: none !important;
}


.button.button--simple:active {
   !important;
  border: none !important;
  color:  !important;
  fill:  !important;
}
/* Button Sizing */
.button.button--small {
  font-size: 13px !important;
  line-height: 23px !important;
  padding: 8px 13px 8px 13px !important;
}

.button.button--small .button__icon svg {
  width: 12px;
  height: 12px;
  vertical-align: inherit;
}

.button.button--large .button__icon svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.button.button--large {
  font-size: 20px !important;
  line-height: 30px !important;
  padding: 10px 30px 10px 30px !important;
}
/* Form Button */

form .actions .hs-button,
form .hs-button {
  
  font-size: 15px !important;
  line-height: 25px !important;
  padding: 8px 20px 8px 20px !important;
  
}

.blog-comments .hs-button {
  font-family: 'Familjen Grotesk', sans-serif; font-style: normal; font-weight: normal; text-decoration: none !important;
  background-color: #eb3300 !important;
  border: 1px Solid #24125f !important;
  border-radius: 0px !important;
  color: #fcf6f5 !important;
  fill: #fcf6f5 !important;
  font-size: 13px;
  line-height: 23px;
  padding:  8px 13px 8px 13px ;
  text-transform: inherit !important;
  margin-top: 30px;
  cursor: pointer;
}

form .actions .hs-button,
form .hs-button {
  
  
  font-family: 'Familjen Grotesk', sans-serif; font-style: normal; font-weight: normal; text-decoration: none !important;
  background-color: transparent !important;
  background-color: rgba(36, 18, 95, 1.0) !important;
  border: 1px Solid #222222 !important;
  border-radius: px !important;
  color: #fcf6f5 !important;
  fill: #fcf6f5 !important;
  text-transform: Capitalize !important;
  border-radius: px !important;margin-top: 30px;
  cursor: pointer;  
  display: inline-block;
  letter-spacing: 0.5px; 
  
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
  display: table;
}

form .actions .hs-button:hover,
form .hs-button:hover {
  
  
  background-color: #24125f !important;
  border: 1px Solid #222222 !important;
  border-radius: px !important;
  color: #333333 !important;
  fill: #333333 !important;
  

  
}
form .actions{
  position: relative;
  display: table;
}
.hs-input {
  width: 100%;
}
body form .hs-form-booleancheckbox,
body form .hs-form-radio {
  display: flex;
  align-items: center;
}
body form .hs-form-booleancheckbox .hs-input,
body form .hs-form-radio .hs-input {
  width: 15px !important;
  height: 15px !important;
  border: none !important;
  margin-right: 5px;
}
body form .hs-form-booleancheckbox,
body form .hs-form-radio li {
  list-style: none;
}
body form .hs-form-booleancheckbox label {
  display: flex !important;
  align-items: center;
  width: 100% !important;
}
form .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span {
  display: flex;
  margin-left: 5px;
  line-height: 24px;
  align-items: center;
}
body .contact-form-background {
  background: rgba(255, 255, 255, 0.5);
  border: 1px Solid #fcf6f5; 
  padding: 20px;
}  
body .form-title,
body .header-form .dark h4 {
  color: #fcf6f5 !important; 
}
.submitted-message {
  color:#458B00;
  text-align: center;
  font-family: Familjen Grotesk;
  font-size: 16px !important;
  line-height: 26px !important;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0px;
}  

.hs-form .hs-error-msg,
.hs-error-msgs label{
  color: #ef6b51 !important;
}

.hs-form legend {
  color: rgba(252, 246, 245, 1.0);
}
body .header-form form .hs-input,
.hs-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 9px 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  background-color: rgba(255, 255, 255, 0.0);
  border: 1px Solid #fcf6f5;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; 
}
body .header-form form .hs-input,
.hs-form input {
  color:#fcf6f5;
}
.header-form form .hs-input::Placeholder,
.hs-form input::Placeholder {
  color:#fcf6f5 !important;
}
.hs-form-field {
    margin-top: 15px;
}
.hs-form-field:first-child {
    margin-top: 0;
}
body .header-form form label,
.hs-form .hs-form-field label {
  color:#fcf6f5 !important; 
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  width: 100%;
} 
.hs-form .hs-form-field:first-child {
  margin-top: 0;
}
form input,
form select,
form textarea {
  border-color: ;
  color: ;
}

form input:focus,
form select:focus,
form textarea:focus {
  border-color: ;
}

.hs-input:-moz-placeholder {
  color: #fcf6f5 !important;
}

.hs-input::placeholder,
.hs-input::-webkit-input-placeholder {
  color: #fcf6f5 !important;
}
.hs-richtext {
  font-size: ;
}

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

.fn-date-picker td.is-today .pika-button {
  color: #24125f;
}

.fn-date-picker td.is-selected .pika-button {
  background: #24125f;
}

.password_prompt_header .hs-button,
#email-prefs-form .hs-button { 
  margin-top: 20px;
}

.fn-date-picker td .pika-button:hover {
  background-color: #222222 !important;
}
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;
}
.sidebar-bg h5 { 
  margin-bottom: 15px;
}  
.post-listing .post-item {
  margin-bottom: 30px;
}
.clearfix {
  *zoom: 1;
}
.sidebar-bg.tag .block h3 {
  display: none;
}
.post-listing .post-body {
  float: left;
  padding-right: 20px;
  width: 50%;
}
.hs-featured-image {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.blog-pagination a.active {
  background-color: #24125f;
  color: #ffffff !important;
}
.hs_error_rollup {
  display: none;
}
.blog-pagination a {
  background-color: #f6f6f6;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-inline-box;
  padding: 15px 20px;
  margin: 0 10px 0px 0;
}
.hs-featured-image {
  float: right;
  margin: 0 0 20px 20px;
}
.post-listing .post-list-content {
  float: right;
  width: 50%;
}
.hs-featured-image-link {
  border: 0;
} 
.post-listing #hubspot-author_data a.author-link {
  font-weight: 600;
  transition: all 300ms ease-in 0s;
}
a.more-link {
  display: table;
}
#hubspot-author_data a.author-link {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tag ul li {
  display: inline-block;
}
.sidebar-bg.tag ul li { 
  margin: 15px 5px; 
}

.sidebar-bg.tag ul li:first-child,
.sidebar-bg.tag ul li:nth-child(2) {
  margin-top: 0; 
}
.sidebar-bg.tag ul li:last-child {
  margin-bottom: 0; 
}
.blog-comments.sidebar-bg .comment.depth-0:first-child {
  border: 0 !important;
  padding-top: 0;  
}
.post-header h3 a {
  color:  !important;
}
.sidebar-bg.tag h3 {
  position: relative;
}
.sidebar-bg.tag h3::before {
  display: block;
  height: px;
  width: 200px;
  background: ;
  content: "";
  border: 0;
  position: absolute;
  bottom: 0;
}
.sidebar-bg.tag h3::after {
  display: block;
  margin-top: 5px;
  width: 100%;
  height: px;
  background: #ccc; 
  margin-bottom: 20px;
  content: "";
} 

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

.single-post-col {
  position: relative;
}
.single-post-content .hubspot-editable,
.single-post-content h2, 
.single-post-content p {
  color: ;
}
.hs-search-field .hs-search-field__input {
  position: relative;
}
.hs-search-field button {
  position: absolute;
  top: 0;
  margin-top: 0;
  right: 0;
}
.post-header #hubspot-topic_data a.topic-link {
  background-color: #f6f6f6;
  border-left: 1px solid #24125f;
  color: #24125f;
  display: inline-block;
  font-family: "Lato";
  font-size: 12px;
  letter-spacing: 1px;
  margin: 20px 8px 5px 0;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: all 300ms ease-in 0s;
}
.post-header #hubspot-topic_data a.topic-link:hover {
  border-left: 1px solid #ca3240;
  color: #ca3240;
  transition: all 300ms ease-in 0s;
}
.post-header a.author-link {
  font-weight: 600;
  transition: all 300ms ease-in 0s;
  color:  !important;
} 
.post-header .single-post a.author-link { 
  color:  !important;
} 
.blog-content .post-body p {
  padding: 10px 0;
}
.blog-content .post-body ul {
  padding-left: 30px;
  margin: 10px 0;
}
.blog-content .post-body ul li:before {
  color: #24125f;
  content: "\f101";
  font-family: fontawesome;
  padding-right: 15px;
  vertical-align: top;
}
.blog-content .post-body ul li {
  padding-bottom: 15px;
}
.blog-content .post-body ul li:last-child {
  padding-bottom: 0;
}
/* TODO: Find a better place for this */
.content-wrapper {
  padding: 0px;
  margin: 0 auto;
}

.blog-header {
  background-color: ;
  text-align: center;
}
h4.blog-header__subtitle {
  display: none;
}
.blog-header__inner {
  margin: 0 auto;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  margin-left: 15px;
  margin-right: 15px;
}
.blog-header__subtitle {
  color:  !important;
  font-size: 30px;
  line-height: 40px;
} 
.single-post .single-post-content span {
  color: !important;
}
.single-post-content h2 {
  margin-bottom: 10px;
}
.blog-header__form {
  margin: 0 1rem;
}
.recent ul li a {
  color: ;
  font-family:  !important;
}
.tag ul li a {
  color:  !important;
}
.tag ul li a:hover {
  color:  !important;
} 
.blog-post__body img {
  width: auto;
  max-width: 100%;
}
.blog-post__body table,
.blog-post__body td,
.blog-post__body th {
  border: 0;
  padding: 0;
}

/* Single blog post content */

.blog-post__body .hs-block-columns{
  display: table;
  width: 100%;
}

.blog-post__body .hs-block-column{
  display: table-cell;
  vertical-align: middle;
  width: 48%;
}

.blog-post__body .hs-block-column:not(:first-child) {
    margin-left: 1em;
}

/* grid variation 10 - Tag Listing */
.post-item-meta-comment-count p::before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 8px;
  font-size: 10px;
}
.post-item-meta-tag .topic-link::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px; 
  font-size: 10px;
}
.post-item-meta-author p:before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 8px;
  font-size: 10px;
}
.post-item-meta-date p::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 8px;
  font-size: 10px;
}
.post-item-meta-link p a::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 8px;
  font-size: 10px;
}

/* grid variation 11 */
.model-grid-tag .grid-variation-11 .post-item-meta-author img {
    position: absolute;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    bottom: -25px;
    box-shadow: 0px .5rem 1rem rgba(0,0,0,0.2);
    border: 2px solid #333;
}
.model-grid-tag .grid-variation-11 .post-items {
  position: relative;
}
.model-grid-tag .grid-variation-11 .post-item-box {
  position: relative;
}
.model-grid-tag .grid-variation-11 .post-item-meta-date.top {
  position: absolute;
  top: 20px;
  background: rgba(0,0,0, .8);
  color: #fff;
  padding: 5px 10px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.model-grid-tag .grid-variation-11 .vari-10-post {
  justify-content: center;
  margin-bottom: 10px;
}
.model-grid-tag .grid-variation-11 .post-item-meta-link {
  margin-top: 15px;
  text-align: center;
}
.model-grid-tag .grid-variation-11 .post-item-header {
  margin-bottom: 10px;
  text-align: center;
}
.model-grid-tag .grid-variation-11 .post-summary {
  text-align: center;
}
.model-slider .splide__pagination {
  position: relative !important;
  margin-top: 50px !important;
}
.model-grid-tag .grid-variation-11 .post-item-meta-date.bottom {
  position: absolute;
  bottom: 20px;
  background: rgba(0,0,0, .8);
  color: #fff;
  padding: 10px 20px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.model-grid-tag .grid-variation-11 .post-item-meta-author.right img {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  bottom: 50px;
  box-shadow: 0px .5rem 1rem rgba(0,0,0,0.2);
  border: 2px solid #333;
  z-index: 9;
  left: 0;
  margin: 0 auto;
}
.model-grid-tag .grid-variation-11 .post-item-meta-author.left img {
  position: absolute;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 20px;
  bottom: -25px;
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.2);
  border: 3px solid #333;
}
.model-grid-tag .grid-variation-11 .post-item-meta-author.center img {
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 20px;
  bottom: -25px;
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.2);
  border: 3px solid #333;
  margin: 0 auto;
}
.model-grid .post-listing .grid-variation-11 #hubspot-topic_data {
  margin-bottom: 0;
}
.model-grid-tag .grid-variation-11 .vari-10-post li {
  display: inline-block;
  vertical-align: middle; 
  margin-right: 10px;
  padding-right: 10px;
}

.model-grid-tag .grid-variation-11 a.topic-link {
  margin-right: 20px;
}
.model-grid-tag .grid-variation-11 a.topic-link:last-child {
  margin-right: 0;
}
.model-grid-tag .grid-variation-11 .vari-10-post li:last-child {
  margin-right: 0;
  padding-right: 0;
  border:0;
}
.model-grid-tag .grid-variation-11 .post-summary-more {
  margin-top: 15px;
}
.model-grid-tag .grid-variation-11 .post-summary-more p a {
  color: #24125f !important;
}
.model-grid-tag .grid-variation-11 .vari-10-post {  
  display: flex;
  align-items: center;
} 
.model-grid-tag .grid-variation-11 .post-item-featured-image-link img {
  max-width: 100%;
  height: auto;
  margin-bottom: 130px;
}
.model-grid-tag .grid-variation-11 .post-item-content {
  background-color: #272727;
  padding: 20px;
  display: table;
  width: 90%;
  margin: 0 auto;
  bottom: 70px;
  position: absolute;
  left: 0;
  right: 0;
  transition: .2s cubic-bezier(.3, .58, .55, 1);
}
.model-grid-tag .grid-variation-11 .post-item-masonry:hover .post-item-content {
  bottom: 35px;
  transition: .2s cubic-bezier(.3, .58, .55, 1);
}
.model-grid-tag .grid-variation-11 .post-item-title a {
  color: #f5f5f5;
}
.model-grid-tag .grid-variation-11 .post-item-meta-date p,
.model-grid-tag .grid-variation-11 .post-item-meta-tag a,
.model-grid-tag .grid-variation-11 .post-item-meta-author a {
  color: #888;
}
@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
}
.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;
}
.comment.depth-0 {
  border-top: px solid  !important;
}
@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;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('');
    }
@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 a {
  color:  !important;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-index__post-image {
  margin-bottom: 20px;
}
.blog-index__post1 {
  background-color: ;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  padding: 20px;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: ;
}
.blog-index__post1.section-mar-bot-30:last-child {
  margin-bottom: 30px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: 10px 15px;
  margin: 0 .1rem;
  color:  !important;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: px solid ;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
:focus {
  outline: none !important;
}
.blog-model-2 .hs-featured-image {
  margin: 0;
}
.blog-model-2 .blog-index .post-item {
  background-color: ;
  padding: 20px;
}
.blog-model-2 .blog-index .post-item.span6:nth-child(odd) {
  margin-left: 0;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  width: 10px;
  height: 15px;
}
.blog-pagination a:hover {
  box-shadow: 1px 2px 3px #666666;
}
.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 !important;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-header__author-avatar {
  height: 100px;
  width: 100px;
  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);
}
.blog-post__body ul li:before {
  color: #24125f;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 15px;
  vertical-align: top;
}
.blog-post__body ul li {
  list-style: none;
  margin-bottom: 15px;
}
.blog-post__body ul li:last-child {
  margin-bottom: 0;
}

.blog-post__body ul li:first-child {
  margin-top: 15px;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 35px;
  width: 35px;
  background-color: #24125f;
  border-radius: 50%;
  color: #fff;
  padding: 10px 0;
  transition: 300ms ease-in;
}

.blog-header__author-social-links svg:last-child {
  padding-right: 0;
}
.blog-header__author-social-links svg:hover {
  background-color: #24125f;
  transition: 300ms ease-in;
}
.blog-post {
  max-width: 960px;
  margin: 0 auto;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta .blog-post__timestamp {
  display: inline-block;
}
.blog-post__meta a {
  color:  !important;
}
.blog-post__tags {
  font-family: ;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: ;
  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: ;
  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: 100%;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: ;
  margin: 0px 15px 0px 15px;
  display: table;
  margin-top: 30px;
}
.hs-error-msgs li {
  list-style: none;
  margin-top: 7px;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid ;
  color: ;
}
.blog-comments .hs-button:hover {
  background-color: ;
  color: ;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: ;
}
.sidebar-bg.tag:hover h3::after,
.sidebar-bg:hover h5::after {
  content: "";
  border-top-color: ;
}
.search-form .hs-search-field__input {
  height: 38px;
  width: 100%;
  border: px   !important;
  color: ;
  background-color: ;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 10px 20px;
  border-radius: 5px;
} 
.popular h3,
.single-post h1,
.recent h3,
.tag h3 {
  font-size: 23px;
  line-height: 33px;
} 
.popular h6 a {
  color:  !important;
}
.popular p {
  color:  !important;
}
.post-header p {
  padding-bottom: 0 !important;
}
.recent h3,
.tag h3,
.popular h3 {
  margin-bottom: 20px;
}
.recent .popular-post-items .post-item {
  position: relative;
}

.popular-post-items.owl-carousel .post-item .post-item-image {
  position: relative;
}
.popular-post-items.owl-carousel .post-item .post-item-text {
  position: absolute;
  bottom: 0;
  padding: 20px;
  background-color: transparent; 
}
.popular-post-items.owl-carousel .post-item .post-item-text a {
  color:  !important;
}
.popular-post-items.owl-carousel .owl-dot.active span,
.popular-post-items.owl-carousel .owl-dot span {
  background: ;
}
.recent ul,
.tag ul {
  list-style-type: none;
}
.recent ul li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 8px 0px;
}
.recent ul li:first-child {
  padding-top: 0px;
}
.recent ul li:last-child {
  padding-bottom: 0px;
}
.blog-content-bg-color {
  background-color: #ffffff;
}
.subs-blog .contact-form form {
  box-shadow: none;
  margin-right: 0;
  margin-left: auto;
  padding: 0;
  position: relative;
  text-align: 
}
.comment-from h4 a {
  text-transform: capitalize;
}
.comment-reply-to {
  background: none !important;
}
.post-footer .hs-common-confirm-message {
  display: table !important;
  margin: 20px 0px !important
}
.comment-date {
  font-size: 16px !important;
  line-height: 26px;
  letter-spacing: 1px !important;
  margin-left: 10px;
  margin-bottom: 15px;
}
.subs-blog .contact-form form {
  background-color: inherit;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.blog-comments .hs_email,
.blog-comments .hs_firstname {
  width: 45%;
  margin: 30px 15px 0 15px !important;
  float: left;
  clear: left;
}
.blog-comments .hs_website,
.blog-comments .hs_lastname {
  width: 45%;
  margin: 30px 15px 0 15px !important;
  float: right;
}
.blog-comments .hs_comment {
  display: inline-block;
  width: 95%;
  clear: both;
  margin: 15px 15px 0 15px !important;
  float: none;
}
.blog-comments.sidebar-bg {
  background-color: #f5f5f5;
  padding: 15px 30px 30px 30px;
}
body .blog-comments.sidebar-bg textarea,
body .blog-comments.sidebar-bg input {
  background-color: transparent;
  border-left: 0;
  border-bottom: px  ;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  margin: 0;
  max-width: 100%;
  padding: 15px 0 5px 0;
  width: 100%;
} 
.blog-comments .hs_recaptcha {
  display: none;
}
.blog-comments .hs-button {
  margin-top: 30px;
}
.blog-header  { 
  background-position: center;
  background-size: cover;
}
.blog-header .content-width {
  max-width: 1170px;
  width: 100%;
  float: none;
  margin: 0 auto;
}
.blog-header .page-head h1 {
  text-align: left;
}

.post-item.section-margin-bottom:last-child {
  margin-bottom: 0px;
}
.author-bio .blog-header__title {
  margin-bottom: 15px;
}
.author-bio .blog-header__author-social-links {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .subs-content h1 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 767px) {
  .subs-content h1 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 991px) {
  .blog-comments .hs_email,
  .blog-comments .hs_firstname {
    width: 93%;
    float: none;
  }
  .blog-comments .hs_website,
  .blog-comments .hs_lastname {
    width: 93%;
    float: none;
  }
}

/* Blog Author and Avatar */
#hubspot-author_data {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#hubspot-author_data a.author-link {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-content .hs-author-profile .hs-author-avatar {
  display: inline-block;
  position: relative;
  border: 1px solid #24125f;
  border-radius: 50px ;
}
.blog-content .hs-author-profile .hs-author-avatar:after {
  content: "\f0da";
  color: #24125f;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  opacity: 1;
  position: absolute;
  right: -11px;
  top: 35px;
  transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile:hover .hs-author-avatar .blog-header__author-avatar {
  border: 0;
  transition: all 0.3s ease-in-out 0s;
}

.blog-content .hs-author-profile {
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-top: 2px;
  padding: 40px 20px 30px 20px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile:hover {
  box-shadow: 1px 1px 3px #b9b9b9;
  transition: all 0.3s ease-in-out 0s;
}
.blog-content .hs-author-profile .blogshare-this2.fixed-share ul li {
  display: inline;
  padding-right: 5px;
  transition: 300ms ease-in;
}
.blog-content .hs-author-bio {
  position: relative;
  transition: 300ms ease-in;
}
.blog-content .blogshare-this2.fixed-share {
  position: absolute !important;
  left: 150px;
  top: 115px;
  margin-top: 0 !important;
  transition: 300ms ease-in;
}
.blog-content .blogshare-this2.fixed-share ul {
  display: table;
}
.blog-content .hs-author-bio {
  margin-top: 15px;
}

.blog-content  .hs-author-avatar .blog-header__author-avatar {
  border-radius: 50%;
  transition: all 300ms ease-in 0s;
}
/* Page 500 Starts */
.back-content a {
  word-break: break-all;
}
.page-500-header {
  background-color: #444444;
  background-repeat: no-repeat;
  background-size: cover; 
} 
.error-500-div .page-not h1 {
  color: #f3f3f3;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 40px;
  margin-bottom: 15px;
  text-align: center;
}
.error-500-div .content-500 h2 {
  color: #f3f3f3;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.error-500-div .look-content p {
  color: #f3f3f3;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
  margin: 0 auto 0px;
  width: 80%;
}
.error-500-div .back-content p {
  color: #f3f3f3;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
  margin-top: 15px;
}
.error-500-div .back-content p span a {
  color: #24125f !important;
  font-size: 20px;
  line-height: 30px;
  padding-left: 5px;
  transition: all 300ms ease-in 0s;
}
.error-500-div .back-content p span:hover a {
  color: #f22e55;
  transition: all 300ms ease-in 0s;
}
.error-500-div .back-content p span a:after,
.error-500-div .back-content p span a:before {
  content: "";
}

/* Page 500 Ends */

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

.pwd-prompt-header-bg {
  background-color: #444444;
  background-repeat: no-repeat;
  background-size: cover;
}  
.prompt-header-space {
  padding-bottom: 150px;
  padding-top: 150px;
} 
.page-prompt-head {  
  text-align: left;
  padding: 30px;
  width: 50%;
}
.page-prompt-head h2 {
  color: #24125f;
  margin-bottom: 10px;
}
.page-prompt-head p {
  color: #f3f3f3;
  margin-bottom: 20px;
}
.custom_error_message.pwd-head,
.custom_error_message.pwd-prompt {
  margin: 0 auto;
}
.pwd-prompt #hs-pwd-widget-password {
  background-color: transparent;
  border: 1px solid #13A0B2;
  height: 40px !important;
  margin-top: 30px !important;
}
.pwd-prompt input[type="password"] {
  color: #ffffff;
}

/* ==== Header Ends ====*/
/* Subscription Backup Unsubscribe Starts */
.hs-search-results__listing li,
.email-prefs .item .item-inner {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; 
  overflow: hidden;
  margin-top: 0;
  background-color: rgba(0,0,0,0.8);
  border-radius: 5px;
  padding: 30px 20px !important;
}
.unsubs-pg-header {
  background-color: #444444;
  background-repeat: no-repeat;
  background-size: cover; 
}
.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation p,
.widget-type-email_subscriptions_confirmation h1,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription p,
.widget-type-email_simple_subscription h1,
.widget-type-email_simple_subscription h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  margin: 1px 0px 10px;
}
.email-prefs .item .item-inner * {
  color: #ffffff;
}
.fakelabel {
  display: flex;
  align-items: center;
}
.checkbox-row span.fakelabel span { 
  font-weight: bold;
  margin-left: 7px;
  vertical-align: -moz-middle-with-baseline;
}
.unsubs-pg-space {
  padding: 120px 15px 120px 15px; 

}
.unsubs-pg-head .page-header {
  padding-bottom: 10px !important;
}
.unsubs-pg-head h1 {
  color: #ffffff;
}
.unsubs-pg-head .hs-input {
  width: 40% !important;
  padding: 10px 20px !important;
  border: 1px solid #999;
  color: #fff;
}
.unsubs-pg-head #content {
  padding-bottom: 0 !important;
}
.unsubs-pg-head form h3 {
  color: #cccccc !important;
  font-size: 18px !important;
}

/* Subscription Backup Unsubscribe Ends */
/* Subscription Update Confirmation Starts */

.subs-update-space {
  padding-bottom: 120px;
  padding-top: 120px;
}
.subs-update-space br {
  display: none;
}
.subs-update-head > div { 
  width: 600px;
  text-align: left;
}
.subs-update-head .page-header h2 {
  margin-bottom: 0;
}
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2 {
  font-size: 14px !important;
}
.subs-update-head p.header,
.subs-update-head .page-header p,
.subs-update-head .page-header h2,
.subs-update-head .page-header h1 {
  color: #ffffff;
}
.subs-update-head .page-header p {
  margin: -15px auto 0;
}
.subs-update-head .page-header {
  padding-bottom: 0;
}
.subs-update-head .success {
  color: #25AE88;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2 {
  font-size: 14px;
}
/* Subscription Update Confirmation Ends */
/* Subscription Preferences Starts */

.subs-conf-header,
.subs-pref-header {
  background-color: #444444;
}
.subs-pref-space {
  padding: 120px 15px 120px 15px; 
}
.subs-pref-space input[type="radio"],
.subs-pref-space input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: middle;
}
.hs-search-results__listing {
  display: table;
}
.hs-search-results__listing li,
.hs-search-results__listing li a {
  color: #fff !important;
}
.hs-search-results__listing li,
.subs-pref-space .email-prefs .item {
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  margin: 20px 20px 0 0 !important;
  padding-bottom: 1px;
  position: relative;
  width: 48%;
  vertical-align: middle;
}
.hs-search-results__pagination {
  margin-top: 20px;
}
.subs-pref-space .subscribe-options {
  float: none;
  margin-bottom: 0px;
  overflow: hidden;
  padding-top: 20px;
  width: 100%;
}
.preference-page .page-header {
  padding-bottom: 10px;
}
.preference-page .page-header p {
  margin-top: -15px;
}
.preference-page .email-prefs p {
  margin-left: 0;
}
.preference-page .subscribe-options input {
  margin-top: -2px !important;

}
.preference-page .checkbox-row span.fakelabel span,
.preference-page .subscribe-options span {
  margin-left: 0;
} 
.preference-page .subscribe-options span,
.preference-page p.header,
.preference-page .page-header p,
.preference-page .page-header h2,
.preference-page .page-header h1 {
  color: #ffffff;
  letter-spacing: 1px;
  position: relative;
  z-index: 0;
}
.preference-page .page-header h2 {
  margin-bottom: 0 !important;
}
.preference-page .subscribe-options p label {
  margin: 0;
}
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2 {
  font-size: 14px;
}
.preference-page .page-header {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
/* Subscription Preferences Ends */
.error-page {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.error-page div {
  text-align: center !important;
}
.systems-page {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  padding-left: 15px;
  padding-right: 15px;
}
.subs-content {
  text-align: center;
}
.subs-content,
.search_results_content {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  padding-left: 15px;
  padding-right: 15px;
  background-color: ;
}
.subs-content h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}
.unsubcribe_header h1,
.subscription_confirmation_header .page-header h2,
.subscription_confirmation_header .page-header h1,
.subscription_confirmation_header .page-header {
  color: #ffffff !important;
}
.subs-content .page-header h2 {
  font-size: 18px;
  line-height: 28px;
}
.search_results_content,
.systems-page {
  text-align: center;
}
.subscribe-options p {
  margin-bottom: 0px;
}

.subs-content .page-header {
  margin-bottom: 30px;
  line-height: 22px;
}
.item-inner  span {
  margin-left: 8px;
}
.email-prefs .header {
  margin-bottom:10px;
}
.systems-page .success {
  display: inline-block;
  margin: 0;
  min-width: 510px;
  font-size: 16px;
  color: #25AE88;
}
.subscription_confirmation_header .page-header {
  margin-bottom: 20px;
  line-height: 25px;
}
.subscription_confirmation_header .page-header h2 {
  font-size: 25px;
  line-height: 35px;
}
.hs-search-results {
  margin-top: 20px;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: ;
  font-size: 1.25rem;
  color: ;
  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: ;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
  color: #333333;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #eeeeee !important;
}
#content h3 {
  font-size: 19px;
  line-height: 29px;
  margin-top: 15px;
  margin-bottom:10px;
}
.membership_password_reset_request .systems-page,
.membership_password_reset .systems-page,
.membership_register .systems-page {
  text-align: left;
  width: 50%;
}
.membership_password_reset_request .systems-page {
  color: #fff;
}
.membership_password_reset_request .hs-reset-widget-show-password,
.membership_register .hs-register-widget-show-password {
  display: block; 
}
.membership_password_reset .hs-form-field .no-list {
  display: none;
}
.membership_password_reset_request .hs-reset-widget-show-password,
.membership_password_reset .hs-register-widget-show-password,
.membership_password_reset label,
.membership_register .hs-register-widget-show-password,
.membership_register label {
    color: #fff !important;
    margin-bottom: 10px !important;
    display: table;
}
.membership_password_reset_request #hs-membership-password-requirements label,
.membership_register .form-input-validation-message {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: left;
}
.membership_password_reset_request #hs-membership-password-requirements label,
.membership_register .hs-form .hs-error-msg, 
.membership_register .hs-error-msgs label {
    color: #ef6b51 !important;
}
#hs-membership-form .hs-input {
  box-shadow: none;
  color: #666;
  font-size: 14px;
  margin-right: 10px;
  padding: 10px 10px 10px 20px;
  width: 100% !important;
  max-width: 100% !important;
  max-height: 60px !important;
  height: 40px !important; 
  border-radius: 5px;
  border: 1px solid #eeeeee;
}
input#hs-pwd-widget-password {
  box-shadow: none;
  color: #666;
  font-size: 14px;
  margin-right: 10px;
  padding: 10px 10px 10px 20px;
  width: 100% !important;
  max-width: 100% !important;
  max-height: 60px !important;
  height: 40px !important;
  width: 50% !important;
  border-radius: 5px;
  border: 1px solid #eeeeee;
} 
.password_prompt_header .hs-button {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .subs-content .item {
    width: auto !important;
    padding: 15px;
  }
  .subscribe-options p {
    width: auto;
    display: table;
  }
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

@media (max-width: 567px) {  
  .error-page img{
    max-width: 100%;
  }

  .systems-page form input.hs-input,
  .systems-page form input#hs-pwd-widget-password{
    width: 100% !important;
  }

  .systems-page form input#hs-pwd-widget-password{
    margin-right: 0;
    margin-bottom: 0;
  }

  .systems-page .success{		
    min-width: 100%;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header container */
.header__language-switcher .globe_class {
  background-image: none;
  width: 0;
  height: 0;
  display: table;
  padding: 20px;
}
.lang_switcher_class .globe_class::before {
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  background-repeat: no-repeat;
  background-position: center right 15px;
  font-weight: 900;
  font-size: 22px;
  line-height: 33px;
  cursor: pointer;
  color: #333333;
}
.header__language-switcher--label-current {
  display: none !important; 
}
.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  display: none !important;
}

.side-panel-toggle p,
.side-panel-toggle svg {
  position: fixed;
}

.mm-menu .mobile-menu {
  display: none;
} 

.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h1 a,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h2 a,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h3 a,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h4 a,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h5 a,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h6 a,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h1,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h2,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h3,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h4,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h5,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown h6 {
  color: #333333 !important;
}
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown li,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown li a,
.megamenu-cls .nav-megamenu .normal-menu.megamenu-dropdown p {
  color: #666666 !important;
}
.menu-model_1 .megamenu-cls .submenu.level-1 .has-submenu.menu-item > ul {
  right: 0;
  left: 0;
  transform: translateX(-100%);
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-arrow:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.menu-model_10 .main-1,
.menu-model_9 .main-1 {
  width: 100%;
  justify-content: center;
}
.menu-model_10 .submenu.level-2 {
  top: 35px;
}
.menu-model_10 .main-1 {
  justify-content: center;
}
.menu-model_9 .menu-item img {
  background: #fff;
  padding: 50px 15px 30px 15px; 
}
.menu-model_9 .logo-style .menu-link {
  padding: 0;
  position: relative;
  bottom: 129px;
}
.menu-model_9 .logo-style {
  height: 0;
}

.container-width {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  display: table;
  float:none;    
}

.menu-link {
  position: relative;
}
.menu-model_5 .btn-sty .button {
  margin-top: 0;
}
.menu-model_5 .btn-sty,
.menu-model_5 .social-share {
  padding-left: 15px;
}
.submenu.level-1 > .has-submenu > .menu-arrow:before {
  display: none;
}
.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
/* Logo */
.submenu {
  min-width: 200px;
}

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

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

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

.header__logo--main {
  padding-top: 0px;
}

/* Search bar */

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

.search-icon .hs-search-field__input {
  box-sizing: border-box;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #f5f5f5;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  font-family: ;
  font-weight: 300;
  font-size: 22px;
  line-height: 42px;
  padding: 0 15px;
  height: 45px;
}
.search-icon.model1 .hs-search-field__input {
  background-color: rgba(249, 249, 249, 0.0);  
  border-bottom: 1px solid #f5;

}

.search-icon.model2 .hs-search-field__input {
  background-color: #f9f9f9;
  border: 1px solid #f5;

}
.header__search .hs-search-field--open .hs-search-field__input {
  border: 0;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: transparent;
}

.submenu.level-2 > li {
  padding: 0;
  border-bottom:  1px Solid #333;
}
.header__search .hs-search-field__input::placeholder {
  color: #666666;
  opacity: 1;
}

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

.has-submenu {
  position: relative;
}
.level-2 .has-submenu ul {
  position: absolute;
  left: 100%;
  top: -3px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  border: 1px Solid #333 !important;
  border-radius: 6px;
  background-color: #fcf6f5;
  z-index: 9;
}

.submenu.level-3>li {
  padding-left: 0px;
  border-bottom: 1px Solid #333 !important;
}

.submenu.level-3>li:last-child {
  border-bottom: 0 !important;
  border-bottom: none !important;
}

.submenu.level-2 > li:last-child, .submenu.level-2 > li:last-child .submenu {
  border-bottom: none !important;
  border-radius: 0 0 6px 6px;
}

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

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

.search-icon {
  display: table-cell;
  vertical-align: middle; 
  padding: 0 0 0 0;
}
.search-btn:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  background-repeat: no-repeat;
  background-position: center right 15px;
  font-weight: 900;
  font-size: 22px;
  line-height: 33px;
  height: 36px;
  cursor: pointer;
  margin: 13px 10px;
  color: #333333;
}
.hb-menu-toggle svg {
  fill: #58909f !important;
}
.menu-model_3 .header__column,
.menu-model_2 .header__column {
  width: 100%;
}
.menu-model_3 .header__row-1, 
.menu-model_3 .header__row-2,
.menu-model_2 .header__row-1, 
.menu-model_2 .header__row-2 {
  justify-content: center;
}
.header__search {  
  width: 100%;
  min-width: 250px;
  bottom: -80px;
  padding: 0px;
  left: 0px;
  right: 0px;
}

.search-level-2 {
  display: block;
  position: absolute;
  top: -20px;
  left: -4px;
  right: 0px;
  margin: 0 auto;
  height: 20px;
  width: auto;
  overflow: hidden;
}

.search.level-2 {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-top: 12px;
  background-color: #ffffff;
  transform: rotate(45deg);
  border: 1px solid ;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  transition: background-color 0.3s;
}

/* Search box input field - button */
.hs-search-field__bar form .hs-search-field__input{
  position: relative;
}

.hs-search-field__bar form button{
  position: absolute;
  right: 0; 
  background-color: #24125f;
  border: 0;
  top: 0;
  padding: 13px 15px;
  line-height: 0;
}	

.hs-search-field__bar button svg {
  width: 18px;
  height: 18px !important;
  fill: #ffffff;
}

/* Modal Popup */
.hst-pop-modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
  display: none;
}
.hst-pop-modal-wrapper {
  z-index: 9999999999 !important;
}

.hst-pop-modal-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.btn-hst-pop-modal{
  text-decoration: none;
}
.hst-pop-modal {
  z-index: 1000000;
  position: relative;
}

.hst-pop-modal.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;    
  box-sizing: border-box;   
  background-color: rgba(255, 255, 255, 0.0);
  max-width: 800px;
  width: 100%;
  padding: 15px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; 
  text-align: left;
}
.hst-pop-modal.search-modal.modal {
  padding: 30px;
}
.hst-pop-modal h3{ 
  color: #333333;
}
.hst-pop-modal p{ 
  color: #666666;
}
.close-hst-pop-modal {
  position: absolute;
  top: -100px;
  right: -50px;
  display: block;
  width: 30px;
}
.close-hst-pop-modal i{
  color: #f5f5f5;
  font-size: 18px; 
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  line-height: 0;
}

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

.header__language-switcher .lang_list_class {
  color: #494A52;
  display: block;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

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

.submenu.level-2 {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  min-width: 200px;
  max-width: fit-content;
  width: 100%;
  display: table;
  visibility: hidden;
  opacity: 0;
  text-transform: none;
  font-weight: 500;
  border: 1px Solid #333 !important;
  border-radius: 6px;
  background-color: #fcf6f5;
  transition: visibility 0s, opacity 0.3s;
  word-break: break-word;
  z-index: 9;
} 
body .header__language-switcher .lang_list_class li a,
.sim-menu .submenu.level-1 .menu-item .menu-link,
.submenu.level-2 .menu-item .menu-link {
  display: block; 
  transition: background-color 0.3s;
  color: #333333 !important;
  background-color: #fcf6f5 !important;
  white-space: nowrap;
}
.header__language-switcher .lang_list_class li,
.sim-menu .submenu.level-1 > li,
.submenu.level-2 > li {
  padding: 0; 
  border-bottom: 1px Solid #333 !important;
  background-color: #fcf6f5 !important;
}

.sim-menu .submenu.level-1 > li:last-child,
.submenu.level-2 > li:last-child {
  padding: 0; 
  border-bottom: 1px Solid #333 !important;
  background-color: #fcf6f5 !important;
}
.header__language-switcher .lang_list_class li a,
.navigation-primary a {
  font-family: Familjen Grotesk !important;
  font-size: 14px !important;
  font-weight:normal !important;
  color: #333333 !important;
  line-height: 24px !important;
  text-decoration: none !important;
  letter-spacing: 1px !important;
  text-transform: Uppercase !important;
}
.menu-default .submenu.level-1 > .has-submenu > .menu-arrow,
.menu-default .submenu > .has-submenu > .menu-arrow,
.menu-default .submenu .menu-arrow {
  border-top: 5px solid #333333 !important;
}
.menu-arrow:before {
  color: #ffff !important;
}
.submenu.level-2 .menu-arrow:before {
  color: #fff !important;
  opacity: 0.5;
}
.header {
  background-color: transparent !important;
  border-bottom: px  ;
  display: table;
  width: 100%;
  position: absolute;
  z-index: 9;
}
.header-div{
  position: relative; 
}
body .header__language-switcher .lang_list_class li a:hover,
body .header__language-switcher .lang_list_class li a:focus,
body .sim-menu .submenu.level-1 .menu-item .menu-link:hover, 
body .sim-menu .submenu.level-1 .menu-item .menu-link:focus,
body .submenu.level-2 .menu-item .menu-link:hover, 
body .submenu.level-2 .menu-item .menu-link:focus {
  background-color: #fcf6f5 !important;
  color: #24125f !important;
  cursor: pointer;
  transition: background-color 0.3s;
}

body .navigation-primary a.active-item {
  color: #24125f !important;
}
body .navigation-primary a:hover {
  color: #24125f !important;  
}
.menu-model_2 .navigation-primary a.active-item::before {
  width: 40px;
  transition: all 0.5s ease-in-out;
}
.menu-model_2 .navigation-primary a.active-item::before,
.menu-model_2 .navigation-primary a::before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}
.menu-model_6 .navigation-primary a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: -1;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.menu-model_2 .navigation-primary a:hover::before {  
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: -1;
  background-color: #222222;
  transition: all 0.5s ease-in-out;
}
.menu-model_2 .navigation-primary .has-submenu a::after {
  right: 6px;
}
.menu-model_3 .submenu.level-2{
  top: 45px;
}
.menu-model_3 .navigation-primary .has-submenu a::after {
  top: 25px;
  right: 1px;
}
.menu-model_2 .menu-link {
  padding: 25px 20px 25px 10px;
}
.menu-model_3 .menu-link {
  padding: 15px 15px 15px 15px;
}
.navigation-primary .has-submenu a:hover::after {
  border-top: 5px solid #24125f !important;
}

.menu-model_3 .megamenu-cls .navigation-primary > .submenu.level-1 > li > a.active-item::before,
.menu-model_3 .megamenu-cls .navigation-primary > .submenu.level-1 > li > a::before {
  left: 5px;
}
.menu-model_3 .navigation-primary a.active-item::before,
.menu-model_3 .navigation-primary a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  left: 15px;
  transition: all 0.5s ease-in-out;
  top: 5px;
  background-color: #24125f !important;
}
.menu-model_3 .hb-menu .navigation-primary a.active-item::before,
.menu-model_3 .hb-menu .navigation-primary a::before {
  left: 0;
}
.header--element.open .menu-model_3 .navigation-primary a::before {
  left: 30px;
}
.menu-model_3 .navigation-primary .submenu.level-2 a.active-item::before,
.menu-model_3 .navigation-primary .submenu.level-2 a::before {
  left: 15px;
}
.menu-model_4 .navigation-primary a.active-item::before,
.menu-model_4 .navigation-primary a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  left: 10px;
  transition: all 0.5s ease-in-out;
  bottom: 5px;
  background-color: #24125f !important;
}
.submenu.level-3 li a:after,
.submenu.level-2 li a:after {
  display: none;
}
.menu-model_4 .main-1 {
  justify-content: center;
}
.menu-model_4 .main-header {
  padding: 0 20px;
  border-left: 5px solid #24125f;
  border-right: 5px solid #24125f;
}
.menu-model_4.p-logo-15 {
  padding: 50px 15px 10px 15px;
}

.menu-model_3.p-logo-15 {
  padding: 10 15px 0 15px;
}
.menu-model_4 .header__logo {
  padding-right: 30px;
}
.submenu.level-3 .menu-arrow-bg::after,
.submenu.level-2 .menu-arrow-bg::after {
  border-top: 5px solid #333333 !important;
}
.menu-model_3 .navigation-primary a:hover::before {
  width: 40px;
  transition: all 0.5s ease-in-out;
}
.menu-model_4 .navigation-primary a.active-item::before,
.menu-model_4 .navigation-primary a:hover::before {
  width: 40px;
  transition: all 0.5s ease-in-out;
}
.menu-model_6 .main-1 {
  justify-content: center;
}
.menu-model_6 .header__logo {
  margin-right: 30px;
}
.menu-model_6 .menu-link {
  padding: 25px 20px 25px 10px;
}
.menu-model_6 .navigation-primary .has-submenu a::after {
  right: 5px;
}
.navigation-primary .has-submenu a::after {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  right: 0;
  width: 0;
  height: 0;
  margin-left: 1px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #333333 !important;
}
body .submenu.level-1 > .has-submenu > .menu-arrow {
  display: none;
}
.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}


.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0 !important;
}


.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */
.menu-link {
  padding: 25px 15px;
  display: table;
  line-height: 25px;
}

#nav-toggle {
  display: none;
}

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

.ml0{
  margin-left: 0 !important;
}

.mt15{
  margin-top: 15px; 
}

/* Header Modules */
.sp-toggle{
  display: table-cell;
  vertical-align: middle;
}

/* Pre Header */

.preheader__row{
  width: 100%;
} 
.hb-menu-wrapper > .hb-menu {
  background-color: rgba(51, 51, 51, 1.0) !important;
}
.main-header{
  background-color: rgba(51, 51, 51, 0.0) !important;
} 
.fixed-top {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: rgba(51, 51, 51, 1.0) !important;
} 

/* Mobile menu toggle */
.header__navigation--toggle{
  background-color: #4ec8ea;
  cursor: pointer;
  padding: 6px 8px 3px 8px;
  text-align: initial;
}

.header__navigation--toggle{
  display: none;
} 

.header__mobile-menu-icon::before {
  top: -8px;
}

.header__mobile-menu-icon::after {
  top: 8px;
}

.header__mobile-menu-icon::after,
.header__mobile-menu-icon::before {
  content: '';
  position: absolute;
}

.header__mobile-menu-icon {
  position: relative;
  top: -5px;
}

.header__mobile-menu-icon, 
.header__mobile-menu-icon::after, 
.header__mobile-menu-icon::before {
  background-color: #666666;
  display: inline-block;
  height: 2px;
  width: 20px;
}
.header__navigation--toggle.hide .header__mobile-menu-icon, 
.header__navigation--toggle.hide .header__mobile-menu-icon::after, 
.header__navigation--toggle.hide .header__mobile-menu-icon::before {
  display: none;
}
.header__navigation--toggle.hide::after {
  display: block !important;
  content: "X";
  position: initial;
  font-size: 20px;
  line-height: 30px;
  color: #333; 
  margin: -1px 3px; 
}
.menu-model_7 .header__logo {
  margin-right: 30px;
}
.menu-model_8 .header__column,
.menu-model_7 .header__column {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.menu-model_7 .header__row-1,
.menu-model_7 .header__row-2 { 
  justify-content: flex-start;
  width: auto;
}
.menu-model_8 .header__row-2 {
  width: 84%;
  justify-content: flex-start;
}
.menu-model_5 .submenu.level-2 {
  left:0;
  transform: translateX(0%);
}
.menu-model_10 .menu-link {
  padding: 5px 10px;
}
.menu-model_10 .navigation-primary .has-submenu a::after {
  top: 15px;
}
.menu-model_10 .main-header {
  position: relative;
  top: -15px;
}
.menu-model_10 .p-logo-15 {
  padding: 15px 20px 10px 20px;
  border-radius: 5px;
}
.menu-model_10 {
  height: 0; 
}
.menu-model_4 .fixed-top {
  position: fixed !important;
  display: table;
  margin: 0 auto;
}
.menu-model_4 .header__logo {
  margin-right: auto;
  margin-left: 0;
}
/* Desktop & Tablet */ 
@media (max-width: 1150px) {
  .hb-menu.right {
    width: 300px !important;
  }
  .mm-menu .desk-menu {
    display: none !important;
  }
  .mm-menu .mobile-menu {
    display: block;
  } 
  .header__row-2 {
    width : 100%;
    justify-content: flex-end;
    padding: 0;   
    float: right !important; 
    margin-bottom: 0;
  }   
  .menu-model_10 .header__row-2,
  .menu-model_9 .header__row-2,
  .menu-model_6 .header__row-2 {
    justify-content: center;
  }
  .menu-model_5 .header__row-2 {
    justify-content: flex-start;
  }
  .header__navigation--toggle{
    display: block;
  }
  .menu-model_5 .submenu.level-1 {
    width: 100% !important;
  } 
  .submenu.level-2{
    display: none;  
  }  
  body .submenu.level-1 > .has-submenu > .menu-arrow {
    display: inherit !important;  
  }
  .navigation-primary .has-submenu a::after {
    display: none;
  }
  .menu-model_10 .header__navigation.open, 
  .menu-model_10 .header__search.open, 
  .menu-model_10 .header__language-switcher.open,
  .menu-model_3 .header__navigation.open, 
  .menu-model_3 .header__search.open, 
  .menu-model_3 .header__language-switcher.open,
  .menu-model_9 .header__navigation.open, 
  .menu-model_9 .header__search.open, 
  .menu-model_9 .header__language-switcher.open,
  .menu-model_2 .header__navigation.open, 
  .menu-model_2 .header__search.open, 
  .menu-model_2 .header__language-switcher.open {
    margin: 0 auto;
  }
  .menu-model_3 .submenu.level-1 > .has-submenu > .menu-arrow,
  .menu-model_3 .submenu > .has-submenu > .menu-arrow,
  .menu-model_3 .submenu .menu-arrow {
    top: 13px;
  }
  .menu-model_9 .logo-style {
    display: none !important; 
  }
}

.header__search--toggle,
.header__search--toggle.hide, 
.header__language-switcher--toggle.hide {
  display: none;
}

.header__column{
  position: relative;
  display: inline-block;
}
.main-1 {
  display: flex;
  align-items: center;
}
.side-panel-toggle{
  display: table;
  margin-left: auto;
}

.intro-content::before,
.intro-content::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

/* Tablet styles */

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


@media (max-width: 767px) {
  .pre-head-4 .span4.pre-header-col {
    text-align: left !important;
  }
  .pre-head-4 .pre-header .pre-header-col.ph-social-icons-wrapper {
    width: 100%;
    margin-top: 20px;
  }
}
/* Mobile styles */

@media (max-width: 1150px) {
  .header__column {
    position: relative;
    margin: 0;
    width: 100%;
  }

  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .header__container > .content-wrapper{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

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

  /* .header__logo {
  margin: 0 auto;
  width: 100%;
} */

  .header__navigation {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 57px;
    left: inherit;
    right: 0;
    background-color:  !important;
    z-index: 9;
    width: 300px;
  }

  .header__navigation.open {
    z-index: 999999999; 
    box-shadow: 0 5px 10px -5px #666666;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

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

  .header__language-switcher--toggle {
    display: none;
  }
  

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

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

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

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

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

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

  .header__close--toggle.show {
    display: none;
  }
  .header__container .side-panel-wrapper{
    text-align: initial;  
  }
}

@media (max-width: 1150px) {
  .header__navigation.open {
    background-color: #333333 !important; 
    padding: 10px;
  }
  .menu-model_3 .submenu.level-1 > li > a {
    padding: 10px;
  }
  body .header__language-switcher {
    display: block;
  }
}
@media (max-width: 992px) {
  .search-btn{
    background-position: right 20px bottom 20px;
  }

}
@media (max-width: 991px) {
  .hst-pop-modal.modal{
    width: 90%;
  } /*
  .hst-pop-modal.search-modal.modal{  
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
} */
  .header__logo {
    margin-right: 30px;
  }
  .pre-head-9 .button-pri-hover > div {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .menu-model_1 .header__navigation.open {
    left: inherit;
  }
  .pre-head-4 .ph-lists {
    padding-bottom: 20px !important;
  }
} 

@media (max-width: 480px) {
  .side-panel-wrapper > .side-panel{
    width: 100%;
    max-width: 95%;
  }
  .pre-head-4 .ph-lists {
    display: inherit !important;
  }
}

.footer {
  position: relative;
  z-index: 1;
}
.footer__container{
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: 0 auto;
}
.footer__copyright {
  color: #fff !important;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  margin-top: 150px;
  text-align: center;
}
.footer__container {
  max-width: 1170px !important;
  display: table;
  width: 100%;
}

.footer-bg .copyright {
  margin-top: 30px;
}

.footer .submitted-message{
  text-align: left;
}

#return-to-top {
  background-color: #333333;  
}
#return-to-top {
  position: fixed;
  bottom: 45px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: none;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;   
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1000000;
}

#return-to-top i {
  color: #ffffff !important;  
  margin: 0;
  position: relative;
  left: 12px;
  top: 9px;
  font-size: 19px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}