*, *: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;
}
/* 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: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}

.dnd-section[class*="force-full-width-section"]  > .row-fluid{
  width:100%;
}


@media (min-width: 768px) {
  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* 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,
.dnd-section > .row-fluid{
  margin: 0 auto;
  width:90%;
  position: relative;
}

.banner-section .dnd-section > .row-fluid {
  width: 100%;
}
body {
  line-height: 2.625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

b, strong {
  font-weight: 700;
}

/* Paragraphs */

p {
  margin: 0 0 30px;
}

p a{
  color: #200560;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
}


h1,.h1 {
  line-height: 1.1em;
  letter-spacing: -1px;
  margin: 0 0 35px;
}

h2,.h2 {
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h2.h1,.h2.h1 {
  text-transform: none;
  letter-spacing: -1px;
}

h3,.h3 {
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: .4;
}

.body-container-wrapper h3{
  border-bottom: 1px solid rgba(78,78,78,0.4);
  padding: 0 0 20px;
}



/* Lists */

ul,
ol {
  margin: 0 0 30px 30px;
  font-weight: 300;
  padding: 0;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 2rem;
  line-height: 2.875rem;
  border-left: 3px solid rgba(78,78,78,0.4);
  padding: 0 0 30px 80px;
  margin: 0 0 30px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}


img {
  max-width: 100%;
  height: auto;
}


@media(max-width:700px){
  .body-container-wrapper p{
    font-size: 1rem;
    line-height: 2rem;
  }
  .body-container-wrapper h1,
  .body-container-wrapper .h1{
    font-size: 2.4rem;
  }
}
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:0;
}

.hs-form-field .input{
  margin-right:0 !important;
  margin-top:8px;
}

.body-container-wrapper form{
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 40px;
  line-height: 1rem;
}

/* Labels */

form label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: 1rem;
}

/* 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 {
  max-width: 100%;
  height: 60px;
  padding: 0 20px ;
  font-family: inherit;
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  border:1px solid;
  -webkit-appearance: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  font-family: inherit;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
  margin-top: 16px !important;
  padding-top: 0;
}

.hs-search-module .hs-input {
  margin-bottom: 20px;
}


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

ul.no-list.hs-error-msgs.inputs-list {
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
  width: calc(100% - 2px);
  margin-top: 16px;
}

ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list li label {
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  padding-top: 16px;
}


/* 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 {
  color: #790000;
  margin-left: 8px;
}

.hs-input.invalid.error {
  border-color: #790000;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0 16px 0 0;
  display: -moz-inline-stack;
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: .875rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-style:solid;
  text-align: center;
}

form input[type=submit]:hover,
form .hs-button:hover{
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form .hs-form-field.hs-fieldtype-radio .input ul li .hs-input:checked + span,
form .hs-form-field.hs-fieldtype-checkbox .input ul li .hs-input:checked + span,
form .hs-form-field.hs-fieldtype-booleancheckbox .input ul li .hs-input:checked + span{
  font-weight: 700;
}

.hs-dateinput {
  width: auto;
}

.hs-dateinput .hs-input {
  width: auto !important;
}

.hs-dateinput:before {
  left: 20%;
}
.hs-landing-page .hs-form-field {
  margin-bottom: 20px;
}

@media (max-width: 850px) {
  .hs-landing-page.hs-page .body-container-wrapper form {
    padding: 24px 15px;
  }
}


@media only screen and (min-width: 641px){
  form fieldset {
    padding-right: 16px !important;
  }
}



@media(max-width:700px){
  .body-container-wrapper form{
    padding: 4px 20px;
  }
}
/* 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;
}
/* Header container */

header.header {
  position: relative;
  z-index: 1000;
}

.header .utility-nav-container {
  text-align: center;
  line-height: 1em;
  padding: 10px 0 13px;
  background: #200560;
}

.header .header-container {
  max-width: 1500px;
  padding: 25px 0;
}

.header .header_logo {
  display: block;
  max-width: 480px;
  min-height: 75px;
  float: left;
}

.header .header_logo a:hover {
  opacity: .8;
}

.header_logo img {
  display: block;
  width: 100%;
  height: auto;
  outline: none;
  border: none;
}




a.search-toggle {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.search-toggle svg {
  width: 16px;
  height: 16px;
  fill: #051f55;
}

.search-form-container {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: #051f55;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.search-form-container > div {
  width: 90%;
  max-width: 1500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: relative;
}


.search-form-container form button{
  background: none;
  outline: none;
  border-width: 2px;
  padding: 1px 6px;
  border-style: solid;
  width: 200px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  -webkit-appearance: none;
  cursor: pointer;
  letter-spacing: 1px;
  border-color: #7ac158;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  color: #7ac158;
}


.search-form-container form .hs-search-field__input {
  background: none;
  outline: none;
  border: none;
  border-bottom: 2px solid #fff;
  width: calc(100% - 210px);
  height: 60px;
  padding: 0 20px;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-appearance: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  text-transform:none;
}

.search-form-container form .hs-search-field__input:focus{
  border-color:#fff;
}

.search-form-container form .hs-search-field__input::-webkit-input-placeholder{
  color: rgb(117, 117, 117);
}

.search-form-container form .hs-search-field__input::-moz-placeholder {
  color: #fff;
  font-family:"MS Shell Dlg 2";
}

.search-form-container a.search-close {
  display: block;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}
.container-contact-col ::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
.search-form-container form button:hover {
  opacity: .8;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}



.search-form-container.active {
  top: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.search-form-container ul.hs-search-field__suggestions {
  display:none;
}

.search-form-container.active ul.hs-search-field__suggestions {
  display: initial;
}


.search-form-container form button:after {
  content: "Search";
}

.search-form-container form button span {
  display: none;
}


.search-form-container a.search-close svg {
  width: 24px;
  height: 24px;
}
.custom-menu-primary {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  float: right;
}

@media (min-width:1201px){

  .child-trigger{
    display:none;
  }

  a.menu-toggle {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    font-weight:400;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-block;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    border: 2px solid transparent;
    border-radius: 3px;
    padding: 0 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: auto;
    padding: 10px;
    opacity:0;
    visibility:hidden;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li {
    padding: 5px 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover > ul{
    opacity:1;
    visibility:visible;
  }



}



@media (max-width: 1485px) and (min-width:1201px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 0 10px;
  }
  .custom-menu-primary {
    right: 20px;
  }

}


@media(max-width:1200px){
  .custom-menu-primary{
    top: 80%;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }

  a.menu-toggle {
    width: 35px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    display: block;
  }

  a.menu-toggle span {
    display: block;
    width: 110%;
    height: 4px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    background: #051f55;
  }

  a.menu-toggle span:nth-child(1) {
    top: 0;
  }

  a.menu-toggle span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  a.menu-toggle span:nth-child(3) {
    bottom: 0;
  }
  .custom-menu-primary.active {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    background: #051f55;
  }

  a.menu-toggle.active span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  a.menu-toggle.active span:nth-child(2) {
    left: -110%;
  }

  a.menu-toggle.active span:nth-child(3) {
    bottom: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff !important;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,0.25) !important;
    padding: 0 10px;
    display: block;
    font-size: 1rem;
    font-weight: 500;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #fff;
    border-color: rgba(255,255,255,0.25);
  }

  .custom-menu-primary ul.hs-menu-children-wrapper {
    display: none;
  }


  .child-trigger{
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px;
    min-width: 55px;
    height: 45px;
    padding: 0;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li {
    padding: 0 10px;
  }



}


@media(max-width:700px){
  .header .header-container {
    height: 100px;
    padding: 0;
  }
  .header .header_logo {
    max-width: 200px px ;
    float: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-height: 0;
  }
  .search-form-container form button {
    width: 100px;
    height: 50px;
    font-size: 1rem;
  }

  .search-form-container form .hs-search-field__input {
    width: calc(100% - 105px);
    height: 50px;
    font-size: 1.125rem;
  }

  .search-form-container a.search-close {
    top: 13px;
    right: 5%;
  }

}



/* note */
.footer {
  text-align: center;
  padding: 85px 0 100px;
  display: block;
}

.clear {
  clear: both;
}

.footer .details-container h2 {
  letter-spacing: 0;
  margin: 0 0 10px;
}

.footer .details-container a.social {
  opacity: 1;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0 7px 10px;
}

.footer .details-container address {
  line-height: 1.25rem;
  font-weight: 700;
  opacity: .75;
  margin: 0 0 25px;
  font-size: .875rem;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Rambla';
}

.footer .copy {
  border-top: 1px solid rgba(255,255,255,0.25);
  margin: 30px 0 0;
}

.footer .copy .footer-nav {
  float: left;
}

.footer-nav .hs-menu-wrapper > ul > li {
  display: inline-block;
  margin: 0 45px 0 0;
}

.footer-nav .hs-menu-wrapper > ul > li > a {
  font-size: .6875rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
}
a.right.fade {
  font-size: .6875rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
  float: right;
  color: #fff;
  opacity: 0;
  pointer-events: none;
}


.footer-nav .hs-menu-wrapper>ul>li:last-child {
  margin: 0;
}

@media(max-width:1000px){
  a.right.fade {
    float: none;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
img.alignleft {
  float: left;
  margin: 5px 35px 15px 0;
}
img.alignright{
  float: right;
  margin: 5px 0 15px 35px;
}

/* Contact page style */

.contact-page .content-wrapper {
  padding: 80px 0;
}

.contact-page .main {
  width: calc(100% - 340px);
}

.contact-page .left {
  float: left;
}

.contact-page .right {
  float: right;
}

.contact-page .sidebar {
  width: 240px;
  margin: 30px auto 0;
  line-height: 2rem;
}
.container-contact-left .widget-type-rich_text address {
  font-weight: 300;
  margin: 0 0 40px;
}

.container-contact-left .widget-type-form form fieldset.form-columns-2,
.container-contact-col .widget-type-form form fieldset.form-columns-2{
  display: flex;
  flex-wrap: wrap;
}

.container-contact-left .widget-type-form form fieldset.form-columns-2,
.container-contact-col .widget-type-form form fieldset.form-columns-2{
  width: calc(100% + 15px);
  padding-right: 0 !important;
}

.container-contact-left .widget-type-form form fieldset.form-columns-2 .hs-form-field,
.container-contact-col .widget-type-form form fieldset.form-columns-2 .hs-form-field{
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  padding-right: 16px;
  float: none;
  padding-top: 2px;
}

.container-contact-left .widget-type-form form fieldset.form-columns-2:first-child .hs-form-field:last-child,
.container-contact-col .widget-type-form form fieldset.form-columns-2:first-child .hs-form-field:last-child{
  margin-top:20px;
}


.container-contact-left .widget-type-form form fieldset.form-columns-2 .hs-form-field:last-child,
.container-contact-col .widget-type-form form fieldset.form-columns-2 .hs-form-field:last-child{
  margin-top:0;
  align-items: center;
}

.container-contact-left .widget-type-form form fieldset.form-columns-2 .hs-form-field,
.container-contact-col .widget-type-form form fieldset.form-columns-2 .hs-form-field,
.container-contact-col .widget-type-form form fieldset .hs_zip_code{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.container-contact-left .widget-type-form form fieldset.form-columns-2 .hs-form-field > label,
.container-contact-col .widget-type-form form fieldset.form-columns-2 .hs-form-field > label,
.container-contact-col .widget-type-form form fieldset .hs_zip_code label{
  width: 100%;
}

.container-contact-left .widget-type-form form fieldset.form-columns-2 .input,
.container-contact-col .widget-type-form form fieldset.form-columns-2 .input,
.container-contact-col .widget-type-form form fieldset .hs_zip_code .input{
  width: 100%;
}

.container-contact-left .widget-type-form form fieldset.form-columns-2 .hs-form-field legend,
.container-contact-col .widget-type-form form fieldset.form-columns-2 .hs-form-field legend,
.container-contact-col .widget-type-form form fieldset .hs_zip_code legend{
  order: 3;
  display: block;
  letter-spacing: .5pt;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: .75rem;
  margin: 5px 0 10px;
}

.body-container-wrapper form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
.body-container-wrapper form select.hs-input {
  appearance: revert;
}

.body-container-wrapper form textarea.hs-input {
  height: 160px;
  width: 100%;
  padding: 20px;
}

.body-container-wrapper form .hs-fieldtype-booleancheckbox legend.hs-field-desc {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-size: 1rem;
  font-weight: 700;
}

.body-container-wrapper form .hs_state {
  margin-bottom: 10px;
}

.body-container-wrapper form .hs_school_state {
  margin-top: 4px;
}
.body-container-wrapper form .hs_submit.hs-submit {
  padding: 16px 0 10px 0;
  margin: 9px 0 0 0;
  clear: both;
  width: 100%;
}


.container-contact-left .widget-type-rich_text p{
  margin-bottom:0;
}

.container-contact-col .widget-type-form form fieldset .hs-form-field{
  margin:0;
  padding:0;
}

.container-contact-col .widget-type-form form fieldset.form-columns-2 .hs-form-field.hs_school_state {
  margin-top: 16px;
}

.body-container-wrapper form input[type="file"] {
  background: none;
  text-transform: none;
  letter-spacing: normal;
  font-size: 13.333px;
  font-family: Arial;
  width:auto;
  height:auto;
}


img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 5px auto 5px auto;
}

img.alignnone {
  margin: 5px 20px 20px 0;
}
.container-contact-col .submitted-message {
  background: rgba(187,184,163,0.25);
  padding: 24px 40px;
  text-align: center;
  font-weight: 300;
}

.container-contact-col .widget-type-form h3 {
  letter-spacing: normal;
  margin: 0 0 6px 0;
  font-weight: 700;
  font-size: 1.25em;
  border: none;
  background: 0 0;
  padding: 0 0 20px;
}

.container-contact-col .widget-type-form form {
  margin-top: 18px;
}

.body-container-wrapper form .hs-fieldtype-booleancheckbox .input {
  margin-top: 16px;
  margin-bottom: 0;
}

.body-container-wrapper form .hs-fieldtype-booleancheckbox .input ul.inputs-list {
  width: calc(100% + 16px);
  margin: 6px 0;
  padding: 0;
}

.body-container-wrapper form .hs-fieldtype-booleancheckbox .input ul.inputs-list li {
  margin: 0;
  line-height: 1.3;
}

.body-container-wrapper form .hs-fieldtype-booleancheckbox .input ul.inputs-list li span {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
}

.body-container-wrapper form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label {
  font-size: inherit;
}

.body-container-wrapper form .hs-fieldtype-booleancheckbox .input ul.inputs-list li label {
  font-weight: inherit;
}


.form-column-page .container-contact-col .widget-type-form form .hs-richtext {
  width: 100%;
  max-height: 240px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 6px 8px;
  font-size: .688em;
  margin: 0;
  margin-top: 12px;
}

.form-column-page .container-contact-col .widget-type-form form .hs-richtext p {
  margin: 0;
}

.form-column-page .container-contact-col .widget-type-form form {
  margin-top: 0;
}

.container-contact-col .hs-input {
  color: #000;
}

.container-contact-col .hs-input:focus {
  border-color: #4E4E4E;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  outline: none;
}

.container-contact-col .widget-type-form form .hs-form-field{
  padding-right: 16px;
  margin-top: 16px;
  max-width: 100%;
}

.container-contact-col .widget-type-form form .hs-form-field .input{
  margin-top: 8px;
}

.market-research-page .container-contact-col .widget-type-form form .hs-form-field .hs-input{
  width: calc(50% - 8px);
}

.market-research-page .container-contact-col .widget-type-form form .hs-form-field input[type=checkbox],
.market-research-page .container-contact-col .widget-type-form form .hs-form-field input[type=radio] {
  width:auto;
}


.market-research-page .container-contact-col .widget-type-form form .hs-richtext ul {
  list-style-type: disc;
  margin: 16px 0 16px 28px;
  padding-left: 0;
}

.market-research-page .container-contact-col .widget-type-form form .hs-richtext ul li {
  margin: 0 0 8px 0;
}

.container-contact-col .widget-type-form form .hs-form-field.hs-fieldtype-radio .input {
  margin-top: 16px;
}

.container-contact-col .widget-type-form form .hs-form-field.hs-fieldtype-radio .input ul {
  width: calc(100% + 16px);
  margin: 6px 0 0;
  padding: 0;
}

.container-contact-col .widget-type-form form .hs-form-field.hs-fieldtype-radio .input ul li {
  margin: 0 0 8px 0;
  line-height: 1.3;
}
.container-contact-col .widget-type-form form .hs-form-field.hs-fieldtype-radio .input ul li:last-child {
  margin-bottom: 0;
}


.container-contact-col .widget-type-form form .hs-form-field.hs-fieldtype-radio .input ul li span {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  margin: 2px 0 0 7px;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  white-space: normal;
  font-weight:300;
}

.container-contact-col .widget-type-form form .hs-form-field.hs-fieldtype-radio .input ul li label {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: normal;
}

.container-contact-col .widget-type-form form .hs-form-field.hs-fieldtype-radio .input ul li .hs-input {
  margin-left: 1px;
  margin-top: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}

.form-column-page .container-contact-col .widget-type-form form input[type="file"] {
  background: none;
  width: auto;
  text-transform: none;
  font-size: 13.333px;
  font-family: Arial;
  letter-spacing: normal;
}

.calendly-inline-widget iframe {
  max-width: 100%;
  margin: 0 0 30px !important;
  width: 100%;
}
address {
  font-style: normal;
}


.market-research-page .container-contact-col .widget-type-form form fieldset.form-columns-0 {
  margin: 0 !important;
  padding: 0 !important;
}

.market-research-page .container-contact-col .widget-type-form form .hs-richtext {
  font-size: inherit;
  margin: 0;
}

h2.hr:after {
  content: "";
  background: #bbb8a3;
  width: 80px;
  height: 1px;
  display: block;
  margin: 10px auto 0;
}

.market-research-page .container-contact-col .widget-type-form form .form-wrap {
  line-height: inherit;
  padding-right: 16px;
  margin-top: 10px;
}

.market-research-page .container-contact-col .widget-type-form form .form-wrap h2 {
  font-weight: 400;
  border: none;
  background: 0 0;
  margin:0;
  padding: 0 0 35px;
  color: #051f55;
  font-size: 3rem;
  line-height: 1.1em;
  letter-spacing: -1px;
  text-transform: none;
}

.market-research-page .container-contact-col .widget-type-form form fieldset.form-columns-1:nth-child(4) {
  margin-top: 0 !important;
}

.market-research-page .container-contact-col .widget-type-form form .hs-richtext ul {
  margin-bottom: 0;
  margin-top: 0;
}

.market-research-page .container-contact-col .widget-type-form form fieldset.form-columns-0 + fieldset {
  margin-top: 0 !important;
}


.market-research-page .container-contact-col .widget-type-form form .form-border-wrap {
  margin: 28px 16px 18px 0;
  border-bottom: 1px solid #ccc;
  padding: 0 16px 8px 0;
  margin-top: 24px;
  padding-right: 16px;
}

.market-research-page .container-contact-col .widget-type-form form .form-border-wrap h3 {
  font-weight: 700;
  font-size: 1.25em;
  margin: 0!important;
  padding: 0!important;
  letter-spacing: normal!important;
  color: #7ac158;
  line-height: 1.1em;
  opacity: 1;
}
.market-research-page .container-contact-col .widget-type-form form .form-wrap h4 {
  font-weight: 400;
  border: none;
  background: 0 0;
  margin: 0 0 20px;
  color: #7ac158;
  font-size: 1.375rem;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.market-research-page .container-contact-col .widget-type-form form .hs-richtext .gfield hr {
  border-bottom: 1px solid #ccc;
  margin: 28px 16px 18px 0;
  margin-top: 32px;
  background: none;
  height: 0;
}

.container-contact-col .widget-type-form form fieldset.form-columns-2 .hs-form-field .hs-input {
  width: 100%;
}

.container-contact-col .widget-type-form form fieldset.form-columns-2 .hs-form-field:last-child {
  margin-top: 20px ;
}

.market-research-page .container-contact-col .widget-type-form form fieldset.form-columns-2 .hs-form-field {
  margin: 0;
}

.market-research-page .container-contact-col .widget-type-form form fieldset.form-columns-2 .hs-form-field:last-child {
  margin-top: 20px !important;
}

.container-contact-col .widget-type-form form fieldset .hs-form-field.hs_school_name .hs-input {
  width: calc(50% - 8px);
}
.container-contact-col .widget-type-form form .hs-form-field.hs-fieldtype-booleancheckbox .input {
  margin-top: 11px;
}
.hs-search-field.hs-search-field--open ul {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 15px;
}

.fancybox-overlay {
  background: url('https://21569683.fs1.hubspotusercontent-na1.net/hubfs/21569683/Edu_Marking_may2022/images/fancybox_overlay.png') !important;
}

.container-contact-col .widget-type-form form .hs-form-field.hs-fieldtype-checkbox ul li label{
  font-weight:normal;
}


.container-contact-col .widget-type-form form fieldset .hs-form-field.hs_agency_type .hs-input,
.container-contact-col .widget-type-form form .hs_sales_call_notes.hs-form-field .hs-input {
  width: 100%;
}
.container-contact-col .hs-input[type=radio]:checked + span {
  font-weight: 700 !important;
}

.container-contact-col .hs-input[type=checkbox]:checked+span {
  font-weight: 700 !important;
}
.body-container-wrapper form .hs_submit.hs-submit input.hs-button.primary.large{
  margin-right:0;
  white-space:normal;
}

@media(max-width:1000px){
  .contact-page .main {
    width: 100%;
    float: none;
  }

  .contact-page .right {
    float: none;
  }

}




@media(max-width:767px){
  img.alignleft,
  img.alignright{
    margin:0 0 3px;
    float:none;
    display:block;
    width:100% !important;
  }
  .body-container .widget-type-rich_text ul,
  .body-container .widget-type-rich_text ol {
    font-size: 1rem;
    line-height: 2rem;
  }
  a img.aligncenter {
    margin: 5px auto;
  }

}

@media(max-width:700px){
  .container-contact-col .widget-type-form form .hs-form-field.hs-fieldtype-radio .input ul {
    font-size: 1rem;
    line-height: 2rem;
  }

  .container-contact-col .widget-type-form form .hs-form-field.hs-fieldtype-radio .input ul li label {
    font-size: 1rem;
    line-height: 2rem;
  }

  .market-research-page .container-contact-col .widget-type-form form .form-wrap h2{
    font-size: 2.4rem;
  }

  .market-research-page .container-contact-col .widget-type-form form .hs-richtext {
    font-size: 1rem;
    line-height: 2rem;
  }


}


@media(max-width:640px){
  .container-contact-left .widget-type-form form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    padding-right: 0 !important;
  }
  .market-research-page .container-contact-col .widget-type-form form .form-wrap{
    padding-right:0;
  }
  .container-contact-col .widget-type-form form fieldset.form-columns-2 .hs-form-field {
    padding-right: 0;
  }

  .body-container-wrapper form .hs_submit.hs-submit input.hs-button.primary.large {
    line-height: 2;
    min-height: 2rem;
    margin: 0 0 16px 0;
    width: 100%;
  }
  .container-contact-col .widget-type-form form fieldset .hs-form-field{
    width:100%;
  }
  .container-contact-col .widget-type-form form fieldset.form-columns-2,
  .container-contact-left .widget-type-form form fieldset.form-columns-2{
    width:100%;
    display:block;
  }
  .container-contact-col .widget-type-form form fieldset .hs-form-field.hs_school_name .hs-input,
  .market-research-page .container-contact-col .widget-type-form form .hs-form-field .hs-input{
    width:100%;
  }
  .market-research-page .container-contact-col .widget-type-form form .form-wrap h4{
    margin: 0 0 26px;
  }

  .container-contact-col .widget-type-form form .hs-form-field.hs-fieldtype-radio .input ul li span {
    width: 85%;
    cursor: pointer;
    max-width: 85%;
    white-space: normal;
  }

  .container-contact-col .widget-type-form form .hs-form-field.hs-fieldtype-radio .input ul li label {
    width: 85%;
    display: block;
  }

}


@media(max-width:480px){
  .container-contact-col .widget-type-form form fieldset.form-columns-2 .hs-input,
  .container-contact-left .widget-type-form form fieldset.form-columns-2 .hs-input{
    width:100% !important;
  }
  .body-container-wrapper .widget-type-form form fieldset.form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }
  .calendly-inline-widget {
    width: 100% !important;
    min-width: auto !important;
  }
  .ovrflw{
    text-overflow: ellipsis;
    display: block;
    width: 240px;
    overflow: hidden;
  }

}