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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  hscolor: #333333;
  background-hscolor: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  hscolor: inherit;
  white-space: pre-wrap;
  background-hscolor: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.container-fluid1 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.hscol-xs-1, .hscol-sm-1, .hscol-md-1, .hscol-lg-1, .hscol-xs-2, .hscol-sm-2, .hscol-md-2, .hscol-lg-2, .hscol-xs-3, .hscol-sm-3, .hscol-md-3, .hscol-lg-3, .hscol-xs-4, .hscol-sm-4, .hscol-md-4, .hscol-lg-4, .hscol-xs-5, .hscol-sm-5, .hscol-md-5, .hscol-lg-5, .hscol-xs-6, .hscol-sm-6, .hscol-md-6, .hscol-lg-6, .hscol-xs-7, .hscol-sm-7, .hscol-md-7, .hscol-lg-7, .hscol-xs-8, .hscol-sm-8, .hscol-md-8, .hscol-lg-8, .hscol-xs-9, .hscol-sm-9, .hscol-md-9, .hscol-lg-9, .hscol-xs-10, .hscol-sm-10, .hscol-md-10, .hscol-lg-10, .hscol-xs-11, .hscol-sm-11, .hscol-md-11, .hscol-lg-11, .hscol-xs-12, .hscol-sm-12, .hscol-md-12, .hscol-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.hscol-xs-1, .hscol-xs-2, .hscol-xs-3, .hscol-xs-4, .hscol-xs-5, .hscol-xs-6, .hscol-xs-7, .hscol-xs-8, .hscol-xs-9, .hscol-xs-10, .hscol-xs-11, .hscol-xs-12 {
  float: left;
}
.hscol-xs-12 {
  width: 100%;
}
.hscol-xs-11 {
  width: 91.66666667%;
}
.hscol-xs-10 {
  width: 83.33333333%;
}
.hscol-xs-9 {
  width: 75%;
}
.hscol-xs-8 {
  width: 66.66666667%;
}
.hscol-xs-7 {
  width: 58.33333333%;
}
.hscol-xs-6 {
  width: 50%;
}
.hscol-xs-5 {
  width: 41.66666667%;
}
.hscol-xs-4 {
  width: 33.33333333%;
}
.hscol-xs-3 {
  width: 25%;
}
.hscol-xs-2 {
  width: 16.66666667%;
}
.hscol-xs-1 {
  width: 8.33333333%;
}
.hscol-xs-pull-12 {
  right: 100%;
}
.hscol-xs-pull-11 {
  right: 91.66666667%;
}
.hscol-xs-pull-10 {
  right: 83.33333333%;
}
.hscol-xs-pull-9 {
  right: 75%;
}
.hscol-xs-pull-8 {
  right: 66.66666667%;
}
.hscol-xs-pull-7 {
  right: 58.33333333%;
}
.hscol-xs-pull-6 {
  right: 50%;
}
.hscol-xs-pull-5 {
  right: 41.66666667%;
}
.hscol-xs-pull-4 {
  right: 33.33333333%;
}
.hscol-xs-pull-3 {
  right: 25%;
}
.hscol-xs-pull-2 {
  right: 16.66666667%;
}
.hscol-xs-pull-1 {
  right: 8.33333333%;
}
.hscol-xs-pull-0 {
  right: auto;
}
.hscol-xs-push-12 {
  left: 100%;
}
.hscol-xs-push-11 {
  left: 91.66666667%;
}
.hscol-xs-push-10 {
  left: 83.33333333%;
}
.hscol-xs-push-9 {
  left: 75%;
}
.hscol-xs-push-8 {
  left: 66.66666667%;
}
.hscol-xs-push-7 {
  left: 58.33333333%;
}
.hscol-xs-push-6 {
  left: 50%;
}
.hscol-xs-push-5 {
  left: 41.66666667%;
}
.hscol-xs-push-4 {
  left: 33.33333333%;
}
.hscol-xs-push-3 {
  left: 25%;
}
.hscol-xs-push-2 {
  left: 16.66666667%;
}
.hscol-xs-push-1 {
  left: 8.33333333%;
}
.hscol-xs-push-0 {
  left: auto;
}
.hscol-xs-offset-12 {
  margin-left: 100%;
}
.hscol-xs-offset-11 {
  margin-left: 91.66666667%;
}
.hscol-xs-offset-10 {
  margin-left: 83.33333333%;
}
.hscol-xs-offset-9 {
  margin-left: 75%;
}
.hscol-xs-offset-8 {
  margin-left: 66.66666667%;
}
.hscol-xs-offset-7 {
  margin-left: 58.33333333%;
}
.hscol-xs-offset-6 {
  margin-left: 50%;
}
.hscol-xs-offset-5 {
  margin-left: 41.66666667%;
}
.hscol-xs-offset-4 {
  margin-left: 33.33333333%;
}
.hscol-xs-offset-3 {
  margin-left: 25%;
}
.hscol-xs-offset-2 {
  margin-left: 16.66666667%;
}
.hscol-xs-offset-1 {
  margin-left: 8.33333333%;
}
.hscol-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .hscol-sm-1, .hscol-sm-2, .hscol-sm-3, .hscol-sm-4, .hscol-sm-5, .hscol-sm-6, .hscol-sm-7, .hscol-sm-8, .hscol-sm-9, .hscol-sm-10, .hscol-sm-11, .hscol-sm-12 {
    float: left;
  }
  .hscol-sm-12 {
    width: 100%;
  }
  .hscol-sm-11 {
    width: 91.66666667%;
  }
  .hscol-sm-10 {
    width: 83.33333333%;
  }
  .hscol-sm-9 {
    width: 75%;
  }
  .hscol-sm-8 {
    width: 66.66666667%;
  }
  .hscol-sm-7 {
    width: 58.33333333%;
  }
  .hscol-sm-6 {
    width: 50%;
  }
  .hscol-sm-5 {
    width: 41.66666667%;
  }
  .hscol-sm-4 {
    width: 33.33333333%;
  }
  .hscol-sm-3 {
    width: 25%;
  }
  .hscol-sm-2 {
    width: 16.66666667%;
  }
  .hscol-sm-1 {
    width: 8.33333333%;
  }
  .hscol-sm-pull-12 {
    right: 100%;
  }
  .hscol-sm-pull-11 {
    right: 91.66666667%;
  }
  .hscol-sm-pull-10 {
    right: 83.33333333%;
  }
  .hscol-sm-pull-9 {
    right: 75%;
  }
  .hscol-sm-pull-8 {
    right: 66.66666667%;
  }
  .hscol-sm-pull-7 {
    right: 58.33333333%;
  }
  .hscol-sm-pull-6 {
    right: 50%;
  }
  .hscol-sm-pull-5 {
    right: 41.66666667%;
  }
  .hscol-sm-pull-4 {
    right: 33.33333333%;
  }
  .hscol-sm-pull-3 {
    right: 25%;
  }
  .hscol-sm-pull-2 {
    right: 16.66666667%;
  }
  .hscol-sm-pull-1 {
    right: 8.33333333%;
  }
  .hscol-sm-pull-0 {
    right: auto;
  }
  .hscol-sm-push-12 {
    left: 100%;
  }
  .hscol-sm-push-11 {
    left: 91.66666667%;
  }
  .hscol-sm-push-10 {
    left: 83.33333333%;
  }
  .hscol-sm-push-9 {
    left: 75%;
  }
  .hscol-sm-push-8 {
    left: 66.66666667%;
  }
  .hscol-sm-push-7 {
    left: 58.33333333%;
  }
  .hscol-sm-push-6 {
    left: 50%;
  }
  .hscol-sm-push-5 {
    left: 41.66666667%;
  }
  .hscol-sm-push-4 {
    left: 33.33333333%;
  }
  .hscol-sm-push-3 {
    left: 25%;
  }
  .hscol-sm-push-2 {
    left: 16.66666667%;
  }
  .hscol-sm-push-1 {
    left: 8.33333333%;
  }
  .hscol-sm-push-0 {
    left: auto;
  }
  .hscol-sm-offset-12 {
    margin-left: 100%;
  }
  .hscol-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .hscol-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .hscol-sm-offset-9 {
    margin-left: 75%;
  }
  .hscol-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .hscol-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .hscol-sm-offset-6 {
    margin-left: 50%;
  }
  .hscol-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .hscol-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .hscol-sm-offset-3 {
    margin-left: 25%;
  }
  .hscol-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .hscol-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .hscol-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .hscol-md-1, .hscol-md-2, .hscol-md-3, .hscol-md-4, .hscol-md-5, .hscol-md-6, .hscol-md-7, .hscol-md-8, .hscol-md-9, .hscol-md-10, .hscol-md-11, .hscol-md-12 {
    float: left;
  }
  .hscol-md-12 {
    width: 100%;
  }
  .hscol-md-11 {
    width: 91.66666667%;
  }
  .hscol-md-10 {
    width: 83.33333333%;
  }
  .hscol-md-9 {
    width: 75%;
  }
  .hscol-md-8 {
    width: 66.66666667%;
  }
  .hscol-md-7 {
    width: 58.33333333%;
  }
  .hscol-md-6 {
    width: 50%;
  }
  .hscol-md-5 {
    width: 41.66666667%;
  }
  .hscol-md-4 {
    width: 33.33333333%;
  }
  .hscol-md-3 {
    width: 25%;
  }
  .hscol-md-2 {
    width: 16.66666667%;
  }
  .hscol-md-1 {
    width: 8.33333333%;
  }
  .hscol-md-pull-12 {
    right: 100%;
  }
  .hscol-md-pull-11 {
    right: 91.66666667%;
  }
  .hscol-md-pull-10 {
    right: 83.33333333%;
  }
  .hscol-md-pull-9 {
    right: 75%;
  }
  .hscol-md-pull-8 {
    right: 66.66666667%;
  }
  .hscol-md-pull-7 {
    right: 58.33333333%;
  }
  .hscol-md-pull-6 {
    right: 50%;
  }
  .hscol-md-pull-5 {
    right: 41.66666667%;
  }
  .hscol-md-pull-4 {
    right: 33.33333333%;
  }
  .hscol-md-pull-3 {
    right: 25%;
  }
  .hscol-md-pull-2 {
    right: 16.66666667%;
  }
  .hscol-md-pull-1 {
    right: 8.33333333%;
  }
  .hscol-md-pull-0 {
    right: auto;
  }
  .hscol-md-push-12 {
    left: 100%;
  }
  .hscol-md-push-11 {
    left: 91.66666667%;
  }
  .hscol-md-push-10 {
    left: 83.33333333%;
  }
  .hscol-md-push-9 {
    left: 75%;
  }
  .hscol-md-push-8 {
    left: 66.66666667%;
  }
  .hscol-md-push-7 {
    left: 58.33333333%;
  }
  .hscol-md-push-6 {
    left: 50%;
  }
  .hscol-md-push-5 {
    left: 41.66666667%;
  }
  .hscol-md-push-4 {
    left: 33.33333333%;
  }
  .hscol-md-push-3 {
    left: 25%;
  }
  .hscol-md-push-2 {
    left: 16.66666667%;
  }
  .hscol-md-push-1 {
    left: 8.33333333%;
  }
  .hscol-md-push-0 {
    left: auto;
  }
  .hscol-md-offset-12 {
    margin-left: 100%;
  }
  .hscol-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .hscol-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .hscol-md-offset-9 {
    margin-left: 75%;
  }
  .hscol-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .hscol-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .hscol-md-offset-6 {
    margin-left: 50%;
  }
  .hscol-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .hscol-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .hscol-md-offset-3 {
    margin-left: 25%;
  }
  .hscol-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .hscol-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .hscol-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .hscol-lg-1, .hscol-lg-2, .hscol-lg-3, .hscol-lg-4, .hscol-lg-5, .hscol-lg-6, .hscol-lg-7, .hscol-lg-8, .hscol-lg-9, .hscol-lg-10, .hscol-lg-11, .hscol-lg-12 {
    float: left;
  }
  .hscol-lg-12 {
    width: 100%;
  }
  .hscol-lg-11 {
    width: 91.66666667%;
  }
  .hscol-lg-10 {
    width: 83.33333333%;
  }
  .hscol-lg-9 {
    width: 75%;
  }
  .hscol-lg-8 {
    width: 66.66666667%;
  }
  .hscol-lg-7 {
    width: 58.33333333%;
  }
  .hscol-lg-6 {
    width: 50%;
  }
  .hscol-lg-5 {
    width: 41.66666667%;
  }
  .hscol-lg-4 {
    width: 33.33333333%;
  }
  .hscol-lg-3 {
    width: 25%;
  }
  .hscol-lg-2 {
    width: 16.66666667%;
  }
  .hscol-lg-1 {
    width: 8.33333333%;
  }
  .hscol-lg-pull-12 {
    right: 100%;
  }
  .hscol-lg-pull-11 {
    right: 91.66666667%;
  }
  .hscol-lg-pull-10 {
    right: 83.33333333%;
  }
  .hscol-lg-pull-9 {
    right: 75%;
  }
  .hscol-lg-pull-8 {
    right: 66.66666667%;
  }
  .hscol-lg-pull-7 {
    right: 58.33333333%;
  }
  .hscol-lg-pull-6 {
    right: 50%;
  }
  .hscol-lg-pull-5 {
    right: 41.66666667%;
  }
  .hscol-lg-pull-4 {
    right: 33.33333333%;
  }
  .hscol-lg-pull-3 {
    right: 25%;
  }
  .hscol-lg-pull-2 {
    right: 16.66666667%;
  }
  .hscol-lg-pull-1 {
    right: 8.33333333%;
  }
  .hscol-lg-pull-0 {
    right: auto;
  }
  .hscol-lg-push-12 {
    left: 100%;
  }
  .hscol-lg-push-11 {
    left: 91.66666667%;
  }
  .hscol-lg-push-10 {
    left: 83.33333333%;
  }
  .hscol-lg-push-9 {
    left: 75%;
  }
  .hscol-lg-push-8 {
    left: 66.66666667%;
  }
  .hscol-lg-push-7 {
    left: 58.33333333%;
  }
  .hscol-lg-push-6 {
    left: 50%;
  }
  .hscol-lg-push-5 {
    left: 41.66666667%;
  }
  .hscol-lg-push-4 {
    left: 33.33333333%;
  }
  .hscol-lg-push-3 {
    left: 25%;
  }
  .hscol-lg-push-2 {
    left: 16.66666667%;
  }
  .hscol-lg-push-1 {
    left: 8.33333333%;
  }
  .hscol-lg-push-0 {
    left: auto;
  }
  .hscol-lg-offset-12 {
    margin-left: 100%;
  }
  .hscol-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .hscol-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .hscol-lg-offset-9 {
    margin-left: 75%;
  }
  .hscol-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .hscol-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .hscol-lg-offset-6 {
    margin-left: 50%;
  }
  .hscol-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .hscol-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .hscol-lg-offset-3 {
    margin-left: 25%;
  }
  .hscol-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .hscol-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .hscol-lg-offset-0 {
    margin-left: 0%;
  }
}
/* 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 !important;
    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, 
.page-center  {
  margin: 0 auto;
  padding: 0 15px;
}
@font-face { 
  font-family: proxima-nova; 
  src: url("https://use.typekit.net/af/219c30/00000000000000003b9b0389/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/219c30/00000000000000003b9b0389/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("https://use.typekit.net/af/219c30/00000000000000003b9b0389/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 400; 
  font-stretch: normal; 
  font-display: auto; 
}
@font-face { 
  font-family: proxima-nova; 
  src: url("https://use.typekit.net/af/0de7d4/00000000000000003b9b0388/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/0de7d4/00000000000000003b9b0388/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), 
    url("https://use.typekit.net/af/0de7d4/00000000000000003b9b0388/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype"); 
  font-style: italic; 
  font-weight: 400; 
  font-stretch: normal; 
  font-display: auto; 
}
@font-face { 
  font-family: proxima-nova; 
  src: url("https://use.typekit.net/af/8e11d4/00000000000000003b9b038c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), 
    url("https://use.typekit.net/af/8e11d4/00000000000000003b9b038c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), 
    url("https://use.typekit.net/af/8e11d4/00000000000000003b9b038c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 600; 
  font-stretch: normal; 
  font-display: auto; 
}
@font-face { 
  font-family: proxima-nova; 
  src: url("https://use.typekit.net/af/925423/00000000000000003b9b038f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("https://use.typekit.net/af/925423/00000000000000003b9b038f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("https://use.typekit.net/af/925423/00000000000000003b9b038f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 700; 
  font-stretch: normal; 
  font-display: auto; 
}

body {
  line-height: 1.42857143;
  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;
  /*     -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; */
}
a:focus, a:hover {
  text-decoration: underline;
}
a:active, a:hover {
  outline: 0;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}

h2, h3 {
  text-transform: uppercase;
}
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}  
h4 { 
  margin-bottom: 0;
}
/* Lists */
sup {
    top: -0.25em;
}
ul,
ol {
  margin: 0 0 10px;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}
 
/* Blockquotes */

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  font-size: 16px;
    line-height: 16px;
    font-family: arial, helvetica, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-style: solid;
  white-space: normal;
    text-decoration: none !important;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none !important;
}

button:active,
.button:active {
  text-decoration: none !important;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  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;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.btn-primary {
  vertical-align: top;
  margin: 10px;
  display: inline-block;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(97,163,184,.85);
  color: #fff;
  border: 1px solid rgba(97,163,184,.85);
  border-radius: 0;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 30px;
  line-height: 1;
  margin-bottom: 10px;
  text-decoration: none;
}
.btn.btn-primary:hover {
  background: #2d2b29;
  border: 1px solid #2d2b29;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.form-title {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-weight: 600;
    font-size: 44px;
}
/* Form fields */

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

/* Labels */

form label {
    display: block;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
}

/* 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 {
    padding: 0 15px;
    min-height: 27px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
.hs-input:focus {
    outline: none;
    border-color: rgba(82,168,236,.8);
    /*     52a8ec */
}
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 {
    color: #EF6B51;
}

.hs-input.invalid.error {
    border-color: #c87872;
}
form .inputs-list.hs-error-msgs li {
    margin: 0;
}
.hs-error-msg, .hs-error-msgs label {
    color: #f2545b;
    padding: 0;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    margin-bottom: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Submit button */

form input[type=submit],
form .hs-button {
    font-size: 16px;
    line-height: 16px;
    font-family: arial, helvetica, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-style: solid;
    white-space: pre-wrap;
}
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
    text-decoration: none !important;
}
form .input .hs-button {
    margin-top: 20px;
}
.hs-error-msgs label:empty {
    padding: 0;
}
/* Captcha */

.grecaptcha-badge {
    margin: 0 auto;
}

@media (max-width:767px) {
    form {
        margin-bottom: 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_wrapper {
  display: block !important;
  height: 174px;
}
.header_wrapper .outer-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header_wrapper .content-wrapper {
  padding-bottom: 15px;
}

.header_wrapper .col-sm-12 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.header_wrapper .outer-utility {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: transparent;
}

.header_wrapper .pull-right {
  float: right!important;
}

.header_wrapper .region-utility  ul.submenu.level-1 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: right;
}

.header_wrapper .region-utility ul.submenu.level-1 li {
  display: inline-block;
  font-size: 15px;
  position: relative;
}

.header_wrapper .region-utility ul.submenu.level-1 li a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.header_wrapper .region-utility ul.submenu.level-1 li a:hover,
.header_wrapper .region-utility ul.submenu.level-1 li a:focus,
.header_wrapper .region-utility ul.submenu.level-1 li a:active {
  text-decoration: none;
}

/*-- Bottom Header --*/

.header_wrapper .region.region-navigation ul.submenu.level-1 {
  display: table;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.header_wrapper .region.region-navigation ul.submenu.level-1 > li {
  display: table-cell;
  text-align: center;
  width: 20%;
  font-size: 21px;
  vertical-align: bottom;
  position: relative;
}

.header_wrapper .region.region-navigation ul.submenu.level-1 > li > a {
  color: #5c6578;
  border-top: solid 1px rgba(92,101,120,.5);
  padding: 15px 0;
  position: relative;
  display: block;
}

.header_wrapper .region.region-navigation ul.submenu.level-1>li:hover > a {
  text-decoration: none;
}

.header_wrapper .region.region-navigation ul.submenu.level-1>li.logo > .menu-link {
  display: none;
}

.header_wrapper .region.region-navigation ul.submenu.level-1>li.logo > .header_logo a {
  border: 0;
  padding: 10px;
  display: block;
}

.header_wrapper .region.region-navigation ul.submenu.level-2 {
  width: 100%;
  margin-top: 0;
  text-align: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  top: auto;
  position: absolute;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  border-bottom: solid 1px rgb(97,163,184);
  display:none;
}

.header_wrapper .region.region-navigation ul.submenu.level-2 > li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
}

.header_wrapper .region.region-navigation ul.submenu.level-2 > li:hover a {
  text-decoration: none;
}

/*-- fixed header --*/
.header_wrapper.scroll .outer-navbar {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: -1px;
}

.header_wrapper.scroll .region.region-navigation ul.submenu.level-1>li.logo>.header_logo a svg g:not(.icon),
.header_wrapper.scroll .navbar-header .header-logo a svg g:not(.icon) {
  display: none;
}

.header_wrapper.no-navigation.scroll .region.region-navigation .header_logo svg g:not(.icon) {
  display: none;
}

.header_wrapper.no-navigation.scroll .region.region-navigation .header_logo a {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  padding: 5px 15px;
  overflow: hidden;
}
.migration .form-title {
  word-break: normal;
}  
.header_wrapper.no-navigation.scroll .region.region-navigation .header_logo {
  height: 60px;
} 
.header_wrapper.scroll .region.region-navigation ul.submenu.level-1>li.logo>.header_logo a {
  display: block;
  height: 60px;
  max-width: 150px;
  margin: 0 auto;
  padding: 5px 15px;
}

.header_wrapper.scroll .outer-utility {
  display: none;
}
.header_wrapper.scroll .navbar-header .header-logo {
  height: 45px;
  margin: 10px auto -40px;
  margin-left: -40px;
  max-width: 120px;
}

/*-- Mobile Header --*/
.header_wrapper .navbar-header .header-logo {
  max-width: 160px;
  margin: 10px auto -40px;
  display: block!important;
  visibility: visible;
}

.header_wrapper .navbar-header .navbar-toggle {
  border: 1px solid transparent;
  border-color: #ddd;
  margin-top: 4px;
  margin-bottom: 14px;
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  background-color: transparent;
  background-image: none;
  border-radius: 4px;
  -webkit-appearance: button;
  cursor: pointer;
}

.header_wrapper .navbar-header .navbar-toggle:hover, 
.header_wrapper .navbar-header .navbar-toggle:focus {
  background-color: #ddd;
  border-color: #ddd;
}
.header_wrapper .navbar-header .navbar-toggle .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

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

.header_wrapper .navbar-header .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

.header_wrapper.no-navigation .region.region-navigation .header_logo svg {
  margin: auto;
  max-width: 100%;
}
.header_wrapper.no-navigation .region.region-navigation .header_logo {
  margin: auto;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.3px;
}

.header_wrapper.no-navigation .region.region-navigation .header_logo a {
  padding: 10px;
  display: block;
}
.header_wrapper.no-navigation .region.region-navigation .header_logo > div >span {
  width: calc(100% / 5);
  position: relative;
  display: inline-block;
  padding: 0;
}


@media (min-width: 768px) {
  .header_wrapper .navbar-collapse {
    display: block !important;
    overflow: visible !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header_wrapper .region.region-navigation {
    margin-top: 70px;
  }
  .header_wrapper .region.region-navigation ul.submenu.level-1>li {
    vertical-align: top;
  }
  .header_wrapper .region.region-navigation ul.submenu.level-1>li.logo>.header_logo a {
    margin-top: -35px;
  }
  .header_wrapper.no-navigation .region.region-navigation {
    margin-top: 35px;
  }
  .header_wrapper.no-navigation .region.region-navigation .header_logo {
    margin-bottom: 7px;
  }
}

@media (min-width:768px) {
  .header_wrapper .navbar-header {
    display: none;
  }
  .header_wrapper .region.region-navigation ul.submenu.level-1 >li:hover ul.submenu.level-2 {
    display:block;
  }
}
@media (max-width:767px) {
  .header_wrapper .outer-utility {
    position: static;
    left: auto;
    right: auto;
    top: auto;
  }
  .header_wrapper .region-utility ul.submenu.level-1 li a {
    padding: 10px 5px;
  }

  .header_wrapper .region-utility ul.submenu.level-1 li {
    font-size: 13px;
  }
  .header_wrapper .region.region-navigation ul.submenu.level-1, .header_wrapper .region.region-navigation ul.submenu.level-1 > li {
    display: block;
    width: auto;
  }
  #block-menu-block-2 {
    padding: 0;
  }
  .header_wrapper .navbar-collapse {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    overflow-y: auto;
    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%);
    border-color: #e7e7e7;
    width: 100%;
  }
  .header_wrapper .region.region-navigation ul.submenu.level-1>li.logo {
    display: none;
  }
  .header_wrapper .region.region-navigation ul.submenu.level-2 {
    position: static;
    display: block;
    border-bottom: none;
    float: none;
  }

  /*-- No Navigation Header --*/
  .header_wrapper.no-navigation .navbar-header {
    margin-top: 39px;
    margin-bottom: 11.57px;
  }
  .header_wrapper.no-navigation .navbar-header .header-logo {
    margin: 10px auto 0;
  }
  .header_wrapper.scroll.no-navigation .navbar-header .header-logo {
    height: 45px;
    margin: 10px auto -40px;
    margin-left: -40px;
    max-width: 120px;
  }

  .header_wrapper.scroll.no-navigation .navbar-header {
    margin-top: 0;
  }
  .header_wrapper.scroll.no-navigation .outer-navbar {
    height: 82px;
  }
  .header_wrapper.scroll.no-navigation .navbar-collapse {
    display: none;
  }

}

@media (max-height:500px) and (max-width:767px){ 
  .header_wrapper .navbar-collapse {
    overflow: auto !important;
    max-height: calc(100vh - 202px);
  }
  .header_wrapper.scroll .navbar-collapse {
    max-height: calc(100vh - 78px);
  }

}
.footer {
    font-size: 15px;
    margin-top: 0;
    border-top: 0;
    padding-top: 35px;
    padding-bottom: 36px;
}

.footer #block-block-1 svg {
    max-width: 160px;
}
.footer #block-block-1 svg * {
    fill: #fff;
}
.footer .block {
    margin-bottom: 20px;
}
.footer .ft_menu ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer .ft_menu ul.submenu.level-1 >li:first-child {
    border-top: 0;
}

.footer .ft_menu ul.submenu.level-1 > li {
    border-top: solid 1px ;
}
.footer .ft_menu ul>li>a,
.footer .ft_menu ul>li>a:hover {
    text-decoration: none;
}
.footer .ft_menu ul.submenu.level-1 > li > a {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.footer .ft_menu ul.submenu.level-2 {
    margin-left: 20px;
    background: transparent !important;
}

.footer .ft_menu ul.submenu.level-2 > li {
    position: relative;
    display: block;
}


.footer .ft_menu ul.submenu.level-2 > li > a {
    padding: 5px;
    position: relative;
    display: block;
}
.footer .ft_info p {
    font-size: 15px;
}

.footer #block-block-3 {
    margin-top: 60px;
    float: left;
}
.footer.no-navigation .block {
    margin-bottom: 0;
}
@media (max-width:767px) {
    .footer #block-block-3 {
        float: none;
    }
    .footer .ft_info p {
        margin: 0;
    }
    .footer.no-navigation .ft_info {
        width: 100%;
        margin-top: 20px;
    }
}
/* 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;
  }
}
.nopd1 .dnd-section, 
.nopd1 .content-wrapper--vertical-spacing ,
.nopd .dnd-section, 
.nopd .content-wrapper--vertical-spacing {
  padding: 0;
}
.nopd .dnd-section>.row-fluid  {
  max-width: 100%;
  padding: 0;
}
.tt_row1 .widget-type-linked_image {
  width: 100%;
}
.tt_row1 .widget-type-linked_image img {
  display: block;
}
.tt_row1 {
  padding-bottom: 20px;
  padding-top: 20px; 
}
img {
  max-width: 100%;
}
.row:after,
.row:before {
  display: block;
  clear:both;
  content: " ";
}
.prd_row1 svg .c2 {
  mix-blend-mode: normal !important; 
}
p:last-child {
  margin-bottom: 0;
}
.sitemap_row2 {
  padding: 97px 0px 15px;
  margin: 0px;
}

.sitemap_row2 nav.navigation-primary  ul {
  margin: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.sitemap_row2 nav.navigation-primary ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.sitemap_row2 nav.navigation-primary ul li a:hover {
  text-decoration: none;
  background-color: #eee;
}

.sitemap_row2 nav.navigation-primary ul ul li {
  padding-left: 20px;
}
.thank_row2 {
  padding: 72px 0px;
  margin: 0px;
}
.thank_row2 .row > div {
  padding: 15px;
}
.fd_row3 {
  padding: 22px 0px 50px;
  margin: 0px;
}

.fd_row3 .span4 {
  width: 33.3%;
  margin-left: 0;
  padding: 0 15px 50px;
  align-self: flex-start;
}
.about_row2 {
  padding: 52px 0px 100px;
  margin: 0px;
}

.about_row2 h2 {
  padding-bottom: 50px;
}
.about_row3 {
  min-height: 400px;
  background-size: 106% ;
  background-position: right bottom ;
  pointer-events: none;
  position: relative;
  padding: 0px;
  margin: -250px 0px 0px;
  background-repeat: no-repeat;
}

.about_row3 .clouds {
  -webkit-transition: background-position 120s linear;
  -moz-transition: background-position 120s linear;
  -o-transition: background-position 120s linear;
  transition: background-position 120s linear;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover ;
  background-position: 100%;
  background-repeat: repeat-x;
  opacity: .5;
}
.bnr_mdl {
  overflow: hidden;
} 
.about_row3 .clouds.active {
  background-position: -500% ;
}
.ins_row2 .ins_mdl .row.ins1 {
  padding-bottom: 50px; 
}
.ins_row2 {
  padding-top: 127px;
}
.ttt2_row2 {
  padding-top: 52px;
  padding-bottom: 100px;
}

.ttt2_row2 h2 {
  padding-bottom: 10px;
}

.ttt2_row3 .ins_mdl .ins_img_inr {
  padding-top: 0;
}

.ttt2_row3 .ins_mdl .right .ins_cnt .ins_cnt_wrap {
  padding-top: 0;
  padding-left: 15px;
}

.ttt2_row3 .ins_mdl .ins_cnt_inr p:last-child {
  margin: 0;
}

.ttt2_row3 .ins_mdl .left .ins_cnt_wrap {
  padding-top: 0;
}
.dlr_row2.ttt2_row2 h2 {
  padding-bottom: 50px;
}
.ws_row2 {
  padding: 77px 0 75px;
}

.pdf-icon {
  width: 30px;
  float: left;
  margin-right: 10px;
  margin-top: -4px;
}
svg:not(:root) {
  overflow: hidden;
}

.pdf-icon .b { 
  fill: #FFF;
}

.pdf-icon .a {
  fill: #CAD1D8;
}
.contact_row2 {
  padding: 72px 0 70px;
}
.contact_row2 form {
  padding-top: 10px;
  margin-bottom: 26px;
}

.contact_row2 form .hs-input {
  max-width: 100% !important;
  width: 100% !important;
}

.contact_row2 form select {
  color: #bfbfbf;
  padding: 9px 10px;
}

.contact_row2 form select:focus {
  color: #33475b;
}

.contact_row2 form 
textarea {
  height: auto;
  min-height: 66px;
  padding: 10px 15px;
}

.contact_row2 form .hs-richtext p {
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
  margin: 1em 0;
  line-height: 24px;
}

.contact_row2 .hs_message.hs-message.hs-fieldtype-textarea {
  margin-bottom: 10px;
}

.contact_row2 form .hs-richtext p a {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}

.contact_row2 .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.contact_row2 form .hs-richtext {
  margin: 0;
}
.contact_row2 form .inputs-list {
  padding-left: 5px;
  margin: 0 0 5px;
}
form input[type=checkbox], form input[type=radio]{
  width: auto !important;
}
.contact_row2 form .hs-form-checkbox .hs-input {
  width: auto !important;
  margin: 3px 5px 3px 0px;
}

.contact_row2 form .hs-form-checkbox {
  margin: 0;
}

.contact_row2 form  ul.inputs-list.multi-container {
  padding-top: 6px;
}
.dr_row2 .hs-form-field > label {
  display: inline-block;
  max-width: 100%;
  font: inherit;
  margin-bottom: 5px;
  font-weight: 700;
  color: inherit;
}

.dr_row2 form {
  line-height: 1.42857143;
  color: #333;
  font-family: "proxima-nova",sans-serif;
  font-size: 18px;
  padding-top: 0;
  margin: 0;
}
.dr_row2 form .hs-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  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;
}

.dr_row2 form .hs-form-field {
  margin-bottom: 15px !important;
}

.dr_row2 form  span.hs-form-required {
  color: inherit;
}

.dr_row2 form ul.inputs-list.multi-container {
  padding: 0;
  margin-bottom: 19px;
}

.dr_row2 li.hs-form-checkbox > label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  margin-bottom: 9px;
  font-family: "proxima-nova",sans-serif;
  font-size: 18px;
  color: inherit;
}

.dr_row2 li.hs-form-checkbox > label input {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
  position: absolute;
  margin-top: 4px\9;
  width: auto !important;
  left: 0;
  margin-top: 4px !important;
  height: auto !important;
}

.dr_row2 form textarea {
  min-height: 114px; 
}
.dr_row2 form .hs-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.dr_row2 .actions {
  margin: 0;
  padding: 0;
}
.dr_row2 input.hs-button.primary.large {
  background: rgba(97,163,184,.85);
  color: #fff;
  border: 1px solid rgba(97,163,184,.85);
  border-radius: 0;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 30px;
  line-height: 1;
  margin: 10px;
  font-family: proxima-nova, sans-serif;
}

.dr_row2 input.hs-button.primary.large:hover {
  background: #2d2b29;
  border: 1px solid #2d2b29;
}

.bnr_mdl sup {
  top: -0.25em;
}
.lbm_row2 {
  padding: 57px 0px 15px;
}

.lbm_row2 .widget-type-rich_text{
  padding: 0 15px;
}
.lbm_row2_hd {
  margin-bottom: 15px;

}

.lbm_row2 .form-container {
  border: solid 1px #ccc; 
  padding: 0 15px 15px; 
}
.lbm_row2 .lbm_row2_form .widget-type-rich_text {
  padding: 0 0 10px;
}

.lbm_row2 {
  margin-bottom: 100px;
}

.lbm_row2  .span4 {
  width: 25%;
  padding: 0 15px;
  align-self: flex-start;
}

.lbm_row2 .span8 {
  width: 75%;
  margin-left: 0;
  align-self: flex-start;
}

.lbm_row2_cnt h3 {
  font-size: 32px;
}
.lbm_row2 h3 {
  word-break: initial;
}
.lbm_row2_cnt img {
  margin: 30px 0px;
}
.lbm_row2.abx_row2 {
  padding-top: 97px;
}
.abx_row2 form {
  padding: 0 15px;
}
a.btn.btn-primary {
  text-decoration: none !important;
}
body {
  opacity: 0;
}
body.cnt_open {
  opacity: 1;
}
.boston-expo-banner {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  background-color: rgba(97,163,184,.85);
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0px;
  z-index: 100;
  background-image: url(https://5707254.fs1.hubspotusercontent-na1.net/hubfs/5707254/icon-hero-bg-2.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  animation: panning 140s infinite linear;
}
.boston-expo-banner:hover {
  background-color: rgba(97,163,184,1);
}
.boston-expo-banner img {
  width: 100px;
}
.boston-expo-banner span {
  padding: 10px;
}
.boston-expo-banner a {
  display: block;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boston-expo-banner a:hover {
  text-decoration: none;
}

.header_wrapper.scroll .boston-expo-banner {
  display: none;
}

.pd_row2 .bp_mdl.no_img {
  padding-top: 102px;
}
.pd_row3 .widget-type-linked_image {
  width: 100%;
}

.pd_row3 .widget-type-linked_image img {
  width: 100%;
  display: block;
}
.pd_row4 {
  padding-top: 50px;
}
.pd_row4_cnt {
  float: none;
  margin: 0 auto;
  padding-bottom: 50px;
}

.pd_row4_hd {
  padding-bottom: 20px;
}

.pd_row4_cnt ul {
  text-align: center;
  list-style-position: inside;
  padding: 0;
  margin: 1em 0;
}

.pd_row5 {
  border-top: 1px solid #000;
  padding: 50px 0;
}

.pd_row6 .bp_mdl h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 44px;
}
.lss_row1 .bp_mdl.no_img {
  padding: 45px 0 58px;
}

.lss_row1 .bp_mdl.no_img h3 {
  font-size: 34px;
}

.lss_row1 .bp_mdl.no_img .page-center {
  max-width: 860px;
}

.lss_row1 .bp_mdl.no_img p {
  text-align: left;
}

.lss_row1 .bp_btn {
  padding: 15px 15px 0;
}

.lss_row2 .ins_mdl .ins_cnt_wrap h2 {
  font-weight: 600;
  font-size: 36px;
}

.lss_row2 .ins_mdl .row {
  align-items: flex-start;
}

.lss_row2.ttt2_row3 .ins_mdl .right .ins_cnt .ins_cnt_wrap {
  padding-left: 0;
}
.lss_row2 .ins_mdl .row.ins2.left > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.lss_row2 .ins_mdl .row.ins2.left {
  display: table-row; 
}

.lss_row3 .bp_mdl {
  padding: 40px 0;
}

.lss_row3 .bp_mdl h3 {
  font-size: 44px;
}

.lss_row3 .bp_mdl .page-center {
  max-width: 800px;
}

.lss_row3 .bp_mdl_inr {
  padding: 0 15px;
}

.lss_row3 .bp_mdl {
  background-position: center center;
}
.lss_row5 .bp_mdl {
  padding: 100px 0px 170px;
}

.lss_row5 .bp_mdl h3 {
  font-size: 44px;
}

.lss_row5 .bp_mdl .bp_btn.more {
  margin-top: 20px; 
}

.lss_row5 .bp_mdl .bp_btn a {
  line-height: 1.42857;
}

.lss_row5 .bp_mdl .bp_btn .trans a {
  color: #fff;
  border: 1px solid #FFFFFF;
  background: transparent;
}

.lss_row5 .bp_mdl .bp_btn .trans a:hover {
  background: #2d2b29;
  border: 1px solid #2d2b29;
  color: #FFFFFF;
}
.home_row2 .about_row2 {
  padding: 77px 0px 75px;
  margin: 0px;
  min-height: auto;
  background-size: cover;
  position: relative;
  pointer-events: inherit;
  background-position: center bottom; 
}
.home_row2 .about_row2 > .container-fluid {
  position: relative;
  z-index: 9;
}
.home_row2 .about_row2 h2 {
  padding-bottom: 0;
}
.home_row2 .hs-button:hover {
  background: #2d2b29;
  border: 1px solid #2d2b29;
  text-decoration: none;
}
.home_row3 .bp_mdl {
  padding: 102px 0px 342px;
}
.home_row3 .slider_mdl {
  padding: 42px 0 0;
}
.home_row3 .slider_mdl .page-center {
  padding: 0;
}

.home_row2 .hs-button {
  background: rgba(97,163,184,.85);
  color: #fff;
  border: 1px solid rgba(97,163,184,.85);
  border-radius: 0;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 30px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  text-align: center;
} 
.prd_mdl .row {
  display: flex;
  flex-wrap: wrap;
}
.home_row2  p {
  margin-bottom: 10px;
}
.cwvc_mdl .cwvc_mdl_vdo p {
  margin-bottom: 10px;
}
.home_row3 .slider_cnt {
  color: #333;
} 

@media (min-width: 1921px) {
  .boston-expo-banner {
    animation: none;
  }
}
@media (min-width:992px){
  .lss_row2 .ins_mdl .row.ins2.left .ins_cnt {
    width: 640px;
  }
  .lss_row2 .ins_mdl .left .ins_img {
    padding-left: 0;
    width: auto;
  }
}
@media (max-width: 1450px) {
  .boston-expo-banner {
    animation-duration: 200s;
  }
}
@media (max-width: 1200px) and (min-width:768px){
  .bnr_hgh .bnr_mdl .highlighted img {
    min-height: 400px;
    object-fit: cover;
  }
  .bnr_hgh .bnr_mdl {
    overflow: hidden;
  }
  .bnr_hgh .bnr_mdl  svg#Layer_1 {
    height: 100%;
    width: 100%;
  }

}
@media (max-width: 991px){
  .lss_row2 .ins_mdl .left .ins_img {
    padding-left: 0;
  }
  .lbm_row2_cnt {
    width: 100%;
    padding-bottom: 15px;
  }

  .lbm_row2_form {
    width: 100%;
  }
  .boston-expo-banner {
    animation-duration: 240s;
  }
}
@media (max-width: 767px){
  .fd_row3 .span4 {
    width: 100%; 
  }
  .form-title {
    font-size: 34px;
  }
  .lbm_row1 .bnr_mdl #page-header-title h1 {
    font-size: 22px;
    margin-top: 15px;
  }
  .lbm_row2 .span8,
  .lbm_row2 .span4{
    width: 100%;
  }

  .lbm_row2 .widget-type-linked_image {
    width: 100%;
  }

  .lbm_row2_cnt img {
    margin: 5px 0 0;
  }

  .lbm_row2_cnt h3 {
    margin-bottom: 0;
  }
  .boston-expo-banner {
    font-size: 14px;
    padding: 15px;
    animation-duration: 280s;
  }
  .pd_row6 .bp_mdl h3 { 
    font-size: 34px;
  }
  .pd_row4_cnt {
    padding-top: 26px;
  }
  .lss_row2 .ins_mdl .row.ins2.left {
    display: block;
  }
  .lss_row2 .ins_mdl .row.ins2.left>div {
    display: block; 
    padding-left: 15px;
  }
  .lss_row3 .bp_mdl_inr {
    padding: 0;
  }
  .lss_row3 .bp_mdl h3 {
    font-size: 34px;
  }
  .lss_row5 .bp_mdl h3 {
    font-size: 34px;
  }

}
@media (max-width: 479px){
  .res_mdl .hscol-lg-12 .content h2 {
    word-break: normal;
  }
  .bnr_hgh .bnr_mdl .highlighted img ,
  .bnr_hgh1 .bnr_mdl .highlighted img {
    min-height: 250px;
    object-fit: cover;
  }
  .bnr_hgh .bnr_mdl,
  .bnr_hgh1 .bnr_mdl{
    overflow: hidden;
  }
  .bnr_hgh .bnr_mdl  svg#Layer_1,
  .bnr_hgh1 .bnr_mdl  svg#Layer_1{
    height: 100%;
    width: 100%;
  }
  .bnr_mdl #page-header-title h1 {
    word-break: initial;
  }
  .nopd.home_row3 .slider_mdl .slider_mdl_top h2 {
    font-size: 34px;
  }
  .boston-expo-banner {   
    padding: 15px 5px;
    animation-duration: 300s;
  }

}



/*Style v2*/
@keyframes panning {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.panning {
  animation: panning 80s infinite ease;
}
#icon-hero-bg {
  background-image: url('https://5707254.fs1.hubspotusercontent-na1.net/hubfs/5707254/icon-hero-bg-2.jpg');
  background-repeat: no-repeat;
}
h2.style-v2, .style-v2.h2 {
  font-family: futura-pt;
  font-size: 54px;
}
h3.style-v2, .style-v2.h3 {
  font-family: adelle;
  font-size: 32px;
  text-transform: unset;
  font-weight: 300;
}
p.style-v2 {
  font-family: adelle;
  font-weight: 300;
}
.btn.btn-primary.btn-white-transparent {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-primary.btn-white-transparent:hover {
  background: #2d2b29;
  border: 1px solid #2d2b29;
  color: #fff;
}

@media (max-width: 1500px) {
  .panning {
    animation: panning 100s infinite ease;
  }
}
@media (max-width: 992px) {
  h2.style-v2, .style-v2.h2 {
    font-size: 40px;
  }
  h3.style-v2, .style-v2.h3 {
    font-size: 28px;
  }
  .panning {
    animation: panning 120s infinite ease;
  }
}
@media (max-width: 767px) {
  h2.style-v2, .style-v2.h2 {
    font-size: 34px;
  }
  h3.style-v2, .style-v2.h3 {
    font-size: 22px;
  }
  #icon-hero-bg {
    background-image: url('https://5707254.fs1.hubspotusercontent-na1.net/hubfs/5707254/icon-hero-bg-2-sm.jpg');
    background-repeat: no-repeat;
  }
}
@media (min-width: 1921px) {
  #icon-hero-bg {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
    background-image: url('https://5707254.fs1.hubspotusercontent-na1.net/hubfs/5707254/icon-hero-bg-4.jpg');
  }
  h2.style-v2, .style-v2.h2 {
    font-size: 75px;
  }
  h3.style-v2, .style-v2.h3 {
    font-size: 51px;
  }
  .panning {
    animation: panning 40s infinite ease;
  }
}



/*Popup Video*/
.popup-video {
  overflow: visible;
}
.popup-video {
  display: none;
  position: fixed;
  top: 15%; 
  right: 0;
  left: 0;
  margin: 0 auto!important;
  background-color: #fff;
  max-width: 1200px;
  max-height: fit-content;
  overflow-y: hidden;
  overflow-x: visibile;
  z-index: 1001;
  width: calc(100% - 60px);
}
.popup-video-mask {
  display: none;
  z-index: 1000;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0,0,0,.7);
  top: 0;
  left: 0;
}
.popup-video-close-outer {
  position: absolute;
  right: 5px;
  top: -35px;
  z-index: 1002;
  overflow: visible;
}
.popup-video-close {
  text-decoration: none;
  color: #fff;
  position: fixed;
  cursor: pointer;
  font-size: 30px;
  padding: 0 10px;
}
#popupVideo {
  width: 100%;
  display: block;
}
#iconPlay {
  cursor: pointer;
}
#iconPlay path {
  transition: .5s all ease;
}
#iconPlay:hover path:nth-child(2) {
  stroke-width: 0;
}

@media (max-width: 767px) {
  #iconPlay {
    width: 140px;
    height: 140px;
  }
}