/* Theme base styles */

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

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

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 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;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.university_row5 .widget-type-rich_text ul {
  background: #042cb4;
  color: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.university_row5 .widget-type-rich_text ul li {
  width: 33.33%;
  text-align: center;
}
.university_row5 .widget-type-rich_text ul li h2 {
  color: inherit;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-size: 16px;
  font-family: oswald-medium,oswald,sans-serif;
  font-style: italic;
  line-height: normal;
  margin: 24px 0;
}
.university_row8 .widget-type-rich_text ul {
  background: rgba(0, 255, 60, 0.57);
  color: rgb(1, 2, 3);
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.university_row8 .widget-type-rich_text ul li {
  width: 100%;
  text-align: center;
}
.university_row8 .widget-type-rich_text ul li h2 {
  color: inherit;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 20px;
  font-family: oswald-medium,oswald,sans-serif;
  min-height: 46px;
  line-height: 2.2em;
  margin: 24px 0 29px;
}
.university-pg {
  margin-top: -1px;
}
.university_row1 .hm_bnr_mdl .page-center {
  max-width: 892px;
}
.university_row1 .hm_bnr_mdl .hm_bnr_mdl_top {
  padding: 177px 0px 15px;
}
.university_row1 .hm_bnr_mdl .hm_bnr_mdl_top h1 {
  font-size: 39px;
  line-height: 40px;
  margin-bottom: 19px;
}
.university_row1 .hm_bnr_mdl .hm_bnr_mdl_top p {
  padding: 0;
  font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  font-size: 15px;
  line-height: 19px;
  max-width: 300px;
}
.university_row1 .hm_bnr_mdl .hm_bnr_mdl_btn a.cd_mdl_btn_txt {
  width: 143px;
  height: 40px;
  display: inline-flex;
  margin-bottom: 21px;
}
.university_row1 .hm_bnr_mdl .hm_bnr_mdl_btn a.cd_mdl_btn_txt.green {
  padding-top: 1px;
}
.university_row1 .hm_bnr_mdl .hm_bnr_mdl_btn a.cd_mdl_btn_txt:not(:last-child) {
  margin-right: 12px;
}
.university_row1 .hm_bnr_mdl .hm_bnr_rv_val svg {
  display: none;
}
.university_row1 .hm_bnr_mdl .hm_bnr_rv {
  padding-bottom: 51px;
  flex-wrap: wrap;
  padding-left: 2px;
}
.university_row1 .hm_bnr_mdl .hm_bnr_rv_val {
  width: 100%;
  height: auto;
}
.university_row1 .hm_bnr_mdl .hm_bnr_rv_val p {
  position: static;
  color: #fff;
  display: block;
  font-family: oswald-medium,oswald,sans-serif;
  font-size: 39px;
  line-height: 40px;
  margin-bottom: 8px;
}
.university_row1 .hm_bnr_mdl .hm_bnr_rv_txt {
  color: #A9A9A9;
  padding-left: 0; 
  line-height: 1;
  margin-left: -5px;
}
.hm_bnr_rv_str_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.hm_bnr_rv_str {
  width: 19px;
  height: 19px;
  margin-bottom: 8px;
  margin-right: 6px;
}
.hm_bnr_rv_str svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.university_row2 .widget-type-header h2 {
  font-style: italic;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 12px;
}
.university_row2 .row-fluid .span6 {
  margin-left: 16px;
  width: calc(50% - 10px);
}
.university_row2 .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.university_row2 .iframe_wrapper {
  height: 270px;
  padding: 0;
}
.university_row2 .embed_container {
  display: block;
}
.university_row4 .widget-type-linked_image img {
  vertical-align: middle;
  width: 119px;
}
.university_row4 .widget-type-rich_text {
  max-width: 409px;
}
.university_row4 .widget-type-rich_text h1 {
  font-size: 45px;
  line-height: 46px;
  font-style: italic;
  font-family: oswald-medium,oswald,sans-serif;
  margin: 0;
}
.university_row4 .row-fluid .span6 {
  width: 50%;
  margin-left: 0;
}
.university_row4 .cstm_btn-wrap {
  padding-left: 8px;
}
.university_row4 .cstm_btn-wrap a.hs-button.trns {
  width: 166px;
  margin-left: -10px;
  margin-bottom: 66px;
}
.university_row13 .dnd-section .span6,
.university_row7 .dnd-section .span6,
.university_row10 .dnd-section .span6 {
  width: 50%;
  margin-left: 0;
}
.university_row13 .widget-type-linked_image img {
  vertical-align: middle;
  width: 100%;
  height: 465px !important;
  object-fit: cover;
}
.university_row13 .widget-type-rich_text {
  max-width: 308px;
  margin: 125px auto 22px;
}
.university_row13 .widget-type-rich_text h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1;
  font-style: italic;
  min-height: 51px;
}
.university_row13 .cstm_btn-wrap a.hs-button {
  width: 146px;
  margin-bottom: 10px;
}
.university_row13 .cstm_btn-wrap .cstm_btn {
  max-width: 308px;
  margin: 0 auto;
  text-align: left;
}
.university-pg img {
  vertical-align: middle;
}
.university_row12 .dnd-section .span4 {
  width: 33.333%;
  margin-left: 0;
}
.university_row12 .widget-type-linked_image img {
  vertical-align: middle;
  width: 100%;
  height: 428px !important;
  object-fit: cover;
}
.university_row12 .widget-type-header {
  background: rgb(4, 44, 180);
  color: #fff;
  text-align: center;
  padding: 31px 0;
}
.university_row12 .widget-type-header * {
  color: inherit;
}
.university_row12 .widget-type-header h3 {
  margin: 0;
  font-size: 35px;
  line-height: normal;
  min-height: 53px;
}
.university_row7 .widget-type-linked_image img {
  vertical-align: middle;
  width: 100%;
  height: 604px !important;
  object-fit: cover;
}
.university_row7 .widget-type-rich_text {
  max-width: 428px;
  margin: 158px auto 0;
}
.university_row7 .widget-type-rich_text p {
  margin: 10px 0 17px;
  max-width: 381px;
  letter-spacing: 0.03em;
}
.university_row7 .cstm_btn-wrap .cstm_btn {
  max-width: 428px;
  margin: 0 auto;
  text-align: left;
}
.university_row7 .cstm_btn-wrap a.hs-button {
  margin-bottom: 10px;
  width: 143px;
}
.university_row7 .widget-type-rich_text h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  font-style: italic;
  min-height: 44px;
}
.university_row6 .cstm_btn-wrap a.hs-button {
  margin-bottom: 67px;
  width: 130px;
}
.university_row6 .dnd-section .span7 {
  width: 60%;
  margin-left: 0;
}
.university_row6 .dnd-section .span5 {
  width: 40%;
  margin-left: 0;
  padding-right: 69px;
}
.university_row6 .widget-type-rich_text {
  max-width: 324px;
  margin-left: auto;
  margin-right: auto;
}
.university_row6 .widget-type-rich_text h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  font-style: italic;
  min-height: 44px;
}
.university_row6 .widget-type-linked_image img {
  vertical-align: middle;
  width: 652px;
  max-width: 100%;
  height: 364px !important;
  object-fit: cover;
}
.university_row6 .widget-type-rich_text p {
  margin-top: 14px;
  font-weight: bold;
  line-height: 23px;
}
.university_row9 .dnd-section .span4 {
  width: 33.333%;
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 64px;
  text-align: center;
}
.university_row9 .widget-type-rich_text {
  max-width: 313px;
  margin: 0 auto 32px;
}
.university_row9 .widget-type-rich_text h2 {
  margin: 0 0 13px;
  font-size: 20px;
  line-height: 1;
  font-style: italic;
  min-height: 22px;
}
.university_row9 .widget-type-rich_text p {
  max-width: 208px;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0 auto;
}
.university_row9 .widget-type-rich_text p span {
  font-size: 15px;
  line-height: 1.1;
}
.university_row10 .widget-type-rich_text {
  max-width: 428px;
  margin: 77px auto 32px;
}
.university_row10 .widget-type-rich_text h2 {
  margin: 0 0 10px;
  font-size: 40px;
  line-height: 1;
  font-style: italic;
  min-height: 44px;
}
.university_row10 .widget-type-rich_text p {
  max-width: 253px;
  font-size: 18px;
  line-height: normal;
  margin: 0;
  letter-spacing: 0.03em;
}
.university_row10 .widget-type-rich_text p span {
  font-size: 15px;
}
.university_row10 .cstm_btn-wrap .cstm_btn {
  max-width: 428px;
  margin: 0 auto;
  text-align: left;
}
.university_row10 .cstm_btn-wrap a.hs-button {
  margin-bottom: 10px;
  width: 130px;
}
.university_row10 .embed_container {
  padding-right: 25px;
  padding-left: 10px;
  display: block;
}
.university_row10 .iframe_wrapper {
  height: 243px;
  padding: 0;
  width: 443px;
  max-width: 100%;
  margin: 64px auto 65px;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
}
.service_grp1 .bnr_mdl .bnr_mdl_btn {
  padding-top: 424px;
  padding-left: 221px;
  padding-bottom: 104px;
}
.srvcblck .dnd-section {
  background: #000;
  padding: 0;
}
.srvcblck .widget-type-linked_image {
  text-align: center;
  margin-top: 9px;
  margin-bottom: 9px;
}
.service_grp4 .hsiwc-wrapper .hsiwc-imgs {
  padding-bottom: 0;
}
.service_grp4 .hsiwc-wrapper .hsiwc-btmBtn {
  position: relative;
  margin-top: -9px;
}
.service_grp6 .hsiwc-wrapper .hsiwc-imgs {
  padding-top: 23px;
  padding-bottom: 6px;
}
.service_grp6 .hsiwc-wrapper .hsiwc-imgs > img {
  width: 869px;
}
.service_grp6 .hsiwc-wrapper {
  padding-bottom: 34px;
}
.service_grp8 .hsiwc-wrapper .hsiwc-imgs {
  padding-top: 26px;
  padding-bottom: 21px;
}
.service_grp8 .hsiwc-wrapper .hsiwc-imgs > img {
  width: 876px;
}
.service_grp8 .hsiwc-wrapper {
  padding-bottom: 31px;
}
.service_grp8 .hsiwc-wrapper .hsiwcbtn-items>.hs-button {
  width: 188px;
}
.service_grp10 .hsiwc-wrapper {
  padding-bottom: 25px;
}
.service_grp10 .hsiwc-wrapper .hsiwc-imgs {
  padding-top: 26px;
  padding-bottom: 0;
  margin-bottom: -26px;
}
.service_grp10 .hsiwc-wrapper .hsiwc-imgs > img {
  width: 880px;
}
.service_grp12 .hsiwc-wrapper .hsiwc-imgs > img {
  width: 864px;
}
.service_grp12 .hsiwc-wrapper {
  padding-bottom: 22px;
}
.service_grp12 .hsiwc-wrapper .hsiwc-imgs {
  padding-top: 0;
  padding-bottom: 38px;
}
div[class*="force-full-width-section"] {
  padding-left: 0;
  padding-right: 0;
}
.nextsteps_row2 .widget-type-section_header {
  text-align: center;
}
.nextsteps_row2 .widget-type-section_header h2 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 8px 20px;
  color: #221133;
  letter-spacing: 0em;
  font-family: wfont_ebdaf1_315f88eeb5b843eea156a4498570a494,wf_315f88eeb5b843eea156a4498,orig_aktiv_grotesk_xbold;
  font-size: 40px;
  line-height: normal;
}
.nextsteps_row2 .widget-type-section_header p {
  max-width: 339px;
  width: 100%;
  margin: 0 auto;
  font-family: helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: normal;
  padding: 0 0 11px 19px;
}
.nextsteps_row2 .widget-type-rich_text {
  max-width: 689px;
  width: 100%;
  margin: 0 auto;
}
.nextsteps_row2 .widget-type-rich_text p {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
}
.nextsteps_row2 .widget-type-rich_text ul ul {
  margin-left: 0.5em;
  font-size: 16px;
  line-height: 1;
}
.nextsteps_row3 .widget-type-header h2 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 48px 0;
  color: #221133;
  letter-spacing: 0em;
  font-family: wfont_ebdaf1_315f88eeb5b843eea156a4498570a494,wf_315f88eeb5b843eea156a4498,orig_aktiv_grotesk_xbold;
  font-size: 40px;
  line-height: normal;
  text-align: center;
}
.nextsteps_row3 .widget-type-rich_text p {
  font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
}
.nextsteps_row3 .widget-type-rich_text {
  max-width: 689px;
  margin: 0 auto;
}
.nextsteps_row3 .hs-button {
  font: normal normal normal 19px/1.4em helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
  transition: all 0.4s ease 0s;
  position: relative;
  white-space: nowrap;
  color: rgb(24, 24, 24);
  border: 3px solid #000;
  height: auto;
  width: auto;
  background-color: transparent;
  padding: 4px 14.5px;
  margin: 53px 0 66px;
}
.nextsteps_row3 .hs-button:hover {
  color: rgb(24, 24, 24);
  border: 3px solid #fff;
  background-color: #fff;
}
.nextsteps_row4 .widget-type-rich_text {
  max-width: 689px;
  width: 100%;
  margin: 0 auto;
}
.nextsteps_row4 .widget-type-rich_text p {
  font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  font-size: 16px;
}
.frisco2_row1 .dnd-section {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.frisco2_row1 .hs-menu-wrapper > ul {
  display: flex !important;
  padding: 15.5px 0 15.5px 4px;
  flex-wrap: initial !important;
  flex-direction: initial !important;
  justify-content: space-between;
}
.frisco2_row1 .hs-menu-wrapper > ul li a {
  font-family: wfont_34b761_d5b7f56668cc412b844602bf7ab157ad,wf_d5b7f56668cc412b844602bf7,orig_league_gothic;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  text-decoration: underline;
}
.frisco2_row3 .faq_mdl {
  overflow: hidden;
}
.frisco2_row3 .faq_mdl .faq_mdl_top h1 {
  font-family: wfont_34b761_f268d71303ab4174a6509a4bcfc991f3,wf_f268d71303ab4174a6509a4bc,orig_aktiv_grotesk_xbold;
  background-color: #242323;
  padding: 26px 14px 15.5px 0;
  font-size: 30px;
}
.frisco2_row3 .faq_mdl .faq_mdl_inr_cnt {
  max-width: 872px;
  margin: 20px auto 18px;
  position: relative;
  left: 6px;
  padding-top: 8px;
}
.frisco2_row3 .faq_mdl .faq_mdl_item {
  padding-bottom: 36px !important;
}
.frisco2_row3 .faq_mdl .faq_mdl_ans {
  font-size: 18px;
  font-family: wfont_34b761_7d4fe113c8094321a917733fbb01c2de,wf_7d4fe113c8094321a917733fb,orig_aktiv_grotesk;
  line-height: 1.6;
  letter-spacing: normal;
}
.frisco2_row3 .faq_mdl .faq_mdl_qs {
  font-size: 20px;
  font-weight: bold;
  color: #36479D;
  font-family: wfont_34b761_f268d71303ab4174a6509a4bcfc991f3,wf_f268d71303ab4174a6509a4bc,orig_aktiv_grotesk_xbold;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 3px;
}
.frisco2_row3 .faq_mdl .faq_mdl_item:last-child {
  padding-bottom: 0 !important;
}
.frisco2_row3 .faq_mdl .faq_mdl_item.faq3 {
  padding-bottom: 32px !important;
}






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

  .hsiwc-wrapper .hsiwcbtn_1 {
    left: 35% !important;
  }
  .hsiwc-wrapper .hsiwcbtn_2 {
    left: calc(35% + 230px) !important;
  }


}

@media (max-width: 767px) and (min-width: 470px) {
  .service_grp1 .bnr_mdl .bnr_mdl_btn a.cd_mdl_btn_txt {
    top: 20px;
    position: relative;
  }
  .hsiwc-wrapper .hsiwc_back_btn {
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .university_row5 {
    display: none;
  }
  .university_row5 .widget-type-rich_text ul li {
    width: 100%;
    padding: 0 20px;
  }
  .university-pg {
    margin-top: 2px;
  }
  .service-pg {
    padding-top: 1px;
  }
  .university-pg .dnd-section .row-fluid .span7,
  .university-pg .dnd-section .row-fluid .span6,
  .university-pg .dnd-section .row-fluid .span5,
  .university-pg .dnd-section .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
  }
  .university_row1 .hm_bnr_mdl .hm_bnr_inr {
    padding: 0 20px;
  }
  .university_row1 .hm_bnr_mdl .hm_bnr_mdl_top {
    padding: 58px 0px 11px;
  }
  .university_row1 .hm_bnr_mdl .hm_bnr_mdl_top h1 {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 12px;
  }
  .university_row1 .hm_bnr_mdl .hm_bnr_mdl_top p {
    max-width: 168px;
    font-size: 10px;
    line-height: 13px;
  }
  .university_row1 .hm_bnr_mdl .hm_bnr_mdl_btn a.cd_mdl_btn_txt {
    width: 134px;
    text-align: center;
    margin-bottom: 9px;
    padding: 0;
  }
  .university_row1 .hm_bnr_mdl a.cd_mdl_btn_txt.trns {
    font: italic normal normal 15px/1.4em oswald-medium,oswald,sans-serif;
  }
  .university_row1 .hm_bnr_mdl .hm_bnr_rv {
    margin-left: 0;
    padding-bottom: 9px;
  }
  .university_row1 .hm_bnr_mdl .hm_bnr_rv_val p {
    font-size: 23px;
    line-height: 1;
    padding: 0;
    padding-top: 1px;
    margin-bottom: 6px;
  }
  .hm_bnr_rv_str {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .university_row1 .hm_bnr_mdl .hm_bnr_rv_txt {
    font-size: 14px;
    margin-left: 0;
  }
  .university_row2 .widget-type-header h2 {
    font-size: 21px;
    line-height: 1;
    min-height: 24px;
    margin-bottom: 5px;
  }
  .university_row4 .widget-type-rich_text {
    max-width: 196px;
    margin: 0 auto;
  }
  .university_row4 .widget-type-rich_text h1 {
    font-size: 25px;
    line-height: 26px;
  }
  .university_row4 .widget-type-linked_image img {
    width: 80px;
  }
  .university_row4 .cstm_btn-wrap a.hs-button {
    width: 140px;
    margin-bottom: 11px;
    height: 42px;
  }
  .university_row4 .cstm_btn-wrap a.hs-button.trns {
    width: 140px;
    margin-left: 0;
    margin-bottom: 29px;
  }
  .university_row4 .cstm_btn-wrap {
    padding-top: 2px;
    padding-left: 0;
  }
  .university_row6 .widget-type-linked_image img {
    width: 100%;
    height: auto !important;
  }
  .university_row6 .widget-type-rich_text {
    max-width: 228px;
  }
  .university_row6 .widget-type-rich_text h2 {
    font-size: 24px;
    line-height: 1em;
    min-height: 27px;
    max-width: 204px;
    margin: 0 auto;
  }
  .university_row6 .widget-type-rich_text p span {
    font-size: 12px;
  }
  .university_row6 .widget-type-rich_text p {
    line-height: 1.2;
    margin-top: 10px;
  }
  .university_row6 .cstm_btn-wrap a.hs-button {
    width: 160px;
    height: 42px;
    margin-bottom: 27px;
  }
  .university_row7 .widget-type-rich_text {
    max-width: 100%;
    margin: 20px auto 0;
    padding: 0 20px;
  }
  .university_row7 .widget-type-rich_text p {
    margin-bottom: 13px;
    margin-top: 10px;
    font-size: 12px;
    max-width: 100%;
    padding: 0 8px;
  }
  .university_row7 .widget-type-rich_text h2 {
    font-size: 30px;
    line-height: 1em;
    min-height: 33px;
  }
  .university_row7 .cstm_btn-wrap a.hs-button {
    width: 140px;
    height: 42px;
    margin-bottom: 20px;
  }
  .university_row7 .cstm_btn-wrap .cstm_btn {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .university_row7 .widget-type-linked_image img {
    height: auto !important;
  }
  .university_row8 .widget-type-rich_text ul li h2 {
    margin: 25px 0 26px;
    font-size: 16px;
    line-height: 36px;
  }
  .university_row8 .widget-type-rich_text ul li {
    padding: 0 20px;
  }
  .university_row9 .dnd-section .span4 {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .university_row9 .widget-type-rich_text {
    max-width: 100%;
    margin: 0 auto 10px;
    padding: 0 10px;
  }
  .university_row9 .widget-type-rich_text p span {
    line-height: 19px;
  }
  .university_row9 .widget-type-rich_text p {
    max-width: 100% !important;
  }
  .university_row9 .widget-type-rich_text h2 {
    margin: 0 0 10px !important;
  }
  .university_row9 .widget-type-linked_image {
    padding: 0 65px;
  }
  .university_row9 .widget-type-rich_text p span {
    font-size: 15px !important;
  }
  .university_row10 .widget-type-rich_text h2 {
    font-size: 30px;
    line-height: 1em;
    min-height: 33px;
  }
  .university_row10 .widget-type-rich_text {
    max-width: 100%;
    margin: 20px auto;
  }
  .university_row10 .widget-type-rich_text p {
    max-width: 100%;
    font-size: 17px;
  }
  .university_row10 .widget-type-rich_text p span {
    font-size: 14px;
  }
  .university_row10 .cstm_btn-wrap a.hs-button {
    width: 160px;
    height: 42px;
    margin-bottom: 20px;
  }
  .university_row10 .embed_container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .university_row12 .widget-type-linked_image img,
  .university_row13 .widget-type-linked_image img {
    height: auto !important;
  }
  .university_row13 .widget-type-rich_text {
    max-width: 100%;
    margin-top: 23px;
    margin-bottom: 13px;
  }
  .university_row13 .cstm_btn-wrap a.hs-button {
    width: 150px;
    height: 42px;
    margin-bottom: 36px;
  }
  .university_row13 .cstm_btn-wrap .cstm_btn {
    max-width: 100%;
  }
  .university_row13 .widget-type-rich_text h2 {
    font-size: 32px;
    line-height: 1em;
    min-height: 35px;
  }
  .service_grp1 .bnr_mdl .bnr_mdl_btn {
    padding-top: 118px;
    padding-left: 46px;
    padding-bottom: 25px;
  }
  .service_grp1 .bnr_mdl .bnr_mdl_btn a.cd_mdl_btn_txt {
    display: inline-flex;
    margin: 0;
    width: 74px;
    height: 21px;
    font-size: 11px;
  }
  .srvcblck .widget-type-linked_image {
    margin: 0;
    padding: 20px;
  }
  .service_grp4 .hsiwc-wrapper .hsiwc-imgs {
    padding-bottom: 5px;
  }
  .service_grp4 .hsiwc-wrapper .hsiwc-btmBtn {
    margin-top: 0;
    padding-left: 0;
  }
  .service_grp6 .hsiwc-wrapper .hsiwc-imgs {
    padding-top: 28px;
    padding-bottom: 51px;
  }
  .service_grp6 .hsiwc-wrapper {
    padding-bottom: 21px;
  }
  .service_grp6 .hsiwc-wrapper .hsiwc_back_btn .hs-button {
    font: italic normal normal 10px/1.4em oswald-medium,oswald,sans-serif;
  }
  .service_grp6 .hsiwc-wrapper .hsiwcbtn-items > .hs-button {
    font: italic normal normal 4.307692307692308px/1.4em oswald-medium,oswald,sans-serif;
  }
  .service_grp6 .hsiwc-wrapper .hsiwcbtn-items.hsiwcbtn_2 > .hs-button,
  .service_grp8 .hsiwc-wrapper .hsiwcbtn-items > .hs-button {
    font: italic normal normal 9.692307692307692px/1.4em oswald-medium,oswald,sans-serif;
    width: 131px;
    height: 21px;
  }
  .service_grp8 .hsiwc-wrapper .hsiwc-imgs {
    padding-top: 20px;
    padding-bottom: 41px;
  }
  .service_grp8 .hsiwc-wrapper {
    padding-bottom: 17px;
  }
  .service_grp10 .hsiwc-wrapper .hsiwc-imgs {
    padding-top: 20px;
    padding-bottom: 21px;
    margin-bottom: 0;
  }
  .service_grp10 .hsiwc-wrapper {
    padding-bottom: 7px;
  }
  .service_grp10 .hsiwc-wrapper .hsiwc_back_btn .hs-button,
  .service_grp12 .hsiwc-wrapper .hsiwc_back_btn .hs-button {
    font: italic normal normal 10px/1.4em oswald-medium,oswald,sans-serif;
  }
  .service_grp12 .hsiwc-wrapper .hsiwc-imgs {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .service_grp12 .hsiwc-wrapper .hsiwc_back_btn {
    margin: 0;
    text-align: center;
  }
  .nextsteps_row2 .widget-type-section_header h2 {
    max-width: calc(100% - 40px);
    padding: 22px 0 12px;
    font-size: 23px;
  }
  .nextsteps_row2 .widget-type-section_header p {
    max-width: calc(100% - 40px);
    font-size: 16px;
    padding: 0 0 8px;
    line-height: 1.5;
  }
  .nextsteps_row2 .widget-type-rich_text {
    max-width: calc(100% - 64px);
  }
  .nextsteps_row2 .widget-type-rich_text p,
  .nextsteps_row2 .widget-type-rich_text ul,
  .nextsteps_row2 .widget-type-rich_text ul ul,
  .nextsteps_row3 .widget-type-rich_text p,
  .nextsteps_row3 .widget-type-rich_text ul {
    font-size: 14px;
  }
  .nextsteps_row3 .widget-type-header h2 {
    max-width: calc(100% - 20px);
    padding: 12px 0 13px 0;
    font-size: 28px;
  }
  .nextsteps_row3 .widget-type-rich_text {
    max-width: calc(100% - 52px);
  }
  .nextsteps_row3 .widget-type-rich_text ul {
    line-height: 1.1;
  }
  .nextsteps_row3 .hs-button {
    font-size: 16px;
    padding: 6px 12.6px;
    margin: 38px 0 29px;
  }
  .nextsteps_row4 .widget-type-rich_text {
    max-width: calc(100% - 40px);
  }
  .nextsteps_row4 .widget-type-rich_text p {
    font-size: 13px;
  }
  .frisco2_row1 .hs-menu-wrapper > ul {
    display: block !important;
    text-align: center;
    padding: 19px 0 10px;
  }
  .frisco2_row1 .hs-menu-wrapper > ul li {
    margin-bottom: 10px;
  }
  .frisco2_row1 .hs-menu-wrapper > ul li:first-child {
    margin-bottom: 8px;
  }
  .frisco2_row1 .hs-menu-wrapper > ul li a {
    font-size: 20px;
  }
  .frisco2_row1 .hs-menu-wrapper > ul li:nth-child(6) a {
    font-size: 21px;
  }
  .frisco2_row1 .hs-menu-wrapper > ul li:nth-child(7) a {
    font-size: 19px;
  }
  .frisco2_row3 .faq_mdl .faq_mdl_top h1 {
    padding: 15px 0 8px;
    font-size: 20px;
    line-height: 1.6;
  }
  .frisco2_row3 .faq_mdl .faq_mdl_inr_cnt {
    left: 0;
    margin: 16px auto 8px;
  }
  .frisco2_row3 .faq_mdl .faq_mdl_item {
    padding-bottom: 25px !important;
  }
  .frisco2_row3 .faq_mdl .faq_mdl_qs {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .frisco2_row3 .faq_mdl .faq_mdl_ans {
    font-size: 14px;
    line-height: 1.62;
  }
}

@media (max-width: 479px) {
  .university_row2 .iframe_wrapper {
    height: 158px;
  }
  .university_row10 .iframe_wrapper {
    height: 158px;
    width: 100%;
    margin: 20px 0;
  }


}



.nopd .dnd-section, 
.nopd .content-wrapper--vertical-spacing,
.nopd1 .dnd-section, 
.nopd1 .content-wrapper--vertical-spacing{
  padding: 0;
}
.nopd .dnd-section>.row-fluid{
  max-width:100%
}
.pp_row1 .dnd-section>.row-fluid {
  max-width: 864px;
  margin-top: 25px;
}
.pp_row1 p {
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
  letter-spacing: 0.03em;
  font-size: 15px;
  line-height: 20.5px;
  margin: 0;
  color: #000;
}
.pp_row1 ol {
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
}
.pp_row1 ul {
  margin: 0;
  color: rgb(0, 0, 0);
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
  font-size: 15px;
  letter-spacing: 0.03em;
  padding-left: 1.3em;
  margin-left: 0.5em;
  line-height: normal;
}
.pp_row1 {
  padding: 0 20px 20px;
}
.pp_row1 a {
  color: inherit !important;
}
.tos_row1 .dnd-section>.row-fluid {
  max-width: 736px;
  margin-top: 71px;
}
.tos_row1 h2 {
  line-height: normal;
  letter-spacing: normal;
  font: normal normal normal 20px/1.25em lulo-clean-w01-one-bold,sans-serif;
  color: rgb(24, 24, 24);
  line-height: normal;
  margin: 0;
}
.tos_row1 {
  font: normal normal normal 16px/1.55em georgia,palatino,'book antiqua','palatino linotype',serif;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1.5;
}
.tos_row1 p {
  margin: 0;
}
.tos_row1 h6 {
  font: normal normal normal 20px/1.25em lulo-clean-w01-one-bold,sans-serif;
  color: #181818;
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
}
.tos_row1 ul, .tos_row1 ol {
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 0;
  margin-bottom: 0;
}
.tos_row1 p a {
  color: inherit;
}
.tos_row1 {
  min-height: 7675px;
  padding-left: 20px;
  padding-right: 20px;
} 

.cd_row2 p { 
  margin: 0;
}
ul {
  margin-left: 0.5em;
  padding-left: 1.3em;
  line-height: normal; 
  letter-spacing: normal;
  margin-bottom: 0;
}
p {
  margin-bottom: 0;
}


.cd_row2 h3 {
  font-weight: bold;
  font-style: italic;
  font-family: oswald-medium,oswald,sans-serif;
  font-size: 28px;
  color: #0066FF;
  margin: 0;
  line-height: 1.4em;
}

.cd_row2 ul {
  line-height: 1.5;
}
.cd_row2 {
  font-size: 18px;
  line-height: 1.5;
  font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  padding-bottom: 27px;
  padding-top: 19px;
}
a.hs-button  {
  background: #00ff3c;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font: italic normal normal 22px/1.4em oswald-medium,oswald,sans-serif;
  cursor: pointer;
  margin: 39px 0; 
  transition: all 0.4s ease; 
} 
a.hs-button:hover { 
  background: rgb(0, 0, 0);
  color: rgb(253, 247, 51);
}
.gb  .span6 {
  width: 50%;
  margin-left: 0;
}




.btn_ttl {
  font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  line-height: normal;
  letter-spacing: normal;
  line-height: 1.5;
  font-size: 18px;
  color: rgb(24, 24, 24); 
}

.cd_pg .cd_row4 h3 { 
  line-height: 1.4em;
  margin-bottom: 0;
}
.cd_pg .cd_row4 .widget-type-rich_text p, 
.cd_pg .cd_row2 .widget-type-rich_text p {
  line-height: 1.4em;
}
.cd_row4 h3 {
  font-weight: bold;
  font-style: italic;
  font-family: oswald-medium,oswald,sans-serif;
  font-size: 28px;
  color: #FFFFFF; 
  margin-bottom: 2px;
}
.hstcc-wrapper {
  color: #181818;
}
.cd_row4 {
  font-size: 18px;
  line-height: 1.45;
  font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  color: #fff;
}
.tos_row1 {
  color: #181818;
}
.cd_row4 .dnd-section {
  padding-top: 10px; 
  padding-bottom: 39px; 
}

.cd_row4 .widget-type-rich_text p a {
  color: inherit !important;
}
body.pop_open {
  overflow: hidden;
}
.cd_row4 ul {
  line-height: 1.5;
}
.university_row10 .widget-type-rich_text h2,
.university_row10 .widget-type-rich_text p,
.university_row7 .widget-type-rich_text h2,
.university_row7 .widget-type-rich_text p,
.university_row6 .widget-type-rich_text h2,
.university_row6 .widget-type-rich_text p{
  color: #010203;
}
.btn_ttl, 
.cd_row6,
.cd_row4 .dnd-section,
.cd_row2{
  padding-left: 20px;
  padding-right: 20px;
}
/* Popup */

.gb_pop_wrap {
  display: none;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
  z-index: 999; 
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
}
.pop_open .gb_pop_wrap { 
  display: flex;
  visibility: visible;
  opacity: 1;  
  pointer-events: inherit; 
}
.gb_pop_inr {
  max-width: 941px;
  margin: 0 auto;  
}
.gb_pop_close {
  text-align: right;
}

.gb_pop_close svg {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.bnr_form .hs-error-msg {
  display: none;
} 
.pop_open .gb_pop_wrap.cd_pop {
  display: block;
  padding: 0; 
}
.gb_pop_close svg {
  fill: #fff;
}

.gb_pop_close {
  text-align: right;
  padding-top: 20px;
  color: #fff;
  max-width: 752px;
  margin-bottom: 28px;
}

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

.gb_pop_close svg {
  fill: #fff;
}

.cd_pop_ttl {
  color: rgb(251, 251, 251);
  font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  font-size: 20px;
  padding-top: 25px;
  margin-bottom: 28px;
}

.gb_pop_box.cd_box {
  padding-right: 36px;
}
.cd_pop_btn a {
  background: #00ff3c;
  width: 319px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font: italic normal normal 22px/1.4em oswald-medium,oswald,sans-serif;
  cursor: pointer;
  margin: 0 auto;
  transition: all .4s ease;
  font-size: 20px;
  margin-bottom: 13px;
}
.cd_pop_btn a:hover {
  background: rgb(0, 0, 0);
  color: rgb(253, 247, 51); 
} 

.gb_pop_box_wrap.two_col .cd_pop_ttl {
  font-size: 16px;
  padding-top: 40px;
  margin-bottom: 15px;
}

.gb_pop_box_wrap.two_col .gb_pop_box.cd_box {
  padding-right: 20px;
}

.gb_pop_box_wrap.two_col .cd_pop_cnt {
  display: flex;
  flex-wrap: wrap;
  max-width: 362px;
  margin: 0 auto;
  justify-content: space-between;
}

.gb_pop_box_wrap.two_col .cd_pop_btn a {
  width: 175px;
  height: 40px;
  font-size: 15px;
  margin-bottom: 15px;
}

.page-center {
  margin: 0 auto;
}
.nopd.centers_row1 {
  background: rgb(251, 251, 251);
}
.centers_row1 .lc_mdl .lc_mdl_inr iframe {
  outline: 0;
  border: 0;
  height: 490px;
  margin: 0 -8px -21px;
  width: calc(100% + 22px);
}
.nopd1.ig_row1 .dnd-section>.row-fluid {
  max-width: 553px;
  margin: 0 auto;
  color: rgb(251, 251, 251);
  padding-left: 10px;
}


.ig_row1 .widget-type-rich_text {
  margin: 55px 0 31px;
}

.ig_row1 .widget-type-rich_text h1 {
  color: rgb(251, 251, 251);
  font-family: oswald-medium,oswald,sans-serif;
  font-style: italic;
  font-size: 47px;
  margin: 0;
}

.ig_row1 .widget-type-rich_text h3 {
  font-family: oswald-medium, oswald, sans-serif;
  font-style: italic;
  font-size: 28px;
  color: #00FF3C;
  line-height: 1;
  padding-top: 13px;
  padding-left: 10px;
  padding-bottom: 7px;
}
.ig_row1 .widget-type-linked_image {
  margin-right: 20px;
}
.nopd1.ig_row1 .dnd-section {
  padding: 0 20px 0 10px;
}
.ig_row1 .widget-type-linked_image img {
  display: block;
}

.ig_row1 a.hs-button {
  width: 146px;
  height: 47px;
  font-size: 15px;
  margin-right: 20px;
  margin-top: 37px;
  margin-bottom: 42px;
}
.up_pg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.up_pg .widget-type-header h1 {
  margin-top: 21px;
  font-size: 44px;
  font-family: oswald-medium,oswald,sans-serif;
  font-style: italic;
  line-height: normal;
  margin-left: -8px;
  border-bottom: 3px solid rgb(0, 255, 60);
  height: 65px;
  margin-bottom: 0;
}

.up_pg .dnd-section>.row-fluid {
  max-width: 852px;
}

.up_pg .widget-type-header h1 {}

.up_pg .widget-type-rich_text {
  margin-top: 48px;
  padding-bottom: 15px;
}

.up_pg {
  font-size: 16px;
  line-height: 19px;
}

.up_pg p {font-weight: normal;}


.up_row2 .widget-type-header h1 {
  color: #00FF3C;
  margin-top: 34px;
  margin-left: -4px;
  height: auto;
  padding-bottom: 1px;
  padding-left: 4px;
}

.up_row2 .widget-type-rich_text {margin-top: 39px;font-weight: normal;margin-left: -4px;}

.up_row2 .widget-type-rich_text p {
  font-weight: normal;
  line-height: 1.5;
}

.up_row2 .widget-type-rich_text ul {
  line-height: normal;
}

.up_row2 .widget-type-rich_text p a {
  color: inherit !important;
}

.up_row2 .widget-type-rich_text h2 {
  text-align: right;
  margin-top: 48px;
  letter-spacing: 0.03em;
  color: #00FF3C;
  text-decoration: underline;
  font-size: 20px;
  font-family: oswald-extralight,oswald,sans-serif;
  font-style: italic;
  margin-right: -46px;
  padding-bottom: 12px;
}

.up_row2 .widget-type-rich_text   a {
  color: inherit !important;
}

.up_row2 {
  margin-bottom: 4px;
}
.bg_image img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: fixed;
  top: 0;
}
.cf_pg .widget-type-rich_text h2 svg {
  transform: rotate(
    270deg);
  width: 31px;
  height: 19px;
  fill: #00ff3c;
  position: relative;
  top: 2px;
}

.cf_pg .widget-type-rich_text h2 {
  font-size: 20px;
  font-family: oswald-medium,oswald,sans-serif;
  color: #00FF3C;
  font-style: italic;
  margin-top: 5px;
  margin-left: -6px;
  padding-bottom: 5px; 
}
.cf_pg .widget-type-rich_text h2 a {
  color: inherit !important;
}
.cf_pg .cd_row4 {
  line-height: normal;
}
.cf_pg .cd_row4 ul {
  line-height: normal;
}
.cf_pg .cd_row4 .dnd-section {
  padding-bottom: 8px;
}
.nopd1.hw_row1 {
  margin-top: -2px;
}

.hw_row1 .widget-type-rich_text h2 {
  margin: 68px 0 30px;
  color: rgb(251, 251, 251);
  font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  font-size: 50px;
}

.nopd1.hw_row1 a.hs-button {
  width: 316px;
  height: 51px;
  margin-bottom: 25px;
  margin-right: 25px;
  font-size: 24px;
}

.hw_row1 .widget-type-rich_text {
  text-align: center;
  padding-left: 28px;
  color: rgb(251, 251, 251);
  font-size: 24px;
  line-height: 1.45;
  padding-bottom: 30px;
}

.hw_row1 .widget-type-rich_text p {
  max-width: 864px;
  margin: 0 auto;
  padding-right: 25px;
} 
.nopd1.hw_row1 .dnd-section>.row-fluid {
  padding-bottom: 74px;
}
.hw_row2 .dnd-section>.row-fluid {
  max-width: 1239px;
  padding-bottom: 8px;
}

.hw_row2 .span4:first-child {
  padding-left: 15px;
}

.hw_row2 .widget-type-linked_image {
  position: relative;
  border-radius: 2px;
}

.hw_row2 .widget-type-linked_image img {
  display: block;
}

.hw_row2 .widget-type-linked_image:before {
  content: "";
  box-shadow: inset 0 0 6px 0 hsl(0deg 0% 100% / 59%), inset 0 1px 0 0 hsl(0deg 0% 100% / 92%), inset 0 0 5px 0 hsl(0deg 0% 100% / 20%);
  border-radius: var(--rd,2px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.white .widget-type-rich_text *{
  color: #fbfbfb;
}

.sch_row1 .widget-type-rich_text {
  margin: 216px 0px 31px 0;
}
.sch_row2, .sch_row3 {
  text-align: center;
}

.nopd1.white.sch_row1 {
  position: relative;
  background: #181818;
}
.nopd1.white.sch_row1 .dnd-section>.row-fluid {
  max-width: 825px;
  position: relative; 
}
.nopd1.white.sch_row1 h1 {
  font-size: 64px;
  font-style: italic;
  margin: 0;
} 

.nopd1.white.sch_row1 a.hs-button {
  margin-left: 0;
  width: 132px;
  height: 43px;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 67px;
}

.nopd1.white.sch_row1  .span12 {
  display: block !important;
}
.sch_row1 .widget-type-rich_text p {
  font-family: wfont_ebdaf1_9338ff079f2e4ad3a35cc408d262fc59,wf_9338ff079f2e4ad3a35cc408d,orig_aktiv_grotesk;
  font-size: 16px;
  max-width: 392px;
  line-height: 1.2em;
}
.nopd1.white.sch_row1 h1 + h1 {
  margin-bottom: 10px;
}
.sch_row1:before {
  content: " "; 
  width: 100%;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.23;
} 
.nopd1.white.sch_row1 a.hs-button {
  margin-left: 0;
  width: 132px;
  height: 43px;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 67px;
}

.nopd1.white.sch_row1  .span12 {
  display: block !important;
}

.sch_row2 .widget-type-rich_text h1 {
  padding: 76px 0 14px;
  margin: 0;
  font-size: 31px;
  font-style: italic;
}

.sch_row2 .dnd-section > .row-fluid {
  max-width: 712px;
}

.sch_row2 .widget-type-rich_text p {
  max-width: 459px;
  margin: 0 auto;
  font-family: wfont_ebdaf1_e43922735b384c79b01600f9e51258a9,wf_e43922735b384c79b01600f9e,orig_aktiv_grotesk;
  margin-bottom: 62px;
  line-height: normal;
  padding-right: 5px;
}

.sch_row3 h1 {
  font-size: 38px;
  font-family: oswald-medium,oswald,sans-serif;
  font-style: italic;
  padding: 66px 0px 35px 0;
  margin: 0;
  color: #010203;
}
.sch_row3 p {
  color: #181818;
}
.home_row7 a.hs-button:hover {
  background: rgb(0, 0, 0);
  color: rgb(253, 247, 51);
}
.nopd1.sch_row4 h1 {
  color: rgb(251, 251, 251);
  font-size: 27px;
  font-style: italic;
  text-align: center;
  padding: 43px 0 44px;
  margin: 0;
  padding-right: 5px;
}
.sch_row3 .widget-type-rich_text {
  font-family: wfont_ebdaf1_e43922735b384c79b01600f9e51258a9,wf_e43922735b384c79b01600f9e,orig_aktiv_grotesk;
  max-width: 428px;
  line-height: normal;
}
.sch_row3 .span6:first-child .widget-type-rich_text {
  margin: 0 auto;
  display: block;
}
.sch_row3 .span6 {
  text-align: center;
}

.sch_row3 .span6 {
  width: 50%;
  margin-left: 0;
}
.sch_row3 .span6:first-child .widget-type-rich_text {
  margin: 0 auto;
  margin-right: 25%;
}

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

.sch_row3 .span6:last-child .widget-type-rich_text {
  margin-left: 60px;
}

.sch_row3 .span6 {
  width: 50%;
  margin-left: 0;
}

.sch_row3 .span6:first-child a.hs-button {
  margin-left: 36px;
  margin-top: 70px;
}

.sch_row3  a.hs-button {
  width: 169px;
  height: 43px;
  font-size: 18px;
}

.sch_row3 .span6:last-child .widget-type-rich_text h1 {
  padding-bottom: 17px;
}
.fri_row1 .span12 {
  display: block !important;
}

.fri_row1 .dnd-section>.row-fluid {align-items: flex-start !important;}

.fri_row1 {
  background: rgb(251, 251, 251);
}

.row-fluid {}

.fri_row1 .span8 {
  width: 60%;
}

.fri_row1 .span4 {
  width: 40%;
  margin-left: 0;
  max-width: 353px;
  margin: 0 auto;
}

.fri_row1 .span4 .widget-type-rich_text {
  text-align: center;
}

.fri_row1 .span4 .widget-type-rich_text h2 {
  color: #000000;
  font-size: 23px;
  line-height: 0.8em;
  font-family: wfont_ebdaf1_5dc820f0905d49fab7d3ee35413c0222,wf_5dc820f0905d49fab7d3ee354,orig_aktiv_grotesk_xbold;
  margin-top: 16px;
  margin-bottom: 0;
}

.fri_row1 .span4 .widget-type-rich_text p {
  color: #000000;
  font-family: wfont_ebdaf1_9338ff079f2e4ad3a35cc408d262fc59,wf_9338ff079f2e4ad3a35cc408d,orig_aktiv_grotesk;
  font-size: 11px;
  max-width: 307px;
  margin: 0 auto;
  line-height: 1.55;
}

.fri_row1 .span4 .widget-type-form {
  max-width: 275px;
  margin: 8px auto;
  padding: 8px 20px;
  background: #fff;
  padding-left: 27px;
}

.fri_row1 .span4 .widget-type-form h3 {
  background-color: #FFF;
  border-radius: 0px;
  font-weight: bold;
  font-size: 18px;
  padding: 8px 15px;
  margin: 0 0 20px;
  color: #0900ed;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 0;
  margin-left: -5px;
}

.fri_row1 form label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(0, 0, 0);
  margin-bottom: 2px;
}

.fri_row1 form .hs-input {
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

.fri_row1 form .hs-form-required {
  color: #E9322D;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  margin-top: -8px;
  font-family: inherit;
}
.fri_row1 form select.hs-input:focus {
  box-shadow: none;
  border: 1px solid #cccccc;
  cursor: pointer;
}
.fri_row1 form textarea {
  min-height: 100px;
}
.fri_row1 form .hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
}
.fri_row1 form input.hs-button.primary.large {
  margin-top: -20px;
  background-color: #2473fc !important;
  background-image: none !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  padding: 4px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 8px 12px;
}

.sch_row3 .span6:last-child a.hs-button {
  margin-left: 189px;
  margin-top: 25px;
  margin-bottom: 65px;
}

.cd_pop_btn p {
  font-size: 14px;
  color: rgb(251, 251, 251);
  max-width: 215px;
  line-height: normal;
  font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  margin: 4px auto 27px;
  display: block;
  font-style: italic;
  text-align: left;
}
.gb .span3 {
  width: 25%;
  margin-left: 0;
}
.party_row4 img {
  opacity: 0.68;
  display: block;
}
.p_iwc img {
  display: block;
} 

.p_iwc .widget-type-rich_text {
  max-width: 450px;
  margin: 60px auto 5px;
  padding-left: 20px;
  font-size: 18px;
  font-family: wfont_ebdaf1_9338ff079f2e4ad3a35cc408d262fc59,wf_9338ff079f2e4ad3a35cc408d,orig_aktiv_grotesk;
  line-height: 1.4;
}

.p_iwc .widget-type-rich_text h2 {
  font-size: 50px;
  color: #000;
  font-family: wfont_ebdaf1_5dc820f0905d49fab7d3ee35413c0222,wf_5dc820f0905d49fab7d3ee354,orig_aktiv_grotesk_xbold;
  margin-bottom: 3px;
}

.p_iwc  .span6 {
  align-self: flex-start;
}

.p_iwc .widget-type-rich_text p {
  max-width: 340px;
  margin-bottom: 60px;
  margin-top: 4px;
  line-height: 1.2em; 
}
.p_iwc.h_iwc .widget-type-rich_text p {
  line-height: 1.45;
}
.p_iwc.h_iwc .widget-type-rich_text p span {
  line-height: normal;
}
.nopd.gb.p_iwc.party_row3 .widget-type-rich_text {
  padding-top: 45px;
}
.home_row3.strong_sec .widget-type-rich_text p {
  line-height: normal;
}
.nopd.gb.p_iwc.party_row3 .widget-type-rich_text p {
  margin-top: 0;
  max-width: 400px;
}
.party_row4 .span3:nth-of-type(3) img {
  opacity: 0.52;
}

.party_row4 .widget-type-rich_text {
  max-width: 239px;
  margin: 119px auto 10px;
  text-align: center;
  font-family: wfont_ebdaf1_9338ff079f2e4ad3a35cc408d262fc59,wf_9338ff079f2e4ad3a35cc408d,orig_aktiv_grotesk;
  font-size: 18px;
  line-height: 1.55;
  color: #000000;
  font-style: italic;
  line-height: 1.3em;
}
.party_row4 .span3 {
  width: 25%;
  margin-left: 0;
}

.party_row4  img {
  opacity: 0.68;
  display: block;
}

.p_iwc img {
  display: block;
}
.party_row4 .widget-type-rich_text p span {
  display: block;
  font-size: 16px;
  margin-top: 15px;
  font-style: normal;
}

.nopd1.party_row5 {
  text-align: center;
}
.party_pg img {
  max-width: 100%;
} 
.nopd1.party_row5 h2 {
  font-size: 36px;
  font-family: wfont_ebdaf1_5dc820f0905d49fab7d3ee35413c0222,wf_5dc820f0905d49fab7d3ee354,orig_aktiv_grotesk_xbold;
  line-height: normal;
  line-height: 37px;
  margin-bottom: 0;
}

.nopd1.party_row5 .widget-type-rich_text {
  margin-top: 25px;
}

.nopd1.party_row5 .widget-type-rich_text p {
  color: #000000;
  font-family: wfont_ebdaf1_9338ff079f2e4ad3a35cc408d262fc59,wf_9338ff079f2e4ad3a35cc408d,orig_aktiv_grotesk;
  font-size: 17px;
  max-width: 514px;
  margin: 0 auto;
  line-height: 1.5;
}

.nopd1.party_row5 a.hs-button {
  width: 180px;
  height: 47px;
  font-size: 15px;
  margin-top: 26px;
  margin-bottom: 60px;
}
.fri_row1 form .hs-input.invalid {
  border-color: #E9322D;
  background-color: #FCC;
}

.fri_row1 form label.hs-error-msg,.fri_row1 .hs_error_rollup label {
  font-size: 10pt;
  color: #E9322D;
  line-height: 20px;
  margin-top: 0;
}
/* Home Page */

.p_iwc.h_iwc  .widget-type-rich_text {
  max-width: 393px;
  padding-left: 10px;
  margin-top: 95px;
  padding-bottom: 90px;
}

.p_iwc.h_iwc .widget-type-rich_text h3 {
  font-size: 32px;
  margin-bottom: 5px;
  line-height: 1.25em; 
}

.p_iwc.h_iwc .widget-type-rich_text p {
  font-size: 14px;
  margin: 0;
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
  max-width: 100%;
}

.p_iwc.h_iwc  img {
  width: 100% !important;
}
.p_iwc.h_iwc .span6 {
  align-self: inherit;
  height: auto; 
}

.strong_sec  .widget-type-rich_text {
  max-width: 492px;
  margin: 72px auto 44px;
  text-align: center;
}

.strong_sec .widget-type-rich_text h2 {
  letter-spacing: 0.15em;
  font-size: 47px;
  font-family: wfont_ebdaf1_9338ff079f2e4ad3a35cc408d262fc59,wf_9338ff079f2e4ad3a35cc408d,orig_aktiv_grotesk;
  margin: 0;
}

.strong_sec .widget-type-rich_text h1 {
  font-family: wfont_ebdaf1_5dc820f0905d49fab7d3ee35413c0222,wf_5dc820f0905d49fab7d3ee354,orig_aktiv_grotesk_xbold;
  letter-spacing: 0.15em;
  font-size: 71px;
  margin-top: -9px;
  margin-bottom: 0;
}

.strong_sec .widget-type-rich_text h2 + h2 {
  font-size: 45px;
}
.strong_sec .widget-type-rich_text h2 {
  position: relative;
}
.strong_sec .widget-type-rich_text h1 {
  position: relative;
}
.strong_sec .widget-type-rich_text h1 sup {
  position: absolute;
  right: 42px;
  letter-spacing: 0.1em;
  color: #292929;
  font-family: wfont_ebdaf1_5dc820f0905d49fab7d3ee35413c0222,wf_5dc820f0905d49fab7d3ee354,orig_aktiv_grotesk_xbold;
  font-size: 17px;
  top: 3px;
}
.home_row3 img {
  width: 100%;
  display: block;
}
.strong_sec .widget-type-rich_text p {
  margin-top: 28px;
  font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  font-size: 18px;
  padding-right: 37px;
  line-height: 1.5;
  text-align: center;
}
.bp_vdo {
  padding-bottom: 56%;
  position: relative;
}
.bp_vdo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vd_pop .gb_pop_box.cd_box {
  padding-right: 0;
}
.vd_pop .gb_pop_close {
  max-width: 980px;
}
.vd_pop .gb_pop_inr {
  max-width: 980px;
  width: 100%;
}
.vd_pop {
  padding: 0 20px;
}
.p_iwc.h_iwc.home_row4 .widget-type-rich_text h3 {
  letter-spacing: -0.05em;
  font-size: 28px;
  line-height: 1.3em;
  margin: 0;
}

.p_iwc.h_iwc.home_row4 .widget-type-rich_text {
  padding-left: 0;
  padding-top: 41px;
}

.p_iwc.h_iwc.home_row4 .span6:last-child {
  padding-right: 20px;
}

.p_iwc.h_iwc.home_row4 .widget-type-rich_text p {
  color: #181818;
  line-height: 1.55em;
  padding-bottom: 52px;
}
.vdo_close {
  width: 142px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: georgia, palatino, "book antiqua", "palatino linotype", serif;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
  background: rgb(24, 24, 24);
}

.vdo_close_wrap {
  text-align: center;
}

.vdo_close:hover {
  color: rgb(24, 24, 24);
  background: rgb(251, 251, 251);
}

.home_pg .gb_pop_wrap.vd_pop {
  padding: 0 20px;
  padding-top: 69px;
}
.gb_pop_wrap.vd_pop { 
  background: rgba(0, 0, 0, 0.9);
}
.home_pg .bp_vdo {
  padding-bottom: 53%; 
}
.home_row7 img {max-width: 100%;display: block;}

.home_row7 .dnd-section {
  padding-top: 56px;
  padding-bottom: 76px;
}

.home_row7 .span6:first-child {
  width: 49%;
  align-self: flex-start;
}


.home_row7 .widget-type-rich_text {
  max-width: 257px;
  margin-right: 42px;
  margin-left: auto;
  padding-top: 130px;
}

.home_row7 .widget-type-rich_text h2 {
  color: #000000;
  font-size: 49px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 3px;
}

.home_row7 .widget-type-rich_text p:first-of-type {
  margin-top: 120px;
}

.home_row7 .widget-type-rich_text p {
  font-size: 14px;
  line-height: 1.3em;
}

.home_row7 a.hs-button {
  background: rgb(4, 44, 180);
  font-size: 15px;
  color: #fff;
  width: 126px;
  height: 43px;
  margin-top: 73px;
  margin-left: 7px;
  font-family: oswald-medium, oswald, sans-serif;
  padding-right: 8px;
}

.nopd1.home_row8 {
  padding-top: 71px;
  text-align: center;
  padding-bottom: 40px;
  background: #fafafa;
}

.nopd1.home_row8 h2 {
  font-size: 51px;
  color: rgb(4, 44, 180);
  font-style: italic;
  line-height: 1.25em;
  text-align: center;
  padding-right: 31px;
  margin-bottom: 5px;
}

.nopd1.home_row8 p {
  color: rgb(24, 24, 24);
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
  font-size: 14px;
  line-height: 1.55em;
  padding-right: 27px;
}
.nopd1.home_row8 a.hs-button {
  width: 120px;
  height: 40px;
  font-size: 15px;
  margin-right: 16px;
  margin-top: 25px;
}
.nopd.home_row9 a.hs-button {
  width: 158px;
  height: 51px;
  font-size: 15px;
  margin-top: 7px;
  margin-right: 23px;
  margin-bottom: 70px;
}
.home_row9  {
  background: #fafafa;
}
.home_pg .body-container-wrapper img {
  max-width: 100%;
} 

.kid_row1 .cwvc_mdl .cwvc_mdl_vdo {
  margin-top: 60px;
}

.kid_row1 .cwvc_mdl .cwvc_mdl_lft {
  padding-right: 0;
}

.kid_row1 .cwvc_mdl .cwvc_mdl_top h1 {
  margin-top: 77px;
}

.kid_row1 .cwvc_mdl .cwvc_mdl_ryt {
  padding-right: 10px; 
}

.kid_row1 .cwvc_mdl {
  padding-bottom: 40px;
}
.kid_row1 .cwvc_mdl .cwvc_mdl_ryt_inr {
  max-width: 346px;
} 
.kid_row1_loc .lc_mdl .lc_mdl_top h1 {
  color: rgb(24, 24, 24);
  text-align: center;
  font-style: normal;
  font-size: 35px;
  padding-top: 17px;
  padding-right: 4px;
  margin-bottom: 8px;
}
.kid_row2 .widget-type-rich_text {
  max-width: 452px;
  margin: 0 auto;
  text-align: center;
  padding-top: 59px;
  color: rgb(24, 24, 24);
}

.kid_row2 .widget-type-rich_text h1 {
  font-size: 50px;
  font-family: oswald-medium,oswald,sans-serif;
  font-style: italic;
  line-height: normal;
  margin: 0;
  color: inherit;
}

.kid_row2 .widget-type-rich_text h2 {
  font-size: 38px;
  line-height: normal;
  margin: 0;
  color: inherit;
}

.kid_row2 .widget-type-rich_text h4 {
  font-size: 20px;
  line-height: normal;
  margin: 0;
}

.kid_row2 .widget-type-rich_text p {
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
  font-size: 14px;
  max-width: 350px;
  margin: 0 auto;
  line-height: 1.4;
}

.kid_row2 a.hs-button {
  margin-top: 10px;
  width: 191px;
  height: 40px;
  font-size: 15px;
  margin-bottom: 0;
}

.kid_row2 .widget-type-rich_text h3 {
  padding-bottom: 58px;
  padding-top: 51px;
  font-size: 31px;
  font-style: italic;
  color: inherit;
  margin: 0 -10px;
  line-height: normal;
}
.kid_row4 img {
  width: 100% !important;
}

.kid_row4 .widget-type-linked_image {
  width: 100%;
}
.kid_row4.p_iwc .widget-type-rich_text {
  max-width: 308px;
  margin-top: 79px;
  padding-left: 0;
}
.kid_pg {
  background: rgb(251, 251, 251);
}
.kid_row4.p_iwc .widget-type-rich_text h2 {
  font-size: 46px;
  color: #000000;
  font-style: italic;
  font-family: oswald-medium,oswald,sans-serif;
}

.kid_row4 a.hs-button {
  width: 140px;
  height: 47px;
  margin-right: 165px;
  margin-top: 14px;
  font-size: 15px;
}
.kid_row2 {
  overflow: hidden;
}

/* Pop form */

.form_pop .gb_pop_inr {
  max-width: 838px;
  width: 100%;
}

.form_pop .gb_pop_box.cd_box {
  background-color: #f6f6f6;
  padding: 0;
  margin-bottom: 98px;
  padding-bottom: 76px;
}
.form_pop .cd_pop_cnt {
  background: #fff;
} 
.gb_pop_wrap.form_pop {
  padding: 0 20px !important; 
}

.form_pop input.hs-button.primary.large {
  margin: 0;
}

.form_pop .hs_submit.hs-submit {
  text-align: left;
  margin-left: 5px;
  padding: 6px; 
}

.form_pop .gb_pop_close {
  margin-right: 0;
  max-width: 100%;
  padding-top: 15px;
  position: relative;
  right: -8px;
}
.form_pop .gb_pop_close svg {
  fill: #d4d4d4;
  width: 27px;
  height: 27px;
}  

.bnr_form_ttl {
  padding: 7px 10px;
  text-align: left;
  font-size: 14px;
  color: #373a3c !important;
  background-color: #f6f6f6;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  min-height: 28px;
  font-family: Montserrat;
  font-weight: bold;
}
.bnr_form .hs-richtext p {
  text-align: right;
  color: #373a3c;
  background-color: #fff;
  font-family: Source Sans Pro;
  font-size: 12px !important;
  line-height: 17px;
  text-decoration: none;
  margin-bottom: 5px !important;
}
.bnr_form h3 {
  margin: 0;
}
.bnr_form .hs-richtext {
  margin: 0;
}
.bnr_form .hs-form-field > label {
  width: 50%;
  float: left;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  padding-bottom: 7px;
  font-size: 14px;
  color: #373a3c;
  font-family: Montserrat;
}

.bnr_form .hs-form-field > .input {
  width: 195px;
  float: left;
}

.bnr_form .hs-form-field > label span.hs-form-required {order: 1;flex: 1;}

.bnr_form .hs-form-field > label span {
  order: 2;
  width: auto;
}

.bnr_form .hs-form-field .hs-error-msgs.inputs-list {
  width: 50%;
  margin-left: 50%;
  text-align: left;
  clear: both;
  padding-top: 1px;
}

.bnr_form .hs-form-field .hs-error-msgs.inputs-list li {
  margin: 0;
}

.bnr_form .hs-form-field {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cwvc_mdl .cwvc_mdl_top p { 
  color: #181818;
}
.strong_sec .widget-type-rich_text h1,
.strong_sec .widget-type-rich_text h2, 
.strong_sec .widget-type-rich_text p,
.iwc_mdl .iwc_mdl_inr_cnt.four p,
.home_row7 .widget-type-rich_text p{
  color: #181818;
} 

.bnr_form ::-webkit-input-placeholder {    color: #3c3c3c;} /* Webkit Browsers */
.bnr_form :-moz-placeholder {    color: #3c3c3c;} /* Firefox 18- */
.bnr_form ::-moz-placeholder {    color: #3c3c3c;} /* Firefox 19+ */
.bnr_form :-ms-input-placeholder {    color: #3c3c3c;} /* IE10 */


/* About Page */
.a_row1_sec1 .widget-type-rich_text h2 {
  font-size: 46px;
  color: #181818;
  font-family: oswald-medium,oswald,sans-serif;
  font-style: italic;
  line-height: 1em;
  margin-bottom: 22px;
}
.a_row1_sec1 .span6 {align-self: flex-start;} 
.a_row1_sec1 .widget-type-rich_text p {
  font-size: 14px;
  line-height: 1.4em;
  max-width: 316px;
}
.a_row1_sec1 .widget-type-rich_text {
  margin-top: 162px;
  padding-left: 87px;
}
.about_main_row2 .widget-type-rich_text h3 {
  color: #000000;
  font-family: oswald-medium,oswald,sans-serif;
  font-style: italic;
  font-size: 57px;
  line-height: 1;
}
.about_main_row2 .widget-type-rich_text {
  max-width: 100%;
  margin-top: 48px;
  margin-bottom: 64px; 
}

.about_main_row2 .widget-type-rich_text p {
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
  font-size: 14px;
  max-width: 670px;
  margin: 0 auto;
  padding-right: 0;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.about_main_row2 .widget-type-rich_text h2 {
  font-size: 33px !important;
  line-height: 1.2em;
  font-family: lulo-clean-w01-one-bold,sans-serif;
  color: #000000;
  margin-bottom: 20px;
  letter-spacing: normal;
}

.about_main_row2 .widget-type-rich_text h1 {
  font-size: 65px;
  line-height: 1.2em;
  color: #000000;
  font-family: lulo-clean-w01-one-bold,sans-serif;
  letter-spacing: normal;
}
.about_main_row2 .widget-type-rich_text h1 sub {
  color: #000000;
  font-size: 8px;
  letter-spacing: -0.05em;
}
.a_row3_sec1 .span8 {width: 63%;margin-left: 0;}

.a_row3_sec1 .span4 {
  width: 37%;
  padding-left: 30px;
  align-self: flex-start;
  padding-right: 30px;
}
.a_row3_sec1 .span4 .widget-type-rich_text {
  margin-top: 80px;
}
.a_row3_sec1 .span4 .widget-type-rich_text h2 {
  color: #0D0D0D;
  font-family: oswald-medium,oswald,sans-serif;
  font-size: 49px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 5px;
}
.a_row3_sec1 .span4 .widget-type-rich_text p:first-of-type {
  margin-top: 34px;
}
.a_row3_sec1 .span4 .widget-type-rich_text p {
  font-size: 14px;
  line-height: normal;
}

.black_bg .widget-type-rich_text {
  text-align: center;
  padding-bottom: 68px;
}

.black_bg .widget-type-rich_text h2 {
  padding: 53px 0 17px;
  letter-spacing: 0.25em;
  font-weight: bold;
  font-size: 46px;
  line-height: normal;
  margin: 0;
}

.black_bg .widget-type-rich_text p {
  max-width: 372px;
  margin: 0 auto;
  line-height: normal;
  font-size: 14px;
}

.a_row3_sec4 a.hs-button {
  width: 142px;
  height: 40px;
  margin-bottom: 62px;
  font-size: 15px;
  margin-top: 24px;
}

.a_row3_sec4.black_bg .widget-type-rich_text {
  padding-bottom: 0;
}

.a_row3_sec4.black_bg .widget-type-rich_text h2 {
  letter-spacing: normal;
  font-style: italic;
  padding-bottom: 5px;
  padding-top: 57px;
}
.a_row1_sec1 .span6:last-child {
  padding-right: 20px;
}
.a_row3_sec1 .span4 .widget-type-rich_text {
  padding-bottom: 80px;
} 
.ch_mdl .ch_mdl_cnt p { 
  color: #fcfefd;
}
.a_row3_sec1 .span4 .widget-type-rich_text p {
  color: #181818;
}
.nopd1.sch_row4 {
  background: #000;
}
form .hs-button {
  height: auto;
  font: inherit;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  font-family: Sans;
  font-size: 14px;
  line-height: 100%;
  margin: 10px 0;
  width: auto;
}
.up_row1 .widget-type-rich_text {
  color: #181818;
}
.cd_row2 .hs_cos_wrapper_type_rich_text> p:first-of-type {
  color: #242323;
}
.cd_row2,.btn_ttl {
  color: #181818;
}
.cd_row2 .hs_cos_wrapper_type_rich_text h3 + p {
  color: #242323;
}
.tos_row1 ul p {
  line-height: 1.5;
}

.tos_row1 ul p span {
  line-height: normal;
}
.home_row1,
.home_row3,
.home_row4{
  background: #fbfbfb;
}
.nopd.gb.p_iwc.kid_row4 .span6 {
  align-self: inherit;
  height: auto;
}
.kid_row4 a.hs-button {
  margin-bottom: 82px;
}

.kid_row4.p_iwc .widget-type-rich_text h2 {
  line-height: 1.11;
  margin-bottom: 0;
}

.kid_row4.p_iwc .widget-type-rich_text h2 span {
  line-height: 1;
} 


@media(max-height:650px){
  .pop_open .gb_pop_wrap {
    display: block;
    padding-top:20px;
    padding-bottom:20px;

  }

}

.p_iwc.h_iwc.home_row4 .widget-type-rich_text {
  padding-bottom: 94px;
}


@media(min-width:768px){

  .a_row1_sec2 .cwvc_mdl .cwvc_inr { 
    min-height: 375px;
  }
  .a_row1_sec2 .cwvc_mdl .cwvc_mdl_lft {
    padding-right: 0;
  }
  .a_row1_sec2 .cwvc_mdl .cwvc_mdl_ryt {
    padding-right: 0;
  }
  .kid_row3 .plk_mdl .plk_mdl_top h1 {
    padding-right: 2px;
  }
  .kid_row3 .plk_mdl .plk_mdl_item { 
    min-height: 312px;
  }
  .kid_row3 .plk_mdl .plk_mdl_inr_cnt {
    padding-bottom: 50px;
  }
  .btn_ttl .span6:last-child {
    padding-left: 150px;
  }
  .btn_ttl .span6:first-child {
    padding-right: 140px;
  }
  .camp_pg .cd_mdl .cd_mdl_ryt {
    padding-top: 50px;
    padding-right: 32px;
    max-width: 495px;
  }

  .camp_pg .cd_mdl .cd_mdl_ryt {
    padding-top: 50px;
    padding-right: 32px;
    max-width: 495px;
  }

  .camp_pg .cd_mdl .cd_mdl_cnt p {
    line-height: 1.5;
    padding-top: 5px !important;
    padding-right: 5px;
  }

  .camp_pg .cd_mdl .cd_mdl_btn {
    padding-left: 20px;
    margin-bottom: 15px;
  }

  .camp_pg .cd_mdl_bt {
    line-height: 1.5;
    padding-right: 5px;
  }
  .camp_pg .cd_mdl .cd_mdl_vdo {
    margin-top: 46px;
    margin-bottom: 69px;
  }
  .camp_pg .cd_mdl {
    margin-bottom: 0;
    border-bottom-width: 15px;
  }
  .nopd1.hw_row1 {
    margin-top: -2px;
  }

  .fri_row1 .gb_pop_box_wrap.two_col .cd_pop_ttl {
    padding-right: 30px;
    padding-top: 0px;
  }

  .fri_row1 .gb_pop_box_wrap.two_col .cd_pop_btn a {
    width: 214px;
    height: 40px;
    margin-bottom: 2px;
  }

  .fri_row1 .gb_pop_box_wrap.two_col .cd_pop_cnt {
    padding-right: 22px;
    padding-top: 17px;
    display: block;
  }

  .fri_row1 .gb_pop_close {
    margin-bottom: 20px; 
  }

  .fri_row1 .cd_pop_btn:last-child {
    display: none;
  }
  .nextsteps_row4 .widget-type-rich_text,
  .nextsteps_row2 .widget-type-rich_text,
  .welcome_mdl .content_wrap {
    position: relative;
    left: -5px;
  }
  .nextsteps_row3 .hs-button {
    left: -6px;
  }
  .nextsteps_row3 .widget-type-rich_text {
    position: relative;
    left: -15px;
  }
}
@media(min-width:1025px){
  .nopd1.ig_row1 .dnd-section {
    padding: 0 20px;
  }
  .sch_row3 .span6:last-child .span12 {
    display: block !important;
  }


}
@media(max-width:1900px){
  .btn_ttl .span6:last-child {
    padding-left: 75px; 
  }
  .sch_row3 .span6:first-child .widget-type-rich_text {
    margin: 0 auto;
    margin-right: 21%;
  }
  .nopd.sch_row3 .span6:first-child {
    padding-left: 20px;
  }
  .sch_row3 .span6:first-child .widget-type-rich_text { 
    margin-right: auto;
  }
  .sch_row3 .span6:last-child .widget-type-rich_text {
    margin: 0 auto;
    padding: 0 20px;
  }
  .sch_row3 .span6:last-child a.hs-button {
    margin-left: auto;
    margin-right: auto;
  }




}
@media(max-width:1200px){
  .p_iwc .span6 {
    align-self: center;
    height: 100%;
  }
  .party_row4 img {
    height: 350px;
    object-fit: cover;
  }

}
@media(max-width:1024px){
  .bnr_form .hs-form-field>.input {
    width: 47%;
    float: left; 
  }

  .iwc_mdl {
    overflow: hidden;
  }
  .up_pg .dnd-section>.row-fluid {
    padding: 0 20px;
  }
  .up_row2 .widget-type-rich_text h2 { 
    margin-right: 0;
  }
  .up_pg .widget-type-header h1 {
    margin-left: 0;
  }
  .nopd1.white.sch_row1 .dnd-section>.row-fluid {
    padding: 0 20px;
  }
  .fri_row1 .span4 {
    padding: 0 20px;
  }
  .party_row4 .widget-type-rich_text {
    padding: 0 10px;
  }
  .p_iwc .widget-type-rich_text {
    padding-right: 20px;
  }
  .p_iwc.h_iwc.home_row4 .widget-type-rich_text {
    padding-left: 10px;
  }



}

@media(max-width:767px){
  .nopd.gb.p_iwc.kid_row4 .span6 {
    background: none !important;
  }
  .party_row4 img {
    height: auto; 
  }
  .bg_image {
    display: none;
  }
  .pp_row1 .dnd-section>.row-fluid { 
    margin-top: 11px;
  }
  .tos_row1, 
  .pp_row1,
  body{  
    background: rgb(251, 251, 251);
  }
  .tos_row1 .dnd-section>.row-fluid { 
    margin-top: 10px;
  }
  .tos_row1 { 
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 9px;
    line-height: 1.55em;
    padding-bottom: 70px; 
  }
  .tos_row1 h6 {
    font-size: 9px;
  }
  .tos_row1 h2 {
    font-size: 13px;
  }
  .cd_row2 { 
    font-size: 15px;
    line-height: 1.5;
    font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    padding-bottom: 6px;
    padding-top: 26px;
    background: #fff;
  }
  .cd_row2 h3 {
    font-size: 22px;
  }
  .cd_row2 ul {
    line-height: 1.53;
  }
  .gb .span6 {
    width: 100%; 
  }
  a.hs-button {
    margin: 20px auto;
    width: 120px;
    height: 54px;
    font-size: 20px;
  }
  .btn_ttl {
    font-size: 15px;
  }

  .btn_ttl .span6:last-child {
    padding: 20px 0 18px;
  }
  .cd_row4 {
    font-size: 15px;
  }

  .cd_row4 h3 {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .cd_row4 .dnd-section {
    padding: 15px 10px 27px; 
  }
  .cd_pg .nopd.cd_row6 a.hs-button {
    margin-top: 10px;
    font-size: 21px;
    margin-bottom: 30px;
  }
  .gb_pop_close {
    margin-bottom: 10px;
    padding-right: 10px;
  } 
  .gb_pop_box.cd_box {
    padding-right: 0;
  } 

  .cd_pop_ttl {
    color: #fbfbfb;
    font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    font-size: 20px;
    padding: 10px 20px;
    margin-bottom: 0;
  } 
  .cd_pop_btn a {
    width: 200px;
    height: 42px;
    font-size: 18px; 
  }

  .camp_pg .cd_mdl .cd_mdl_cnt p {
    line-height: 1.4;
    padding: 0 10px;
  } 
  .camp_pg .cd_mdl .cd_mdl_bt {
    margin-bottom: 0;
  }
  .camp_pg .cd_mdl {
    margin-bottom: 0;
  }
  .gb_pop_box_wrap.two_col .cd_pop_ttl {
    font-size: 16px;
    padding-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .gb_pop_box_wrap.two_col .cd_pop_cnt {
    display: block;
  }
  .gb_pop_box_wrap.two_col .gb_pop_box.cd_box {
    padding-right: 0;
  }
  .gb_pop_box_wrap.two_col .cd_pop_btn a {
    font-size: 13px;
    height: 31px;
    width: 162px;
    margin-bottom: 10px;
  }
  .gb_pop_box_wrap.two_col .gb_pop_box.cd_box {
    padding-bottom: 107px;
  }
  .centers_row1 .lc_mdl .lc_mdl_inr iframe { 
    height: 599px;
    margin: 0 -4px 2px;
    width: calc(100% + 33px);
  } 

  .ig_row1 .widget-type-rich_text {
    margin: 43px 0 14px;
  }

  .ig_row1 .widget-type-rich_text h1 {
    font-size: 23px;
  }

  .ig_row1 .widget-type-rich_text h3 {
    font-size: 18px;
    padding: 7px 0 8px 0;
    margin: 0;
  }

  .ig_row1 .widget-type-linked_image img {
    width: 150px !important;
  }

  .ig_row1 .span12 {
    display: block !important;
  }

  .ig_row1 a.hs-button {
    margin-left: 0;
    margin-right: 0;
    width: 120px;
    height: 30px;
    margin-bottom: 36px;
    margin-top: 20px;
  }
  .nopd1.ig_row1 .dnd-section>.row-fluid {
    max-width: 100%; 
  }


  .up_pg {
    background: none !important;
  }

  .up_pg .widget-type-header h1 {
    font-size: 23px;
    margin-top: 10px;
    height: auto;
    padding-bottom: 1px;
  }

  .up_pg .widget-type-rich_text {
    margin-top: 2px;
    padding-bottom: 0;
  }

  .up_pg {
    font-size: 14px;
    line-height: 16px;
  }

  .up_pg ul {
    font-size: inherit !important;
  }

  .up_row2 .widget-type-header h1 {
    margin-top: 20px;
    padding-left: 0;
    padding-bottom: 5px;
    margin-bottom: 9px;
  }
  .up_row2 .widget-type-rich_text {
    font-size: 15px;
    margin-left: -10px;
    margin-top: 5px;
  } 

  .up_row2 .widget-type-rich_text h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
  }

  .up_row2 {
    margin-bottom: 0;
  } 

  .cf_pg .cd_row4 .dnd-section {
    background-color: #36479d;
    padding: 10px 20px 0;
  }

  .cf_pg .widget-type-rich_text h2 svg {
    width: 26px;
    height: 16px;
  }

  .cf_pg .widget-type-rich_text h2 {
    font-size: 16px;
    margin-left: 0;
    margin-top: 8px;
  }

  .cf_pg .widget-type-rich_text h3 {
    font-size: 25px;
  }

  .cf_pg .widget-type-rich_text {
    font-size: 17px;
  }

  .cf_pg .cd_row4 ul {
    font-size: inherit !important;
  }


  .nopd1.hw_row1 .dnd-section>.row-fluid {
    padding: 0 20px;
  }

  .hw_row1 .widget-type-rich_text h2 {
    font-size: 24px;
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .hw_row1 .widget-type-rich_text {
    padding-left: 0;
    font-size: 19px;
    padding-bottom: 38px;
  }
  .hw_row1 .widget-type-rich_text p {
    padding: 0 25px;
  }
  .nopd1.hw_row1 a.hs-button {
    width: 200px;
    height: 48px;
    font-size: 19px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .hw_row2 .span4:first-child {
    padding-left: 0;
  }

  .hw_row2 .span4 {
    margin-bottom: 10px;
  }

  .hw_row2 .dnd-section>.row-fluid {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .sch_row1 .widget-type-rich_text {
    margin: 157px auto 17px;
  }

  .nopd1.white.sch_row1 h1 {
    font-size: 27px;
  }

  .sch_row1 .widget-type-rich_text p {
    font-size: 11px;
    line-height: 1.4;
  }

  .nopd1.white.sch_row1 a.hs-button {
    margin-bottom: 28px;
  } 
  .sch_row2 .widget-type-rich_text {
    padding: 0 20px;
  }

  .sch_row2 .widget-type-rich_text h1 {
    padding: 45px 0 6px;
    font-size: 17px;
  }

  .sch_row2 .widget-type-rich_text p {
    font-size: 13px;
    margin-bottom: 51px; 
  }

  .sch_row3 .span6 {
    width: 100%;
    padding: 0 20px;
  }

  .sch_row3 h1 {
    font-size: 23px;
    padding-top: 39px;
    padding-bottom: 10px;
  }

  .sch_row3 .widget-type-rich_text {
    font-size: 13px;
  }

  .sch_row3 .span6:first-child a.hs-button {
    margin-top: 25px;
    margin-left: 0;
    margin-bottom: 48px;
  }

  .sch_row3 a.hs-button {
    width: 165px;
    height: 42px;
  }

  .sch_row3 .span6:last-child .widget-type-rich_text {
    padding: 0;
  }

  .sch_row3 .span6:last-child a.hs-button {
    margin-bottom: 40px;
  }

  .nopd1.sch_row4 h1 {
    padding: 20px;
    font-size: 17px;
  }
  .fri_row1 .dnd-section>.row-fluid { 
    flex-direction: column-reverse !important;
    display: flex;
  }
  .fri_row1 .span4 .widget-type-rich_text h2 {
    font-size: 18px;
    line-height: 0.8em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .fri_row1 .span4 .widget-type-rich_text p {
    font-size: 13px;
    margin-bottom: 9px;
  }

  .fri_row1 .span4 .widget-type-form {margin-left: 0;}
  .fri_row1 .span8 {
    width: 100%;
  }

  .cd_pop_btn p {
    max-width: 100%;
    padding: 0 20px;
    font-size: 15px;
  }

  .fri_row1 .gb_pop_box_wrap.two_col .cd_pop_btn a {
    width: 200px;
    height: 42px;
    font-size: 15px;
  }
  .nopd.gb.p_iwc.party_row2 .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .nopd.gb.p_iwc.party_row2 .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .p_iwc .widget-type-rich_text {
    margin-top: 10px;
    font-size: 13px;
  }

  .p_iwc .widget-type-rich_text h2 {
    font-size: 26px;
  }

  .p_iwc .widget-type-rich_text p {
    margin-bottom: 8px;
  }

  .nopd.gb.p_iwc.party_row3 .widget-type-rich_text {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .party_row4 .span3 {
    width: 100%;
  }

  .party_row4 .widget-type-rich_text {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 15px;
    max-width: 100%;
  }

  .party_row4 .widget-type-rich_text p span {
    font-size: 14px;
  }

  .nopd1.party_row5 .widget-type-rich_text {
    padding: 0 20px;
    margin-top: 35px;
  }

  .nopd1.party_row5 h2 {
    font-size: 29px;
    line-height: 1; 
  } 

  .nopd1.party_row5 .widget-type-rich_text p {
    font-size: 15px;
    margin-top: 10px;
  }

  .nopd1.party_row5 a.hs-button {
    width: 160px;
    height: 42px;
    margin: 10px 0;
  }
  .fri_row1 .span4 {
    width: 100%;
  } 

  .vd_pop .gb_pop_close {
    padding-top: 0;
    padding-right: 2px;
    position: relative;
    top: -5px;
  }

  .vd_pop .gb_pop_close svg {
    width: 21px;
    height: 21px;
  }

  .home_row2 .dnd-section>.row-fluid ,
  .home_row3 .dnd-section>.row-fluid {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .p_iwc.h_iwc .widget-type-rich_text {
    margin: 0;
    padding: 15px 20px 26px;
  }

  .p_iwc.h_iwc .widget-type-rich_text h3 {
    font-size: 22px;
    margin-bottom: 1px;
  }

  .p_iwc.h_iwc .widget-type-rich_text p {
    font-size: 10px;
    line-height: 1.5;
  }
  .home_row3 img {
    height: auto;
  }

  .strong_sec .widget-type-rich_text {
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .strong_sec .widget-type-rich_text h2 {
    font-size: 25px;
  }

  .strong_sec .widget-type-rich_text h1 {
    font-size: 31px;
    line-height: 0.7em;
    text-align: center;
    margin-top: 0;
  } 

  .strong_sec .widget-type-rich_text h2+h2 {
    font-size: 24px;
  }

  .strong_sec .widget-type-rich_text h1 sup {
    font-size: 14px;
    padding-right: 18px;
    top: -5px;
  }

  .strong_sec .widget-type-rich_text p {
    margin-top: 50px;
    font-size: 15px;
    padding-right: 0;
  }
  .nopd.gb.p_iwc.h_iwc.home_row4 {
    display: none;
  }
  .home_row7 .span6:first-child {
    width: 100%;
    align-self: flex-start;
  }
  .home_row7 .widget-type-rich_text {
    padding-top: 0;
    margin-left: 0;
  }

  .home_row7 .dnd-section {
    padding-top: 20px;
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 20px;
  }

  .home_row7 .widget-type-rich_text h2 {
    font-size: 34px;
  }

  .home_row7 .widget-type-rich_text p:first-of-type {margin-top: 0;}

  .home_row7 a.hs-button {
    margin-top: 20px;
    margin-bottom: 12px;
  }

  .nopd1.home_row8 {
    padding: 20px 20px 0;
  }

  .nopd1.home_row8 h2 {
    padding-right: 0;
    font-size: 21px;
  }

  .nopd1.home_row8 p {
    padding-right: 0;
    font-size: 15px;
  }

  .nopd1.home_row8 p br {
    display: none;
  }

  .nopd1.home_row8 a.hs-button {
    margin-top: 20px;
    width: 135px;
    height: 51px;
  }
  .nopd.home_row9 a.hs-button {
    margin-right: 0;
    margin-bottom: 42px;
    width: 135px;
    height: 47px;
    margin-top: 27px;
  }  
  .kid_pg .kid_row1 {
    margin-top: 2px;
  } 
  .kid_row1 .cwvc_mdl .cwvc_mdl_lft {
    padding-right: 10px;
  }

  .kid_row1 .cwvc_mdl .cwvc_mdl_vdo {
    margin-top: 10px;
  }

  .kid_row1 .cwvc_mdl .cwvc_mdl_vdo_inr {
    padding-bottom: 57%;
  }

  .kid_row1 .cwvc_mdl .cwvc_mdl_top h1 {
    margin-top: 25px;
    line-height: 1.1;
    margin-bottom: 10px;
  }

  .kid_row1 .cwvc_mdl .cwvc_mdl_ryt {
    padding: 0 33px;
  }
  .kid_row1 .cwvc_mdl {
    padding-bottom: 16px;
  }
  .kid_row1 .cwvc_mdl .cd_mdl_btn_txt {
    width: 124px;
    height: 37px;
    margin-top: 35px;
    font-size: 13.6054px;
  }
  .kid_row1_loc .lc_mdl .lc_mdl_top h1 {
    font-size: 27px;
    padding-top: 24px;
    padding-right: 0;
  }

  .kid_row1_loc .lc_mdl .lc_mdl_inr iframe {
    width: 100%;
    height: 136px;
  }

  .kid_row1_loc .lc_mdl .lc_mdl_inr {
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 17px;
    padding-bottom: 28px;
  }

  .kid_row1_loc .lc_mdl {
    background: #fff;
  }
  .kid_row2 .widget-type-rich_text {
    padding-top: 20px;
  }

  .kid_row2 .widget-type-rich_text h1 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .kid_row2 .widget-type-rich_text h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .kid_row2 .widget-type-rich_text h4 {
    font-size: 16px;
  }

  .kid_row2 .dnd-section {
    padding: 0 20px;
  }

  .kid_row2 .widget-type-rich_text p {
    font-size: 12px;
    line-height: 1.5;
  }

  .kid_row2 a.hs-button {
    width: 200px;
    height: 42px;
    margin-top: 20px;
  }

  .kid_row2 .widget-type-rich_text h3 {
    font-size: 22px;
    padding: 28px 0;
    margin: 0;
  }
  .nopd.kid_row3 .plk_mdl .plk_mdl_inr_cnt {
    padding-bottom: 1px;
  }

  .kid_row4.p_iwc .widget-type-rich_text {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 20px;
    padding-right: 31px;
    margin-top: 36px;
  }

  .kid_row4.p_iwc .widget-type-rich_text h2 {
    font-size: 32px;
  }

  .kid_row4 a.hs-button {
    margin-right: 0;
    width: 158px;
    height: 37px;
    margin-bottom: 42px;
    font-size: 13.6054px;
    margin-top: 19px;
  }
  .bnr_form .hs-form-field>.input { 
    margin-right: 0 !important;
  }
  .bnr_form .hs-form-field {
    width: 100% !important;
  }

  .pop_open   .gb_pop_wrap.form_pop {
    display: block;
  }
  .a_row1_sec1 .span6:last-child {
    padding-right: 20px;
  }

  .a_row3_sec1 .span4 .widget-type-rich_text {
    padding-bottom: 80px;
  }

  .a_row1_sec1 .widget-type-rich_text {
    margin-top: 36px;
    padding-left: 20px;
    padding-bottom: 30px;
  }

  .a_row1_sec1 .widget-type-rich_text h2 {
    font-size: 32px;
  }

  .a_row1_sec1 .widget-type-rich_text p {
    font-size: 12px;
  }
  .about_main_row2 .widget-type-rich_text h3 {
    font-size: 28px;
  }

  .about_main_row2 .widget-type-rich_text {
    padding: 0 20px;
  }

  .strong_sec.about_main_row2 .widget-type-rich_text p {
    margin-top: 15px;
    font-size: 11px;
    margin-bottom: 15px;
  }

  .about_main_row2 .widget-type-rich_text h2 {
    font-size: 22px !important;
    margin-bottom: 10px;
  }

  .a_row3_sec1 .span4 {
    width: 100%;
    padding: 0 20px;
  }

  .a_row3_sec1 .span4 .widget-type-rich_text {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .a_row3_sec1 .span4 .widget-type-rich_text h2 {
    font-size: 30px;
    margin-bottom: 3px;
  }

  .a_row3_sec1 .span4 .widget-type-rich_text p:first-of-type {
    margin-top: 20px;
  }

  .a_row3_sec1 .span4 .widget-type-rich_text p {
    font-size: 11px;
  }

  .a_row3_sec1 .span8 {
    width: 100%;
  }
  .black_bg .widget-type-rich_text {
    padding: 20px;
  }

  .black_bg .widget-type-rich_text h2 {
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .black_bg .widget-type-rich_text p {
    font-size: 12px;
  }

  .a_row3_sec3 img {
    display: block;
  }

  .a_row3_sec4 a.hs-button {
    margin-bottom: 44px;
    width: 126px;
    height: 42px;
    font-size: 14px;
  }

  .a_row3_sec4.black_bg .widget-type-rich_text h2 {
    padding-top: 15px;
  }

  .a_row1_sec2 .cwvc_mdl .cwvc_mdl_ryt_inr {
    margin-left: 0;
  }

  .a_row1_sec2 .cwvc_mdl .cwvc_mdl_vdo {
    margin-left: 0;
  } 

  .a_row1_sec1 .widget-type-linked_image,
  .a_row3_sec1 .widget-type-linked_image{
    width: 100%; 
    padding-left: 20px;
  }
  .a_row1_sec2 .cwvc_mdl .cwvc_mdl_ryt {
    padding-right: 20px;
  }
  .nopd1.white.sch_row1 h1 + h1 {
    margin-bottom: 0;
  }
  .gb_pop_inr {
    opacity: 0;
    transition: all 0.2s linear;
    transition-delay: 0.8s;
  }
  .pop_open .gb_pop_inr { 
    opacity: 1;
  }
  .pop_open .gb_pop_wrap.cd_pop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .gb_pop_wrap {
    visibility: hidden;
    opacity: 0;
    display: block;
    pointer-events: none;
  }


}
@media(max-width:680px){
  .a_row1_sec1 .widget-type-linked_image,
  .a_row3_sec1 .widget-type-linked_image{
    width: 100%;
    padding-left: 0;
  }
}


@media(max-width:400px){
  .bp_vdo {
    padding-bottom: 72%;
    position: relative;
  }


}

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

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* ------- Custom Css -------- */

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

@font-face {
  font-display: block;
  font-family:"Lulo-Clean-W01-One-Bold";
  src:url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/0163ac22-50a7-406e-aa64-c62ee6fbf3d7.eot") format("eot"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/aee74cb3-c913-4b54-9722-6001c92325f2.woff2") format("woff2"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/80de9d5d-ab5f-40ce-911b-104e51e93d7c.woff") format("woff"),
        url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/1b46b05b-cfdd-4d82-8c2f-5c6cfba1fe60.ttf") format("truetype") 
          }
@font-face {
  font-display: block;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400; 
  src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/opensans-regular-webfont.eot') format('embedded-opentype'),
    url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/opensans-regular-webfont.woff') format('woff'),
      url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/opensans-regular-webfont.ttf') format('truetype');
        }
@font-face {
  font-display: block;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700; 
  src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/opensans-bold-webfont.eot') format('embedded-opentype'), 
    url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/opensans-bold-webfont.woff') format('woff'),
      url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/opensans-bold-webfont.ttf') format('truetype');
        }
@font-face {
  font-display: block;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400; 
  src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/opensans-italic-webfont.eot') format('embedded-opentype'), 
    url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/opensans-italic-webfont.woff') format('woff'),
      url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/opensans-italic-webfont.ttf') format('truetype');
        }
@font-face {
  font-display: block;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700; 
  src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/opensans-bolditalic-webfont.eot') format('embedded-opentype'),
    url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/opensans-bolditalic-webfont.woff') format('woff'),
      url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/opensans-bolditalic-webfont.ttf') format('truetype');
        }
@font-face {
  font-family: wf_9338ff079f2e4ad3a35cc408d;
  src: url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/file.woff2") format("woff2"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/file.woff") format("woff"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/file.ttf") format("ttf"); 
        }
@font-face {
  font-family: wf_5dc820f0905d49fab7d3ee354;
  src: url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/file1.woff2") format("woff2"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/file1.woff") format("woff"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/file1.ttf") format("ttf"); 
        }

@font-face {
  font-family: wf_e43922735b384c79b01600f9e;
  src: url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/file2.woff2") format("woff2"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/file2.woff") format("woff"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/file2.ttf") format("ttf"); 
        }
@font-face {
  font-family: wf_32c42f96f2ab455586ad076a1;
  src: url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/file3.woff2") format("woff2"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/file3.woff") format("woff"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/file3.ttf") format("ttf"); 
        }

@font-face {
  font-display: block;
  font-family: "Oswald-Medium";
  src: url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/os.eot") format("eot"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/os.woff2") format("woff2"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/os.woff") format("woff"),
        url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/os.ttf") format("truetype"),
          url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/os.svg") format("svg");
            }
@font-face {
  font-display: block;
  font-family: "Oswald-Medium";
  font-weight: 700;
  src: url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/os1.svg") format("eot"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/os1.woff2") format("woff2"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/os1.woff") format("woff"),
        url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/os1.ttf") format("truetype"),
          url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/os1.svg") format("svg");
            }
@font-face {
  font-display: block;
  font-family:"Futura-LT-W01-Book"; 
  src:url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/f_book.eot") format("eot"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/f_book.woff2") format("woff2"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/f_book.woff") format("woff"),
        url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/f_book.ttf") format("truetype");  
          }
@font-face {
  font-display: block;
  font-family:"Bree-W01-Thin-Oblique"; 
  src:url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/BreeW01-ThinOblique.eot") format("eot"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/BreeW01-ThinOblique.woff2") format("woff2"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/BreeW01-ThinOblique.woff") format("woff"),
        url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/BreeW01-ThinOblique.ttf") format("truetype");
          }

@font-face {
  font-display: block;
  font-family: "Helvetica-W01-Light";
  src: url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/HelveticaW01-Light.eot") format("eot"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/HelveticaW01-Light.woff") format("woff"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/HelveticaW01-Light.ttf") format("truetype");

        }
@font-face {
  font-display: block;
  font-family: "Helvetica-W02-Light";
  src: url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/HelveticaW02-Light.eot") format("eot"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/HelveticaW02-Light.woff") format("woff"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/HelveticaW02-Light.ttf") format("truetype");

        }
@font-face {
  font-display: block;
  font-family: "Helvetica-W01-Bold";
  src: url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/HelveticaW01-Bold.eot") format("eot"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/HelveticaW01-Bold.woff") format("woff"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/HelveticaW01-Bold.ttf") format("truetype");

        }
@font-face {
  font-display: block;
  font-family: "Helvetica-W02-Bold";
  src: url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/HelveticaW02-Bold.eot") format("eot"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/HelveticaW02-Bold.woff") format("woff"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/HelveticaW02-Bold.ttf") format("truetype");
        }

@font-face {
  font-display: block;
  font-family: "Helvetica-LT-W10-Bold";
  src: url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/HelveticaLTW10-Bold.eot") format("eot"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/HelveticaLTW10-Bold.woff") format("woff"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/HelveticaLTW10-Bold.woff") format("truetype");

        }
@font-face {
  font-display: block;
  font-family:"Avenir-LT-W01_35-Light1475496";
  src:url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/AvenirLTW01-35Light.eot") format("eot"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/AvenirLTW01-35Light.woff2") format("woff2"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/AvenirLTW01-35Light.woff") format("woff"),
        url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/AvenirLTW01-35Light.ttf") format("truetype");

          }
@font-face {
  font-display: block;
  font-family: "Helvetica-W01-Roman"; 
  src: url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/HelveticaW01-Roman.eot") format("eot"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/HelveticaW01-Roman.woff") format("woff"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/HelveticaW01-Roman.ttf") format("truetype") 
        }
@font-face {
  font-display: block;
  font-family: "Helvetica-W02-Roman"; 
  src: url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/HelveticaW02-Roman.eot") format("eot"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/HelveticaW02-Roman.woff") format("woff"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/HelveticaW02-Roman.woff") format("truetype");
        } 
@font-face {
  font-display: block;
  font-family: "Helvetica-LT-W10-Roman"; 
  src: url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/HelveticaLTW10-Roman.eot") format("eot"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/HelveticaLTW10-Roman.woff") format("woff"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/HelveticaLTW10-Roman.ttf") format("truetype");
        } 
@font-face { 
  font-display: block;
  font-family:"Proxima-N-W01-Reg";
  src:url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/ProximaNW01-Reg.eot") format("eot"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/ProximaNW01-Reg.woff2") format("woff2"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/ProximaNW01-Reg.woff") format("woff"),
        url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/ProximaNW01-Reg.ttf") format("truetype");
          } 
@font-face {
  font-display: block;
  font-family: "Oswald-ExtraLight"; 
  src: url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/Oswald-ExtraLight.eot") format("eot"),
    url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/Oswald-ExtraLight.woff2") format("woff2"),
      url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/Oswald-ExtraLight.woff") format("woff"),
        url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/Oswald-ExtraLight.ttf") format("truetype"),
          url("https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/Oswald-ExtraLight.svg") format("svg");
            }



@font-face {
  font-family: wf_315f88eeb5b843eea156a4498;
  src: url() format("woff2"),
    url(https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/AktivGrotesk-XBold.woff) format("woff"),
    url(https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/AktivGrotesk-XBold.ttf) format("ttf"); 
}

@font-face {
  font-family: wf_d5b7f56668cc412b844602bf7;
  src: url(https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/LeagueGothic-Regular.woff2) format("woff2"),
    url(https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/LeagueGothic-Regular.woff) format("woff"),
    url(https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/LeagueGothic-Regular.ttf) format("ttf"); 
}

@font-face {
  font-family: wf_7d4fe113c8094321a917733fb;
  src: url(https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/AktivGrotesk-Regular.woff2) format("woff2"),
    url(https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/AktivGrotesk-Regular.woff) format("woff"),
    url(https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/AktivGrotesk-Regular.ttf) format("ttf"); 
}

@font-face {
  font-family: wf_f268d71303ab4174a6509a4bc;
  src: url(https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/AktivGrotesk-XBold.woff2) format("woff2"),
    url(https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/AktivGrotesk-XBold.woff) format("woff"),
    url(https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/fonts/AktivGrotesk-XBold.ttf) format("ttf"); 
}


@font-face {
    font-family: 'GT Walsheim';
    src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-ULtOb.woff2') format('woff2'),
        url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-ULtOb.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-ULt.woff2') format('woff2'),
        url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-ULt.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-Th.woff2') format('woff2'),
        url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-Th.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-ThOb.woff2') format('woff2'),
        url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-ThOb.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-LtOb.woff2') format('woff2'),
        url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-LtOb.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-Lt.woff2') format('woff2'),
        url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-Rg.woff2') format('woff2'),
        url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-RgOb.woff2') format('woff2'),
        url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-RgOb.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-MdOb.woff2') format('woff2'),
        url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-MdOb.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-Md.woff2') format('woff2'),
        url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-BdOb.woff2') format('woff2'),
        url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-BdOb.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-Bd.woff2') format('woff2'),
        url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-BlOb.woff2') format('woff2'),
        url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-BlOb.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-Bl.woff2') format('woff2'),
        url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-Bl.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-UBdOb.woff2') format('woff2'),
        url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-UBdOb.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-UBd.woff2') format('woff2'),
        url('https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/KidStrong_December2021/Fonts/GTWalsheim/GTWalsheimLC-UBd.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
  line-height: normal;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p { 
  margin: 0 0 10px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none; 
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  line-height: 1;
} 
h3{
  line-height: 1.3
}
h5{
  line-height: 1.25
}
h6{
  line-height: 1.55
}
/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 14px;
  margin-bottom: 0.35rem;
  font-family: Montserrat;
  line-height: normal; 
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea { 
  border-style: solid;
  display: block;
  max-width: 600px;
  width: 100%;
  background-color: #FCFCFC;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  height: auto;
  padding: 5px 4px;
  line-height: normal;  
}
form input[type=text]:focua, 
form input[type=email]:focua,
form input[type=password]:focua,
form input[type=tel]:focua,
form input[type=number]:focua,
form input[type=file]:focua,
form select:focua,
form textarea:focua { 
  box-shadow: 0px 0px 3px #bedafa; 
  outline:none;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  font-size: 14px;
  COLOR: #bd1517;
  font-family: SourceSansPro-Regular;
  font-weight: normal; 
}
 

form .hs-error-msg, .hs_error_rollup label {
  color: #EF6B51;
  margin-top: 0.35rem;
  
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  font-family: Sans;
  font-size: 14px;
  line-height: 100%;
  margin: 10px 0; 
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

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

/* Header container */

.hd_top {
  padding-top: 25px;
}

.hd_logo img {
  width: 80px !important;
  display: block;
}

.hd_logo {
  display: inline-block;
}


.hd_ryt {
  display: inline-block;
  padding-left: 16px;
  position: relative;
  top: 7px;
}  

.hd_ryt_top h2 {
  line-height: 1.25em;
  text-align: left;
  font-size: 20px;
  letter-spacing: normal;
  font-family: wfont_ebdaf1_9338ff079f2e4ad3a35cc408d262fc59,wf_9338ff079f2e4ad3a35cc408d,orig_aktiv_grotesk;
  color: inherit;
}

.hd_ryt_top h2 strong {
  font-family: wfont_ebdaf1_5dc820f0905d49fab7d3ee35413c0222,wf_5dc820f0905d49fab7d3ee354,orig_aktiv_grotesk_xbold;
}


.hd_ryt_top h2 small {
  font-family: wfont_ebdaf1_5dc820f0905d49fab7d3ee35413c0222,wf_5dc820f0905d49fab7d3ee354,orig_aktiv_grotesk_xbold;
  font-size: 7px;
}

.hd_ryt_top h2 span {
  font-size: 10px;
  font-family: wfont_ebdaf1_e43922735b384c79b01600f9e51258a9,wf_e43922735b384c79b01600f9e,orig_aktiv_grotesk;
}
.hd_ryt_top {
  padding-top: 5px;
  display: block;
}

.hd_cnt {
  font-size: 14px;
  line-height: 1.55em;
  text-align: left;
  margin-bottom: 10px;
  color: inherit;
  padding-top: 5px;
}


.custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hd_bt {
  margin-top: 13px;
  display: flex; 
  align-items: center; 
  
}
ul.submenu.level-1 li a {
  display: inline-block;
  padding: 8px;
  color: rgb(0, 0, 0);
  line-height: 28px;
  font-family: oswald-medium, oswald, sans-serif;
  font-size: 20px; 
  padding-top: 5px;
}

nav.navigation-primary > ul {
  display: flex;
  padding-right: 23px;
  gap: 14px;
  justify-content: space-between;
  word-break: break-all;
 
}

ul.submenu.level-1 li a{
  border-top: 4px solid transparent;
}
.hd_group {
  background: rgb(251, 251, 251);
  padding-bottom: 6px 
}
ul.submenu.level-1 li a:hover{
  border-top-color: rgb(0, 0, 0);
}
.custom-menu-primary {
  display: inline-block;
}

.hd_social {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  
  vertical-align: middle; 
}

.hd_social img {
  width: 20px !important;
  margin-right: 6px;
}

.hd_social > div {
  display: inline-block;
}
ul.submenu.level-2 {
  display: none;
}
@media(max-width:776px)
  {
    nav.navigation-primary >ul
    {
  display: flex;
  word-break: break-all;
  padding-right: 23px;
  gap: 14px;
  justify-content: space-between;
    }
}

@media(min-width:1081px){

  ul.submenu.level-1 > li > a.home{
    
  }

  ul.submenu.level-1 > li > a.locations{
    
  }

  ul.submenu.level-1 > li > a.parties{
    
  }

  ul.submenu.level-1 > li> a.camps {
    
  }
  
  ul.submenu.level-1 > li> a.own-a-kidstrong {
   
  }

  ul.submenu.level-1 > li > a.about{
    
  }

  ul.submenu.level-1 > li > a.careers{
    
  }
  .mb_logo{
    display:none;}
  .hd_ryt_two{
    display: none;}
}



@media(min-width:768px){
  .mb_trigger {
    display: none;
  }
  .equipment,
  .nj-camps-faq{
    display: none;
  }
  li.has-submenu.menu-item {
    position: relative;
  }

  ul.submenu.level-2 {
    position: absolute;
    margin-top: -10px;
    padding: 15px 5px 0 5px;
    min-width: 180px;
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  ul.submenu.level-1 li a.active-branch, ul.submenu.level-1 li a.active-item {
    border-top-color: rgba(0,0,0,1.0);
  }
  li.has-submenu.menu-item:hover ul.submenu.level-2 {
    visibility: visible;
    transition: visibility;
    transition-delay: .2s;
    opacity: 1;
    z-index: 99;
  }
  ul.submenu.level-2 li a {
    display: block; 
    line-height: 35px;
  }
  /*.mb_logo {
    display: none;
  }*/
  .hd_ryt_two{
    display:none;}
  li.has-submenu.menu-item:hover {
    overflow: visible;
  }

  li.has-submenu.menu-item {
    overflow: hidden;
  }


}

@media(min-width:768px) and (max-width:850px){
  ul.submenu.level-1 li a { 
    font-size: 18px; 
  }

}

@media(max-width:1080px){
  .hd_social {
    display: none;
  }
  .dsk_logo {
    display: none;
  }
  .mb_logo{
    display:none;}
  .hd_bt {
    margin-top: 0;
    display: none;
    word-break: break-word;
  }
  .hd_logo img {
    width: 56px !important;
  }

  .hd_top {
    padding-top: 7px;
  }

  .hd_cnt {
    display: none;
  }
  .hd_ryt_two{
    display: inline-block;
    padding-left: 0;
    position: relative;
    top: 0;
    vertical-align: top;
    padding-top: 16px;
    margin-left: -4px;}
  .hd_ryt {
    display: none;
  }
  .hd_ryt_top h2 {
    line-height: 1.25em;
    text-align: left;
    font-size: 16px;
  }
  .hd_ryt_top h2 small {
    font-size: 10px;
  }
  .header__container.content-wrapper {
    padding: 0 19px;
  }


  .mb_trigger line {
    stroke: rgb(24, 24, 24);
    stroke-width: 3px;
    height: 17px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform-origin: 8.5px 0;
  }

  .mb_trigger svg {
    transition-duration: .15s;
    transition-property: stroke;
    height: 17px;
    stroke: rgb(24, 24, 24);
    stroke-width: 3px;
    width: 20px;
    overflow: visible;
  }

  line._14o7S.lYas7 {
    transform: translateY(16.5px);
    -webkit-animation-name: _3as_Z;
    animation-name: _3as_Z;
  }

  line._2Hv4b.lYas7 {
    transform: translateY(8.5px);
    -webkit-animation-name: _3hmpN;
    animation-name: _3hmpN;
  }

  line._2GXJm.lYas7 {
    transform: translateY(0.5px);
    -webkit-animation-name: _3-0SO;
    animation-name: _3-0SO; 
  }

  .mb_trigger {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 19px;
    top: 15px;
    cursor: pointer;
  }
  header.header {
    min-height: 87px;
  }
  .hd_group {
    min-height: 0px;
    position: fixed;
    width: 100%;
    top: 0;    
    z-index: 99; 
  }
  .hd_bt {
    background: rgb(24, 24, 24);
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: opacity .3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .menu_open .hd_bt {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    overflow: auto; 
  }
  .menu_open .mb_trigger {
    z-index: 99;
  }
  .menu_open .mb_trigger line {
    stroke: rgb(251, 251, 251);
  }

  .custom-menu-primary {
    padding-top: 80px;
    padding-bottom: 20px;
    display: block;
  }

  .custom-menu-primary ul li {
    padding: 0 20px 0 20px;
    text-align: center;
  }

  body .custom-menu-primary .navigation-primary ul li a {
    padding: 10px 20px;
    text-align: center;
    color: #fbfbfb !important;
    font: normal normal normal 12px/1.43em 'Open Sans',sans-serif;
    border: 0;
  }

  .custom-menu-primary ul {
    flex-direction: column;
    letter-spacing: 2px;
    align-items: center;
  }
  .custom-menu-primary .child-trigger:before {
    content: "\ff0b";
    color: #fbfbfb;
    padding: 10px 16px 10px 20px;
    position: relative;
    display: inline-block;
    margin-left: -22px;
    width: 22px;
    text-align: right;
    left: 6px;
    font-size: 12px;
    cursor: pointer;
  } 
  body li.has-submenu.menu-item ul.submenu.level-2 {
    background: transparent !important;
  }
  li.has-submenu.menu-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 22px;
    flex-wrap: wrap;
  }

  li.has-submenu.menu-item.child_open ul.submenu.level-2 {
    display: block;
  }
  body .custom-menu-primary .navigation-primary ul ul li a {
    font-size: 10.8px;
    line-height: 17.16px;
  } 
  .custom-menu-primary .child_open .child-trigger:before {
    content: "\ff0d";
  }
  ul.submenu.level-2 {
    width: 100%;
  }  
  @-webkit-keyframes _3Z0Vr {
    0% {
      transform: translateY(.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotate(45deg)
    }
  }

  @keyframes _3Z0Vr {
    0% {
      transform: translateY(.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotate(45deg)
    }
  }
  @-webkit-keyframes _2dvzN {
    0% {
      transform: translateY(16.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotate(-45deg)
    }
  }

  @keyframes _2dvzN {
    0% {
      transform: translateY(16.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotate(-45deg)
    }
  }

  @-webkit-keyframes _1qUqu {
    0% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotateX(90deg)
    }
  }

  @keyframes _1qUqu {
    0% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotateX(90deg)
    }
  }
  @-webkit-keyframes _3-0SO {
    to {
      transform: translateY(.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    0% {
      transform: translateY(8.5px) rotate(45deg)
    }
  }

  @keyframes _3-0SO {
    to {
      transform: translateY(.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    0% {
      transform: translateY(8.5px) rotate(45deg)
    }
  }

  @-webkit-keyframes _3hmpN {
    to {
      transform: translateY(16.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    0% {
      transform: translateY(8.5px) rotate(-45deg)
    }
  }

  @keyframes _3hmpN {
    to {
      transform: translateY(16.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    0% {
      transform: translateY(8.5px) rotate(-45deg)
    }
  }

  @-webkit-keyframes _3as_Z {
    to {
      transform: translateY(8.5px)
    }

    0% {
      transform: translateY(8.5px)
    }
  }

  @keyframes _3as_Z {
    to {
      transform: translateY(8.5px)
    }

    0% {
      transform: translateY(8.5px)
    }
  }

  .hd_ryt_top {
    padding-top: 2px; 
  }  

  .menu_open line._2GXJm.lYas7 {
    -webkit-animation-name: _3Z0Vr;
    animation-name: _3Z0Vr;
  }
  .menu_open line._2Hv4b.lYas7 {
    -webkit-animation-name: _2dvzN;
    animation-name: _2dvzN;
  }

  .menu_open line._14o7S.lYas7 {
    -webkit-animation-name: _1qUqu;
    animation-name: _1qUqu;
  }
  .menu_open .mb_trigger svg { 
    width: 17px; 
  } 
  .menu_open {
    overflow: hidden;
  }
  .scroll-header .hd_group {
    visibility: hidden;
    transition: .2s ease-in;
    opacity: 0;
  }
  .animate .hd_group {
    visibility: visible;
    transition: .2s;
    opacity: 1;
  }

}
.footer__copyright {
  background-color: rgba(24,24,24,1);
  padding: 10px 10px 17px;
  color: rgb(251, 251, 251);
  line-height: 1.43em;
  text-align: center;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
}

.footer__copyright .footer__container.content-wrapper {
  padding-right: 31px;
}
.ft_social img {
  width: 35px !important;
  height: 35px;
  max-width: 100%;
}

.ft_cnt > div {
  max-width: 639px;
  text-align: center;
  margin: 0 auto 46px;
  font-style: italic;
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
  font-size: 14px;
}

.ft_cnt a {
  color: inherit !important;
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
  text-decoration: underline;
  font-size: 14px;
  font-style: normal;
}

.ft_cnt {
  padding-right: 21px;
  line-height: normal;
}

.ft_social > div {
  display: inline-block;
  margin-right: 6px;
}

.ft_social {
    text-align: center;
    margin-bottom: 27px;
    padding-right: 9px;
}

.ft_top {
  text-align: center;
}

.ft_btns > div {
  display: inline-block;
}

a#hs-button_LOCATIONS {
  background: rgb(0, 255, 60);
  color: rgb(0, 0, 0);
  font-family: oswald-medium, oswald, sans-serif;
  font-size: 15px;
  font-style: italic;
  width: 146px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  transition: all 0.4s ease 0s;
  margin-top: 0;
}

.ft_btns {
  padding-right: 32px;
}

a#hs-button_OWN_A_KIDSTRONG {
  background: rgba(251, 251, 251, 0);
  color: #fff;
  font-family: oswald-medium, oswald, sans-serif;
  font-size: 14px;
  font-style: italic;
  width: 146px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  border: 3px solid rgb(0, 255, 60);
  margin-left: 10px;
  transition: all 0.4s ease 0s;
  margin-top: 0;
}

a#hs-button_LOCATIONS:hover {
  background: rgb(0, 0, 0);
  color: rgb(253, 247, 51);
}

a#hs-button_OWN_A_KIDSTRONG:hover {
  background: rgba(251, 251, 251, 0.6);
  color: rgb(24, 24, 24);
  border-color: rgb(251, 251, 251);
}
.ft_title {
  color: rgb(250, 250, 250);
  font-family: oswald-medium,oswald,sans-serif;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  letter-spacing: normal;
  padding: 21px 12px 13px 0;
}
@media(max-width:767px){
  .footer__copyright { 
    padding: 20px 0 19px; 
    line-height: 1.43em;
    text-align: center;
    font-size: 14px;
    padding-left: 10px;
  }

  .ft_cnt>div {
    font-size: 12px;
    max-width: 233px;
    margin-bottom: 27px;
  }

  .ft_cnt a {
    font-size: 12px;
  }
  .ft_social {
    text-align: center;
    margin-bottom: 23px;
    padding-right: 0;
    padding-left: 9px;
  }

  .ft_social>div {
    display: inline-block;
    margin-right: 11px;
  }

  .ft_cnt {
    padding-right: 0; 
  }
  .ft_btns>div {
    display: block;
    text-align: center;
  }
  .ft_btns {
    padding-right: 0;
  }
  a#hs-button_LOCATIONS {
    margin-bottom: 10px;
    width: 120px;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
  }
  a#hs-button_OWN_A_KIDSTRONG {
    font-size: 11.8861px;
    width: 120px;
    height: auto;
    margin-bottom: 10px;
    padding: 7px 0 8px;
    margin-left: auto;
    margin-right: auto;
  }
  .ft_title > * {
    max-width: 198px;
    font-size: 13px;
    margin: 0 auto;
    display: block;
  }
  .ft_title {
    font-size: 13px;
    padding: 11px 0 10px 0;
  }


}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

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

.listing-top-grp .dnd-section {
  padding: 0;
}
.listing-top-grp .dnd-section > .row-fluid {
  max-width: 100%;
  width: 100%;
}

/******** Popup ********/
.tooltip.in {
  opacity: 1 !important;
}
.byline-right-col {
  margin: 0 -9px 0 3px;
}
.custom-share-pop1 {
  display: none;
}
.byline .byline-author-avatar {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}
.byline .byline-author-sec {
  padding-left: 10px;
  font-size: 12px;
}
.byline .author-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.byline .author-name a {
  color: rgba(49,48,44,1);
  text-decoration: none;
}
.byline-date {
  color: rgba(49,48,44,1);
}
.byline-date span:after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 8px;
  background-color: rgba(49,48,44,1);
  display: inline-block;
  vertical-align: middle;
}
.byline-date span:last-child:after {
  content: none;
}
.share-btn {
  position: relative;
  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;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 0;
  /*   margin-top: -3px; */
}
.share-btn svg {
  fill: #001ED7;
}
.post-header h2 {
  font-size: 22px;
  margin: 0 0 11px;
  font-weight: normal;
  font: normal normal normal 22px/27px lato-light,lato,sans-serif;
  line-height: normal;
  color: rgba(49,48,44,1);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}  
.post-header h2 a {
  color: rgba(49,48,44,1);
  text-decoration: none;
}
.post-listing .post-item .post-item-inner:hover .share-btn svg {
  fill: rgba(62,92,148,1);
}
.share-icon-wrapper {
  position: relative;
}
.pop-one-open .custom-share-pop1 {
  display: block;
  position: absolute;
  top: 29px;
  z-index: 900;
  right: 30px;
  min-width: 200px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  background-color: rgb(251, 251, 251);
}
.custom-share-pop1 .custom-share-pop1-action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 18px 15px;
  cursor: pointer;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._2Ug1X {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._3frxo.blog-icon-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  fill: #001ED7;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._2S-NA.blog-text-color.action-button__text {
  font-size: 14px;
  margin-left: 12px;
  white-space: nowrap;
  color: rgb(24, 24, 24);
  line-height: normal;
  font-family: arial;
}
.custom-social-share-popup-wrapper {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.pop-two-open .custom-social-share-popup-wrapper {
  visibility: visible;
  opacity:1;
  transition: all 0.4s;
}
.custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateY(-50px);
  transition: all 0.4s; 
  opacity: 0;
}
.pop-two-open .custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  transform: translateY(0);
  opacity: 1;
}
.custom-social-share-popup-wrapper .custom-social-share-pop {
  width: 98%;
  max-width: 452px;
  background-color: rgb(251, 251, 251);
}
.custom-social-share-pop .custom-social-share-pop-col-inner {
  padding: 60px;
  color: rgb(24, 24, 24);
  font: normal normal normal 40px/50px oswald-medium,oswald,sans-serif;
  font-size: 28px;
  line-height: normal;
}
.custom-social-share-pop .share-pop-title {
  margin: 0 0 30px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: rgb(24, 24, 24);
}
.pop-sharebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pop-sharebox span {
  margin-right: 38px;
}
.pop-sharebox span:last-child {
  margin-right: 0;
}
.pop-sharebox a {
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: #4464a3;
  text-align: center;
}
.pop-sharebox a._3WNXk {
  background: #333;
}
.pop-sharebox a._2kU7C {
  background: #0077b5;
}
.pop-sharebox a._1ie6c {
  background: #55acee;
}
.pop-sharebox a svg {
  fill: #fff;
  vertical-align: middle;
  margin-top: 3px;
}
.shre-link-box-pop {
  display: none;
}
.share-pop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.share-pop-close-btn {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 15px;
  padding: 0;
  background: transparent;
  border: 0;
  z-index: 9;
}
.share-pop-close-btn svg {
  fill: rgb(255, 255, 255) !important;
  fill-rule: evenodd;
}
.sharelink-pop-open .shre-link-box-pop {
  display: block;
}
.sharelink-pop-open .shre-post-linkbox {
  display: none;
}
.shre-link-box-pop .shre-link-box-pop-input-wrap {
  margin-bottom: 30px;
  position: relative;
  height: 64px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.shre-link-box-pop input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Avenir Next;
  font-size: 14px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #001ED7;
  font-family: "Avenir Next";
  line-height: normal;
  position: relative;
  top: 0;
}
.shre-link-box-pop input[type="text"]:focus {
  box-shadow: none;
  outline:none;
}
.shre-link-box-pop .input-border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
  pointer-events: none;
  opacity: .2;
  border-color: rgb(24, 24, 24);
  height: 64px;
}
.shre-link-pop-btns-grp {
  margin: 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 16px 0 4px;
}
.shre-link-pop-btns-grp .shre-link-pop-btns-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.shre-link-pop-btns-grp .blog-btn {
  font-size: 14px;
  padding: 0 24px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  height: 40px;
  font-size: 16px;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  color: #3D52D1;
  border-color: #3D52D1;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-color: rgb(54, 71, 157);
  color: rgb(54, 71, 157);
  font: normal normal normal 20px/25px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  font-size: 14px;
}
.shre-link-pop-btns-grp .blog-btn.copy-btn {
  background-color: #3D52D1;
  color: rgb(24, 24, 24)FFF;
  border: none;
}

.content-wrapper {
  margin: 0 auto;
}

/*--------------- Post Page --------------------- */
.post-bottom-section .custom-social-share-pop .share-pop-title {
  text-align: left;
}

.post-bottom-section .custom-social-share-pop .share-pop-title svg {
  fill: rgb(24, 24, 24);
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.custom-share-pop1-action-btn svg {
  fill: rgb(24, 24, 24);
}

.custom-share-pop1-action-btn {
  color: #000;
}

.custom-share-pop1 .custom-share-pop1-action-btn ._2S-NA.blog-text-color.action-button__text {
  color: rgb(24, 24, 24);
}
.cm-blog-list-wrapper .custom-social-share-pop .share-pop-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: normal normal normal 16px/20px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
}
.shre-link-box-pop input[type="text"] {
  color: rgb(24, 24, 24);
}
.shre-link-pop-btns-grp .blog-btn.copy-btn {
  background-color: rgb(54, 71, 157);
  color: rgb(251, 251, 251);
  font: normal normal normal 20px/25px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  font-size: 14px;
}
.blog-post-wrapper .custom-social-share-pop .custom-social-share-pop-col-inner {
  font-family: normal normal normal 16px/20px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
}

.blog-post-container .content-wrapper {
  max-width: 981px;
  padding: 0 20px 20px 21px;
  background-color: transparent;
}
.tags-advanced-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.tags-advanced-section ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 21px 0 23px;
}

.tags-advanced-section ul li + li {
  margin-left: 35.5px;
}
.tags-advanced-section ul li a {
  font: normal normal normal 14px/17px wfont_cbc1ea_e89bbfc1a21c4524a8d6ac95fe7a7795,wf_e89bbfc1a21c4524a8d6ac95f,orig_quicksand_semibold;
  line-height: normal;
  color: rgb(24, 24, 24);
  text-decoration: none;
}
.tags-advanced-section ul li a:hover {
  color: rgb(254, 194, 130);
}
.top-section .col1 a:hover {
  color: rgb(254, 132, 130);
}
.post-body-section {
  margin-top: 20px;
  padding: 60px;
  line-height: normal;
  font: normal normal normal 18px/22px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  color: rgb(24, 24, 24);
  background-color: rgb(251, 251, 251);
  border: 1px solid rgba(173, 183, 219, 0.75);
}
.post-body-section .inner {
  max-width: 740px;
  margin: 0 auto;
}
.top-section {
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 24px;
}
.top-section .col1 {
  font-size: 14px;
  line-height: 1.5;
  color: rgb(24, 24, 24);
  float: left;
}
.top-section .author img {
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.top-section .col1 .dots {
  margin: 0 4px;
  background-color: rgb(24, 24, 24);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.top-section .col1 > span {
  display: inline-block;
  vertical-align: middle;
  opacity: .8;
}
.top-section .col1 > span.author {
  opacity: 1;
}
.top-section .col2 {
  float: right;
}
.top-section .col2 .share-btn svg {
  fill: rgb(24, 24, 24);
}
.top-section .col2 .share-btn svg:hover {
  fill: #042CB4;
}
.blog-post-container .title h1 {
  font: normal normal normal 40px/50px oswald-medium,oswald,sans-serif;
  line-height: normal;
  color: rgb(24, 24, 24);
  margin-bottom: 0;
}
.blog-post__body {
  margin-top: 25px;
}
.alignLeft {
  float: left;
  margin-right: 40px;
}
.blog-post__body p {
  line-height: 1.5;
  margin: 0;
}
.blog-post__body p:last-of-type {
  margin-bottom: 0;
}
.blog-post__body img {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}
.blog-post__body h2 {
  font: normal normal normal 28px/35px oswald-medium,oswald,sans-serif;
  font-size: 22px;
  line-height: 1.5;
  color: rgb(24, 24, 24);
  margin: 0;
}
.blog-post__body h3 {
  font-family: lulo-clean-w01-one-bold, sans-serif;
  font-size: 22px;
  line-height: 1.5;
  color: rgb(24, 24, 24);
  margin: 0;
}
.post-bottom-section {
  margin-top: 50px;
  border-top: 1px solid rgb(24, 24, 24);
  border-bottom: 1px solid rgb(24, 24, 24);
  font-size: 14px;
  line-height: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-color: rgb(24 24 24 / 20%);
}
.post-bottom-section .col1 {
  display: flex;
  color: rgb(84, 84, 84);
  padding-right: 20px;
}
.post-bottom-section .col1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.post-bottom-section .col1 ul li {
  line-height: 0;
}
.post-bottom-section .col1 ul li a {}

.post-bottom-section .col1 ul li a svg {
  fill: rgb(24, 24, 24);
}
.post-bottom-section .col1 ul li.twitter a:hover svg {
  fill: #55acee;
}
.post-bottom-section .col1 ul li + li {
  margin-left: 30px;
}
.post-bottom-section .col1 ul li.facebook a:hover svg {
  fill: #4464a3;
}
.post-bottom-section .col1 ul li.linkedin a:hover svg {
  fill: #0077b5;
}
.post-bottom-section .col1 ul li.share-btn-inner:hover svg {
  fill: rgb(254, 132, 130);
  cursor: pointer;
}
.post-bottom-section .col1 ul li {
  cursor: pointer;
}
.post-bottom-section .col2 .blog-post__tags span {
  margin: 0 8px;
}
.post-bottom-section .col2 .blog-post__tags a {
  color: rgb(84, 84, 84);
  text-decoration: none;
}
.post-bottom-section .col2 .blog-post__tags a:hover {
  color: rgb(254, 132, 130);
}
.custom-recent-post-bottom-section {
  padding-top: 23px;
  padding-top: 23px;
}
.recent-post-title {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 29px;
}

.recent-post-title a {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
}
.recent-post-title a:hover {
  color: rgb(54, 71, 157);
}
.blog-post-container .content-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.recent-post-middle {
  padding: 20px 0;
}
.custom-recent-post-bottom-section .item.blog-section {
  display: flex;
  justify-content: flex-start;
}
.custom-recent-post-bottom-section .hs-rss-item {
  width: 290px;
  background-color: #fff;
  border: 1px solid rgba(173, 183, 219, 0.75);
  font: normal normal normal 18px/22px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  line-height: normal;
}
.custom-recent-post-bottom-section .hs-rss-item + .hs-rss-item {
  margin-left: 34px;
}
.recent-post-title h3 {
  margin: 0;
  font: inherit;
  color: inherit;
}
.hs-rss-item .hs-left-featured-wrap a {
  padding-top: 56.25%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  display:block;
}
.hs-rss-item .hs-left-featured-wrap a img {
  display: none;
}
.custom-right-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: auto;
  padding: 24px;
  min-height: 149px;
}
.custom-right-group h2 a {
  color: inherit;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.custom-right-group h2 {
  font: normal normal normal 40px/50px oswald-medium,oswald,sans-serif;
  font-size: 18px;
  color: rgb(24, 24, 24);
  line-height: normal;
  margin: 0;
  text-transform: initial;
}
.custom-right-group h2 a:hover {
  color: rgb(54, 71, 157);
}
.custom-recent-post-bottom-section .comment {
  margin: auto 0 0;
  border-top: 1px solid rgb(24, 24, 24,0.2);
  font-size: 12px;
  padding-top: 15px;
  color: rgb(24, 24, 24);
}
.custom-recent-post-bottom-section .comment a {
  opacity: .8;
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.custom-recent-post-bottom-section .comment a svg {
  fill: rgb(24, 24, 24);
  margin-right: 6px;
}
.custom-recent-post-bottom-section .comment a svg:hover {
  fill: rgb(54, 71, 157);
}
.custom-share-pop1 {
  background-color: rgb(255, 255, 255);
  color: rgb(84, 84, 84);
  line-height: normal;
  position: absolute;
  top: 25px;
  z-index: 900;
  right: 18px;
  min-width: 200px;
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  padding: 1px 7px 2px;
  font: normal normal normal 18px/22px wfont_cbc1ea_68c6954fdb744e6eaa481a76bd6266ca,wf_68c6954fdb744e6eaa481a76b,orig_quicksand_regular;
}
.blog-post__body blockquote {
  font: normal normal normal 24px/30px normal normal normal 16px/20px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  padding: 10px 20px 10px 18px;
  border-left-width: 2px;
  line-height: 1.5;
  margin: 15px 0 42px;
  border-color: rgb(254, 132, 130);
  color: rgb(24, 24, 24);
}
.blog-post__body a {
  color: rgb(54, 71, 157);
}
.blog-post__body a:hover {
  color: rgb(54, 71, 157);
}
.blog-post__body ol {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}

.blog-post__body ol li {
  line-height: 1.5;
  margin-left: 3em;
  position: relative;
}

.blog-post__body ol li:first-child {
  counter-reset: ol0;
}

.blog-post__body ol li:before {
  content: counter(ol0) ". ";
  counter-increment: ol0;
  left: -51px;
  position: absolute;
  text-align: right;
  width: 40px;
}

.blog-post__body ol li p {
  margin-bottom: 8px;
  line-height: 1.5;
  padding: 0;
}
.fancybox-slide--image .fancybox-content .fancybox-caption {
  margin-top: 0;
  padding: 0;
  bottom: -12%;
  font-size: 16px
}

body button.fancybox-button.fancybox-button--close {
  opacity: 1 !important
}

body button.fancybox-button.fancybox-button--close::before {
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased !important
}
body .fancybox-caption {
  background-color: transparent !important;
  background-image: none !important
}
body.compensate-for-scrollbar {
  margin-right: 0;
}
body .fancybox-bg {
  background-color: #000;
}

body button.fancybox-button.fancybox-button--zoom {
  display: none !important
}

body button.fancybox-button.fancybox-button--close {
  background-color: transparent !important
}

body button.fancybox-button.fancybox-button--close svg {
  width: 31px;
  height: 31px;
  stroke: rgb(24, 24, 24);
  stroke-width: 15
}

body button.fancybox-button.fancybox-button--close {
  color: rgb(24, 24, 24);
  right: 42px;
  top: 34px
}

body .fancybox-infobar {
  display: none !important;
}
body button.fancybox-button.fancybox-button--zoom,
body button.fancybox-button.fancybox-button--play,
body button.fancybox-button.fancybox-button--thumbs {
  display:none !important;
}
body .fancybox-navigation .fancybox-button div {
  padding:3px;
}
body .fancybox-button, 
body .fancybox-button:link,
body .fancybox-button:visited {
  color: rgb(24, 24, 24);
}
body .fancybox-button[disabled],
body .fancybox-button[disabled]:hover {
  color: rgb(24, 24, 24);
}
body .fancybox-button svg path {
  fill: currentColor;
  stroke-width: inherit;
}
body .fancybox-button svg {
  stroke: rgb(24, 24, 24);
  stroke-width: 20;
  fill: rgb(24, 24, 24);
}
body .fancybox-navigation .fancybox-button--arrow_left {
  left: 35px;
}
body .fancybox-navigation .fancybox-button--arrow_right {
  right: 35px;
}
body .fancybox-slide--image .fancybox-content .fancybox-caption {
  bottom: -60px;
}

body .fancybox-caption__body {
  font-size: 16px;
  margin: 20px auto;
  max-width: 100%;
  font-weight: 100;
  font-family: Helvetica;
  letter-spacing: 0.2px;
}
body .fancybox-button.fancybox-button--close svg {
  display: none;
}
body button.fancybox-button.fancybox-button--close:before{
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  display: block;
  font-family: "progallery-svg-font-icons";
  content: "\f10a";
  font-size: 18px;
  color: rgb(24, 24, 24);
}
body button.fancybox-button.fancybox-button--close {
  right: 34px;
  top: 38px;
}
body .hs-blog-post .fancybox-is-open .fancybox-bg {
  opacity:1;
}

/*--------------- Post Page End --------------------- */
/* ---------------- Listing Page ------------------- */
.hs-blog-listing .dnd-section {
  padding: 0;
}
.hs-blog-listing .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cm-blog-list-wrapper {
  background-color: rgb(24, 24, 24);
}
.cm-blog-list-wrapper .content-wrapper {
  max-width: 1100px;
  padding: 0 20px;
}
.blog-listing-section .tags-advanced-section ul a {
  color: rgb(24, 24, 24);
  font: normal normal normal 18px/22px wfont_cbc1ea_e89bbfc1a21c4524a8d6ac95fe7a7795,wf_e89bbfc1a21c4524a8d6ac95f,orig_quicksand_semibold;
  text-decoration: none;
  line-height: normal;
}
.cm-blog-list-wrapper .blog-section {
  padding-top: 14px;
  padding-bottom: 14px;
}
.blog-index {
  margin: 20px 0 19px !important;
  padding: 0 20px 0 19px;
}
.blog-index__post {
  font: HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,sans-serif;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  color: #000000;
  border-color: rgba(173, 183, 219, 0.75);
  background-color: rgb(251, 251, 251);
  border-width: 1px;
  border-style: solid;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
}
.blog-index__post:last-child {
  margin-bottom: 0;
}
.cm-blog-list-wrapper .jscroll-added .content-wrapper {
  padding: 0;
}
.blog-index__post .col1 {
  width: 100%;
}
.blog-index__post .col2 {
  width: 100%;
  padding: 24px 36px;
  font: normal normal normal 16px/20px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  line-height: normal;
  color: rgb(24, 24, 24);
  fill: rgb(24, 24, 24);
  display: flex;
  flex-wrap: wrap;
}
.blog-index__post .col2 > * {
  width: 100%;
}
.blog-index__post .col1 a {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  min-height: 340.5px;
  position: relative;
}
.feature-image .bg {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.feature-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.social-share-author-section {
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font: normal normal normal 16px/20px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  line-height: normal;
  font-size: 12px;
}
.social-share-author-section .left {
  flex: 1 1 auto;
  display: flex;
  align-items: baseline;
  margin-right: auto;
  font-size: 14px;
  height: 34px;
  max-width: calc(100% - 54px);
  align-items: center;
}
li.share-btn-inner-bottom svg {
  fill: #545454;
}
.social-share-author-section .left .meta-author {
  height: 19px;
  max-width: 100%;
  display: block;
  font: normal normal normal 16px/20px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  line-height: normal;
  color: rgb(24, 24, 24);
  font-size: 12px;
}
.social-share-author-section .left .meta-author a {
  color: rgb(24, 24, 24);
}
.social-share-author-section .left .meta-author a:hover,.social-share-author-section .left .meta-author:hover {
  color: rgb(24, 24, 24);
}
.social-share-author-section .left .meta-date {
  font: normal normal normal 16px/20px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  line-height: normal;
  color: rgb(24, 24, 24);
  font-size: 12px;
  display: block;
  opacity: .8;
}
.social-share-author-section .left .meta-date .dot {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  margin: 0 8px;
  background-color: rgb(24, 24, 24);
  display: inline-block;
  vertical-align: middle;
}
.social-share-author-section .left .meta-date > span {
  display: inline-block;
  vertical-align: middle;
}
.social-share-author-section .right {
  margin: 0;
}
.social-share-author-section .share-btn svg {
  fill: rgb(24, 24, 24);
}
.social-share-author-section .share-btn svg:hover {
  fill: rgb(54, 71, 157);
}
.blog-post-container .pop-one-open .custom-share-pop1 {
  top: 25px;
  right: 20px;
}
.blog-post-container .byline-right-col .custom-social-share-pop .share-pop-title {
  margin-bottom: 36px;
}
.blog-post-container .byline-right-col .custom-social-share-pop .shre-link-box-pop .share-pop-title {
  margin-bottom: 30px;
}

li.share-btn-inner-bottom:hover svg {
  fill: rgb(254, 132, 130);
}
.post-bottom-section .col1 li.share-btn-inner-bottom:hover a svg {
  fill: rgb(54, 71, 157);
}

.post-cnt-grp a {
  display: block;
  color: rgb(24, 24, 24);
}
.blog-index__post .col2 .post-cnt-grp:hover a {
  color: rgb(54, 71, 157);
}
.post-cnt-grp p {
  color: rgb(24, 24, 24);
}
.tags-advanced-section ul li.active a {
  color: #fec282;
}
.blog-index__post .heading h2 {
  font: normal normal normal 28px/35px oswald-medium,oswald,sans-serif;
  color: inherit;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 12px;
  text-transform: initial;
  font-size: 28px;
  margin-top: 0;
}
.blog-index__post .heading h2 a {
  color: #000;
}
.blog-index__post .post-body {
  font: normal normal normal 16px/20px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  font-size: 16px;
  line-height: 1.5;
  opacity: .8;
}
.blog-index__post .comments {
  font: normal normal normal 16px/20px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  border-top: 1px solid rgb(24 24 24 / 20%);
  padding-top: 15px;
  font-size: 12px;
  color: rgb(24, 24, 24);
  margin-top: 13px;
}
.blog-index__post .comments a {
  color: rgb(24, 24, 24);
  opacity: .8;
}
.blog-index__post .comments a:hover {
  color: rgb(54, 71, 157);
}
.blog-post__body ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: disc;
}
.blog-post__body ul li p {
  margin: 0;
  padding-bottom: 8px;
}
.blog-post__body ul li {
  margin-left: 3em;
}
.blog-post__body figure {
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-post__body figure figcaption {
  text-align: center;
  padding: 18px 0;
  background: none;
  display: block;
  font-size: 14px;
}
.cm-blog-list-wrapper .content-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sharelink-pop-open .custom-social-share-popup-wrapper {
  opacity: 1;
  visibility: visible;
}
.sharelink-pop-open .custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  opacity: 1;
  visibility: visible;
}
body .fancybox-button {
  background-color:transparent
}
body .fancybox-button svg:focus {
  outline: none;
}
body .sl-wrapper .sl-close:before {
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 41px;
  height: 38px;
  display: block;
  font-family: "progallery-svg-font-icons";
  content: "\f10a";
  font-size: 26px;
  color: rgba(47,46,46,1);
  color: rgb(24, 24, 24);
}
body .sl-overlay {
  background: #000;
  opacity: 1;
}
body .sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial,Baskerville,monospace;
  color: #000;
  padding: 0px 38.5px;
  right: 0;
  right: env(safe-area-inset-right);
  width: 100px;
  height: 100px;
  display: flex;
  opacity: .9 !important;
  font-size: 0 !important;
}
body .sl-wrapper .sl-navigation button {
  background-image: url();
  -webkit-filter: drop-shadow(0 1px .15px #b2b2b2);
  filter: drop-shadow(0 1px .15px #b2b2b2);
  color: #000;
  background-repeat: no-repeat;
  background-position: center;
}
body .sl-wrapper .sl-navigation button.sl-prev {
  background-image: url();
}
body .sl-wrapper .sl-close:before {
  color: rgb(24, 24, 24)fff99 !important;
  opacity: 1 !important;
}
body .sl-wrapper .sl-close:hover:before {
  color: rgb(24, 24, 24)fff !important;
  opacity: 1 !important;
}
body .sl-wrapper button:hover {
  opacity: 1 !important;
}
body .sl-wrapper .sl-close {
  right: 50px;
  top: 50px;
  font-size: 0 !important;
}
.social-share-author-section .left .meta-author {
  display: flex;
  align-items: center;
  height: 19px;
  max-width: 100%;
}
.blog_listing_tags .dnd-section > .row-fluid {
  max-width: 100%;
}
.author_img {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}
.author_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
.author_cont:not(:first-child) {
  padding-left: 10px;
}
.featured_img {
  width: 100%;
}

/* ---------------- Listing Page End ------------------- */
.body-container-wrapper .row-fluid [class*="span"] {
  min-height: auto;
}
.hs-blog-post .meta-author {
  display: flex;
  flex-wrap: wrap;
}
.hs-blog-post .meta-author svg {
  fill: rgb(24, 24, 24);
}
.hs-blog-post .top-section .col1>span.author {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.hs-blog-post .author .author_cont {
  padding-left: 12px;
  margin-top: 2px;
}
.hs-blog-post .author .author_cont:first-child {
  padding-left: 0;
}
.hs-blog-post .share-btn {
  top: 5px;
}
.hs-blog-post .blog-post-container .pop-one-open .custom-share-pop1 {
  top: 33px;
  right: 28px;
}
.post-bottom-section .custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  transform: none;
}
.post-bottom-section .custom-social-share-pop .share-pop-title {
  text-align: left;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
}
.post-bottom-section .custom-social-share-pop .share-pop-title svg {
  margin-right: 12px;
  top: -1px;
}
.hs-blog-post .author .author_cont span.date,
.hs-blog-post .author .author_cont span.date ~ * {
  opacity: .8;
}
.blog-comments {
  padding: 20px 30px 50px;
  background-color: #fff;
  border: 1px solid rgba(173, 183, 219, 0.75);
  color: rgb(24, 24, 24);
  margin-top: 16px;
  font-size: 16px;
}
.blog-comments form .hs-input {
  border-color: rgb(240 240 240 / 20%);
  color: inherit;
}
.blog-comments form label {
  color: inherit;
}
.blog-comments form .hs-button {
  color: rgb(24, 48, 69);
  background-color: rgb(240, 240, 240);
}
.blog-comments form .hs-form-field {
  margin-bottom: 20px;
}
.grecaptcha-badge {
  margin: 0 !important;
}
.body-container.body-container--blog-index,
.blog-post-container,
div#hs_cos_wrapper_topic_search {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.comment-date {
  display: block !important;
}
.post_cmnt {
  padding-top: 18px;
}
.post_cmnt span {
  opacity: .8;
  color: rgb(24, 24, 24);
  font-size: 14px;
  line-height: 21px;
  display: block;
}
body .fancybox-is-open .fancybox-bg {
  background: rgb(24, 24, 24) !important;
}
body .fancybox-slide--image {
  padding: 70px 0 !important;
}
body .fancybox-button,
body button.fancybox-button.fancybox-button--close:before {
  color: #000 !important;
}
body .fancybox-container .fancybox-button--fsenter, 
body .fancybox-container .fancybox-button--fsexit {
  left: 30px;
  top: 17px;
}
body button.fancybox-button.fancybox-button--close {
  top: 15px;
  right: 59px;
}
body button.fancybox-button.fancybox-button--close:before {
  color: #000 !important;
  font-size: 26px;
}
button.comment-reply-to.hs-button.secondary, .comment-from h4 a, .comment-date {
  color: rgb(24, 24, 24) !important;
}
.blog-comments h3 {
  color: rgb(24, 24, 24);
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(24, 24, 24, 0.2);
  margin-bottom: 32px;
}
.blog-comments .blog_inner_comments {
  max-width: 740px;
  margin: 0 auto;
}
.pop-sharebox {
  margin-top: 47px;
}
.pop-sharebox a svg {
  margin-top: -6px;
}
.blog-index #infscr-loading {
  display: none !important;
}
.blog-post-container {
  font: normal normal normal 18px/22px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
}
.hs-blog-post .no_auth .author .author_cont {
  margin: 6px 0 4px;
}
.blog-post__body iframe {
  border: none;
}
.body-wrapper .tooltip-inner {
  max-width: 200px;
  padding: 4px 9px;
  color: #fff;
  text-align: center;
  background-color: #2f2e2e;
  border-radius: 0;
  font-size: 12px;
  font-family: "Avenir Next";
  line-height: 1;
}
.body-wrapper .tooltip.top .tooltip-arrow {
  border-top-color: #2f2e2e;
}
.hs-blog-post .meta-author a {
  color: rgb(24, 24, 24);
}
.hs-blog-post .meta-author a:hover {
  color: rgb(54, 71, 157);
}
.blog-comments form .hs-input {
  border: 1px solid rgba(24, 24, 24, 0.3);
  padding: 8px 16px;
  border-radius: 0;
  background: #fff;
  max-width: 767px;
  width: 100%;
  font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.blog-comments form .hs-button {
  font: inherit;
  padding: 8px 16px;
}
.blog-comments ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
}





.hs-blog-listing,
.hs-blog-post {
  background-color: #fbfbfb;
}
.blog-post-container {
  overflow: hidden;
}
@media(max-width:1024px){
  .tags-advanced-section ul li + li {
    margin-left: 20.5px;
  }

}

@media(max-width:992px) and (min-width:768px){
  .blog-listing-section .tags-advanced-section ul li+li {
    margin-left: 10.5px;
  }
  .blog-listing-section .tags-advanced-section ul a {
    font-size: 15px;
  }
}
@media(min-width:768px){
  .tags-advanced-section select,
  .tags-advanced-section svg {
    display: none;
  }
  .blog-index__post .post-body p {
    margin: 0;
  }
  .blog-index__post .post-body {
    min-height: 115px;
    padding-bottom: 23px;
  }


}
@media(max-width:767px){
  .custom-recent-post-bottom-section .item.blog-section {
    display: block;
  }
  .custom-recent-post-bottom-section .hs-rss-item+.hs-rss-item {
    margin-left: 0;
  }
  .hs-blog-post .hs-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }
  .post-bottom-section {
    display: block;
    margin-top: 0;
    border-top: none;
  }
  .post-body-section {
    border: none;
    padding: 0;
  }
  .top-section .col1 {
    font-size: 12px;
    line-height: 18px;
  }
  .blog-post-container .title h1 {
    font-size: 26px;
    line-height: 1.2;
  }
  .top-section {
    margin-bottom: 24px;
  }
  .blog-post__body {
    font-size: 16px;
    margin-top: 19px;
  }
  .blog-post__body img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .blog-post__body h2 {
    font-size: 24px;
/*     margin-bottom: 24px; */
  }
  .blog-post__body blockquote {
    font-size: 20px;
    padding: 6px 20px 6px 15px;
    border-left-width: 3px;
  }
  .post-bottom-section .col1 {
    display: block;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .recent-post-title h3 {
    font-size: 16px;
  }
  .post-mobile-top-header {
    background-color: rgb(24, 24, 24);
    padding: 16px 18px;
    margin: 0 -18px;
  }
  .post-mobile-top-header p {
    font: normal normal normal 18px/22px wfont_cbc1ea_68c6954fdb744e6eaa481a76bd6266ca,wf_68c6954fdb744e6eaa481a76b,orig_quicksand_regular;
    font-size: 14px;
    margin: 0;
    color: rgb(255, 255, 255);
    line-height: normal;
  }
  .tags-advanced-section > ul {
    display: none;
  }
  .tags-advanced-section select {
    font-size: 16px;
    height: 50px;
    width: 100%;
    border: none;
    font-family: Helvetica,Arial,sans-serif;
    padding: 0 18px;
    -webkit-appearance: none;
    position: relative;
    z-index: 2;
    background-color: transparent;
  }
  .tags-advanced-section {
    margin: 0 -18px;
  }
  .tags-advanced-section {
    position: relative;
  }
  .tags-advanced-section svg {
    position: absolute;
    right: 18px;
    top: 15px;
    fill: rgb(84, 84, 84);
  }
  .tags-advanced-section select:focus {
    border: none;
    outline: none;
  }
  .custom-recent-post-bottom-section .hs-rss-item {
    width: 100%;
  }
  .alignLeft {
    float: none;
    margin-right: 0;
  }
  .blog-post-container .content-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }
  .recent-post-middle .slick-arrow {
    display: none !important;
  }
  .recent-post-middle {
    margin-bottom: 30px;
  }
  .recent-post-middle .slick-dots li button:before {
    display: none;
  }
  .recent-post-middle .slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: .2;
    background-color: rgb(84, 84, 84);
    margin: 0;
    padding: 0;
  }
  .recent-post-middle .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    vertical-align: middle;
  }
  .recent-post-middle .slick-dots li.slick-active button {
    background-color: rgb(24, 24, 24);
    opacity:1
  }
  .recent-post-middle .slick-dots {
    height: 42px;
    bottom: -42px;
  }
  .custom-recent-post-bottom-section .rss-inner-group {
    border: 1px solid rgba(243,243,243,0.75);
    margin: 0 10px;
  }
  .recent-post-middle * {
    outline: none;
  }
  .fancybox-image {
    padding: 5%;
  }
  body .fancybox-navigation .fancybox-button--arrow_left {
    left: 10px;
  }
  body .fancybox-navigation .fancybox-button--arrow_right {
    right: 10px;
  }
  .cm-blog-list-wrapper .content-wrapper {
    padding: 0 18px;
  }
  .blog-listing-section .post-mobile-top-header p {
    font-family: normal normal normal 16px/20px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  }
  .blog-listing-section .post-mobile-top-header {
    padding: 17px 18px;
  }
  .blog-listing-section .tags-advanced-section select {
    font-family: normal normal normal 16px/20px helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    font-size: 14px;
  }
  .blog-listing-section .tags-advanced-section svg {
    fill: #000;
  }
  .blog-index__post {
    border: navajowhite;
    margin-bottom: 0;
  }
  .blog-index__post .col1 {
    width: 100%;
    float: none;
  }
  .blog-index__post .col2 {
    width: 100%;
    float: none;
    padding: 30px 18px;
  }
  .blog-index__post .heading h2 {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .social-share-author-section {
    padding-bottom: 18px;
  }
  .blog-index__post .comments {
    border-bottom: 1px solid rgb(24 24 24 / 20%);
    padding-bottom: 15px;
    padding-top: 0;
    border-top: none;
  }
  .blog-index__post .post-body p {
    margin: 0;
  }
  .cm-blog-list-wrapper .jscroll-added .content-wrapper {
    padding: 0;
  }
  .blog-post-container .tags-advanced-section select {
    color: #545454;
    font-family: wfont_cbc1ea_68c6954fdb744e6eaa481a76bd6266ca,wf_68c6954fdb744e6eaa481a76b,orig_quicksand_regular;
    font-size: 14px;
  }
  .blog-post-container .tags-advanced-section select option {
    font-size: 16px;
    font-family: Helvetica,Arial,sans-serif;
    color: #000;
  }
  .blog-post__body h3 {
    font-size: 20px;
  }
  body button.fancybox-button.fancybox-button--close {
    right: 14px;
    top: 18px;
  }
  body .fancybox-content .fancybox-image {
    padding:5%;
  }
  .pop-sharebox span {
    margin-right: 24px;
  }
  .custom-social-share-pop .custom-social-share-pop-col-inner {
    padding: 26px 16px;
  }
  .blog-post-container .byline-right-col .custom-social-share-pop .share-pop-title {
    margin-bottom: 35px;
    margin-top: 2px;
  }
  .custom-social-share-popup-wrapper .custom-social-share-pop {
    width: 100%;
  }
  .blog_listing_tags .dnd-section,
  .blog_listing_grp .dnd-section {
    padding: 0;
  }
  .hs-blog-listing .content-wrapper,
  .blog-index {
    padding: 0;
  }
  .blog-index {
    margin: 0;
  }
  .blog-index__post .col1 a {
    min-height: 180px;
  }
  .blog-index__post .post-body {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 72px;
    padding: 0;
  }
  .pop-one-open .custom-share-pop1 {
    top: 30px;
    right: 29px;
  }
  .byline-right-col {
    margin: 0 -18px 0 3px;
  }
  .hs-blog-post .blog-mobile-topic {
    margin-top: 50px;
  } 
  .hs-blog-post .blog-post-container .content-wrapper {
    padding: 0;
  }
  .hs-blog-post .post-body-section {
    margin: 12px 0;
    padding: 28px 18px 25px;
  }
  .hs-blog-post .author .author_cont {
    display: block;
    margin: 0;
    padding-left: 10px;
  }
  .hs-blog-post .meta-author + .dots {
    display: none;
  }
  .hs-blog-post .meta-author {
    margin-bottom: -5px;
  }
  .hs-blog-post .top-section {
    margin-bottom: 20px;
  }
  .post-bottom-section .col1 {
    margin-bottom: 18px;
  }
  .post-bottom-section {
    padding-top: 24px;
    padding-bottom: 0;
  }
/*   .blog-post__body p:not(:last-of-type) {
    margin: 0 0 24px;
  } */
  .recent-post-title {
    padding: 18px;
  }
  .recent-post-middle {
    margin-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .recent-post-middle {
    padding-top: 0;
  }
  .recent-post-title h3 {
    color: inherit;
  }
  .recent-post-title a {
    font-size: 16px;
  }
  .custom-recent-post-bottom-section .rss-inner-group {
    border: none;
  }
  .recent-post-middle .slick-dots li button {
    display: none;
  }
  .recent-post-middle .slick-dots li {
    display: inline-block;
    background: rgb(24, 24, 24);
    border-radius: 50%;
    opacity: 0.2;
    cursor: pointer;
  }
  .recent-post-middle .slick-dots li.slick-active {
    background: rgb(54, 71, 157);
    opacity: 1;
  }
  .recent-post-middle .slick-dots {
    text-align: center;
    padding: 0;
    margin: 0;
    height: auto;
    border: 0;
  }
  .pop-sharebox {
    margin-top: 41px;
  }
  .custom-social-share-pop .share-pop-title {
    line-height: normal;
    margin-bottom: 24px;
  }
  .shre-link-pop-btns-grp .shre-link-pop-btns-item {
    width: 50%;
  }
  .shre-link-pop-btns-grp .blog-btn {
    justify-content: center;
  }
  .hs-blog-post .byline-right-col {
    margin: 0 -10px 0 3px;
  }
  .hs-blog-post .no_auth .author .author_cont {
    margin: 0 0 1px;
  }
  .blog-index__post .comments a span,
  .post_cmnt span span {
    display: none;
  }
  .blog-index__post .comments a,
  .post_cmnt span {
    display: flex;
    flex-wrap: wrap;
  }
  .blog-index__post .comments a svg,
  .post_cmnt span svg {
    margin-right: 6px;
  }
  .blog-comments {
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-comments h3 {
    font-size: 14px;
    line-height: 19.6px;
  }



}
@media(max-width:480px){
  .custom-recent-post-bottom-section .rss-inner-group {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .post_cmnt .comment span {
    display: inline-block;
  }

  .hs-blog-post .custom-header .fixed_header {
    min-height: 107px;
  }
  .hs-blog-post .meta-author {
    display: inline-flex;
  }
  .blog-index__post .col1 {
    width: calc(100% - 486px);
  }
  .blog-index__post .col2 {
    width: 486px;
  }
  .blog-index__post .comments a svg {
    display: none;
  }
  .post_cmnt span svg {
    display: none;
  }

}

@media (max-width: 991px) and (min-width: 768px) {
  .blog-index__post .col1 {
    width: 48%;
  }
  .blog-index__post .col2 {
    width: 52%;
  }

}
.social-share-author-section .left .meta-author a:hover {
  color: rgb(54, 71, 157);
}
.button-wrap .hs-button, .button-wrap a {
  white-space: nowrap;
  padding: 1em 2em;
  width: 100%;
}

.button-wrap .hs-button + .hs-button, .button-wrap div + a {
  margin-top: 1em;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .button-wrap {
    display: block !important;
  }
}

@media screen and (min-width: 767px) {
  .button-wrap:not(.button-wrap--half) .hs-button + .hs-button, .button-wrap:not(.button-wrap--half) div + a {
    margin-left: 1em;
    margin-top: 0;
  }
  .button-wrap:not(.button-wrap--half) .hs-button, .button-wrap a {
    max-width: 300px;
    width: auto;
  }
}

@media screen and (max-width: 1000px) {
  .button-wrap.button-wrap--half {
    display: block !important;
  }
}

@media screen and (min-width: 1000px) {
  .button-wrap.button-wrap--half {
    
  }
  .button-wrap.button-wrap--half .hs-button + .hs-button, .button-wrap.button-wrap--half div + a {
    margin-left: 1em;
    margin-top: 0;
  }
  .button-wrap.button-wrap--half .hs-button, .button-wrap a {
    max-width: 300px;
    width: auto;
  }
}

.body-container--locations .button, .body-container--locations input[type="submit"] {
  padding: 1em 2em;
  text-transform: uppercase;
  font-style: italic;
  border: 3px solid;
  font-weight: bold !important;
  margin-top: 20px;
  font-family: oswald-medium,oswald,sans-serif;
}

.body-container--locations .button.button--primary, .body-container--locations input[type="submit"] {
  background-color: #00ff3c;
  color: black;
  border-color: #00ff3c;
}

.body-container--locations .button.button--secondary {
  background-color: transparent;
  color: #00ff3c;
  border-color: #00ff3c;
}

.body-container--locations .button.button--dark-outline {
  background-color: transparent;
  color: black;
  border-color: black;
}

.body-container--locations .button.button--light-outline {
  background-color: transparent;
  color: white;
  border-color: white;
}

.centered *, .button-wrap.centered {
  text-align: center;
}

.find-wrap input {
 color: black; 
}

/* LOCATIONS PAGE */
.locations__finder {
  margin: 40px 0 60px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border: 4px solid #2473fc;
}

.locations__finder > * {
  width: 50%;
  position: relative;
}

.locations__finder .locations__list {
  height: 600px;
  overflow: scroll;
}

#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 600px;
  max-width: 100%;
  overflow: hidden;
}

.locations__place {
  padding: 1em 2em;
}

.locations__place:hover {
  background-color: black;
}

.locations__place:hover h3, .locations__place:hover *, .locations__place:hover a  {
  color: white;
}

.locations__place h3 {
  margin-bottom: .25em;
  color: #2473fc;
}

.locations__place > * {
  display: block;
}

.locations__place > a {
  color: black;
}

.locations__place > * i {
  padding-right: .5em;
  color: black;
}

/* SINGLE LOCATION PAGE */
#location { display: none; }

div[class*="__container"] {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  div[class*="__container"] {
    padding: 0 30px;
  }
}

div[class*="__container"].container--small {
  max-width: 600px;
}

.split-section > .location__container > * {
  width: 100%;
  position: relative;
}

.location__info.split-section > * {
  width: 100%;
  position: relative;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
 .location__info.split-section > * {
    padding: 30px 20px;
  } 
}

.location__info.split-section #map {
  width: 100%;
  min-height: 100%;
}

.location__info.split-section .location__info-map {
  padding: 0;
  align-self: stretch;
}

.location__info.split-section, .location__info-image {
  min-height: 500px;
  overflow: hidden;
}

.location__info-map {
  align-self: flex-start;
}

.location__hero {
  position: relative;
  overflow: hidden;
}

div[class*="__video"] {
  margin-bottom: 40px;
  aspect-ratio: 16 / 9;
}

.location__hero-form {
  background-color: white;
}

.location__hero .location__container > *:first-child {
  padding: 60px 60px 60px 0;
}

.location__hero .location__container > *:last-child {
  padding: 60px 0 60px 60px;
}

@media screen and (max-width: 767px) {
  .location__hero .location__container > *:first-child {
    padding: 30px;
  }

  .location__hero .location__container > *:last-child {
    padding: 30px;
  }
}

.location__hero h1 {
  text-transform: uppercase;
  margin-bottom: .5em;
}

.location__hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
}

.location__hero .hero-background:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #042cb4;
  opacity: .8;
}

.location__hero .location__hero-content h1, .location__hero .location__hero-content p {
  color: white;
}

.location__buttons .button {
  width: 32.8%;
}

@media screen and (max-width: 767px) {
  .location__buttons .button {
    width: 100%;
  }
}

.location__banner, .location__faqs {
  padding: 60px 0;
}

.location__banner h2 {
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 50px;
  font-family: wfont_34b761_f268d71303ab4174a6509a4bcfc991f3,wf_f268d71303ab4174a6509a4bc,orig_aktiv_grotesk_xboldq;
  line-height: normal;
  letter-spacing: normal;
}

.location__banner .banner__content {
  font-family: wfont_34b761_7d4fe113c8094321a917733fbb01c2de,wf_7d4fe113c8094321a917733fb,orig_aktiv_grotesk;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: normal;
}

.fancy-heading h2 {
  font-family: wfont_34b761_7d4fe113c8094321a917733fbb01c2de,wf_7d4fe113c8094321a917733fb,orig_aktiv_grotesk;
  font-size: 40px;
  text-transform: uppercase;
  line-height: .85;
}

.fancy-heading h2 > span {
  font-family: wfont_34b761_7d4fe113c8094321a917733fbb01c2de,wf_7d4fe113c8094321a917733fb,orig_aktiv_grotesk;
  font-size: 86px;
}

@media screen and (max-width: 767px) {
  .fancy-heading h2 > span {
    font-size: 12.5vw;
  }
}

.fancy-heading h2 > span > span {
  font-family: wfont_34b761_f268d71303ab4174a6509a4bcfc991f3,wf_f268d71303ab4174a6509a4bc,orig_aktiv_grotesk_xbold;
  font-weight: 900;
}

.bold-heading h2 {
  font-family: wfont_34b761_7d4fe113c8094321a917733fbb01c2de,wf_7d4fe113c8094321a917733fb,orig_aktiv_grotesk;
}

.bold-heading h2 > span {
  font-family: wfont_34b761_f268d71303ab4174a6509a4bcfc991f3,wf_f268d71303ab4174a6509a4bc,orig_aktiv_grotesk_xbold;
}

.location__banner h2 + * {
  margin-top: 40px;
}

.location__banner.banner--blue, .background--blue {
  background-color: #0013FF;
}

.location__banner .location__video {
  margin-top: 60px;
}

.location__banner.banner--black {
  background-color: #242323;
  padding: 0;
}

.location__banner.banner--black h2 {
  font-family: wfont_34b761_f268d71303ab4174a6509a4bcfc991f3,wf_f268d71303ab4174a6509a4bc,orig_aktiv_grotesk_xbold;
  padding: 1em 0;
  font-size: 30px;
}

.location__banner.banner--black h2, .location__banner.banner--blue h2, .location__banner.banner--black p, .location__banner.banner--blue p, .background--blue h2, .background--blue *, .background--blue p {
  color: white;
}

.location__pillars, .location__testimonials {
  padding: 60px 0;
}

.location__pillars {
  padding: 20px 0 60px 0;
}

.location__pillars > *, .location__testimonials > * {
  width: 100%;
}

.location__pillars > * {
  text-align: center;
  padding: 40px;
  background-color: white;
}

.location__pillars > *:not(:last-child), .location__testimonials > *:not(:last-child) {
  margin-bottom: 20px;
}

.location__pillars .pillar .location__video {
  max-width: 80%;
  margin: 40px auto 0 auto;
}

.location__faqs h3 {
  margin-bottom: .25em;
}

.location__faqs h3 + * {
  margin-bottom: 40px;
}

.location__testimonials .testimonial p, .location__testimonials .testimonial * {
  color: black;
}

.location__bar {
  padding: 20px 0;
  background-color: #242323;
  color: white;
  text-align: center;
  font-family: wfont_34b761_7d4fe113c8094321a917733fbb01c2de,wf_7d4fe113c8094321a917733fb,orig_aktiv_grotesk;
  font-size: 17px;
}

.location__bar p {
  margin: 0;
  padding: 0;
}

.location__pillars .pillar h3 {
  font-family: wfont_34b761_7d4fe113c8094321a917733fbb01c2de,wf_7d4fe113c8094321a917733fb,orig_aktiv_grotesk;
  font-size: 22px;
  line-height: normal;
  letter-spacing: normal;
  color: #181818;
  margin: 7px 0 22px;
  text-transform: uppercase;
}

.location__pillars .pillar h3 span {
  font-family: wfont_34b761_f268d71303ab4174a6509a4bcfc991f3,wf_f268d71303ab4174a6509a4bc,orig_aktiv_grotesk_xbold;
}

.location__testimonials.slick-slider {
  max-width: 942px;
  margin: 0 auto;
  padding: 24px 0;
}

.location__testimonials.slick-slider .item {
  position: relative;
  padding: 0 22.5px;
}

.location__testimonials.slick-slider .item img {
  border-radius: 50%;
}

.location__testimonials.slick-slider .slick-arrow {
  position: absolute;
  top: 20%;
  bottom: 20%;
  width: 45px;
  cursor: pointer;
  opacity: .5;
  transition: opacity 0.4s ease 0s;
  z-index: 10;
  font-size: 0;
  padding: 0;
  background: url(https://20820444.fs1.hubspotusercontent-na1.net/hubfs/20820444/raw_assets/public/KidStrong_December2021/images/arrow.png) no-repeat 50% 0;
}

.location__testimonials.slick-slider .slick-arrow:hover {
  opacity: 1;
}

.location__testimonials.slick-slider .slick-prev {
  left: -15px;
  background-position: 0 50% !important;
}

.location__testimonials.slick-slider .slick-next {
  right: -15px;
  background-position: 100% 50% !important;
}

.location__testimonials.slick-slider .overlay {
  position: absolute;
  top: 0;
  left: 22.5px;
  background: rgb(255 255 255 / 80%);
  width: calc(100% - 45px);
  height: 100%;
  border-radius: 50%;
  transition: opacity 0.4s ease 0s;
  opacity: 0;
}

.camps__row > *:first-child {
  margin-bottom: 60px;
}

.location__nav {
  padding: 20px 0;
  background-color: black;
}

.location__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.location__nav ul > * {
  width: auto;
  display: inline-block;
}

.location__nav ul > *:not(:last-child) {
  margin-right: 20px;
}

.location__nav ul > li > a {
  color: white;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: oswald-medium;
}

@media (max-width: 767px) {

  .location__testimonials.slick-slider {
    padding: 21px 0;
  }

  .location__testimonials.slick-slider .slick-prev {
    left: 0;
  }

  .location__testimonials.slick-slider .slick-next {
    right: 0;
  }

  .location__testimonials.slick-slider .item {
    padding: 0 25.5px;
  }

  .location__testimonials.slick-slider .overlay {
    left: 25.5px;
    width: calc(100% - 51px);
  }
}

@media screen and (max-width: 766px) {
  .location__container, .camps__container {
    padding: 0 15px;
  }
}

@media screen and (min-width: 767px) {
  .split-section .location__container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .split-section > .location__container > * {
    width: 50%;
    position: relative;
  }
  .location__info.split-section {
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-height: 500px;
    overflow: hidden;
  }
  .location__pillars {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .location__pillars > * {
    width: calc(33.33% - 20px);
  }
  .location__pillars > *:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .location__hero .hero-background {
    width: 50%;
  }
  .location__info.split-section > * {
    width: 50%;
  }
  .camps__row {
    display: flex;
    flex-wrap: nowrap;
  }
  .camps__row > * {
    width: calc(50% - 50px);
  }
  .camps__row > *:first-child {
    margin-right: 100px;
    margin-bottom: 0;
  }
  .camps__cta .camps__row {
    justify-content: space-between;
    align-items: center;
  }
  .camps__cta .camps__row > * {
    width: auto;
  }
  .details-banner .camps__container {
    display: flex;
    flex-wrap: nowrap;
  }
  .details-banner .camps__container .camps__details {
    width: 70%;
  }
  .details-banner .camps__container .camps__themes {
    width: 30%;
  }
}


.camps-choice {
  position: relative;
}

.camps-choice > span {
  padding: 1em 2em;
  width: 100%;
}

.camps-choice ul {
  padding: 0;
  margin: 0;
}

.choose--time > ul > li {
  display: none;
}

.choose--location > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: calc(100% + .5em);
  left: 0;
  width: 100%;
  transition: all .5s ease-in-out;
  z-index: 9999;
}

.camps-choice:hover ul {
  max-height: 1000px;
}

.choose--time ul > li.active {
  display: block;
}

#party_form {
  display: none; 
}

#party_form.active {
  display: block; 
}

.camps-choice.choose--location span, .camps-choice.choose--dates .times li, .camps-form input[type="submit"] {
  padding: 1em 2em;
  text-transform: uppercase;
  font-style: italic;
  border: 3px solid;
  font-weight: bold !important;
  margin-top: 20px;
  font-family: oswald-medium,oswald,sans-serif;
  background-color: #00ff3c;
  color: black !important;
  border-color: #00ff3c;
  width: 100%;
  display: block;
  text-align: center;
}

.camps-choice.choose--dates .dates li.active {
  background-color: rgba(4,44,180,1.0);
  border-color: rgba(4,44,180,1.0);
  color: white !important;
}

.camps-choice.choose--time .times {
 padding: 0; 
}

.camps-choice.choose--location > ul {
  background-color: rgba(4,44,180,1.0);
  column-count: 3;
  top: -100%;
}

.camps-choice.choose--location > ul > li {
  padding: .5em 1em;
  color: white;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.camps-choice.choose--location > ul > li:hover {
  font-weight: bold;
  color: white;
}

.camps-choice.choose--location > ul > li:hover a {
  color: white;
}

.camps__hero {
  padding: 160px 0;
  background-color: black;
  border-top: 10px solid #2473FC;
  border-bottom: 10px solid #2473FC;
}

@media screen and (max-width: 767px) {
  .camps__hero {
    padding: 80px 0;
  }
}

.camps__hero + div {
  margin: 60px 0;
}

.camps__hero * {
  color: white;
}

.camps__hero .camps__row {
  align-items: center;
}

.camps__cta {
  padding: 40px 0;
}

.camps__cta .button-wrap .button {
  margin-top: 0;
}

.camps__row + .camps__row {
  margin-top: 40px;
  display: block;
}

.camps__banner {
 background-color: rgb(0, 102, 255);
  padding: 60px 0;
}

.camps__banner *, .camps__banner h2 {
 color: white;
}

.camps__banner h2 {
  text-transform: uppercase;
  font-style: italic;
}

.camps__content-block + .camps__content-block {
  margin-top: 40px;
}

.camps__content h2 {
  color: rgb(0, 102, 255);
  text-transform: uppercase;
  font-style: italic;
}

.camps__form {
  display: none;
}

.camps__form form {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.camps__form i {
  font-size: 2em;
  position: fixed;
  top: 5vw;
  left: 5vw;
}

.camps__form.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5vw;
  background-color: black;
  z-index: 99999;
  text-align: left;
}

.camp-theme {
  padding: 20px;
  margin: 10px;
  background-color: white;
  color: black;
}

.camp-theme * {
  color: black;
}

#hsForm_90294a34-fe53-4b1b-ab83-728386c2f8ac:not(.show-more-children) div[class*='hs_child_']:not(div[class*='_1_']) {
  display: none;
}

#hsForm_90294a34-fe53-4b1b-ab83-728386c2f8ac input[name$="_dob"] {
  appearance: auto;
  -webkit-appearance: none;
   -moz-appearance: none;
}

#hsForm_90294a34-fe53-4b1b-ab83-728386c2f8ac .hs-dateinput:before {
 display: none; 
}

.location-overlay, .hide {
  display: none;
  position: relative;
}

.location-overlay.active {
 display: block; 
}

.location-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  overflow: scroll;
  z-index: 99999;
}

.location-overlay__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}

.location-overlay > i {
  position: absolute;
  top: 40px;
  left: 40px;
  color: white;
  cursor: pointer;
}

.location-overlay h3 {
 color: white; 
  margin-bottom: 60px;
}

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

.location-overlay ul h4 {
 color: white;
  cursor: default;
}

.no-click {
 cursor: default !important; 
}

.location-overlay ul li a, .location-overlay ul li {
 color: white;
  font-size: 1.2em;
}

.location-overlay ul > li> ul > li:hover a, .location-overlay ul > li> ul > li:hover {
 color: #2473FC;
  cursor: pointer;
}

.location-overlay ul li {
  margin-bottom: 1em;
}

#places {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 767px) {
  #places {
    column-count: 2;
  }
}

#places > ul {
 margin-bottom: 60px; 
}

.location-selector__find {
  position: relative;
}

.location-selector__find .find-wrap {
  max-height: none !important;
  height: auto;
  transition: all .5s ease-in-out;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: black;
  border: 0px solid black;
  z-index:9999;
}

.location-selector__find:hover .find-wrap {
  max-height: 10000px;
  border: 2px solid black;
}

.location-selector__find .find-wrap * {
  padding: 10px 10px;
  width: 100%;
}

.location-selector__find .find-wrap p {
  margin: 0;
}

.location-selector__find .find-wrap p, .location-selector__find .find-wrap a {
  color: white;
  display:block;
}

.location-selector__form .button-wrap {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
}

.location-selector__form .button-wrap a i {
  padding-right: 1em;
  color: black;
}

.location-selector__form .button-wrap .button {
  padding: 1em 2em;
  text-transform: uppercase;
  font-style: italic;
  border: 3px solid;
  font-weight: bold !important;
  margin-top: 20px;
  font-family: oswald-medium,oswald,sans-serif;
  background-color: #00ff3c;
  color: black;
  border-color: #00ff3c;
}

.location-selector__results {
  padding: 20px 0; 
}

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

.location-selector__results ul li {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
}

.location-selector__results ul li:hover {
  cursor:pointer;
  color: #2473FC;
}

.location-selector__results ul li + li {
  padding-top: .5em;
}

#location_loader.active i {
  color: white;
  -webkit-animation: rotate-scale-up 2s linear infinite both;
	        animation: rotate-scale-up 2s linear infinite both;
}

#location_loader .location-overlay__container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: unset;
}
  
  .place:not(.active) {
    display: none;
  }

/* ----------------------------------------------
 * Generated by Animista on 2022-2-17 8:6:8
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-scale-up
 * ----------------------------------------
 */
@-webkit-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
            transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
            transform: scale(1) rotateZ(360deg);
  }
}
@keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
            transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
            transform: scale(1) rotateZ(360deg);
  }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #bbb;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

/* Search pages */

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
  width: 100% !important;
}
.widget-type-password_prompt {
  margin-top: 5px;
}
.systems-page p {
  margin-bottom: 10px;
}
/* Subscription preferences */

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}
div#hs_cos_wrapper_subscription_preferences form#email-prefs-form {
  max-width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  margin:0;
}
ul.no-list.hs-error-msgs { 
  padding: 0;
}
.systems-page .hs-form-field > label,
.systems-page .hs-form-field>label + a {
  margin-bottom: 5px;
  display: block;
}
input#hs-register-widget-email {
  background: transparent;
}
input#hs-login-widget-remember {
  display: inline-block !important;
  float: left !important;
  width: auto !important;
}
.form-floating-alert-wrapper .form-floating-alert-error {
  max-width: 600px;
}
div#hs_cos_wrapper_subscription_preferences form#email-prefs-form .header {
  background: transparent;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}
.grecaptcha-badge {
  margin-left: 0 !important;
}
ul.no-list.hs-error-msgs {
  max-width: 600px;
}
.hs-form-field {
  margin-bottom: 18px;
}
.content-wrapper .systems-page {
  padding-left: 0;
  padding-right: 0;
}

input#submitbutton {
  white-space: normal;
}  

.srh_pg  section.content-wrapper {
  padding: 20px;
}

.srh_pg .hs-search-results {
  margin-top: 50px;
}

.srh_pg a.hs-search-results__title {
  color: rgb(24, 24, 24);
  font-family: oswald-medium, oswald, sans-serif;
  text-decoration: none;
  font-size: 28px;
  line-height: normal;
}

.srh_pg .hs-search-results__listing li {
  padding-bottom: 15px;
} 

.srh_pg a.hs-search-results__title:hover {
  color: #36479d;
}

.srh_pg p.hs-search-results__description {
  color: #181818;
  font-size: 16px;
  line-height: 24px;
  font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
}
@media (max-width:767px){
  .systems-page .success {
    min-width: 100% !important;
  }

  .systems-page .page-header h1 {
    font-size: 40px;
  }
}



/*
Purpose: a style sheet that matches the CSS output from theme-overrides.css for use if a developer doesn't want to provide theme settings.

Instructions for developers who use theme settings in their theme:
1. Delete fallback.css

Instructions for developers who don't use theme settings in their theme:
1. Remove the theme settings from fields.json
2. Delete theme-overrides.css and remove the reference to theme-overrides.css from base.html
3a. Add a reference to fallback.css in base.html
-or-
3b. Copy the CSS from the different sections fallback.css and paste the code into the relevant style sheet in the CSS folder (e.g. the CSS from the typography section can be copy and pasted into the typography.css file).
*/

/*****************************************/
/***** Containers / Grid / DnD Areas *****/
/*****************************************/

.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}

/*****************************************/
/************** Typography ***************/
/*****************************************/

html {
  font-size: 24px;
}

body {
  color: #494A52;
}

a {
  color: #0270E0;
}

a:hover,
a:focus {
  color: #0048B8;
}

a:active {
  color: #2A98FF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Merriweather, serif;
  font-weight: 700;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
  font-weight: normal;
}

h5 {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

h6 {
  font-size: 14px;
  font-weight: normal;
}

blockquote {
  border-left-color: #F8FAFC;
}

/*****************************************/
/*************** Buttons *****************/
/*****************************************/

button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  padding: 15px 53px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
}

/*****************************************/
/**************** Forms ******************/
/*****************************************/

form,
.submitted-message {
  font-family: Lato, sans-serif;
}

.form-title {
  background-color: #494A52;
  color: #F8FAFC;
}

form label {
  color: #494A52;
}

form legend {
  color: #494A52;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: #D1D6DC;
  color: #494A52;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #494A52;
}

::-webkit-input-placeholder {
  color: #494A52;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #494A52;
}

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

.fn-date-picker td .pika-button:hover {
  background-color: #494A52 !important;
}

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

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
}

/*****************************************/
/**************** Tables *****************/
/*****************************************/

table {
  background-color: #FFF;
  border-color: #494A52;
}

th,
td {
  border-color: #494A52;
  color: #494A52;
}

thead th,
thead td {
  background-color: #494A52;
  border-bottom-color: #494A52;
  color: #FFF;
}

tfoot td {
  background-color: #FFF;
  color: #494A52;
}

tbody + tbody {
  border-top-color: #494A52;
}

/*****************************************/
/**************** Header *****************/
/*****************************************/

.header {
  background-color: #F8FAFC;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, sans-serif;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #21222A;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #71727A;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #494A52;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: #F8FAFC;
  border-color: #494A52;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #494A52;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #494A52;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: #F8FAFC;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #F8FAFC;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Lato, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #494A52;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color:#F8FAFC;
  }

  .header__navigation-toggle svg,.menu-arrow svg {
    fill: #494A52;
  }
}

/*****************************************/
/**************** Footer *****************/
/*****************************************/

.footer {
  background-color: #F8FAFC;
}

.footer * {
  color: white;
}

/*****************************************/
/***************** Blog ******************/
/*****************************************/

.blog-index,
.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

.blog-pagination,
.blog-comments {
  margin-bottom: 80px;
}

.blog-post__date {
  border-color: #494A52;
}

.blog-post__tag-link {
  color: #494A52;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #21222A;
}

.blog-post__tag-link:active {
  color: #71727A;
}

.blog-pagination__link {
  color: #494A52;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494A52;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048B8;
}

#comments-listing .comment-reply-to:active {
  color: #2A98FF;
}

/*****************************************/
/*************** Modules *****************/
/*****************************************/

.card__price {
  color: #494a52;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}