
@import url('https://use.fontawesome.com/releases/v5.3.1/css/all.css');


















































html {
  scroll-behavior: smooth;
}


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

/**
 * 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;
}
.hero-section-wrap .dnd-section {
	margin-top: 80px;
}

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.container-fluid.hero-padding {
  width: 100%;
}
.hero-section-wrap {
  background-color:#465773;
}
.hero-section-wrap {
    position: relative;
  
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-section-overlay { 
    overflow: auto;
    display: block;
    background-color: rgba(70, 87, 115,0.75);
    color: #ffffff;
}
.hero-section-overlay h1 {color:#ffffff;}
html {
  font-size: 14px;
  background-color: #ffffff
}

body {
  font-family: Open Sans, serif;
  font-size: 1rem;
  color: #666666;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Open Sans, serif;
}

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

/* Anchor Links */
a {
  color: #FF671F;
  text-decoration: none;
}
a:hover, a:focus {
  color: #10069F;
  text-decoration: underline;
}
a.no-underline {
  text-decoration: none;
}
p a,
span a,
label a {
  font-size: inherit;
  text-decoration: none;
  font-weight: 600;
  line-height: inherit;
}

h2.white::after {
  content: " ";
  display: block;
  height: 0px;
  width: 122px;
  border: 3px solid #FFF;
  border-radius: 6px;
  margin: 20px 0px;
}

h2 {
  line-height: 1.21;
}

@media(max-width: 767px) {
  h1,
  h1 span {
    font-size: 2.8rem;
  }
  h2,
  h2 span {
    font-size: 2.4rem;
  }
  h3,
  h3 span {
    font-size: 2.2rem;
  }
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  font-weight: 300;
  font-family: Open Sans, serif;
  color: #252525;
  word-break: break-word;
}
h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus,
h5 a:hover, h5 a:focus,
h6 a:hover, h6 a:focus {
  text-decoration: none;
}

h1 {
  font-size: 2.571rem;
  line-height: 1.2em;
}

h1:not(:last-child), .h1:not(:last-child) {
  margin-bottom: 1.857rem;
}

h2 {
  font-size: 2.143rem;;
  line-height: 1.2em;
}

h3 {
  font-size: 1.714rem;
  line-height: 1.35em;
}

h4 {
  font-weight: normal;
  font-size: 1.286rem;
  line-height: 1.2em;
}

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

h6 {
  font-size: 0.857rem;
  line-height: 1.5;
  font-weight: 600;
}

strong {
  font-weight: 600;
}

.is--code, code {
  vertical-align: bottom;
  font-family: Source Code Pro,Consolas,Monaco,Courier New,monospace;
  font-weight: 500;
}

code {
  border-radius: .1875rem;
  background-color: #f8fafc;
  padding: .125rem .25rem;
}

pre {
  background-color: #f8fafc;
  border: 1px solid #cbd6e2;
  line-height: 1.5;
  padding: .5rem;
}

.microcopy {
  font-size: 0.857rem;
}

p.lead,
p.lead a {
  font-weight: 400;
  color: #1e1e1e;
  font-size: 1.357rem;
}

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

ul li,
ol li {
  line-height: 1.5rem;
}

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

blockquote {
  font-weight: 300;
  font-style: normal;
  color:#1e1e1e;
  margin: 0;
}

blockquote:not(.testimonial) {
  margin: 40px 25px;
  padding: 0 1.6em 0 1em;
  border-left: 5px solid;
  border-color: #10069F;
}

/* Horizontal Rules */
hr {
  border: 0;
  border-top: 1px solid #eeeeee;
  margin: 1.85714286em 0;
  border-color: #ECECEC;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

:focus:not(:focus-visible) {
  outline: none;
}



@media all and (max-width: 1024px) {
  html {
    font-size: 14px
  }
}

@media (max-width: 767px) {
  html {
    font-size: 12.6px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 11.9px
  }
}
form {
  max-width: 800px;
  font-family: Poppins;
  margin:auto;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-radius: 29px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
  width: 100%;
}

.hs-button:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.hs-button:hover {
  text-decoration: none;
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
}

.hs-button,
.hs-button:active,
.hs-button:visited {
  color: rgba(255, 255, 255,1.0);
  background-color:  rgba(16, 6, 159,1.0);
  border-color: rgba(0, 0, 0,0.0);
}

.hs-button:focus,
.hs-button:hover {
  color: rgba(255, 255, 255,1.0);
  background-color:  rgba(0, 119, 200,1.0);
}

.hubspot-link__container {
  padding-top: 20px;
}


.hs-error-msgs label {
  margin-top: .5rem;
  color: {color=#1E1E1E, opacity=100, rgba=rgba(30, 30, 30, 1), rgb=rgb(30, 30, 30), hex=#1E1E1E, css=#1E1E1E};
}

.hs-input, #hs-pwd-widget-password {
  -webkit-appearance: none;
  background: #ffffff;
  padding: 0.46428571em;
  border-radius: 29px;
  border: 1px solid #ececec;
  display: inline-block;
  width: 100%;
  line-height: 22px;
  color: #1E1E1E;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
	padding-left: 16px;
}
.hs-input[type=radio],
[type=checkbox]{
  position: relative;
  background: none;
  border: 1px solid #d3d3d3;
  width: 1.857rem !important;
  height: 1.857rem;
  border-radius: 50%;
  margin-right: 0.464rem;
}
.hs-input[type=radio]:hover,
[type=checkbox]:hover {
  border-color: #10069F;
  cursor: pointer;
}
.hs-input[type=radio]:checked {
  background-color: #10069F;
}
.hs-input[type=radio]:checked:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #10069F;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  opacity: 0;
  left: 0;
  top:0;
  animation: pulse .4s ease forwards;
}
.hs-input[type=radio]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 34%;
  top: 32%;
  background-color: #fff;
  border-radius: 50%;
}
[type=checkbox] {
  text-align: center;
  border-radius: 29px;
}
[type=checkbox]:checked {
  border-color: #10069F;
  background: #10069F;
}
[type=checkbox]:checked:before {
  content: '';
  left: 0;
  border-radius: 29px;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #10069F;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
[type=checkbox]:checked:after {
  content: "L";
  transform: rotateY(180deg) rotateZ(-45deg);
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 2px;
  font-weight: 700;
}
/*.hs-input[type=file] {
background-color: #fff;
padding: initial;
border: initial;
line-height: initial;
box-shadow: none;
}*/

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

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

.hs-input input,
.hs-input textarea, #hs-pwd-widget-password  {
  transition: border 0.2s linear;
}
.hs-input:focus, #hs-pwd-widget-password:focus  {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: 110px;
}

select[multiple].hs-input {
  height: inherit;
}
.hs-fieldtype-select div.input {
  position: relative;
}
.hs-fieldtype-select div.input:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  /* content: "\f039"; */
  content: "\f078"; /* Added 8/19/2022 to replace select field icon from hamburger menu to chevron down icon */
  position: absolute;
  right: 5px;
  height: 100%;
  top: 10px;
  font-size: 15px;
  pointer-events: none;
  padding: 0 13px;
  /* border-left: 1px solid #ececec; */ /* Removed 8/19/2022 to match comp */
  padding-top: 6px;
  color: #AEAEAE; /* Added 8/19/2022 to fix color issue on PPS forms */
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
  max-width:800px!important;
  margin-right:0px;
}
fieldset.form-columns-1,fieldset.form-columns-2,fieldset.form-columns-3  {
  max-width:800px!important;
  margin-right:0px;}
fieldset.form-columns-1 div.input,fieldset.form-columns-2 div.input,fieldset.form-columns-3 div.input  {
  margin-right:0px!important;}
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}
.input {
    margin-bottom: 15px;
}
.hs-field-desc {
  color: #1E1E1E;
  margin: 0px 0px 6px;
  font-size: 14px;
}
.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #666666;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

#hs-pwd-widget-password {padding:10px;height: 42px!important;margin-bottom:10px!important;}

fieldset.form-columns-2 .hs-form-field:last-child, fieldset.form-columns-3 .hs-form-field:last-child  {
  padding-left: 10px;

}
fieldset.form-columns-3 .hs-form-field:first-child  {
  padding-right: 10px;
}

.hs-input[type=radio], [type=checkbox] {
  border: 1px solid #707070;
}
.hs_expected_project_date.hs-fieldtype-select div.input:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  /* content: "\f039"; */
  /* content: "\f073"; /* Added 8/19/2022 to replace select field icon from hamburger menu to chevron down icon */
  position: absolute;
  right: 5px;
  height: 100%;
  top: 10px;
  font-size: 15px;
  pointer-events: none;
  padding: 0 13px;
  /* border-left: 1px solid #ececec; */ /* Removed 8/19/2022 to match comp */
  padding-top: 6px;
  color: #AEAEAE; /* Added 8/19/2022 to fix color issue on PPS forms */
}
form.hs-form {
  background: #FAFAFF;
  border-radius: 8px;
  box-shadow: 0px 4px 60px #00000033;
  padding: 24px 32px;
}
@media (max-width: 768px) {
  form.hs-form {
    padding: 24px 48px;
  }
	.multi-container .hs-form-radio:not(:last-of-type){
		margin-bottom: 5px;
	}
}
form .actions {
  text-align: center;
}
form .hs-button {
  width: auto;
  font-weight: 600;
}
form.hs-form select#state_list-03c3e1fc-1496-464c-b8c4-eb7c87e987a1_3641,
form.hs-form select#expected_project_date-03c3e1fc-1496-464c-b8c4-eb7c87e987a1_3641 {
  padding-left: 16px;
  padding-right: 16px;
}


.hs_which_catalogs_would_you_like_to_order_ input {
  border-radius: 4px; 
}

[type=checkbox]:checked {
  background: #707070;
}

h3.form-title {
  background: none !important;
  max-width: 800px;
  margin: auto;
}
.hs_which_catalogs_would_you_like_to_order____radio .inputs-list.multi-container,
.hs_i_would_like_to_receive_updates_on_the_latest_promotions__exclusive_events__new_product_offerings_a .inputs-list.multi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
..hs_i_would_like_to_receive_updates_on_the_latest_promotions__exclusive_events__new_product_offerings_a .inputs-list.multi-container {
  -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.hs_i_would_like_to_receive_updates_on_the_latest_promotions__exclusive_events__new_product_offerings_a .inputs-list.multi-container .hs-form-radio {
  display: inline-block;
  padding-right: 10px;
  width: auto;
}
.hs_which_catalogs_would_you_like_to_order____radio .inputs-list.multi-container label,
.hs_i_would_like_to_receive_updates_on_the_latest_promotions__exclusive_events__new_product_offerings_a .inputs-list.multi-container label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.hs_which_catalogs_would_you_like_to_order____radio .hs-form-radio {
  width: auto;
}

.contact-template .hs-form .is-placeholder {
  color: #000 ;
}
@media(min-width: 768px) {
  .hs_which_catalogs_would_you_like_to_order____radio .inputs-list.multi-container {
    gap: 24px;
  }
}
@media(max-width: 767px) {
  .hs_which_catalogs_would_you_like_to_order____radio .inputs-list.multi-container,
  .hs_i_would_like_to_receive_updates_on_the_latest_promotions__exclusive_events__new_product_offerings_a .inputs-list.multi-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ===== Form Inline Link With Arrow SVG Styles ===== */

.contact-template form .contact-form-button-container p a {
  color: #10069F;
  font-weight: 600;
  text-decoration: none;
}
.contact-template form .contact-form-button-container .arrow-icon {
  margin-left: 8px;
  position: relative;
  top: -1px;
}

/* ===== Form radio input styling ===== */
.contact-template form h3,
.interior-template form h3 {
  margin-bottom: 24px;
}
.contact-template form .hs-form-radio input {
  width: 30px !important;
  height: 30px;
}

.interior-template form.hs-form label, 
.hs-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
}
form.hs-form label.hs-form-booleancheckbox-display {
  display: flex;
  font-size: 0.875rem;
}
.international-consultants-container form .btn.btn-primary {
  padding: 12px 24px;
  position: relative;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 29px;
  font-size: smaller;
  line-height: 1.857rem;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  /* font-weight: 700; */
  font-weight: 600;
  text-decoration: none;
}
/* ===== Form Title Styles ===== */

.contact-template form h3,
.interior-template form h3 {
  font-size: 32px;
}
.hs-form-required {
  color: #1E1E1E;
}
/* ===== Mobile Form styles ===== */
@media(max-width: 480px) {
  fieldset.form-columns-2 .hs-form-field:last-child, fieldset.form-columns-3 .hs-form-field:last-child  {
    padding-left: 0px;
  }
  .hs-form .hs-form-field input,
  .hs-form .hs-form-field select {
    width: 100% !important;
  }
}
.menu-arrow-bg > i,
.menu-arrow-bg > span.fa-chevron-down {
  color: #102d7b;
}
.pre-nav {
  display: none;
}
.header--toggle.header__navigation--toggle {
  display: none;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

/* This is the Header Menu (Style 1) ***********/
.navigation-primary {
  display: inline-block;
}

.navigation-primary a {
  font-family: Lato;
  font-size: 18px;
  font-weight: 300;
  color: #494A52;
  line-height: 40px;
}

.navigation-primary a.active-item {
  font-weight: 600;
  position: relative;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FF671F;
}

.navigation-primary .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .navigation-primary .level-1 .submenu {
    padding-left: 40px;
  }
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.triangle {
  display: none;
}

.submenu-toggle {
  display: none;
}

.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
}

.submenu.level-1 > li {
  display: inline-block;
  padding: 5px 10px;
  text-transform: capitalize;
}

.submenu.level-1 > li.has-submenu {
  position: relative;
}



@media (min-width: 768px) {
  .submenu.level-2 {
    position: absolute;
    min-width: 250px;
    visibility: hidden;
    overflow: hidden;
    white-space: normal;
    opacity: 0;
    text-transform: none;
    font-weight: 500;
    border-radius:px;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
    transition: visibility 0s, opacity 0.3s;
  }
  
}


.submenu.level-2 > li.has-submenu {
  position: relative;
}

.level-2 .has-submenu.menu-item label.menu-arrow {
  position: absolute;
  right: 4px;
  top: 4px;
}

.menu-item:last-child .submenu.level-2 {
  right: 0;
}

.submenu.level-2 > li {
  padding: 0;
  border-bottom: 1px solid #D1D6DC;
}

.submenu.level-2 .menu-item .menu-link {
  display: block;
  padding: 5px 10px;
  background-color: #ffffff;
  transition: background-color 0.3s;
  line-height:1.3rem;
}

.submenu.level-2 > li:nth-child(2) {
  border-radius: px px 0 0;
}

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

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #EBEFF3;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 30px;
    line-height: 1.1rem;
}

.submenu.level-1>li.has-submenu:hover .submenu.level-2,
.submenu.level-1>li.has-submenu:focus .submenu.level-2
{
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s;
  z-index:999
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}


@media (min-width: 768px) and (max-width: 1150px) {
  .navigation-primary a {
    font-size: 20px;
  }

  .submenu.level-1 > li {
    padding: 22px 15px;
  }

  .submenu.level-1 > li:last-child {
    padding-right: 22px;
  }

  .submenu.level-2 {
    left: 0px;
  }
}

@media (max-width: 768px) {
  .pre-nav {
    display: block;
  }
  .header--toggle.header__navigation--toggle {
    display: block;
  }
  .submenu .menu-arrow-bg .fas {display:none;}

  .navigation-primary a {
    font-size: 26px;
  }

  .navigation-primary {
    display: block;
  }
  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu.level-1 > li > a {
    display:inline-block;
  } 

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu {
    display: none;
  }

  .submenu.level-1 {
    width: 100%;
  }

  .submenu.level-1 > li {
    display: block;
    width: 100%;
    border-top: 2px solid #CED4DB;
    padding: 0;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }


  .submenu.level-2 > .has-submenu > .menu-arrow,
  .submenu.level-2 > .has-submenu > .menu-arrow,
  .submenu.level-2 .menu-arrow {

    padding: 5px 0;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    height: 55px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    height: 20px;
    width: 20px;
/*     background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=); */
    background-repeat: no-repeat;
    margin-left: auto;
    margin-top: 16px;
    margin-right: 30px;
    float: right;
    transition: transform 0.4s;
    background-color: #0077C8;
    -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  }

  .triangle-container.level-2 {
    display: none;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }

  .submenu.level-2 {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    border: none;
    box-shadow: none;
    transform: unset;
  }

  .submenu.level-2 .menu-item {
    background-color: #FAFAFF;
    padding: 0;
    border-top: 2px solid #FAFAFF;
    border-bottom: none;
  }

  .submenu.level-2 .menu-item .menu-link {
    padding: 12px 30px;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-3 {
    width: 100%;
    background-color: inherit;
    padding: 0;
    margin: 0;
  }

  .submenu.level-3 > li {
    padding: 0;
    background-color: inherit;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 90px;
  }
}

/* END OF STYLE 1 */
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;
}
/* ==========================================================================
Macros                                                  
========================================================================== */

/** 
* Border Radius 
*
*  
*/




/** 
* Box Shadow  
*
*  
*/




/** 
* Transition
* 
*  
*/




/** 
* Transform
*
*  
*/




/** 
* Background Size
*
*  
*/



/* ==========================================================================
Global Styles                                                  
========================================================================== */
img.img-shadowed.large-shadow  {
  -webkit-box-shadow: 0 23px 40px rgba(0, 0, 0,0.2);
-moz-box-shadow: 0 23px 40px rgba(0, 0, 0,0.2);
-o-box-shadow: 0 23px 40px rgba(0, 0, 0,0.2);
-ms-box-shadow: 0 23px 40px rgba(0, 0, 0,0.2);
box-shadow: 0 23px 40px rgba(0, 0, 0,0.2);;
}
img.img-shadowed.small-shadow {
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0,0.2);
-moz-box-shadow: 0 3px 30px rgba(0, 0, 0,0.2);
-o-box-shadow: 0 3px 30px rgba(0, 0, 0,0.2);
-ms-box-shadow: 0 3px 30px rgba(0, 0, 0,0.2);
box-shadow: 0 3px 30px rgba(0, 0, 0,0.2);;
}
.widget-type-linked_image img, .image img {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.background-image-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  opacity: 0;
  background: #252525;
}

.background-image-holder:not([class*='span']) {
  width: 100%;
}

.background-image-holder img {
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.label:not([class*='bg--']) {
  background: #31639c;
}

.label {
  position: absolute;
  z-index: 3;
  top: 1.238rem;
  right: 1.238rem;
  display: inline-block;
  height: 26px;
  min-width: 65px;
  padding: 0 10px;
  -webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;;
  font-size: 0.643rem;
  font-weight: 700;
  letter-spacing: .5px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
}

/* ==========================================================================
Team Member Modules                                                  
========================================================================== */

/* Team Member Globals
========================================================================== */
.team-header,
.card-wrapper {
  position: relative;
}

.team-member .boxshadow {
  -webkit-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.team-member h1,
.team-member h2,
.team-member h3,
.team-member h4,
.team-member h5 {
  margin: 0px;
}

.team-member a {
  -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;;
  text-decoration: none;
  color: #666666;
}

.team-member .team-image {
  overflow: hidden;
}

.team-member .team-title .team-position {
  opacity: 0.6;
  margin: 0 0 10px;
}

.team-member .team-description:before {
  content:" ";
  display: block;
  height: 3px;
  width: 40px;
  margin-bottom: 18px;
  background: #e1e1e1;
}

.social-icons a {
  width: 30px !important;
  height: auto !important;
  background: none !important;
}

.social-icons a:hover {
  opacity: 0.6;
  background: none !important;
}

.social-links__icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;;
  margin: 0 5px;
  background-color: #7DBA00 !important;
}

.social-links__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: auto;
  fill: #fff;
  -webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);;
}

@media (max-width: 767px) {
  .testimonial {
    padding: 20px 0px;
  }
}

/* Team Member Simple
========================================================================== */
.team-member.simple .team-image {
  position: static;
  display: block;
  width: 208px;
  height: 208px;
  margin: 0 auto 30px;
}

.team-member.simple .team-image.circle {
  -webkit-border-radius: 999px;
-moz-border-radius: 999px;
-o-border-radius: 999px;
-ms-border-radius: 999px;
border-radius: 999px;;
}

.team-member.simple .team-image.square {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.team-member.simple .background-image-holder {
  z-index: 0;
  top: 0;
  left: 0;
  background-position: 50% 50% !important;
  -webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;;
  opacity: 0;
}

.team-member.simple .background-image-holder img {
  display: none;
}

/* Team Member Hover
========================================================================== */
.team-member.hover-details .card-wrapper {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
  background: #FF671F !important;
  text-align: center;
}

.team-member.hover-details .card-wrapper * {
  color: #fff !important;
}

.team-member.hover-details:hover .team-image {
  opacity: 0.1;
}

.team-member.hover-details .team-image img {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
  margin: 0 0 -8px;
}

.team-member.hover-details .team-title {
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  opacity: 0;
}

.team-member.hover-details:hover .team-title, 
.team-member.hover-details:hover .social-links {
  opacity: 1;
}

.team-member.hover-details .team-title, 
.team-member.hover-details .social-links, 
.team-member.hover-details .team-image {
  -webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;;
}

/* Team Member Hover Social Icons */
.team-member.hover-details .social-links {
  position: absolute;
  bottom: 35px;
  width: 100%;
  padding: 0 15px;
  opacity: 0;
}

.team-member.hover-details .social-icons a {
  text-align: center;
}

.team-member.hover-details .social-links__icon {
  background-color: transparent;
}

/* Team Member Medium
========================================================================== */
.team-member.medium a {
  -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;;
  text-decoration: none;
}

.team-member.medium .team-image img {
  position: static;
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.team-member.medium .team-title {
  margin-top: 15px;
}

.team-member.medium h4 {
  font-weight: 300;
}

/* Team Member Detailed
========================================================================== */
.team-member.detailed .team-image {
  margin-bottom: 20px;
}

.team-member.detailed .team-image img {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
  margin: 0 0 -8px;
}

.team-member.detailed .team-description {
  margin-top: 20px;
}

/* Team Member Detailed Social Icons */
.team-member.detailed .social-icons a {
  text-align: left;
}

/* Team Member Large
========================================================================== */
.team-member.large .team-image img {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
  margin-bottom: -8px;
}

.team-member.large .team-header {
  margin: 24px 0px;
}

.team-member.large .team-header h2 {
  margin-bottom: 13px;
  font-weight: 300;
}

.team-member.large .team-description {
  font-size: 1.357rem;
}

/* ==========================================================================
Testimonial Modules                                                  
========================================================================== */

/* Testimonial Globals
========================================================================== */
blockquote.testimonial {border-left:0px!important}
.testimonial footer {
  padding: 15px 0 0 0;
  font-size: 15px;
  font-style: normal !important;
}

.testimonial .testimonial-name {
  font-weight: 700;
}

.testimonial .testimonial-company {
  margin: 0px;   
  font-weight: 300 !important;
  opacity: .6;
}

.testimonial.slider .lSSlideOuter .lSPager.lSpg,
.testimonial.avatarslider .lSSlideOuter .lSPager.lSpg {
  margin-top: 2rem !important;
}

.testimonial.slider q,
.testimonial.avatarslider q {
  display: inline-block;
  border-left: 0;
  padding: 0;
  margin: 0 0 1rem;
  color: #666666;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
}

/* Testimonial Simple
========================================================================== */
.testimonial.simple {
  position: relative;
  padding-left: 0;
}

.testimonial.simple img {
  position: absolute;
  width: 85px;
  height: 85px;
  -webkit-border-radius: 85px;
-moz-border-radius: 85px;
-o-border-radius: 85px;
-ms-border-radius: 85px;
border-radius: 85px;;
}

.testimonial.simple q {
  position: relative;
  display: inline-block;
  margin-left: 110px;
  padding: 0 !important;
}

.testimonial.simple footer {
  position: relative;
  left: 110px;
}

@media only screen (max-width: 768px){
  .testimonial.simple footer {
    width: 75%;
  }
}

/* Testimonial Bubble
========================================================================== */
.testimonial.bubble q {
  display: block;
  padding: 20px 20px 35px 20px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px #d3d3d3;
-moz-box-shadow: 0 1px 3px #d3d3d3;
-o-box-shadow: 0 1px 3px #d3d3d3;
-ms-box-shadow: 0 1px 3px #d3d3d3;
box-shadow: 0 1px 3px #d3d3d3;;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.testimonial.bubble img {
  float: left;
  width: 80px;
  height: 80px;
  padding: 3px;
  margin: -35px 35px 50px 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px #d3d3d3;
-moz-box-shadow: 0 1px 3px #d3d3d3;
-o-box-shadow: 0 1px 3px #d3d3d3;
-ms-box-shadow: 0 1px 3px #d3d3d3;
box-shadow: 0 1px 3px #d3d3d3;;
  -webkit-border-radius: 80px;
-moz-border-radius: 80px;
-o-border-radius: 80px;
-ms-border-radius: 80px;
border-radius: 80px;;
}

@media only screen (max-width: 768px){
  .testimonial.bubble img {
    margin-bottom: 35px;
  }
}

/* Testimonial Centered
========================================================================== */
.testimonial.centered q {
  padding: 15px 0;
}

.testimonial.centered footer img {
  width: 85px;
  height: 85px;
  padding: 0;
  margin: 15px 0 15px 0;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

/* Testimonial Avatar
========================================================================== */
.testimonial.avatar * {
  color: #666666;
}
.testimonial.avatar img {
  vertical-align: top;
  max-height: 500px;
}

.testimonial.avatar q {
  display: inline-block;
  font-size: 20px;
  font-style: italic;
}

.testimonial.avatar i {
  padding: 50px 0 15px 0;
  color: #e1e1e1;
}

.testimonial.avatar .divider-solid {
  width: 60px;
  border-top: 3px solid #e1e1e1;
}

.testimonial.avatar hr.divider {
  position: relative;
  clear: both;
  height: 0;
  display: block;
  padding: 0;
  margin: 20px 0 -4px;
}

.testimonial.avatar p {
  padding: 1rem 0;
}

/* Testimonial Slider
========================================================================== */
.testimonial.slider q {
  font-style: italic;
}

.testimonial.slider blockquote.testimonial-wrap {
  position: relative;
  overflow: hidden;
  width: 750px;
  margin: 0px auto;
}

@media (max-width: 767px) {
  .testimonial.slider blockquote.testimonial-wrap {
    width: auto;
  }
}

/* Testimonial Avatar Slider
========================================================================== */
.testimonial.avatarslider .image {
  padding: 0 15px;
  margin-left: 77.5px;
}

.testimonial.avatarslider img {
  height: auto;
  width: 165px;
  padding: 0;
  margin: 15px 0 15px 0;
  border-radius: 6em;
}

.testimonial.avatarslider .content {
  padding: 0 15px;
  margin-left: 50px;
}

.testimonial.avatarslider .fas {
  color: #252525;
}

@media (max-width: 767px) {
  .testimonial.avatarslider .testimonial {
    text-align: center;
  }

  .testimonial.avatarslider .testimonial .content,
  .testimonial.avatarslider .testimonial .image {
    padding: 0;
    margin: 0;
  }
}

/* ==========================================================================
Features Small Modules                                                  
========================================================================== */

/* Features Small Globals
========================================================================== */
.boxed {
  position: relative;
  overflow: hidden;
  padding: 1.857rem;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.boxed.boxed--lg {
  padding: 2.786rem;
}

.boxed.boxed--border {
  border: 1px solid #ececec;
}

.boxed:not([class*='bg-']) {
  background: #ffffff;
}

.border--round {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.feature:not(.boxed) {
  margin-bottom: 30px;
}

.feature img + .boxed {
  border-radius: 0 0 6px 6px;
  border-top: none;
}

.feature h4 {
  margin-bottom: 0.342rem;
  font-size: 1.357rem;
  line-height: 1.684rem;
}

.feature h4 + p {
  max-width: 23rem;
}

.feature.text-center h4 + p {
  margin-left: auto;
  margin-right: auto;
}

.feature h5 {
  margin: 0;
}

.feature p a {
  font-size: 1rem;
}

.feature.feature--featured:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #4a90e2;
}

.feature .icon {
  position: relative;
  left: 1px;
}

.feature .icon:not(.block) {
  display: inline-block;
}

.feature .icon svg {
  fill: #FF671F;
}

.feature-3 .icon svg,
.feature-8 .icon svg {
  fill: #666666;
}

.feature-2 .icon svg,
.feature-4 .icon svg {
  width: 44px;
}

.feature-3 .icon svg,
.feature-5 .icon svg,
.feature-7 .icon svg,
.feature-8 .icon svg {
  width: 78px;
}

.feature-2 .feature_description,
.feature-5 .feature_description {
  width: 75%;
  float: right;
}

.feature-2 .feature_description p:last-child ,
.feature-5 .feature_description p:last-child {
  margin-bottom: 0px;
}

/* Features Small
========================================================================== */
.feature-1 p {
  margin: 0;
}

.feature-1 > img:first-child {
  border-radius: 6px 6px 0 0;
  vertical-align: middle;
}

/* Features Icon 1
========================================================================== */
.feature-2 {
  overflow: hidden;
}

.feature-2 .feature_description p {
  margin: 0;
}

/* Features Icon 2
========================================================================== */
.feature-3 svg {
  margin-bottom: 20px;
}

/* Features Icon 3
========================================================================== */
.feature-4 p:first-of-type {
  margin-bottom: 3.714rem;
}

.feature-4 .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  padding: 0.928rem;
  background: #FF671F;
  border-color: #FF671F;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  text-align: center;
}

.feature-4 .btn:hover {
  background: #10069F;
}

/* Features Icon 4
========================================================================== */


/* Features Icon 5
========================================================================== */
.feature-6 .icon svg {
  width: 33px;
}

.feature-6 .icon + h5 {
  margin-top: 1.857rem;
}

/* Features Icon 6
========================================================================== */
.feature-7 .icon {
  text-decoration: none;
  fill: #666666;
}

.feature-7 h5 {
  display: block;
  margin-top: 0.928rem;
  color: #FF671F;
  text-decoration: none;
}

a.block > .feature-7 {
  -webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
-ms-transition: 0.3s ease;
transition: 0.3s ease;;
}

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

a.block:hover > .feature-7 {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
-o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
-ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);;
}

/* Features Icon 7
========================================================================== */

/* Features Image 1
========================================================================== */

/* Features Image 2
========================================================================== */
.feature-10 img {
  margin-bottom: 1.857rem;
}

/* Features Image 3
========================================================================== */
.feature .lead p {
  font-weight: 400;
  color: #808080;
  font-size: 1.357rem;
}

.feature .lead p:not(:last-child) {
  margin-bottom: 1.368rem;
}

.feature .lead p:last-child {
  margin-bottom: 0 !important;
}

.feature .lead h3 {
  margin-bottom: 1.04rem;
  font-size: 1.785rem;
  line-height: 1.5rem;
  font-weight: 300;
}

/* Features Image 4
========================================================================== */
.feature-12 {
  height: 13em;
}

.feature-12:hover:before {
  opacity: .75;
}

.feature-12:before {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
  -webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
-ms-transition: 0.3s ease;
transition: 0.3s ease;;
}

.feature-12 .pos-vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);;
  color: #fff;
  z-index: 9;
}

.feature-12 .background-image-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  -webkit-transition: opacity .3s linear;
-moz-transition: opacity .3s linear;
-o-transition: opacity .3s linear;
-ms-transition: opacity .3s linear;
transition: opacity .3s linear;;
  opacity: 0;
  background: #252525;
}

.feature-12 .background-image-holder {
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;;
}

.imagebg:before {
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}

/* ==========================================================================
Features Large Modules                                                  
========================================================================== */

/* Features Large 1
========================================================================== */
.feature-large .lead {
  padding-left: 50px;
}

.feature-large .lead p {
  font-weight: 400;
  color: #808080;
  font-size: 1.357rem;
}

@media (max-width: 767px) {
  .feature-large .lead {
    padding-left: 0;
  }}

/* Features Large 2
========================================================================== */
.imageblock {
  position: relative;
  padding: 0;
}
.imageblock > .container,
.imageblock > div[class*='span']:not(.imageblock__content) {
  padding: 7.428rem 0px;
  float: none;
  overflow: hidden;
}
.imageblock.imageblock--lg > .container,
.imageblock.imageblock--lg > div[class*='span']:not(.imageblock__content) {
  padding: 9.285rem 0px;
  float: none;
  overflow: hidden;
}
.imageblock .imageblock__content {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2;
  padding: 0;
}
.switchable {
  position: relative;
}
.switchable div[class*='span']:first-child {
  float: left;
  right: auto;
}
.switchable div[class*='span']:first-child:not([class*='pull']):not([class*='push']) {
  left: 0;
}
.switchable div[class*='span']:last-child {
  float: right;
  left: auto;
}
.switchable div[class*='span']:last-child:not([class*='pull']):not([class*='push']) {
  right: 0;
}
.switchable.switchable--switch div[class*='span']:first-child {
  float: right;
  right: 0;
  left: auto;
}
.switchable.switchable--switch div[class*='span']:first-child:not([class*='pull']):not([class*='push']) {
  left: auto;
}
.switchable.switchable--switch div[class*='span']:last-child {
  float: left;
  left: 0;
  right: auto;
}
.switchable .switchable__text {
  margin-top: 3.714rem;
}
.switchable > div[class*='span'] {
  padding: 0;
}

@media all and (max-height: 728px) {
  .imageblock>.container, .imageblock>div[class*='span']:not(.imageblock__content) {
    padding: 3.714rem 0px;
  }
}
@media all and (max-width: 767px) {
  .imageblock[class*='space-'] {
    padding-bottom: 0;
    padding-top: 0;
  }
  .imageblock .imageblock__content {
    position: relative;
    min-height: 18.571rem;
  }
  .imageblock>.container, .imageblock>div[class*='span']:not(.imageblock__content) {
    padding: 2.571rem 15px;
    float: none;
    overflow: hidden;
  }
  .imageblock.imageblock--lg>.container, .imageblock.imageblock--lg>div[class*='span']:not(.imageblock__content) {
    padding: 2.571rem 15px;
    float: none;
    overflow: hidden;
  }
  .switchable .switchable__text {
    margin-top: 1.857rem;
  }
  .switchable .imageblock__content[class*='span'] {
    float: none !important;
  }
  .switchable .row>div[class*='span'] {
    float: none !important;
  }
  .switchable .row>div[class*='span']:last-child:not(:only-child) {
    margin-top: 1.85714286em;
  }
}
@media all and (max-width: 990px) {
  .switchable .switchable__text {
    margin-top: 0;
  }
}

/* ==========================================================================
Pricing Modules                                                  
========================================================================== */

/* Price Global Styles
========================================================================== */
.pricing {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  position: relative;
}
.pricing .label {
  top: 2.785rem;
  right: 2.785rem;
}
.pricing h1 {
  font-size: 4.214rem;
  margin-bottom: 0.929rem;
}
.pricing h1 .pricing__dollar {
  font-size: 2.143rem;
  position: relative;
  bottom: 20px;
}
.pricing h2 {
  margin-bottom: 0.393rem;
}
.pricing h3:first-child {
  margin: 0;
}
.pricing h5 {
  font-weight: 600;
  margin-bottom: 1.857rem;
}
.pricing ul {
  list-style: none;
}
.pricing ul li:not(:last-child) {
  margin-bottom: 0.464rem;
}
.pricing ul li .checkmark + span {
  position: relative;
  bottom: 3px;
}
.pricing:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}
.pricing .feature-6 p {
  min-height: 5.571rem;
}
.pricing .icon {
  display: inline-block;
  position: relative;
  width: 1.238rem;
  height: 1.238rem;
  border-radius: 50%;
  text-align: center;
  fill: #31639c;
}
.pricing .icon:not(:last-child) {
  margin-right: 13px;
}
.pricing ul li .icon + span {
  position: relative;
  bottom: 3px;
}
.pricing .label {
  top: 2.785rem;
  right: 2.785rem;
}
@media all and (min-width: 768px) {
  .boxed.boxed--emphasis {
    transform: scale(1.075);
    -webkit-transform: scale(1.075);
  }
}

/* Price Card List
========================================================================== */
.pricing-1 .btn:last-child {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 6px 6px;
  padding: 0.928rem 0;
  margin: 0;
}
.pricing-1 .btn:last-child:hover {
  transform: none !important;
}
.pricing-1 ul {
  margin-bottom: 5.571rem;
}
.pricing-1 p:first-of-type {
  margin: 1.857rem 0px;
}
.pricing-1 p:last-of-type {
  margin-bottom: 5.571rem;
}
.pricing-1 img + p:first-of-type {
  margin-top: 0;
}
body:not(.variant-content) .pricing-1 ul {
  margin-bottom: 0;
  padding: 0;
}

/* Price Card Wide
========================================================================== */
.pricing-2 h1 {
  margin-bottom: 1.857rem;
}

@media all and (min-width: 991px) {
  .pricing-2 ul:first-child {
    margin-top: 4.64285714em;
  }
}
@media all and (max-width: 990px) {
  .pricing-2 {
    text-align: center;
  }
  .pricing-2 ul:first-child {
    margin-top: 1.85714286em;
  }
}

/* Accordian Module
* ======================================================================= */
.ac-container{
  text-align: left;
}
.ac-container label{
  padding: 10px 10px 10px 30px;
  position: relative;
  z-index: 20;
  display: block;
  cursor: pointer;
  color: #10069f;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s linear;
  -moz-transition: background 0.3s ease-in-out, color 0.3s linear;
  -o-transition: background 0.3s ease-in-out, color 0.3s linear;
  -ms-transition: background 0.3s ease-in-out, color 0.3s linear;
  transition: background 0.3s ease-in-out, color 0.3s linear;
  border-bottom:1px solid #0077C8;
}
.ac-container label:hover{
  background: #0077C8;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s linear;
  -moz-transition: background 0.3s ease-in-out, color 0.3s linear;
  -o-transition: background 0.3s ease-in-out, color 0.3s linear;
  -ms-transition: background 0.3s ease-in-out, color 0.3s linear;
  transition: background 0.3s ease-in-out, color 0.3s linear;
  border-bottom:1px solid #0077C8;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
  background: #0077C8;
  box-shadow: 
    0px 0px 0px 1px rgba(155,155,155,0.3), 
    0px 2px 2px rgba(0,0,0,0.1);
  -webkit-transition: background 0.3s ease-in-out, color 0.3s linear;
  -moz-transition: background 0.3s ease-in-out, color 0.3s linear;
  -o-transition: background 0.3s ease-in-out, color 0.3s linear;
  -ms-transition: background 0.3s ease-in-out, color 0.3s linear;
  transition: background 0.3s ease-in-out, color 0.3s linear;
}
.ac-container label:after,
.ac-container input[type="checkbox"]:checked + label:after{
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  width: 24px;
  height: 100%;
  left: 4px;
  top: 20%;
  opacity:.4;
}
.ac-container input + label:hover:after{opacity:1!important}
.ac-container input[type="radio"]:checked + label:after{
  display:none!important;}
.ac-container input[type="checkbox"]:checked + label:after{
  content: '\f00d';
  font-family: "Font Awesome 5 Free"; font-weight: 900;
}
.ac-container input{
  display: none;
}
.ac-container article{
  background: #ffffff;
  margin-top: -1px;
  overflow: hidden;
  max-height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
}
.ac-container article .inset-padding{
  padding: 20px;
}
.ac-container input:checked ~ article{
  -webkit-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
  height: inherit;
  max-height:900px;
}

/* Image Gallery Slider Module
* ====================================================================== */

.slider-section-wrap {
  position: relative;
  width: 100%;
  padding: 80px 0px;
  display:flex;
}

.slider-section-wrap .left-container,
.slider-section-wrap .right-container {
  width: 50%;
}

.slider-section-wrap .left-container {
  padding: 0px 40px 0 0;
}

.slider-section-wrap .left-container.right {
  padding: 0;
}

.slider-section-wrap .right-container {
  float: right;
}
/**** Slider - Mobile Styling ****/
@media (max-width: 1080px) {
  .slider-section-wrap {
    padding: 70px 0px;
  }
}

@media (max-width: 767px) {
  .slider-section-wrap {
    padding: 50px 0px !important;
    flex-direction:column;
  }
  .slider-section-wrap .left-container,
  .slider-section-wrap .right-container {
    width:100%;
  }
  .slider-section-wrap .left-container {
    padding: 0px;
  }
}

.bottom-border p {
  border-bottom: 2px solid #757575;
}


.bottom-border-white h5 {
  border-bottom: 3px solid #FFFFFF;
  padding: 24px 0px;
  margin-bottom: 0px;
}

/* ===== FAQ accordion modules ===== */

.accheckbox h4 {
  color: #1E1E1E;
}
.ac-container label:hover,
.ac-container label:focus,
.ac-container input:checked+label, 
.ac-container input:checked+label:hover {
  background: none;
}
.ac-container input:checked+label h4, 
.ac-container input:checked+label:hover h4 {
  color: #10069F;
}

/* ===== What to Expect Page ===== */

/* Removing img shadow on mouse picture */

#module_16630784309028 {
  box-shadow: none !important;
}

/* ===== Contact Page edits ===== */
.contact-template form .field {
  margin-bottom: 0px;
}
/* ===== End Contact Page edits ===== */
img.img-shadowed {
  box-shadow: none !important;
}

img.img-shadowed.large-shadow {
 box-shadow: none !important;
}

img.img-shadowed.small-shadow {
 box-shadow: none !important;
}

/***** What to Expect: The Play & Park Structures Experience *****/

/*Targets image with mouse */
#hs_cos_wrapper_widget_1663188676804 img {
  box-shadow: none !important;
}

/* ===== Product Details Styles ===== */
.pps-product-listing-template .b-brd__path {
  color: #848484 !important; 
  font-weight: 400 !important;
}

.pps-product-listing-template .b-brd__back {
  font-weight: 400 !important;
}

/* .slick-slide .prod-slider-inner {
  max-width: 100%;
  width: unset !important;
} */
/* .body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #0077C8
}
*/
.homepage-template .hero-section-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  position: relative;
}

@keyframes pulse {
  0%, 100% {
    bottom: 5px;
    opacity:.5;
  }
  50% {
    bottom: 10px;
    opacity:.8;
  }
}
.a.push-down-link, a.push-down-link:hover {color: #ffffff;}
.homepage-template .hero-section-overlay a.push-down-link::after {
  content: "\f078";font-size:3.5rem;
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  position: absolute;
  bottom:5px;
  left:48%;
  opacity:.5;
  animation: 
    pulse
    1.5s
    ease-out
    0s
    alternate
    infinite
    none
    running;
    color: #ffffff
}
/* ===== PIllar Page ===== */

.pillar-page-h4 {
  margin-bottom: 24px;
}

.pillar-content-drop-shadow-h5 {
  margin-bottom: 16px;

}


.pillar-content-drop-shadow-p1 {
  margin-bottom: 16px;
}

.pillar-content-drop-shadow-p2 {
  margin-top: 16px;
}

.pillar-content-drop-shadow-ul {
  margin: 0;
}

.pillar-content-drop-shadow-ul :nth-child(1) {
  margin-bottom: 16px;
  padding-right: 24px;
}


.pillar-content-drop-shadow-ul :nth-child(2) {
  padding-right: 24px;
}

.pillar-content-drop-shadow-ul :nth-child(3) {
  margin-bottom: 16px;
}

.pillar-pg-inline-hover:hover,
.pillar-pg-inline-hover:focus {
  color: #0077C8 !important;
}
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: #0077C8
}
.header {
  background-color: #0077C8;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 41px;
  padding-bottom: 58px;
  padding-right: 100px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  height: auto;
  margin-left: 0px;
  margin-right: auto;
}

.header__logo img {
  max-width: 200px;
  height: auto;
}

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

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 100px;
  padding-left: 100px;
}

/* Styles for the Search Bar */

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

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #666666;
  border: 1.79px solid #D1D6DC;
  border-radius: 29px;
  font-family: Open Sans, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

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

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

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

#results-for {
	margin-bottom: 8px;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Open Sans, serif;
  font-size: 22px;
}

.hs-search-field__suggestions li:not(:first-of-type){
	padding: 4px 0;
	font-weight: normal;
}

.hs-search-field__suggestions li:not(:first-of-type) a, .hs-search-field__suggestions li:not(:first-of-type) span{
	font-weight: normal;
}

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

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

/* Styles for the Language Switcher Component */
.header__language-switcher .globe_class {opacity:.6;}
.header__language-switcher .globe_class:hover {opacity:1;}

.header__language-switcher {
  cursor: pointer;
  padding-left:10px;
}

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

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Open Sans, serif;
  font-size: 0.8rem;
  color: #666666;
  top: 25px;
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 29px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

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

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

.header__language-switcher .lang_list_class li {
  border: none;
}

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

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

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

.header__language-switcher .lang_list_class li a {
  font-family: Open Sans, serif;
  color: #666666;
}

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

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

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

/* Tablet Styles */

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

  .header__logo--tablet {
    display: block;
  }
  .pre-nav {
    display: flex!important;
    justify-content: space-between!important;
    padding: 5px!important;
  }
}

/* Mobile Styles */

@media (max-width: 768px) {
  .header__container {
    
  }

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

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

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

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #0077C8;
    z-index: 2;
    padding-left:0px;
  }
  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

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

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

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

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

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

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }
  .header__navigation--toggle.light {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDE5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPg0KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KICAgIDxnIGlkPSJoYW1idXJnZXIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIzIj4NCiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMjEiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0Pg0KICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTQiIHg9IjEuNSIgeT0iOS41IiB3aWR0aD0iMjEiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0Pg0KICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
  }
  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0px;
    width:100%;
    transform:translateX(0%)!important;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    background-color: inherit;
  }

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

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

  .lang_list_class:after, .lang_list_class:before {display:none;}

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
}

.header {
  border-bottom: 4px solid #7DBA00;
}
.header__logo--main {
  padding: 5px 50px 5px 0px;/* original values were 25px 50px 25px 0px */
}

.header__logo img {
  max-width: 225px;
}

.nav-eyebrow ul {
  margin-top: 0px;
}

.nav-eyebrow a {
  color: #000;
  text-decoration: none !important;
  padding-right: 25px;
}

.contact-icon {
  position: relative;
}

.catalog-icon {
  position: relative;
}

.search-icon {
  position: relative;
}

.cart-icon {
  position: relative;
}

.hs-menu-wrapper ul li:hover a span {
  color: #0077c8;
}

.contact-icon::before {
  position: absolute;
  content: url('https://6575841.fs1.hubspotusercontent-na1.net/hubfs/6575841/IC%20Home%20Page/email-icon-resized.png');
  left: -35px;
  background: #0077C8;
  border-radius: 50%;
  height: 27px;
  width: 27px;
  padding: 0px 5px;
}

.catalog-icon::before {
  position: absolute;
  content: url('https://6575841.fs1.hubspotusercontent-na1.net/hubfs/6575841/IC%20Home%20Page/catalog-icon-resized.png');
  left: -35px;
  background: #0077C8;
  border-radius: 50%;
  height: 27px;
  width: 27px;
  padding: 0px 5px;
}

.search-icon::before {
  position: absolute;
  content: url('https://6575841.fs1.hubspotusercontent-na1.net/hubfs/6575841/IC%20Home%20Page/magnifying-glass-resized.png');
  left: -35px;
  background: #0077C8;
  border-radius: 50%;
  height: 27px;
  width: 27px;
  padding: 0px 7px;
}

.nav-eyebrow .cart-icon::before {
  position: absolute;
  content: url('https://6575841.fs1.hubspotusercontent-na1.net/hubfs/6575841/IC%20-%20Cart/cart-icon-white.png');
  left: -35px;
  background: #0077C8;
  border-radius: 50%;
  height: 27px;
  width: 27px;
  padding: 0px 7px;
}

.header__container {
  padding: 0px;
}
.header__navigation .submenu.level-2 a:hover,
.header__navigation .submenu.level-2 a:focus {
  background: #FAFAFF !important;
  color: #1e1e1e !important;
  font-weight: 700 !important;
}
.header__navigation .submenu.level-1 li.has-submenu {
  padding: 5px 15px 5px 0px !important;
}
.header__navigation .submenu.level-2 a {
  padding: 16px 12px !important;
}
.header__navigation .submenu.level-2>li {
  border-bottom: 0px !important;
}
.navigation-primary>ul.submenu.level-1>li.no-submenu.menu-item:last-child {
  padding-left: 0px;
}
.navigation-primary>ul.submenu.level-1>li.no-submenu.menu-item:last-child>a {
  color: rgba(255,255,255,1.0);
  background: rgba(16,6,159,1.0);
  /* border-color: rgba(0,0,0,0.0); */
  border: 3px solid #10069F !important;
  position: relative;
  transition: .1s linear;
  -webkit-transition: .1s linear;
  -moz-transition: .1s linear;
  border-radius: 29px;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-right: 2.786rem;
  padding-left: 2.786rem;
  font-size: 18px !important;
  .nav__innerheight: 1.857rem;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 24px;
}
.navigation-primary>ul.submenu.level-1>li.no-submenu.menu-item:last-child>a:hover,
.navigation-primary>ul.submenu.level-1>li.no-submenu.menu-item:last-child>a:focus {
  background: #0077c8;
  border: 3px solid #0077c8 !important;
  color: #fff !important;
}
.navigation-primary ul li.menu-item a,
.nav-eyebrow li a {
  font-size: 15px !important;
}
.navigation-primary li.has-submenu:hover .menu-arrow-bg .fa-chevron-down,
.navigation-primary li.has-submenu:focus .menu-arrow-bg .fa-chevron-down {
  color: #10069f !important;
}
.navigation-primary .submenu.level-2 {
/*   border-top: 4px solid #FF671F; */
  border-radius: 4px;
}
.sticky-header #hs_cos_wrapper_navigation-primary {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sticky-header {
  max-height: auto;
}
#hs_cos_wrapper_module_16582437887978 {
  width: 100%;
}
.sticky-header.stickit {
  -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media(max-width: 1200px) {
  .header__navigation {
    display: none;
  }
  .header--toggle.header__navigation--toggle {
    display: block;
  }
  .header__navigation.open {
    display: block;
  }
  .navigation-primary {
    display: block;
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
    visibility: hidden;
    max-height: 0;
    overflow: clip;
    transition: all .5s ease-in-out;
    z-index: 9999;
  }
  .open.navigation-primary {
    visibility: visible;
    max-height: 60vh;
    overflow-y: scroll;
  }
  .submenu.level-1 {
    width: 100%;
    background: #FAFAFF;
  }
  .submenu.level-1>li {
    display: block;
    width: 100%;
    border-top: 2px solid #ced4db;
    padding: 0;
  }
  .submenu>.has-submenu>a {
    width: 70%;
    font-weight: 600;
    padding: 7px 30px;
  }
  .submenu.level-1>.has-submenu>.menu-arrow-bg, .submenu>.has-submenu>.menu-arrow-bg, .submenu .menu-arrow-bg {
    height: 20px;
    width: 20px;
/*     background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=); */
    background-repeat: no-repeat;
    margin-left: auto;
    margin-top: 16px;
    margin-right: 30px;
    float: right;
    transition: transform .4s;
    background-color: #0077C8;
    -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  }
  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
    position: relative;
    margin: 0 5vw;
  }
  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }
  .header__navigation.open, .header__search.open, .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 0px !important;
    left: 0;
    right: 0;
    height: 100vh;
    background: none !important;
    z-index: 100;
    padding-left: 0px;
  }
  /* Test */
  .pre-nav {
    display: block;
}
.header--toggle.header__navigation--toggle {
  display: block;
  z-index: 9999999999999999;
}
  .submenu .menu-arrow-bg .fas {display:none;}

  .navigation-primary a {
    font-size: 26px;
  }

  .navigation-primary {
    display: block;
  }
  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu.level-1 > li > a {
    display:inline-block;
  } 

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu {
    display: none;
  }

  .submenu.level-1 {
    width: 100%;
/*     background:#cecece; */
  }

  .submenu.level-1 > li {
    display: block;
    width: 100%;
    border-top: 2px solid #FF671F;
    padding: 0;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }

  
  .submenu.level-2 > .has-submenu > .menu-arrow,
  .submenu.level-2 > .has-submenu > .menu-arrow,
  .submenu.level-2 .menu-arrow {
  
    padding: 5px 0;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    height: 55px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    height: 20px;
    width: 20px;
/*     background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=); */
    background-repeat: no-repeat;
    margin-left: auto;
    margin-top: 16px;
    margin-right: 30px;
    float: right;
    transition: transform 0.4s;
    background-color: #0077C8;
    -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  }

  .triangle-container.level-2 {
    display: none;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }

  .submenu.level-2 {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    border: none;
    box-shadow: none;
    transform: unset;
  }

  .submenu.level-2 .menu-item {
    background-color: white;
    padding: 0;
/*     border-top: 2px solid #EBEFF3; */
    border-bottom: none;
  }

  .submenu.level-2 .menu-item .menu-link {
    padding: 12px 30px;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-3 {
    width: 100%;
    background-color: inherit;
    padding: 0;
    margin: 0;
  }

  .submenu.level-3 > li {
    padding: 0;
    background-color: inherit;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 90px;
  }
  .navigation-primary>ul.submenu.level-1>li.no-submenu.menu-item:last-child {
    width: auto;
    margin: 50px 0px;
  }
  /* End test */
}

a.eyebrow-link:last-child {
  padding-right: 0 !important;
}

.submenu.level-1 > li.has-submenu {
    position: relative;
}
.submenu.level-1 > li {
  display: flex;
  padding: 0;
  text-transform: capitalize;
  align-items: center;
  justify-content: center;
}

.submenu.level-1 > li + li {
  margin-left: 1rem;
}


.submenu.level-1 > li i,
.submenu.level-1 > li span.fa-chevron-down {
  margin-left: .5rem;
}

@media(min-width: 1201px) and (max-width: 1400px) {
  .header__container {
    max-width: 100% !important;
  }
  .header__logo--main {
    padding-right: 10px;
  }
}


@media(max-width: 767px) {
  .header .header__row-1 {
    padding-right: 10px !important;
  }
   .nav-eyebrow ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width:1199px) {
  .submenu.level-1 > li:last-child {
    padding: 0 !important;
  }
  .header__container .navigation-primary {
    top: 120px !important;
  }
  .submenu.level-1 > li {
    display: block;
    padding: 0;
    text-transform: capitalize;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 !important;
  }
  .navigation-primary .submenu.level-2 {
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out !important;
  }
  input[type="checkbox"]:checked ~ .submenu {
    max-height: 500px;
  }
}

@media screen and (min-width:1200px) {
   div[class*="cell_1675829159116"] {
    display: none !important;
  } 
  div[class*="cell_1675822032621"] {
    width: 100% !important;
  }
  .header__container .navigation-primary {
    display: block; 
  }
  .header__container .navigation-primary > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header__container {
    max-width: none !important;
  }
  .submenu.level-1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media(min-width: 1201px) and (max-width: 1400px) {
  .header__container {
    max-width: 100% !important;
  }
  .header__logo--main {
    padding-right: 10px;
  }
}

@media(max-width: 767px) {
  .header .header__row-1 {
    padding-right: 10px !important;
  }
   .nav-eyebrow ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hs-link-widget_1675822049932_hs_logo_widget img {
    max-width: 180px;
    margin-left: 1rem;
  }
  .nav-eyebrow a.eyebrow-link {
    font-size: .9rem !important;
    padding: 5px;
  }
  .nav-eyebrow a.eyebrow-link:first-child
   {
    display: none;
  }
  div[class*="cell_1675829159116"] {
    margin-top: -6rem;
    padding: 1rem;
  }
  div[class*="cell_1675829159116"] .icon-wrapper > span {
    padding: 1rem 0;
  } 
  .header__container > div {
    width: 100%;
  }
  .nav-eyebrow .nav__inner {
    justify-content: end !important;
  }
  .header__container .navigation-primary {
    top: 152px !important;
  }
}

@media screen and (min-width:768px) and (max-width:1199px) {
  .submenu.level-1 > li:last-child {
    padding: 0 !important;
  }
  .header__container .navigation-primary {
    top: 120px !important;
  }
}

@media screen and (min-width:1200px) {
   div[class*="cell_1675829159116"] {
    display: none !important;
  } 
  div[class*="cell_1675822032621"] {
    width: 100% !important;
  }
  .header__container .navigation-primary {
    display: block; 
  }
  .header__container .navigation-primary > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header__container {
    max-width: none !important;
  }
  .submenu.level-2 {
   top: 100%;
  }
  .submenu.level-2 li:hover a {
   color: black !important;
  }
}

main#main-content {
  margin-top: 0;
  overflow: hidden;
}
.body-wrapper {
  overflow: visible;
  -webkit-overflow-scrolling: touch;
}
div[data-global-resource-path*='play-and-park-header.html'] {
  position: sticky;
  top: -1px;
  z-index: 999999;
  background-color: white;
  border-bottom: 4px solid #7DBA00;
}
.footer {
  background-color: #0077C8;
  text-align: center;
}
.footer__container {
  display:flex;
  justify-content: space-between;
  padding: 1rem;
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 10px;
  padding-bottom:0px;
}
.footer__copyright {
  font-size: 1rem;
  margin: .5rem 0;
  text-align:left;
}

h5.menu-col {
  font-weight: bold;
  margin-bottom: 0px;
  color:#fff;
}
ul.menu-col {
  list-style: none;
  padding-left: 0;
  margin: auto;
}
.foot-logo img {max-width:250px;}

.footer {
  border-top: 4px solid #7dba00;
}

@media(min-width:767px){
  .footer__container.justify-center {justify-content:center;}
  .foot-menu-container {
    display: flex;
    justify-content: space-evenly;
  }
  .sub-footer {
    max-width:1140px;
    margin:10px auto 0;
  }
  .flex-wide {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .foot-search {
    padding-top:15px;
  }
  .column-outer {text-align: left;padding:15px;}
}

@media(max-width:767px){
  .foot-search {
    padding: 15px 36px;
  }
  .sub-footer,
  .footer__copyright {
    font-size:0.8rem;
  }
  .footer__container {
    flex-direction: column-reverse;
  }
  .foot-menu-container{
    margin-bottom:20px;
  }
  .foot-menu-container h5 {
    margin-top:10px;
  }
}

.footer {
  text-align: left;
}
.footer .hs_cos_wrapper_type_logo img {
  margin-bottom: 64px;
}
.footer h6,
.footer h6 span {
  font-size: 18px;
  margin-bottom: 12px;
}
.footer-header h6 {
  color: #10069F;
  font-size: 18px;
  margin-bottom: 16px;
}
.footer .hs-menu-wrapper ul {
  margin: 0px;
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.footer .hs-menu-wrapper ul li:last-child {
  margin-bottom: 33px;
}
.footer .hs-menu-wrapper ul a {
  padding: 0;
  margin-bottom: 8px;
}
.footer-header p {
  margin-bottom: 8px;
}
.footer .social-links .social-links__icon {
  margin-right: 20px;
  margin-left: 5px;
  display: inline-block;
  width: auto;
}
@media(max-width: 767px) {
  .footer {
    text-align: center;
  }
}
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

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

.blog-header__inner {
    margin: 0 auto;
    padding: 11.3rem 0 2.3rem 0;
}
.blog-header__inner.blog_list {
    margin: 0 auto;
    padding: 3.3rem 0 1.3rem 0;
}
.blog-header__title {
  font-size: 1.8rem;
  color:#fff;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-avatar {display:inline;border-radius:50px;height:35px!important;width:auto!important;vertical-align: top;margin-right:5px;}

li.hs-blog-social-share-item.hs-blog-social-share-item-twitter {
    padding-top: 7px;
}

.blog-header__form input.hs-button.primary.large {
    background: #fff;
    color: #000;
    border: 0px;
  opacity:.8
}
.blog-header__form input.hs-button.primary.large:hover {
    background: #fff;
    color: #000;
    border: 0px;
  opacity:1;
}
.blog-header__form .hs-form label {
    color: #fff;
}
.blog-listing-cards-flex .card {
	margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
  .push-rightside {padding-right:5vw;}
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.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 h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.714rem;
}
.blog-index__post-content p {
  font-family: ;
}
.blog-index__post-content a {
  color: #666666;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: ;
  margin-bottom: 3.3rem;
	margin-top: 50px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: {color=#000, opacity=100, rgba=rgba(0, 0, 0, 1), rgb=rgb(0, 0, 0), hex=#000, css=#000000};
  background-color: {color=#fff, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#fff, css=#ffffff};
  text-decoration: none;
  border: 0px solid {color=null, opacity=100, rgba=null, rgb=null, hex=null, css=};
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid {color=#b0c1d4, opacity=100, rgba=rgba(176, 193, 212, 1), rgb=rgb(176, 193, 212), hex=#b0c1d4, css=#b0c1d4};
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: {color=#000, opacity=100, rgba=rgba(0, 0, 0, 1), rgb=rgb(0, 0, 0), hex=#000, css=#000000};
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  color: {color=#000, opacity=100, rgba=rgba(0, 0, 0, 1), rgb=rgb(0, 0, 0), hex=#000, css=#000000};
  background-color: {color=#fff, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#fff, css=#ffffff};
  border: 2px solid {color=#b0c1d4, opacity=100, rgba=rgba(176, 193, 212, 1), rgb=rgb(176, 193, 212), hex=#b0c1d4, css=#b0c1d4};
}

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #666666;
  text-decoration: underline;
}

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #0077C8;
  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: #666666;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #31639c;
  color: #31639c;
}
.blog-comments .hs-button:hover {
  background-color: #31639c;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #31639c;
}


.blog-post__sidebar {padding: 3.3rem 0;}
.blog-post__sidebar img {max-width:100%;}
.blog-post__sidebar .section-block {margin-bottom:30px;}
.section-block.fillit {
    background: #ffffff;
    color: #000 ;
    padding: 10px;
}
.section-block.fillit a, .section-block.fillit h3, .section-block.fillit .hs-form label {
  color: #000 ;
}

.section-block input.hs-button.primary.large {
    width: 100%;
}



/* ===== Blog Post overrides ===== */

.hero-section-overlay {
  background: none;
}
.blog-header {
  background-color: #F3F9EB;
}
.blog-header__inner {
  padding: 75px 0px !important;
}
.blog-header h1 {
  color: #10069F;
  text-align: left;
}
.blog-hero-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  padding: 0px 20px;
}
.blog-hero-col1,
.blog-hero-col2 {
  width: 50%;
}

.blog-hero-col1 img {
  box-shadow: 3px 3px 15px #1E1E1E40;
  border-radius: 8px;
}
.blog-post {
  padding: 75px 0px;
}
.blog-info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
.blog-info-flex .blog-post__timestamp,
.blog-info-flex .author-name,
.blog-info-flex .blog-post__tags {
  padding-left: 23px;
  padding-right: 23px;
  position: relative;
}
.blog-post__tag-link {
  font-size: 16px;
}
.blog-info-flex .blog-post__timestamp::before {
  content: "";
  position: absolute;
  background-image: url("https://6575841.fs1.hubspotusercontent-na1.net/hubfs/6575841/IC%20-%20Blog%20Post%20Template/Calendar%20Icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 14px;
  left: 0px;
  top: 5px;
}
.blog-info-flex .author-name::before {
  content: "";
  position: absolute;
  background-image: url("https://6575841.fs1.hubspotusercontent-na1.net/hubfs/6575841/IC%20-%20Blog%20Post%20Template/Author%20Icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 14px;
  left: 0px;
  top: 5px;
}
.blog-info-flex .blog-post__tags::before {
  content: "";
  position: absolute;
  background-image: url("https://6575841.fs1.hubspotusercontent-na1.net/hubfs/6575841/IC%20-%20Blog%20Post%20Template/Tag%20Icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 18px;
  left: 0px;
  top: 10px;
}
.blog-post .blog-post__body  h2 {margin-top: 0.6667em; margin-bottom: 0.5em }
.blog-post .blog-post__body  h2::after {
  content: " ";
  display: block;
  height: 0px;
  width: 122px;
  border: 3px solid #ff671f;
  border-radius: 6px;
  margin: 20px 0px;
}
.hs-blog-post .blog-post ul li {
  margin-bottom: 12px;
}
.author-section {
  background: #F3F9EB;
  padding: 50px 0px;
  text-align: center;
}
.author-section h2 {
  margin-bottom: 24px;
}
.author-section img {
  max-width: 170px;
  margin-bottom: 32px;
  border-radius: 8px;
  box-shadow: 3px 3px 15px #1E1E1E40;
}
.author-section h4 {
  margin-bottom: 8px;
}
@media(min-width: 768px) {
  .blog-hero-col2 {
    padding: 0px 32px;
  }
}
@media(max-width: 767px) {
  .blog-hero-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-hero-col1,
  .blog-hero-col2 {
    width: 100%;
  }
  .blog-hero-col1 img {
    margin-bottom: 32px;
  }
  .blog-hero-col2 h1 {
    margin-bottom: 0;
  }
  .blog-info-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
}
/* ===== End Blog Post overrides ===== */

/* ===== Blog Listing overrides ===== */
.hs-blog-listing .blog-header__inner {
  padding: 75px 0px;
}
.hs-blog-listing .blog-header__inner h1 {
  font-size: 58px;
  margin-bottom: 0px;
  text-align: left;
  padding: 0px 20px;
  position: relative;
}
.search-and-filter-section {
  background: #FFFFFF;
  width: 100%;
  padding: 0;
}
.search-and-filter-section .blog-filter-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  
}

.search-and-filter-section label {
  font-weight: 600;
}

.search-and-filter-section #hs_cos_wrapper_search_input .hs-search-field__input,
.search-and-filter-section #blog-topics {
  border: 2px solid #AEAEAE;
  border-radius: 29px;
  margin-right: 24px;
  padding: 13px 20px;
  min-height: 55px;
  appearance: none;
}
#blog-line {
	text-align: center;
	margin-top: 75px;
}
#blog-line::after {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	content: " ";
	display: block;
	height: 0px;
	width: 122px;
	border: 3px solid #FF671F;
	border-radius: 6px;
	margin: 20px 0px;
}
#topic__filter {
	position: relative;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: row;
	justify-content: center;
	margin-top: 38px;
  flex-wrap: wrap;
  gap: 20px;
}
#topic__filter a {
	border: 3px solid var(--unnamed-color-0077c8);
	border: 3px solid #0077C8;
	border-radius: 100px;
	opacity: 1;
	color: #0077C8 !important;
	padding: 6px 16px;
	font-weight: 600;
}
#topic__filter a:hover {
	text-decoration: none;
	border: 3px solid #0077C8;
	background: #0077C8;
	color: #fff !important;
}
#topic__filter .blog-active {
	border: 3px solid var(--unnamed-color-0077c8);
	border: 3px solid #0077C8;
	background: #0077C8;
	border-radius: 100px;
	opacity: 1;
	color: #fff !important;
	padding: 6px 16px;
	font-weight: 600;
}
.blog-listing-cards-section {
  padding: 54px 0px 0px 0px;
}
.blog-listing-cards-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
}
.blog-listing-cards-flex .card {
  border-radius: 12px;
  box-shadow: 0px 3px 6px #00000029;
  overflow: hidden;
  width: 32%;
}
.blog-listing-cards-flex .card-featured-image {
  height: 180px;
}
.blog-listing-cards-flex .card-featured-image img {
  border-radius: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-listing-cards-flex .card-content {
  padding: 24px;
}
.blog-listing-cards-flex .card-date {
  position: relative;
  padding-left: 22px;
}
.blog-listing-cards-flex .card-date::before {
  content: "";
  position: absolute;
  background-image: url("https://6575841.fs1.hubspotusercontent-na1.net/hubfs/6575841/IC%20-%20Blog%20Post%20Template/Calendar%20Icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 14px;
  left: 0px;
  top: 5px;
}
.blog-listing-cards-flex .card-date p {
  margin-bottom: 8px;
}
.blog-listing-cards-flex .blog-title h4 {
  margin-bottom: 24px;
}
.blog-meta-desc {
	margin-bottom: 24px;
}
.blog-listing-cards-flex .blog-tags {
  position: relative;
	/*   padding-left: 24px; */
  margin-bottom: 8px;
}

.blog-listing-cards-flex .card-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  color: #10069F;
  font-weight: 600;
}
.blog-listing-cards-flex .card-button a:hover,
.blog-listing-cards-flex .card-button a:focus {
  text-decoration: none;
  color: #0077C8;
}
.blog-listing-cards-flex .card-button a span {
  padding-right: 8px;
}
.blog-listing-cards-flex svg {
  fill: #10069F;
  transition: all .2s ease-in-out;
}
.blog-listing-cards-flex .card-button a:hover svg,
.blog-listing-cards-flex .card-button a:focus svg {
  fill: #0077C8;
  transform: translateX(4px);
}
@media(min-width: 768px) {
  .blog-listing-cards-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media(max-width: 767px) {
  .search-and-filter-section .blog-filter-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-and-filter-section #blog-topics {
    margin-right: 0px;
  }
  .search-and-filter-section label,
  .search-and-filter-section #blog-search {
    text-align: center;
  }
  .blog-listing-cards-flex .card {
    width: 100%;
  }
  .bottom-section-button {
    margin-bottom: 20px;
  }
	#topic__filter {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 24px;
	}
	#topic__filter a, #topic__filter .blog-active {
		width: 48%;
		font-size: 14px;
		padding: 6px 12px;
		text-align: center;
		margin: 8px 0;
	}
	#blog-line {
		padding: 0 20px;
	}
	#blog-line::after {
		margin: 20px 0px 0 0;
	}
}

.blog-info-flex .blog-post__tags::before {
  top: 8px;
}
.blog-post__tag-link {
  font-weight: 400 !important;
  color: #1e1e1e !important;
}
.search-and-filter-section #topic__filter select#blog-topics {
  width: 100%;
  background-color: #fff;
  margin-top: 12px;
}
#topic__filter select#blog-topics option:first-child {
  color: #aeaeae;
}
#topic__filter svg {
  width: 15px;
  position: absolute;
  top: 58%;
  right: 7%;
  pointer-events: none;
  fill: #aeaeae;
}
.search-and-filter-section .blog-filter-flex > div {
  width: 100%;
}
@media (max-width: 767px) {
  .search-and-filter-section .blog-filter-flex > div {
    width: 100%;
  }
	.bottom-section-button {
		text-align:center !important;
	}
}
.search-and-filter-section #blog-search #hs_cos_wrapper_search_input {
  margin-top: 12px;
}
/* ===== End Blog Listing overrides ===== */
.blog-post__timestamp { margin-bottom: 8px;}
.blog-post__timestamp:before {
    content: "";
    position: absolute;
    background-image: url(https://6575841.fs1.hubspotusercontent-na1.net/hubfs/6575841/IC%20-%20Blog%20Post%20Template/Calendar%20Icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    width: 14px;
    left: 0px;
    top: 5px;
}
.blog-post__body ul, .blog-post__body ol {padding-left: 0;}
.blog-post__body ul li, .blog-post__body ol li {list-style-position: inside;}

#disqus_thread,
#disqus_recommendations,
#disqus_recommendations iframe {
  display: none !important;
  height: 0 !important;
}
.hs-blog-post .pagination {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.hs-blog-post .pagination .previous,
.hs-blog-post .pagination .next {
  position: relative;
}
.hs-blog-post .pagination .previous {
  padding-left: 20px;
  /* padding-right: 20px; */
}
.hs-blog-post .pagination .previous::before {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f053";
  position: absolute;
  left: 0px;
}
.hs-blog-post .pagination .next::before {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f054";
  position: absolute;
  right: -20px;
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: ;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
.hs-search-results__title {
  font-family: Poppins, Open Sans, serif;
  text-decoration: none;
  margin-bottom: 0rem;
  font-weight: 600;
  color: #10069f;
  font-size: 1.45rem;
}
.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: #666666;
}

.hs-search-field__bar form {
    display: flex;
    margin-bottom: 24px;
    justify-content: center;
    max-width: 100%!Important;
}
/* 
.hero-section-wrap {
  background: url('https://6575841.fs1.hubspotusercontent-na1.net/hubfs/6575841/IC%20-%20Top%20Level/Why-Section-Image.jpg') no-repeat center center;
  background-size: cover;
}
*/
.hero-section-wrap h1,
.hero-section-wrap p {
  color: #10069f !important;
  margin-bottom: 0px !important;
}
.hero-section-wrap .dnd-section {
  padding-top: 80px !important;
}
.hero-section-overlay {
  background-color: rgba(243, 249, 235, 1) !important;
}
@media(max-width: 767px){
  .hs-search-field__bar form {flex-direction:column}
  .hs-search-field__bar button.hs-button {
    max-width: 100%!important;
    margin-left: 0px!important;
    margin-top: 10px;
}
.foot-logo {
  margin: auto;
}
}


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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.l-module {
  position: relative;
  margin-bottom: 1rem;
}
.l-module.l-module__button-row {
  display: flex;
  flex-direction: column;
}
.l-module.l-module__button-row .btn {
  display: inline-block;
  flex: 0 0 auto;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .l-module.l-module__button-row {
    flex-direction: row;
    justify-content: start;
  }
  .l-module.l-module__button-row .btn:first-child {
    margin-right: 1rem;
  }
}
.l-module.l-module__button-row.l-module__button-row--grow .btn {
  flex-grow: 1;
}

/* Headlines */
h1.h-line__left:after,
h2.h-line__left:after,
h3.h-line__left:after,
h4.h-line__left:after,
h5.h-line__left:after,
h6.h-line__left:after {
  content: " ";
  display: block;
  height: 0px;
  width: 122px;
  border: 3px solid #ff671f;
  border-radius: 6px;
  margin: 24px 0px;
}
h1.h-line__center:after,
h2.h-line__center:after,
h3.h-line__center:after,
h4.h-line__center:after,
h5.h-line__center:after,
h6.h-line__center:after {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  content: " ";
  display: block;
  height: 0px;
  width: 122px;
  border: 3px solid #ff671f;
  border-radius: 6px;
  margin: 24px 0px;
}
/* ===== Header decorations ===== */
.line-center {
  text-align: center;
}
.line-left {
  text-align: left;
}
.line-left.center {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 24px;
}
div.line-left {
  display: block;
}
div.line-left::after,
h1.line-left::after,
h2.line-left::after {
  content: " ";
  display: block;
  height: 0px;
  width: 122px;
  border: 3px solid #FF671F;
  border-radius: 6px;
  margin: 24px 0px;
}

div.line-left-music-makers {
  display: block;
}
div.line-left-music-makers::after,
h1.line-left-music-makers::after,
h2.line-left-music-makers::after {
  content: " ";
  display: inline-block;
  height: 0px;
  width: 122px;
  border: 3px solid #FF671F;
  border-radius: 6px;
  margin: 24px 0px;
}

h1.line-center::after,
h2.line-center::after {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  content: " ";
  display: block;
  height: 0px;
  width: 122px;
  border: 3px solid #FF671F;
  border-radius: 6px;
  margin: 24px 0px;
}

.mobile-word-break-helper {
	word-break: initial;
}

.mobile-center-helper {
	text-align: center;
}
.h-strike {
  text-decoration: line-through;
  color: #969696;
}