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


@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 {
    margin: 0 auto;
    padding: 0 15px;
  }

  .banner-section .dnd-section .dnd-column {
    padding: 0 0;
  }

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

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

  @media (max-width: 767px) {
    .dnd-section .dnd-column {
      padding: 0;
    }
  }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face { 
  font-family: "Glyphicons Halflings"; 
  src:  url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url(https://9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAUniversity_November2022/fonts/glyphicons-halflings-regular.woff) format("woff"), 
    url(https://9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAUniversity_November2022/fonts/glyphicons-halflings-regular.ttf) format("truetype");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face { 
  font-family: "FontAwesome"; 
  src:
    url(https://9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAUniversity_November2022/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(https://9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAUniversity_November2022/fonts/fontawesome-webfont.woff) format("woff"), 
    url(https://9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAUniversity_November2022/fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; 
}



@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAUniversity_November2022/fonts/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



html {
  font-size: 16px;
}

body {
  line-height: 1.42857143;

}


p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* Anchor Links */
a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 1.2;
  word-break: break-word;
}

h1 {
  line-height: 1.2208;
}

h2 {
  line-height: 1.2992;
}

h3 {
  line-height: 1.3328;
}

h4 {
  line-height: 1.372;
}

h5 {
  line-height: 1.4;
}

h6 {
  line-height: 1.4;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left:40px;
}

ul li,
ol li {
  line-height: inherit;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  height: 0;
}
/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
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;
}
/* ******************************************************************************
  *********************************************************************************
  This file contains all the neccessary styles to control how your forms looks
  throughout your site. Styles for form fields, buttons, inputs, etc.
  *********************************************************************************
  ****************************************************************************** */
  form,
  .submitted-message {
    max-width: ;
    font-family: ;
  }

  .hs-button,
  .button--primary {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-family:  Arial;
    font-size: 16px;
    margin:15px 0;
  }

  .hs-button:hover,
  .button--primary:hover {
    text-decoration: none;

  }


  .hs-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
  }

  form .hs-error-msgs label {
    color: red !important;
    display: block;
    margin-bottom: 0!important;
    margin-top: 2px;
  }
  ul.no-list.hs-error-msgs.inputs-list {
    padding-top: 0;
    margin-bottom: 0;
  }
  .hs-input,
  input#hs-pwd-widget-password {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;

  }
  input#hs-pwd-widget-password {
    height: 45px!important;
  }
  .hs-input:focus,
  input#hs-pwd-widget-password:focus {
    outline: 0;
  }

  .hs-input[type=checkbox],
  .hs-input[type=radio] {
    cursor: pointer;
    width: auto!important;
    height: auto!important;
    display:inline-block;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: none;
    vertical-align: middle;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  }
  .hs-input[type=file] {
    background-color: #fff;
    padding: initial;
    border: initial;
    line-height: initial;
    box-shadow: none;
  }

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

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

  textarea.hs-input {
    height: auto;
  }

  select[multiple].hs-input {
    height: inherit;
  }

  /* Force single column fields to full width inside of fieldsets */
  fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
    width: 100% !important;
  }

  input.hs-input.error,
  div.field.error input,
  div.field.error textarea,
  div.field.error .chzn-choices,
  textarea.hs-input.error,
  select.hs-input.error {
    border-color: #e49f9f;
  }


  .actions {
    padding: 0;
  }

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

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

  .hs-form-field{
    margin-bottom: 18px;
  }

  .hs-field-desc {
    color: ;
    margin: 0px 0px 6px;
    font-size: 14px;
  }

  .hs-form-required {
    color: red;
  }

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

  .grecaptcha-badge {
    margin: 0;
  }

  .email-correction, .email-validation {
    padding-top: 3px;
    font-size: 12px;
  }
  .email-correction a,
  .email-validation a {
    cursor: pointer;
  }

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


  ::-webkit-input-placeholder {
    color: #000;
    opacity: 1
  }

  ::-moz-placeholder {
    color: #000;
    opacity: 1
  }

  :-ms-input-placeholder {
    color: #000;
    opacity: 1

  }

  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: #66afe9!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%)!important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%)!important;

  }


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

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

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

  @media (max-width:767px){

    form{
      margin-top: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.header {
  background-color: rgba(117,70,250,0.6);
  border-color: transparent;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  top:0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
header.header .navbar-collapse,
header.header .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
header.header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent!important;
  border-radius: 4px;
  outline:none!important;
  border-color: transparent!important;
  background-color: #f7f7f7!important;
}

header.header .navbar-toggle:hover {
  background-color: #ddd!important;
}

header.header .sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

header.header .navbar-toggle{
  outline:none!important;
}
header.header .navbar-toggle .icon-bar {
  background-color: #888;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

header.header .icon-bar+.icon-bar {
  margin-top: 4px;
}
header.header .navbar-brand {
  color: #777;
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  padding-top: 0;
}
header.header .navbar-brand img {
  display: block;
  max-width: 267px;
}
header.header .navbar-collapse{
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}

header.header .hs-menu-wrapper>ul {
  font-size: 12px;
  font-family: montserrat,helvetica neue,Helvetica,Arial,sans-serif;
}

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

header.header .hs-menu-wrapper>ul>li>a {
  color: #fff;
  line-height: 30px;
  padding: 10px;
  position: relative;
  display: block;
}

header.header.fixed-header .navbar-brand img {
  margin-top: 4px;
  max-width:213.5px;
}

header.header a{
  text-decoration:none;
}

header.header.fixed-header{
  min-height: 68px!important;
  padding: 0;
  background-color: rgba(117, 70, 250, 0.6) !important;
}
header.header .content-wrapper {
  position: relative;
}

@media (min-width: 768px){
  header.header {
    background-color: rgba(128,0,128,.6);
    padding: 25px 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    border: none;
  }
  header.header .navbar-toggle {
    display: none;
  }
  header.header .navbar-collapse{
    margin-right: 0;
    margin-left: 0;
    display: block;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    padding-left: 0;
  }
  header.header  .navbar-header {
    margin-right: 0;
    float: left;
    margin-left: 0;
  }
  header.header  .navbar-brand {
    margin-left: -15px;
  }
  header.header .hs-menu-wrapper>ul>li {
    float: left;
  }
  header.header .hs-menu-wrapper>ul{
    float: right!important;
    margin-right: -15px;
  }
}

@media (min-width: 1200px){
  header.header .hs-menu-wrapper>ul>li>ul{
    position:absolute;
    min-width:220px;
    top:100%;
    background: white;
    padding: 10px;
    display:none;
  }
  header.header .hs-menu-wrapper>ul>li>ul>li>a{
    padding:10px;
    display:block;
  }
  header.header .hs-menu-wrapper>ul>li:hover>ul{
    display:block;
  }
  .child-trigger {
    display:none;
  }
}

@media (max-width: 1199px){
  header.header .navbar-header {
    float: none;
  }
  header.header .navbar-toggle {
    display: block;
  }
  header.header .navbar-collapse {
    display: none;
    width:100%;
    position:relative;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    max-height: 80vh;
  }
  header.header .hs-menu-wrapper>ul{
    float: none!important;
    margin-top: 7.5px;
    margin-right: 0;
  }
  header.header .hs-menu-wrapper>ul>li {
    float: none;
  }
  header.header .hs-menu-wrapper>ul>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header.header .hs-menu-wrapper:before,
  header.header .hs-menu-wrapper:after{
    content:'';
    clear:both;
    display:block;
  }
  header.header .hs-menu-wrapper>ul>li>ul {
    display: none;
    position: relative;
    width: 100%;
    background: transparent !important;
    padding: 0 10px;
  }
  header.header .child-trigger {
    padding: 11px;
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 3px;
    cursor: pointer;
    color: white;
  }
  header.header .hs-menu-wrapper>ul>li>ul>li>a{
    padding:10px;
    display:block;
  }
  header.header .child-trigger{
    top: -6px;
  }
  header.header .child-trigger.icon {
    top: -13px;
  }
  header.header .child-trigger:before {
    content: "+";
  }

  header.header .child-trigger.icon:after {
    content: "_";
    display: block;
  }

  header.header .child-trigger.icon:before {
    display: none;
  }
  /*     header.header {
  overflow-y: auto!important;
  overflow-x: hidden!important;
} */
}

@media (max-width: 767px){
  header.header .navbar-brand img {   
    margin-top: 5px;
    height: 40px!important;
    position: absolute;
    display: block;
    width: auto!important;
  }
  header.header .navbar-collapse {
    background-color: #000;
  }
  header.header .hs-menu-wrapper>ul {
    margin: 7.5px -15px;
  }
  header.header .hs-menu-wrapper>ul>li>a {
    line-height: 20px;
  }

  header.header .content-wrapper {
    padding: 0;
  }

  header.header .navbar-header {

    padding: 0 15px;
  }

  header.header .navbar-collapse {
    margin: 0;
  }
  header.header .navbar-collapse {
    overflow-y: auto!important;
  }

}

@media (min-width: 768px) and (max-width:1199px){
/*   header.header{
    overflow-y: auto!important;
  }
  header.header.fixed-header {
    overflow-y: auto!important;
  } */
}
footer.footer {
  background-color: #222;
  margin-top: 50px;
  padding: 30px;
  position: relative;
  z-index: 2;
}

.footer .content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer .content-wrapper:before, 
.footer .content-wrapper:after {
  display: table;
  content: " ";
}

.footer .content-wrapper:after {
  clear: both;
}
.footer .copyright_wrap {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%;
  font-weight: 300;
}
.footer .logo {
  text-align: right;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
}


.footer .copyright_wrap .hs_cos_wrapper_type_rich_text span {
  display: none;
}

.footer .copyright_wrap .hs_cos_wrapper_type_rich_text p {
  margin: 0px;
  padding: 0px;
  margin: 0 0 11px;
}

.footer .logo img {
  max-width: 267px;
}

.footer .copyright_wrap b {
  font-weight: 300;
}

/* MEDIA */
@media (min-width: 768px){
  .footer .content-wrapper {
    max-width: 750px;
  }
  .footer .copyright_wrap{
    width: 58.33333333%;
  }
  .footer .logo {
    width: 41.66666667%;
  }
}

@media (min-width: 992px){
  .footer .content-wrapper {
    max-width: 970px;
  }
}

@media (min-width: 1200px){
  .footer .content-wrapper {
    max-width: 1170px;
  }
}

@media (max-width: 768px){
  .footer .copyright_wrap,
  .footer .logo{
    text-align: center;
  }
  .footer .copyright_wrap .hs_cos_wrapper_type_rich_text span {
    display: block;
  }
  .footer .logo img {
    width: 100%!important;
}
}
.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}