﻿/*! normalize.css v6.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
/**
 * 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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;
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
a,
input[type=submit],
button[type=submit] {
  background-color: transparent;
  color: #057c60;
  text-decoration: #f3cd31 underline;
}
a:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  background-color: #fbf0c2;
  color: #58595b;
  text-decoration: none;
}
a:visited,
input[type=submit]:visited,
button[type=submit]:visited {
  text-decoration: #58595b underline;
}
a.inverse,
input[type=submit].inverse,
button[type=submit].inverse {
  color: #fff;
}
a.btn,
input[type=submit].btn,
button[type=submit].btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 22px 9px 22px;
  font-weight: 700;
  font-size: 24px;
  border-width: 3px;
  border-style: solid;
  border-radius: 30px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s ease 0ms;
  text-decoration: none;
}
a.btn:hover,
input[type=submit].btn:hover,
button[type=submit].btn:hover {
  background-color: transparent;
}
a.btn-small,
input[type=submit].btn-small,
button[type=submit].btn-small {
  padding: 0 30px;
  border-width: 3px;
  font-size: 18px;
  line-height: 44px;
}
@media (max-width: 900px) {
  a.btn-small,
  input[type=submit].btn-small,
  button[type=submit].btn-small {
    height: 35px;
    padding: 0 30px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 17px;
    border-width: 2px;
    line-height: 31px;
  }
}
a.btn-icon:before,
input[type=submit].btn-icon:before,
button[type=submit].btn-icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: background-position 0.5s ease 0ms;
}
a.btn-icon:hover:before,
input[type=submit].btn-icon:hover:before,
button[type=submit].btn-icon:hover:before {
  background-position: 0 100%;
}
a.btn-icon-email:before,
input[type=submit].btn-icon-email:before,
button[type=submit].btn-icon-email:before {
  background-image: url(/App_Themes/NSU/images/icon-envelope.svg);
}
a.btn-icon-phone:before,
input[type=submit].btn-icon-phone:before,
button[type=submit].btn-icon-phone:before {
  background-image: url(/App_Themes/NSU/images/icon-phone.svg);
}
a.btn-icon-chat:before,
input[type=submit].btn-icon-chat:before,
button[type=submit].btn-icon-chat:before {
  background-image: url(/App_Themes/NSU/images/icon-chat.svg);
}
a.btn-icon-fax:before,
input[type=submit].btn-icon-fax:before,
button[type=submit].btn-icon-fax:before {
  background-image: url(/App_Themes/NSU/images/icon-fax.svg);
}
a.btn-triangle:after,
input[type=submit].btn-triangle:after,
button[type=submit].btn-triangle:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-left: 10px;
  background-image: url(/App_Themes/NSU/images/triangle-sprite.svg);
  background-size: 300%;
  transition: background-position 0ms ease 0.25s;
}
a.btn-triangle.btn-secondary:after,
input[type=submit].btn-triangle.btn-secondary:after,
button[type=submit].btn-triangle.btn-secondary:after {
  background-position: 0 0;
}
a.btn-triangle.btn-secondary:hover:after,
input[type=submit].btn-triangle.btn-secondary:hover:after,
button[type=submit].btn-triangle.btn-secondary:hover:after {
  background-position: 200% 0;
}
a.btn-primary,
input[type=submit].btn-primary,
button[type=submit].btn-primary {
  border-color: #057c60;
  color: #057c60;
}
a.btn-primary:hover,
input[type=submit].btn-primary:hover,
button[type=submit].btn-primary:hover {
  border-color: #fff;
  color: #fff;
}
a.btn-primary.btn-background,
input[type=submit].btn-primary.btn-background,
button[type=submit].btn-primary.btn-background {
  background-color: #057c60;
  color: #fff;
}
a.btn-primary.btn-background:hover,
input[type=submit].btn-primary.btn-background:hover,
button[type=submit].btn-primary.btn-background:hover {
  background-color: #fff;
  color: #58595b;
}
a.btn-primary.btn-hover-background:hover,
input[type=submit].btn-primary.btn-hover-background:hover,
button[type=submit].btn-primary.btn-hover-background:hover {
  background-color: #057c60;
  border-color: #057c60;
  color: #fff;
}
a.btn-secondary,
input[type=submit].btn-secondary,
button[type=submit].btn-secondary {
  border-color: #f3cd31;
  color: #f3cd31;
}
a.btn-secondary:hover,
input[type=submit].btn-secondary:hover,
button[type=submit].btn-secondary:hover {
  border-color: #fff;
  color: #fff;
}
a.btn-secondary.btn-background,
input[type=submit].btn-secondary.btn-background,
button[type=submit].btn-secondary.btn-background {
  background-color: #f3cd31;
  color: #58595b;
}
a.btn-secondary.btn-background:hover,
input[type=submit].btn-secondary.btn-background:hover,
button[type=submit].btn-secondary.btn-background:hover {
  background-color: #fff;
}
a.btn-secondary.btn-hover-background:hover,
input[type=submit].btn-secondary.btn-hover-background:hover,
button[type=submit].btn-secondary.btn-hover-background:hover {
  background-color: #f3cd31;
  border-color: #f3cd31;
  color: #58595b;
}
a.btn-light,
input[type=submit].btn-light,
button[type=submit].btn-light {
  border-color: #fff;
  color: #fff;
}
a.btn-light:hover,
input[type=submit].btn-light:hover,
button[type=submit].btn-light:hover {
  border-color: #fff;
  color: #057c60;
}
a.btn-light.btn-background,
input[type=submit].btn-light.btn-background,
button[type=submit].btn-light.btn-background {
  background-color: #fff;
}
a.btn-light.btn-hover-background:hover,
input[type=submit].btn-light.btn-hover-background:hover,
button[type=submit].btn-light.btn-hover-background:hover {
  background-color: #fff;
}
@media (max-width: 900px) {
  a.btn,
  input[type=submit].btn,
  button[type=submit].btn {
    padding: 0 30px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 35px;
    border-width: 3px;
    line-height: 31px;
  }
  a.btn-icon:before,
  input[type=submit].btn-icon:before,
  button[type=submit].btn-icon:before {
    width: 22px;
    height: 22px;
  }
}
.box-grid {
  display: table;
  margin-bottom: 50px;
}
.box-grid .box-row {
  display: table-row;
}
.box-grid .box-row .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 50%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.box-grid .box-row .box:nth-child(1) {
  padding-right: 60px !important;
}
.box-grid .box-row .box:nth-child(2) {
  padding-left: 60px !important;
}
@media (max-width: 900px) {
  .box-grid {
    display: block;
  }
  .box-grid .box-row {
    display: block;
  }
  .box-grid .box-row .box {
    display: block;
    width: 100%;
  }
  .box-grid .box-row .box:nth-child(1) {
    padding-right: 15px !important;
  }
  .box-grid .box-row .box:nth-child(2) {
    padding-left: 15px !important;
  }
}
.box {
  clear: both;
  margin-bottom: 80px;
  font-size: 24px;
}
.box h2 {
  margin: 0 0 50px 0;
  padding: 0;
  color: #057c60;
  font-size: 43px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
}
.box.box-center {
  text-align: center;
}
.box.box-border,
.box.box-background {
  padding-top: 50px;
  padding-bottom: 50px;
}
.box.box-border:not(.inner),
.box.box-background:not(.inner) {
  padding-left: 50px;
}
.box.box-border {
  border: 1px solid #057c60;
  border-right-width: 0;
}
@media (max-width: 900px) {
  .box.box-border {
    border-left-width: 0;
  }
}
.box.box-background {
  background-color: #f2f2f2;
}
.box.inner {
  padding-left: 15vw;
  padding-right: 15vw;
}
@media (max-width: 900px) {
  .box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 30px 15px !important;
    font-size: 16px;
    line-height: 1.2;
  }
  .box.box-background {
    padding: 40px 12px !important;
  }
  .box:not(.box-background):not(.box-border) {
    width: 100%;
    padding: 0 15px;
  }
  .box h2 {
    margin-bottom: 30px;
    font-size: 7vw;
  }
}
.box-profile figure {
  display: inline-block;
  vertical-align: top;
  width: 256px;
  margin: 0 40px 0 0 !important;
}
.box-profile figure figcaption {
  font-weight: 700;
  font-size: 26px;
}
.box-profile > div {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 310px);
}
.box-profile > div h3 {
  margin: 0 0 20px 0;
  color: #58595b;
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .box-profile figure {
    display: block;
    width: 50%;
    margin: 0 auto 40px auto !important;
    text-align: center;
  }
  .box-profile figure figcaption {
    display: none;
  }
  .box-profile > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 15px;
  }
}
.box-programs > div {
  font-size: 0;
}
.box-programs figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 23.5%;
  margin: 0;
  border: 4px solid #057c60;
  border-radius: 1vw;
  background-size: cover;
  background-position: center center;
  margin-right: 2%;
}
.box-programs figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.box-programs figure > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.box-programs figure:nth-child(4n+4) {
  margin-right: 0;
}
.box-programs figure > a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.box-programs figure > a:hover {
  background-color: transparent;
}
.box-programs figure > a img {
  display: none;
}
.box-programs figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.box-programs figure figcaption a {
  display: block;
  padding: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  background-color: #057c60;
  color: #fff;
  text-decoration: none;
  border-bottom-left-radius: 0.5vw;
  border-bottom-right-radius: 0.5vw;
}
.box-programs figure figcaption a:hover {
  background-color: none;
}
.box-programs figure:hover {
  border-color: #f3cd31;
}
.box-programs figure:hover figcaption {
  background-color: #f3cd31;
}
.box-programs figure:hover figcaption a {
  background-color: transparent;
  color: #58595b;
}
@media (max-width: 900px) {
  .box-programs > div {
    display: block;
  }
  .box-programs > div figure {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    border-radius: 3vw;
  }
  .box-programs > div figure > a {
    margin-bottom: 15px;
    border-width: 3px;
  }
  .box-programs > div figure figcaption {
    font-weight: 700;
    font-size: 5vw;
  }
}
main article .inner > div > .box-programs figure {
  width: 31.3333%;
  margin-right: 2%;
}
main article .inner > div > .box-programs figure:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 900px) {
  main article .inner > div > .box-programs figure {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.box-faq > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.box-faq > ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  padding: 25px;
  background-color: #f3cd31;
  transition: background-color 0.5s ease 0ms;
  cursor: pointer;
}
.box-faq > ul > li h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #58595b;
  font-size: 26px;
  line-height: 36px;
}
.box-faq > ul > li h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 45px;
  background-image: url(/App_Themes/NSU/images/icon-plus.svg);
  background-size: contain;
  transition: background 0.5s ease 0ms;
}
.box-faq > ul > li div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 0px;
  overflow: hidden;
  margin: 0 0 8px 0;
  padding: 0 30px 0 75px;
  color: #58595b;
  line-height: 28px;
  transition: height 0.5s ease 0ms, padding 0.5s ease 0ms;
}
.box-faq > ul > li.open {
  background-color: #f2f2f2;
}
.box-faq > ul > li.open h3:before {
  background-image: url(/App_Themes/NSU/images/icon-minus.svg);
}
.box-faq > ul > li.open div {
  max-height: 1000px;
  padding: 0 30px 25px 75px;
}
.box-faq p {
  font-size: 24px;
}
.box-event .content {
  float: left;
  width: 47%;
  margin-bottom: 50px;
}
.box-event .content h2,
.box-event .content h3 {
  margin: 0;
}
.box-event .content h3 {
  color: #057c60;
  font-size: 30px;
  line-height: 1.46;
  text-transform: uppercase;
}
.box-event .content time {
  font-weight: 700;
}
.box-event img {
  float: right;
  width: 50%;
  margin-bottom: 50px;
}
.box-event .buttons {
  clear: both;
  width: 100%;
}
.box-event .buttons .btn:nth-child(1) {
  float: left;
}
.box-event .buttons .btn:nth-child(2) {
  float: right;
}
@media (max-width: 900px) {
  .box-event {
    padding-bottom: 0 !important;
  }
  .box-event .content {
    float: none;
    width: 100%;
  }
  .box-event img {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  .box-event .buttons .btn {
    float: none !important;
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
  }
}
.box-news-events {
  font-size: 0;
}
.box-news-events > div {
  display: grid;
  grid-column-gap: 100px;
}
.box-news-events > div.three-quarters {
  grid-template-columns: 75% 25%;
}
.box-news-events > div.two-thirds {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 900px) {
  .box-news-events > div.three-quarters,
  .box-news-events > div.two-thirds {
    grid-template-columns: 1fr;
  }
}
.box-news-events .news ul,
.box-news-events .events ul {
  width: 100%;
}
.box-news-events .news li {
  display: inline-block;
  width: 100%;
  min-height: 132px;
}
@media (max-width: 900px) {
  .box-news-events .news {
    margin-bottom: 75px;
  }
}
.box-news-events .events li {
  margin-bottom: 26px;
  border-bottom: 1px solid #057c60;
}
.box-news-events .events li:last-child {
  border-bottom: 0;
}
.box-news-events ul,
.box-news-events li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.box-news-events ul a,
.box-news-events li a {
  font-weight: 700;
  text-decoration: none;
}
.box-news-events li,
.box-news-events .btn {
  clear: both;
}
.box-news-events img {
  float: left;
  height: 132px;
  margin: 0 25px 35px 0;
}
.box-news-events h3 {
  margin: 0 0 34px 0;
  color: #057c60;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
}
.box-news-events h4 {
  margin: 0 0 20px 0;
  font-size: 26px;
  line-height: 1;
}
.box-news-events h4 a {
  color: #58595b;
}
.box-news-events p,
.box-news-events time {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 900px) {
  .box-news-events h4 {
    font-size: 6vw;
  }
  .box-news-events img {
    display: none;
  }
}
.box-contact {
  font-size: 0;
}
.box-contact > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  grid-gap: 1vw;
  font-size: 0;
}
@media (max-width: 900px) {
  .box-contact > div {
    display: block;
  }
  .box-contact > div > div {
    margin-bottom: 40px;
  }
}
.box-contact h3 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 31px;
}
.box-contact span {
  display: block;
  font-size: 24px;
}
.box-contact .btn {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 900px) {
  .box-contact .btn {
    width: 210px;
  }
}
.box-form.box-background .form-control {
  margin-bottom: 30px;
}
.box-form .checkbox-list label {
  display: inline-block;
  padding-left: 20px;
}
.box-form .btn {
  border-color: #057c60;
}
.box-form .btn-icon:before {
  display: none !important;
  width: 0;
  height: 0;
}
.box-explore > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  grid-gap: 1vw;
  grid-auto-rows: 20vw;
  font-size: 0;
}
.box-explore figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  border: 5px solid #057c60;
  border-radius: 1vw;
}
.box-explore figure img {
  display: none;
}
.box-explore figure > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.box-explore figure a:hover {
  background-color: transparent;
}
.box-explore figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #057c60;
  text-align: center;
  font-weight: 700;
}
.box-explore figure figcaption a {
  display: block;
  padding: 25px 0;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}
.box-explore figure figcaption a:hover {
  background-color: none;
}
.box-explore figure figcaption a:after {
  content: "\00BB";
  padding-left: 10px;
}
.box-explore figure:hover {
  border-color: #f3cd31;
}
.box-explore figure:hover figcaption {
  background-color: #f3cd31;
}
.box-explore figure:hover figcaption a {
  color: #58595b;
}
@media (max-width: 900px) {
  .box-explore > div {
    display: block;
  }
  .box-explore figure {
    height: 60vw;
    margin-bottom: 30px;
    border-radius: 14px;
    border-width: 3px;
  }
  .box-explore figure figcaption {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .box-explore figure figcaption a {
    padding: 15px 0;
  }
}
.box-grid .box-links ul {
  column-count: 1;
}
.box-links.with-image {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 52px;
}
.box-links.with-image h2 {
  grid-row: 1;
  grid-column: 1 / span 2;
}
.box-links.with-image p {
  grid-row: 2;
  grid-column: 1 / span 2;
}
.box-links.with-image ul {
  grid-row: 3;
  grid-column: 1;
  width: 100%;
  max-width: 100%;
}
.box-links.with-image img {
  grid-row: 3;
  grid-column: 2;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 900px) {
  .box-links.with-image {
    display: block;
    width: 100%;
  }
  .box-links.with-image ul .btn {
    width: 100%;
  }
}
.box-links > p {
  margin-bottom: 60px;
}
.box-links ul {
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  column-count: 2;
}
.box-links ul li {
  margin-bottom: 15px;
}
.box-links ul li a {
  width: 100%;
  text-align: center;
  text-transform: none;
}
@media (max-width: 900px) {
  .box-links > p {
    margin-bottom: 30px;
  }
  .box-links ul {
    column-count: unset;
  }
  .box-links ul li {
    margin-bottom: 6px;
  }
}
.box-article figure {
  margin: 0;
}
.box-article figure > img {
  float: left;
  vertical-align: top;
  margin: 0 50px 50px 0;
}
@media (max-width: 900px) {
  .box-article figure > img {
    width: 100%;
  }
}
.box-article figure > div {
  position: relative;
}
.box-article figure > div video {
  width: 100%;
}
.box-article figure > div .play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -30px;
  width: 200px;
}
.box-article figure figcaption {
  display: inline;
}
.box-article figure figcaption h3 {
  font-size: 26px;
  line-height: 31px;
  text-transform: uppercase;
}
.box-article figure figcaption p {
  /*font-size: 18px;*/
  font-size: 24px;
}
.box-article figure figcaption p a {
  margin-bottom: 53px;
}
@media (max-width: 900px) {
  .box-article figure figcaption p a {
    margin-bottom: 0;
  }
}
.box-article figure figcaption ul li {
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .box-article figure figcaption {
    width: 100%;
  }
}
.box-circle-factoids {
  width: 100% !important;
  margin-bottom: 0 !important;
  background-color: #f3cd31;
  position: relative;
}
.box-circle-factoids:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 49.58333333%;
}
.box-circle-factoids > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 900px) {
  .box-circle-factoids {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
  }
  .box-circle-factoids:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .box-circle-factoids > .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.box-circle-factoids svg {
  width: 100%;
  height: 100%;
}
.box-circle-factoids svg.factoid-lines circle {
  fill: #fbf0c2;
}
.box-circle-factoids svg.factoid-lines polyline {
  fill: none;
  stroke: #fbf0c2;
  stroke-width: 6;
  stroke-miterlimit: 10;
}
@media (max-width: 900px) {
  .box-circle-factoids svg.factoid-lines {
    display: none;
  }
}
.box-circle-factoids ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.box-circle-factoids ul li {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-image: url(/App_Themes/NSU/images/factoid-circles.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.box-circle-factoids ul li h3 {
  margin: 4vw 0 0 0;
  padding: 0;
  font-family: "proxima-nova-condensed", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 5vw;
  line-height: 5vw;
  text-align: center;
}
.box-circle-factoids ul li p {
  margin: 0;
  padding: 0 1.5vw;
  font-family: "proxima-nova-condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.8vw;
  line-height: 2vw;
  text-align: center;
}
.box-circle-factoids .box-desktop {
  text-align: center;
  overflow: hidden;
}
.box-circle-factoids .box-desktop ul li {
  width: 20vw;
  height: 20vw;
  background-size: 100%;
}
.box-circle-factoids .box-desktop ul li:nth-child(1) {
  left: 8vw;
  top: 5vw;
}
.box-circle-factoids .box-desktop ul li:nth-child(2) {
  left: 30vw;
  top: 22vw;
}
.box-circle-factoids .box-desktop ul li:nth-child(3) {
  left: 48vw;
  top: 5vw;
}
.box-circle-factoids .box-desktop ul li:nth-child(4) {
  left: 67vw;
  top: 22vw;
}
.box-circle-factoids .box-mobile .owl-stage-outer,
.box-circle-factoids .box-mobile .owl-stage,
.box-circle-factoids .box-mobile .owl-item {
  height: 100%;
}
.box-circle-factoids .box-mobile li {
  width: 100%;
  height: 100%;
  background-size: 90%;
}
.box-circle-factoids .box-mobile li > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 20vw;
}
.box-circle-factoids .box-mobile li > div h3 {
  font-size: 20vw;
  line-height: 20vw;
}
.box-circle-factoids .box-mobile li > div p {
  padding: 0 10vw;
  font-size: 7vw;
  line-height: 1.1;
}
.box-circle-factoids .owl-stage-outer {
  display: inline-block;
}
.box-circle-factoids .owl-nav {
  position: absolute;
  bottom: 2vh;
  width: 100%;
  margin: 3vh auto;
}
@media (max-width: 900px) {
  .box-circle-factoids .owl-nav {
    margin: 0;
  }
}
.box-circle-factoids .owl-prev,
.box-circle-factoids .owl-next {
  display: inline-block;
  width: 18px;
  height: 24px;
  margin: 0 12px;
  background-size: 18px 24px;
}
.box-circle-factoids .owl-prev span,
.box-circle-factoids .owl-next span {
  display: none;
}
@media (max-width: 900px) {
  .box-circle-factoids .owl-next {
    float: right;
  }
}
.box-circle-factoids .owl-prev {
  background-image: url(/App_Themes/NSU/images/icon-arrow-left.svg);
}
.box-circle-factoids .owl-prev.disabled {
  background-image: url('');
}
.box-circle-factoids .owl-next {
  background-image: url(/App_Themes/NSU/images/icon-arrow-right.svg);
}
.box-circle-factoids .owl-next.disabled {
  background-image: url('');
}
.box-image,
.box-video,
.box-factoids,
.box-testimonial {
  position: relative;
  margin: 0 !important;
}
.box-image img,
.box-video img,
.box-factoids img,
.box-testimonial img,
.box-image video,
.box-video video,
.box-factoids video,
.box-testimonial video {
  display: block;
  max-width: 100%;
  width: 100%;
}
.box-image figcaption,
.box-video figcaption,
.box-factoids figcaption,
.box-testimonial figcaption {
  display: block;
  position: absolute;
  top: 15%;
  left: 10%;
  width: 45%;
  z-index: 1000;
  color: #fff;
}
.box-image figcaption h2,
.box-video figcaption h2,
.box-factoids figcaption h2,
.box-testimonial figcaption h2,
.box-image figcaption h3,
.box-video figcaption h3,
.box-factoids figcaption h3,
.box-testimonial figcaption h3,
.box-image figcaption h4,
.box-video figcaption h4,
.box-factoids figcaption h4,
.box-testimonial figcaption h4 {
  color: #fff;
}
.box-image figcaption h2.primary,
.box-video figcaption h2.primary,
.box-factoids figcaption h2.primary,
.box-testimonial figcaption h2.primary,
.box-image figcaption h3.primary,
.box-video figcaption h3.primary,
.box-factoids figcaption h3.primary,
.box-testimonial figcaption h3.primary,
.box-image figcaption h4.primary,
.box-video figcaption h4.primary,
.box-factoids figcaption h4.primary,
.box-testimonial figcaption h4.primary {
  color: #057c60;
}
.box-image figcaption h2.secondary,
.box-video figcaption h2.secondary,
.box-factoids figcaption h2.secondary,
.box-testimonial figcaption h2.secondary,
.box-image figcaption h3.secondary,
.box-video figcaption h3.secondary,
.box-factoids figcaption h3.secondary,
.box-testimonial figcaption h3.secondary,
.box-image figcaption h4.secondary,
.box-video figcaption h4.secondary,
.box-factoids figcaption h4.secondary,
.box-testimonial figcaption h4.secondary {
  color: #f3cd31;
}
.box-image figcaption h2,
.box-video figcaption h2,
.box-factoids figcaption h2,
.box-testimonial figcaption h2 {
  margin: 0 0 36px 0;
  font-size: 4.5vw;
  line-height: 1.1;
  text-transform: uppercase;
}
.box-image figcaption h2.small,
.box-video figcaption h2.small,
.box-factoids figcaption h2.small,
.box-testimonial figcaption h2.small {
  font-size: 2.2vw;
  line-height: 1.1;
}
.box-image figcaption h3,
.box-video figcaption h3,
.box-factoids figcaption h3,
.box-testimonial figcaption h3 {
  margin: 0 0 38px 0;
  font-weight: 500;
  font-size: 2.2vw;
  line-height: 1.1;
  text-transform: uppercase;
}
.box-image figcaption p,
.box-video figcaption p,
.box-factoids figcaption p,
.box-testimonial figcaption p {
  position: relative;
  margin-top: 0;
  font-size: 1.5vw;
  line-height: 1.2;
}
.box-image figcaption p .btn,
.box-video figcaption p .btn,
.box-factoids figcaption p .btn,
.box-testimonial figcaption p .btn {
  margin-top: 48px;
}
.box-image figcaption ul,
.box-video figcaption ul,
.box-factoids figcaption ul,
.box-testimonial figcaption ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.box-image figcaption ul li,
.box-video figcaption ul li,
.box-factoids figcaption ul li,
.box-testimonial figcaption ul li {
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .box-image figcaption,
  .box-video figcaption,
  .box-factoids figcaption,
  .box-testimonial figcaption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box-image figcaption h2,
  .box-video figcaption h2,
  .box-factoids figcaption h2,
  .box-testimonial figcaption h2 {
    margin-bottom: 10px;
  }
  .box-image figcaption h2.small,
  .box-video figcaption h2.small,
  .box-factoids figcaption h2.small,
  .box-testimonial figcaption h2.small {
    font-size: 24px;
  }
  .box-image figcaption p,
  .box-video figcaption p,
  .box-factoids figcaption p,
  .box-testimonial figcaption p {
    font-size: 16px;
  }
  .box-image figcaption ul,
  .box-video figcaption ul,
  .box-factoids figcaption ul,
  .box-testimonial figcaption ul {
    width: 100%;
  }
  .box-image figcaption ul li,
  .box-video figcaption ul li,
  .box-factoids figcaption ul li,
  .box-testimonial figcaption ul li {
    width: 100%;
    margin-bottom: 6px;
  }
  .box-image figcaption ul li .btn,
  .box-video figcaption ul li .btn,
  .box-factoids figcaption ul li .btn,
  .box-testimonial figcaption ul li .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
.box-image.gradient-left:after,
.box-video.gradient-left:after,
.box-factoids.gradient-left:after,
.box-testimonial.gradient-left:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(1, 2, 2, 0.75) 1%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(1, 2, 2, 0.75) 1%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(1, 2, 2, 0.75) 1%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.box-image.gradient-right:after,
.box-video.gradient-right:after,
.box-factoids.gradient-right:after,
.box-testimonial.gradient-right:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.75) 0%, rgba(1, 2, 2, 0.75) 1%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.75) 0%, rgba(1, 2, 2, 0.75) 1%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(0, 0, 0, 0.75) 0%, rgba(1, 2, 2, 0.75) 1%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 900px) {
  .box-image.gradient-left:after,
  .box-video.gradient-left:after,
  .box-factoids.gradient-left:after,
  .box-testimonial.gradient-left:after,
  .box-image.gradient-right:after,
  .box-video.gradient-right:after,
  .box-factoids.gradient-right:after,
  .box-testimonial.gradient-right:after {
    background: none;
  }
}
.box-grid .box-row .box.box-image figcaption {
  position: initial;
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 900px) {
  .box-grid .box-row .box.box-image {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.box-image {
  height: 60vw;
  background-position: center center;
  background-size: cover;
}
.box-image img {
  display: none;
}
.box-image figcaption p a {
  margin-top: 50px;
}
@media (max-width: 900px) {
  .box-image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100% !important;
    height: auto !important;
    margin: 0;
    background-position: 50% 50%;
  }
  .box-image .inner {
    width: 100%;
    padding: 30px 10px;
  }
  .box-image.with-links {
    height: auto !important;
    padding: 15px;
  }
  .box-image:not(.with-links) {
    padding: 0 !important;
    background-image: none !important;
  }
  .box-image:not(.with-links) img {
    display: block;
  }
  .box-image:not(.with-links) figcaption {
    position: initial !important;
    width: 100% !important;
    padding: 25px 15px;
    background-color: #f2f2f2;
    color: #58595b;
    font-size: 16px;
  }
  .box-image:not(.with-links) figcaption h2,
  .box-image:not(.with-links) figcaption h3,
  .box-image:not(.with-links) figcaption h4,
  .box-image:not(.with-links) figcaption h5,
  .box-image:not(.with-links) figcaption h6 {
    color: #057c60 !important;
    font-size: 24px;
  }
  .box-image:not(.with-links) figcaption .btn {
    display: block;
    margin-top: 10px;
  }
}
.box-video {
  position: relative;
  width: 100% !important;
}
.box-video .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.box-video .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-video video {
  display: block;
  width: 100%;
}
.box-video figcaption {
  top: 20%;
  left: 10%;
  width: 40%;
  z-index: 100000;
}
.box-video .controls {
  position: absolute;
  bottom: 10%;
  width: 100%;
  margin: auto;
  text-align: center;
}
.box-video .controls .btn {
  margin: 0 30px;
}
.box-video.youTube .controls {
  display: inline;
  bottom: auto;
  top: 7%;
  right: 0;
  width: 250px;
}
.box-video .play {
  cursor: pointer;
}
@media (max-width: 900px) {
  .box-video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: unset !important;
    padding: 40px;
    color: #58595b;
    text-align: center;
  }
  .box-video figcaption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: initial;
    width: 100%;
    padding: 40px 20px;
  }
  .box-video figcaption h2,
  .box-video figcaption h3,
  .box-video figcaption h4,
  .box-video figcaption p {
    margin-bottom: 10px;
    color: #58595b;
  }
  .box-video figcaption h2 {
    font-size: 36px;
    line-height: 1.1;
  }
  .box-video figcaption h3,
  .box-video figcaption h4,
  .box-video figcaption p {
    font-size: 20px;
    line-height: 1.1;
  }
  .box-video figcaption .btn {
    display: block;
    width: 200px;
    margin: auto;
  }
  .box-video .controls {
    display: none;
    position: relative;
  }
}
.box-factoids-slideshow {
  position: relative;
  width: 100%;
  height: 50vw;
}
.box-factoids-slideshow figure {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.box-factoids-slideshow figure img {
  display: none;
}
.box-factoids-slideshow .cycle-prev,
.box-factoids-slideshow .cycle-next {
  position: absolute;
  bottom: 30px;
  z-index: 10000000000;
  display: block;
  width: 18px;
  height: 24px;
  background-size: cover;
  cursor: pointer;
}
.box-factoids-slideshow .cycle-prev:hover,
.box-factoids-slideshow .cycle-next:hover {
  background-color: transparent;
}
.box-factoids-slideshow .cycle-prev span,
.box-factoids-slideshow .cycle-next span {
  display: none;
}
.box-factoids-slideshow .cycle-prev {
  background-image: url(/App_Themes/NSU/images/icon-chevron-left-white.svg);
  right: 51vw;
}
.box-factoids-slideshow .cycle-next {
  background-image: url(/App_Themes/NSU/images/icon-chevron-right-white.svg);
  left: 51vw;
}
@media (max-width: 900px) {
  .box-factoids-slideshow {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    height: 157vw;
  }
}
.box-factoids {
  width: 100% !important;
}
.box-factoids figcaption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  padding: 4vw 15vw;
}
.box-factoids figcaption div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 22vw;
  height: 18vw;
  margin: 0 2vw 2vw 0;
  padding: 2vw;
  border: 4px solid rgba(255, 255, 255, 0.25);
}
.box-factoids figcaption div:before {
  position: absolute;
}
.box-factoids figcaption div p {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 2vw;
  line-height: 1.1;
}
.box-factoids figcaption div strong {
  display: block;
  font-size: 5.5vw;
  line-height: 1;
}
.box-factoids figcaption div:nth-child(odd) {
  clear: right;
}
@media (max-width: 900px) {
  .box-factoids {
    height: 120vw;
  }
  .box-factoids img {
    display: none;
  }
  .box-factoids figcaption {
    display: block;
    width: 70%;
    padding: 15px;
  }
  .box-factoids figcaption > div {
    display: none;
    height: 50vw;
    width: 100%;
    margin: 5vw 0;
    padding: 6vw;
  }
  .box-factoids figcaption > div:nth-child(1),
  .box-factoids figcaption > div:nth-child(2) {
    display: block;
  }
  .box-factoids figcaption > div p {
    font-size: 6vw;
  }
  .box-factoids figcaption > div p strong {
    font-size: 17vw;
  }
}
.box-testimonial {
  margin-bottom: 50px !important;
}
.box-testimonial figcaption p {
  font-style: italic;
}
.box-testimonial figcaption p strong {
  display: block;
  margin-top: 6px;
  font-style: normal;
}
.box-testimonial figcaption p:before {
  content: '\201C';
  position: absolute;
  top: 0;
  left: -90px;
  font-size: 200px;
  line-height: 100px;
}
@media (max-width: 900px) {
  .box-testimonial {
    margin-bottom: 30px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .box-testimonial img {
    margin-bottom: 30px;
  }
  .box-testimonial figcaption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: initial;
    width: 100% !important;
    padding-left: 50px;
    color: #58595b;
    line-height: 1.5;
  }
  .box-testimonial figcaption p:before {
    top: -20px;
    left: -50px;
    color: #057c60 !important;
    font-size: 100px;
  }
}
aside .box {
  padding: 0;
  text-align: left;
}
aside .box.box-background {
  padding: 30px !important;
}
aside .box h2 {
  margin-bottom: 20px;
  font-size: 30px;
}
aside .box-contact > div {
  display: block;
  margin-bottom: 28px;
}
div.checker,
div.radio,
div.selector {
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  overflow: hidden;
}
div.checker *,
div.radio *,
div.selector * {
  margin: 0;
  padding: 0;
}
div.checker span,
div.radio span,
div.selector span {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
div.checker:focus,
div.radio:focus,
div.selector:focus {
  outline: 0;
}
div.checker input,
div.radio input,
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
}
div.checker,
div.radio {
  width: 32px;
  height: 32px;
}
div.checker span,
div.radio span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-size: 100%;
}
div.checker span.checked,
div.radio span.checked {
  background-position: 0 100%;
}
div.checker input,
div.radio input {
  width: 32px;
  height: 32px;
}
div.checker span {
  background-image: url(/App_Themes/NSU/images/form-checkbox-sprite.svg);
}
div.radio span {
  background-image: url(/App_Themes/NSU/images/form-radio-sprite.svg);
}
div.selector {
  height: 52px;
  background: #fff;
  border: 2px solid #057c60;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
div.selector span {
  padding: 0 22px;
  line-height: 50px;
  text-align: left;
}
div.selector span:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  display: inline-block;
  width: 15px;
  height: 13px;
  background-image: url(/App_Themes/NSU/images/form-dropdown-sprite.svg);
  background-size: 100%;
}
div.selector select {
  width: 100% !important;
}
@media (max-width: 900px) {
  body {
    font-size: 16px;
  }
}
body strong {
  font-weight: bold !important;
}
body h1 {
  color: #057c60;
  /*font-size: 72px;*/
  font-size: 56px;
  /*BRUNO 23 July 2018*/
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  body h1 {
    margin-bottom: 32px;
    padding: 0 15px;
    font-size: 36px;
  }
}
body h1.secondary,
body h2.secondary,
body h3.secondary,
body h4.secondary,
body h5.secondary,
body h6.secondary {
  color: #f3cd31;
}
body h1.primary,
body h2.primary,
body h3.primary,
body h4.primary,
body h5.primary,
body h6.primary {
  color: #057c60;
}
body .box-faq ul li ul,
body ul.bullets,
body .wysiwyg ul {
  padding-left: 20px;
  list-style-type: none;
}
body .box-faq ul li ul li,
body ul.bullets li,
body .wysiwyg ul li {
  position: relative;
  margin-bottom: 23px;
  font-size: 24px;
  line-height: 36px;
}
body .box-faq ul li ul li:before,
body ul.bullets li:before,
body .wysiwyg ul li:before {
  content: "";
  position: absolute;
  top: 10px !important;
  left: -20px;
  display: inline-block;
  width: 10px;
  height: 12px;
  background-image: url(/App_Themes/NSU/images/triangle-sprite.svg);
  background-size: 300%;
  background-position: 0 0;
}
body .box-faq ul li ul li a,
body ul.bullets li a {
  text-decoration: #f3cd31 underline;
}
body .widget.secondary {
  background-color: #f3cd31;
  color: #58595b;
}
body .widget.factoid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 312px;
  height: 312px;
  padding: 35px;
}
body .widget.factoid strong {
  display: block;
  font-weight: 700;
  font-size: 101px;
  line-height: 101px;
}
body .widget.factoid span {
  font-size: 32px;
  line-height: 1.25;
}
body .left {
  float: left;
  margin: 0 30px 30px 0;
}
body .right {
  float: right;
  margin: 0 0 30px 30px;
}
@media (max-width: 900px) {
  body .left,
  body .right {
    float: none;
    width: 100%;
    margin: 0 !important;
  }
}
body .wysiwyg {
  margin-bottom: 80px;
}
body .wysiwyg h1,
body .wysiwyg h2,
body .wysiwyg h3,
body .wysiwyg h4,
body .wysiwyg h5,
body .wysiwyg h6 {
  margin-top: 0;
}
body .wysiwyg h2,
body .wysiwyg h4 {
  color: #057c60;
}
body .wysiwyg h2 {
  display: inline-block;
  margin: 44px 0;
  font-size: 36px;
  /* Bruno July 2018*/
  line-height: 36px;
  text-transform: uppercase;
}
body .wysiwyg h3 {
  margin-bottom: 50px;
  font-size: 26px;
  line-height: 36px;
}
body .wysiwyg h4 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 36px;
}
body .wysiwyg p {
  margin: 0 0 50px 0;
  font-size: 24px;
  line-height: 36px;
}
body .wysiwyg ul {
  margin: 0;
}
body .wysiwyg ul li {
  margin-bottom: 23px;
  line-height: 36px;
}
body .wysiwyg ul.one-line li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 10px;
  border-right: 1px solid #057c60;
}
body .wysiwyg ul.one-line li:before {
  content: '';
  background-image: none;
}
body .wysiwyg ul.one-line li:last-child {
  border-right-width: 0;
}
body .wysiwyg .first-half {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  display: inline-block;
  vertical-align: top;
  padding-right: 4%;
}
body .wysiwyg .second-half {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
}
@media (max-width: 900px) {
  body .wysiwyg {
    margin-bottom: 0;
  }
  body .wysiwyg .first-half,
  body .wysiwyg .second-half {
    width: 100%;
  }
}
body .background-images img {
  display: none !important;
}
body .box-form div.form-control,
body .form div.form-control {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  vertical-align: top;
  font-size: 24px;
}
body .box-form div.form-control label,
body .form div.form-control label {
  display: block;
  color: #58595b;
  font-weight: 700;
}
body .box-form div.form-control label.sr-only,
body .form div.form-control label.sr-only {
  display: none;
}
body .box-form div.form-control input,
body .form div.form-control input,
body .box-form div.form-control select,
body .form div.form-control select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 22px;
  border-color: #057c60 !important;
  border-width: 2px;
  color: #58595b;
  font-size: 18px;
  outline: none;
}
body .box-form div.form-control select,
body .form div.form-control select {
  height: 52px;
}
body .box-form div.form-control input,
body .form div.form-control input {
  line-height: 52px;
}
body .box-form div.form-control input.input-width-15,
body .form div.form-control input.input-width-15 {
  width: 150px;
}
body .box-form div.form-control input.input-width-20,
body .form div.form-control input.input-width-20 {
  width: 200px;
}
body .box-form div.form-control input:focus,
body .form div.form-control input:focus {
  background-color: #fcf2cb;
  font-style: italic;
}
body .box-form.inverse,
body .form.inverse {
  background-color: #057c60;
}
body .box-form.inverse label,
body .form.inverse label,
body .box-form.inverse h1,
body .form.inverse h1,
body .box-form.inverse h2,
body .form.inverse h2,
body .box-form.inverse h3,
body .form.inverse h3,
body .box-form.inverse h4,
body .form.inverse h4,
body .box-form.inverse h5,
body .form.inverse h5,
body .box-form.inverse h6,
body .form.inverse h6 {
  color: #fff !important;
}
@media (max-width: 900px) {
  body .box-form div.form-control input,
  body .form div.form-control input,
  body .box-form div.form-control select,
  body .form div.form-control select {
    border-width: 1px;
  }
  body .box-form div.form-control select,
  body .form div.form-control select {
    height: 46px;
  }
  body .box-form div.form-control input,
  body .form div.form-control input {
    line-height: 46px;
  }
}
body .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(/App_Themes/NSU/images/social-sprite.svg);
  background-size: 600%;
  background-position-y: -1px;
}
body .icon:hover {
  background-position-y: 36px;
}
body .icon.icon-facebook {
  background-position-x: 500%;
}
body .icon.icon-twitter {
  background-position-x: 400%;
}
body .icon.icon-instagram {
  background-position-x: 0;
}
body .icon.icon-youtube {
  background-position-x: 300%;
}
body .icon.icon-flickr {
  background-position-x: 200%;
}
body .icon.icon-tumblr {
  background-position-x: 100%;
}
body .icon span {
  display: none;
}
html[data-useragent*='rv:11.0'] #page-search button > span,
html[data-useragent*='MSIE'] #page-search button > span {
  background-position: -24px 0;
  background-size: 300%;
}
html[data-useragent*='rv:11.0'] #page-search.opened button > span,
html[data-useragent*='MSIE'] #page-search.opened button > span {
  background-position: -24px;
}
html[data-useragent*='rv:11.0'] #page-menu.open .inner .clicked > ul a:before,
html[data-useragent*='MSIE'] #page-menu.open .inner .clicked > ul a:before {
  background-position-y: -32px;
  background-size: 280%;
}
html[data-useragent*='rv:11.0'] #page-menu.open .inner .clicked > a.title > span:after,
html[data-useragent*='MSIE'] #page-menu.open .inner .clicked > a.title > span:after {
  background-position-y: -54px;
  background-size: 350%;
}
html[data-useragent*='rv:11.0'] #page-menu.open .inner #main-menu ul li a.external span:after,
html[data-useragent*='MSIE'] #page-menu.open .inner #main-menu ul li a.external span:after {
  background-size: 300%;
  background-position: -20px 3px;
}
html[data-useragent*='rv:11.0'] #page-menu #page-menu-back:before,
html[data-useragent*='MSIE'] #page-menu #page-menu-back:before {
  background-position: -14px -30px;
  background-size: 250%;
}
html[data-useragent*='rv:11.0'] #page-breadcrumbs ul li:first-child a,
html[data-useragent*='MSIE'] #page-breadcrumbs ul li:first-child a {
  background-size: 200%;
  background-position: -10px 0;
}
html[data-useragent*='rv:11.0'] #page-breadcrumbs ul li:after,
html[data-useragent*='MSIE'] #page-breadcrumbs ul li:after {
  background-position: 0 -10px;
}
html[data-useragent*='rv:11.0'] #hp-slideshow-pager li.cycle-pager-active:before,
html[data-useragent*='MSIE'] #hp-slideshow-pager li.cycle-pager-active:before {
  background-position: 0 -18px;
}
html[data-useragent*='rv:11.0'] .box-circle-factoids .owl-stage-outer,
html[data-useragent*='MSIE'] .box-circle-factoids .owl-stage-outer {
  position: absolute;
  height: 100%;
}
html[data-useragent*='rv:11.0'] .box-circle-factoids .owl-stage-outer .owl-item,
html[data-useragent*='MSIE'] .box-circle-factoids .owl-stage-outer .owl-item {
  overflow: hidden;
  height: 0;
  padding-top: 25%;
}
html[data-useragent*='rv:11.0'] .box-circle-factoids .owl-stage-outer .owl-item > div,
html[data-useragent*='MSIE'] .box-circle-factoids .owl-stage-outer .owl-item > div,
html[data-useragent*='rv:11.0'] .box-circle-factoids .owl-stage-outer .owl-item svg,
html[data-useragent*='MSIE'] .box-circle-factoids .owl-stage-outer .owl-item svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
html[data-useragent*='rv:11.0'] #page-footer .inner > nav ul li,
html[data-useragent*='MSIE'] #page-footer .inner > nav ul li {
  width: 80%;
}
html[data-useragent*='rv:11.0'] .social-links .icon,
html[data-useragent*='MSIE'] .social-links .icon {
  background-position-y: -70px;
}
html[data-useragent*='rv:11.0'] .social-links .icon:hover,
html[data-useragent*='MSIE'] .social-links .icon:hover {
  background-position-y: -105px;
}
html[data-useragent*='rv:11.0'] .box-form div.form-control input,
html[data-useragent*='MSIE'] .box-form div.form-control input,
html[data-useragent*='rv:11.0'] .form div.form-control input,
html[data-useragent*='MSIE'] .form div.form-control input {
  height: 54px;
}
html[data-useragent*='rv:11.0'] .box-form div.selector span:after,
html[data-useragent*='MSIE'] .box-form div.selector span:after,
html[data-useragent*='rv:11.0'] .form div.selector span:after,
html[data-useragent*='MSIE'] .form div.selector span:after {
  background-size: 300%;
  background-position: -60px 0;
}
html[data-useragent*='rv:11.0'] .box-grid .box-row .box.box-image figcaption,
html[data-useragent*='MSIE'] .box-grid .box-row .box.box-image figcaption {
  position: relative;
}
html[data-useragent*='rv:11.0'] .box-programs > div > figure,
html[data-useragent*='MSIE'] .box-programs > div > figure {
  position: relative;
  height: 10vw;
}
html[data-useragent*='rv:11.0'] .box-programs > div > figure > div,
html[data-useragent*='MSIE'] .box-programs > div > figure > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
html[data-useragent*='rv:11.0'] .box-programs > div > figure > div img,
html[data-useragent*='MSIE'] .box-programs > div > figure > div img {
  display: none;
}
html[data-useragent*='rv:11.0'] .box-explore > div,
html[data-useragent*='MSIE'] .box-explore > div {
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 20vw;
}
html[data-useragent*='rv:11.0'] .box-explore > div > figure:nth-child(1),
html[data-useragent*='MSIE'] .box-explore > div > figure:nth-child(1) {
  -ms-grid-column: 1;
}
html[data-useragent*='rv:11.0'] .box-explore > div > figure:nth-child(2),
html[data-useragent*='MSIE'] .box-explore > div > figure:nth-child(2) {
  -ms-grid-column: 2;
}
html[data-useragent*='rv:11.0'] .box-explore > div > figure:nth-child(3),
html[data-useragent*='MSIE'] .box-explore > div > figure:nth-child(3) {
  -ms-grid-column: 3;
}
html[data-useragent*='rv:11.0'] .box-contact > div,
html[data-useragent*='MSIE'] .box-contact > div {
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr;
}
html[data-useragent*='rv:11.0'] .box-contact > div > div:nth-child(1),
html[data-useragent*='MSIE'] .box-contact > div > div:nth-child(1) {
  -ms-grid-column: 1;
}
html[data-useragent*='rv:11.0'] .box-contact > div > div:nth-child(2),
html[data-useragent*='MSIE'] .box-contact > div > div:nth-child(2) {
  -ms-grid-column: 2;
}
html[data-useragent*='rv:11.0'] .box-contact > div > div:nth-child(3),
html[data-useragent*='MSIE'] .box-contact > div > div:nth-child(3) {
  -ms-grid-column: 3;
}
html[data-useragent*='rv:11.0'] .box-news-events > div,
html[data-useragent*='MSIE'] .box-news-events > div {
  display: -ms-grid;
}
html[data-useragent*='rv:11.0'] .box-news-events > div.two-thirds,
html[data-useragent*='MSIE'] .box-news-events > div.two-thirds {
  -ms-grid-columns: 66% 33%;
}
html[data-useragent*='rv:11.0'] .box-news-events > div.three-quarters,
html[data-useragent*='MSIE'] .box-news-events > div.three-quarters {
  -ms-grid-columns: 75% 25%;
}
html[data-useragent*='rv:11.0'] .box-news-events > div > div:nth-child(1),
html[data-useragent*='MSIE'] .box-news-events > div > div:nth-child(1) {
  -ms-grid-column: 1;
}
html[data-useragent*='rv:11.0'] .box-news-events > div > div:nth-child(2),
html[data-useragent*='MSIE'] .box-news-events > div > div:nth-child(2) {
  -ms-grid-column: 2;
}
html[data-useragent*='rv:11.0'] .box-faq ul li ul li:before,
html[data-useragent*='MSIE'] .box-faq ul li ul li:before,
html[data-useragent*='rv:11.0'] ul.bullets li:before,
html[data-useragent*='MSIE'] ul.bullets li:before,
html[data-useragent*='rv:11.0'] .wysiwyg ul li:before,
html[data-useragent*='MSIE'] .wysiwyg ul li:before {
  background-size: 350% !important;
  background-position: 0 -12px !important;
}
html[data-useragent*='rv:11.0'] a:before,
html[data-useragent*='MSIE'] a:before,
html[data-useragent*='rv:11.0'] input[type=submit]:before,
html[data-useragent*='MSIE'] input[type=submit]:before,
html[data-useragent*='rv:11.0'] button[type=submit]:before,
html[data-useragent*='MSIE'] button[type=submit]:before {
  background-size: 200%;
  background-position: -17px 0;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #58595b;
  font-family: 'proxima-nova', Arial, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 36px;
}
#skip-navigation {
  position: absolute;
  top: 20px;
  left: 450px;
  z-index: 1000;
  opacity: 0;
}
#skip-navigation:focus {
  opacity: 1;
}
@media (max-width: 900px) {
  #skip-navigation {
    display: none;
    position: relative;
  }
}
#page-header {
  position: relative;
  z-index: 1001;
  width: 100%;
}
@media (max-width: 900px) {
  #page-header {
    background-color: #fff;
  }
}
#page-header a:hover {
  background-color: transparent;
}
#page-header a .logo {
  /*
                width: 200px;
                height: 145px;
                margin: 33px 0 50px @horizontal-padding;
            */
  width: 282px;
  height: 97px;
  margin: 33px 0 32px 15vw;
}
@media (max-width: 900px) {
  #page-header a .logo {
    display: block;
    width: 122px;
    height: 87px;
    margin: auto;
    padding: 17px 0 30px 0;
  }
}
#nav-right {
  position: absolute;
  right: 0;
  top: 30vh;
  width: 180px;
}
#nav-right ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav-right ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  /* ADDED Bruno 23 July 2018*/
}
#nav-right ul li a {
  display: block;
  padding: 10px;
  background-color: #fff;
  color: #58595b;
  font-weight: 700;
  font-size: 18px;
  line-height: 0.8;
  text-decoration: none;
}
#nav-right ul li a:hover {
  background-color: #58595b;
  color: #fff;
}
@media (max-width: 900px) {
  #nav-right {
    display: none;
  }
}
#page-header-links {
  z-index: 300;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 0;
}
@media (max-width: 900px) {
  #page-header-links {
    display: none;
  }
}
#page-header-links .border-left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 0;
  border-bottom: 48px solid transparent;
  border-top: 0px solid transparent;
  border-right: 48px solid #fff;
}
#page-header-links ul {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 0;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
  /*BRUNO ADDED 23 July 2018*/
}
#page-header-links ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-right: 1px solid rgba(88, 89, 91, 0.2);
  font-size: 0;
  transition: 0.5s ease 0ms;
}
#page-header-links ul li:last-child {
  border-right: 0;
}
#page-header-links ul li:hover {
  background-color: #58595b;
}
#page-header-links ul li:hover a {
  color: #fff;
}
#page-header-links ul li a {
  display: block;
  padding: 0 20px;
  color: #58595b;
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  text-decoration: none;
}
#page-search {
  display: inline-block;
}
#page-search #page-search-open {
  z-index: 301;
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
#page-search label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
}
#page-search label span {
  display: none;
}
#page-search button {
  z-index: 300;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 10px;
  background: #057c60;
  border: 0;
}
#page-search button > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/App_Themes/NSU/images/icon-search.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
#page-search button > span span {
  display: none;
}
#page-search input {
  position: relative;
  right: -1px;
  width: 0px;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  margin: 9px 0;
  background: #fcf2cb;
  border: 0;
  border-bottom: 1px solid #58595b;
  border-radius: 0;
  color: #58595b;
  font-size: 22px;
  outline: none;
  transition: width 0.5s ease 0ms, background 0.5s ease 0ms;
}
#page-search.opened button {
  background: #fff;
}
#page-search.opened button span {
  background-position: 0 50%;
}
#page-search.opened input {
  width: 411px;
}
@media (max-width: 900px) {
  #page-search.opened label {
    z-index: 10000;
    width: 170px;
    background-color: #057c60;
  }
  #page-search.opened button {
    background-color: #057c60;
  }
  #page-search.opened button span {
    background-position: 0 0;
  }
  #page-search.opened input {
    width: 100%;
    background-color: #057c60;
    color: #fff !important;
  }
  #page-search.opened input::placeholder {
    color: #fff !important;
  }
}
@media (max-width: 900px) {
  #page-search {
    margin: 10px 0 0 0;
  }
  #page-search input {
    position: relative;
    border-width: 0px;
  }
}
#page-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 84px;
  transition: left 0.5s ease 0ms;
}
#page-menu h2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 84px;
  height: 84px;
  margin: 0 auto;
  padding: 0;
  background: #057c60;
  font-size: 18px;
  line-height: 84px;
  text-align: center;
  cursor: pointer;
  transition: left 0.5s ease 0ms;
}
#page-menu h2 a {
  display: block;
  color: #fff;
  height: 84px;
}
#page-menu .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -274px;
  z-index: 10000;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  width: 274px;
  background: #f2f2f2;
  transition: left 0.5s ease 0ms;
}
#page-menu .inner a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #58595b;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.5s ease 0ms, color 0.5s ease 0ms, font-size 0.5s ease 0ms, text-decoration 0.5s ease 0ms;
}
#page-menu .inner a span {
  display: inline-block;
  padding: 10px;
  width: 240px;
}
#page-menu .inner ul {
  position: relative;
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#page-menu .inner ul li {
  max-height: 2000px;
  overflow: hidden;
  z-index: 100;
}
#page-menu a {
  text-decoration: none;
}
#page-menu a:hover {
  background-color: transparent;
}
#page-menu #page-menu-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 20px 10px;
  cursor: pointer;
  text-decoration: underline;
  outline: none;
}
#page-menu #page-menu-back:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20.5px;
  height: 18px;
  margin-right: 5px;
  padding: 0;
  background-image: url(/App_Themes/NSU/images/icon-home.svg);
  background-size: 100%;
  background-position: 100% 100%;
}
@media (max-width: 900px) {
  #page-menu #page-menu-back {
    top: 65px;
  }
}
#page-menu.open {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(88, 89, 91, 0.8);
}
#page-menu.open h2 {
  left: 274px;
}
#page-menu.open h2 a {
  background-image: url(/App_Themes/NSU/images/menu-x-close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40%;
}
#page-menu.open h2 a span {
  display: none;
}
#page-menu.open.not-root .inner {
  background-color: #58595b;
}
#page-menu.open.not-root .inner > #main-menu > ul > li {
  border-bottom: 0 !important;
}
#page-menu.open.not-root .inner > #mobile-header-links {
  background-color: #f2f2f2;
}
#page-menu.open.not-root .inner > #mobile-header-links:before {
  background-color: #58595b;
  border-left-color: #f2f2f2;
}
#page-menu.open.not-root .inner > #mobile-right-links li a {
  color: #f3cd31;
}
#page-menu.open .inner {
  left: 0;
}
#page-menu.open .inner > #main-menu > ul {
  display: block;
  width: 200%;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
}
#page-menu.open .inner > #main-menu > ul > li {
  border-bottom: 1px solid #d4d5d5;
  transition: border-bottom 0.5s ease 0ms;
}
#page-menu.open .inner > #main-menu > ul > li > a {
  width: 50%;
}
#page-menu.open .inner > #main-menu > ul > li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
}
#page-menu.open .inner > #main-menu > ul > li a.external span {
  position: relative;
}
#page-menu.open .inner > #main-menu > ul > li a.external span:after {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  margin-left: 7px;
  background-image: url(/App_Themes/NSU/images/icon-outbound-link.svg);
  background-size: 100%;
  background-position: 0 0;
}
#page-menu.open .inner > #main-menu > ul > li a.external:hover span:after {
  background-position: 0 300%;
}
#page-menu.open .inner > #main-menu > ul > li a:hover {
  background-color: #58595b;
  color: #fff;
}
#page-menu.open .inner > #main-menu > ul ul {
  left: 100%;
  background: #58595b;
}
#page-menu.open .inner > #main-menu > ul ul a {
  border-bottom: 0;
  color: #fff;
}
#page-menu.open .inner > #mobile-right-links {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  padding: 20px;
}
#page-menu.open .inner > #mobile-right-links li {
  display: inline-block;
  /*width: 48%;*/
  width: 100%;
}
#page-menu.open .inner > #mobile-right-links li a {
  padding: 0;
  color: #057c60;
  text-align: center;
}
#page-menu.open .inner > #mobile-right-links li a:hover {
  color: #fff;
}
#page-menu.open .inner > #mobile-header-links {
  display: block;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  margin: 10px 0;
}
#page-menu.open .inner > #mobile-header-links:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 0;
  background-color: #f2f2f2;
  border-bottom: 250px solid transparent;
  border-top: 0px solid transparent;
  border-left: 15px solid #fff;
}
#page-menu.open .inner > #mobile-header-links li {
  border-bottom: 1px solid #d4d5d5;
}
#page-menu.open .inner > #mobile-header-links li:last-child {
  border-bottom: 0;
}
#page-menu.open .inner .clicked > ul {
  display: block;
}
#page-menu.open .inner .clicked > ul a {
  position: relative;
}
#page-menu.open .inner .clicked > ul a:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 10px;
  display: inline-block;
  width: 7px;
  height: 9px;
  background-image: url(/App_Themes/NSU/images/triangle-sprite.svg);
  background-size: 300%;
  background-position: 200% 0;
  transition: all 0.5s ease 0ms;
}
#page-menu.open .inner .clicked > ul a span {
  position: relative;
  left: 15px;
}
#page-menu.open .inner .clicked > ul a.external span:after {
  left: 230px;
  background-position: 0 300%;
}
#page-menu.open .inner .clicked > a {
  width: 274px;
  max-height: 2000px;
  overflow: hidden;
  background-color: #58595b;
  border-bottom: 0 !important;
  color: #fff;
}
#page-menu.open .inner .clicked > a.title {
  font-size: 22px;
  font-weight: bold;
  text-decoration: #f3cd31 underline;
}
#page-menu.open .inner .clicked > a.title:before {
  width: 0;
  background-image: none !important;
  transition: all 0.5s ease 0ms;
}
#page-menu.open .inner .clicked > a.title > span {
  left: 0 !important;
  transition: left 0.5s ease 0ms;
}
#page-menu.open .inner .clicked > a.title > span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 12px;
  margin-left: 10px;
  background-image: url(/App_Themes/NSU/images/triangle-sprite.svg);
  background-size: 300%;
  background-position: 0 0;
}
#page-menu.open .inner .clicked a:hover {
  background-color: #454647;
}
#page-menu.open .inner #page-menu-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 1;
  display: block;
  width: 100%;
  background-color: #58595b;
}
#page-menu.open .inner #page-menu-back {
  color: #fff;
}
#page-breadcrumbs {
  /*margin: 0 0 90px @horizontal-padding;*/
  margin: 0 0 32px 15vw;
}
#page-breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#page-breadcrumbs ul li {
  display: inline-block;
  font-size: 18px;
}
#page-breadcrumbs ul li:first-child a {
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background-image: url(/App_Themes/NSU/images/icon-home.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
#page-breadcrumbs ul li:first-child a:hover {
  background-color: transparent;
}
#page-breadcrumbs ul li:first-child a span {
  display: none;
}
#page-breadcrumbs ul li:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  margin: 0 8px;
  background-image: url(/App_Themes/NSU/images/triangle-sprite.svg);
  background-size: 300%;
  background-position: 0 0;
}
#page-breadcrumbs ul li:last-child:after {
  background: none;
}
#page-breadcrumbs ul li a {
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
}
@media (max-width: 900px) {
  #page-breadcrumbs {
    display: none;
  }
}
#page-wrapper main > .box-image:last-child,
#page-wrapper main > .box-video:last-child,
#page-wrapper main > .box-testimonial:last-child {
  margin-bottom: 0 !important;
}
main > .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15vw;
}
@media (max-width: 900px) {
  main > .inner {
    padding: 0 10px;
  }
}
main article > .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15vw;
}
#page-footer {
  clear: both;
  width: 100%;
  min-height: 311px;
  padding-top: 36px;
  text-align: center;
  background: #f2f2f2;
  border-bottom: 6px solid #f3cd31;
}
#page-footer .inner {
  position: relative;
  margin: 0 15vw;
  text-align: left;
}
#page-footer .inner > nav {
  position: relative;
  z-index: 2;
  display: block;
  width: 450px;
}
#page-footer .inner > nav ul {
  height: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
#page-footer .inner > nav ul li {
  display: inline-block;
  width: 100%;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 26px;
  border-bottom: 1px solid #58595b;
}
#page-footer .inner > nav ul li a {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 47px;
  color: #58595b;
  text-decoration: none;
  transition: all 0.5s ease 0ms;
}
#page-footer .inner > nav ul li a:hover {
  background-color: #58595b;
  color: #fff;
}
@media (max-width: 900px) {
  #page-footer .inner > nav ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 45%;
    margin: 0 2.5%;
  }
}
@media (max-width: 900px) {
  #page-footer .inner > nav ul {
    width: 100%;
    margin-bottom: 50px;
  }
}
#page-footer .inner #footer-address {
  position: absolute;
  z-index: 1;
  width: 50%;
  top: 0;
  left: 50%;
  margin-left: -25%;
  text-align: center;
}
#page-footer .inner #footer-address a {
  display: inline-block;
  margin: 0 auto 100px auto;
}
#page-footer .inner #footer-address a:hover {
  background-color: transparent;
}
#page-footer .inner #footer-address a .logo {
  width: 164px;
  height: 118px;
}
#page-footer .inner #footer-address p {
  display: block;
  width: 100%;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 900px) {
  #page-footer .inner #footer-address {
    position: initial;
    width: 100%;
    margin-left: 0;
  }
  #page-footer .inner #footer-address a {
    margin-bottom: 0;
  }
}
#page-footer .inner #footer-social {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#page-footer .inner #footer-social h2 {
  color: #58595b;
  font-size: 24px;
  line-height: 20px;
}
#page-footer .inner #footer-social .social-links {
  margin: 0;
  padding: 0;
}
#page-footer .inner #footer-social .social-links li {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 900px) {
  #page-footer .inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 13px;
  }
}
@media (max-width: 1564px) {
  #page-footer .inner {
    margin: 0 30px;
  }
  #page-footer .inner #footer-social .social-links li {
    margin-right: 5px;
  }
}
@media (max-width: 900px) {
  #page-footer .inner {
    margin: 0;
  }
  #page-footer .inner > nav {
    width: auto;
  }
  #page-footer .inner > nav ul li {
    width: 45%;
  }
  #page-footer .inner > nav ul li a {
    font-size: 16px !important;
  }
  #page-footer .inner #footer-address p {
    font-size: 12px;
    font-weight: bold;
  }
  #page-footer .inner #footer-social {
    position: initial;
  }
  #page-footer .inner #footer-social h2 {
    display: none;
  }
  #page-footer .inner #footer-social .social-links {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
  #page-footer .inner #footer-social .social-links li {
    display: inline-block;
    width: 12vw;
    margin: 0;
    font-size: 0;
    text-align: center;
  }
}
main article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 15vw;
  font-size: 0;
}
main article img {
  max-width: 100%;
}
main article .inner {
  float: right;
  /*width: calc(~"100% - 311px - 25px");*/
  width: calc(100% - 311px - 15px);
  padding: 0;
  font-size: 24px;
}
main article .inner .main-image {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  main article .inner .main-image {
    margin-bottom: 0;
  }
}
main article .inner > div > * {
  padding-right: 15vw;
}
@media (max-width: 1564px) {
  main article .inner > div > * {
    padding-right: 50px;
  }
}
@media (max-width: 900px) {
  main article .inner {
    float: none;
    width: 100%;
  }
  main article .inner .wysiwyg {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
  }
  main article .inner > div {
    margin-right: 0;
  }
}
main article aside {
  float: left;
  display: inline-block;
  /*width: 311px; BRUNO CHANGED ON 23 July 2018*/
  width: 285px;
  /*margin-right: 25px;*/
  margin-right: 15px;
  text-align: center;
}
main article aside > * {
  margin-bottom: 40px;
}
main article aside #nav-left {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
}
main article aside #nav-left ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
main article aside #nav-left li {
  border-top: 1px solid #fff;
}
main article aside #nav-left li,
main article aside #nav-left a {
  -webkit-transition: all 0.5s ease 0ms;
  -moz-transition: all 0.5s ease 0ms;
  -o-transition: all 0.5s ease 0ms;
  transition: all 0.5s ease 0ms;
}
main article aside #nav-left a {
  text-decoration: none;
}
main article aside #nav-left a:hover {
  background-color: transparent;
}
main article aside #nav-left > ul {
  background: #057c60;
}
main article aside #nav-left > ul > li > a {
  display: block;
  padding: 24px;
  border-left: 6px solid #f3cd31;
  color: #fff;
  text-transform: uppercase;
  line-height: 36px;
}
main article aside #nav-left > ul > li:hover {
  background-color: #f3cd31;
}
main article aside #nav-left > ul > li:hover > a {
  color: #58595b;
}
main article aside #nav-left > ul > li.active {
  background: #f2f2f2;
}
main article aside #nav-left > ul > li.active a {
  color: #58595b;
}
main article aside #nav-left > ul > li.active ul li a {
  display: block;
  font-size: 24px;
  line-height: 36px;
  padding: 17px 0 17px 60px;
  color: #057c60;
}
main article aside #nav-left > ul > li.active ul li:hover {
  background-color: #f3cd31;
}
main article aside .btn {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
}
@media (max-width: 900px) {
  main article aside {
    display: none;
  }
}
@media (max-width: 1564px) {
  main article {
    padding-left: 50px;
  }
}
@media (max-width: 900px) {
  main article {
    padding-left: 0;
  }
}