@charset "UTF-8";
/**
 *  @_backdrop.scss
 *  Backdrop mixin for background block with variables.
 *
 */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "CeraPro";
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  color: #626569;
  background-color: #ffffff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

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

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

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #005AA7;
  text-decoration: underline; }
  a:focus, a:hover {
    color: #005AA7;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 900;
  line-height: 1.3;
  color: #000000; }

h1, .h1 {
  font-size: 6rem; }

h2, .h2 {
  font-size: 4rem; }

h3, .h3 {
  font-size: 3rem; }

h4, .h4 {
  font-size: 2.4rem; }

h5, .h5 {
  font-size: 2rem; }

h6, .h6 {
  font-size: 1.6rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 85%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 2.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1560px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xxl-0 {
    right: auto; }
  .pull-xxl-1 {
    right: 8.33333%; }
  .pull-xxl-2 {
    right: 16.66667%; }
  .pull-xxl-3 {
    right: 25%; }
  .pull-xxl-4 {
    right: 33.33333%; }
  .pull-xxl-5 {
    right: 41.66667%; }
  .pull-xxl-6 {
    right: 50%; }
  .pull-xxl-7 {
    right: 58.33333%; }
  .pull-xxl-8 {
    right: 66.66667%; }
  .pull-xxl-9 {
    right: 75%; }
  .pull-xxl-10 {
    right: 83.33333%; }
  .pull-xxl-11 {
    right: 91.66667%; }
  .pull-xxl-12 {
    right: 100%; }
  .push-xxl-0 {
    left: auto; }
  .push-xxl-1 {
    left: 8.33333%; }
  .push-xxl-2 {
    left: 16.66667%; }
  .push-xxl-3 {
    left: 25%; }
  .push-xxl-4 {
    left: 33.33333%; }
  .push-xxl-5 {
    left: 41.66667%; }
  .push-xxl-6 {
    left: 50%; }
  .push-xxl-7 {
    left: 58.33333%; }
  .push-xxl-8 {
    left: 66.66667%; }
  .push-xxl-9 {
    left: 75%; }
  .push-xxl-10 {
    left: 83.33333%; }
  .push-xxl-11 {
    left: 91.66667%; }
  .push-xxl-12 {
    left: 100%; }
  .offset-xxl-0 {
    margin-left: 0%; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 1.5rem 3rem; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #636c72;
    cursor: not-allowed; }

.nav-tabs {
  border-bottom: 0 solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: 0; }
  .nav-tabs .nav-link {
    border: 0 solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #636c72;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #33393A;
    background-color: #ffffff;
    border-color: #ddd #ddd #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #ffffff;
  cursor: default;
  background-color: #005AA7; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 2rem; }

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 2rem;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-toggler {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 2rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 2rem; }

.navbar-toggler-right {
  position: absolute;
  right: 2rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .navbar-toggleable .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .navbar-toggleable .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable .navbar-toggler {
      display: none; } }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .navbar-toggleable-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-sm > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .navbar-toggleable-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-sm .navbar-toggler {
      display: none; } }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .navbar-toggleable-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-md > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .navbar-toggleable-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-md .navbar-toggler {
      display: none; } }

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .navbar-toggleable-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-lg > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .navbar-toggleable-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1559px) {
  .navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1560px) {
  .navbar-toggleable-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .navbar-toggleable-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-toggleable-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-xl > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .navbar-toggleable-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-xl .navbar-toggler {
      display: none; } }

.navbar-toggleable-xxl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .navbar-toggleable-xxl .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-xxl > .container {
    padding-right: 0;
    padding-left: 0; }
  .navbar-toggleable-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .navbar-toggleable-xxl .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-toggleable-xxl > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .navbar-toggleable-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }
  .navbar-toggleable-xxl .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white; }
  .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-toggler:focus,
  .navbar-inverse .navbar-toggler:hover {
    color: white; }

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white; }

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.bg-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #005AA7 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #003f74 !important; }

.bg-success {
  background-color: #3FBA61 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #32944d !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #E26800 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #af5100 !important; }

.bg-danger {
  background-color: #DE3438 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c01f23 !important; }

.bg-inverse {
  background-color: #292b2c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1560px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.flex-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1560px) {
  .flex-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-xxl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-xxl-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 2rem 2rem !important; }

.mt-4 {
  margin-top: 2rem !important; }

.mr-4 {
  margin-right: 2rem !important; }

.mb-4 {
  margin-bottom: 2rem !important; }

.ml-4 {
  margin-left: 2rem !important; }

.mx-4 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.m-6 {
  margin: 4rem 4rem !important; }

.mt-6 {
  margin-top: 4rem !important; }

.mr-6 {
  margin-right: 4rem !important; }

.mb-6 {
  margin-bottom: 4rem !important; }

.ml-6 {
  margin-left: 4rem !important; }

.mx-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important; }

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 2rem 2rem !important; }

.pt-4 {
  padding-top: 2rem !important; }

.pr-4 {
  padding-right: 2rem !important; }

.pb-4 {
  padding-bottom: 2rem !important; }

.pl-4 {
  padding-left: 2rem !important; }

.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.p-6 {
  padding: 4rem 4rem !important; }

.pt-6 {
  padding-top: 4rem !important; }

.pr-6 {
  padding-right: 4rem !important; }

.pb-6 {
  padding-bottom: 4rem !important; }

.pl-6 {
  padding-left: 4rem !important; }

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 2rem 2rem !important; }
  .mt-sm-4 {
    margin-top: 2rem !important; }
  .mr-sm-4 {
    margin-right: 2rem !important; }
  .mb-sm-4 {
    margin-bottom: 2rem !important; }
  .ml-sm-4 {
    margin-left: 2rem !important; }
  .mx-sm-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-sm-5 {
    margin: 3rem 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-sm-6 {
    margin: 4rem 4rem !important; }
  .mt-sm-6 {
    margin-top: 4rem !important; }
  .mr-sm-6 {
    margin-right: 4rem !important; }
  .mb-sm-6 {
    margin-bottom: 4rem !important; }
  .ml-sm-6 {
    margin-left: 4rem !important; }
  .mx-sm-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 2rem 2rem !important; }
  .pt-sm-4 {
    padding-top: 2rem !important; }
  .pr-sm-4 {
    padding-right: 2rem !important; }
  .pb-sm-4 {
    padding-bottom: 2rem !important; }
  .pl-sm-4 {
    padding-left: 2rem !important; }
  .px-sm-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-sm-5 {
    padding: 3rem 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-sm-6 {
    padding: 4rem 4rem !important; }
  .pt-sm-6 {
    padding-top: 4rem !important; }
  .pr-sm-6 {
    padding-right: 4rem !important; }
  .pb-sm-6 {
    padding-bottom: 4rem !important; }
  .pl-sm-6 {
    padding-left: 4rem !important; }
  .px-sm-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 2rem 2rem !important; }
  .mt-md-4 {
    margin-top: 2rem !important; }
  .mr-md-4 {
    margin-right: 2rem !important; }
  .mb-md-4 {
    margin-bottom: 2rem !important; }
  .ml-md-4 {
    margin-left: 2rem !important; }
  .mx-md-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-md-5 {
    margin: 3rem 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-md-6 {
    margin: 4rem 4rem !important; }
  .mt-md-6 {
    margin-top: 4rem !important; }
  .mr-md-6 {
    margin-right: 4rem !important; }
  .mb-md-6 {
    margin-bottom: 4rem !important; }
  .ml-md-6 {
    margin-left: 4rem !important; }
  .mx-md-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 2rem 2rem !important; }
  .pt-md-4 {
    padding-top: 2rem !important; }
  .pr-md-4 {
    padding-right: 2rem !important; }
  .pb-md-4 {
    padding-bottom: 2rem !important; }
  .pl-md-4 {
    padding-left: 2rem !important; }
  .px-md-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-md-5 {
    padding: 3rem 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-md-6 {
    padding: 4rem 4rem !important; }
  .pt-md-6 {
    padding-top: 4rem !important; }
  .pr-md-6 {
    padding-right: 4rem !important; }
  .pb-md-6 {
    padding-bottom: 4rem !important; }
  .pl-md-6 {
    padding-left: 4rem !important; }
  .px-md-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 2rem 2rem !important; }
  .mt-lg-4 {
    margin-top: 2rem !important; }
  .mr-lg-4 {
    margin-right: 2rem !important; }
  .mb-lg-4 {
    margin-bottom: 2rem !important; }
  .ml-lg-4 {
    margin-left: 2rem !important; }
  .mx-lg-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-lg-5 {
    margin: 3rem 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-lg-6 {
    margin: 4rem 4rem !important; }
  .mt-lg-6 {
    margin-top: 4rem !important; }
  .mr-lg-6 {
    margin-right: 4rem !important; }
  .mb-lg-6 {
    margin-bottom: 4rem !important; }
  .ml-lg-6 {
    margin-left: 4rem !important; }
  .mx-lg-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 2rem 2rem !important; }
  .pt-lg-4 {
    padding-top: 2rem !important; }
  .pr-lg-4 {
    padding-right: 2rem !important; }
  .pb-lg-4 {
    padding-bottom: 2rem !important; }
  .pl-lg-4 {
    padding-left: 2rem !important; }
  .px-lg-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-lg-5 {
    padding: 3rem 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-lg-6 {
    padding: 4rem 4rem !important; }
  .pt-lg-6 {
    padding-top: 4rem !important; }
  .pr-lg-6 {
    padding-right: 4rem !important; }
  .pb-lg-6 {
    padding-bottom: 4rem !important; }
  .pl-lg-6 {
    padding-left: 4rem !important; }
  .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 2rem 2rem !important; }
  .mt-xl-4 {
    margin-top: 2rem !important; }
  .mr-xl-4 {
    margin-right: 2rem !important; }
  .mb-xl-4 {
    margin-bottom: 2rem !important; }
  .ml-xl-4 {
    margin-left: 2rem !important; }
  .mx-xl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-xl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-xl-5 {
    margin: 3rem 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-xl-6 {
    margin: 4rem 4rem !important; }
  .mt-xl-6 {
    margin-top: 4rem !important; }
  .mr-xl-6 {
    margin-right: 4rem !important; }
  .mb-xl-6 {
    margin-bottom: 4rem !important; }
  .ml-xl-6 {
    margin-left: 4rem !important; }
  .mx-xl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 2rem 2rem !important; }
  .pt-xl-4 {
    padding-top: 2rem !important; }
  .pr-xl-4 {
    padding-right: 2rem !important; }
  .pb-xl-4 {
    padding-bottom: 2rem !important; }
  .pl-xl-4 {
    padding-left: 2rem !important; }
  .px-xl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-xl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-xl-5 {
    padding: 3rem 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-xl-6 {
    padding: 4rem 4rem !important; }
  .pt-xl-6 {
    padding-top: 4rem !important; }
  .pr-xl-6 {
    padding-right: 4rem !important; }
  .pb-xl-6 {
    padding-bottom: 4rem !important; }
  .pl-xl-6 {
    padding-left: 4rem !important; }
  .px-xl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1560px) {
  .m-xxl-0 {
    margin: 0 0 !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0 {
    margin-left: 0 !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1 {
    margin-left: 0.25rem !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2 {
    margin-left: 0.5rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem 1rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3 {
    margin-left: 1rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xxl-4 {
    margin: 2rem 2rem !important; }
  .mt-xxl-4 {
    margin-top: 2rem !important; }
  .mr-xxl-4 {
    margin-right: 2rem !important; }
  .mb-xxl-4 {
    margin-bottom: 2rem !important; }
  .ml-xxl-4 {
    margin-left: 2rem !important; }
  .mx-xxl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-xxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-xxl-5 {
    margin: 3rem 3rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5 {
    margin-left: 3rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-xxl-6 {
    margin: 4rem 4rem !important; }
  .mt-xxl-6 {
    margin-top: 4rem !important; }
  .mr-xxl-6 {
    margin-right: 4rem !important; }
  .mb-xxl-6 {
    margin-bottom: 4rem !important; }
  .ml-xxl-6 {
    margin-left: 4rem !important; }
  .mx-xxl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-xxl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .p-xxl-0 {
    padding: 0 0 !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0 {
    padding-left: 0 !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1 {
    padding-left: 0.25rem !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2 {
    padding-left: 0.5rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem 1rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3 {
    padding-left: 1rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xxl-4 {
    padding: 2rem 2rem !important; }
  .pt-xxl-4 {
    padding-top: 2rem !important; }
  .pr-xxl-4 {
    padding-right: 2rem !important; }
  .pb-xxl-4 {
    padding-bottom: 2rem !important; }
  .pl-xxl-4 {
    padding-left: 2rem !important; }
  .px-xxl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-xxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-xxl-5 {
    padding: 3rem 3rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5 {
    padding-left: 3rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-xxl-6 {
    padding: 4rem 4rem !important; }
  .pt-xxl-6 {
    padding-top: 4rem !important; }
  .pr-xxl-6 {
    padding-right: 4rem !important; }
  .pb-xxl-6 {
    padding-bottom: 4rem !important; }
  .pl-xxl-6 {
    padding-left: 4rem !important; }
  .px-xxl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-xxl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto {
    margin-left: auto !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1560px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #636c72 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important; }

.text-primary {
  color: #005AA7 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #003f74 !important; }

.text-success {
  color: #3FBA61 !important; }

a.text-success:focus, a.text-success:hover {
  color: #32944d !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #E26800 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #af5100 !important; }

.text-danger {
  color: #DE3438 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c01f23 !important; }

.text-gray-dark {
  color: #292b2c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

@media (max-width: 1559px) {
  .hidden-xl-down {
    display: none !important; } }

@media (min-width: 1560px) {
  .hidden-xxl-up {
    display: none !important; } }

.hidden-xxl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.hamburger {
  padding: 1.6rem 1rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 16px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 16px;
    height: 2px;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

@font-face {
  font-family: "nhlstenden";
  src: url("../fonts/icons/nhlstenden/fonts/nhlstenden.eot?r02cnb");
  src: url("../fonts/icons/nhlstenden/fonts/nhlstenden.eot?r02cnb#iefix") format("embedded-opentype"), url("../fonts/icons/nhlstenden/fonts/nhlstenden.ttf?r02cnb") format("truetype"), url("../fonts/icons/nhlstenden/fonts/nhlstenden.woff?r02cnb") format("woff"), url("../fonts/icons/nhlstenden/fonts/nhlstenden.svg?r02cnb#nhlstenden") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "nhlstenden" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right-bold:before {
  content: ""; }

.icon-quote:before {
  content: ""; }

.icon-external:before {
  content: ""; }

.icon-window-content:before {
  content: ""; }

.icon-drag:before {
  content: ""; }

.icon-alert:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-arrow-large-left:before {
  content: ""; }

.icon-calendar-hex:before {
  content: ""; }

.icon-arrow-right-double:before {
  content: ""; }

.icon-file-new:before {
  content: ""; }

.icon-history:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

.icon-email:before {
  content: ""; }

.icon-answer:before {
  content: ""; }

.icon-pen:before {
  content: ""; }

.icon-wallet-loaded:before {
  content: ""; }

.icon-graduation-cap:before {
  content: ""; }

.icon-comments:before {
  content: ""; }

.icon-calendar-date:before {
  content: ""; }

.icon-location:before {
  content: ""; }

.icon-school-bag:before {
  content: ""; }

.icon-university:before {
  content: ""; }

.icon-earth-globe:before {
  content: ""; }

.icon-internet:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-magnifier:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-check:before {
  content: ""; }

/**
 *  @_fonts.scss
 *  Short description describing the file.
 *
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
@font-face {
  font-family: 'CeraPro';
  src: url("../fonts/cerapro/CeraPRO-Light.eot");
  src: url("../fonts/cerapro/CeraPRO-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/cerapro/CeraPRO-Light.woff2") format("woff2"), url("../fonts/cerapro/CeraPRO-Light.woff") format("woff"), url("../fonts/cerapro/CeraPRO-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'CeraPro';
  src: url("../fonts/cerapro/CeraPRO-LightItalic.eot");
  src: url("../fonts/cerapro/CeraPRO-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/cerapro/CeraPRO-LightItalic.woff2") format("woff2"), url("../fonts/cerapro/CeraPRO-LightItalic.woff") format("woff"), url("../fonts/cerapro/CeraPRO-LightItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'CeraPro';
  src: url("../fonts/cerapro/CeraPRO-Medium.eot");
  src: url("../fonts/cerapro/CeraPRO-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cerapro/CeraPRO-Medium.woff2") format("woff2"), url("../fonts/cerapro/CeraPRO-Medium.woff") format("woff"), url("../fonts/cerapro/CeraPRO-Medium.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'CeraPro';
  src: url("../fonts/cerapro/CeraPRO-MediumItalic.eot");
  src: url("../fonts/cerapro/CeraPRO-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/cerapro/CeraPRO-MediumItalic.woff2") format("woff2"), url("../fonts/cerapro/CeraPRO-MediumItalic.woff") format("woff"), url("../fonts/cerapro/CeraPRO-MediumItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'CeraPro';
  src: url("../fonts/cerapro/CeraPRO-Bold.eot");
  src: url("../fonts/cerapro/CeraPRO-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cerapro/CeraPRO-Bold.woff2") format("woff2"), url("../fonts/cerapro/CeraPRO-Bold.woff") format("woff"), url("../fonts/cerapro/CeraPRO-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'CeraPro';
  src: url("../fonts/cerapro/CeraPRO-BoldItalic.eot");
  src: url("../fonts/cerapro/CeraPRO-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/cerapro/CeraPRO-BoldItalic.woff2") format("woff2"), url("../fonts/cerapro/CeraPRO-BoldItalic.woff") format("woff"), url("../fonts/cerapro/CeraPRO-BoldItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

/**
 *  @_headings.scss
 *
 * Styling defined for headings. Base styling is being defined by bootstrap.
 */
h1, .h1 {
  margin-bottom: 4rem; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 4rem;
      margin-bottom: 2.66667rem; } }

.margin-h1 {
  margin-bottom: 4rem; }

h2, .h2 {
  margin-bottom: 2.6rem; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 3.07692rem;
      margin-bottom: 1.73333rem; } }
  .sidebar-first h2, .sidebar-first .h2 {
    font-size: 3rem; }
    @media (max-width: 767px) {
      .sidebar-first h2, .sidebar-first .h2 {
        font-size: 2.30769rem; } }

h3, .h3 {
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 2.5rem;
      margin-bottom: 1.33333rem; } }

h4, .h4 {
  margin-bottom: 1.5rem; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 2.18182rem;
      margin-bottom: 1rem; } }
  .sidebar-first h4, .sidebar-first .h4 {
    font-size: 2rem; }
    @media (max-width: 767px) {
      .sidebar-first h4, .sidebar-first .h4 {
        font-size: 1.81818rem; } }

h5, .h5 {
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    h5, .h5 {
      font-size: 1.81818rem;
      margin-bottom: 0.66667rem; } }
  .sidebar-first h5, .sidebar-first .h5 {
    font-size: 2rem; }
    @media (max-width: 767px) {
      .sidebar-first h5, .sidebar-first .h5 {
        font-size: 1.53846rem; } }

h6, .h6 {
  margin-bottom: 0.5rem; }
  @media (max-width: 767px) {
    h6, .h6 {
      font-size: 1.45455rem;
      margin-bottom: 0.33333rem; } }

.subtitle {
  margin-bottom: 4rem; }
  @media (max-width: 767px) {
    .subtitle {
      margin-bottom: 2.66667rem; } }

.pane-title-wrap--has-link {
  background-color: #F3F4F5;
  padding: 1rem 2rem; }
  @media (min-width: 768px) {
    .pane-title-wrap--has-link {
      margin: 0 8.33333%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 3rem 4rem; } }
  .pane-title-wrap--has-link .pane-title {
    margin: 0; }
  .pane-title-wrap--has-link a {
    font-size: 1.6rem;
    white-space: nowrap; }

/**
 *  @_links.scss
 *  The main styling of links is being defined by bootstrap (check variables).
 */
a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:focus {
    outline: 1px dotted #000000; }
  a:hover {
    text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }
  a.inline {
    display: inline-block;
    margin-right: 2rem; }

/* Link icons */
.link--icon {
  display: block;
  position: relative; }
  .link--icon:before {
    font-family: "nhlstenden";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 1rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .link--icon-left {
    padding-left: 1.8rem; }
    .link--icon-left:hover:before {
      left: 4px; }
    .link--icon-left:before {
      left: 0;
      top: 8px; }
  .link--icon-right {
    padding-right: 1.8rem; }
    .link--icon-right:hover:before {
      right: -4px; }
    .link--icon-right:before {
      right: 0;
      top: 8px; }

.link--icon-inline {
  display: inline-block; }

.link--arrow-right:before {
  content: ""; }

.link--secondary {
  color: #DE3438; }
  .link--secondary:focus, .link--secondary:hover {
    color: #DE3438; }

.link--light {
  color: #93969A; }

.link--arrow-large-left:before {
  content: ""; }

.link--back-link {
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 0; }
  .link--back-link:before {
    font-family: "nhlstenden";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #005AA7;
    margin-right: 0.8rem;
    top: 1px;
    position: relative; }

.link-text--has-icon {
  display: inline-block;
  text-decoration: none; }
  .link-text--has-icon span {
    text-decoration: underline;
    padding-right: 1rem; }
  .link-text--has-icon:hover span {
    text-decoration: none; }

html {
  font-size: 10px; }

p {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    p {
      margin-bottom: 3.4rem; } }

/**
 *  @_breadcrumbs.scss
 *  Short description describing the file.
 *

 $modifiers
 - .sadasdsad

 
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.

    <sg-content>
    <div>
 */
.breadcrumb {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  color: #93969A; }
  .breadcrumb .sep {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .header-overlay .breadcrumb {
    margin-top: 2.5rem; }
    @media (min-width: 992px) {
      .header-overlay .breadcrumb {
        margin-top: 0; } }

/**
 *  @_navigation.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
/* General nav styling */
.nav--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .nav--vertical .nav__link {
    border-bottom: 2px solid #C3C6CA;
    padding: 1rem 0; }
    .nav--vertical .nav__link.active {
      border-color: #000000;
      color: #000000; }
    .nav--vertical .nav__link:hover {
      border-color: #DE3438; }
  .nav--vertical .nav__item:last-child .nav__link {
    border-bottom: none; }

.nav--large {
  font-weight: 700; }
  @media (min-width: 576px) {
    .nav--large .nav__link {
      padding: 2rem 0;
      font-size: 2rem; } }

.nav__link {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  display: block; }
  .nav__link:hover, .nav__link.active {
    color: #DE3438; }
  .nav__link[class^="icon"] {
    font-family: "CeraPro" !important;
    line-height: 1.5;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto; }
    .nav__link[class^="icon"]:before {
      font-family: "nhlstenden";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1; }

/* Mobile accordion styling */
.nav-accordion__label {
  display: none; }

.nav-accordion input[type=checkbox] {
  display: none; }

@media (max-width: 991px) {
  .nav-accordion__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #000000; }
    .nav-accordion__item .nav__link {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      border-bottom: none; }
  .nav-accordion__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
    padding: 0 3rem;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    margin-bottom: 0;
    margin-top: 2px;
    display: inline-block; }
  .nav-accordion__icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    display: block;
    font-size: 1.4rem; }
  .nav-accordion input[type=checkbox] ~ li {
    display: none; }
  .nav-accordion input[type=checkbox]:checked ~ li {
    display: block; }
    .nav-accordion input[type=checkbox]:checked ~ li .nav-accordion__icon {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); } }

/* Main navigation */
.main-navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 1200px) {
    .main-navigation .hamburger {
      display: none; } }

@media (max-width: 1199px) {
  .head-menu .nav__link {
    display: none; } }

.head-foot-menu .nav__link--level-2, .head-foot-expanded-menu .nav__link--level-2 {
  font-size: 1.6rem;
  font-weight: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.head-foot-menu .nav__link {
  padding: 1rem;
  font-family: "CeraPro" !important;
  line-height: 1.5;
  font-size: 1.7rem; }
  .head-foot-menu .nav__link[class^="icon-"], .head-foot-menu .nav__link[class*=" icon-"] {
    display: block; }
    .head-foot-menu .nav__link[class^="icon-"]:before, .head-foot-menu .nav__link[class*=" icon-"]:before {
      font-family: "nhlstenden";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      display: inline-block;
      margin-right: 8px; }
    @media (max-width: 767px) {
      .head-foot-menu .nav__link[class^="icon-"], .head-foot-menu .nav__link[class*=" icon-"] {
        text-indent: -9999px;
        width: 48px; }
        .head-foot-menu .nav__link[class^="icon-"]:before, .head-foot-menu .nav__link[class*=" icon-"]:before {
          text-indent: 0;
          float: left;
          margin-top: 4px; } }
    .body--has-overlay .head-foot-menu .nav__link[class^="icon-"], .body--has-overlay .head-foot-menu .nav__link[class*=" icon-"] {
      color: #ffffff;
      z-index: 502;
      position: relative; }

@media (max-width: 991px) {
  .foot-menu {
    display: block;
    width: 100%;
    padding: 0 0.5rem;
    margin-bottom: 3rem; } }

@media (max-width: 991px) {
  .foot-menu .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; } }

.foot-menu .nav__link {
  color: #000000; }
  @media (max-width: 991px) {
    .foot-menu .nav__link {
      font-size: 1.6rem; } }

.head-foot-expanded-menu .nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.head-foot-expanded-menu .nav__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.head-foot-expanded-menu .nav__link {
  color: #ffffff; }
  .head-foot-expanded-menu .nav__link:hover {
    text-decoration: underline; }
    .head-foot-expanded-menu .nav__link:hover.nolink {
      text-decoration: none;
      cursor: default; }
  .head-foot-expanded-menu .nav__link[class^="icon-"], .head-foot-expanded-menu .nav__link[class*=" icon-"] {
    display: none; }

.head-foot-expanded-menu .nav--level-1 {
  display: block; }
  .head-foot-expanded-menu .nav--level-1::after {
    display: block;
    content: "";
    clear: both; }

.head-foot-expanded-menu .nav__item--level-1 {
  float: left;
  margin-bottom: 3rem;
  width: 48%; }
  @media (max-width: 991px) {
    .head-foot-expanded-menu .nav__item--level-1 {
      margin-bottom: 1rem; } }
  .head-foot-expanded-menu .nav__item--level-1:nth-child(2n + 1) {
    clear: both; }
  .head-foot-expanded-menu .nav__item--level-1.last {
    float: right; }
    .menu-overlay-wrap .head-foot-expanded-menu .nav__item--level-1.last {
      float: left; }
  @media (max-width: 991px) {
    .head-foot-expanded-menu .nav__item--level-1 {
      width: 100%; } }

.head-foot-expanded-menu .nav__link--level-1 {
  font-size: 2.4rem; }

@media (min-width: 992px) {
  .foot-expanded-menu .nav__link--level-1 {
    margin-bottom: 2rem; } }

@media (max-width: 991px) {
  .foot-expanded-menu .nav--level-2 {
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear; }
  .foot-expanded-menu .nav__item--level-1 {
    position: relative;
    padding: 0;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1); }
    .foot-expanded-menu .nav__item--level-1.last {
      border-bottom: none; }
  .foot-expanded-menu .nav__item.expanded > .nav {
    -webkit-transition: padding-bottom 0.2s ease-in-out;
    transition: padding-bottom 0.2s ease-in-out; }
  .foot-expanded-menu .nav__item.expanded > .nav__link:before {
    font-family: "nhlstenden";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    display: block;
    margin: -0.5rem;
    font-size: 1rem;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  .foot-expanded-menu .nav__item.expanded > .nav__link.open-children:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .foot-expanded-menu .nav__link {
    font-size: 1.6rem; }
    .foot-expanded-menu .nav__link--level-1 {
      padding: 1.5rem 2rem; }
    .foot-expanded-menu .nav__link--level-2 {
      padding: 0.5rem 2rem; }
  .foot-expanded-menu .open-children + .nav {
    padding-bottom: 2rem;
    max-height: 1000px; } }

.head-quick-links-menu .block-menu {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 768px) {
    .head-quick-links-menu .block-menu {
      border: none;
      margin: 0;
      padding: 0; } }

.head-quick-links-menu .nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.head-quick-links-menu .nav__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  .head-quick-links-menu .nav__item:last-child .nav__link {
    padding-bottom: 0; }

.head-quick-links-menu .nav__link {
  font-size: 2.4rem;
  color: #ffffff;
  padding-bottom: 2rem; }
  .head-quick-links-menu .nav__link:hover {
    color: #ffffff;
    text-decoration: underline; }

/**
 *  @_hamburger.scss
 *  Mainmenu hamburger trigger
 *
 */
.hamburger {
  line-height: 1;
  color: #000000;
  padding-right: 0;
  position: relative; }
  .body--has-overlay .hamburger {
    z-index: 502; }
  .hamburger-box {
    vertical-align: top;
    margin-top: 2px; }
  .hamburger-label {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    vertical-align: top;
    font-weight: bold;
    color: #000000;
    width: 50px;
    display: inline-block;
    height: 17px;
    text-align: right;
    overflow: hidden; }
    @media (max-width: 767px) {
      .hamburger-label {
        display: none; } }
    .hamburger-label--menu-closed, .hamburger-label--menu-open {
      display: block; }
    .hamburger-label--menu-closed {
      -webkit-transition: margin-top 0.2s ease-in-out;
      transition: margin-top 0.2s ease-in-out; }
  .hamburger:hover {
    opacity: 1; }
    .hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
      background: #005AA7; }
    .hamburger:hover .hamburger-label {
      color: #005AA7; }
  .hamburger:focus {
    outline: 0; }
  .hamburger.is-active .hamburger-inner:before, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active:hover .hamburger-inner:before, .hamburger.is-active:hover .hamburger-inner:after {
    background: #ffffff; }
  .hamburger.is-active .hamburger-label, .hamburger.is-active:hover .hamburger-label {
    color: #ffffff; }
    .hamburger.is-active .hamburger-label--menu-closed, .hamburger.is-active:hover .hamburger-label--menu-closed {
      margin-top: -17px; }

.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 6px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), background 0.2s ease-in-out, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), background 0.2s ease-in-out, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.2s ease-in-out;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.2s ease-in-out, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 12px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), background 0.2s ease-in-out, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), background 0.2s ease-in-out, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.2s ease-in-out;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.2s ease-in-out, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), background 0.2s ease-in-out 0s, -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), background 0.2s ease-in-out 0s, -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.2s ease-in-out 0s;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.2s ease-in-out 0s, -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
    transform: translate3d(0, 6px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), background 0.2s ease-in-out 0s, -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), background 0.2s ease-in-out 0s, -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.2s ease-in-out 0s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.2s ease-in-out 0s, -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 6px, 0) rotate(-45deg);
    transform: translate3d(0, 6px, 0) rotate(-45deg); }

/**
 *  @_top-menu.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.top-menu {
  position: absolute;
  right: 0;
  top: 0;
  background: #F3F4F5;
  padding: 0 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .top-menu {
      position: relative;
      padding: 0;
      margin-right: 1rem; } }
  .top-menu .nav__link {
    font-size: 1.3rem;
    padding: 0.7rem 1rem; }
    .top-menu .nav__link[class^="icon"] {
      padding-left: 3.5rem;
      position: relative; }
      .top-menu .nav__link[class^="icon"]:before {
        position: absolute;
        top: 8px;
        left: 1.2rem;
        font-size: 15px;
        pointer-events: none; }
  .top-menu .nav__item--level-1 {
    background-color: transparent; }
    @media (max-width: 767px) {
      .top-menu .nav__item--level-1 {
        display: none; } }
    @media (max-width: 767px) {
      .top-menu .nav__item--level-1.nav__item--show-on-mobile {
        display: block; } }

.node-tabs {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }
  @media (max-width: 991px) {
    .node-tabs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; } }
  @media (max-width: 991px) {
    .node-tabs--collapsible-mobile {
      position: relative;
      padding-top: 57px; }
      .node-tabs--collapsible-mobile .node-tabs__item {
        display: none; }
        .node-tabs--collapsible-mobile .node-tabs__item--active {
          position: absolute;
          top: 0;
          display: block; } }
  .node-tabs--active .node-tabs__item {
    display: block; }
    .node-tabs--active .node-tabs__item--toggle .node-tabs__link:before, .node-tabs--active .node-tabs__item--toggle-md .node-tabs__link:before {
      -webkit-transform: rotate(90deg) scaleX(-1);
      -ms-transform: rotate(90deg) scaleX(-1);
      transform: rotate(90deg) scaleX(-1); }
  .node-tabs--padding {
    padding: 1rem 2rem; }
    @media (max-width: 991px) {
      .node-tabs--padding {
        padding: 2rem; } }
  .node-tabs--last {
    margin-bottom: 2rem; }
  @media (max-width: 991px) {
    .node-tabs__item {
      width: 100%; } }
  @media (min-width: 768px) {
    .node-tabs__item--between {
      margin-left: 2rem;
      margin-right: 2rem; } }
  @media (max-width: 991px) {
    .node-tabs__item--between {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  .node-tabs__item--toggle-md .node-tabs__link {
    position: relative; }
    @media (max-width: 991px) {
      .node-tabs__item--toggle-md .node-tabs__link:before {
        font-family: "nhlstenden";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        top: 50%;
        right: 2rem;
        display: block;
        margin-top: -0.6rem;
        font-size: 1.2rem;
        -webkit-transform: rotate(90deg) scaleX(1);
        -ms-transform: rotate(90deg) scaleX(1);
        transform: rotate(90deg) scaleX(1);
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; } }
  .node-tabs__item--wide {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
  .node-tabs__link, .node-tabs__nolink {
    display: block;
    padding: 1.5rem 2rem; }
  .node-tabs__link {
    font-weight: bold;
    color: #005AA7;
    text-decoration: none; }

.nav--has-dropdown {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  position: relative; }
  .nav--has-dropdown .nav--level-2 {
    -webkit-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    display: block;
    position: absolute;
    top: -999px;
    left: 0;
    opacity: 0;
    background-color: #33393A;
    z-index: 24;
    min-width: 100%;
    max-width: 220px; }
    .nav--has-dropdown .nav--level-2 .nav__link {
      color: #ffffff; }
      .nav--has-dropdown .nav--level-2 .nav__link:hover, .nav--has-dropdown .nav--level-2 .nav__link.active {
        background-color: rgba(0, 0, 0, 0.35); }
  .nav--has-dropdown:hover {
    background-color: #33393A; }
    .nav--has-dropdown:hover .nav--level-2 {
      top: 100%;
      opacity: 1; }
    .nav--has-dropdown:hover .nav__link, .nav--has-dropdown:hover .nav .active {
      color: #ffffff; }
  .nav--has-dropdown .nav__link--level-1 {
    padding-right: 3rem; }
    .nav--has-dropdown .nav__link--level-1:after {
      font-family: "nhlstenden";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      right: 1.5rem;
      top: 50%;
      font-size: 10px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-top: -5px; }
  .head-foot-expanded-menu .nav--has-dropdown .nav--level-2 {
    top: inherit;
    opacity: 1;
    max-width: 100%;
    background-color: transparent;
    position: relative; }
  .head-foot-expanded-menu .nav--has-dropdown:hover {
    background-color: transparent; }
  .head-foot-expanded-menu .nav--has-dropdown .nav__link:hover, .head-foot-expanded-menu .nav--has-dropdown .nav__link.active {
    background-color: transparent; }
  .head-foot-menu .nav--has-dropdown .nav__link--level-1,
  .head-foot-expanded-menu .nav--has-dropdown .nav__link--level-1 {
    padding-right: 2rem; }
    .head-foot-menu .nav--has-dropdown .nav__link--level-1:after,
    .head-foot-expanded-menu .nav--has-dropdown .nav__link--level-1:after {
      display: none; }

.az-list .az-list-col {
  margin-bottom: 30px; }

.az-list .list-label {
  background-color: #005AA7;
  color: #ffffff;
  display: inline-block;
  padding: 1.4rem 2rem;
  text-align: center;
  height: 52px;
  width: 55px;
  margin: 26px 0 0 25px;
  text-transform: uppercase; }
  .az-list .list-label:first-child {
    margin-top: 0px; }

.az-list .list-items {
  border: none; }
  .az-list .list-items:first-child {
    border-top: 2px solid #005AA7; }

.az-list .list-items {
  border-top: 2px solid #005AA7; }
  .az-list .list-items .list-item {
    margin: 0;
    position: relative; }
    .az-list .list-items .list-item.form-item a {
      min-height: 68px;
      padding: 20px 50px 34px 70px; }
    .az-list .list-items .list-item a {
      border-bottom: 2px solid #F3F4F5;
      display: block;
      margin: 0;
      padding: 20px;
      position: relative;
      z-index: 20; }
      .az-list .list-items .list-item a:hover, .az-list .list-items .list-item a:focus {
        border-bottom-color: #005AA7; }
      .az-list .list-items .list-item a span {
        background-color: #ffffff;
        border: 1px solid #33393A;
        padding: 2px;
        position: absolute;
        top: 23px;
        left: 30px;
        height: 20px;
        width: 20px; }
        .az-list .list-items .list-item a span:before {
          display: none;
          top: -5px;
          position: relative; }
      .az-list .list-items .list-item a.checked span:before {
        display: block; }
    .az-list .list-items .list-item .type {
      display: block;
      position: absolute;
      border: none;
      left: 71px;
      bottom: 10px;
      top: inherit;
      width: auto;
      padding: 0;
      margin: 0;
      z-index: 10; }
    .az-list .list-items .list-item .ajax-progress {
      position: absolute;
      top: 29px;
      right: 29px; }

.brochure-cart-items > div {
  width: 100%; }

.brochure-cart-items .brochure-cart-items {
  margin: 0;
  padding: 0; }

.brochure-cart-items-tag {
  display: none; }

/**
 *  @_block-lists.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.block-list__item--full-height {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 4rem; }

.sidebar-first .block-list__item-content-wrap {
  height: auto !important; }

.block-list__item-image {
  position: relative; }
  .block-list__item-image img {
    position: relative;
    -webkit-transition: left 0.2s ease-in-out, top 0.2s ease-in-out;
    transition: left 0.2s ease-in-out, top 0.2s ease-in-out;
    top: 0px;
    left: 0px; }
  .block-list__item-image:before {
    background-color: #005AA7;
    content: "";
    position: absolute;
    bottom: -8px;
    right: -12px;
    z-index: -1;
    width: 90%;
    height: 95%;
    -webkit-transition: right 0.2s ease-in-out, bottom 0.2s ease-in-out;
    transition: right 0.2s ease-in-out, bottom 0.2s ease-in-out; }
    .sidebar-first .block-list__item-image:before {
      background-color: #005AA7;
      content: "";
      position: absolute;
      bottom: -7px;
      right: -7px;
      z-index: -1;
      width: 100%;
      height: 100%; }

.block-list__item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-left: 1.5rem;
  margin-right: 1.5rem; }
  .sidebar-first .block-list__item--has-large-date .block-list__item-content {
    margin-top: 2rem; }

.block-list__item-title {
  margin-bottom: 1rem;
  color: #005AA7; }
  .block-list__item-title span {
    font-weight: normal;
    font-size: 1.8rem;
    color: #626569;
    display: block; }

.block-list__item-label {
  color: #000000;
  font-weight: bold; }

.block-list__item-link {
  display: block;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 3px solid #F3F4F5;
  text-decoration: none;
  color: #626569; }
  @media (min-width: 768px) {
    .block-list__item-link {
      padding-bottom: 3.4rem;
      margin-bottom: 3.4rem; } }
  .block-list__item-link:hover, .block-list__item-link:focus {
    color: #626569;
    border-color: #005AA7; }
    .block-list__item-link:hover .block-list__item-image img, .block-list__item-link:focus .block-list__item-image img {
      top: 8px;
      left: 12px; }
      .sidebar-first .block-list__item-link:hover .block-list__item-image img, .sidebar-first .block-list__item-link:focus .block-list__item-image img {
        top: 7px;
        left: 7px; }
    .block-list__item-link:hover .block-list__item-image:before, .block-list__item-link:focus .block-list__item-image:before {
      background-color: #005AA7;
      content: "";
      position: absolute;
      bottom: calc(10% - 8px);
      right: calc(15% - 12px);
      z-index: -1;
      width: 90%;
      height: 95%; }
      .sidebar-first .block-list__item-link:hover .block-list__item-image:before, .sidebar-first .block-list__item-link:focus .block-list__item-image:before {
        background-color: #005AA7;
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
        width: 100%;
        height: 100%; }
  .block-list__item-link-small {
    border-width: 2px;
    padding-bottom: 2rem;
    margin-bottom: 2rem; }

.block-list__item-date-location span {
  display: inline-block; }

.block-list__item--date-included {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.sidebar-first .block-list__item--has-large-date {
  display: block; }

.block-list__item-intro p {
  margin: 0; }

/**
 *  @_blockquotes.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
blockquote,
.blockquote {
  border-left: 3px solid #005AA7;
  color: #000000;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 900;
  padding-left: 2rem;
  margin-bottom: 3.4rem; }
  @media (min-width: 768px) {
    blockquote,
    .blockquote {
      padding-left: 4rem; } }
  @media (max-width: 575px) {
    blockquote--large,
    .blockquote--large {
      min-height: 240px; } }
  blockquote__image,
  .blockquote__image {
    margin-top: 3rem; }
    @media (min-width: 768px) {
      blockquote__image,
      .blockquote__image {
        margin-top: 6rem; } }
  blockquote__button,
  .blockquote__button {
    display: block; }
  blockquote__attribution,
  .blockquote__attribution {
    font-size: 16px;
    margin-bottom: 2rem;
    display: inline-block; }
  blockquote__content--filled-bg,
  .blockquote__content--filled-bg {
    position: relative; }
    blockquote__content--filled-bg:before,
    .blockquote__content--filled-bg:before {
      background-color: #005AA7;
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      top: -20px;
      left: -60px;
      z-index: -1;
      width: calc(100% + 60px);
      height: 100px; }
      @media (min-width: 768px) {
        blockquote__content--filled-bg:before,
        .blockquote__content--filled-bg:before {
          background-color: #005AA7;
          content: "";
          position: absolute;
          bottom: 0;
          right: 0;
          top: -20px;
          left: -150px;
          z-index: -1;
          width: calc(100% + 150px);
          height: 100px; } }
    blockquote__content--filled-bg .blockquote__content-inner,
    .blockquote__content--filled-bg .blockquote__content-inner {
      position: relative;
      background-color: #ffffff;
      padding: 3rem 3rem 0;
      margin-top: 2rem;
      z-index: 1; }
      @media (min-width: 768px) {
        blockquote__content--filled-bg .blockquote__content-inner,
        .blockquote__content--filled-bg .blockquote__content-inner {
          padding: 6rem 6rem 0; } }
    blockquote__content--filled-bg footer cite span,
    .blockquote__content--filled-bg footer cite span {
      display: block;
      margin-bottom: 3.4rem; }
      @media (max-width: 767px) {
        blockquote__content--filled-bg footer cite span,
        .blockquote__content--filled-bg footer cite span {
          margin-bottom: 2rem; } }
  .col-text-right blockquote__content:before, .col-text-right
  .blockquote__content:before {
    background-color: #005AA7;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: -10px;
    left: -20px;
    z-index: -1;
    width: calc(100% + 20px);
    height: 100px; }
    @media (min-width: 576px) {
      .col-text-right blockquote__content:before, .col-text-right
      .blockquote__content:before {
        background-color: #005AA7;
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        top: -20px;
        left: -60px;
        z-index: -1;
        width: calc(100% + 60px);
        height: 100px; } }
  .col-text-left blockquote__content:before, .col-text-left
  .blockquote__content:before {
    background-color: #005AA7;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: -10px;
    left: -20px;
    z-index: -1;
    width: calc(100% + 20px);
    height: 100px; }
    @media (min-width: 576px) {
      .col-text-left blockquote__content:before, .col-text-left
      .blockquote__content:before {
        background-color: #005AA7;
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        top: -20px;
        left: 0;
        z-index: -1;
        width: calc(100% + 60px);
        height: 100px; } }
  blockquote__content.no-image:before,
  .blockquote__content.no-image:before {
    height: 100%;
    background-color: #005AA7;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: -20px;
    left: -60px;
    z-index: -1;
    width: calc(100% - 60px);
    height: 100px; }
    @media (min-width: 768px) {
      blockquote__content.no-image:before,
      .blockquote__content.no-image:before {
        background-color: #005AA7;
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        top: -20px;
        left: -60px;
        z-index: -1;
        width: calc(100% - 60px);
        height: 100px; } }
    @media (max-width: 767px) {
      blockquote__content.no-image:before,
      .blockquote__content.no-image:before {
        background-color: #005AA7;
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        top: -10px;
        left: -20px;
        z-index: -1;
        width: calc(100% + 20px);
        height: 100px; } }
  blockquote__footer,
  .blockquote__footer {
    color: #626569;
    font-size: 1.8rem;
    font-weight: normal; }
    blockquote__footer cite,
    .blockquote__footer cite {
      font-style: normal; }
      blockquote__footer cite span,
      .blockquote__footer cite span {
        margin-right: 4rem; }
    blockquote__footer a,
    .blockquote__footer a {
      font-size: 1.8rem; }
  blockquote--large .blockquote__quote-text,
  .blockquote--large .blockquote__quote-text {
    font-size: 4rem; }
    @media (max-width: 767px) {
      blockquote--large .blockquote__quote-text,
      .blockquote--large .blockquote__quote-text {
        font-size: 2.66667rem; } }
  @media (min-width: 768px) {
    blockquote--large .blockquote__footer,
    .blockquote--large .blockquote__footer {
      font-size: 2rem; } }
  blockquote--clean,
  .blockquote--clean {
    border: none;
    padding: 0; }
  .block-color--tertiary blockquote, .block-color--tertiary
  .blockquote {
    border-color: #008487; }
    .block-color--tertiary blockquote .blockquote__content--filled-bg:before, .block-color--tertiary
    .blockquote .blockquote__content--filled-bg:before {
      background-color: #008487; }
  @media (min-width: 992px) {
    blockquote--breakout,
    .blockquote--breakout {
      margin-right: -15%; } }
  blockquote--study-project .blockquote__content,
  .blockquote--study-project .blockquote__content {
    margin-top: 1rem; }
    @media (min-width: 576px) {
      blockquote--study-project .blockquote__content,
      .blockquote--study-project .blockquote__content {
        margin-top: 2rem; } }
  blockquote--study-project.block-color--tertiary .blockquote__content:before,
  .blockquote--study-project.block-color--tertiary .blockquote__content:before {
    background-color: #008487; }

/**
 *  @_buttons.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.button {
  border: 3px solid;
  cursor: pointer;
  color: #ffffff;
  background-color: #000000;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: 1.4rem 2.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button:hover, .button:focus {
    text-decoration: none; }
  .button:focus {
    outline: 1px dotted #000000; }
  .button--icon:before, .button--icon:after {
    font-family: "nhlstenden";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 1rem;
    -webkit-transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
    transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
    position: relative;
    top: -1px; }
  .button--icon:before {
    left: 0;
    margin-right: 1.4rem; }
  .button--icon:after {
    margin-left: 1.4rem;
    right: 0; }
  .button--arrow-right:after {
    content: ""; }
  .button--arrow-right:hover:after {
    right: -6px; }
  .button--arrow-left:before {
    content: "";
    -webkit-transform: scalex(-1);
    -ms-transform: scalex(-1);
    transform: scalex(-1); }
  .button--arrow-left:hover:before {
    left: -6px; }
  .button--disabled, .button [disabled="disabled"] {
    opacity: 0.3;
    cursor: default; }
    .button--disabled:hover:after, .button--disabled:hover:before, .button [disabled="disabled"]:hover:after, .button [disabled="disabled"]:hover:before {
      left: inherit;
      right: inherit; }
  .button--large {
    font-size: 2rem; }
    .button--large:after, .button--large:before {
      font-size: 1.1rem; }
  .button--small {
    border-width: 2px;
    padding: 1rem 2rem;
    font-size: 1.4rem; }
    .button--small:after, .button--small:before {
      font-size: 0.8rem; }
  .button--tiny {
    border-width: 1px;
    padding: 0.5rem 1rem;
    font-size: 1.4rem; }
    .button--tiny:after, .button--tiny:before {
      font-size: 0.8rem; }
  .button--upper {
    text-transform: uppercase; }
  .button--inline {
    display: inline-block;
    margin: 0 2rem 1rem 0; }
  .button--block {
    display: block;
    padding-right: 5rem;
    position: relative; }
    .button--block:after {
      top: calc(50% - 6px);
      position: absolute;
      right: 3rem; }
    .button--block:hover:after {
      right: 2.4rem; }
  .button--clean {
    background-color: transparent;
    border: none;
    padding: 0; }
  .button--default {
    background-color: #000000;
    border-color: black; }
    .button--default:hover, .button--default:active, .button--default:focus {
      background: white;
      color: #000000; }
    .button--default.button--inverted {
      color: #000000; }
    .button--default.button--ghost {
      color: #000000; }
      .button--default.button--ghost:hover {
        background-color: #000000;
        color: #ffffff; }
  .button--primary {
    background-color: #005AA7;
    border-color: #005aa7; }
    .button--primary:hover, .button--primary:active, .button--primary:focus {
      background: white;
      color: #005AA7; }
    .button--primary.button--inverted {
      color: #005AA7; }
    .button--primary.button--ghost {
      color: #005AA7; }
      .button--primary.button--ghost:hover {
        background-color: #005AA7;
        color: #ffffff; }
  .button--secondary {
    background-color: #DE3438;
    border-color: #de3438; }
    .button--secondary:hover, .button--secondary:active, .button--secondary:focus {
      background: white;
      color: #DE3438; }
    .button--secondary.button--inverted {
      color: #DE3438; }
    .button--secondary.button--ghost {
      color: #DE3438; }
      .button--secondary.button--ghost:hover {
        background-color: #DE3438;
        color: #ffffff; }
  .button--tertiary {
    background-color: #008487;
    border-color: #008487; }
    .button--tertiary:hover, .button--tertiary:active, .button--tertiary:focus {
      background: white;
      color: #008487; }
    .button--tertiary.button--inverted {
      color: #008487; }
    .button--tertiary.button--ghost {
      color: #008487; }
      .button--tertiary.button--ghost:hover {
        background-color: #008487;
        color: #ffffff; }
  .button--valid {
    background-color: #3FBA61;
    border-color: #3fba61; }
    .button--valid:hover, .button--valid:active, .button--valid:focus {
      background: white;
      color: #3FBA61; }
    .button--valid.button--inverted {
      color: #3FBA61; }
    .button--valid.button--ghost {
      color: #3FBA61; }
      .button--valid.button--ghost:hover {
        background-color: #3FBA61;
        color: #ffffff; }
  .button--warning {
    background-color: #F3B500;
    border-color: #f3b500; }
    .button--warning:hover, .button--warning:active, .button--warning:focus {
      background: white;
      color: #F3B500; }
    .button--warning.button--inverted {
      color: #F3B500; }
    .button--warning.button--ghost {
      color: #F3B500; }
      .button--warning.button--ghost:hover {
        background-color: #F3B500;
        color: #ffffff; }
  .button--error {
    background-color: #E26800;
    border-color: #e26800; }
    .button--error:hover, .button--error:active, .button--error:focus {
      background: white;
      color: #E26800; }
    .button--error.button--inverted {
      color: #E26800; }
    .button--error.button--ghost {
      color: #E26800; }
      .button--error.button--ghost:hover {
        background-color: #E26800;
        color: #ffffff; }
  .button--ghost {
    background-color: transparent; }
  .button--blanco {
    background: transparent;
    border-color: transparent;
    color: #000000; }
    .button--blanco:hover, .button--blanco:focus {
      background: #000000;
      border-color: #000000;
      color: #ffffff; }
    .button--blanco-inverted {
      background: transparent;
      border-color: transparent;
      color: #ffffff; }
      .button--blanco-inverted:hover, .button--blanco-inverted:focus {
        background: #ffffff;
        border-color: #ffffff;
        color: #000000; }
  .button--inverted {
    background: #ffffff;
    border-color: #ffffff; }
    .button--inverted:hover {
      background: transparent;
      color: #ffffff; }
  .button--inline {
    margin: 0 1rem 1rem 0; }
  .button--full-width {
    display: block;
    width: 100%;
    margin: 2rem 0; }
    @media (max-width: 991px) {
      .button--full-width-mobile {
        display: block;
        width: 100%; } }

/**
 *  @_blocks.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.calltoaction-text {
  padding: 2.5rem 3rem;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .calltoaction-text {
      padding: 4.5rem 5rem;
      margin-bottom: 3.4rem; } }
  .calltoaction-text .icon {
    color: #000000; }
  .calltoaction-text--outlined {
    border: 3px solid #DBDEE2; }
  .calltoaction-text--large {
    padding: 4rem 0; }
    @media (min-width: 768px) {
      .calltoaction-text--large {
        padding: 14rem 0; } }

/**
 *  @_cookies.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.cc-cookies {
  background: #ffffff;
  bottom: 0;
  padding: 5rem 2rem 5rem;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 100; }
  @media (max-width: 575px) {
    .cc-cookies {
      padding: 2rem 0; } }
  .cc-cookies .cc-cookie-text {
    display: inline-block;
    text-align: left;
    margin: 0 0 2rem 0; }
    @media (max-width: 575px) {
      .cc-cookies .cc-cookie-text {
        margin: 0 0 30px;
        padding: 0; } }
    .cc-cookies .cc-cookie-text a {
      text-decoration: underline; }
      .cc-cookies .cc-cookie-text a:hover {
        text-decoration: none; }
  .cc-cookies:before {
    width: 100%;
    height: 1500px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 100%;
    left: 0;
    content: ""; }
  .cc-cookies p {
    margin: 0; }
  .cc-cookies__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
  .cc-cookies .cc-custom-link {
    color: #626569;
    display: block;
    margin: 1rem 0 0 0; }
    @media (min-width: 576px) {
      .cc-cookies .cc-custom-link {
        display: inline-block;
        margin: 0 0 0  2rem; }
        .cc-cookies .cc-custom-link:first-child {
          margin-left: 0; } }
  @media (min-width: 576px) {
    .cc-cookies .cc-custom-links {
      position: absolute;
      right: 3rem;
      bottom: 0; } }
  .cc-cookies .cc-cookie-accept,
  .cc-cookies .cc-cookie-decline {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cc-cookies .cc-cookie-accept {
    background-color: green;
    color: #ffffff;
    padding: 14px 60px;
    vertical-align: top;
    display: inline-block;
    text-decoration: underline; }
    .cc-cookies .cc-cookie-accept:hover {
      text-decoration: none; }
    @media (max-width: 991px) {
      .cc-cookies .cc-cookie-accept {
        text-align: center;
        padding: 14px;
        display: block; } }
  .cc-cookies .cc-cookie-decline {
    padding: 10px 0 0 0;
    font-size: 14px;
    text-decoration: none; }
    .cc-cookies .cc-cookie-decline:hover {
      text-decoration: underline; }

/**
 *  @_fields.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.pane-node-field-introduction,
.introduction {
  font-weight: bold;
  color: #33393A;
  font-size: 2rem; }

.pane-node-field-introduction,
.introduction,
.pane-node-field-detail-image,
.image--spacing {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .pane-node-field-introduction,
    .introduction,
    .pane-node-field-detail-image,
    .image--spacing {
      margin-bottom: 3.4rem; } }

.date-wrap {
  font-size: 1.6rem;
  display: block;
  color: #93969A;
  margin-bottom: 2px; }
  .date-wrap--large {
    font-size: 2rem;
    font-weight: 900;
    color: #000000;
    margin: 0; }
    @media (min-width: 768px) {
      .date-wrap--large {
        font-size: 2.6rem; } }
    .meta-information .date-wrap--large {
      margin-bottom: 0.5rem; }
      @media (min-width: 768px) {
        .meta-information .date-wrap--large {
          margin-bottom: 0; } }

.field-collection-view {
  border: none;
  padding: 0;
  margin: 0 0 2rem; }
  @media (min-width: 768px) {
    .field-collection-view {
      margin: 0 0 4rem; } }
  .field-collection-view .entity-field-collection-item {
    width: auto;
    float: none; }

.field-collection-container {
  border: none;
  margin: 0; }

.element-invisible {
  width: 0; }

.cover-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.text-center:last-child {
  margin: 0; }

/**
 *  @_html-lists.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
ul,
ol {
  margin: 0 0 3.4rem;
  list-style-position: inside;
  padding-left: 0; }

ol {
  list-style: none;
  padding-left: 0;
  counter-reset: ol-counter; }
  ol li {
    padding-left: 3.5rem;
    margin-bottom: 1rem;
    position: relative; }
    ol li:before {
      content: counter(ol-counter) ".";
      counter-increment: ol-counter;
      color: #005AA7;
      position: absolute;
      top: -4px;
      left: 0;
      font-weight: bold;
      font-size: 2.2rem; }

ul.two-col {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1; }
  @media (min-width: 576px) {
    ul.two-col {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  ul.two-col li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }

ul.checklist li {
  padding-left: 3.5rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative; }
  ul.checklist li:before {
    font-family: "nhlstenden";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #005AA7;
    position: absolute;
    font-size: 1.6rem;
    top: 4px;
    left: 0px; }
  ul.checklist li p:last-child {
    margin: 0; }

.list__item {
  margin-bottom: 0.5rem; }
  .list__item:last-child {
    margin-bottom: 0; }

.list--small {
  font-size: 1.6rem; }
  .list--small .link--icon:before {
    font-size: 1rem; }
  .list--small .link--icon-left {
    padding-left: 1.5rem; }
    .list--small .link--icon-left:before {
      top: 6px; }
  .list--small .link--icon-right {
    padding-right: 1.5rem; }
    .list--small .link--icon-right:before {
      top: 6px; }

/**
 *  @_images.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
@media (max-width: 767px) {
  .image-wrapper {
    margin-bottom: 2rem; } }

.image-background--cover {
  background-size: cover; }

/**
 *  @_logos.scss
 *  Short description describing the file.
 *  
 */
.logo-global {
  display: block;
  position: relative;
  z-index: 502;
  width: 87px;
  height: 68px; }
  .logo-global svg {
    max-height: 100%; }
  .logo-global path, .logo-global polygon, .logo-global rect {
    -webkit-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out; }
  @media (min-width: 768px) {
    .logo-global {
      height: 125px;
      width: 160px; } }
  .body--has-overlay .logo-global path, .body--has-overlay .logo-global polygon, .body--has-overlay .logo-global rect {
    fill: #ffffff; }

/**
 *  @_messages.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.messages {
  background-color: #ffffff;
  border: 3px solid #000000;
  margin: 0 0 2rem;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-weight: bold; }
  @media (min-width: 768px) {
    .messages {
      margin: 0 0 3.4rem; } }
  .messages ul {
    list-style-position: outside;
    margin: 0 0 0 1.5rem; }
  .messages a {
    color: inherit;
    text-decoration: underline; }
    .messages a:hover {
      text-decoration: none; }
  .messages__indication {
    background-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    padding: 2rem;
    max-width: 120px;
    text-align: center; }
    @media (max-width: 767px) {
      .messages__indication {
        padding: 1.5rem; } }
    .messages__indication-icon {
      display: block;
      font-size: 2.6rem;
      color: #ffffff;
      margin-bottom: 0.5rem; }
    .messages__indication-text {
      display: block;
      font-size: 1.4rem;
      line-height: 1.3;
      word-break: break-word; }
  .messages__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2.5rem; }
    @media (max-width: 767px) {
      .messages__content {
        padding: 1.5rem; } }
  .messages__actions {
    padding: 2.5rem; }
    @media (max-width: 767px) {
      .messages__actions {
        padding: 1.5rem; } }
  .messages__close {
    cursor: pointer; }
    .messages__close .icon {
      display: inline-block;
      font-size: 1.4rem;
      margin: 0 0 0 0.8rem;
      position: relative;
      top: 2px; }
    .messages__close span {
      text-decoration: underline;
      display: none; }
      @media (min-width: 768px) {
        .messages__close span {
          display: inline-block; } }
    .messages__close:hover span {
      text-decoration: none; }
  .messages .close {
    cursor: pointer;
    position: absolute;
    opacity: 1;
    top: 19px;
    right: 20px; }
    .messages .close:after {
      font-family: "nhlstenden";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      display: block;
      font-size: 1.4rem; }
  .messages.error {
    border-color: #E26800;
    color: #E26800; }
    .messages.error .messages__indication {
      background-color: #E26800; }
  .messages.warning {
    border-color: #F3B500;
    color: #F3B500; }
    .messages.warning .messages__indication {
      background-color: #F3B500; }
  .messages.status, .messages.ok {
    border-color: #3FBA61;
    color: #3FBA61; }
    .messages.status .messages__indication, .messages.ok .messages__indication {
      background-color: #3FBA61; }
  .messages.messages-inline {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 2rem; }
  .messages--top {
    position: relative; }
    @media (max-width: 767px) {
      .messages--top {
        top: 12.8rem; } }
    @media (max-width: 575px) {
      .messages--top {
        top: 10.8rem; } }

/**
 *  @_video.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.video-wrapper {
  position: relative; }
  .video-wrapper__link {
    display: block;
    position: absolute;
    text-decoration: none;
    top: calc(50% - 3.2rem);
    left: calc(50% - 3.2rem);
    z-index: 1; }
    @media (min-width: 992px) {
      .video-wrapper__link {
        top: calc(50% - 5rem);
        left: calc(50% - 5rem); } }
    .blockquote .video-wrapper__link {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (max-width: 575px) {
        .blockquote .video-wrapper__link {
          top: 100%;
          border: 1px solid #000000;
          width: 100%;
          height: 100%;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          left: 0;
          margin-top: 1rem; }
          .blockquote .video-wrapper__link .icon {
            top: 50%;
            left: 50%;
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
    .video-wrapper__link .icon {
      background-color: #ffffff;
      display: block;
      color: #000000;
      padding: 2rem;
      font-size: 2.3rem;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media (min-width: 992px) {
        .video-wrapper__link .icon {
          padding: 2.6rem;
          font-size: 3.4rem; } }
    .header-video-trigger:hover .video-wrapper__link,
    .header-video-trigger:focus .video-wrapper__link, .video-wrapper__link:hover, .video-wrapper__link:focus {
      text-decoration: none; }
      .header-video-trigger:hover .video-wrapper__link .icon,
      .header-video-trigger:focus .video-wrapper__link .icon, .video-wrapper__link:hover .icon, .video-wrapper__link:focus .icon {
        background-color: transparent;
        color: #ffffff; }

/**
 *  @_tables.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
table {
  border: none;
  width: 100%;
  max-width: 100%;
  margin-bottom: 3.4rem;
  line-height: 1.5; }
  table th,
  table td {
    padding: 1rem 2rem 1rem 1rem;
    vertical-align: top;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #C3C6CA; }
    table th:first-child,
    table td:first-child {
      padding-left: 0; }
    table th:last-child,
    table td:last-child {
      padding-right: 0; }
    .footer table th, .footer
    table td {
      padding: 0;
      border-width: 0; }
  table th {
    color: #292b2c;
    vertical-align: bottom;
    border-bottom: 3px solid #C3C6CA; }
    .footer table th {
      border-bottom: none;
      color: #ffffff; }
  table td {
    border-bottom-width: 1px; }
  table tr:last-child td {
    border-bottom-width: 0; }

.responsive-table {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.footer table {
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .footer table td {
      display: block; } }

/**
 *  @_pager.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.pager {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem; }
  @media (min-width: 768px) {
    .pager {
      margin-top: 3.4rem; } }
  .pager li {
    color: #C3C6CA;
    font-size: 2.6rem;
    font-weight: bold; }
    @media (max-width: 991px) {
      .pager li {
        font-size: 2rem; } }
    .pager li a {
      display: block;
      padding: 2rem 1rem;
      text-decoration: none; }
      @media (max-width: 991px) {
        .pager li a {
          padding: 1.5rem 0.6rem; } }
      .pager li a:before:hover {
        text-decoration: none; }
      .pager li a:hover {
        text-decoration: underline; }
    .pager li.pager-current, .pager li.pager-ellipsis {
      padding: 2rem 1rem; }
      @media (max-width: 991px) {
        .pager li.pager-current, .pager li.pager-ellipsis {
          padding: 1.5rem 0.6rem; } }
    .pager li.pager-next a, .pager li.pager-last a, .pager li.pager-previous a, .pager li.pager-first a {
      position: relative; }
      .pager li.pager-next a:before, .pager li.pager-last a:before, .pager li.pager-previous a:before, .pager li.pager-first a:before {
        font-family: "nhlstenden";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        top: -2px;
        display: block;
        font-size: 1.4rem; }
        @media (max-width: 991px) {
          .pager li.pager-next a:before, .pager li.pager-last a:before, .pager li.pager-previous a:before, .pager li.pager-first a:before {
            top: -1px; } }
      .pager li.pager-next a:hover, .pager li.pager-next a:focus, .pager li.pager-last a:hover, .pager li.pager-last a:focus, .pager li.pager-previous a:hover, .pager li.pager-previous a:focus, .pager li.pager-first a:hover, .pager li.pager-first a:focus {
        text-decoration: none; }
    .pager li.pager-next a:before {
      content: ""; }
    .pager li.pager-last a:before {
      content: ""; }
    .pager li.pager-previous a:before {
      content: "";
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .pager li.pager-first a:before {
      content: "";
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

/**
 *  @_text.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.text-wrap--overlay {
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .text-wrap--overlay {
      padding-top: 2.5rem;
      margin-top: 4rem;
      min-height: calc(100% - 4rem); } }
  @media (min-width: 1200px) {
    .text-wrap--overlay {
      padding-top: 5.5rem; } }

@media (min-width: 768px) {
  .text-wrap--padding-left {
    padding-left: 3rem; } }

@media (min-width: 1200px) {
  .text-wrap--padding-left {
    padding-left: 6rem; } }

@media (min-width: 768px) {
  .text-wrap--padding-right {
    padding-right: 3rem; } }

@media (min-width: 1200px) {
  .text-wrap--padding-right {
    padding-right: 6rem; } }

/* v1.0.3 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }
  .rsContent:hover .rsBtnCenterer {
    z-index: 200; }

.rsVideoPlaying {
  z-index: 10; }
  .rsVideoPlaying .rsContent .rsBtnCenterer {
    z-index: 0 !important; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 50; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 15;
  -webkit-backface-visibility: hidden; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  -webkit-backface-visibility: hidden; }

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/***************
*
*  1. Arrows
*
****************/
.rsDefault:hover .rsArrow .rsArrowIcn:before {
  opacity: 0.35; }

.rsDefault .rsArrow {
  -webkit-transition: background-color 150ms;
  transition: background-color 150ms;
  height: 100%;
  width: 200px;
  position: absolute;
  cursor: pointer;
  z-index: 21; }
  @media (max-width: 991px) {
    .rsDefault .rsArrow {
      width: 100px; } }
  @media (max-width: 767px) {
    .rsDefault .rsArrow {
      background-color: rgba(0, 0, 0, 0.05);
      width: 100px;
      height: 100%; }
      .rsDefault .rsArrow .rsArrowIcn:before {
        opacity: 0.50; } }
  .rsDefault .rsArrow:hover {
    background-color: rgba(0, 0, 0, 0.05); }
    .rsDefault .rsArrow:hover .rsArrowIcn:before {
      opacity: 0.90; }
  .rsDefault .rsArrow.rsArrowDisabled {
    display: none !important; }

.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px; }

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0; }

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0; }

.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0; }
  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn:before {
    font-family: "nhlstenden";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0; }
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn:before {
    font-family: "nhlstenden";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.rsDefault .rsArrowIcn {
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  position: absolute;
  cursor: pointer;
  border-radius: 2px;
  display: block; }
  .rsDefault .rsArrowIcn:before {
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
    color: #000000;
    display: block;
    width: 44px;
    position: absolute;
    top: 10px;
    left: 0;
    font-family: "nhl";
    font-size: 26px;
    opacity: 0.1;
    text-align: center; }

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden; }

.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  padding: 6px 5px 6px; }

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5); }

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF; }

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: auto; }

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsDefault.rsWithThumbsHor .rsThumbs {
  pointer-events: none; }

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  pointer-events: auto;
  width: 160px;
  height: 110px; }

.rsDefault .rsThumb img {
  width: 100%;
  height: 100%; }

.rsDefault .rsThumb.rsNavSelected {
  background: #02874a; }

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.rsDefault .rsTmb {
  display: block; }

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF; }

.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px; }

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 90, 167, 0.75); }

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9); }

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  font-size: 26px;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer; }

.rsDefault .rsThumbsArrowDisabled {
  display: none !important; }

/* Thumbnails resizing on smaller screens */
@media (max-width: 767px) {
  .rsDefault .rsThumb {
    width: 80px;
    height: 55px; }
  .rsDefault .rsThumbsHor {
    height: 44px; }
  .rsDefault .rsThumbsVer {
    width: 59px; } }

/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #ffffff;
  box-shadow: inset 1px 0 0 #ffffff; }

.rsDefault .rsTab:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rsDefault .rsTab:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf; }

.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }

.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  -webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#BBB));
  background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  width: 64px;
  height: 64px;
  cursor: pointer; }

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s; }

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }
  @media (max-width: 991px) {
    .rsDefault .rsBtnCenterer {
      left: inherit;
      right: 0px;
      top: 70px; } }

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px; }

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px; }

/**
 *  @_framed-content.scss
 *  Framed content box styling with collapse styling (arrow)
 *
 */
.framed-content {
  position: relative;
  padding: 3rem 2.5rem;
  margin-bottom: 2rem;
  border: 3px solid #005AA7; }
  .framed-content--filled {
    background-color: #ffffff; }
  .framed-content--indented {
    padding: 2.5rem 6rem; }
    .framed-content--indented .framed-content__title {
      left: 4rem;
      padding: 0 2rem; }
    @media (max-width: 991px) {
      .framed-content--indented {
        padding: 2.5rem 3rem; }
        .framed-content--indented .framed-content__title {
          left: 1rem; } }
  @media (min-width: 768px) {
    .framed-content--inset-large {
      padding: 4.5rem 5rem; }
      .framed-content--inset-large .framed-content__title {
        left: 3rem;
        padding: 0 2rem; } }
  .framed-content.is-collapsible {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    -webkit-transition: padding 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out; }
    @media (max-width: 991px) {
      .framed-content.is-collapsible {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
    .framed-content.is-collapsible .framed-content__title,
    .framed-content.is-collapsible .framed-content__toggle-link {
      cursor: pointer; }
    .framed-content.is-collapsible .framed-content__toggle-link {
      position: relative;
      text-align: right;
      min-height: 20px; }
      .framed-content.is-collapsible .framed-content__toggle-link:before {
        font-family: "nhlstenden";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2rem;
        color: #005AA7;
        content: "";
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        position: absolute;
        right: 0;
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
      .framed-content.is-collapsible .framed-content__toggle-link.collapsed:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .framed-content__title {
    position: absolute;
    top: -15px;
    left: 1.5rem;
    font-weight: bold;
    font-size: 2rem;
    color: #005AA7;
    padding: 0 1rem;
    background: #ffffff; }
  .framed-content:last-child {
    margin-bottom: 3.4rem; }
  .framed-content ul li:last-child {
    margin-bottom: 0 !important; }

[class*='extend-left'],
[class*='extend-right'] {
  position: relative; }
  [class*='extend-left']:before, [class*='extend-left']:after,
  [class*='extend-right']:before,
  [class*='extend-right']:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9999px; }

[class*='extend-left']:before {
  right: 100%; }

[class*='extend-right']:after {
  left: 100%; }

.extend-left:before {
  content: ''; }

@media (min-width: 992px) {
  .extend-left--lg-up:before {
    content: ''; } }

@media (max-width: 1199px) {
  .extend-left--lg:before {
    content: ''; } }

@media (max-width: 991px) {
  .extend-left--md:before {
    content: ''; } }

@media (max-width: 767px) {
  .extend-left--sm:before {
    content: ''; } }

.extend-right:after {
  content: ''; }

@media (max-width: 1199px) {
  .extend-right--lg:after {
    content: ''; } }

@media (max-width: 991px) {
  .extend-right--md:after {
    content: ''; } }

@media (max-width: 767px) {
  .extend-right--sm:after {
    content: ''; } }

.extend--white:before, .extend--white:after {
  background: #ffffff; }

/**
 *  @_header-image.scss
 *  Short description describing the file.
 *
 *  Styling for the contact block within the sidebar on study pages.
 */
@media (min-width: 992px) {
  .study-contact {
    margin-top: 7rem; } }

.study-contact__item {
  color: #33393A;
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 4rem; }
  .study-contact__item:last-child {
    margin-bottom: 0; }

.study-contact__phonenumber {
  font-weight: bold;
  color: #33393A; }

.study-contact__icon {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 2.2rem;
  color: #005AA7; }

@media (min-width: 992px) {
  .sticky-block-contact--fixed {
    display: none;
    position: fixed;
    bottom: 0; }
  .sticky-block-contact--absolute {
    left: 15px;
    position: absolute; }
  .sticky-block-contact--relative {
    left: inherit;
    position: relative !important; } }

.study-orientation__list-item {
  margin-bottom: 2rem; }
  @media (max-width: 991px) {
    .study-orientation__list-item {
      display: none; }
      .study-orientation__list-item:nth-child(1), .study-orientation__list-item:nth-child(2) {
        display: list-item; }
      .study-orientation__list-item:nth-child(2) {
        margin-bottom: 0; } }

/**
 *  @_tabs.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.bs-tabs-wrapper {
  position: relative;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0 2rem; }

.nav-tabs {
  background-color: #F3F4F5;
  border-bottom: 3px solid #DBDEE2;
  padding: 0 2.5rem; }
  @media (min-width: 992px) {
    .nav-tabs {
      padding: 0 5rem; } }
  @media (min-width: 1200px) {
    .nav-tabs {
      padding: 0 7.5rem; } }
  @media (max-width: 767px) {
    .nav-tabs .nav-item {
      min-height: 50px; } }
  .nav-tabs .nav-item-control {
    color: #005AA7;
    position: absolute;
    top: 2rem;
    left: 0;
    font-size: 1.4rem; }
    @media (max-width: 1199px) {
      .nav-tabs .nav-item-control {
        top: 1.7rem; } }
    .nav-tabs .nav-item-control--right {
      left: inherit;
      right: 0; }
    .nav-tabs .nav-item-control--left i {
      display: block;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .nav-tabs .nav-link {
    color: #000000;
    font-weight: bold;
    text-decoration: none; }
    @media (max-width: 991px) {
      .nav-tabs .nav-link {
        white-space: nowrap; } }
    @media (max-width: 1199px) {
      .nav-tabs .nav-link {
        padding: 1rem 2rem; } }
    .nav-tabs .nav-link.active {
      cursor: default;
      position: relative; }
      .nav-tabs .nav-link.active:before, .nav-tabs .nav-link.active:after {
        content: "";
        position: absolute; }
      .nav-tabs .nav-link.active:before {
        border-color: #005AA7;
        border-style: solid;
        border-width: 1rem 0 0 0.5rem;
        left: -0.5rem;
        top: -1rem;
        height: calc(100% + 1rem + 3px);
        width: calc(100% + 0.5rem); }
      .nav-tabs .nav-link.active:after {
        border-bottom: 3px solid #ffffff;
        bottom: -3px;
        left: 0;
        width: 100%; }

.tab-content {
  margin-top: 2rem; }
  @media (min-width: 576px) {
    .tab-content {
      margin-top: 3.4rem; } }

.tab--inactive {
  text-decoration: line-through; }

.tab__link {
  color: #93969A; }

/**
 *  @_tags.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.tag:before {
  content: "";
  background-color: #008487;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 1rem; }

/**
 *  @_header-image.scss
 *  Short description describing the file.
 *
 *  Styling for the header image element
 */
.masthead {
  margin-top: -2rem;
  position: relative;
  overflow: hidden; }
  .masthead__overlay {
    background-color: rgba(0, 132, 135, 0.8);
    position: absolute;
    bottom: 0;
    right: 3rem;
    left: 3rem;
    padding: 2rem;
    max-width: 560px;
    z-index: 23; }
    @media (min-width: 992px) {
      .masthead__overlay {
        min-width: 300px;
        width: auto;
        right: 10rem;
        bottom: 6rem;
        left: inherit;
        padding: 4rem; } }
  .masthead__teaser {
    color: #ffffff;
    font-size: 1.6rem; }
  .masthead__title {
    color: #ffffff; }
    @media (max-width: 767px) {
      .masthead__title {
        font-size: 1.8rem; } }
  .masthead__image {
    position: relative;
    margin-top: 2rem;
    margin-left: -3rem; }
    @media (min-width: 1200px) {
      .masthead__image {
        margin-top: 3rem; } }
    @media (max-width: 767px) {
      .masthead__image {
        min-height: 90px; }
        .masthead__image img {
          -o-object-fit: cover;
          object-fit: cover;
          min-height: 90px; } }
    .masthead__image:before {
      background-color: #008487;
      content: "";
      position: absolute;
      bottom: unset;
      right: -10px;
      top: -15px;
      left: unset;
      z-index: -1;
      width: calc(50% + 15px);
      height: calc(50% + 10px); }
      @media (min-width: 768px) {
        .masthead__image:before {
          background-color: #008487;
          content: "";
          position: absolute;
          bottom: unset;
          right: -20px;
          top: -25px;
          left: unset;
          z-index: -1;
          width: calc(50% + 25px);
          height: calc(50% + 20px); } }
    .masthead__image.masthead--medium {
      max-height: 350px; }
      @media (max-width: 767px) {
        .masthead__image.masthead--medium {
          min-height: 160px; }
          .masthead__image.masthead--medium img {
            min-height: 160px; } }
    .masthead__image.masthead--large {
      max-height: 600px;
      margin-right: -3rem; }
      @media (min-width: 1200px) {
        .masthead__image.masthead--large {
          margin-left: -5.5rem; } }
      @media (min-width: 1560px) {
        .masthead__image.masthead--large {
          margin-right: -14rem; } }
      @media (max-width: 767px) {
        .masthead__image.masthead--large {
          min-height: 265px; }
          .masthead__image.masthead--large img {
            min-height: 265px; } }
      .masthead__image.masthead--large:before {
        background-color: #008487;
        content: "";
        position: absolute;
        bottom: unset;
        right: unset;
        top: -15px;
        left: -15px;
        z-index: -1;
        width: 90%;
        height: calc(50% + 15px); }
        @media (min-width: 1200px) {
          .masthead__image.masthead--large:before {
            background-color: #008487;
            content: "";
            position: absolute;
            bottom: unset;
            right: unset;
            top: -15px;
            left: -95px;
            z-index: -1;
            width: 90%;
            height: calc(65% + 15px); } }
  @media (max-width: 767px) {
    .masthead--has-overlay .video-wrapper__link {
      top: 30px; } }
  .masthead--empty {
    margin-top: 0; }
  .masthead__slider {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .masthead__slider.rsDefault .rsArrow {
      width: 140px;
      z-index: 24; }
      @media (max-width: 767px) {
        .masthead__slider.rsDefault .rsArrow {
          display: none !important; } }
      .masthead__slider.rsDefault .rsArrow:hover .rsArrowIcn:before {
        background-color: rgba(255, 255, 255, 0.6); }
      .masthead__slider.rsDefault .rsArrowIcn:before {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.35);
        width: 44px;
        height: 44px;
        font-size: 2rem;
        border-radius: 22px;
        line-height: 44px !important;
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        opacity: 1; }
    .masthead__slider.rsDefault .rsBullets {
      background: none;
      width: auto;
      padding: 1.5rem; }
      @media (max-width: 991px) {
        .masthead__slider.rsDefault .rsBullets {
          left: auto;
          right: 0; } }
      @media (max-width: 767px) {
        .masthead__slider.rsDefault .rsBullets {
          top: 0; } }
      .masthead__slider.rsDefault .rsBullets span {
        background: none;
        border: 2px solid rgba(255, 255, 255, 0.6); }
    .masthead__slider.rsDefault .rsBullet {
      margin-right: 0.3rem;
      width: 10px;
      height: 10px; }
      .masthead__slider.rsDefault .rsBullet.rsNavSelected span {
        background-color: #ffffff; }
    .masthead__slider.rsHor .rsArrowRight .rsArrowIcn:before,
    .masthead__slider.rsHor .rsArrowLeft .rsArrowIcn:before {
      content: ""; }

.header-video-trigger {
  text-decoration: none; }

/**
 *  @_header-image.scss
 *  Short description describing the file.
 *
 *  Styling for the header image element
 */
.header-overlay .breadcrumb {
  position: relative; }
  @media (min-width: 992px) {
    .header-overlay .breadcrumb:before {
      position: absolute;
      display: block;
      content: "";
      background-color: #ffffff;
      width: calc(100% + 166px);
      height: 30px;
      left: -70px;
      top: -30px; }
      .sidebar-last .header-overlay .breadcrumb:before {
        width: calc(100% + 141px); } }
  @media (min-width: 992px) {
    .header-overlay .breadcrumb--empty:before {
      top: -25px; } }

.header-overlay--equal-width .breadcrumb:before {
  left: -50px;
  width: calc(100% + 100px); }

/**
 *  @_study-characteristics.scss
 *  Short description describing the file.
 *
 *  Styling used on the study characteristic items shown on study nodes
 */
.study-characteristic__item {
  position: relative;
  padding-left: 70px; }

.study-characteristic__icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #005AA7;
  font-size: 3.4rem; }

/**
 *  @_divider.scss
 *  Short description describing the file.
 *
 *  Styling for the <hr> element.
 */
hr {
  background-color: #F3F4F5;
  border: none;
  height: 3px;
  width: 100%;
  margin: 0; }

.current-search-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0; }

.current-search-item li {
  list-style: none;
  margin: 0 0.5rem 0.5rem 0; }

.current-search-item a {
  display: block;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  border: 1px solid #93969A;
  color: inherit;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }
  .current-search-item a:hover, .current-search-item a:focus {
    background: #93969A;
    color: #ffffff; }
  .current-search-item a:after {
    font-family: "nhlstenden";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.8rem;
    margin-left: 1rem; }
  .current-search-item a ~ span {
    display: none; }

.current-search-item span ~ span {
  display: none; }

@media (max-width: 991px) {
  .search-header {
    display: none; } }

.reset-filters {
  text-decoration: none;
  font-size: 1.4rem;
  display: block; }
  @media (max-width: 767px) {
    .reset-filters {
      margin-top: 1rem; } }
  @media (min-width: 768px) {
    .reset-filters {
      position: absolute;
      top: -30px;
      right: 0; } }
  @media (min-width: 992px) {
    .reset-filters {
      display: none; } }
  .reset-filters + .search-form__button {
    top: 26px; }
  .footer .reset-filters {
    display: none; }

.filters-emphasized {
  padding-right: 2rem; }
  .filters-emphasized:last-child {
    padding: 0; }
  @media (max-width: 991px) {
    .filters-emphasized {
      padding: 0; } }

#scrollUp {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid #93969A;
  display: none;
  position: fixed;
  padding: 14px 20px;
  right: 20px;
  bottom: 20px;
  text-decoration: none;
  z-index: 999; }
  #scrollUp:before {
    font-family: "nhlstenden";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 1.6rem;
    display: inline-block; }

@media (max-width: 575px) {
  .contact-details {
    padding: 2rem; } }

@media (max-width: 575px) {
  .contact-details__photo {
    margin: 0 2.5rem 2rem 0; }
    .contact-details__photo img {
      width: 100%; } }

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem; }
  .main-content--has-timeline .social-share__title {
    display: none; }
  .social-share__link {
    color: #000000;
    font-size: 2.3rem;
    text-decoration: none;
    text-align: center;
    width: 2.3rem;
    margin: 0 1.6rem 0 0; }
    .social-share__link:hover, .social-share__link:focus {
      color: #DE3438; }
  .meta-information .social-share {
    margin: 0; }

.cal-date {
  display: inline-block;
  position: relative;
  z-index: 0; }
  .cal-date:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #005AA7; }
  .cal-date__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    width: 6.5rem;
    height: 7.5rem;
    padding-top: 0.5rem;
    z-index: 1;
    color: #005AA7;
    font-size: 2rem;
    font-weight: 900;
    line-height: 2;
    background-color: #ffffff;
    border: 3px solid;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    .block-list__item-link:hover .cal-date__date {
      -webkit-transform: translate(1.2rem, 0.8rem);
      -ms-transform: translate(1.2rem, 0.8rem);
      transform: translate(1.2rem, 0.8rem); }
  .cal-date__month {
    display: inline-block;
    position: relative;
    top: -1.3rem;
    text-transform: uppercase;
    font-size: 1.4rem; }

.meta-information {
  margin-bottom: 2rem;
  position: relative; }
  @media (min-width: 768px) {
    .meta-information {
      margin-bottom: 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .meta-information--on-timeline:before {
    position: absolute;
    left: -3.5rem;
    top: 0.8rem;
    content: "";
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background-color: #E26800; }
    @media (min-width: 768px) {
      .meta-information--on-timeline:before {
        left: -7rem;
        top: 50%;
        margin-top: -6px; } }
  .meta-information--subtitle {
    font-size: 1.6rem;
    display: block;
    color: #93969A;
    margin-bottom: 2px; }

.timeline__line {
  width: 1px;
  border-left: 1px dashed #C3C6CA;
  height: calc(100% + 2.5rem);
  position: absolute;
  left: 0.1rem;
  top: -2.5rem; }
  @media (min-width: 768px) {
    .timeline__line {
      left: -6.4rem; } }
  @media (min-width: 992px) {
    .timeline__line {
      top: 0; } }

.worldmap {
  position: relative;
  width: 1000px;
  height: 540px; }
  .worldmap-container {
    background-color: rgba(0, 132, 135, 0.1);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 1.4rem;
    max-width: 100%; }
    @media (max-width: 767px) {
      .worldmap-container {
        overflow-y: hidden;
        overflow-x: scroll; } }
    @media (min-width: 992px) {
      .worldmap-container {
        overflow: hidden; } }
    .worldmap-container-wrap {
      position: relative; }
      @media (max-width: 767px) {
        .worldmap-container-wrap {
          width: calc(100% + 6rem);
          margin-left: -3rem; } }
  .worldmap-background {
    fill: #008487;
    width: 110%;
    height: 110%; }
  .worldmap-locations {
    padding-left: 0;
    list-style: none; }
  .worldmap-location-item {
    position: absolute; }
  .worldmap-location--netherlands {
    left: 53%;
    top: 35%; }
  .worldmap-location--south_africa {
    left: 58%;
    top: 90%; }
  .worldmap-location--qatar {
    left: 66.5%;
    top: 54%; }
  .worldmap-location--thailand {
    left: 82.5%;
    top: 62.5%; }
  .worldmap-location--bali {
    left: 86.25%;
    top: 75.75%; }

.pointer {
  position: relative;
  color: #000000; }
  .pointer__pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .pointer__pulse--inner-dot {
      width: 1.4rem;
      height: 1.4rem;
      background-color: #DE3438;
      -webkit-box-shadow: 0 0 0 0.3rem rgba(222, 52, 56, 0.5);
      box-shadow: 0 0 0 0.3rem rgba(222, 52, 56, 0.5);
      border-radius: 50%; }
    .pointer__pulse-inner {
      position: relative;
      display: block;
      border-radius: 50px; }
      .pointer__pulse-inner--1 {
        width: 2.55rem;
        height: 2.55rem;
        -webkit-box-shadow: 0 0 0 0.3rem #ffffff;
        box-shadow: 0 0 0 0.3rem #ffffff;
        -webkit-animation: pulse 2s infinite;
        animation: pulse 2s infinite; }
      .pointer__pulse-inner--2 {
        width: 3.825rem;
        height: 3.825rem;
        -webkit-box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.5);
        -webkit-animation: pulse 2s infinite;
        animation: pulse 2s infinite; }
  .pointer__label {
    top: -2.55rem;
    position: absolute;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 0 1rem;
    font-size: 1.4rem;
    white-space: nowrap;
    font-weight: bold; }

.worldmap-location-list {
  padding-left: 0;
  list-style: none;
  visibility: hidden;
  position: absolute;
  left: -2rem;
  top: 1rem;
  background-color: transparent;
  padding: 1rem 2rem;
  border-radius: 3px;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, background-color 0.2s ease-in-out; }
  .worldmap-location-list:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    position: absolute;
    left: 12px;
    top: -8px; }
  .worldmap-location-list-item__link {
    position: relative;
    display: block;
    padding: 1rem 3rem 0.6rem 0;
    color: #005AA7;
    border-bottom: 1.5px solid #DBDEE2;
    font-weight: bold;
    text-decoration: none; }
    .worldmap-location-list-item__link:hover {
      border-color: #005AA7; }
      .worldmap-location-list-item__link:hover:after {
        right: 0.5rem; }
    .worldmap-location-list-item__link:after {
      font-family: "nhlstenden";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      top: 1.5rem;
      right: 1rem;
      font-size: 1rem;
      -webkit-transition: right 0.2s ease;
      transition: right 0.2s ease; }
  .pointer:hover .worldmap-location-list {
    opacity: 1;
    visibility: visible;
    background-color: #ffffff; }

.worldmap-instructions {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 10px 0 rgba(147, 150, 154, 0.5);
  box-shadow: 0 2px 10px 0 rgba(147, 150, 154, 0.5);
  background-color: #ffffff; }
  .worldmap-instructions__icon:before {
    margin-right: 1rem;
    display: block;
    width: 5.2rem;
    height: 5.2rem;
    padding-left: 0.2rem;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 2.6rem;
    line-height: 5.2rem; }
  .worldmap-instructions span {
    width: 120px;
    display: block; }

.overview-item {
  position: relative; }
  .overview-item--featured {
    padding-bottom: 5rem; }
    @media (max-width: 767px) {
      .overview-item--featured {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 4rem;
        padding-bottom: 10rem; } }
  .overview-item__title {
    color: #008487;
    font-size: 3.2rem;
    margin: 0; }
  .overview-item__content:hover .overview-item__subtitle:after,
  .overview-item__content:focus .overview-item__subtitle:after {
    color: #ffffff; }
  .overview-item__image {
    margin: 0 0 0 1rem;
    position: relative; }
    @media (max-width: 767px) {
      .overview-item__image img {
        max-height: 250px;
        width: auto; } }
  .overview-item--featured .overview-item__content-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    @media (max-width: 991px) {
      .overview-item--featured .overview-item__content-container {
        position: relative;
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%); } }
    @media (max-width: 767px) {
      .overview-item--featured .overview-item__content-container {
        position: absolute;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 90%; } }
  .overview-item__content {
    background-color: #ffffff;
    color: #626569;
    text-decoration: none; }
    .overview-item--featured .overview-item__content {
      display: block;
      padding: 3rem;
      margin: 0 2rem 0 0; }
      .overview-item--featured .overview-item__content:hover, .overview-item--featured .overview-item__content:focus {
        background-color: #008487;
        color: #ffffff; }
        .overview-item--featured .overview-item__content:hover .overview-item__title, .overview-item--featured .overview-item__content:focus .overview-item__title {
          color: #ffffff; }

.card-type-label {
  background-color: #008487;
  position: absolute;
  top: -2rem;
  left: 2rem;
  padding: 1.5rem;
  color: #ffffff;
  text-align: center; }
  .card-type-label i {
    font-size: 3.5rem;
    display: block;
    width: 3.5rem;
    height: 3.5rem; }

#apachesolr_infinite_scroll-ajax-loader {
  text-align: center; }

/**
 *  @_ipe.scss
 *  Styling to fix the panels ipe
 *
 */
.model-default,
.manualcrop-overlay {
  z-index: 999999 !important; }

div#panels-ipe-control-container {
  z-index: 999 !important; }

/**
* @file _ctoolpanels.scss
*
*/
/* ==========================================================================
Ctools fixes
========================================================================== */
.ctools-modal-content .form-item input,
.ctools-modal-content .form-item input.form-autocomplete {
  background-color: #DBDEE2; }

.ctools-modal-content button, .ctools-modal-content .button {
  font-size: 1.6rem;
  background-color: #DBDEE2;
  border: 1px solid #33393A;
  font-weight: bold;
  padding: 5px 10px; }

.ctools-modal-content .filter-guidelines {
  padding: 0; }

.ctools-modal-content .filter-wrapper .form-item {
  padding: 0; }

.ctools-modal-content .tips {
  padding-left: 12px; }

.ctools-modal-content tr.even {
  background: #faf9f9; }

.ctools-modal-content tr.odd {
  background: #ffffff; }

.ctools-modal-content tr.draggable td {
  padding: 20px; }

.ctools-modal-content .content-type-button div,
.ctools-modal-content .content-type-button span {
  top: 1px; }

.ctools-modal-content .close {
  opacity: 1;
  margin-top: 3px; }

div.ctools-modal-content .form-item label {
  width: 100%;
  clear: both;
  float: none; }

div.ctools-modal-content tr.odd .form-item, div.ctools-modal-content tr.even .form-item {
  white-space: normal;
  width: 100%; }

div.ctools-modal-content .link-field-column .form-text {
  width: 97%; }

div.ctools-modal-content tr.odd .form-item, div.ctools-modal-content tr.even .form-item {
  white-space: auto; }

div.ctools-modal-content .filter-wrapper {
  padding: 10px 0; }

/**
 *  @_multi-content.scss
 *  Short description describing the file.
 *
 *  Styling for the Multi content panel.
 */
.multi-content__text-wrapper {
  padding: 2.5rem 2rem;
  margin: -2rem 2rem 0;
  background-color: #ffffff;
  position: relative; }
  @media (min-width: 768px) {
    .multi-content__text-wrapper {
      padding: 3.5rem 4rem;
      margin-top: -3rem; } }
  .multi-content__text-wrapper--large {
    padding: 1.5rem; }
  .multi-content__text-wrapper--full-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    min-height: 90px;
    color: #626569; }
    .multi-content__text-wrapper--full-height:hover, .multi-content__text-wrapper--full-height:focus {
      color: #626569; }
  .multi-content__text-wrapper--narrow {
    padding: 2rem 1.5rem 2.5rem; }
    @media (min-width: 768px) {
      .multi-content__text-wrapper--narrow {
        padding: 2rem 3rem 3.5rem; } }
  .multi-content__text-wrapper--backdrop {
    margin-top: 40px; }
    .multi-content__text-wrapper--backdrop:before {
      background-color: #005AA7;
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      top: -40px;
      left: -20px;
      z-index: -1;
      width: calc(100% + 20px);
      height: 145px; }
      .block-color--tertiary .multi-content__text-wrapper--backdrop:before {
        background-color: #008487; }
  .multi-content__text-wrapper-content {
    margin-bottom: 2rem; }

.multi-content__title--small {
  font-size: 1.6rem;
  margin-bottom: 3px; }

.multi-content__title a {
  text-decoration: none;
  display: block; }

.multi-content__title span {
  font-weight: normal;
  font-size: 1.8rem;
  color: #626569;
  display: block; }

.multi-content__title-container {
  margin-bottom: 1rem;
  margin-top: auto;
  font-size: 1.4rem; }

.multi-content__image {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .multi-content__image--with-label {
    margin-top: 2rem; }
  .multi-content__image .card-type-label {
    left: 1.5rem; }
  @media (max-width: 767px) {
    .multi-content__image img {
      max-height: 200px;
      -o-object-fit: cover;
      object-fit: cover; } }

.multi-content--sticky img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover; }

.multi-content__border-animation {
  width: 100%;
  background: #DBDEE2; }
  .multi-content__border-animation span {
    width: 0;
    background-color: #008487;
    left: 0; }
    .multi-content__item:hover .multi-content__border-animation span,
    .multi-content__item:focus .multi-content__border-animation span {
      width: 100%; }

.multi-content__border-animation,
.multi-content__border-animation span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  display: block;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out; }

.subtitle--arrow-right {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-right: 2rem; }
  .subtitle--arrow-right:after {
    font-family: "nhlstenden";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    font-size: 1.4rem;
    color: #008487; }

/**
 *  @_single-content.scss
 *  Short description describing the file.
 *
 *  Styling for the Single content panel.
 */
.single-content {
  /* Sfeer afbeelding breakout styling to break out of it's column only on 1200px and up */
  /* Back drop used for interview teasers */ }
  .single-content__content {
    position: relative;
    padding: 2.5rem 2rem 0;
    margin: -2rem 2rem 0;
    background-color: #ffffff; }
    @media (min-width: 576px) {
      .single-content__content {
        padding: 3.5rem 4rem 0;
        margin-top: -6rem; } }
    @media (min-width: 768px) {
      .single-content__content {
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 992px) {
      .single-content__content {
        padding: 4.5rem 5rem 0;
        margin-top: -10rem; } }
  .single-content__image {
    text-align: center; }
    .single-content__image img {
      -o-object-fit: cover;
      object-fit: cover;
      max-height: 250px; }
      .objectfit .single-content__image img {
        width: 100%; }
      @media (min-width: 768px) {
        .single-content__image img {
          max-height: 450px; } }
    .single-content__image--backdrop-left:before {
      background-color: #005AA7;
      content: "";
      position: absolute;
      bottom: inherit;
      right: inherit;
      top: -10px;
      left: -20px;
      z-index: -1;
      width: 50%;
      height: 40%; }
      @media (min-width: 768px) {
        .single-content__image--backdrop-left:before {
          background-color: #005AA7;
          content: "";
          position: absolute;
          bottom: inherit;
          right: inherit;
          top: -20px;
          left: -30px;
          z-index: -1;
          width: 50%;
          height: 40%; } }
    .single-content__image--backdrop-right:before {
      background-color: #005AA7;
      content: "";
      position: absolute;
      bottom: inherit;
      right: -20px;
      top: -10px;
      left: inherit;
      z-index: -1;
      width: 50%;
      height: 40%; }
      @media (min-width: 768px) {
        .single-content__image--backdrop-right:before {
          background-color: #005AA7;
          content: "";
          position: absolute;
          bottom: inherit;
          right: -30px;
          top: -20px;
          left: inherit;
          z-index: -1;
          width: 50%;
          height: 40%; } }
    .single-content__image--backdrop-left, .single-content__image--backdrop-right {
      display: inline-block;
      margin-top: 1rem;
      position: relative; }
      @media (min-width: 768px) {
        .single-content__image--backdrop-left, .single-content__image--backdrop-right {
          margin-top: 2rem; } }
      .block-color--tertiary .single-content__image--backdrop-left:before, .block-color--tertiary .single-content__image--backdrop-right:before {
        background-color: #008487; }
  @media (min-width: 992px) {
    .single-content--breakout {
      position: relative;
      margin-left: -60%;
      margin-right: -14%;
      z-index: 0; } }
  @media (min-width: 992px) {
    .single-content--interview {
      margin-left: -5rem; } }
  .single-content--interview .single-content__image {
    margin-left: 5rem; }
    .single-content--interview .single-content__image--backdrop-large:before {
      background-color: #008487;
      content: "";
      position: absolute;
      bottom: inherit;
      right: inherit;
      top: -20px;
      left: -80px;
      z-index: -1;
      width: 80%;
      height: 100%; }
      @media (max-width: 991px) {
        .single-content--interview .single-content__image--backdrop-large:before {
          left: -70px; } }
  .single-content--interview .single-content__content {
    margin-top: -20rem; }
    @media (max-width: 991px) {
      .single-content--interview .single-content__content {
        margin-top: -10rem; } }

/* ==========================================================================
Photo Gallery
========================================================================== */
.photo-gallery-preview .item {
  float: right;
  width: 28%;
  margin: 0 0 12px;
  position: relative; }
  .photo-gallery-preview .item .item-title {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    padding: 2rem 3rem;
    bottom: 0;
    left: 0;
    width: 100%; }
  .photo-gallery-preview .item.medium {
    float: left;
    margin: 0;
    margin-bottom: 1rem;
    padding-right: 1.5rem;
    width: 72%; }
    @media (min-width: 768px) {
      .photo-gallery-preview .item.medium {
        padding-right: 3rem;
        margin-bottom: 2.5rem; } }
    .photo-gallery-preview .item.medium a {
      position: relative;
      display: block; }
      .photo-gallery-preview .item.medium a:before {
        background-color: #005AA7;
        content: "";
        position: absolute;
        bottom: -10px;
        right: inherit;
        top: inherit;
        left: -20px;
        z-index: -1;
        width: 90%;
        height: 80%; }
        @media (min-width: 768px) {
          .photo-gallery-preview .item.medium a:before {
            background-color: #005AA7;
            content: "";
            position: absolute;
            bottom: -25px;
            right: inherit;
            top: inherit;
            left: -40px;
            z-index: -1;
            width: 90%;
            height: 80%; } }
        .block-color--tertiary .photo-gallery-preview .item.medium a:before {
          background-color: #008487; }
  .photo-gallery-preview .item.large {
    float: none;
    width: 100%;
    margin: 0; }
    @media (max-width: 991px) {
      .photo-gallery-preview .item.large {
        max-width: 100%;
        margin: 0; } }
  .photo-gallery-preview .item:last-child {
    margin: 0; }
  .photo-gallery-preview .item img {
    display: block; }
  .photo-gallery-preview .item.open-modal a {
    display: block; }
    .photo-gallery-preview .item.open-modal a:before {
      -webkit-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
      background-color: rgba(0, 90, 167, 0.7);
      content: "";
      width: 100%;
      height: 100%;
      position: absolute; }
      .block-color--tertiary .photo-gallery-preview .item.open-modal a:before {
        background-color: rgba(0, 132, 135, 0.7); }
    .photo-gallery-preview .item.open-modal a:hover:before, .photo-gallery-preview .item.open-modal a:focus:before {
      background-color: #005aa7; }
      .block-color--tertiary .photo-gallery-preview .item.open-modal a:hover:before, .block-color--tertiary .photo-gallery-preview .item.open-modal a:focus:before {
        background-color: #008487; }
  .photo-gallery-preview .item .more {
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 10;
    font-size: 4rem;
    font-weight: bold;
    width: 100%; }
    @media (min-width: 768px) {
      .photo-gallery-preview .item .more {
        font-size: 8rem; } }
    .photo-gallery-preview .item .more--magnifier:before {
      font-family: "nhlstenden";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 3.2rem;
      content: "";
      color: #ffffff;
      position: relative;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%; }
      @media (min-width: 768px) {
        .photo-gallery-preview .item .more--magnifier:before {
          font-size: 5.2rem; } }

.pane-bundle-foto-album .modal-header {
  margin-bottom: 3rem; }

.pane-bundle-foto-album .photo-gallery {
  width: 100% !important;
  text-align: left;
  height: auto; }
  .pane-bundle-foto-album .photo-gallery .rsOverflow .rsContainer .rsContent img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    position: relative;
    display: block; }
  .pane-bundle-foto-album .photo-gallery .rsOverflow .rsContainer .rsContent h2 {
    margin: 3rem 0; }
  .pane-bundle-foto-album .photo-gallery .rsOverflow .rsArrow {
    max-height: 465px;
    width: 70px;
    min-height: 100%;
    background-color: rgba(255, 255, 255, 0.6); }
    @media (max-width: 767px) {
      .pane-bundle-foto-album .photo-gallery .rsOverflow .rsArrow {
        max-height: 322px;
        width: 70px; } }
  .pane-bundle-foto-album .photo-gallery .rsThumbs {
    display: block;
    position: relative;
    margin-top: 3.5rem; }
    @media (max-width: 767px) {
      .pane-bundle-foto-album .photo-gallery .rsThumbs {
        margin-top: 0; } }
    .pane-bundle-foto-album .photo-gallery .rsThumbs .rsThumb .rsTmb {
      height: 100%;
      text-align: center; }
      .pane-bundle-foto-album .photo-gallery .rsThumbs .rsThumb .rsTmb img {
        height: 100%;
        min-width: 100%;
        width: auto;
        max-width: none;
        opacity: 0.6;
        filter: alpha(opacity=60);
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      .pane-bundle-foto-album .photo-gallery .rsThumbs .rsThumb .rsTmb:hover img {
        opacity: 0.8;
        filter: alpha(opacity=80); }
    .pane-bundle-foto-album .photo-gallery .rsThumbs .rsThumb.rsNavSelected {
      background-color: transparent; }
      .pane-bundle-foto-album .photo-gallery .rsThumbs .rsThumb.rsNavSelected .rsTmb img {
        opacity: 1;
        filter: alpha(opacity=100); }
    .pane-bundle-foto-album .photo-gallery .rsThumbs .rsThumbsArrow:before {
      display: block;
      height: 13px;
      width: 16px;
      margin-top: -8px;
      margin-left: -8px;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      font-family: "nhlstenden";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      color: #ffffff; }
    .pane-bundle-foto-album .photo-gallery .rsThumbs .rsThumbsArrow.rsThumbsArrowLeft:before {
      content: "";
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }
    .pane-bundle-foto-album .photo-gallery .rsThumbs .rsThumbsArrow.rsThumbsArrowRight:before {
      content: ""; }
  .pane-bundle-foto-album .photo-gallery.has-image-title .rsArrow {
    min-height: calc(100% - 104px);
    height: auto; }
    @media (max-width: 767px) {
      .pane-bundle-foto-album .photo-gallery.has-image-title .rsArrow {
        min-height: calc(100% - 93px); } }

/**
 *  @_quick-links.scss
 *  Short description describing the file.
 *
 *  Quick links commonly used in combination with a large page header.
 */
.quick-links-container {
  position: relative;
  z-index: 25; }

.quick-links__wrapper {
  position: relative;
  background-color: #ffffff; }
  @media (min-width: 992px) {
    .quick-links__wrapper {
      margin-bottom: -30px; } }

.quick-links__item-wrapper {
  background-color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 3px solid #DBDEE2;
  height: 100%; }
  @media (min-width: 992px) {
    .quick-links__item-wrapper {
      padding-top: 4rem;
      padding-bottom: 2rem;
      border: none; } }
  .quick-links__item-wrapper a {
    margin-top: auto; }

.quick-links__body {
  margin-bottom: 2rem; }

.quick-links__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 992px) {
    .quick-links__item {
      margin: 0 6rem 0 0; } }

.pane-vacancy-info .item {
  margin-bottom: 2rem;
  color: #626569; }
  .pane-vacancy-info .item .item-label {
    font-weight: bold; }

/**
 *  @_usp.scss
 *  Short description describing the file.
 *
 *  USP panel styling.
 */
.usp__item {
  position: relative;
  padding-left: 6rem;
  padding-right: 2rem;
  margin-bottom: 2rem; }

@media (min-width: 768px) and (max-width: 991px) {
  .usp__item {
    padding-left: 6rem; } }
  @media (min-width: 768px) {
    .usp__item {
      margin-bottom: 0;
      padding-left: 7rem; } }

.usp__icon {
  position: absolute;
  font-size: 4rem;
  left: 0;
  top: 0;
  color: #005AA7; }
  .usp__icon i {
    display: block; }
  @media (min-width: 768px) {
    .usp__icon {
      font-size: 5rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .usp__title {
    font-size: 2.2rem; } }

/**
 *  @_background.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.background--primary, .background--tertiary {
  color: #ffffff; }
  .background--primary h2, .background--primary h3, .background--primary h4, .background--primary h5, .background--primary .icon, .background--primary blockquote, .background--primary a, .background--primary label, .background--primary .option, .background--primary .option:before, .background--primary .option:after, .background--primary .form-radio:focus + label, .background--primary .form-radio:focus + label:before, .background--tertiary h2, .background--tertiary h3, .background--tertiary h4, .background--tertiary h5, .background--tertiary .icon, .background--tertiary blockquote, .background--tertiary a, .background--tertiary label, .background--tertiary .option, .background--tertiary .option:before, .background--tertiary .option:after, .background--tertiary .form-radio:focus + label, .background--tertiary .form-radio:focus + label:before {
    border-color: #ffffff;
    color: #ffffff; }
  .background--primary .form-radio:focus + label:after, .background--tertiary .form-radio:focus + label:after {
    background-color: #ffffff; }

.background--primary {
  background-color: #005AA7;
  border-color: #005AA7; }

.background--tertiary {
  background-color: #008487;
  border-color: #008487; }

.background--dots {
  background-image: url(../images/design/dots.svg);
  background-size: cover; }

.background--backdrop {
  position: relative;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .background--backdrop {
      margin-top: 45px; } }
  .background--backdrop:before {
    background-color: #F3F4F5;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: -30px;
    left: -15px;
    z-index: -1;
    width: 100%;
    height: 100%; }
    @media (min-width: 768px) {
      .background--backdrop:before {
        background-color: #F3F4F5;
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        top: -40px;
        left: -25px;
        z-index: -1;
        width: 100%;
        height: 100%; } }

.background--gray {
  background: #33393A;
  color: #ffffff; }
  .background--gray-10 {
    background: #F3F4F5;
    color: #ffffff; }
  .background--gray-opacity-10 {
    background: rgba(51, 57, 58, 0.1);
    color: white; }

.background--black {
  background: #000000;
  color: #ffffff; }
  .background--black-opacity-10 {
    background: rgba(0, 0, 0, 0.1);
    color: white; }

.background--block-offset {
  padding: 3rem; }
  @media (min-width: 768px) {
    .background--block-offset {
      padding: 4rem; } }
  .background--block-offset .background--block-offset {
    padding: 0; }

.background--image {
  border: none;
  position: relative; }
  .background--image > * {
    position: relative;
    z-index: 2; }

.background--emphasized {
  background-color: #005AA7;
  width: 100%;
  height: 24rem;
  position: absolute;
  bottom: 0;
  z-index: -1;
  margin-bottom: -6.8rem; }
  @media (max-width: 991px) {
    .background--emphasized {
      height: 36rem; } }

.has-background {
  position: relative; }

/**
 *  @_ui.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.ui-front {
  z-index: 10001 !important; }

/**
 *  @_modal.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.modal-backdrop {
  background-color: #33393A;
  z-index: 3000; }
  .modal-backdrop.show {
    opactiy: 0.34; }

.custom-modal {
  z-index: 4000; }
  .custom-modal .modal-dialog {
    max-width: 1120px;
    margin: 0 auto;
    padding: 2rem;
    width: 100%; }
    @media (min-width: 576px) {
      .custom-modal .modal-dialog {
        padding: 4rem; } }
  .custom-modal .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 2.5rem; }
    @media (min-width: 768px) {
      .custom-modal .modal-content {
        padding: 8rem; } }
    @media (min-width: 992px) {
      .custom-modal .modal-content {
        padding: 10rem 14rem; } }
    .custom-modal .modal-content .modal-body {
      padding: 0; }
    .custom-modal .modal-content .modal-header {
      border: 0;
      padding: 0;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .custom-modal .modal-content .modal-header {
          margin-bottom: 2rem; } }
    .custom-modal .modal-content .model-body {
      padding: 0; }
  .custom-modal .close {
    -webkit-appearance: none;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: #005AA7;
    display: inline-block;
    height: 24px;
    width: 24px;
    padding: 0;
    opacity: 1;
    top: 0;
    right: 0;
    position: relative; }
    @media (min-width: 768px) {
      .custom-modal .close {
        top: -30px;
        right: -50px; } }
    .custom-modal .close:focus {
      outline: none; }
    .custom-modal .close i {
      font-size: 1.4rem;
      margin-top: -8px; }
      @media (min-width: 768px) {
        .custom-modal .close i {
          font-size: 2.4rem; } }

/**
* @file _datepicker.scss
* The datepicker.scss skinning of the jQuery UI datepicker
*
* This file DOENST get compiled on its own but gets imported into the main.scss
*/
/* ==========================================================================
Default styling
========================================================================== */
#ui-datepicker-div {
  font-size: 1.6rem;
  background-color: #ffffff;
  padding: 10px;
  display: none;
  border: none;
  width: auto !important;
  max-width: calc(100% - 40px);
  position: absolute;
  left: 0;
  margin: 5px 0 0 0;
  border: 1px solid #000000;
  z-index: 1501 !important; }
  @media (max-width: 767px) {
    #ui-datepicker-div {
      max-width: calc(100% - 80px);
      right: 20px; } }

.ui-datepicker-trigger {
  display: inline-block;
  background: none;
  border: none;
  height: 25px;
  width: 30px;
  margin: -5px 0 0;
  overflow: hidden; }
  .ui-datepicker-trigger:before {
    font-family: "nhlstenden";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    font-size: 18px;
    color: #000000; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  color: #000000;
  border: 1px solid #33393A;
  font-weight: normal; }

/* Date Picker Default Styles */
.ui-datepicker {
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 0; }
  .ui-datepicker .ui-datepicker-buttonpane {
    display: none; }
  .ui-datepicker * {
    padding: 0;
    border-radius: 0; }
  .ui-datepicker table {
    border: none;
    margin: 0; }
  .ui-datepicker .ui-datepicker-header {
    border: none;
    background: #ffffff;
    font-weight: normal;
    padding-top: 0;
    color: #000000; }
    .ui-datepicker .ui-datepicker-header .ui-state-hover {
      background: #ffffff;
      border-color: transparent;
      cursor: pointer;
      border-radius: 0; }
  .ui-datepicker thead {
    background: #ffffff; }
  .ui-datepicker .ui-datepicker-title {
    margin-top: 0;
    margin-bottom: .3em;
    font-weight: bold; }
  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover,
  .ui-datepicker .ui-datepicker-next,
  .ui-datepicker .ui-datepicker-prev {
    height: 1em;
    top: .9em;
    text-align: center;
    border: none; }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px; }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 2px; }
  .ui-datepicker .ui-datepicker-prev {
    top: 1.1em; }
  .ui-datepicker .ui-datepicker-next span,
  .ui-datepicker .ui-datepicker-prev span {
    background: none !important;
    display: none !important; }
  .ui-datepicker .ui-datepicker-prev span {
    background-position: -96px 0; }
  .ui-datepicker th {
    padding: 5px 10px;
    font-weight: normal;
    border: none; }
  .ui-datepicker td {
    background: #ffffff;
    border: none;
    padding: 0; }
    .ui-datepicker td .ui-state-default {
      background: #ffffff;
      border: none;
      text-align: center;
      padding: 5px 10px;
      margin: 0;
      font-weight: normal;
      color: #333;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media (max-width: 767px) {
        .ui-datepicker td .ui-state-default {
          padding: 2px 8px;
          right: 20px; } }
    .ui-datepicker td .ui-state-active,
    .ui-datepicker td .ui-state-hover {
      background: #33393A;
      color: #ffffff; }
    .ui-datepicker td a:hover {
      text-decoration: none;
      color: #ffffff; }
  .ui-datepicker td.ui-state-disabled,
  .ui-datepicker td.ui-state-disabled .ui-state-default {
    opacity: 1;
    color: #999; }
  .ui-datepicker .ui-corner-all:before {
    font-family: "nhlstenden";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4rem;
    color: #000000;
    position: absolute;
    top: -6px; }
  .ui-datepicker .ui-corner-all.ui-datepicker-next:before {
    content: "";
    right: 5px; }
  .ui-datepicker .ui-corner-all.ui-datepicker-prev:before {
    content: "";
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    left: 5px; }

/**
* @file _forms.scss
* Form styling
*
*/
input:focus,
input,
select:focus,
select,
textarea,
textarea:focus {
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-modify: read-write-plaintext-only; }

.form-required {
  color: #DE3438; }

/* ==========================================================================
   GENERAL
   ========================================================================== */
form .form-items--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 768px) {
    form .form-items--horizontal .form-label, form .form-items--horizontal .form-item {
      margin: 0 2rem 0 0;
      white-space: nowrap; }
    form .form-items--horizontal .form-item label {
      margin-bottom: 0; } }
  @media (max-width: 991px) {
    form .form-items--horizontal {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      form .form-items--horizontal .form-label, form .form-items--horizontal .form-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 0.5rem; } }

form .form-item {
  margin-bottom: 2rem;
  position: relative; }
  form .form-item + .messages {
    margin-top: -1.5rem; }
  form .form-item label {
    font-weight: bold;
    font-size: 1.6rem; }
  form .form-item .form-item label {
    font-weight: normal;
    display: inline;
    font-size: 1.8rem; }
  form .form-item.webform-component-address .form-item label {
    font-weight: bold;
    font-size: 1.8rem; }

form .webform-component-fieldset {
  width: 100%; }
  form .webform-component-fieldset legend {
    padding: 10px 0; }
  form .webform-component-fieldset.collapsible .fieldset-legend {
    position: relative;
    padding-left: 20px !important;
    background: none !important; }
    form .webform-component-fieldset.collapsible .fieldset-legend:before {
      font-family: "nhlstenden";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      position: absolute;
      left: 0;
      top: 6px;
      content: "";
      margin-right: 8px;
      font-size: 12px;
      color: #005AA7; }
  form .webform-component-fieldset.collapsible.collapsed {
    height: auto; }

form label {
  color: #000000;
  display: block; }

form input,
form textarea,
form .form-select {
  font-family: "CeraPro";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #C3C6CA;
  font-size: 1.6rem;
  padding: 12px 18px;
  outline: 0;
  width: 100%;
  max-width: 100%;
  min-height: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .filters-emphasized form input, .filters-emphasized
  form textarea, .filters-emphasized
  form .form-select {
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding-right: 4rem; }
    .filters-emphasized form input option, .filters-emphasized
    form textarea option, .filters-emphasized
    form .form-select option {
      color: #626569; }
  form input.error,
  form textarea.error,
  form .form-select.error {
    background-color: rgba(226, 104, 0, 0.1);
    border: 2px solid #E26800 !important;
    padding: 10px 18px; }
  form input:disabled, form input[readonly="readonly"], form input[readonly],
  form textarea:disabled,
  form textarea[readonly="readonly"],
  form textarea[readonly],
  form .form-select:disabled,
  form .form-select[readonly="readonly"],
  form .form-select[readonly] {
    background-color: #F3F4F5;
    color: #93969A; }
  form input:hover,
  form textarea:hover,
  form .form-select:hover {
    border-color: #93969A; }
  form input:focus, form input:active,
  form textarea:focus,
  form textarea:active,
  form .form-select:focus,
  form .form-select:active {
    border-color: #005AA7; }
    .filters-emphasized form input:focus, .filters-emphasized form input:active, .filters-emphasized
    form textarea:focus, .filters-emphasized
    form textarea:active, .filters-emphasized
    form .form-select:focus, .filters-emphasized
    form .form-select:active {
      border-color: #ffffff; }
  form input::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder,
  form .form-select::-webkit-input-placeholder {
    font-family: "CeraPro";
    font-weight: bold; }
  form input::-moz-placeholder,
  form textarea::-moz-placeholder,
  form .form-select::-moz-placeholder {
    font-family: "CeraPro";
    font-weight: bold; }
  form input::-ms-input-placeholder,
  form textarea::-ms-input-placeholder,
  form .form-select::-ms-input-placeholder {
    font-family: "CeraPro";
    font-weight: bold; }
  form input::placeholder,
  form textarea::placeholder,
  form .form-select::placeholder {
    font-family: "CeraPro";
    font-weight: bold; }

form input, form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .filters-emphasized form input, .filters-emphasized form textarea {
    background-color: rgba(0, 0, 0, 0.15);
    border: none;
    border-bottom: 2px solid #ffffff;
    color: #ffffff; }
    .filters-emphasized form input::-webkit-input-placeholder, .filters-emphasized form textarea::-webkit-input-placeholder {
      color: #ffffff; }
    .filters-emphasized form input::-moz-placeholder, .filters-emphasized form textarea::-moz-placeholder {
      color: #ffffff; }
    .filters-emphasized form input::-ms-input-placeholder, .filters-emphasized form textarea::-ms-input-placeholder {
      color: #ffffff; }
    .filters-emphasized form input::placeholder, .filters-emphasized form textarea::placeholder {
      color: #ffffff; }

form input.small,
form .form-select-wrap.small,
form .webform-datepicker.small,
form .form-checkboxes.small,
form .form-radios.small {
  width: 25%; }

form input.medium,
form .form-select-wrap.medium,
form .webform-datepicker.medium,
form .form-checkboxes.medium,
form .form-radios.medium {
  width: 45%; }

form .description {
  font-size: 1.4rem;
  color: #33393A;
  margin-top: 0.2rem; }

form .form-actions {
  text-align: right; }

.form-checkboxes::after,
.form-radios::after {
  display: block;
  content: "";
  clear: both; }

.one-row .form-checkboxes .form-item, .one-row
.form-radios .form-item {
  display: inline-block;
  margin: 0 15px 0 0;
  width: auto; }

.no-touch select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* ==========================================================================
   WEBFORM OVERRIDES
   ========================================================================== */
.webform-client-form .webform-datepicker .webform-calender-wrap {
  display: none;
  top: 0.5rem;
  position: relative;
  margin: 14px 0 0 0;
  height: 20px;
  width: 20px;
  overflow: hidden; }
  .webform-client-form .webform-datepicker .webform-calender-wrap:before {
    font-family: "nhlstenden";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    height: 20px;
    width: 20px;
    content: ""; }
  .webform-client-form .webform-datepicker .webform-calender-wrap input {
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -999px;
    min-height: 0; }

@media (min-width: 768px) {
  .webform-client-form .webform-datepicker .form-item, .webform-client-form .webform-datepicker .webform-calender-wrap {
    display: inline-block;
    margin: 0 10px 0 0;
    width: auto;
    padding-right: 0; } }

.webform-client-form .webform-datepicker .chosen-single {
  min-width: 140px; }

/* ==========================================================================
   CHECKBOX/RADIO General + error
   ========================================================================== */
.form-radio + label:before, .form-radio + label:after,
.form-checkbox + label:before,
.form-checkbox + label:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.form-radio.error + label:before,
.form-checkbox.error + label:before {
  background-color: rgba(226, 104, 0, 0.1);
  border-color: #E26800; }

.form-radio[disabled="disabled"] + label,
.form-checkbox[disabled="disabled"] + label {
  color: #999c9d; }
  .form-radio[disabled="disabled"] + label:before,
  .form-checkbox[disabled="disabled"] + label:before {
    border-color: #33393A; }
  .form-radio[disabled="disabled"] + label:hover,
  .form-checkbox[disabled="disabled"] + label:hover {
    color: #999c9d; }
    .form-radio[disabled="disabled"] + label:hover:before,
    .form-checkbox[disabled="disabled"] + label:hover:before {
      border-color: #33393A !important; }

/* ==========================================================================
   CHECKBOX STYLING
   ========================================================================== */
.form-checkbox {
  line-height: 0;
  height: 0;
  position: absolute;
  width: 0;
  left: -9999px; }
  .form-checkbox + label {
    padding: 1px 0 0 26px; }
    .form-checkbox + label:before {
      background-color: #ffffff;
      border: 2px solid #C3C6CA;
      padding: 6px;
      margin-right: 8px;
      left: 0;
      top: 6px; }
    .form-checkbox + label:after {
      font-family: "nhlstenden";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 1.4rem;
      left: 3px;
      top: 5px;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
  .form-checkbox:checked + label .active-link-options {
    display: none; }
  .form-checkbox:checked + label:before {
    border-color: #33393A; }
  .form-checkbox:checked + label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .form-checkbox:focus + label {
    color: #005AA7; }
    .form-checkbox:focus + label:before {
      border-color: #005AA7; }
    .form-checkbox:focus + label:after {
      color: #005AA7; }

/* ==========================================================================
   RADIO BUTTON STYLING
   ========================================================================== */
.form-radio {
  line-height: 0;
  height: 0;
  position: absolute;
  width: 0;
  left: -9999px; }
  .form-radio + label {
    padding-left: 22px; }
    .form-radio + label:before, .form-radio + label:after {
      border-radius: 50px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .form-radio + label:before {
      padding: 2px;
      height: 16px;
      width: 16px;
      top: 4px;
      left: 0;
      border: 2px solid #C3C6CA; }
    .form-radio + label:after {
      background-color: #33393A;
      top: 8px;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      left: 4px;
      height: 8px;
      width: 8px; }
      .background--primary .form-radio + label:after {
        background-color: #ffffff; }
  .form-radio:focus + label {
    color: #005AA7; }
    .form-radio:focus + label:before {
      border-color: #005AA7; }
    .form-radio:focus + label:after {
      background-color: #005AA7;
      border-color: #005AA7; }
  .form-radio:checked + label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/* Shared between radio and checkbox */
.form-checkboxes .form-item,
.form-radios .form-item {
  margin: 0 0 2px; }
  .form-checkboxes .form-item input + label,
  .form-radios .form-item input + label {
    -webkit-transition: color 0.2s ease-in-out !important;
    transition: color 0.2s ease-in-out !important;
    cursor: pointer;
    position: relative;
    display: block;
    vertical-align: middle; }
  .form-checkboxes .form-item:last-child,
  .form-radios .form-item:last-child {
    margin: 0; }
    .form-checkboxes .form-item:last-child label,
    .form-radios .form-item:last-child label {
      margin: 0; }

/* ==========================================================================
   SELECT STYLING
   ========================================================================== */
.no-touch .form-select-wrap {
  background-color: #636c72;
  position: relative;
  display: block !important; }
  .no-touch .form-select-wrap select {
    background: transparent;
    display: block;
    position: relative;
    z-index: 100; }

/* ==========================================================================
   AUTOCOMPLETE
   ========================================================================== */
/* General */
html.js input.form-autocomplete {
  background-color: transparent;
  background-position: 219px -50px;
  background-repeat: no-repeat;
  background-image: image-url("design/loader.gif"); }
  html.js input.form-autocomplete.throbbing {
    background-position: right 20px top 25px; }

html.js header input.form-autocomplete.throbbing {
  background-position: right 20px top 8px; }

/* Autocomplete results */
.ac_results {
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: rgba(51, 57, 58, 0.9);
  min-width: 218px;
  width: 100% !important;
  padding: 4px 14px 14px;
  z-index: 990;
  top: 60px !important;
  left: 0 !important; }
  .ac_results ul {
    padding: 0 !important;
    margin: 0 !important; }
    .ac_results ul li {
      background-color: transparent;
      color: #000000;
      padding: 10px 12px !important;
      cursor: pointer;
      min-width: 185px; }
      .ac_results ul li:hover, .ac_results ul li.ac_odd:hover {
        position: relative;
        background-color: #636c72; }
        .ac_results ul li:hover:after, .ac_results ul li.ac_odd:hover:after {
          font-family: "nhlstenden";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: block;
          content: "";
          position: absolute;
          top: 10px;
          right: 10px; }
      .ac_results ul li.ac_odd {
        background: none; }

/**
 *  @_facets.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.panel-pane-facets .block-facets {
  margin: 0 0 -1px !important;
  padding: 3rem 3rem 0; }
  @media (min-width: 768px) {
    .panel-pane-facets .block-facets {
      padding: 4rem 4rem 0; } }

.panel-pane-facets:last-child .block-facets {
  padding-bottom: 4rem; }

.panel-pane-facets.filters-emphasized .block-facets {
  padding: 0; }

.facetapi-facetapi-checkbox-links {
  padding-left: 0;
  list-style: none;
  margin: 0; }

/* ==========================================================================
   FACET API CHECKBOX
   ========================================================================== */
.facetapi-facetapi-checkbox-links .active-non-link {
  display: none; }

.facetapi-facetapi-checkbox-links .facet-inactive {
  opacity: 0.4; }

.facetapi-facetapi-checkbox-links .item-list {
  margin: 2px 0 1rem 0.8rem; }
  .facetapi-facetapi-checkbox-links .item-list ul {
    padding: 0 !important;
    margin: 0; }
    .facetapi-facetapi-checkbox-links .item-list ul li {
      font-size: 1.6rem;
      display: block; }

input.facetapi-checkbox {
  display: none; }
  input.facetapi-checkbox + a {
    display: block;
    padding: 1px 0 0 26px;
    position: relative;
    text-decoration: none;
    color: #000000; }
    input.facetapi-checkbox + a:before, input.facetapi-checkbox + a:after {
      content: "";
      display: block;
      position: absolute;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    input.facetapi-checkbox + a:before {
      background-color: #ffffff;
      border: 2px solid #C3C6CA;
      padding: 6px;
      margin-right: 8px;
      left: 0;
      top: 5px; }
  input.facetapi-checkbox:checked + a {
    color: #005AA7;
    display: block !important;
    margin: 0; }
    input.facetapi-checkbox:checked + a .active-link-options {
      display: none; }
    input.facetapi-checkbox:checked + a:after {
      font-family: "nhlstenden";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 1.4rem;
      left: 3px;
      top: 4px; }

@media (max-width: 991px) {
  .facet__content {
    display: block;
    max-height: 0;
    overflow: hidden; }
    .filters-emphasized .facet__content {
      max-height: none; }
    .active ~ .facet__content {
      max-height: 1000px; } }

.facet__toggle {
  color: #000000; }
  @media (max-width: 991px) {
    .facet__toggle {
      position: relative; }
      .facet__toggle:before {
        font-family: "nhlstenden";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        top: 0.5rem;
        right: 0;
        cursor: pointer;
        font-size: 1.4rem;
        -webkit-transform: rotate(90deg) scaleX(1);
        -ms-transform: rotate(90deg) scaleX(1);
        transform: rotate(90deg) scaleX(1);
        -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
      .facet__toggle.active:before {
        -webkit-transform: rotate(90deg) scaleX(-1);
        -ms-transform: rotate(90deg) scaleX(-1);
        transform: rotate(90deg) scaleX(-1); }
      .facet__toggle:hover:before {
        top: 0.7rem; } }

/**
 *  @_select
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
/**
 *  General select styling
 */
.form-select::-ms-expand {
  display: none; }

.form-select .from-label {
  display: none; }

.form-style-select {
  display: block; }

/**
 *  Custom select styling
 */
.form-select-wrap {
  padding: 0;
  position: relative; }
  .form-select-wrap .form-select {
    color: #000000;
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding-right: 6rem;
    width: 100%; }
    .form-select-wrap .form-select:hover + .form-select-wrap__trigger {
      border-left-color: #93969A; }
    .form-select-wrap .form-select:focus + .form-select-wrap__trigger, .form-select-wrap .form-select:active + .form-select-wrap__trigger {
      border-left-color: #005AA7;
      color: #005AA7; }
    .form-select-wrap .form-select[disabled="disabled"] + .form-select-wrap__trigger {
      z-index: 2; }
  .form-select-wrap__trigger {
    border-left: 1px solid #C3C6CA;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    margin-top: -15px;
    height: 30px;
    width: 5rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none; }
    .filters-emphasized .form-select-wrap__trigger {
      border: none; }
    .form-select-wrap__trigger-icon {
      font-size: 1rem;
      position: absolute;
      -webkit-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
      transform: rotate(-270deg);
      top: 50%;
      right: 50%;
      margin-right: -0.3rem;
      margin-top: -0.6rem; }

/**
 *  @_search.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.search-totals {
  padding-bottom: 2rem;
  margin-bottom: 3.4rem;
  border-bottom: 3px solid #F3F4F5; }

.main-content .search-form__wrapper {
  background-color: #005AA7;
  padding: 3rem; }
  @media (min-width: 992px) {
    .main-content .search-form__wrapper {
      margin: -3rem -7rem 3.4rem;
      padding: 4rem 7rem;
      z-index: 100; } }

.search-form__container {
  position: relative; }

.search-form__wrapper {
  position: relative;
  margin-bottom: 3.4rem; }

.search-form__button {
  color: #000000;
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -8px; }
  .search-form__alternative .search-form__button {
    color: #ffffff;
    right: 0; }
  .filters-emphasized .search-form__button {
    color: #ffffff; }

.search-form__input-text {
  padding-right: 5rem; }
  .search-form__alternative .search-form__input-text {
    color: #ffffff;
    background-color: transparent;
    border-width: 0 0 3px;
    border-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6rem; }
    @media (min-width: 576px) {
      .search-form__alternative .search-form__input-text {
        font-size: 2rem; } }
    @media (min-width: 992px) {
      .search-form__alternative .search-form__input-text {
        font-size: 2.6rem; } }
    .search-form__alternative .search-form__input-text::-webkit-input-placeholder {
      color: #ffffff;
      font-weight: bold; }
    .search-form__alternative .search-form__input-text::-moz-placeholder {
      color: #ffffff;
      font-weight: bold; }
    .search-form__alternative .search-form__input-text::-ms-input-placeholder {
      color: #ffffff;
      font-weight: bold; }
    .search-form__alternative .search-form__input-text::placeholder {
      color: #ffffff;
      font-weight: bold; }

.footer .search-form__input-text {
  padding: 1.6rem 5rem 1.6rem 2rem;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  font-size: 1.6rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  @media (min-width: 992px) {
    .footer .search-form__input-text {
      padding-left: 8rem;
      padding-right: 2rem;
      font-size: 2.4rem; } }
  .footer .search-form__input-text::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .footer .search-form__input-text::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .footer .search-form__input-text::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .footer .search-form__input-text::placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .footer .search-form__input-text:focus {
    color: #ffffff; }

@media (max-width: 991px) {
  .footer .search-form__wrapper {
    margin-bottom: 0; } }

.footer .search-form__button {
  color: #ffffff;
  right: 2rem; }
  @media (min-width: 992px) {
    .footer .search-form__button {
      right: auto;
      left: 2.5rem;
      margin-top: -1.1rem;
      font-size: 2.2rem; } }

/**
 *  @_blocks.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.block-content {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .block-content {
      margin-bottom: 3.4rem; } }

.sticky-block--fixed {
  background-color: #ffffff;
  position: fixed;
  width: inherit;
  bottom: 0;
  max-width: 100%; }

.footer-content-block .content {
  padding: 3rem; }
  @media (min-width: 768px) {
    .footer-content-block .content {
      padding-bottom: 6rem; } }
  @media (max-width: 991px) {
    .footer-content-block .content {
      padding: 2rem; } }

@media (min-width: 992px) {
  .footer-content-block:not(:first-child):last-child .content {
    margin-top: 10rem; } }

.footer-content-block h4 {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #ffffff; }

@media (min-width: 992px) {
  .footer-search-block + .footer-content-block {
    margin-top: 10rem; } }

.footer-search-block {
  display: block; }
  @media (max-width: 1199px) {
    .footer-search-block {
      margin-bottom: 2rem; } }
  @media (min-width: 992px) {
    .footer-search-block {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10; } }

@media (max-width: 991px) {
  .related_studies {
    display: none; } }

.social-link {
  text-decoration: none;
  font-size: 2.6rem;
  padding-right: 1.2rem; }

/**
 *  @_grid.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
@media (min-width: 768px) {
  .offset-neg-md-1 {
    margin-left: -8.33333%; }
  .offset-neg-md-2 {
    margin-left: -16.66667%; }
  .offset-neg-md-3 {
    margin-left: -25%; } }

@media (min-width: 992px) {
  .offset-neg-lg-1 {
    margin-left: -8.33333%; }
  .offset-neg-lg-2 {
    margin-left: -16.66667%; }
  .offset-neg-md-3 {
    margin-left: -25%; } }

/**
*  @_layout.scss
*  Short description describing the file.
*
*  The first sentence of the long description starts here and continues on this
*  line for a while finally concluding here at the end of this paragraph.
*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

.body--overflow {
  overflow: hidden; }

.body--overflow-scroll {
  overflow-y: scroll;
  position: fixed; }

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

@media (min-width: 992px) {
  aside:first-child {
    padding-right: 5.5rem; } }

@media (min-width: 992px) {
  aside:last-child {
    padding-left: 5.5rem; } }

.main-content--has-timeline {
  position: relative;
  padding-left: 3rem; }
  @media (min-width: 768px) {
    .main-content--has-timeline {
      padding-left: 0; } }

.height-100 {
  height: 100%; }

.compat-object-fit {
  background-size: cover;
  background-position: center center; }
  .compat-object-fit img {
    opacity: 0; }

/**
*  @_layout.scss
*  Short description describing the file.
*
*  The first sentence of the long description starts here and continues on this
*  line for a while finally concluding here at the end of this paragraph.
*/
.panel-pane--offset {
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .panel-pane--offset {
      margin-bottom: 6.8rem; } }
  .panel-pane--offset-small {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .panel-pane--offset-small {
        margin-bottom: 3.4rem; } }
  .panel-pane--offset-xs {
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .panel-pane--offset-xs {
        margin-bottom: 1.7rem; } }

@media (min-width: 768px) {
  .panel-pane__inner {
    padding: 0 1rem; } }

@media (min-width: 992px) {
  .panel-pane__inner {
    padding: 0 2rem; } }

.panel-pane__outside-block {
  float: right;
  margin: 0;
  position: relative;
  color: #626569;
  padding: 2rem 3rem;
  top: -4rem; }
  @media (min-width: 768px) {
    .panel-pane__outside-block {
      top: -6.8rem;
      padding: 3rem 4rem; } }
  @media (max-width: 767px) {
    .panel-pane__outside-block {
      float: none; }
      .panel-pane__outside-block .location-list__link {
        display: block; } }

.panel-region--emphasized {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4rem 0;
  z-index: 0; }
  @media (max-width: 767px) {
    .panel-region--emphasized {
      margin-top: 0;
      padding-top: 2rem; } }
  .panel-region--emphasized .panel-region-panel__title {
    color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center; }
    .panel-region--emphasized .panel-region-panel__title .pane-title {
      font-size: 3.2rem; }
    .panel-region--emphasized .panel-region-panel__title p {
      text-align: center; }

.panel-region-panel--emphasized {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 25%; }
  @media (max-width: 991px) {
    .panel-region-panel--emphasized {
      max-width: none;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%; } }

.panel-region--hide {
  display: none; }
  @media (max-width: 767px) {
    .panel-region--hide-on-mobile {
      display: none; } }
  .panel-region--hide + .panel-region--emphasized {
    margin-top: 0;
    padding-top: 2rem; }

.wrap {
  margin: 0 auto;
  max-width: 1322px;
  padding: 0 3rem;
  width: 100%; }
  .wrap .wrap {
    padding-left: 0;
    padding-right: 0; }

/**
 *  @_footer.scss
 *  Short description describing the file.
 *
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.footer {
  background-color: #008487;
  color: #ffffff;
  margin-top: 3rem;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
  border: none;
  position: relative; }
  @media (min-width: 992px) {
    .footer {
      padding: 7rem 0 4rem;
      margin-top: 6rem; } }
  .footer > * {
    position: relative;
    z-index: 2; }
  .footer__wrap {
    position: relative;
    z-index: 2; }
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5rem; }
    @media (max-width: 991px) {
      .footer-bottom {
        margin-top: 2rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .footer-bottom .footer-logo,
    .footer-bottom svg {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      max-width: 80px; }
    .footer-bottom svg path, .footer-bottom svg polygon, .footer-bottom svg rect {
      fill: #ffffff; }
  .footer a {
    color: #ffffff; }

@media (min-width: 992px) {
  .footer-right-bottom {
    margin-top: 10rem; } }

.footer-right-bottom__content {
  padding: 3rem; }
  @media (min-width: 768px) {
    .footer-right-bottom__content {
      padding-bottom: 6rem; } }
  @media (min-width: 576px) {
    .footer-right-bottom__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .footer-right-bottom__content .block + .block {
        margin-left: 4rem; } }
  @media (max-width: 991px) {
    .footer-right-bottom__content {
      padding: 2rem; } }

.footer-right-bottom h4 {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #ffffff; }

.footer__search {
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .footer__search {
      max-width: calc(50% - 15px);
      position: absolute;
      right: 15px;
      z-index: 10;
      top: 0;
      margin-bottom: 0; } }

/**
 *  @_header.scss
 *  Short description describing the file.
 *
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
.page-header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 576px) {
    .page-header-inner {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .page-header-inner--bordered {
    border-bottom: 3px solid #005AA7;
    margin-bottom: 3rem; }

@media (max-width: 767px) {
  .page-header--fixed-mobile {
    position: fixed;
    background: #ffffff;
    z-index: 26;
    top: 0;
    width: 100%; }
    .page-header--fixed-mobile + .masthead {
      margin-top: 14.5rem; }
    .page-header--fixed-mobile.scrolled {
      border-bottom: 2px solid #F3F4F5; }
      .page-header--fixed-mobile.scrolled .logo-global {
        height: 48px;
        width: 67px; }
  .page-header-inner {
    -webkit-transition: padding 300ms ease-in-out;
    transition: padding 300ms ease-in-out; }
    .scrolled .page-header-inner {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

@media (max-width: 575px) {
  .page-header--fixed-mobile + .masthead {
    margin-top: 12.3rem; } }

/**
 *  @_aside.scss
 *  Short description describing the file.
 *  
 *  The first sentence of the long description starts here and continues on this
 *  line for a while finally concluding here at the end of this paragraph.
 */
aside .block {
  margin-bottom: 2rem; }
  aside .block.last {
    margin: 0; }

@media (max-width: 991px) {
  aside.filter-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    display: block;
    background: rgba(51, 57, 58, 0.35);
    opacity: 0;
    overflow-y: hidden;
    z-index: 2;
    -webkit-transition: opacity 0.2s ease-in-out, height 0s 0.2s linear;
    transition: opacity 0.2s ease-in-out, height 0s 0.2s linear; }
    aside.filter-overlay.active {
      padding-top: 6rem;
      height: 100vh;
      opacity: 1;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      z-index: 999;
      -webkit-transition: height 0s 0s linear;
      transition: height 0s 0s linear; }
      aside.filter-overlay.active > .button {
        pointer-events: initial; }
    aside.filter-overlay > .button {
      position: absolute;
      top: 0;
      right: 0;
      pointer-events: none; }
      aside.filter-overlay > .button i {
        font-size: 1.2rem;
        margin-left: 5px; } }

.study-responsive-wrapper .block {
  margin-bottom: 2rem; }

.is-affixed .study-contact__image, .is-affixed .study-orientation, .is-affixed #block-nhl-study-block-study-variants {
  display: none; }

.is-affixed .study-contact {
  margin-top: inherit; }

aside.sidebar-first,
aside.sidebar-last {
  margin-top: 2rem; }
  @media (min-width: 768px) {
    aside.sidebar-first,
    aside.sidebar-last {
      margin-top: 3.4rem; } }

.sidebar-fixed {
  position: fixed;
  top: 0;
  z-index: 1;
  background-color: #ffffff; }
  .sidebar-fixed:before, .sidebar-fixed:after {
    width: 3rem;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    background-color: #ffffff; }
  .sidebar-fixed:before {
    left: -3rem; }
  .sidebar-fixed:after {
    right: -3rem; }
  .sidebar-fixed--absolute {
    position: absolute;
    bottom: 0;
    top: auto; }
  .sidebar-fixed .block {
    margin-bottom: 0; }

.sticky-sidebar-anchor {
  position: absolute;
  bottom: 0; }

/**
 *  @_overlay.scss
 *   Overlay styling used in mainmenu
 *
 */
.menu-overlay {
  background-color: #008487;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s;
  position: fixed;
  width: 100%;
  padding: 200px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 500; }
  .menu-overlay.is-open {
    left: 0;
    opacity: 1;
    visibility: visible; }
  .menu-overlay-wrap {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .menu-overlay--centered {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 100%; }
    @media (min-width: 768px) {
      .menu-overlay--centered {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  @media (max-width: 991px) {
    .menu-overlay {
      padding-top: 130px;
      padding-bottom: 4rem; } }

/*# sourceMappingURL=main.css.map */
