@charset "UTF-8";
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
.select2-container .select2-search--inline {
    float: left; }
.select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
.select2-results {
  display: block; }
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
.select2-results__option[aria-selected] {
    cursor: pointer; }
.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-search--dropdown {
  display: block;
  padding: 4px; }
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
    display: none; }
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
.ico-f{ background: url(images/sprite/ico-f.png) no-repeat 0 0; background-size: 100% 100%; width: 2048px; height: 2048px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-logo-big{ background: url(images/sprite/ico-logo-big.png) no-repeat 0 0; background-size: 100% 100%; width: 247px; height: 55px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-logo-header-white{ background: url(images/sprite/ico-logo-header-white.png) no-repeat 0 0; background-size: 100% 100%; width: 247px; height: 55px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-logo-mobile{ background: url(images/sprite/ico-logo-mobile.png) no-repeat 0 0; background-size: 100% 100%; width: 247px; height: 55px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-logo{ background: url(images/sprite/ico-logo.png) no-repeat 0 0; background-size: 100% 100%; width: 247px; height: 55px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-m{ background: url(images/sprite/ico-m.png) no-repeat 0 0; background-size: 100% 100%; width: 2048px; height: 2048px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-nb{ background: url(images/sprite/ico-nb.png) no-repeat 0 0; background-size: 100% 100%; width: 2048px; height: 2048px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-school-seal{ background: url(images/sprite/ico-school-seal.png) no-repeat 0 0; background-size: 100% 100%; width: 110px; height: 128px; display: inline-block; vertical-align: middle; font-size: 0px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi){
	.ico-logo-big{ background: url(images/sprite/ico-logo-big@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 247px; height: 55.5px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-logo-header-white{ background: url(images/sprite/ico-logo-header-white@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 247px; height: 55.5px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-logo-mobile{ background: url(images/sprite/ico-logo-mobile@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 247px; height: 55px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-logo{ background: url(images/sprite/ico-logo@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 247px; height: 55.5px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-school-seal{ background: url(images/sprite/ico-school-seal@2x.png) no-repeat 0 0; background-size: 100% 100%; width: 109.5px; height: 127.5px; display: inline-block; vertical-align: middle; font-size: 0px; }
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer; }
a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 20em;
  background: #fff;
  font-family: "Trade Gothic LT W01 Roman", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.625;
  color: #666666; }
a {
  color: #522d80;
  text-decoration: none;
  font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
a[href^='tel'] {
    cursor: pointer; }
a:hover, a:focus {
    text-decoration: none;
    color: #F56600; }
p a {
  text-decoration: underline; }
a.btn {
  text-decoration: none; }
ul.bulltets {
  list-style-type: none; }
ul.bulltets li {
    position: relative;
    padding-left: 0.8125em; }
ul.bulltets li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.3125em;
      width: 0.375em;
      height: 0.375em;
      border-radius: 100%;
      background-color: #666666; }
ul.bulltets ul {
    padding-left: 0.8125em; }
ul.bulltets ul li:before {
      background-color: #fff;
      border: 0.0625em solid #666666; }
button {
  background-color: transparent;
  border: none; }
h1, .h1 {
  font-size: 1.8em;
  line-height: 1.22222;
  color: #522d80;
  font-weight: normal; }
h2, .h2 {
  font-size: 1.625em;
  line-height: 1.38462;
  color: #222222;
  font-weight: normal; }
h3, .h3 {
  font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
  color: #222222; }
h4, .h4 {
  color: #222222;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.2em; }
h5, .h5 {
  color: #222222;
  font-size: 1.125em;
  line-height: 1.38889;
  font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.4em; }
h6, .h6 {
  font-size: 1em;
  line-height: 1.25;
  color: #222222;
  font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal; }
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 1.6em;
    line-height: 1.375; }
  h5, .h5 {
    font-size: 1.125em;
    line-height: 1.27778; } }
b, strong {
  font-weight: bold;
  font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif; }
[data-whatinput="mouse"] *:focus, *:focus {
  outline: 0 !important;
  outline: none !important; }
[data-whatintent="keyboard"] *:focus, *:focus {
  outline: 2px dashed rgba(0, 0, 0, 0.4) !important; }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Trade Gothic LT W01 Roman';
  src: url("../fonts/38157dab-8eda-4b9d-a99e-acd0f5e08a96.eot?#iefix");
  src: url("../fonts/38157dab-8eda-4b9d-a99e-acd0f5e08a96.eot?#iefix") format("eot"), url("fonts/b1979d94-a178-4b03-b43d-c8e46562f107.woff2") format("woff2"), url("fonts/fd01e71e-6e70-4e12-b470-560c965b72b5.woff") format("woff"), url("../fonts/31a3aa9f-cd2d-4a66-982b-f3b3c825cae7.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Trade Gothic LT W01 Oblique';
  src: url("../fonts/41f31529-0bad-4116-ba52-c4c10b462f76.eot?#iefix");
  src: url("../fonts/41f31529-0bad-4116-ba52-c4c10b462f76.eot?#iefix") format("eot"), url("fonts/d3fc2ba4-9e4a-446c-afe0-071d42d280c5.woff2") format("woff2"), url("fonts/77b10dc4-44ed-4ae5-91f8-e0e752a5a85d.woff") format("woff"), url("../fonts/42b30523-61ea-4bd7-8a09-4c4942180fcd.ttf") format("truetype");
  font-weight: 300;
  font-style: oblique;
  font-stretch: normal; }
@font-face {
  font-family: 'Trade Gothic LT W01 Bold No-_2';
  src: url("../fonts/ce7f8719-800c-4fd0-899b-73dfccf47e72.eot?#iefix");
  src: url("../fonts/ce7f8719-800c-4fd0-899b-73dfccf47e72.eot?#iefix") format("eot"), url("fonts/135abd30-1390-4f9c-b6a2-d843157c3468.woff2") format("woff2"), url("fonts/c6cfada8-1703-4760-87e6-46e9ef91beb7.woff") format("woff"), url("../fonts/3adebc17-e2dc-4472-b19d-58208193ebfc.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Trade Gothic LT W02 Bd No-_2Ob';
  src: url("../fonts/e2c51e7e-b7c5-4a80-8b1d-8be760ee0c49.eot?#iefix");
  src: url("../fonts/e2c51e7e-b7c5-4a80-8b1d-8be760ee0c49.eot?#iefix") format("eot"), url("fonts/5a43f473-06b4-4658-a15f-27dddbfe5489.woff2") format("woff2"), url("fonts/8fd571e0-8738-4862-ab4e-efce807af0ef.woff") format("woff"), url("../fonts/1a5eca37-5928-4743-9763-3ae6b05723fc.ttf") format("truetype");
  font-weight: 700;
  font-style: oblique;
  font-stretch: normal; }
@font-face {
  font-family: 'Trade Gothic LT W01 Bd Cn No-2';
  src: url("../fonts/227de6ba-fef9-435d-8693-a53a76aa1add.eot?#iefix");
  src: url("../fonts/227de6ba-fef9-435d-8693-a53a76aa1add.eot?#iefix") format("eot"), url("fonts/dae937ec-159f-4710-9b2d-9470e24807ba.woff2") format("woff2"), url("fonts/c8856bf2-4d23-4e30-9fb1-eede15b787b6.woff") format("woff"), url("../fonts/376f433f-1486-4168-932f-06352c8291f8.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Color  */
.color-cc,
.color-cc:hover,
.color-cc:focus {
  color: currentColor;
  fill: currentColor; }
.color-white,
.color-white:hover,
.color-white:focus {
  color: #fff;
  fill: #fff; }
.color-black,
.color-black:hover,
.color-black:focus {
  color: #000;
  fill: #000; }
.color-orange,
.color-orange:hover,
.color-orange:focus {
  color: #F56600;
  fill: #F56600; }
.color-dark-orange,
.color-dark-orange:hover,
.color-dark-orange:focus {
  color: #e4440a;
  fill: #e4440a; }
.color-regalia,
.color-regalia:hover,
.color-regalia:focus {
  color: #522d80;
  fill: #522d80; }
.color-dark-regalia,
.color-dark-regalia:hover,
.color-dark-regalia:focus {
  color: #341d52;
  fill: #341d52; }
.color-light-gray,
.color-light-gray:hover,
.color-light-gray:focus {
  color: #fafafa;
  fill: #fafafa; }
.color-sky,
.color-sky:hover,
.color-sky:focus {
  color: #109dc0;
  fill: #109dc0; }
.color-fields,
.color-fields:hover,
.color-fields:focus {
  color: #b5c327;
  fill: #b5c327; }
.color-blueridge,
.color-blueridge:hover,
.color-blueridge:focus {
  color: #3a4958;
  fill: #3a4958; }
.color-bowman,
.color-bowman:hover,
.color-bowman:focus {
  color: #566127;
  fill: #566127; }
.color-lace,
.color-lace:hover,
.color-lace:focus {
  color: #f9e498;
  fill: #f9e498; }
.color-innovavtion,
.color-innovavtion:hover,
.color-innovavtion:focus {
  color: #86898c;
  fill: #86898c; }
.color-oak,
.color-oak:hover,
.color-oak:focus {
  color: #562e19;
  fill: #562e19; }
.color-brick,
.color-brick:hover,
.color-brick:focus {
  color: #a25016;
  fill: #a25016; }
.color-rock,
.color-rock:hover,
.color-rock:focus {
  color: #685c53;
  fill: #685c53; }
.color-moon,
.color-moon:hover,
.color-moon:focus {
  color: #d4c99e;
  fill: #d4c99e; }
.color-medium-gray,
.color-medium-gray:hover,
.color-medium-gray:focus {
  color: #666666;
  fill: #666666; }
.color-dark-gray,
.color-dark-gray:hover,
.color-dark-gray:focus {
  color: #222222;
  fill: #222222; }
/*  Background  */
/*.bg-cc {
  background-color: currentColor; }
.bg-white {
  background-color: #fff; }
.bg-black {
  background-color: #000; }
.bg-orange {
  background-color: #F56600; }
.bg-dark-orange {
  background-color: #e4440a; }
.bg-regalia {
  background-color: #522d80; }
.bg-dark-regalia {
  background-color: #341d52; }
.bg-light-gray {
  background-color: #fafafa; }
.bg-sky {
  background-color: #109dc0; }
.bg-fields {
  background-color: #b5c327; }
.bg-blueridge {
  background-color: #3a4958; }
.bg-bowman {
  background-color: #566127; }
.bg-lace {
  background-color: #f9e498; }
.bg-innovavtion {
  background-color: #86898c; }
.bg-oak {
  background-color: #562e19; }
.bg-brick {
  background-color: #a25016; }
.bg-rock {
  background-color: #685c53; }
.bg-moon {
  background-color: #d4c99e; }
.bg-dark-gray {
  background-color: #222222; }*/
  /*  Background  */
  .bg-cc {
    background-color: currentColor; }
  .bg-white {
    background-color: #fff; }
  .bg-black {
    background-color: #000; }
  .bg-orange {
    background-color: #F56600; }
  .bg-dark-orange {
    background-color: #e4440a; }
  .bg-regalia {
    background-color: #522d80; }
  .bg-dark-regalia {
    background-color: #341d52; }
  .bg-light-gray {
    background-color: #fafafa; }
  .bg-sky {
    background-color: #005EB8; }
  .bg-fields {
    background-color: #b5c327; }
  .bg-blueridge {
    background-color: #3a4958; }
  .bg-bowman {
    background-color: #566127; }
  .bg-lace {
    background-color: #f9e498; }
  .bg-innovavtion {
    background-color: #86898c; }
  .bg-oak {
    background-color: #562e19; }
  .bg-brick {
    background-color: #a25016; }
  .bg-rock {
    background-color: #685c53; }
  .bg-moon {
    background-color: #d4c99e; }
  .bg-dark-gray {
    background-color: #222222; }
/*  Fonts  */
.ff-bold {
  font-family: "Trade Gothic LT W01 Bold No-_2", Arial, Helvetica, sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal; }
/*  Text  */
.tt-no {
  text-transform: none !important; }
.text-left {
  text-align: left !important; }
.text-right {
  text-align: right !important; }
.text-center {
  text-align: center !important; }
@media (max-width: 767px) {
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-center {
    text-align: center !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 1024px) and (max-width: 1263px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 1264px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }
/*  Font weights  */
.fw-li {
  font-weight: 300; }
.fw-rg {
  font-weight: 400; }
.fw-md {
  font-weight: 500; }
.fw-sb {
  font-weight: 600; }
.fw-bd {
  font-weight: 700; }
.fw-xb {
  font-weight: 800; }
.fw-bl {
  font-weight: 900; }
/*  Images  */
.poster {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }
@media (min-width: 1023px) and (max-width: 1548px) {
  @-moz-document url-prefix() {
    .poster {
      background-size: auto !important; } } }
/*  Positions  */
.center-a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
/*  Clear  */
.clear:after{
  content: '';
  display: block;
  clear: both; }
/*  Notext  */
.notext {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }
/*  Hidden  */
[hidden],
.hidden {
  display: none !important; }
/*  Alignleft  */
.alignleft {
  float: left; }
/*  Alignright  */
.alignright {
  float: right; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Layout  */
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }
.flex-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important; }
.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
.d-flex-fix .article__col.d-flex {
  display: block !important;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
@media (max-width: 767px) {
  .order-xs-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; } }
@media (min-width: 1024px) and (max-width: 1263px) {
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; } }
@media (min-width: 1264px) {
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; } }
/*  Grid  */
.col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1; }
.cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
.col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1024px) and (max-width: 1263px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1264px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
.version:not(.version-active) {
  display: none; }
.pagination-hide, .filter-hide {
  display: none; }
img.wpsmartcrop-image {
  opacity: inherit !important; }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0; }
.wrapper .wrapper__inner {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1540px;
  padding-right: 20px;
  padding-left: 20px;
  margin: auto; }
/* ------------------------------------------------------------ *\
	container
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  padding: 2.6875em 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
.header .header__content {
    max-width: 61.5625em;
    margin: auto; }
.header .logo,
  .header .logo-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 1023px) {
  .header {
    padding: 1.5em 0; }
    .header .nav {
      margin-top: 1.3125em; } }
@media (max-width: 767px) {
  .header {
    padding-bottom: 0;
    background-color: #fff; }
    .header .shell {
      padding: 0; }
  /*  Header--alt  */
  .header--alt {
    background-color: transparent; }
  /*  header--defaultmobile  */
  .header--defaultmobile {
    background-color: #fff; }
  /*  header--white  */ }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
  padding-top: 10.0625em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
.main .intro {
    margin-top: -10.0625em; }
.main .section--spaced {
    margin-top: 5.625em; }
.main .section--articles + .section {
    margin-top: 2.5em; }
.main .section + .section-events {
    margin-top: 5.1875em; }
.main .section-events + .section {
    margin-top: 5.75em; }
.main .section-grid + .section {
    margin-top: 5.75em;
    margin-bottom: 7em; }
.main .section + .section-full {
    margin-top: 5.75em;
    overflow: hidden; }
.main .section-full + .section {
    margin-top: 5.75em; }
@media (max-width: 1023px) {
  .main {
    padding-top: 11.625em; }
    .main .intro {
      margin-top: -11.625em; }
    .main .section + .section-full {
      margin-top: 3.375em; }
    .main .section-events + .section {
      margin-top: 1.875em; }
    .main .section + .section-events {
      margin-top: 3.375em; } }
@media (max-width: 767px) {
  .main {
    padding-top: 15em; }
    .main .intro {
      margin-top: 0; }
    .main .intro--alt {
      margin-top: -8.875em; }
    .main .intro--defaultmobile {
      margin-top: 0; }
    .main .section--spaced {
      margin-top: 0;
      padding-top: 0; }
    .main .section--articles + .section {
      margin-top: 0;
      padding-top: 0; }
    .main .section + .section-full {
      margin-top: 1.0625em; }
    .main .section-events + .section {
      margin-top: 0; }
    .main .section + .section-events {
      margin-top: 1.8125em; }
    .main .section-grid + .section {
      margin-top: 2.1875em; }
    .main .section-full + .section {
      margin-top: 2.1875em; } }
body.is-ie.page-template-home_page .main {
  overflow: hidden; }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {
  padding-top: 3.125em;
  padding-bottom: 3.125em; }
.sidebar .sidebar__title {
    margin-bottom: 1.75em; }
.sidebar .sidebar__entry + .sidebar__entry {
    margin-top: 4.625em; }
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 5.625em 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 1; }
.footer .list-address {
    margin: 3.125em auto 0; }
.footer .socials {
    margin: 2.9375em auto 0; }
.footer .footer__inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 85.875em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.footer .footer__aside {
    margin: auto;
    margin-left: 0;
    width: 100%;
    max-width: 18.75em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
.footer .footer__main {
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    min-width: 40.625em;
    max-width: 43.75em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
.footer .drawer--single {
    width: 15.3125em; }
.footer .separator {
    min-height: 4.6875em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
.footer .separator--vertical {
    min-height: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 2 auto;
        -ms-flex: 1 2 auto;
            flex: 1 2 auto; }
.footer .col {
    margin-right: 1.5em; }
/*  Footer--alt  */
.footer--alt {
  padding-top: 4.375em; }
.footer--alt .footer__aside {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left; }
.footer--alt .list-address {
    max-width: none; }
@media (max-width: 1023px) {
  .footer .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer .footer__main,
  .footer .footer__aside {
    margin-left: auto;
    margin-right: auto; }
  .footer .footer__aside {
    max-width: 43.75em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer .footer__lists {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .footer .footer__main {
    margin-top: 3.125em;
    min-width: 0; }
  .footer .list-contact {
    margin-left: auto;
    margin-right: auto; }
  /*  Footer--alt  */
  .footer--alt .footer__aside {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left; }
  .footer--alt .list-address {
    max-width: 13.125em; } }
@media (max-width: 767px) {
  .footer {
    padding: 2.9375em 0; }
    .footer .footer__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .footer .footer__aside {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: none; }
    .footer .list-address {
      margin: 2em auto 0; }
    .footer .socials {
      margin: 2.0625em auto 0; }
    .footer .list-contact {
      margin-top: 2.625em; }
    .footer .separator {
      display: none; }
    .footer .drawer {
      width: auto; }
    .footer .drawer--single {
      border-top: 0; }
  /*  Footer--alt  */
  .footer--alt .footer__lists {
    width: 100%;
    max-width: none; }
  .footer--alt .list-address {
    max-width: none; } }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn.cu-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 285px;
    width: 100%;
    padding: .65em .5em;
    font-family: "trade-gothic-next-condensed","trade-gothic-next",Franklin Gothic,Verdana,sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    border-radius: 5px;
    border: none;
    color: #fff;
    letter-spacing: 0;
    z-index: auto;
    transition: box-shadow .1s ease-in-out;
    margin: 0 4% 21px 0;
    background: transparent linear-gradient(180deg, #3D215E 0%, #2E1A47 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 1px #04000a !important;
	text-decoration: none;
}
.btn.cu-btn.small{
    max-width: 198px;
    min-height: 37px;
    font-size: 19px;
    line-height: 19px;
	font-weight: 700;
}
.btn.cu-btn.large{
	    max-width: 410px;
    min-height: 55px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    padding: .5em .5em;
    line-height: 22px;
}
@media (max-width: 767px) {
	.mobile-btn{
		max-width:100% !important;
	}  }
	 
.btn.cu-btn.hollow:hover {
    box-shadow: 0px 2px 3px #888b8da2;
}
.btn.cu-btn.hollow::before, .cu-btn.hollow:active::before {
    background-color: #fcfcfc;
}
.btn.cu-btn.cu-orange{
	background: transparent linear-gradient(0deg, #D95700 0%, #F56600 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 1px #b94700 !important;
}
.btn.cu-btn.regalia {
    background: transparent linear-gradient(0deg, #3D215E 0%, #582C83 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 1px #2e1a47 !important;
}
.btn.cu-btn.diploma {
    background: transparent linear-gradient(180deg, #3D215E 0%, #2E1A47 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 1px #04000a !important;
}
.btn.cu-btn.brick{
    background: transparent linear-gradient(179deg, #B94700 0%, #993B00 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 1px #742d00 !important;
}
.btn.cu-btn.state-flag{
      background: transparent linear-gradient(0deg, #00205B 0%, #002D80 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 1px #001233 !important;
}
.btn.cu-btn.bowman{
        background: transparent linear-gradient(0deg, #546223 0%, #84941E 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 1px #373E20FC; !important}
.btn.cu-btn.howards-rock{
           background: transparent linear-gradient(180deg, #B3A79B 0%, #8C8279 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 1px #655c53 !important;
}
.btn.cu-btn.innovation{
              background: transparent linear-gradient(180deg, #888b8d 0%, #626262 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 1px #575959 !important;
}

.btn.cu-btn.hollow.cu-orange {
    color: #f56600;
}
.btn.cu-btn.hollow.diploma {
	color: #3d215e;
}
.btn.cu-btn.hollow.regalia {
	color: #522d80;
}
.btn.cu-btn.hollow.brick {
	color: #b94700;
}
.btn.cu-btn.hollow.state-flag {
	color: #00205b;
}
.btn.cu-btn.hollow.bowman {
	color: #546223;
}
.btn.cu-btn.hollow.howards-rock {
	color: #8c8279;
}
.btn.cu-btn.hollow.innovation {
	color: #888b8d;
}
.btn.cu-btn.hollow.diploma:hover, .cu-btn.hollow.diploma:active {
    color: #1e112e;
}
.btn.cu-btn.hollow.cu-orange:hover, .cu-btn.hollow.cu-orange:active {
    color: #d95700;
}
.btn.cu-btn.hollow.regalia:hover, .cu-btn.hollow.regalia:active {
    color: #3d215e;
}
.btn.cu-btn.hollow.brick:hover, .cu-btn.hollow.brick:active {
    color: #993b00;
}
.btn.cu-btn.hollow.state-flag:hover, .cu-btn.hollow.state-flag:active {
    color: #001233;
}
.btn.cu-btn.hollow.bowman:hover, .cu-btn.hollow.bowman:active {
    color: #394217;
}
.btn.cu-btn.hollow.howards-rock:hover, .cu-btn.hollow.howards-rock:active {
    color: #655c53;
}
.btn.cu-btn.hollow.innovation:hover, .cu-btn.hollow.innovation:active {
    color: #000 ;
}
.btn.cu-btn.cu-orange:hover{
	box-shadow: 0px 2px 1px #b94700;
	color:#FFFFFF;
}
.btn.cu-btn.regalia:hover {
    box-shadow: 0px 2px 1px #2e1a47;
	color:#FFFFFF;
}
.btn.cu-btn.diploma:hover {
    box-shadow: 0px 2px 1px #04000a;
	color:#FFFFFF;
}
.btn.cu-btn.brick:hover {
        box-shadow: 0px 2px 1px #888b8d;
	color:#FFFFFF;
}
.btn.cu-btn.state-flag:hover {
    box-shadow: 0px 2px 1px #001233;
	color:#FFFFFF;
}
.btn.cu-btn.bowman:hover {
    box-shadow: 0px 2px 1px #373E20FC;	
	color:#FFFFFF;
}
.btn.cu-btn.howards-rock:hover {
        box-shadow: 0px 2px 1px #655c53;
	color:#FFFFFF;
}
.btn.cu-btn.innovation:hover {
    box-shadow: 0px 2px 1px #888b8d;	
	color:#FFFFFF;
}
.btn.cu-btn:focus {
	color:#FFFFFF;
}
.btn.cu-btn.cu-orange::before {
    background-color: #d95700;
}
.btn.cu-btn.regalia::before {
    background-color: #3d215e;
}
.btn.cu-btn.diploma::before {
    background-color: #2e1a47;
}
.btn.cu-btn.brick::before {
    background-color: #b94700;
}
.btn.cu-btn.state-flag::before {
    background-color: #00205b;
}
.btn.cu-btn.bowman::before {
    background-color: #546223;
}
.btn.cu-btn.howards-rock::before {
    background-color: #8c8279;
}
.btn.cu-btn.innovation::before {
        background-color: #626262;
}
.btn.cu-btn:hover::before {
    opacity: 1;
}
.btn.cu-btn::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    z-index: -1;
    transition: opacity .1s linear;
    opacity: 0;
    background-color: #2e1a47;
}
.btn.cu-btn.hollow {
    border: none;
    background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #FCFCFC 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #888b8da2 !important;
    color: #3d215e;
}
.btn.cu-btn.hollow::before, .cu-btn.hollow:active::before {
    background-color: #fcfcfc;
}
.btn.cu-btn:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe;
}

.btn, .nf-element[type="button"] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Trade Gothic LT W01 Bold No-_2", Arial, Helvetica, sans-serif;
  color: #522d80;
  border: none;
  -webkit-box-shadow: 0 0 0 0.125em #F56600 inset;
          box-shadow: 0 0 0 0.125em #F56600 inset;
  padding: 0.875em 2.25em 0.8125em;
  min-width: 9.125em;
  border-radius: 0.1875em;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

.btn:hover, .btn:focus, .nf-element[type="button"]:hover, .nf-element[type="button"]:focus {
    background-color: #F56600;
    color: #341d52; }
.btn:focus, .nf-element[type="button"]:focus {
    -webkit-box-shadow: 0 0 0 0.125em #F56600 inset;
            box-shadow: 0 0 0 0.125em #F56600 inset; }
.btn[disabled], .nf-element[type="button"][disabled] {
    color: #666666;
    -webkit-box-shadow: 0 0 0 0.125em #666666 inset;
            box-shadow: 0 0 0 0.125em #666666 inset; }
/*  Btn white  */
.btn--white, .inlay--alt.color-white input[type="button"] {
  color: #fff;
  background-color: transparent; }
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 62.5em #fff inset; }
select {
  width: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.is-ie select:focus, .is-ie select:active {
  color: black; }
/* ------------------------------------------------------------ *\
	radio
\* ------------------------------------------------------------ */
.radio, .list-radio-wrap li {
  position: relative;
  min-height: 0.625em;
  list-style: none;
  font-size: 1em;
  line-height: 1.3; }
.radio input, .ninja-forms-field[type="radio"] {
  height: 100%;
  width: 100%;
  left: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  color: transparent;
  background: transparent; }
.wrapper .main .list-radio-wrap .nf-field-element li input {
  width: 100% !important;
  float: none !important;
  margin: 0 !important; }
.radio label, .list-radio-wrap .nf-field-element label {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  padding-left: 1.875em;
  width: 100%;
  height: auto;
  display: block;
  margin-left: 0 !important; }
.radio label:before, .list-radio-wrap .nf-field-element label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0.25em;
  overflow: hidden;
  width: 1.125em;
  height: 1.125em;
  background-color: transparent;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
.radio label:after, .list-radio-wrap .nf-field-element label:after {
  content: '';
  position: absolute;
  background-image: url("images/sprite/ico-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  width: 1.125em;
  height: 1.125em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 0.75em;
  line-height: 1.3;
  text-align: center;
  color: #522d80; }
.radio input:checked + label:after, .nf-checked + label:after {
  opacity: 1 !important;
  -webkit-transform: translateY(-50%) scale(1) !important;
      -ms-transform: translateY(-50%) scale(1) !important;
          transform: translateY(-50%) scale(1) !important; }
.radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -0.3125em; }
.radios .radio {
  margin: 0 0.3125em; }
@media (max-width: 1023px) {
  .radio--nested label:before {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0.0625em solid #5e5e5e; } }
body.is-ie .radio .list-radio-wrap li {
  line-height: 1.625em; }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox {
  position: relative;
  min-height: 1.125em;
  font-size: 1em;
  line-height: 1.3; }
.checkbox input {
  display: none; }
.checkbox label {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  padding-left: 1.875em;
  width: 100%;
  height: 100%;
  display: block; }
.checkbox label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0.25em;
  overflow: hidden;
  width: 1.125em;
  height: 1.125em;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 0.0625em #5e5e5e inset, 0 0 0.1875em 0.0625em #707070 inset;
          box-shadow: 0 0 0 0.0625em #5e5e5e inset, 0 0 0.1875em 0.0625em #707070 inset;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
.checkbox label:after {
  content: '✔';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 0.75em;
  line-height: 1.3;
  text-align: center;
  color: #666; }
.checkbox input:checked + label:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1); }
.checkboxs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -0.3125em; }
.checkboxs .checkbox {
  margin: 0 0.3125em; }
@media (max-width: 1023px) {
  .checkbox--nested label:before {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0.0625em solid #5e5e5e; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  position: relative;
  height: 3.35688em;
  -webkit-box-shadow: 0 0 0 0.14313em #fff inset;
          box-shadow: 0 0 0 0.14313em #fff inset;
  border: 0; }
.select select {
    padding: 0.92875em 0.64312em;
    border: 0; }
/*  Select--gray */
.select--gray {
  -webkit-box-shadow: none;
          box-shadow: none; }
/* ------------------------------------------------------------ *\
	field
\* ------------------------------------------------------------ */
.nf-form-fields-required {
  margin-bottom: 1.5em; }
.field--gray, .article__content .nf-field-element input[type="text"], .article__content .nf-field-element input[type="tel"], .article__content .nf-field-element input[type="email"] {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc; }
.field, .nf-field-element input[type="text"], .nf-field-element input[type="tel"], .nf-field-element input[type="email"] {
  position: relative;
  padding: 0.92875em 0.64312em;
  width: 100%;
  height: 3.35688em;
  border: 1px solid #fff;
  background: transparent;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
.field:focus, .nf-field-element input[type="text"]:focus, .nf-field-element input[type="tel"]:focus, .nf-field-element input[type="email"]:focus {
    background-color: #fff;
    color: #222222; }
/*  field--gray */
.field--gray,
.article__content .nf-field-element input[type="text"],
.article__content .nf-field-element input[type="tel"],
.article__content .nf-field-element input[type="email"] {
  -webkit-box-shadow: 0 0 0 0.14313em #C4C4C4 inset;
          box-shadow: 0 0 0 0.14313em #C4C4C4 inset; }
.field--gray:focus,
  .article__content .nf-field-element input[type="text"]:focus,
  .article__content .nf-field-element input[type="tel"]:focus,
  .article__content .nf-field-element input[type="email"]:focus {
    -webkit-box-shadow: 0 0 0.14313em 0.21438em #C4C4C4 inset;
            box-shadow: 0 0 0.14313em 0.21438em #C4C4C4 inset; }
.select--gray .select2-container .select2-selection--single .select2-selection__rendered {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc; }
/* ------------------------------------------------------------ *\
	Textarea
\* ------------------------------------------------------------ */
.textarea, .nf-field-element textarea {
  position: relative;
  padding: 0.92875em 0.64312em;
  width: 100%;
  height: 13.07125em;
  border: 1px solid #fff;
  background: transparent;
  resize: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
.textarea:focus, .nf-field-element textarea:focus {
    background-color: #fff;
    color: #222222; }
/*  textarea--gray */
.textarea--gray, .article__content textarea {
  border: 1px solid #cccccc; }
.textarea--gray, .article__content textarea {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc; }
.wrapper .label-above .nf-field-label {
  margin-bottom: 0; }
.wrapper .label-above .nf-field-label label {
    font-weight: normal; }
.field--gray, .article__content .nf-field-element input[type="text"], .article__content .nf-field-element input[type="tel"], .article__content .nf-field-element input[type="email"] {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc; }
.field--gray:focus, .article__content .nf-field-element input[type="text"]:focus, .article__content .nf-field-element input[type="tel"]:focus, .article__content .nf-field-element input[type="email"]:focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #522d80; }
.form .nf-form-cont .one-half {
  float: none;
  display: inline-block;
  width: 48%; }
fieldset {
  border: 0; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form.color-white .nf-error-msg, .form.color-white .ninja-forms-req-symbol {
  color: white !important;
  font-weight: bold; }
.form-submit {
  background-color: white; }
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	list-address
\* ------------------------------------------------------------ */
.list-address {
  width: 100%;
  max-width: 13.125em; }
.list-address li + li {
    margin-top: 0.5625em; }
.list-address .list__title {
    margin-right: 0.75em;
    display: inline-block;
    font-weight: 700; }
@media (max-width: 767px) {
  .list-address {
    max-width: none;
    line-height: 1.5; } }
/* ------------------------------------------------------------ *\
	list-contact
\* ------------------------------------------------------------ */
.list-contact {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none; }
.list-contact li {
    max-width: 15em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
.list-contact a:hover, .list-contact a:focus {
    outline: 0;
    color: #341d52;
    opacity: .5; }
.list-contact .list__entry + .list__entry {
    margin-top: 0.625em; }
.list-contact .list__title {
    font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal; }
@media (max-width: 1023px) {
  .list-contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }
@media (max-width: 767px) {
  .list-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .list-contact li {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .list-contact li + li {
      margin-top: 1.125em; }
    .list-contact .list__title {
      margin-right: 0.75em;
      width: 2.8125em;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .list-contact .list__entry + .list__entry {
      margin-top: 0; } }
/* ------------------------------------------------------------ *\
	List-footer
\* ------------------------------------------------------------ */
.list-footer {
  margin-bottom: 0;
  white-space: nowrap;
  min-width: 10em; }
.list-footer a {
    font-family: "Trade Gothic LT W01 Roman", Arial, Helvetica, sans-serif;
    color: #341d52;
    font-weight: 300; }
.list-footer a:hover, .list-footer a:focus {
      outline: 0;
      color: #341d52;
      opacity: .5; }
.list-footer li + li {
    margin-top: 0.875em; }
/* ------------------------------------------------------------ *\
	List-bars
\* ------------------------------------------------------------ */
.list-bars li {
  position: relative;
  border-top: 0.0625em solid rgba(255, 255, 255, 0.4);
  border-bottom: 0.0625em solid rgba(255, 255, 255, 0.4); }
.list-bars li + li {
  border-top: 0; }
.list-bars .link-arrow {
  font-family: "Trade Gothic LT W01 Roman", Arial, Helvetica, sans-serif; }
/*  list-bars--alt  */
.list-bars--alt li {
  padding-top: 0.5625em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.list-bars--alt li:first-child {
  border-top: 0; }
.list-bars--alt .list__icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.5em; }
.list-bars--alt .link-arrow {
  padding-right: 0; }
@media (max-width: 1023px) {
  /*  list-bars--alt  */
  .list-bars--alt {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-bars--alt li {
      border: 0;
      max-width: 21.0625em;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .list-bars--alt .list__icon {
      margin-right: 0.5em; } }
@media (max-width: 767px) {
  /*  list-bars--alt  */
  .list-bars--alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .list-bars--alt li:first-child {
      border-top: 0; }
    .list-bars--alt li:last-child {
      border-bottom: 0; }
    .list-bars--alt li {
      max-width: none;
      border-bottom: 0.0625em solid rgba(255, 255, 255, 0.4); }
    .list-bars--alt .list__icon {
      margin-right: 1.5em; } }
/* ------------------------------------------------------------ *\
	List-event
\* ------------------------------------------------------------ */
.list-event {
  margin-bottom: 0;
  color: #666666; }
.list-event li + li {
    margin-top: 0.3125em; }
.list-event .list__icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 0.75em;
    margin-right: 0.5em; }
/* ------------------------------------------------------------ *\
	List-card
\* ------------------------------------------------------------ */
.list-card {
  margin-bottom: 0;
  color: #666666;
  line-height: 1.7; }
.list-card li {
    position: relative;
    padding-left: 2.5em; }
.list-card li + li {
    margin-top: 0.625em; }
.list-card .list__icon {
    position: absolute;
    top: 0.3125em;
    left: 0;
    width: 0.75em; }
/* ------------------------------------------------------------ *\
	List-tags
\* ------------------------------------------------------------ */
.list-tags {
  border-top: 0.0625em solid #C4C4C4;
  border-bottom: 0.0625em solid #C4C4C4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal; }
.list-tags li {
    padding-top: 1.5em;
    padding-bottom: 1.3125em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
.list-tags li + li {
    border-left: 0.0625em solid #C4C4C4; }
.list-tags .list__icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 1.5em; }
@media (max-width: 1023px) {
  .list-tags li {
    padding-top: 0.9375em;
    padding-bottom: 0.8125em; } }
@media (max-width: 767px) {
  .list-tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .list-tags li {
      padding-left: 1.25em;
      padding-right: 1.25em;
      width: 100%;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .list-tags li + li {
      border-left: 0;
      border-top: 0.0625em solid #C4C4C4; } }
/* ------------------------------------------------------------ *\
	List-view
\* ------------------------------------------------------------ */
.list-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.list-view li {
    padding-left: 1.375em;
    padding-right: 1.375em; }
.list-view li:hover .list__icon, .list-view li.active .list__icon {
      color: #F56600; }
.list-view li:hover a, .list-view li.active a {
      color: #222222; }
.list-view li + li {
    border-left: 0.0625em solid #D6D3D3;
    padding-right: 0; }
.list-view a, .list-view button {
    display: block;
    color: #685C53;
    border: none;
    font-family: "Trade Gothic LT W01 Bd Cn No-2", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
.list-view .list__icon {
    margin-right: 0.75em;
    display: inline-block;
    color: #685C53;
    vertical-align: middle;
    line-height: 1.3125;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
/* ------------------------------------------------------------ *\
	List-questions
\* ------------------------------------------------------------ */
.list-questions li {
  padding: 0.625em 0; }
.list-questions li + li {
  border-top: 0.0625em solid #C7C4C4; }
.list-questions .link-arrow {
  padding-right: 3.125em;
  font-family: "Trade Gothic LT W01 Roman", Arial, Helvetica, sans-serif; }
/* ------------------------------------------------------------ *\
	list-questions
\* ------------------------------------------------------------ */
.list-questions .link-arrow .link__content {
  font-size: 1em;
  line-height: 1.4;
  font-weight: normal; }
/* ------------------------------------------------------------ *\
	list-feedback
\* ------------------------------------------------------------ */
.list-feedback li + li {
  margin-top: 1em; }
.feedback-thanks {
  width: 100%;
  padding-top: 2em; }
@media (max-width: 767px) {
  .list-feedback li + li {
    margin-top: 0.75em; } }
/* ------------------------------------------------------------ *\
	List-details
\* ------------------------------------------------------------ */
.list-details li + li {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 0.0625em solid #C7C4C4; }
.list-details .list__title {
  min-width: 3.125em;
  margin-right: 1.625em;
  font-size: 1em;
  line-height: 1.25;
  color: #222222;
  font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal; }
.list-details h1 {
  font-size: 1em;
  line-height: 1.25;
  color: #222222;
  font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal; }
.list-details__name {
  color: #222222;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.2em; }
/*  .list-details--alt  */
.list-details--alt {
  font-size: 1em;
  line-height: 1.625; }
.list-details--alt .list__icon {
    margin-bottom: 0.75em; }
.list-details--alt .btn {
    width: 100%; }
.list-details--alt h1, .list-details--alt .h1 {
    font-size: 1em;
    line-height: 1.25;
    color: #222222;
    font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal; }
/*  list-details--short  */
.list-details--short li + li {
  margin-top: 1.125em;
  padding-top: 1.125em; }
@media (max-width: 1023px) {
  /*  .list-details--alt  */
  .list-details--alt li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .list-details--alt .list__icon {
    width: 2.625em;
    margin-bottom: 0;
    margin-right: 1.5em; }
  .list-details--alt .btn {
    width: auto; } }
/* ------------------------------------------------------------ *\
	List-sidebar
\* ------------------------------------------------------------ */
.list-sidebar li {
  position: relative;
  padding-bottom: 0.0625em; }
.list-sidebar li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.25em;
    right: 1.25em;
    height: 0.0625em;
    background-color: #e5e0e0; }
.list-sidebar a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 3.125em 1em 1.5em; }
.list-sidebar a.active, .list-sidebar a:hover, .list-sidebar a.current {
    color: #fff;
    background-color: #522d80; }
.list-sidebar a.active .link__icon, .list-sidebar a:hover .link__icon, .list-sidebar a.current .link__icon {
      -webkit-transform: translateX(0.3125em);
          -ms-transform: translateX(0.3125em);
              transform: translateX(0.3125em); }
[data-whatintent="keyboard"] .list-sidebar a:focus {
    outline: 2px dashed rgba(0, 0, 0, 0.4); }
.list-sidebar .link-arrow .link__icon {
  right: 1.25em; }
/*  list-sidebar--embed  */
.list-sidebar--embed {
  padding: 2.75em;
  width: 100%;
  max-width: 25.125em;
  background-color: #522d80; }
.list-sidebar--embed li {
    padding-bottom: 0; }
.list-sidebar--embed a {
    color: #fff;
    background-color: #522d80; }
.list-sidebar--embed a:hover, .list-sidebar--embed a:focus {
      outline: 0;
      color: #F56600; }
@media (max-width: 1023px) {
  .list-sidebar a:hover, .list-sidebar a:focus {
    outline: 0;
    background-color: transparent;
    color: #666666; }
    .list-sidebar a:hover .link__icon, .list-sidebar a:focus .link__icon {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .list-sidebar a.active {
    color: #fff;
    background-color: #522d80; }
    .list-sidebar a.active:hover, .list-sidebar a.active:focus {
      outline: 0;
      color: #fff; }
    .list-sidebar a.active .link__icon {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .list-sidebar .list__expand {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .list-sidebar .active .list__expand {
    opacity: 1;
    pointer-events: all; }
  /*  list-sidebar--embed  */
  .list-sidebar--embed {
    padding: 0.375em 0.625em;
    max-width: none;
    position: relative;
    z-index: 100; }
    .list-sidebar--embed li:last-child:before {
      display: none; } }
.article__content ul, .article__content ol {
  list-style-position: outside;
  margin-left: 2.25em;
  margin-bottom: 1.25em; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
.logo .logo__text {
    font-size: 0; }
/* ------------------------------------------------------------ *\
	Logo-mobile
\* ------------------------------------------------------------ */
.logo-mobile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
.logo-mobile .logo__text {
    font-size: 0; }
.logo-mobile svg {
    width: 9.25em;
    height: 3.1875em; }
/* ------------------------------------------------------------ *\
	Logos
\* ------------------------------------------------------------ */
.logos .logos__inner {
  margin-top: 1.9375em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }
.logos .logo-alt {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 11.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.logos .logo-alt img {
    width: 100%; }
.logos .logo-alt--big {
  margin-left: auto;
  margin-right: auto;
  max-width: 43.75em; }
.logos .separator--vertical {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1.625em;
      -ms-flex: 1 1 1.625em;
          flex: 1 1 1.625em;
  min-width: 1.625em; }
@media (max-width: 1023px) {
  .logos .logos__inner {
    margin-top: 1.25em; } }
@media (max-width: 767px) {
  .logos .logos__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .logos .logo-alt {
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    min-height: 5.625em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc(50% - 0.815em);
        -ms-flex-preferred-size: calc(50% - 0.815em);
            flex-basis: calc(50% - 0.815em);
    max-width: calc(50% - 0.815em);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .logos .logo-alt img {
      max-width: 11.25em; }
  .logos .logo-alt--big {
    margin: 0 -1.25em;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .logos .logo-alt--big img {
      max-width: 43.75em; }
  .logos .separator {
    width: 100%;
    max-width: none;
    min-height: 1.625em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .logos .separator--vertical {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 1.625em;
        -ms-flex: 0 1 1.625em;
            flex: 0 1 1.625em; } }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  display: block; }
.nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.1875em; }
.nav li {
    margin: 0 1.1875em; }
.nav .nav__link {
    margin-top: 0.4375em;
    width: 7.0625em;
    color: #fff;
    text-transform: uppercase;
    font-family: "Trade Gothic LT W01 Roman", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: .95em; }
.nav .nav__link:focus {
      outline: 2px dashed rgba(0, 0, 0, 0.4); }
.nav .nav__logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
.nav .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
/*  nav--regalia  */
.nav--regalia .nav__link {
  color: #522d80; }
@media (max-width: 1023px) {
  .nav li {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .nav .nav__link {
    margin: 0;
    padding: 0.92875em 0 0.71437em;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    font-size: 0.875em;
    line-height: 1.3; } }
@media (max-width: 767px) {
  .nav ul {
    margin: 0; }
  .nav li {
    margin: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .nav .nav__link {
    margin: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    font-size: 0.875em;
    line-height: 1.3;
    color: #522d80;
    padding-top: 1.07125em;
    padding-bottom: 0.92875em; }
  /*  Nav--alt  */
  .nav--alt .nav__link {
    color: #fff; }
  /*  nav--defaultmobile  */
  .nav--defaultmobile .nav__link {
    color: #522d80; } }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 0.9375em 0; }
.section .article--vertical {
    margin-top: 6.25em; }
.section .shell {
    padding-left: 4.6875em;
    padding-right: 4.6875em;
    max-width: 103.375em; }
.section .tiles {
    margin-top: 3.25em; }
.section .articles--altsmall {
    padding-bottom: 5.875em; }
.section .boxes {
    margin-top: 6.25em;
    padding-top: 6.25em;
    border-top: 0.0625em solid #C4C4C4; }
/*  Section--narrow  */
.section--narrow .shell {
  max-width: 102.5em; }
body.is-ie .section--narrower .d-flex-fix {
  height: 40em;
  margin-top: 15em;
  margin-bottom: 5em; }
/*  Section--narrow  */
.section--narrower .shell {
  max-width: 91.125em; }
@media (max-width: 1263px) {
  .section .shell {
    max-width: 72.0625em;
    padding-left: 1.25em;
    padding-right: 1.25em; } }
@media (max-width: 1023px) {
  .section .tiles {
    margin-top: 2.375em; }
  .section .boxes {
    margin-top: 3.125em;
    padding-top: 3.125em; } }
@media (max-width: 767px) {
  .section .tiles {
    margin-top: 1.6875em; }
  .section .articles--altsmall {
    padding-bottom: 1em; }
  /*  Section--articles  */
  .section--articles {
    padding-bottom: 0; } }
/* ------------------------------------------------------------ *\
	Section-events
\* ------------------------------------------------------------ */
.section-events .filter {
  margin: 3.125em auto 0; }
.section-events .section__inner {
  margin-top: 2.1875em;
  border-top: 0.0625em solid #C4C4C4;
  border-bottom: 0.0625em solid #C4C4C4; }
.section-events .section__inner .shell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.section-events .section__aside {
  padding: 3.75em 1.4375em 2.5em;
  border-right: 0.0625em solid #C4C4C4;
  background-color: #fff;
  position: relative;
  z-index: 1; }
.section-events .section__aside:before {
    content: '';
    position: absolute;
    right: 6.25em;
    left: -100vw;
    top: 0.0625em;
    bottom: 0.0625em;
    background-color: #fff; }
.section-events .section__content {
  position: relative;
  padding-left: 6.5%;
  max-width: 56%;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }
.section-events .events {
  margin-right: auto;
  margin-left: 0;
  position: relative;
  z-index: 1; }
.section-events .calendar-holder {
  margin-right: auto;
  margin-left: auto; }
@media (max-width: 1263px) {
  .section-events .filter {
    margin: 2.5625em auto 0; }
  .section-events .section__content,
  .section-events .section__aside {
    padding-left: 0;
    padding-right: 0; }
  .section-events .section__aside {
    padding-right: 1.25em; }
  .section-events .section__content {
    padding-left: 1.25em; }
  .section-events .events {
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 1023px) {
  .section-events .section__inner .shell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .section-events .section__aside {
    padding-right: 0;
    padding-left: 0;
    border: 0; }
    .section-events .section__aside:before {
      display: none; }
  .section-events .section__content {
    padding-right: 0;
    padding-left: 0;
    max-width: none;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; } }
@media (max-width: 767px) {
  .section-events .section__inner {
    border: 0; }
  .section-events .section__aside {
    padding-top: 0.9375em;
    padding-bottom: 1.125em; }
  .section-events .filter {
    margin: 1.5625em auto 0; } }
/* ------------------------------------------------------------ *\
	Section-full
\* ------------------------------------------------------------ */
.section-full {
  position: relative;
  padding: 5.8125em 0;
  overflow-y: hidden; }
.section-full .section__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
.section-full .section__image img {
      width: 100%; }
.section-full .section__image img.wpsmartcrop-image {
        width: auto;
        min-width: 100%;
        min-height: 100%; }
.section-full .section__inner {
    position: relative; }
.section-full .shell {
    max-width: 103.375em;
    padding-left: 4.6875em;
    padding-right: 4.6875em; }
@media (max-width: 1263px) {
  .section-full .shell {
    max-width: 72.0625em;
    padding-left: 1.25em;
    padding-right: 1.25em; } }
@media (max-width: 1023px) {
  .section-full .inlay {
    margin: 0 auto; } }
@media (max-width: 767px) {
  .section-full {
    padding: 0; }
    .section-full .section__image {
      position: relative;
      padding-top: 0;
      padding-top: 75%; }
      .section-full .section__image img {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 100%;
        max-width: none;
        width: auto; }
    .section-full .inlay {
      margin: 0 -1.25em; } }
/* ------------------------------------------------------------ *\
	Section-grid
\* ------------------------------------------------------------ */
.section-grid .section__inner {
  border-top: 0.0625em solid #E6E1E1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.section-grid .section__aside {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18.75em;
      -ms-flex: 0 0 18.75em;
          flex: 0 0 18.75em; }
.section-grid .section__main {
  padding-top: 4.0625em;
  padding-bottom: 4.0625em;
  width: 100%;
  border-left: 0.0625em solid #E6E1E1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #FAFAFA; }
.section-grid .section__main .shell {
    padding-left: 2.25em;
    padding-right: 2.25em; }
.section-grid .resources {
  margin-left: auto;
  margin-right: auto; }
.section-grid .pagination {
  margin-top: 4.0625em; }
@media (max-width: 1023px) {
  .section-grid .section__inner {
    border-top: 0.0625em solid #E6E1E1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .section-grid .section__main,
  .section-grid .section__aside {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .section-grid .section__main .shell,
    .section-grid .section__aside .shell {
      padding-left: 1.25em;
      padding-right: 1.25em; }
  .section-grid .section__main {
    padding: 3em 0;
    border-top: 0.0625em solid #E6E1E1; }
  .section-grid .pagination {
    margin-top: 3em; } }
/* ------------------------------------------------------------ *\
	Section-alt
\* ------------------------------------------------------------ */
.section-alt .shell {
  padding-left: 4.6875em;
  padding-right: 4.6875em;
  max-width: 103.375em; }
.section-alt .article-answers {
  margin-left: auto;
  margin-right: auto; }
@media (max-width: 1263px) {
  .section-alt .shell {
    max-width: 72.0625em;
    padding-left: 1.25em;
    padding-right: 1.25em; } }
/* ------------------------------------------------------------ *\
	Section-big
\* ------------------------------------------------------------ */
.section-big {
  height: calc(100vh - 10em);
  border-top: 0.0625em solid #e5e0e0;
  background-color: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
.section-big .section__aside {
    position: relative;
    width: 31.765%; }
.section-big .section__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 100% 0%; }
.section-big .section__image img {
      min-width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
.section-big .section__inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 41.25em; }
.section-big .section__sidebar {
    padding-bottom: 0.5em;
    border-right: 0.0625em solid #e5e0e0;
    width: 100%;
    max-width: 13.75em;
    /* removed for scroll-fix 10/25/19 overflow-y: auto; */
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    background-color: #ffff; }
.section-big .section__main {
    position: relative;
    padding-top: 6.5em;
    padding-bottom: 6.5em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    background-color: #FAFAFA;
    /* Removed for scroll fix overflow-y: auto; */ }
.section-big .map-holder {
    margin-top: 3.125em; }
.section-big .tabs-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25.125em;
    pointer-events: none;
    z-index: 1; }
/*  section-big--alt  */
.section-big--alt .section__aside {
  -webkit-box-ordinal-group: 100;
  -webkit-order: 99;
      -ms-flex-order: 99;
          order: 99; }
.section-big--alt .section__sidebar {
  padding-top: 2.1875em;
  max-width: 12.125em; }
@media (max-width: 1023px) {
  .section-big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 0;
    height: auto; }
    .section-big .section__aside {
      width: 100%; }
    .section-big .section__main {
      padding-top: 3.125em;
      padding-bottom: 4.25em; }
    .section-big .section__image {
      position: relative; }
    .section-big .list-sidebar,
    .section-big .list-details--alt {
      max-width: 41.75em;
      margin: 1.75em auto 0;
      margin-top: 1px; }
  /*  section-big--alt  */
  .section-big--alt .section__aside {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .section-big--alt .section__sidebar {
    padding-top: 2.1875em;
    max-width: 12.125em; } }
.section--modest {
  width: 100%;
  max-width: 64em;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }
.section--centered {
  text-align: center; }
/* ------------------------------------------------------------ *\
	Section-sidebar
\* ------------------------------------------------------------ */
.section-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.section-sidebar .shell {
    max-width: 70.625em; }
.section-sidebar .sidebar {
    width: 100%;
    max-width: 21.5em;
    border-right: 0.0625em solid #C7C4C4; }
.section-sidebar .section__main {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    background-color: #fafafa; }
.section-sidebar .boxes {
    padding-top: 0;
    padding-bottom: 0; }
@media (max-width: 1023px) {
  .section-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section-sidebar .sidebar {
      max-width: none;
      border-top: 0.0625em solid #C7C4C4;
      border-right: 0; }
    .section-sidebar .section__main {
      padding-top: 1.875em;
      padding-bottom: 1.875em; } }
@media (max-width: 767px) {
  .section-sidebar .section__main {
    padding-top: 0;
    padding-bottom: 0; } }
body.page-template-default .section-big .section__image {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px; }
body.post-type-archive-tribe_events .section-big, body.single-tribe_events .section-big, body.page-template-default .section-big, body.page-template-landing_page .section-big, body.page-template-full-width .section-big, body.single-post .section-big {
  height: auto; }
body.post-type-archive-tribe_events .section-big, body.single-tribe_events .section-big .section__sidebar, body.single-tribe_events .section-big .section__main, body.page-template-default .section-big .section__sidebar, body.page-template-default .section-big .section__main, body.single-post .section-big .section__main, body.single-post .section-big .section__sidebar {
    overflow-y: unset; }
body.single-tribe_events .section-big .section__aside, body.page-template-default .section-big .section__aside {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    height: 100vh; }
@media (max-width: 1023px) {
      body.single-tribe_events .section-big .section__aside, body.page-template-default .section-big .section__aside {
        position: relative;
        height: auto;
        z-index: 19; } }
.page-template-default .wrapper, .single-tribe_events .wrapper {
  overflow: unset; }
.single-community .section .boxes {
  margin-top: 0;
  border-top: none;
  padding-top: 0; }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
  position: relative;
  padding: 17.5625em 0 0;
  min-height: 43.75em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1; }
.intro:not(.intro--white) {
    background-color: #341d52; }
.intro .intro__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden; }
.intro .intro__image img {
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
.intro .video {
    z-index: 1; }
.intro .shell {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-left: 1.25em;
    padding-right: 1.25em; }
.intro .intro__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    z-index: 2; }
.intro .intro__content {
   /*max-width: 38.125em;*/
    margin: auto;
    color: #fff;
    line-height: 1.5;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
.intro .intro__content--full {
    max-width: none; }
.intro .intro__title {
    margin-bottom: 0.595em;
    font-size: 2.625em;
    line-height: 1.38095;
    color: #fff; }
.intro .customize {
    margin: 0 -1.25em; }
/*  intro--white  */
.intro--white {
  padding-top: 10.0625em;
  padding-bottom: 2.6875em;
  min-height: 29.3125em; }
.intro--white .intro__title {
    margin-bottom: 0.1em;
    font-size: 3em;
    line-height: 1.50833;
    color: #522d80; }
.intro--white .intro__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #666; }
/*  intro--alt  */
.intro--alt {
  padding-top: 10.0625em;
  min-height: 25.625em;
  padding-bottom: 2.6875em; }
.intro--alt .intro__title--single {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 96.25em;
    padding-left: 1.25em;
    padding-right: 1.25em; }
.intro--alt .shell {
    max-width: 96.25em;
    display: block; }
.intro--alt .intro__inner {
    display: block;
    padding-top: 3.5em;
    padding-bottom: 2.5625em; }
.intro--alt .intro__content {
    max-width: 65.8125em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
@media (max-width: 1023px) {
  .intro .intro__title {
    font-size: 2em;
    line-height: 1.3; }
  /*  intro--alt  */
  .intro--alt {
    padding-top: 11.5625em; } }
@media (max-width: 767px) {
  .intro {
    padding-top: 0;
    min-height: 0; }
    .intro .intro__title {
      font-size: 2em;
      line-height: 1.3;
      color: #522d80;
      letter-spacing: 0; }
    .intro .intro__content {
      padding-top: 2.5625em;
      padding-bottom: 2.75em;
      max-width: none;
      color: #222222; }
    .intro .intro__image {
      position: relative; }
  /*  intro--alt  */
  .intro--alt {
    padding-top: 8.875em;
    padding-bottom: 0;
    min-height: 26.4375em; }
    .intro--alt .intro__title--single {
      padding-top: 2.625em;
      padding-bottom: 2.625em; }
    .intro--alt .intro__content {
      padding: 0;
      color: #fff; }
    .intro--alt .intro__image {
      position: absolute; }
    .intro--alt .intro__title {
      color: #fff; }
    .intro--alt .article-intro {
      margin-bottom: -2.5625em; }
    .intro--alt .article-intro--alt {
      margin-bottom: 0; }
  /*  intro--defaultmobile  */
  .intro--defaultmobile {
    padding-top: 0; }
    .intro--defaultmobile .intro__image {
      position: relative; }
    .intro--defaultmobile .intro__inner {
      background-color: #522d80;
      padding-bottom: 4.25em; }
  /*  intro--white  */
  .intro--white .intro__content {
    padding-top: 4.5em; } }
.is-ie .intro .intro__title {
  padding: 1.5em 0 0; }
.is-ie.page-template-home_page .intro .intro__inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0; }
.is-ie.page-template-home_page .intro .intro__content {
  padding-bottom: 4em; }
.is-ie.page-template-home_page .intro .intro__title {
  padding: 0; }
@media (max-width: 767px) {
  .is-ie.page-template-home_page .intro .intro__inner {
    position: relative;
    width: auto;
    bottom: auto; } }
.page-template-home_page .intro .intro__title {
  color: #fff; }
/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Link-bars
\* ------------------------------------------------------------ */
.link-bars {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.8125em 0 0.625em; }
.link-bars:before, .link-bars:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.21438em;
    background-color: #F56600;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
.link-bars:after {
    top: auto;
    bottom: 0; }
.link-bars:hover, .link-bars:focus {
    outline: 0; }
.link-bars:hover:before, .link-bars:focus:before {
      -webkit-transform: translateY(0.3125em);
          -ms-transform: translateY(0.3125em);
              transform: translateY(0.3125em); }
.link-bars:hover:after, .link-bars:focus:after {
      -webkit-transform: translateY(-0.3125em);
          -ms-transform: translateY(-0.3125em);
              transform: translateY(-0.3125em); }
@media (max-width: 767px) {
  .link-bars:hover, .link-bars:focus {
    outline: 0; }
    .link-bars:hover:before, .link-bars:focus:before {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .link-bars:hover:after, .link-bars:focus:after {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }
/* ------------------------------------------------------------ *\
	Link-arrow
\* ------------------------------------------------------------ */
.link-arrow {
  position: relative;
  padding: 1em 1.875em 1em 0.25em;
  display: block; }
.link-arrow .link__content {
    font-size: 1em;
    line-height: 1.3; }
.link-arrow .link__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
.link-arrow:hover, .link-arrow:focus {
    outline: 0; }
.link-arrow:hover .link__icon, .link-arrow:focus .link__icon {
      -webkit-transform: translateX(0.3125em);
          -ms-transform: translateX(0.3125em);
              transform: translateX(0.3125em); }
/*  Link arrow white  */
.link-arrow--white {
  color: #fff; }
/*  link arrow down  */
.link-arrow--down {
  padding-top: 1.75em;
  padding-bottom: 1.75em; }
.link-arrow--down .link__icon {
    position: static;
    display: inline-block;
    margin-left: 0.9375em; }
.link-arrow--down:hover, .link-arrow--down:focus {
    outline: 0; }
.link-arrow--down:hover .link__icon, .link-arrow--down:focus .link__icon {
      -webkit-transform: translateY(0.25em);
          -ms-transform: translateY(0.25em);
              transform: translateY(0.25em); }
/* ------------------------------------------------------------ *\
	link-curtain
\* ------------------------------------------------------------ */
.link-curtain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; }
.link-curtain:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #522d80;
    -webkit-transform: translateY(101%);
        -ms-transform: translateY(101%);
            transform: translateY(101%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    pointer-events: none; }
.link-curtain .link__icon {
    position: relative;
    z-index: 1;
    margin-bottom: 2.25em;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
.link-curtain .link__content {
    position: relative;
    z-index: 1; }
.link-curtain:hover, .container-link:hover .link-curtain, .link-curtain:focus, .container-link:focus .link-curtain {
    outline: 0;
    color: #fff; }
.link-curtain:hover:before, .container-link:hover .link-curtain:before, .link-curtain:focus:before, .container-link:focus .link-curtain:before {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
/*  link-curtain--alt  */
.link-curtain--alt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.link-curtain--alt:before {
    -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
            transform: translateX(-101%); }
.link-curtain--alt .link__icon {
    margin: 0; }
.link-curtain--alt:hover, .link-curtain--alt:focus {
    outline: 0; }
.link-curtain--alt:hover:before, .link-curtain--alt:focus:before {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
/* ------------------------------------------------------------ *\
	link-feedback
\* ------------------------------------------------------------ */
.link-feedback {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #222222;
  font-family: "Trade Gothic LT W01 Roman", Arial, Helvetica, sans-serif;
  font-weight: normal; }
.link-feedback .link__icon {
    margin-right: 1.5em;
    width: 2em;
    height: 2em; }
/* ------------------------------------------------------------ *\
	Link-zoom
\* ------------------------------------------------------------ */
.link-zoom {
  position: relative;
  overflow: hidden; }
.link-zoom .link__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
.link-zoom:hover, .link-zoom:focus {
    outline: 0; }
@media (max-width: 767px) {
  .link-zoom .link_image {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
  .link-zoom.hover .link__image, .link-zoom:focus .link__image {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; } }
/* ------------------------------------------------------------ *\
	Link-inherit
\* ------------------------------------------------------------ */
.link-inherit {
  color: inherit;
  font: inherit; }
.link-inherit:hover, .link-inherit:focus {
    outline: 0;
    color: #F56600; }
a.container-link:hover, a.container-link:focus {
  color: #522d80;
  outline: 0; }
#ico-thumbsup svg *, #ico-thumbs-down svg * {
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all; }
.link-feedback:hover, .link-feedback:focus {
  color: #222222; }
.link-feedback:hover #ico-thumbsup g#Ellipse_612, .link-feedback:hover #ico-thumbs-down g#Ellipse_613, .link-feedback:focus #ico-thumbsup g#Ellipse_612, .link-feedback:focus #ico-thumbs-down g#Ellipse_613 {
    stroke: purple;
    fill: purple; }
.link-feedback:hover #ico-thumbsup g#Group_4572 path, .link-feedback:hover #ico-thumbs-down g#Group_4573 path, .link-feedback:focus #ico-thumbsup g#Group_4572 path, .link-feedback:focus #ico-thumbs-down g#Group_4573 path {
    fill: white; }
/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */
.dropdown {
  position: relative; }
.dropdown .dropdown__trigger {
  position: relative; }
.dropdown .dropdown__expand {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
.dropdown.active .dropdown__trigger:before {
  opacity: 1; }
.dropdown.active .dropdown__expand {
  opacity: 1;
  pointer-events: all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto; }
/*  dropdown--nav  */
.dropdown--nav .dropdown__expand {
  padding: 1.5625em 0;
  position: relative;
  background-color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none; }
.dropdown.active .dropdown--nav .dropdown__expand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.dropdown--nav .dropdown__expand li {
    position: relative;
    padding: 0 1.5625em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
.dropdown--nav .dropdown__expand li + li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.0625em;
    height: 1.875em;
    background-color: #C4C4C4; }
.dropdown--nav .dropdown__arrow {
  margin-top: 0.125em;
  margin-left: 0.1875em;
  border: 0.2875em solid transparent;
  border-top-color: #F56600;
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  vertical-align: middle; }
.dropdown--nav .dropdown__link {
  text-transform: none; }
/*  dropdown--alt  */
.dropdown--alt .dropdown__expand {
  background-color: transparent;
  border-bottom: 0.1875em solid #F56600; }
/*  dropdown--white  */
.dropdown--white .dropdown__expand {
  background-color: #fff;
  border-bottom: 0.1875em solid #F56600; }
@media (max-width: 767px) {
  /*  dropdown--defaultmobile  */
  .dropdown--defaultmobile .dropdown__expand {
    background-color: #fff;
    border-bottom: 0; } }
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion .accordion__expand {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
.accordion.active .accordion__expand {
  opacity: 1;
  pointer-events: all; }
/*  Accordion--tablet   */
.accordion--tablet .accordion__expand {
  opacity: 1;
  pointer-events: all; }
/*  Accordion--mobile   */
.accordion--mobile .accordion__expand {
  opacity: 1;
  pointer-events: all; }
@media (max-width: 1023px) {
  /*  Accordion--tablet   */
  .accordion--tablet .accordion__expand {
    opacity: 0;
    pointer-events: none; } }
@media (max-width: 767px) {
  /*  Accordion--mobile   */
  .accordion--mobile .accordion__expand {
    opacity: 0;
    pointer-events: none; } }
/* ------------------------------------------------------------ *\
	Accordions
\* ------------------------------------------------------------ */
.accordions .accordions__expand {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
.accordions.active .accordions__expand {
  opacity: 1;
  pointer-events: all; }
/*  Accordions--tablet   */
.accordions--tablet .accordions__expand {
  opacity: 1;
  pointer-events: all; }
/*  Accordions--mobile   */
.accordions--mobile .accordions__expand {
  opacity: 1;
  pointer-events: all; }
@media (max-width: 1023px) {
  /*  Accordions--tablet   */
  .accordions--tablet .accordions__expand {
    opacity: 0;
    pointer-events: none; } }
@media (max-width: 767px) {
  /*  Accordions--mobile   */
  .accordion--mobile .accordion__expand {
    opacity: 0;
    pointer-events: none; } }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5625em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  font-size: 1em; }
.socials ul a {
    display: block;
    border-radius: 50%;
    color: #341d52;
    width: 2.01562em;
    height: 2.01562em; }
.socials ul a:hover, .socials ul a:focus {
      outline: 0;
      color: #F56600;
      background-color: #341d52; }
.socials li {
  margin: 0 0.5625em; }
.socials svg {
  width: 2em;
  height: 2em; }
@media (max-width: 767px) {
  .socials ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -0.625em; }
    .socials ul a {
      width: 2.50625em;
      height: 2.50625em; }
  .socials svg {
    width: 2.50062em;
    height: 2.50062em; }
  .socials li {
    margin: 0 0.625em; } }
/* ------------------------------------------------------------ *\
	Address
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Contact
\* ------------------------------------------------------------ */
.contact {
  padding: 2.125em 0 0; }
.contact .contact__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.contact .contact__row + .contact__row {
    margin-top: 2.125em; }
.contact .contact__col {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
.contact .contact__col--size1 {
    margin: 0;
    margin-right: 1.5em;
    max-width: 17.375em; }
.contact .contact__col--size2 {
    margin: 0;
    margin-left: 1.5em;
    max-width: 16em; }
.contact .frame {
    width: 100%; }
/*  contact--alt  */
.contact--alt ::-webkit-input-placeholder {
  color: #787878; }
.contact--alt ::-moz-placeholder {
  color: #787878; }
.contact--alt :-ms-input-placeholder {
  color: #787878; }
.contact--alt ::-ms-input-placeholder {
  color: #787878; }
.contact--alt ::placeholder {
  color: #787878; }
.contact--alt .contact__actions--full {
  max-width: none; }
.contact--alt .contact__actions--full .btn {
    width: 100%; }
@media (max-width: 1023px) {
  .contact .contact__title {
    font-size: 2em;
    line-height: 1.3; }
  .contact .contact__row {
    display: block; }
  .contact .contact__col {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: none; }
  .contact .contact__row + .contact__row,
  .contact .contact__col + .contact__col {
    margin-top: 1.875em; } }
/* ------------------------------------------------------------ *\
	Separator
\* ------------------------------------------------------------ */
.separator {
  position: relative;
  width: 100%;
  max-width: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 1.9375em;
  min-height: 4.5em;
  opacity: .4; }
.separator:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 0.0625em;
    min-height: 0.06875em;
    background-color: currentColor;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
.separator--vertical:before {
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.0625em;
  min-width: 0.06875em;
  height: auto; }
/*  Spearator--gray */
.separator--gray {
  opacity: 1; }
.separator--gray:before {
    background-color: #C4C4C4; }
/* ------------------------------------------------------------ *\
	Drawer
\* ------------------------------------------------------------ */
.drawer .drawer__title {
  position: relative;
  color: #fff; }
.drawer .drawer__content {
  margin-top: 1.3125em; }
.drawer .drawer__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  display: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
.drawer .drawer__icon svg {
    position: absolute;
    top: 0;
    left: 0; }
.footer .js-accordion-mobile button {
  font-size: 1.625em;
  line-height: 1.3;
  font-weight: 400; }
@media (max-width: 767px) {
  .drawer {
    padding: 1.5em 0;
    border-top: 0.0625em solid rgba(255, 255, 255, 0.4);
    border-bottom: 0.0625em solid rgba(255, 255, 255, 0.4); }
    .drawer .drawer__title {
      padding-left: 2.29188em;
      cursor: pointer;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.5em;
      line-height: 1.3;
      margin-bottom: 0; }
    .drawer .drawer__icon {
      width: 1.08312em;
      height: 1.08312em;
      display: block;
      color: #341d52; }
    .drawer .drawer__content {
      margin: -0.4375em auto;
      padding-top: 1.25em; }
    .drawer .list-footer {
      margin-top: 0.4375em;
      margin-bottom: 0.4375em; }
  .drawer.active .drawer__icon {
    color: #F56600;
    background-color: #341d52; } }
/* ------------------------------------------------------------ *\
	Drawer-alt
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .drawer-alt {
    border-top: 0.0625em solid #C4C4C4;
    border-bottom: 0.0625em solid #C4C4C4; }
    .drawer-alt .shell {
      padding-left: 4.6875em;
      padding-right: 4.6875em;
      max-width: 91.125em; }
    .drawer-alt .drawer__content {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fafafa; }
    .drawer-alt .drawer__icon {
      margin-bottom: 0.9375em;
      color: #F56600; }
    .drawer-alt .drawer__title {
      padding: 1.125em 0.8125em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      color: #222222;
      width: 100%;
      font-weight: 700; }
      .drawer-alt .drawer__title.active {
        background-color: #522d80;
        -webkit-box-shadow: 0 0 0 0.0625em rgba(202, 191, 217, 0) inset;
                box-shadow: 0 0 0 0.0625em rgba(202, 191, 217, 0) inset;
        color: #fff; }
        .drawer-alt .drawer__title.active .drawer__icon {
          color: #F56600; }
    .drawer-alt .drawer__off {
      opacity: 1;
      pointer-events: all;
      color: #522d80; }
    .drawer-alt .drawer__on {
      opacity: 0;
      pointer-events: none;
      color: #fff; }
    .drawer-alt .separator {
      opacity: 1; }
      .drawer-alt .separator:before {
        background-color: #C4C4C4; }
  .drawer-alt.active .drawer__off {
    opacity: 0;
    pointer-events: none; }
  .drawer-alt.active .drawer__on {
    opacity: 1;
    pointer-events: all; }
  .drawer-alt.active .separator:before {
    background-color: #D6D3D3; }
  .drawer-alt + .drawer-alt {
    border-top: 0; } }
@media (max-width: 767px) {
  .drawer-alt .shell {
    padding-left: 1.25em;
    padding-right: 1.25em; } }
/* ------------------------------------------------------------ *\
	Customize
\* ------------------------------------------------------------ */
.customize {
  width: 100vw;
  max-width: 59.5625em;
  background-color: #522d80;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
.customize .customize__inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 56.5625em;
    padding: 1.375em 1.25em 1.75em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.customize .customize__head,
  .customize .customize__body {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 8;
    -webkit-flex: 8 1 auto;
        -ms-flex: 8 1 auto;
            flex: 8 1 auto; }
.customize .customize__subtitle {
    margin-bottom: 0; }
.customize .customize__head {
    margin: auto;
    padding-top: 0.5em;
    max-width: 14.8125em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
.customize .customize__body {
    max-width: 29.1875em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
.customize .customize__fields {
    width: 100%;
    margin-right: 1.4375em; }
.customize .customize__actions {
    width: 100%;
    max-width: 10.3125em; }
.customize .separator {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto; }
.customize .btn {
    padding-left: 1.25em;
    padding-right: 1.25em;
    width: 100%;
    min-width: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
@media (max-width: 767px) {
  .customize .customize__inner {
    padding-top: 2.375em;
    padding-bottom: 3.125em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .customize .customize__head,
  .customize .customize__body {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 8;
    -webkit-flex: 8 0 auto;
        -ms-flex: 8 0 auto;
            flex: 8 0 auto; }
  .customize .customize__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .customize .customize__actions {
    margin-top: 1.3125em;
    max-width: none; }
  .customize .separator {
    min-height: 2.875em; } }
/* ------------------------------------------------------------ *\
	Frame
\* ------------------------------------------------------------ */
.frame, nf-fields-wrap {
  position: relative;
  font-size: 0.875em;
  line-height: 1.3; }
.frame .frame__inner, nf-fields-wrap .frame__inner {
    position: relative; }
.frame .frame__label, .frame .nf-field-label label, nf-fields-wrap .frame__label, nf-fields-wrap .nf-field-label label {
    display: block;
    margin-bottom: 0.21438em; }
.frame .frame__icon, nf-fields-wrap .frame__icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    border-right: 0.07125em solid #ccc;
    width: 2.85688em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none; }
.frame .icon, nf-fields-wrap .icon {
    position: relative; }
/*  frame--icon  */
.frame--icon .select {
  padding-left: 3.42875em; }
/*  frame--iconsmall  */
.frame--iconsmall .field {
  padding-left: 3.57125em; }
/*  frame--row  */
.frame--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.frame--row .frame__label {
    margin-right: 1.71437em; }
.frame--row .frame__inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
@media (max-width: 767px) {
  /*  frame--dropdown  */
  .frame--dropdown .icon-dropdown {
    position: relative;
    margin-left: 0.42875em;
    width: 0.78563em;
    height: 0.5em;
    display: inline-block;
    vertical-align: middle; }
    .frame--dropdown .icon-dropdown svg {
      position: absolute;
      top: 0;
      left: 0; }
  .frame--dropdown .frame__inner {
    margin: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 8.57125em;
        -ms-flex: 0 1 8.57125em;
            flex: 0 1 8.57125em;
    width: auto; } }
nf-fields-wrap {
  font-size: 1em; }
/* ------------------------------------------------------------ *\
	Select2
\* ------------------------------------------------------------ */
.frame--icon .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 4.28562em; }
.select2-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.92875em 0.64312em;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 0.14313em #fff inset;
          box-shadow: 0 0 0 0.14313em #fff inset;
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.select2-container {
  position: absolute;
  width: auto !important;
  height: auto !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.select2-container .select2-selection {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  background-color: #522d80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.select2-container .select2-selection .select2-selection__arrow {
  position: absolute;
  width: 0.42875em;
  height: 100%;
  top: 0;
  right: 0.71437em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.select2-container .select2-selection .select2-selection__arrow b {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.14313em;
  margin-left: 0;
  height: 0;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 0.21438em 0.21438em 0 0.21438em; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
  border-width: 0 0.21438em 0.21438em 0.21438em; }
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #fff; }
.select2-dropdown {
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0.14313em #fff inset;
          box-shadow: 0 0 0 0.14313em #fff inset;
  background-color: #522d80;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.3; }
.select2-dropdown--below {
  margin-top: -0.14313em; }
.select2-dropdown--above {
  margin-top: 0.14313em; }
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(255, 255, 255, 0.2); }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(255, 255, 255, 0.2); }
.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #522d80; }
.select2-search--dropdown .select2-search__field {
  border: 0.07125em solid #ccc; }
.select2-results__option {
  padding: 0.5em 0.64312em; }
.select2-search--dropdown {
  padding: 0.92875em 0.64312em 0.78563em; }
.select:after, .select--gray:after {
  content: "▼";
  position: absolute;
  width: 0.42875em;
  height: 100%;
  top: calc(50% - 1em);
  font-size: .5em;
  right: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: block; }
/*  Select--gray  */
.select--gray {
  border: 1px solid #cccccc;
  /*
	.select2-container .select2-selection {
		background-color: $white;
	}

	.select2-container {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.select2-container .select2-selection--single .select2-selection__rendered {
		box-shadow: none;
	}

	.select2-container .select2-selection .select2-selection__arrow b {
		border-color: $black transparent transparent transparent;
	}
	.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
		border-color: transparent transparent $black transparent;
	}
	*/ }
.select2-container--gray .select2-dropdown {
  -webkit-box-shadow: 0 0 0 0.14313em #ccc inset;
          box-shadow: 0 0 0 0.14313em #ccc inset;
  background-color: #fff;
  color: #757575; }
.select2-container--gray .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(204, 204, 204, 0.2); }
.select2-container--gray .select2-results__option[aria-selected=true] {
  background-color: rgba(204, 204, 204, 0.2); }
.nf-form-layout .select--gray .select2-container .select2-selection {
  background-color: transparent; }
.select2-container .select2-selection:focus {
  background: #fff;
  color: #666666; }
.select2-container .select2-selection:focus .select2-selection__arrow b {
  border-color: #341d52 transparent transparent transparent; }
.select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #341d52 transparent; }
/* ------------------------------------------------------------ *\
	fade
\* ------------------------------------------------------------ */
.fade {
  position: relative; }
.fade:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 2; }
/*  fade--regalia  */
.fade--regalia:before {
  background-color: rgba(61, 33, 94, 0.75); }
/* ------------------------------------------------------------ *\
	Shadow
\* ------------------------------------------------------------ */
.shadow {
  position: relative; }
.shadow:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); }
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article h2 + p {
  margin-top: 0.25em; }
.article p + p {
  margin-top: 1.625em; }
.article p + p[style], .article h2 + p[style] {
  text-align: left !important; }
.article p + ul, .article p + ol {
  margin-top: 1.625em;
  margin-bottom: 1.625em; }
.article a {
  text-decoration: underline; }
.article a.btn {
    text-decoration: none; }
.article .entry-header h1 {
  font-size: 2.25em; }
.article .article__main {
  margin: auto 0;
  padding: 0 6.25em;
  width: 100%;
  min-width: 24.6875em;
  max-width: none; }
.article .article__main--offset {
  padding: 0 6.25em 0 2.875em; }
.article .article__inner {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
.article .article__image {
  position: relative;
  width: 100%;
  overflow: hidden; }
.article .article__image-spaced {
  margin-bottom: 0.625em; }
.article .article__content {
  margin-top: 2.25em;
  line-height: 1.65; }
.article .article__content h2 {
    margin-top: 1em;
    margin-bottom: 0; }
.article .article__actions {
  margin-top: 1.875em; }
.article .article__actions .btn {
    -webkit-box-shadow: 0px 0 0 0.12em #F56600 inset;
    box-shadow: 0px 0px 0px 0.12em #F56600 inset; }
@supports (-ms-ime-align: auto) {
      .article .article__actions .btn {
        -webkit-box-shadow: .5px 0 0 0.12em #F56600 inset;
        box-shadow: .5px 0px 0px 0.12em #F56600 inset; } }
.article .article__inner {
  margin: 0 -0.9375em;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
.article .article__col {
  margin: 0 0.9375em; }
.article .article__col--image {
  width: 53.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
.article .list-bars {
  margin-top: 2.25em; }
.article h2.article__subtitle, .article .h2.article__subtitle {
  font-size: 1.125em;
  line-height: 1.3913;
  margin-top: 0.25em;
  font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal; }
.article .nf-form-cont {
  margin-top: 1.5em; }
.entry-header + .article__content .wp-block-seperator:first-child {
  margin: 3.25em 0 1.25em; }
.wp-block-seperator {
  margin: 1.25em 0; }
body.is-ie .aricle__inner {
  display: block !important; }
body.is-ie .aricle__inner .cols {
    height: 100%;
    display: block !important; }
body.is-ie.single-community .main .aricle__inner, body.is-ie.single-building .main .aricle__inner, body.is-ie .section--articles .aricle__inner {
  display: block !important; }
body.is-ie.single-community .main .cols, body.is-ie.single-building .main .cols, body.is-ie .section--articles .cols {
  height: 100%;
  display: block !important; }
body.is-ie.single-community .main .col, body.is-ie.single-building .main .col, body.is-ie .section--articles .col {
  display: inline-block !important; }
.article__content h3 + p {
  margin-top: 0.22222em; }
.article__content a {
  text-decoration: underline; }
/*  Article--vertical  */
.article--vertical .article__inner {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
.article--vertical .article__main {
  margin: 0;
  padding: 0;
  padding-top: 4em;
  min-width: 0;
  max-width: none; }
.article--vertical .article__title {
  line-height: 1.4; }
.article--vertical .article__title h2 {
    color: #222222;
    font-size: 1em;
    line-height: 1.4;
    font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0.2em; }
.article--vertical .article__content {
  margin-top: 0.625em; }
.article--vertical .article__col--image {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
.article--vertical .article__image img {
  width: 100%;
  min-width: 0; }
/*  Article--inlay  */
.article--inlay {
  width: 100%;
  max-width: none; }
.article--inlay .article__content {
    line-height: 1.5; }
.article--inlay .article__title {
    font-size: 2.25em;
    line-height: 1.22222; }
.article--inlay .article__title + .contact {
    padding-top: 0; }
/*  Article--alt  */
.article--alt {
  width: 100%;
  max-width: 36.5em; }
.article--alt .article__inner {
    width: auto; }
.article--alt .article__main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 35.125em; }
body.is-ie .article--alt:not(.article--overlay) {
  max-width: 20em; }
/*  Article--altsmall  */
.article--altsmall {
  width: 100%;
  max-width: 23.875em; }
.article--altsmall .article__inner {
    width: auto; }
.article--altsmall .article__main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: none; }
.article--altsmall .article__logo {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 57%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
.article--altsmall .article__logo svg,
    .article--altsmall .article__logo img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
.article--altsmall .aquarium-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 23.875em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
.article--altsmall .aquarium-holder .aquarium {
      width: 52.4%;
      max-width: none;
      height: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute; }
body.is-ie .article__logo svg, body.is-ie .article__logo img {
  position: relative; }
/*  Article--overlay  */
.article--overlay .article__main {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none; }
.article--overlay .article__intro {
  margin-bottom: 1.5em;
  width: 100%;
  max-width: 31.875em; }
.article--overlay .article__row {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.article--overlay .article__col--size1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 31.875em;
      -ms-flex: 1 1 31.875em;
          flex: 1 1 31.875em;
  max-width: 31.875em; }
.article--overlay .article__content {
  margin-top: 0; }
.article--overlay .separator--vertical {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1.9375em;
      -ms-flex: 1 0 1.9375em;
          flex: 1 0 1.9375em; }
.article--overlay .list-details {
  width: 11.875em; }
body.is-ie .article--overlay .article__main {
  padding-top: 50%; }
/*  Article--sidebar  */
.article--sidebar .article__image img {
  width: auto;
  max-width: 17.5em; }
.article--sidebar .article__content {
  margin-top: 1.3125em; }
.article--sidebar .article__actions {
  margin-top: 1.125em;
  padding-top: 2.1875em;
  border-top: 0.0625em solid #C7C4C4; }
@media (max-width: 1263px) {
  .article .article__main {
    padding: 0;
    margin: auto;
    padding-bottom: 1.5625em;
    width: 100%;
    min-width: 0;
    max-width: 24.6875em; }
  .article .article__main--offset {
    margin: auto 0 auto 2.125em; }
  .article .article__col--offset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46.5%;
        -ms-flex: 0 0 46.5%;
            flex: 0 0 46.5%; }
  .article .article__col--image {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 38.3125em;
        -ms-flex: 0 1 38.3125em;
            flex: 0 1 38.3125em; }
  /*  Article--vertical  */
  .article--vertical .article__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .article--vertical .article__title {
    font-size: 2em;
    line-height: 1.25; }
  .article--vertical .article__main {
    margin: 0;
    padding: 0;
    padding-top: 2.1875em;
    min-width: 0;
    max-width: none; }
  .article--vertical .article__title {
    line-height: 1.4; }
  .article--vertical .article__content {
    margin-top: 0.625em; }
  .article--vertical .article__col--image {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .article--vertical .article__image img {
    width: 100%;
    min-width: 0; }
  /*  Article--alt  */
  .article--alt .article__inner {
    width: auto; }
  .article--alt .article__main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.375em;
    padding-right: 2.375em;
    max-width: 35.125em; }
  /*  Article--altsmall  */
  .article--altsmall {
    width: 100%;
    max-width: 23.875em; }
    .article--altsmall .article__inner {
      width: auto; }
    .article--altsmall .article__main {
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0;
      max-width: none; }
  /*  Article--overlay  */
  .article--overlay .article__main {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: none; }
  .article--overlay .article__content {
    margin-top: 0; }
  /*  Article--sidebar  */
  .article--sidebar .article__image img {
    width: auto;
    max-width: 17.5em; }
  .article--sidebar .article__content {
    margin-top: 1.3125em; }
  .article--sidebar .article__actions {
    margin-top: 1.125em;
    padding-top: 2.1875em;
    border-top: 0.0625em solid #C7C4C4; } }
@media (max-width: 1023px) {
  /*  Article--inlay  */
  .article--inlay .article__title {
    font-size: 2em;
    line-height: 1.3; } }
@media (max-width: 767px) {
  .article .article__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .article .article__main {
    margin: 0;
    padding-top: 2.5625em;
    padding-bottom: 1.1875em;
    min-width: 0;
    max-width: none; }
  .article .article__col--image {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .article .article__image {
    margin: 0 -1.25em; }
    .article .article__image img {
      width: 100%; }
  .article .article__actions {
    margin-top: 2em; }
  .article .list-bars {
    margin-top: 1.625em; }
  /*  Article--vertical  */
  .article--vertical .article__image {
    margin: 0; }
  .article--vertical .article__title {
    margin-bottom: 0.30769em; }
  .article--vertical .article__main {
    padding-top: 1.75em;
    padding-bottom: 2.25em; }
  .article--vertical .article__content {
    margin-top: 1.25em; }
  /*  Article alt  */
  .article--alt {
    max-width: none; }
    .article--alt .article__main {
      padding-left: 0;
      padding-right: 0;
      max-width: none; }
  /*  Article--altsmall  */
  .article--altsmall .article__logo {
    padding-top: 0; }
    .article--altsmall .article__logo svg,
    .article--altsmall .article__logo img {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      top: 0;
      left: 0; }
  .article--altsmall .aquarium-holder {
    position: relative; }
    .article--altsmall .aquarium-holder .aquarium {
      position: relative;
      width: 52.4%;
      top: 0;
      left: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  /*  Article--overlay  */
  .article--overlay .article__intro {
    max-width: none; }
  .article--overlay .article__row {
    display: block; }
  .article--overlay .article__col--size1 {
    max-width: none; }
  .article--overlay .list-details {
    margin-top: 3.125em;
    width: auto; }
  /*  article--event  */
  .article--event .btn {
    width: 100%; }
  .article--event .article__actions {
    max-width: none; }
  /*  Article--sidebar  */
  .article--sidebar .article__image img {
    width: auto;
    max-width: 17.5em; }
  .article--sidebar .article__content {
    margin-top: 1.3125em; }
  .article--sidebar .article__actions {
    margin-top: 1.125em;
    padding-top: 2.1875em;
    border-top: 0.0625em solid #C7C4C4; } }
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles .articles__inner {
  margin: 0 -0.9375em;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
.articles .articles__col {
  margin: 0 0.9375em; }
/*  articles--alt  */
.articles--alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.articles--alt .article--alt + .article--alt {
    margin-left: 6em; }
/*  articles--altsmall  */
.articles--altsmall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.articles--altsmall .article--altsmall + .article--altsmall {
    margin-left: 3.9375em; }
@media (max-width: 767px) {
  .articles .articles__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  /*  articles--alt  */
  .articles--alt {
    display: block; }
    .articles--alt .article--alt + .article--alt {
      margin-top: 1.625em;
      margin-left: 0; } }
/* ------------------------------------------------------------ *\
	Article-intro
\* ------------------------------------------------------------ */
.article-intro {
  width: 100%; }
.article-intro .article__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.article-intro .article__title {
    font-size: 2.625em;
    line-height: 1.38095;
    color: #fff; }
.article-intro .list-bars--alt {
    width: 100%;
    max-width: 21.0625em; }
.article-intro .article__content {
    margin-top: 1.5em;
    font-size: 1em;
    line-height: 1.625; }
.article-intro .article__main {
    max-width: 36.625em;
    margin-right: 5em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
/*  article-intro--alt  */
.article-intro--alt {
  width: 100%;
  max-width: 42.375em;
  text-align: center; }
.article-intro--alt .article__title {
    font-size: 2.25em;
    line-height: 1.22222; }
.article-intro--alt .article__actions {
    margin-top: 2em; }
@media (max-width: 1023px) {
  .article-intro .article__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .article-intro .article__title {
    font-size: 2em;
    line-height: 1.25; }
  .article-intro .list-bars--alt,
  .article-intro .article__main {
    max-width: none;
    margin-left: auto;
    margin-right: auto; }
  .article-intro .list-bars--alt {
    margin-top: 2.5em; } }
@media (max-width: 767px) {
  .article-intro .list-bars--alt {
    margin-top: 1.75em; }
  /*  article-intro--alt  */
  .article-intro--alt {
    text-align: left; } }
/* ------------------------------------------------------------ *\
	article-nested
\* ------------------------------------------------------------ */
.article-nested {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.article-nested .article__main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40.83%;
        -ms-flex: 0 1 40.83%;
            flex: 0 1 40.83%;
    min-width: 50%; }
.article-nested .article__content {
    line-height: 1.5;
    margin-top: 1.5em; }
.article-nested .article__image {
    margin-left: 2.8125em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 51.25%;
        -ms-flex: 0 1 51.25%;
            flex: 0 1 51.25%; }
.article-nested .article__image img {
      width: 100%; }
@media (max-width: 767px) {
  .article-nested {
    padding-top: 3.1875em;
    padding-bottom: 2.875em;
    display: block; }
    .article-nested .article__main,
    .article-nested .article__image {
      width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .article-nested .article__image {
      margin-top: 2.625em;
      margin-left: 0; } }
/* ------------------------------------------------------------ *\
	Article-box
\* ------------------------------------------------------------ */
.article-box .article__content {
  margin-top: 1.125em;
  line-height: 1.5; }
.article-box .article__icon {
  margin: 0 auto 1.5em;
  width: 1.625em;
  height: 1.625em; }
.article-box .article__actions {
  margin-top: 1.5em; }
@media (max-width: 1023px) {
  .article-box .article__icon {
    margin: 0 auto;
    width: 1.625em;
    height: 1.625em; } }
/* ------------------------------------------------------------ *\
	article-answers
\* ------------------------------------------------------------ */
.article-answers {
  width: 100%;
  padding-top: 4.5em;
  padding-bottom: 4.1875em;
  max-width: 87.5em;
  font-size: 1.25em;
  line-height: 1.3;
  line-height: 1.5; }
.article-answers .article__inner {
    margin-top: 2.125em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.article-answers .article__content p {
    padding-bottom: 1.5em;
    color: #222222; }
.article-answers .article__content ol {
    padding-bottom: 1.5em; }
.article-answers .article__content ul {
    padding-bottom: 1.5em; }
.article-answers .article__main {
    width: 100%;
    max-width: 44.6875em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 44.6875em;
        -ms-flex: 1 1 44.6875em;
            flex: 1 1 44.6875em; }
.article-answers .article__aside {
    width: 100%;
    min-width: 20.9375em;
    max-width: 30.125em;
    -webkit-box-flex: 2;
    -webkit-flex: 2 1 20.9375em;
        -ms-flex: 2 1 20.9375em;
            flex: 2 1 20.9375em; }
.article-answers .article__aside h3 {
      font-size: 1em;
      color: #222222; }
.article-answers .feedback {
    margin-top: 3.125em;
    padding-top: 3.125em;
    border-top: 0.0625em solid #C7C4C4; }
.article-answers .separator--vertical {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 8.25em;
        -ms-flex: 1 1 8.25em;
            flex: 1 1 8.25em; }
@media (max-width: 1023px) {
  .article-answers {
    padding-bottom: 1.25em;
    padding-top: 2.4em; }
    .article-answers .article__content {
      font-size: 0.8em;
      line-height: 1.5; }
    .article-answers .article__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 1em; }
    .article-answers .article__main,
    .article-answers .article__aside {
      max-width: none;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .article-answers .article__aside {
      margin-top: 2.625em;
      padding-top: 2.625em;
      border-top: 0.0625em solid #C7C4C4;
      min-width: 0; }
    .article-answers .feedback {
      margin-top: 2.625em;
      padding-top: 2.625em; } }
body.single-building .article-nested .article__image img, body.single-community .article-nested .article__image img {
  max-height: 420px; }
.article-nested h2.article__title {
  font-size: 1.8em;
  line-height: 1.22222;
  color: #522d80;
  font-weight: normal; }
.page-template-conference_list_page .boxes .article-box h2 {
  font-family: "Trade Gothic LT W01 Roman", Arial, Helvetica, sans-serif;
  font-size: 1.625em; }
/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  width: 100%;
  height: auto;
  padding-top: 105.65%;
  position: relative;
  overflow: hidden; }
.tile .tile__image {
    position: absolute;
    top: -0.0625em;
    left: -0.0625em;
    right: -0.0625em;
    bottom: -0.0625em;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
.tile .tile__icon {
    position: absolute;
    top: -0.0625em;
    left: -0.0625em;
    right: -0.0625em;
    bottom: -0.0625em;
    padding-bottom: 5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    -webkit-transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
.tile .tile__icon img {
      -o-object-fit: contain;
         object-fit: contain;
      max-height: 100%; }
.tile .tile__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2em 3.1875em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.tile .tile__content {
    padding-top: 1.625em;
    border-top: 0.0625em solid rgba(255, 255, 255, 0.4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
.tile .tile__arrow {
    position: absolute;
    bottom: 0.1875em;
    right: 0.5em;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
.tile .tile__title {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125em;
    line-height: 1.38889;
    font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0.4em; }
.tile .tile__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.tile:hover, .tile:focus, .tile.focused {
    outline: 0; }
.tile:hover .tile__image, .tile:focus .tile__image, .tile.focused .tile__image {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
.tile:hover .tile__icon, .tile:focus .tile__icon, .tile.focused .tile__icon {
      background-color: rgba(0, 0, 0, 0.3); }
.tile:hover .tile__arrow, .tile:focus .tile__arrow, .tile.focused .tile__arrow {
      -webkit-transform: translateX(0.3125em);
          -ms-transform: translateX(0.3125em);
              transform: translateX(0.3125em); }
/*  Tile--small  */
.tile--small {
  padding-top: 75.4%; }
@media (max-width: 1263px) {
  .tile .tile__inner {
    padding: 1.9375em 2.3125em; }
  .tile .tile__content {
    padding-top: 1.9375em; }
  .tile .tile__arrow {
    bottom: 0.1875em;
    right: 0.3125em; }
  .tile .tile__icon {
    padding-bottom: 5.5em; }
    .tile .tile__icon svg {
      width: 27%; }
    .tile .tile__icon img {
      width: 50%; }
  /*  Tile--small  */
  .tile--small {
    padding-top: 81.6%; } }
@media (max-width: 1023px) {
  .tile .tile__title {
    font-size: 1.125em;
    line-height: 1.27778; }
  .tile .tile__image,
  .tile .tile__icon {
    top: auto;
    height: 101%;
    max-height: 26.4375em; }
  /*  Tile--small  */
  .tile--small .tile__image,
  .tile--small .tile__icon {
    max-height: 19.3125em; } }
@media (max-width: 767px) {
  .tile {
    padding-top: 113.1%; }
    .tile .tile__inner {
      padding: 1.4375em 1.25em; }
    .tile .tile__content {
      padding-top: 1.8125em; }
    .tile .tile__arrow {
      bottom: 0.25em;
      right: 0.0625em;
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); }
    .tile:hover, .tile:focus {
      outline: 0; }
      .tile:hover .tile__arrow, .tile:focus .tile__arrow {
        -webkit-transform: scale(0.7) translateX(0.3125em);
            -ms-transform: scale(0.7) translateX(0.3125em);
                transform: scale(0.7) translateX(0.3125em); }
  /*  Tile--small  */
  .tile--small {
    padding-top: 82.5%; } }
/* ------------------------------------------------------------ *\
	Tiles
\* ------------------------------------------------------------ */
.tiles .tiles__row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
.tiles .tiles__col {
  width: 58.4%;
  max-width: 58.4%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
.tiles .tiles__col--nested {
  width: 50%;
  max-width: 50%; }
.tiles .tiles__col--big {
  width: 41.6%;
  max-width: 41.6%; }
.tiles .tile {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
@media (max-width: 1023px) {
  .tiles .tiles__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tiles .tiles__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tiles .tiles__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tiles .tiles__col {
    width: 100%;
    max-width: none; }
  .tiles .tiles__col--nested {
    width: 100%;
    max-height: 19.25em;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden; }
  .tiles .tiles__col--big {
    width: 100%;
    max-height: 26.375em;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden; } }
@media (max-width: 767px) {
  .tiles .tiles__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tiles .tiles__col {
    width: 100%; } }
/* ------------------------------------------------------------ *\
	inlay
\* ------------------------------------------------------------ */
.inlay {
  width: 100vw;
  max-width: 29.3125em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: rgba(82, 45, 128, 0.85); }
.inlay .inlay__inner {
    width: 100%;
    max-width: 23.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 3.25em 1.25em 3.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
/*  Inlaiy alt  */
.inlay--alt {
  max-width: 40.9375em; }
.inlay--alt .inlay__inner {
    max-width: 34.5625em; }
@media (max-width: 767px) {
  .inlay {
    max-width: none;
    background-color: #522d80; }
    .inlay .inlay__inner {
      padding-top: 2.625em;
      padding-bottom: 3.125em;
      max-width: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
/* ------------------------------------------------------------ *\
	filter
\* ------------------------------------------------------------ */
.filter {
  width: 100%;
  max-width: 59.5625em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
.filter .filter__inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 57.125em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
.filter .filter__head,
  .filter .filter__body {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 8;
    -webkit-flex: 8 1 auto;
        -ms-flex: 8 1 auto;
            flex: 8 1 auto; }
.filter .filter__body {
    max-width: 48.125em; }
.filter .filter__title {
    margin-bottom: 0; }
.filter .filter__subtitle {
    margin-bottom: 0; }
.filter .filter__head {
    margin: auto;
    padding-top: 0.5em;
    max-width: 14.8125em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
.filter .filter__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
.filter .filter__fields {
    width: 100%;
    margin-right: 1.4375em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.filter .filter__actions {
    width: 100%;
    max-width: 9.6875em; }
.filter .separator {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto; }
.filter .btn {
    padding-left: 1.25em;
    padding-right: 1.25em;
    width: 100%;
    min-width: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
.filter .frame {
    width: 100%;
    max-width: 19.92875em; }
.filter .frame + .frame {
    margin-left: 2.14312em; }
.filter .separator {
    height: 2.4375em;
    margin: 0.25em auto; }
@media (max-width: 1023px) {
  .filter .filter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .filter .filter__head {
    width: 100%;
    max-width: none;
    text-align: center; }
  .filter .filter__body {
    margin-top: 1.5em;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .filter .filter__fields {
    margin-right: 0;
    max-width: none; }
  .filter .filter__actions {
    max-width: none;
    margin-top: 1.5em; }
  .filter .frame {
    max-width: none; } }
@media (max-width: 767px) {
  .filter .filter__fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .filter .filter__head {
    text-align: left; }
  .filter .filter__body {
    margin-top: 0.9375em; }
  .filter .frame + .frame {
    margin-left: 0;
    margin-top: 1.71437em; }
  .filter .filter__actions {
    max-width: 9.6875em; } }
/* ------------------------------------------------------------ *\
	filter-alt
\* ------------------------------------------------------------ */
.filter-alt {
  padding-top: 3.125em;
  padding-bottom: 3.125em; }
.filter-alt .filter__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
.filter-alt .filter__fields {
    margin: -0.75em -1em;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.filter-alt .filter__actions {
    width: 100%;
    max-width: 8.125em;
    margin-left: 2.625em; }
.filter-alt .btn {
    padding-left: 1.25em;
    padding-right: 1.25em;
    width: 100%;
    min-width: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
.filter-alt .frame {
    margin: 0.85688em 1.14281em;
    width: 100%;
    max-width: 19.92875em; }
/*  Filter-alt single  */
.filter-alt--single .shell {
  max-width: 66.25em; }
.filter-alt--single .frame {
  max-width: none;
  margin: 0; }
.filter-alt--single .filter__fields {
  max-width: none;
  margin: 0; }
.filter-alt--single .filter__actions {
  margin-left: 1em;
  max-width: 11.75em; }
@media (max-width: 1263px) {
  .filter-alt .filter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .filter-alt .filter__fields {
    margin-right: 0;
    width: calc(100% + 2em);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .filter-alt .filter__actions {
    max-width: none;
    margin-left: 0;
    margin-top: 1.625em; }
  .filter-alt .frame {
    min-width: calc(50% - 2.29em);
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc(50% - 2.29em);
        -ms-flex-preferred-size: calc(50% - 2.29em);
            flex-basis: calc(50% - 2.29em); }
  /*  Filter-alt single  */
  .filter-alt--single .frame {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .filter-alt--single .filter__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .filter-alt--single .filter__fields {
    max-width: none;
    margin: 0; }
  .filter-alt--single .filter__actions {
    margin-top: 0;
    margin-left: 1em;
    max-width: 11.75em; } }
@media (max-width: 767px) {
  .filter-alt {
    padding-top: 2.625em;
    padding-bottom: 2.625em; }
    .filter-alt .filter__fields {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
    .filter-alt .frame {
      min-width: calc(50% - 2.29em);
      max-width: none;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc(50% - 2.29em);
          -ms-flex-preferred-size: calc(50% - 2.29em);
              flex-basis: calc(50% - 2.29em); }
  /*  Filter-alt single  */
  .filter-alt--single .filter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .filter-alt--single .filter__actions {
    margin-left: 0;
    margin-top: 1.625em;
    max-width: none; } }
/* ------------------------------------------------------------ *\
	Filter-staff
\* ------------------------------------------------------------ */
.filter-staff {
  position: relative; }
.filter-staff .filter__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
.filter-staff .frame--dropdown {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 1.5em; }
.filter-staff .frame--dropdown .select {
      height: 2.71437em;
      margin-bottom: -0.21438em; }
.filter-staff .filter__title {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125em;
    line-height: 1.3;
    color: #222;
    white-space: nowrap;
    cursor: initial;
    font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal; }
.filter-staff .filter__title:before {
      content: '';
      position: absolute;
      bottom: -0.09375em;
      left: 0;
      right: 0;
      height: 0.1125em;
      background-color: #F56600;
      display: none;
      -webkit-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
.filter-staff .filter__title--nested {
    font-size: 1.2875em;
    line-height: 1.01942; }
.filter-staff .filter__title--nested:before {
      bottom: -0.3125em;
      height: 0.1125em; }
.filter-staff .filter__option {
    margin-bottom: 0;
    line-height: 1;
    font-size: 1em;
    line-height: 1.4625;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
.filter-staff .filter__option.current .filter__title {
      font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #522d80; }
.filter-staff .filter__option.current .filter__title:before {
        display: block; }
@media (max-width: 767px) {
  .filter-staff .filter__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.75em 0; }
  .filter-staff .filter__separator {
    margin: 0 0.625em; }
  .filter-staff .frame--dropdown {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .filter-staff .frame--dropdown .frame__label {
      margin: 0; }
    .filter-staff .frame--dropdown .select {
      margin: 0; }
  .filter-staff .filter__option {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: auto;
    text-align: center; }
  .filter-staff .filter__expand {
    margin-left: -1.25em;
    margin-right: -1.25em;
    padding: 1.5em 1.25em;
    border-top: 0.0625em solid #C7C4C4;
    background-color: #fafafa;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .filter-staff.active .filter__expand {
    opacity: 1;
    pointer-events: all; }
  .filter-staff label[for=field-department-mobile] {
    display: none; } }
.section-events .filter .frame {
  max-width: none; }
.section-events .filter__title {
  font-size: 1em;
  line-height: 1.25;
  color: #222222;
  font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal; }
/* ------------------------------------------------------------ *\
	Event
\* ------------------------------------------------------------ */
.event .event__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.event .event__aside {
  margin-right: 1.875em; }
.event .event__title {
  font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal; }
.event .list-event {
  margin-top: 0.1875em; }
@media (max-width: 767px) {
  .event .event__aside {
    margin-right: 1.25em; } }
/* ------------------------------------------------------------ *\
	Events
\* ------------------------------------------------------------ */
.events {
  width: 100%;
  max-width: 33.125em; }
.events .event + .event, .events .event:first-child {
    margin-top: 2.5em; }
.events .link-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
.events .events__actions {
    margin-top: 2.5625em;
    padding-left: 6.375em; }
.events .article--event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
@media (max-width: 1263px) {
  .events {
    max-width: 26.4375em; } }
@media (max-width: 1023px) {
  .events .events__actions {
    margin-top: 2.5625em;
    padding-left: 0;
    text-align: center; } }
@media (max-width: 767px) {
  .events {
    max-width: none; }
    .events .event + .event {
      margin-top: 1.125em; }
    .events .events__actions {
      margin-top: 1.125em; }
  /*  events--spaced  */
  .events--spaced {
    padding-top: 2.1875em;
    padding-bottom: 2.1875em; } }
.section-events {
  padding-top: 40px; }
/* ------------------------------------------------------------ *\
	Date
\* ------------------------------------------------------------ */
.date {
  width: 4.5em;
  height: 4.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 0 0 0.0625em #E2E2E2 inset;
          box-shadow: 0 0 0 0.0625em #E2E2E2 inset;
  line-height: 1; }
.date .date__number {
    font-size: 1.5625em;
    line-height: 1; }
@media (max-width: 767px) {
  .date {
    width: 4.54563em;
    height: 4.54563em;
    font-size: 0.6875em;
    line-height: 1.02727; }
    .date .date__number {
      font-size: 1.45625em;
      line-height: 1; } }
/* ------------------------------------------------------------ *\
	Calendar-holder
\* ------------------------------------------------------------ */
.calendar-holder {
  position: relative;
  padding-top: 0.625em;
  padding-bottom: 2.4375em;
  width: 100%;
  max-width: 33.375em; }
.calendar-holder .calendar__actions {
    margin: 3.6875em auto 0;
    width: 100%;
    max-width: 20.6875em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
.calendar-holder .btn {
    width: 100%; }
@media (max-width: 1023px) {
  .calendar-holder:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100vw;
    right: -100vw;
    height: 0.0625em;
    background-color: #C4C4C4; }
  .calendar-holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100vw;
    right: -100vw;
    height: 0.0625em;
    background-color: #C4C4C4; }
  .calendar-holder .calendar__actions {
    margin-top: 2.625em; } }
@media (max-width: 767px) {
  .calendar-holder {
    max-width: none; }
    .calendar-holder .calendar__actions {
      max-width: none; } }
/* ------------------------------------------------------------ *\
	Calendar
\* ------------------------------------------------------------ */
.calendar {
  position: relative;
  border-radius: 0.3125em;
  border: 0; }
.calendar .ui-datepicker {
  width: auto;
  padding: 0; }
.calendar .ui-widget.ui-widget-content {
  height: auto;
  background-color: #fff;
  margin-bottom: 0; }
.calendar .ui-widget-header {
  position: relative;
  margin-top: 1.125em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.9375em;
  padding-bottom: 0;
  border: none;
  width: 19.25em;
  background-color: #fff;
  font-weight: 600;
  letter-spacing: -0.05em; }
.calendar .ui-widget-header:before {
    content: '';
    position: absolute;
    bottom: -1.4375em;
    left: -100vw;
    right: -100vw;
    height: 0.0625em;
    background-color: #C4C4C4;
    display: block; }
.calendar .ui-datepicker-calendar thead {
  border-top: 0;
  border-bottom: 0;
  font-size: 0.89375em;
  line-height: 1.29371;
  color: #5c5c5c; }
.calendar .ui-datepicker-calendar tbody td {
  position: relative; }
.calendar .ui-datepicker-calendar tbody td:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100vw;
    right: -100vw;
    background-color: rgba(0, 0, 0, 0.002);
    pointer-events: none; }
.calendar .ui-datepicker-calendar tbody tr:last-child td:before {
  bottom: -1.25em; }
.calendar .ui-datepicker .ui-datepicker-buttonpane {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  z-index: 0; }
.calendar .ui-datepicker-current {
  float: none !important;
  display: block;
  margin: 0 !important;
  margin-left: auto !important;
  margin-top: 1.2225em !important;
  margin-right: 1.05563em !important;
  padding: 0 !important;
  width: 8.94438em !important;
  height: 2.55563em !important;
  border-radius: 0.2775em !important;
  border: 0.05563em solid #dfe3e9 !important;
  background-color: #f5f5f5 !important;
  font-size: 1em;
  line-height: 1.3125;
  color: #5c5c5c !important;
  font-weight: 700 !important;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  opacity: 1 !important; }
.calendar .ui-datepicker-current:hover {
  opacity: .5 !important; }
.calendar .ui-state-default,
.calendar .ui-widget-content .ui-state-default,
.calendar .ui-widget-header .ui-state-default,
.calendar .ui-button,
html .calendar .ui-button.ui-state-disabled:hover,
html .calendar .ui-button.ui-state-disabled:active {
  background-color: transparent;
  border: none;
  color: inherit; }
/*
.calendar .ui-state-highlight,
.calendar .ui-widget-content .ui-state-highlight,
.calendar .ui-widget-header .ui-state-highlight {
	background-color: $regalia;
	color: $white;
	border-radius: 50%;
}
*/
.calendar .ui-state-active,
.calendar .ui-widget-content .ui-state-active,
.calendar .ui-widget-header .ui-state-active {
  background-color: #522d80;
  color: #fff;
  border-radius: 50%; }
.calendar .ui-datepicker table {
  font-size: 1.125em;
  line-height: 1.3; }
.calendar .ui-datepicker th {
  padding: 0.6875em 2.0625em 1em; }
.calendar .ui-datepicker table td {
  padding: 0.94437em 1em; }
.calendar .ui-datepicker tr:last-child td {
  padding-bottom: 0; }
.calendar .ui-state-default {
  padding: 0.5em 0;
  border-radius: 0.3125em;
  text-align: center; }
.calendar a.ui-state-default:hover {
  opacity: .5; }
.calendar .ui-datepicker-other-month {
  color: #c4cdd5;
  opacity: 1; }
.calendar .ui-datepicker-title {
  color: #222;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.8;
  font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal; }
.ui-datepicker-year {
  display: none; }
.calendar .ui-datepicker .ui-datepicker-calendar button {
  display: block;
  padding: 9px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal; }
.calendar .ui-datepicker-prev,
.calendar .ui-datepicker-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75em;
  height: 1.21875em;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
.calendar .ui-datepicker-prev {
  left: 0;
  background-image: url(images/temp/svg/ico-arrow-cal-left.svg); }
.calendar .ui-datepicker-next {
  right: 0;
  background-image: url(images/temp/svg/ico-arrow-cal-right.svg); }
.calendar .ui-datepicker-prev-hover,
.calendar .ui-datepicker-next-hover {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
.calendar .ui-datepicker-prev span,
.calendar .ui-datepicker-prev-hover span,
.calendar .ui-datepicker-prev span:before,
.calendar .ui-datepicker-prev-hover span:before,
.calendar .ui-datepicker-next span,
.calendar .ui-datepicker-next-hover span,
.calendar .ui-datepicker-next span:before,
.calendar .ui-datepicker-next-hover span:before {
  display: none; }
@media (max-width: 767px) {
  .calendar .ui-datepicker table {
    font-size: 1em;
    line-height: 1.3125; }
  .calendar .ui-widget-header {
    width: auto;
    max-width: 12.5em; }
  .calendar .ui-datepicker-calendar thead {
    font-size: 1em;
    line-height: 1.3125; }
  .calendar .ui-datepicker th {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.9375em; }
  .calendar .ui-datepicker table td {
    padding: 0.75em 0; }
  .calendar .ui-state-default,
  .calendar .ui-widget-content .ui-state-default,
  .calendar .ui-widget-header .ui-state-default,
  .calendar .ui-button,
  html .calendar .ui-button.ui-state-disabled:hover,
  html .calendar .ui-button.ui-state-disabled:active {
    width: 2.125em;
    margin: auto;
    height: 2.125em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .calendar .ui-datepicker-prev {
    left: 0;
    width: auto;
    height: auto;
    background-image: none;
    border: 0.375em solid transparent;
    border-right-color: #F56600; }
    .calendar .ui-datepicker-prev:before {
      content: '';
      position: absolute;
      top: -1.25em;
      left: -1.25em;
      right: -1.25em;
      bottom: -1.25em; }
  .calendar .ui-datepicker-next {
    right: 0;
    width: auto;
    height: auto;
    background-image: none;
    border: 0.375em solid transparent;
    border-left-color: #F56600; }
    .calendar .ui-datepicker-next:before {
      content: '';
      position: absolute;
      top: -1.25em;
      left: -1.25em;
      right: -1.25em;
      bottom: -1.25em; } }
.section-events .col {
  -ms-flex: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none; }
body.events-archive .calendar .ui-datepicker table, body.events-archive .calendar__actions, body.events-archive .show-more-events-container, body.events-archive .article.article--event.article--vertical.yes-events-message {
  display: none !important; }
body.events-archive .section-events {
  /*
		.events__inner {
			column-count: 2;
			@media (max-width: 767px)  {
				column-count: 1;
			}
		}
		*/ }
body.events-archive .section-events .section__inner .shell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
body.events-archive .section-events .section__content {
    padding-left: 0; }
body.events-archive .section-events .section__aside {
    border-right: none;
    width: 100%; }
body.events-archive .section-events .events {
    margin: 0 auto;
    max-width: 64em; }
body.events-archive .section-events .events .event:first-child {
      margin-top: 0; }
body.events-archive .section-events .event {
    display: inline-block;
    width: 49%; }
@media (max-width: 767px) {
      body.events-archive .section-events .event {
        width: 100%; } }
body.events-archive .section-events .day-list {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    margin-bottom: 5em; }
body.events-archive .section-events .day-list.no-events {
      display: none !important;
      margin-bottom: 0; }
/* ------------------------------------------------------------ *\
	Gdpr
\* ------------------------------------------------------------ */
.gdpr-container {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
.gdpr-container.active {
    visibility: visible;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }
.gdpr {
  background-color: #222222;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em; }
.gdpr .gdpr__inner {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 68.3125em; }
.gdpr .gdpr__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 37.375em;
        -ms-flex: 1 1 37.375em;
            flex: 1 1 37.375em; }
.gdpr .gdpr__heading {
    font-size: 1.125em;
    line-height: 1.38889;
    font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0.4em; }
.gdpr .gdpr__aside {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25.9375em;
        -ms-flex: 1 1 25.9375em;
            flex: 1 1 25.9375em; }
.gdpr .gdpr__actions {
    margin: -0.5em -1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap; }
.gdpr .separator {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6.5em;
        -ms-flex: 0 1 6.5em;
            flex: 0 1 6.5em; }
.gdpr .link {
    color: #fff; }
.gdpr .link:hover, .gdpr .link:focus {
      opacity: .5; }
.gdpr .btn {
    width: 11.0625em; }
.gdpr .btn,
  .gdpr .link {
    margin: 0.5em 1em; }
@media (max-width: 767px) {
  .gdpr .gdpr__inner {
    display: block; }
  .gdpr .gdpr__actions {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .gdpr .btn,
  .gdpr .link {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 12.5em;
        -ms-flex: 1 1 12.5em;
            flex: 1 1 12.5em;
    text-align: center;
    min-width: 12.5em; }
  .gdpr .separator {
    min-height: 2.625em; } }
/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */
.popup {
  width: 100%; }
.popup .popup__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.popup .popup__icon {
    padding: 0.75em;
    width: 7.0625em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
.popup .popup__content {
    padding: 0.75em 0 0.75em 1.75em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
.popup .popup__actions {
    padding: 0.75em 1.875em 0.75em 0;
    width: 5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5em;
        -ms-flex: 0 0 5em;
            flex: 0 0 5em; }
.popup .separator {
    height: 100%;
    width: 3.75em; }
.popup .link {
    position: relative;
    color: #fff; }
.popup .link:hover, .popup .link:focus {
      outline: 0;
      opacity: .5; }
.popup .link--close {
    width: 1em;
    height: 1em; }
.popup .link--close svg {
      position: absolute;
      top: 0;
      left: 0; }
@media (max-width: 767px) {
  .popup .popup__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .popup .popup__icon {
    width: 100%; }
  .popup .separator {
    display: none; }
  .popup .popup__content {
    max-width: calc(100% - 5em); }
  .popup .popup__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .popup .popup__inner .popup__actions {
      padding: 0;
      margin-top: 1.25em;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      border-top: solid;
      border-width: 2px;
      border-color: white; }
      .popup .popup__inner .popup__actions a {
        margin-left: auto;
        margin-right: auto; }
  .popup .link--close svg {
    position: relative;
    margin-left: auto;
    margin-right: auto; } }
/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */
.video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
.video video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  min-width: 100%;
  width: 109%; }
@media (max-width: 1263px) {
  .video video {
    width: auto; } }
.video-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  font-size: 12px;
  z-index: 9; }
.video-controls .playpause[aria-pressed="false"] .when-paused, .video-controls .playpause[aria-pressed="true"] .when-playing {
    display: none; }
.video-controls .playpause[aria-pressed="false"]:before {
    content: "⏸"; }
.video-controls .playpause[aria-pressed="true"]:before {
    content: "▶️"; }
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  position: relative;
  padding-bottom: 2.8125em; }
.card .card__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.1875em;
    height: 2.9375em;
    font-family: "Trade Gothic LT W01 Bold No-_2", Arial, Helvetica, sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1; }
.card .card__icon {
    width: 3.9375em;
    height: 2.9375em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
.card .card__image {
    position: relative;
    display: block;
    padding-top: 67%;
    width: 100%;
    height: auto; }
.page-template-community_list_page .card .card__image {
      padding-top: 100%; }
.card .card__image.poster {
      overflow: hidden; }
.card .card__image img {
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      -o-object-fit: cover;
         object-fit: cover; }
.page-template-community_list_page .card .card__image img {
        -o-object-fit: contain;
           object-fit: contain; }
.card .card__image .link-zoom {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
.card .card__content {
    padding-top: 2em;
    width: 100%;
    max-width: 24em;
    line-height: 1.5; }
.card .card__actions {
    margin-top: 2.0625em; }
.card .card__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
.card .card__title a {
    color: #522d80; }
.card .card__title a:hover, .card .card__title a:focus {
      color: #F56600; }
.card .tabs {
    margin-top: 1.125em; }
/*  Card--alt  */
.card--alt {
  padding-bottom: 0.625em; }
.card--alt .card__image {
    padding-top: 71%;
    width: 100%;
    height: auto; }
.card--alt .card__image--big {
    padding-top: 46%; }
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards {
  position: relative; }
.cards .cards__inner {
    position: relative;
    margin: 0 -0.3125em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    z-index: 1; }
.cards .cards__col {
    width: calc(25% - .625em);
    max-width: calc(325% - .625em);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0.3125em; }
.cards .cards__col.col--hueg {
      width: calc(100%);
      max-width: calc(100%); }
.cards .cards__col.col--hueg .card__image {
        padding-top: 30%; }
.cards .cards__col.col--hueg .card__content {
        margin: 0 auto;
        text-align: center; }
.cards__overlays {
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none; }
.cards__overlays.active {
    pointer-events: all;
    z-index: 5; }
.card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4; }
.card__overlay span[style] {
    text-decoration: none !important;
    font-family: "Trade Gothic LT W01 Oblique", Arial, Helvetica, sans-serif !important;
    font-style: oblique !important; }
/*  Cards--alt  */
.cards--alt .cards__col--full {
  width: calc(100% - .625em);
  max-width: calc(100% - .625em); }
/*  Cards--framed  */
.cards--framed {
  padding-top: 6.3125em;
  padding-left: 5.5em;
  border-top: 0.0625em solid #C7C4C4; }
.cards--framed .cards__inner {
    z-index: 1; }
.cards--framed .cards__frame-left {
    position: absolute;
    top: 0.0625em;
    left: 0;
    bottom: 0;
    border-right: 0.0625em solid #C7C4C4;
    width: 5.5em;
    background-color: #fff;
    z-index: 3;
    padding: 0 1.8em; }
.cards--framed .cards__frame-left .cards__label {
      margin: auto;
      margin-top: 6.11125em;
      -webkit-transform: scale(-1);
          -ms-transform: scale(-1);
              transform: scale(-1);
      -webkit-writing-mode: vertical-rl;
              writing-mode: vertical-rl;
      -ms-writing-mode: vertical-rl;
      text-align: right; }
.cards--framed .cards__frame-top {
    position: absolute;
    top: 0.0625em;
    left: 5.5em;
    right: 0;
    padding: 1.375em 2em;
    border-bottom: 0.0625em solid #C7C4C4;
    height: 6.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    z-index: 2; }
.cards--framed .cards__frame-top .cards__label {
      margin-right: 3.25em;
      padding-right: 3.25em;
      border-right: 0.0625em solid #C7C4C4;
      font-family: "Trade Gothic LT W01 Roman", Arial, Helvetica, sans-serif;
      font-weight: 400;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      white-space: nowrap; }
.cards--framed .filter-staff {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 39.5625em;
        -ms-flex: 0 1 39.5625em;
            flex: 0 1 39.5625em; }
@media (max-width: 1263px) {
  .cards .cards__col {
    width: calc(50% - .625em);
    max-width: calc(50% - .625em);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0.3125em; }
  /*  Cards--alt  */
  .cards--alt .cards__col--full {
    width: calc(100% - .625em);
    max-width: calc(100% - .625em); } }
@media (max-width: 1023px) {
  /*  Cards--framed  */
  .cards--framed {
    padding-top: 0;
    padding-left: 0; }
    .cards--framed .cards__frame-left,
    .cards--framed .cards__frame-top {
      position: static;
      width: 100%; }
    .cards--framed .cards__frame-left {
      padding: 1.5em 1.25em;
      text-align: center; }
      .cards--framed .cards__frame-left .cards__label {
        margin: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-writing-mode: unset;
            -ms-writing-mode: unset;
                writing-mode: unset; } }
@media (max-width: 767px) {
  .cards .cards__col {
    width: calc(100% - .625em);
    max-width: calc(100% - .625em);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0.3125em; }
  /*  Cards--alt  */
  .cards--alt .cards__col {
    width: calc(50% - .625em);
    max-width: calc(50% - .625em);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0.3125em; }
  .cards--alt .cards__col--full {
    width: calc(100% - .625em);
    max-width: calc(100% - .625em); }
  /*  Cards--framed  */
  .cards--framed .cards__frame-top {
    padding: 0 1.25em;
    height: auto;
    display: block; }
    .cards--framed .cards__frame-top .cards__label {
      margin: 0;
      padding: 1.25em 0;
      border: 0;
      border-bottom: 0.0625em solid #C7C4C4;
      text-align: center; }
  .cards--framed .card {
    padding-bottom: 1.875em; }
    .cards--framed .card .card__content {
      padding-top: 2em; } }
.is-ie .cards--framed .cards__frame-left .cards__label {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }
img[src*="ico-f.png"], img[src*="ico-m.png"], img[src*="ico-nb.png"] {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%; }
/* ------------------------------------------------------------ *\
	Tab
\* ------------------------------------------------------------ */
.tab {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
.tab.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all; }
/*  Tab--alt  */
/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs .tabs__nav {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.tabs .tabs__content {
  position: relative;
  margin-top: 2.3125em;
  min-height: 6.3125em; }
.tabs .tabs__link {
  padding: 0.8125em;
  display: block;
  -webkit-box-shadow: 0 0 0 .0825em #cabfd9 inset;
          box-shadow: 0 0 0 .0825em #cabfd9 inset; }
.tabs .tabs__link:hover, .tabs .tabs__link.active {
    background-color: #ede9f2;
    -webkit-box-shadow: 0 0 0 0.0825em #522d80 inset;
            box-shadow: 0 0 0 0.0825em #522d80 inset; }
.tabs .tabs__link:first-of-type:not(:only-of-type) {
  border-radius: 0.375em 0 0 0.375em; }
.tabs .tabs__link + .tabs__link:not(:last-of-type) {
  border-radius: 0; }
.tabs .tabs__link:last-of-type:not(:only-of-type) {
  border-radius: 0 0.375em 0.375em 0; }
@media (max-width: 1263px) {
  .tabs .tabs__link {
    font-size: 0.8125em;
    line-height: 1.3; } }
@media (max-width: 767px) {
  .tabs .tabs__link {
    -webkit-box-shadow: 0 0 0 0.0825em #522d80 inset;
            box-shadow: 0 0 0 0.0825em #522d80 inset; } }
body.is-ie .tab .shell {
  width: 100%;
  margin-top: 0; }
/* ------------------------------------------------------------ *\
	Tabs-alt
\* ------------------------------------------------------------ */
.tabs-alt .shell {
  padding-left: 4.6875em;
  padding-right: 4.6875em;
  max-width: 91.125em; }
.tabs-alt .tab {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.tabs-alt .tab .shell {
    width: 100%; }
.tabs-alt .tabs__nav {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.tabs-alt .tabs__content {
  position: relative;
  min-height: 33.9375em;
  background-color: #FAFAFA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
.tabs-alt .fixedtab__icon {
  margin-bottom: 0.9375em;
  color: #F56600; }
.tabs-alt .tabs__link {
  padding: 1.125em 0.8125em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-shadow: 0 0 0 0.0625em #cabfd9 inset;
          box-shadow: 0 0 0 0.0625em #cabfd9 inset;
  color: #222222; }
.tabs-alt .tabs__link.active {
    background-color: #522d80;
    -webkit-box-shadow: 0 0 0 0.0625em rgba(202, 191, 217, 0) inset;
            box-shadow: 0 0 0 0.0625em rgba(202, 191, 217, 0) inset;
    color: #fff; }
.tabs-alt .tabs__link.active .fixedtab__icon {
      color: #F56600; }
.tabs-alt .tabs__link:not(.active):hover, .tabs-alt .tabs__link:not(.active):focus {
    background-color: #F56600;
    -webkit-box-shadow: 0 0 0 0.0625em #F56600 inset;
            box-shadow: 0 0 0 0.0625em #F56600 inset; }
.tabs-alt .tabs__link:not(.active):hover .fixedtab__icon, .tabs-alt .tabs__link:not(.active):focus .fixedtab__icon {
      color: #fff; }
@media (max-width: 1263px) {
  .tabs-alt .shell {
    max-width: 72.0625em;
    padding-left: 1.25em;
    padding-right: 1.25em; } }
/* ------------------------------------------------------------ *\
	Tabs-sidebar
\* ------------------------------------------------------------ */
.tabs-sidebar {
  position: relative; }
.tabs-sidebar .tab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll; }
.tabs-sidebar .tab .list-sidebar li:before {
      background-color: #876AAA; }
.tabs-sidebar .list-sidebar--embed {
    min-height: 100%; }
/* ------------------------------------------------------------ *\
	fixedtabs
\* ------------------------------------------------------------ */
.fixedtabs {
  /*  fixedtabs Nav  */ }
.fixedtabs {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 101;
    width: 100%; }
.fixedtabs .fixedtabs__nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
@media only screen and (min-width: 1023px) {
      .fixedtabs .fixedtabs__nav ul {
        -webkit-flex-wrap: unset;
            -ms-flex-wrap: unset;
                flex-wrap: unset; } }
.fixedtabs .fixedtabs__nav li {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 25%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block; }
.fixedtabs .fixedtabs__nav li:before {
    content: none; }
.fixedtabs .fixedtabs__nav .fixedtabs__nav-item {
    display: block;
    height: 100%;
    min-height: 2.125em;
    padding: 0.8125em 0.0625em 0.625em;
    background: #566127;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
.fixedtabs .fixedtabs__nav .fixedtabs__nav-item.fixedtabs__nav-item--orange {
    background: #522d80; }
.fixedtabs .fixedtabs__nav .fixedtabs__nav-item.fixedtabs__nav-item--orange:hover, .fixedtabs .fixedtabs__nav .fixedtabs__nav-item.fixedtabs__nav-item--orange:focus {
    outline: 0;
    background: #2e1947; }
.fixedtabs .fixedtabs__nav .fixedtabs__nav-item.fixedtabs__nav-item--yellow {
    background: #a25016; }
.fixedtabs .fixedtabs__nav .fixedtabs__nav-item.fixedtabs__nav-item--yellow:hover, .fixedtabs .fixedtabs__nav .fixedtabs__nav-item.fixedtabs__nav-item--yellow:focus {
    outline: 0;
    background: #5f2f0d; }
.fixedtabs .fixedtabs__nav .fixedtabs__nav-item.fixedtabs__nav-item--blue {
    background: #b5c327; }
.fixedtabs .fixedtabs__nav .fixedtabs__nav-item.fixedtabs__nav-item--blue:hover, .fixedtabs .fixedtabs__nav .fixedtabs__nav-item.fixedtabs__nav-item--blue:focus {
    outline: 0;
    background: #7a831a; }
.fixedtabs .fixedtabs__nav .fixedtabs__nav-item.fixedtabs__nav-item--purple {
    background: #109dc0; }
.fixedtabs .fixedtabs__nav .fixedtabs__nav-item.fixedtabs__nav-item--purple:hover, .fixedtabs .fixedtabs__nav .fixedtabs__nav-item.fixedtabs__nav-item--purple:focus {
    outline: 0;
    background: #0a6379; }
.fixedtabs .fixedtabs__nav .fixedtabs__nav-item.fixedtabs__nav-item--red {
    background: #566127; }
.fixedtabs .fixedtabs__nav .fixedtabs__nav-item.fixedtabs__nav-item--red:hover, .fixedtabs .fixedtabs__nav .fixedtabs__nav-item.fixedtabs__nav-item--red:focus {
    outline: 0;
    background: #262a11; }
@media only screen and (min-width: 1023px) {
    .fixedtabs .fixedtabs__nav .fixedtabs__nav-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: auto;
      padding: 0.275em 0.0625em 0.27111em;
      font-size: 1.5625em;
      line-height: 1; } }
.fixedtabs .fixedtabs__nav .fixedtabs__nav-label {
    display: block;
    font-size: 0.75em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    pointer-events: none; }
.fixedtabs .fixedtabs__nav .fixedtabs__nav-icon {
    display: none !important; }
@media only screen and (min-width: 1023px) {
      .fixedtabs .fixedtabs__nav .fixedtabs__nav-icon {
        height: 26px;
        display: block;
        vertical-align: middle;
        margin-right: 0.625em; } }
.fixedtabs .fixedtabs__head.count-6 .fixedtabs__nav li {
    width: 20%; }
/* ------------------------------------------------------------ *\
	fixedtab
\* ------------------------------------------------------------ */
.fixedtab {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 5.125em;
  width: 100%;
  padding: 1.0625em 1.5em 0em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
.fixedtab .article-small {
    padding: 1em;
    color: #fff; }
.fixedtab a {
    color: #fff; }
.fixedtab a:hover, .fixedtab a:focus {
      outline: 0;
      color: darker(#a25016, 15%); }
@media only screen and (max-height: 565px) and (min-width: 1023px) {
  .fixedtab {
    max-height: calc(100vh - 100%); } }
@media only screen and (min-width: 1023px) {
  .fixedtab {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 100%;
    width: auto;
    padding: 1.125em 1.125em 0em;
    min-width: 337px;
    width: 27.5%; }
  .fixedtab:nth-child(1) {
    left: 0; }
  .fixedtab:nth-child(2) {
    left: 25%; }
  .fixedtab:nth-child(3) {
    right: 25%; }
  .fixedtab:nth-child(4) {
    right: 0; } }
.fixedtab.active {
  opacity: 1;
  visibility: visible; }
.fixedtab.fixedtab--orange-dark {
  background: #522d80; }
@media only screen and (min-width: 1023px) {
  .fixedtab.fixedtab--orange-dark {
    min-width: 28%;
    max-width: 89%; }
  .fixedtab.fixedtab--orange-dark .button-with-icon:hover span, .fixedtab.fixedtab--orange-dark .button-with-icon:focus span {
    background: darker(#522d80, 15%); } }
.fixedtab.fixedtab--yellow-dark {
  background: #a25016; }
@media only screen and (min-width: 1023px) {
  .fixedtab.fixedtab--yellow-dark .button-with-icon:hover span, .fixedtab.fixedtab--yellow-dark .button-with-icon:focus span {
    background: darker(#a25016, 15%); } }
.fixedtab.fixedtab--blue {
  background: #b5c327; }
@media only screen and (min-width: 1023px) {
  .fixedtab.fixedtab--blue {
    min-width: 28%;
    max-width: 89%; }
  .fixedtab.fixedtab--blue .button-with-icon:hover span, .fixedtab.fixedtab--blue .button-with-icon:focus span {
    background: darker(#b5c327, 15%); } }
.fixedtab.fixedtab--purple-dark {
  background: #109dc0; }
.fixedtab.fixedtab--purple-dark .subscribe {
  padding: 2.5em 0;
  padding-left: 1.5em;
  padding-right: 1.5em; }
@media only screen and (min-width: 1023px) {
  .fixedtab.fixedtab--purple-dark .button-with-icon:hover span, .fixedtab.fixedtab--purple-dark .button-with-icon:focus span {
    background: darker(#109dc0, 15%); } }
.fixedtab.fixedtab--red-dark {
  background: #566127; }
@media only screen and (min-width: 1023px) {
  .fixedtab.fixedtab--red-dark {
    width: 32%; }
  .fixedtab.fixedtab--red-dark .fixedtab__body {
    overflow: visible; }
  .fixedtab.fixedtab--red-dark .button-with-icon:hover span, .fixedtab.fixedtab--red-dark .button-with-icon:focus span {
    background: darker(#566127, 15%); } }
.fixedtab .fixedtab__inner {
  width: 100%;
  height: 100%; }
.fixedtab .fixedtab__head {
  position: relative;
  padding-bottom: 1.0625em; }
.fixedtab .fixedtab__head:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2); }
.fixedtab .fixedtab__body {
  height: calc(100% - 45px);
  overflow-x: hidden;
  overflow-y: auto; }
@media only screen and (min-width: 1023px) {
  .fixedtab .fixedtab__body {
    max-height: 50vh; } }
.fixedtab .fixedtab__actions {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.fixedtab .fixedtab__actions.fixedtab__actions--space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.fixedtabs.fixedtabs-full .fixedtabs__nav li {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
.fixedtabs.fixedtabs-full .fixedtabs__nav li .fixedtabs__nav-item:not(.fixedtabs__nav-item--blue) {
    background: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: auto;
    padding: 0.77778em 0.05556em 0.61111em;
    font-size: 1.05em;
    line-height: 1; }
@media only screen and (min-width: 1023px) {
      .fixedtabs.fixedtabs-full .fixedtabs__nav li .fixedtabs__nav-item:not(.fixedtabs__nav-item--blue) {
        font-size: 1.38889em; } }
.fixedtabs.fixedtabs-full .fixedtabs__nav li:nth-child(odd) .fixedtabs__nav-item:not(.fixedtabs__nav-item--blue) {
    background: #ddd; }
.fixedtabs.fixedtabs-full .fixedtabs__nav .fixedtabs__nav-item:not(.fixedtabs__nav-item--blue) .fixedtabs__nav-label, .fixedtabs.fixedtabs-full .fixedtabs__nav .fixedtabs__nav-item:not(.fixedtabs__nav-item--blue) .ico-info path {
  color: #4d4d4d;
  fill: #4d4d4d; }
.fixedtabs.fixedtabs-side {
  left: 66%;
  z-index: 20;
  width: 34%; }
.fixedtabs.fixedtabs-side .fixedtabs__nav li {
    width: 100%; }
@media only screen and (min-width: 1023px) {
    .fixedtabs.fixedtabs-side .fixedtabs__body .fixedtab.fixedtab--blue {
      width: 120%;
      right: 0px;
      left: auto;
      min-width: auto;
      max-width: none; } }
.fixedtab.fixedtab--yellow-dark.fixedtab--plain {
  background: #919191; }
@media only screen and (min-width: 1023px) {
    .fixedtab.fixedtab--yellow-dark.fixedtab--plain .article-empty {
      margin: 0 auto; } }
@media only screen and (min-width: 1023px) {
  .fixedtabs__body.count-2 .fixedtab {
    max-width: 60%; }
    .fixedtabs__body.count-2 .fixedtab:nth-child(2) {
      left: 50%; } }
.fixedtabs__body.count-3 .fixedtab:nth-child(3) {
  right: 33%; }
@media only screen and (min-width: 1023px) {
  .fixedtabs__body.count-3 .fixedtab {
    max-width: 40%; }
    .fixedtabs__body.count-3 .fixedtab:nth-child(2) {
      left: 33%; } }
.fixedtabs__body.count-4 .fixedtab:nth-child(3) {
  right: 25%; }
@media only screen and (min-width: 1023px) {
  .fixedtabs__body.count-4 .fixedtab:nth-child(2) {
    left: 25%; } }
.fixedtabs__body.count-5 .fixedtab:nth-child(3) {
  right: 40%; }
.fixedtabs__body.count-5 .fixedtab:nth-child(4) {
  right: 20%; }
.fixedtabs__body.count-5 .fixedtab:nth-child(5) {
  right: 0; }
@media only screen and (min-width: 1023px) {
  .fixedtabs__body.count-5 .fixedtab {
    max-width: 24%; }
    .fixedtabs__body.count-5 .fixedtab:nth-child(2) {
      left: 20%; } }
.fixedtabs {
  /* ------------------------------------------------------------ *\
		Events Small
	\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
		Event Small
	\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
		Events Empty
	\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Icons
  \* ------------------------------------------------------------ */
  /*  Ico Mail  */
  /*  Ico Events  */
  /*  Ico Info  */
  /*  Ico Newsletter  */
  /*  Ico Share  */
  /*  Ico Plus  */
  /*  Ico Calendar  */
  /*  Ico Speech Bubble  */
  /* ------------------------------------------------------------ *\
		Button
	\* ------------------------------------------------------------ */
  /*  Button  */
  /*  Button Secondary  */
  /*  Button Large  */
  /* ------------------------------------------------------------ *\
		Button Menu
	\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
		Button With Icon
	\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Socials Simple
\* ------------------------------------------------------------ */ }
.fixedtabs .events-small {
    padding: 2.3125em 0em 0.625em; }
@media only screen and (min-width: 1023px) {
    .fixedtabs .events-small {
      padding: 2.3125em 0.875em 2.1875em; } }
.fixedtabs .event-small {
    display: block;
    background: none; }
@media only screen and (min-width: 1023px) {
    .fixedtabs .event-small:hover, .fixedtabs .event-small:focus {
      outline: 0; }
      .fixedtabs .event-small:hover .event__title:after, .fixedtabs .event-small:focus .event__title:after {
        width: 100%; }
      .fixedtabs .event-small:hover .event__link i, .fixedtabs .event-small:focus .event__link i {
        margin-left: 10px; } }
.fixedtabs .event-small + .event-small {
    margin-top: 2.0625em; }
.fixedtabs .event-small .event__head {
    margin-bottom: 0.375em; }
.fixedtabs .event-small .event__title {
    position: relative;
    padding-bottom: 0.625em;
    font-size: 1.25em;
    line-height: 1.25;
    color: #fff; }
.fixedtabs .event-small .event__title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 47px;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
.fixedtabs .event-small .event__date {
    display: block;
    padding-left: 0.0625em;
    margin-bottom: 0.3125em;
    font-size: 0.875em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase; }
.fixedtabs .event-small .event__date span + span:before {
    content: '|';
    margin: 0 0.375em 0 0.1875em; }
.fixedtabs .event-small .event__link {
    font-size: 0.875em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase; }
.fixedtabs .event-small .event__link i {
    margin-left: 5px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
.fixedtabs .events-empty {
    padding: 6.25em 0;
    text-align: center; }
.fixedtabs .events-empty .events__icon {
    margin-bottom: 1.25em; }
.fixedtabs .events-empty .events__title {
    margin-bottom: 0.4375em;
    font-size: 1.25em;
    line-height: 1;
    color: #fff; }
.fixedtabs .events-empty .events__entry {
    font-size: 1em;
    line-height: 1; }
.fixedtabs .events-empty .events__entry p {
    color: #fff; }
.fixedtabs .tribe-events-day .tribe-events-day-time-slot h5 {
    background: #919191 !important; }
.fixedtabs .tribe-events-day-time-slot h5 {
    background: #919191 !important; }
.fixedtabs .tribe-events-day h5 {
    background: #919191; }
.fixedtabs .ico-mail {
    width: 36px;
    height: 26px; }
.fixedtabs .ico-mail.ico-mail--small {
    width: 32px;
    height: 24px; }
.fixedtabs .ico-mail path {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    fill: #fff; }
@media only screen and (min-width: 767px) {
    .fixedtabs .ico-mail {
      width: 44px;
      height: 32px; } }
.fixedtabs .ico-events {
    width: 30px;
    height: 25px; }
.fixedtabs .ico-events path {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    fill: #fff; }
.fixedtabs .ico-info {
    width: 25px;
    height: 25px; }
.fixedtabs .ico-info path {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    fill: #fff; }
.fixedtabs .ico-newsletter {
    width: 29px;
    height: 26px; }
.fixedtabs .ico-newsletter path {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    fill: #fff; }
.fixedtabs .ico-share {
    width: 23px;
    height: 25px; }
.fixedtabs .ico-share path {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    fill: #fff; }
.fixedtabs .ico-plus {
    width: 15px;
    height: 15px; }
.fixedtabs .ico-plus path {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    fill: #fff; }
.fixedtabs .ico-calendar {
    width: 82px;
    height: 82px; }
.fixedtabs .ico-calendar path {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    fill: #000;
    opacity: .3; }
.fixedtabs .ico-speech-bubble {
    width: 82px;
    height: 82px; }
.fixedtabs .ico-speech-bubble path {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    fill: #000;
    opacity: .3; }
@media only screen and (min-width: 1023px) {
    .fixedtabs .ico-speech-bubble {
      width: 90px;
      height: 90px; } }
.fixedtabs .button {
    background-color: #666666;
    color: #fff;
    background-image: none;
    padding: 1.25em 2em;
    text-transform: uppercase;
    font-family: "TextaHeavy", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
    line-height: 1.125;
    cursor: pointer;
    border-radius: 0.25em;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.fixedtabs .button:visited, .fixedtabs .button:hover, .fixedtabs .button:active, .fixedtabs .button:focus {
      outline: none;
      color: #fff;
      background-color: #222222; }
.fixedtabs .button[type="button"], .fixedtabs .button[type="submit"] {
      border: none; }
.fixedtabs .secondary-button {
    background-color: #F56600; }
.fixedtabs .secondary-button:visited, .fixedtabs .secondary-button:hover, .fixedtabs .secondary-button:active, .fixedtabs .secondary-button:focus {
      background-color: #e4440a; }
.fixedtabs .button--large {
    padding: 1.6875em 2.9375em 1.3125em;
    font-size: 1.125em;
    line-height: 1; }
.fixedtabs .button-menu {
    /*  Button Icon  */
    /*  Button Text  */
    /*  Button Active  */
    /*  Button Hover  */ }
.fixedtabs .button-menu {
      position: relative;
      z-index: 10;
      display: inline-block;
      width: 44px;
      height: 64px;
      background: none; }
@media only screen and (min-width: 767px) {
        .fixedtabs .button-menu {
          width: 47px;
          height: 72px; } }
.fixedtabs .button-menu.button-menu--dark .button__icon {
      border-color: #e4440a; }
.fixedtabs .button-menu.button-menu--dark .button__icon span {
      background: #e4440a; }
.fixedtabs .button-menu.button-menu--dark .button__text {
      color: #e4440a; }
.fixedtabs .button-menu.button-menu--dark:hover, .fixedtabs .button-menu.button-menu--dark:focus {
      outline: 0; }
.fixedtabs .button-menu.button-menu--dark:hover .button__icon, .fixedtabs .button-menu.button-menu--dark:focus .button__icon {
        background: #e4440a; }
.fixedtabs .button-menu.button-menu--dark:hover .button__icon span, .fixedtabs .button-menu.button-menu--dark:focus .button__icon span {
        background: #109dc0; }
.fixedtabs .button-menu .button__icon {
      position: relative;
      display: inline-block;
      width: 44px;
      height: 44px;
      border: 3px solid #fff;
      border-radius: 50%;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
@media only screen and (min-width: 767px) {
        .fixedtabs .button-menu .button__icon {
          width: 47px;
          height: 47px; } }
.fixedtabs .button-menu .button__icon span {
      position: absolute;
      left: 0.5625em;
      display: block;
      width: 20px;
      height: 3px;
      background: #fff;
      border-radius: 0.625em;
      -webkit-transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, background 0.3s ease-in-out, -webkit-transform 0.2s 0s;
      transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, background 0.3s ease-in-out, -webkit-transform 0.2s 0s;
      -o-transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s, background 0.3s ease-in-out;
      transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s, background 0.3s ease-in-out;
      transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s, background 0.3s ease-in-out, -webkit-transform 0.2s 0s; }
@media only screen and (min-width: 767px) {
        .fixedtabs .button-menu .button__icon span {
          left: 11px; } }
.fixedtabs .button-menu .button__icon span:nth-child(1) {
      top: 12px; }
.fixedtabs .button-menu .button__icon span:nth-child(2) {
      top: 19px; }
.fixedtabs .button-menu .button__icon span:nth-child(3) {
      top: 26px; }
.fixedtabs .button-menu .button__text {
      position: absolute;
      bottom: 0;
      left: 50%;
      background: none;
      font-family: "TextaHeavy", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 0.8125em;
      line-height: 1;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
@media only screen and (min-width: 767px) {
        .fixedtabs .button-menu .button__text {
          font-size: 1.125em;
          line-height: 1; } }
.fixedtabs .button-menu .button__text span {
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
.fixedtabs .button-menu .button__text span:nth-child(1) {
        opacity: 1; }
.fixedtabs .button-menu .button__text span:nth-child(2) {
        opacity: 0; }
.fixedtabs .button-menu.active {
      /*  Button Icon  */
      /*  Button Text  */ }
.fixedtabs .button-menu.active .button__icon span {
        background: #fff;
        -webkit-transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
        transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
        -o-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
        transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
        transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }
.fixedtabs .button-menu.active .button__icon span:nth-child(3), .fixedtabs .button-menu.active .button__icon span:nth-child(1) {
          top: 19px; }
.fixedtabs .button-menu.active .button__icon span:nth-child(2) {
          opacity: 0; }
.fixedtabs .button-menu.active .button__icon span:nth-child(1) {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
.fixedtabs .button-menu.active .button__icon span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
.fixedtabs .button-menu.active .button__text span:nth-child(1) {
        opacity: 0; }
.fixedtabs .button-menu.active .button__text span:nth-child(2) {
        opacity: 1; }
.fixedtabs .button-menu:hover, .fixedtabs .button-menu:focus {
      outline: 0; }
.fixedtabs .button-menu:hover .button__icon, .fixedtabs .button-menu:focus .button__icon {
        background: #fff; }
.fixedtabs .button-menu:hover .button__icon span, .fixedtabs .button-menu:focus .button__icon span {
          background: #109dc0; }
.fixedtabs .button-with-icon {
    display: inline-block;
    vertical-align: middle;
    background: none;
    font-family: "TextaHeavy", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.875em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase; }
.fixedtabs .button-with-icon:hover, .fixedtabs .button-with-icon:focus {
    outline: 0; }
.fixedtabs .button-with-icon:hover, .fixedtabs .button-with-icon:focus {
      color: #fff; }
.fixedtabs .button-with-icon:hover .button__icon, .fixedtabs .button-with-icon:focus .button__icon {
      background: #fff; }
.fixedtabs .button-with-icon:hover .button__icon.button__icon--orange > svg path, .fixedtabs .button-with-icon:focus .button__icon.button__icon--orange > svg path {
      fill: #e4440a; }
.fixedtabs .button-with-icon:hover .button__icon.button__icon--orange > span, .fixedtabs .button-with-icon:focus .button__icon.button__icon--orange > span {
      background: #e4440a; }
.fixedtabs .button-with-icon .button__icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 0.3125em;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
.fixedtabs .button-with-icon .button__icon > svg {
    margin-top: 4px; }
.fixedtabs .button-with-icon .button__icon > span {
    position: absolute;
    display: block;
    top: 11px;
    left: 5px;
    width: 14px;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
.fixedtabs .button-with-icon .button__icon > span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
.fixedtabs .button-with-icon .button__icon > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
.fixedtabs .subscribe {
    /*  Subscribe Form  */ }
.fixedtabs .subscribe * {
      color: #fff; }
.fixedtabs .subscribe {
      position: relative;
      padding: 3.3125em 1.4375em 3.5em 1.4375em;
      border-bottom: 7px solid #b5c327;
      text-align: center; }
.fixedtabs .subscribe:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: rgba(82, 45, 128, 0.9); }
@media only screen and (min-width: 767px) {
        .fixedtabs .subscribe {
          padding: 5.8125em 4.5em 5em 4.5em; } }
.fixedtabs .subscribe.subscribe--small {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      padding: 0 0 0.8125em;
      border: 0 none; }
.fixedtabs .subscribe.subscribe--small:after {
      background: none; }
@media only screen and (min-width: 1023px) {
      .fixedtabs .subscribe.subscribe--small {
        display: block;
        padding: 2.75em 1em 1.375em 1em; }
      .fixedtabs .subscribe.subscribe--small .subscribe__field {
        width: 100%;
        height: 63px;
        border-width: 0.125em; }
      .fixedtabs .subscribe.subscribe--small .subscribe__icon {
        left: 20px; }
      .fixedtabs .subscribe.subscribe--small .subscribe__icon:after {
        top: 0.1875em;
        left: 3.125em;
        height: 1.6875em; }
      .fixedtabs .subscribe.subscribe--small .subscribe__icon svg {
        width: 32px;
        height: 32px; }
      .fixedtabs .subscribe.subscribe--small .button {
        top: 2px;
        right: 2px;
        padding: 1.10889em 1.16667em 1.18889em; } }
.fixedtabs .subscribe.subscribe--compact .subscribe__field {
      height: 68px;
      padding: 0em 3.3125em 0em 6.8125em;
      font-size: 0.9375em;
      line-height: 1; }
.fixedtabs .subscribe.subscribe--compact .button {
      position: static;
      border-radius: 0.25em; }
.fixedtabs .subscribe .subscribe__image {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
.fixedtabs .subscribe .subscribe__content {
      position: relative;
      z-index: 2; }
.fixedtabs .subscribe .subscribe__title {
      margin-bottom: 1.0625em;
      font-family: "TextaRegular", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal; }
@media only screen and (min-width: 767px) {
      .fixedtabs .subscribe .subscribe__title {
        margin-bottom: 1em;
        font-size: 3em;
        line-height: 1; } }
.fixedtabs .subscribe .subscribe__subtitle {
      position: relative;
      margin-bottom: 1.375em;
      font-size: 1em;
      line-height: 1;
      text-transform: uppercase; }
.fixedtabs .subscribe .subscribe__subtitle:after {
      content: '';
      position: absolute;
      bottom: -14px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 47px;
      height: 2px;
      background: #fff; }
@media only screen and (min-width: 767px) {
      .fixedtabs .subscribe .subscribe__subtitle {
        margin-bottom: 1.1875em;
        font-size: 1.125em;
        line-height: 1; } }
.fixedtabs .subscribe .subscribe__form {
      position: relative;
      z-index: 2; }
.fixedtabs .subscribe .subscribe__row {
      position: relative;
      max-width: 700px;
      margin: 0 auto; }
.fixedtabs .subscribe .subscribe__controls {
      position: relative;
      margin-bottom: 1.3125em; }
.fixedtabs .subscribe .subscribe__icon {
      position: absolute;
      top: 50%;
      left: 22px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
.fixedtabs .subscribe .subscribe__icon:after {
      content: '';
      position: absolute;
      top: -0.125em;
      left: 3.4375em;
      width: 2px;
      height: 1.875em;
      background: #fff;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
@media only screen and (min-width: 767px) {
      .fixedtabs .subscribe .subscribe__icon {
        left: 23px; }
      .fixedtabs .subscribe .subscribe__icon:after {
        left: 68px;
        height: 36px; } }
.fixedtabs .subscribe .subscribe__field {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      height: 68px;
      padding: 0em 3.3125em 0em 6.8125em;
      border: 0.125em solid #fff;
      border-radius: 0.375em;
      background: transparent;
      font-family: "TextaHeavy", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 0.9375em;
      line-height: 1;
      letter-spacing: .01em;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
.fixedtabs .subscribe .subscribe__field::-webkit-input-placeholder {
      color: #fff; }
.fixedtabs .subscribe .subscribe__field::-moz-placeholder {
      color: #fff; }
.fixedtabs .subscribe .subscribe__field:-ms-input-placeholder {
      color: #fff; }
.fixedtabs .subscribe .subscribe__field::-ms-input-placeholder {
      color: #fff; }
.fixedtabs .subscribe .subscribe__field::placeholder {
      color: #fff; }
.fixedtabs .subscribe .subscribe__field::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: white; }
.fixedtabs .subscribe .subscribe__field::-moz-placeholder {
      /* Firefox 19+ */
      color: white; }
.fixedtabs .subscribe .subscribe__field:-ms-input-placeholder {
      /* IE 10+ */
      color: white; }
.fixedtabs .subscribe .subscribe__field:-moz-placeholder {
      /* Firefox 18- */
      color: white; }
.fixedtabs .subscribe .subscribe__field:focus {
      background: #fff;
      color: #222222;
      text-transform: none;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
.fixedtabs .subscribe .subscribe__field:focus::-webkit-input-placeholder {
      color: inherit; }
.fixedtabs .subscribe .subscribe__field:focus::-moz-placeholder {
      color: inherit; }
.fixedtabs .subscribe .subscribe__field:focus:-ms-input-placeholder {
      color: inherit; }
.fixedtabs .subscribe .subscribe__field:focus::-ms-input-placeholder {
      color: inherit; }
.fixedtabs .subscribe .subscribe__field:focus::placeholder {
      color: inherit; }
.fixedtabs .subscribe .subscribe__field:focus + .subscribe__icon:after {
      background: #fafafa; }
.fixedtabs .subscribe .subscribe__field:focus + .subscribe__icon svg path {
      fill: #522d80; }
@media only screen and (min-width: 767px) {
      .fixedtabs .subscribe .subscribe__field {
        height: 82px;
        padding: 0em 10.125em 0em 5.4375em;
        font-size: 1.25em;
        line-height: 1; } }
@media only screen and (min-width: 1263px) {
      .fixedtabs .subscribe .subscribe__field {
        padding: 0em 10.6875em 0em 5.4375em;
        border: 0.1875em solid #fff;
        font-size: 1.125em;
        line-height: 1; } }
@media only screen and (min-width: 767px) {
      .fixedtabs .subscribe .button {
        position: absolute;
        top: 2px;
        right: 2px;
        padding: 2.0625em 2.8125em 1.6875em;
        border-radius: 0 0.25em 0.25em 0; } }
@media only screen and (min-width: 1263px) {
      .fixedtabs .subscribe .button {
        top: 3px;
        right: 3px;
        padding: 2em 2.6875em 1.625em; } }
.fixedtabs .socials {
    position: relative;
    z-index: 2;
    text-align: center; }
.fixedtabs .socials.socials--with-border {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-top: 0.8125em; }
@media only screen and (min-width: 1023px) {
    .fixedtabs .socials.socials--with-border {
      padding: 2.5625em 0.625em 1.25em; } }
.fixedtabs .socials.socials--with-border li {
    display: block;
    margin-bottom: 26px; }
@media only screen and (min-width: 1023px) {
    .fixedtabs .socials.socials--with-border li {
      display: inline-block; }
    .fixedtabs .socials.socials--with-border li + li {
      margin-left: 4px; } }
.fixedtabs .socials.socials--with-border a {
    width: 62px;
    height: 62px;
    border: 4px solid #fff;
    background: transparent;
    line-height: 58px; }
.fixedtabs .socials.socials--with-border a:hover, .fixedtabs .socials.socials--with-border a:focus {
    outline: 0; }
.fixedtabs .socials.socials--with-border a:hover, .fixedtabs .socials.socials--with-border a:focus {
      background: #fff;
      color: #341d52; }
.fixedtabs .socials.socials--with-border a:hover path, .fixedtabs .socials.socials--with-border a:focus path {
      fill: #341d52; }
.fixedtabs .socials .socials__label {
    position: relative;
    display: block;
    margin-bottom: 2.25em;
    color: #fff;
    text-transform: uppercase; }
.fixedtabs .socials .socials__label:after {
      content: '';
      position: absolute;
      bottom: -12px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 68px;
      height: 2px;
      background: #fff; }
@media only screen and (min-width: 1263px) {
        .fixedtabs .socials .socials__label:after {
          left: auto;
          right: 8px;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); } }
.fixedtabs .socials ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
.fixedtabs .socials li {
    /*
		@media only screen and (min-width: $responsive-md) {
			& {
				display: block;
				margin-bottom: 25px;
			}
		}*/ }
.fixedtabs .socials li {
      display: inline-block;
      padding: 0;
      margin: 0 6px;
      font-size: 0; }
.fixedtabs .socials li:before {
      content: none; }
.fixedtabs .socials a {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #109dc0;
    font-size: 33px;
    line-height: 66px;
    color: #fff;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
.fixedtabs .socials a i {
      vertical-align: baseline; }
@media only screen and (min-width: 1263px) {
      .fixedtabs .socials a:hover, .fixedtabs .socials a:focus {
        outline: 0;
        background: #fff;
        color: #109dc0; } }
.fixedtabs .socials-simple ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 1.625em;
    line-height: 1; }
@media only screen and (min-width: 1263px) {
    .fixedtabs .socials-simple ul {
      font-size: 2em;
      line-height: 1; } }
.fixedtabs .socials-simple li {
    display: inline-block;
    padding: 0;
    margin: 0; }
.fixedtabs .socials-simple li:before, .fixedtabs .socials-simple li:after {
    content: none; }
.fixedtabs .socials-simple li + li {
    margin-left: 0.4375em; }
@media only screen and (min-width: 1263px) {
    .fixedtabs .socials-simple li {
      margin: 0 0.25em; }
    .fixedtabs .socials-simple li + li {
      margin-left: auto; } }
.fixedtabs .socials-simple a {
    background: none;
    color: #959088; }
.fixedtabs .socials-simple a:hover, .fixedtabs .socials-simple a:focus {
      outline: 0;
      color: #109dc0; }
/* ------------------------------------------------------------ *\
	Square
\* ------------------------------------------------------------ */
.square {
  position: relative;
  margin-top: 1.5625em;
  margin-right: 1.5625em;
  width: 100%;
  max-width: none;
  background-color: #F56600; }
.square .square__image {
    width: 100%;
    -webkit-transform: translate(1.5625em, -1.5625em);
        -ms-transform: translate(1.5625em, -1.5625em);
            transform: translate(1.5625em, -1.5625em);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
.square .square__link {
    position: absolute;
    top: -1.5625em;
    bottom: 0;
    left: 0;
    right: -1.5625em; }
.square:hover, .square:focus {
    outline: 0; }
.square:hover .square__image, .square:focus .square__image {
      -webkit-transform: translate(0.75em, -0.75em);
          -ms-transform: translate(0.75em, -0.75em);
              transform: translate(0.75em, -0.75em); }
/*  square--static  */
.square--static .square__link {
  display: none; }
.square--static:hover, .square--static:focus {
  outline: 0; }
.square--static:hover .square__image, .square--static:focus .square__image {
    -webkit-transform: translate(1.5625em, -1.5625em);
        -ms-transform: translate(1.5625em, -1.5625em);
            transform: translate(1.5625em, -1.5625em); }
body.is-ie .square .wpsmartcrop-overlay img {
  display: none; }
/* ------------------------------------------------------------ *\
	Status
\* ------------------------------------------------------------ */
.status {
  position: relative;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: absolute;
  right: 0;
  display: block;
  top: 2em; }
.status .status__text {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-align: center; }
.status .status__text span {
      -webkit-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
.status .status__text span + span {
      top: 0;
      left: 0;
      position: absolute; }
.status .status__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 0.75em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
.status .status__icon span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 0.75em;
      height: 0.1875em;
      background-color: #F56600;
      -webkit-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
.status .status__icon span:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 0.1875em;
        height: 0.75em;
        background-color: #F56600;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
.status .status__icon span + span {
      width: 0.75em;
      height: 0.1875em; }
.status .status__icon span + span:after {
        display: none; }
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */
.boxes {
  padding-bottom: 2.1875em; }
.boxes .boxes__title {
    text-align: center;
    font-size: 2.25em;
    color: #522d80; }
.boxes .boxes__inner {
    margin-top: 0.75em; }
.boxes .boxes__row {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.boxes .boxes__row + .boxes__row {
    border-top: 0.0625em solid #C4C4C4; }
.boxes .boxes__actions {
    text-align: center;
    margin-top: 0.9375em; }
.boxes .separator--vertical {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 1.9375em;
        -ms-flex: 1 1 1.9375em;
            flex: 1 1 1.9375em;
    margin: 0 3.125em; }
.boxes .article-box {
    padding-top: 2.25em;
    padding-bottom: 2.25em;
    width: 100%;
    max-width: 29.9375em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
.boxes .article-box h2 {
      font-size: 1.25em;
      font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif; }
/*  boxes--alt  */
.boxes--alt {
  text-align: center; }
.boxes--alt .boxes__inner {
    margin-top: 0; }
@media (max-width: 1023px) {
  /*  boxes--alt  */ }
@media (max-width: 767px) {
  .boxes .boxes__title {
    text-align: left; }
  .boxes .boxes__inner {
    margin-top: 1.5em; }
  .boxes .boxes__row {
    padding-top: 0;
    padding-bottom: 0;
    display: block; }
  .boxes .boxes__row + .boxes__row {
    border-top: 0; }
  .boxes .article-box {
    padding-top: 0;
    padding-bottom: 1.5em;
    width: 100%;
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .boxes .btn {
    width: 100%; }
  /*  boxes--alt  */
  .boxes--alt .article-box {
    position: relative;
    padding-top: 3.125em;
    padding-bottom: 3.125em; }
    .boxes--alt .article-box:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: -100vw;
      right: -100vw;
      height: 0.0625em;
      background-color: #C7C4C4; }
    .boxes--alt .article-box:last-of-type:before {
      display: none; }
  .boxes--alt .boxes__inner {
    margin-top: 0; }
  .boxes--alt .btn {
    width: auto; } }
/* ------------------------------------------------------------ *\
	Banner
\* ------------------------------------------------------------ */
.banner {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 18.6875em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
.banner .banner__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none; }
.banner .banner__inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    max-width: 108.75em;
    padding: 1em 1.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 5; }
.banner .banner__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.125em;
    color: #F56600;
    fill: currentColor;
    -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
.banner .banner__label {
    margin-bottom: 0.375em;
    text-transform: uppercase;
    font-size: 0.76923em;
    line-height: 1.4;
    font-family: "Trade Gothic LT W01 Bd Cn No-2", Arial, Helvetica, sans-serif;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
.banner .separator {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.9375em;
        -ms-flex: 0 0 1.9375em;
            flex: 0 0 1.9375em;
    margin: -0.625em 1.25em; }
.banner .banner__link {
    position: relative;
    margin: 0 auto auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center;
    color: #fff;
    font-size: 1.625em;
    line-height: 1.38462;
    font-family: "Trade Gothic LT W01 Roman", Arial, Helvetica, sans-serif;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    font-weight: normal; }
.banner .banner__link:hover, .banner .banner__link:focus {
      outline: 0;
      -webkit-transform: translateY(-0.4375em);
          -ms-transform: translateY(-0.4375em);
              transform: translateY(-0.4375em); }
.banner .banner__link:hover .banner__icon, .banner .banner__link:focus .banner__icon {
        color: #fff; }
.banner .banner__link:hover .banner__label, .banner .banner__link:focus .banner__label {
        -webkit-transform: translateY(-0.375em);
            -ms-transform: translateY(-0.375em);
                transform: translateY(-0.375em); }
body.is-ie .banner {
  margin-top: 2em; }
body.is-ie a.banner__link {
  display: block; }
body.is-ie span.banner__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
/*  Banner--alt  */
.banner--alt .banner__label {
  color: #222222; }
.banner--alt .banner__link {
  color: #522d80;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
.banner--alt .banner__link:hover, .banner--alt .banner__link:focus {
    outline: 0;
    color: #F56600; }
.banner--alt .banner__link:hover .banner__icon, .banner--alt .banner__link:focus .banner__icon {
      color: #F56600; }
@media (max-width: 1023px) {
  .banner .banner__link {
    font-size: 1.25em;
    line-height: 1.3; } }
@media (max-width: 767px) {
  .banner {
    padding-top: 1em;
    padding-bottom: 1em; }
    .banner .banner__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .banner .banner__link {
      width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .banner .banner__link:not(.only-of-type):not(:first-of-type) {
      margin-top: 1.5em;
      padding-top: 1.5em; }
      .banner .banner__link:not(.only-of-type):not(:first-of-type):before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 0.0625em;
        background-color: #C7C4C4;
        -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      .banner .banner__link:not(.only-of-type):not(:first-of-type):hover, .banner .banner__link:not(.only-of-type):not(:first-of-type):focus {
        outline: 0; }
        .banner .banner__link:not(.only-of-type):not(:first-of-type):hover:before, .banner .banner__link:not(.only-of-type):not(:first-of-type):focus:before {
          -webkit-transform: translateY(0.4375em);
              -ms-transform: translateY(0.4375em);
                  transform: translateY(0.4375em); }
    .banner .banner__icon {
      width: 1.625em;
      height: 1.625em; } }
.single-building .main .banner, .single-community .main .banner {
  background-color: #341d52; }
body.is-ie.single-building .banner .banner__inner, body.is-ie.single-community .banner .banner__inner {
  margin-top: 4em; }
/* ------------------------------------------------------------ *\
	Refine
\* ------------------------------------------------------------ */
.refine {
  border: none;
  border-bottom: 0.0625em solid #E6E1E1;
  padding-bottom: 2.5em; }
.refine .refine__title {
    display: block;
    margin-bottom: 1.25em;
    color: #222222;
    font-family: "Trade Gothic LT W01 Bold No-_2", Arial, Helvetica, sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125em;
    line-height: 1.38889;
    padding-top: 2.5em; }
.refine .checkbox + .checkbox,
  .refine .radio + .radio {
    margin-top: 1.25em; }
.refine .refine__content {
    display: block; }
@media (max-width: 1023px) {
  .refine {
    position: relative;
    border-top: 0.0625em solid #E6E1E1;
    border-bottom: 0;
    padding: 0;
    color: #fff;
    background-color: #522d80; }
    .refine:before {
      content: '';
      position: absolute;
      left: -1.25em;
      right: -1.25em;
      top: 0;
      bottom: 0;
      background-color: #522d80;
      pointer-events: none;
      z-index: -1; }
    .refine .refine__title {
      margin: 0;
      padding: 1.25em 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      color: #fff;
      cursor: pointer;
      line-height: 1.27778;
      width: 100%;
      position: relative; }
    .refine .refine__title.active {
      background-color: transparent; }
    .refine .refine__content {
      padding-top: 0.25em;
      padding-bottom: 1.25em; }
    .refine .checkbox + .checkbox,
    .refine .radio + .radio {
      margin-top: 1.25em; }
  .refine__off {
    opacity: 1;
    pointer-events: all;
    color: #522d80; }
  .refine__on {
    opacity: 0;
    pointer-events: none;
    color: #fff; }
  .refine.active .refine__off {
    opacity: 0;
    pointer-events: none; }
  .refine.active .refine__on {
    opacity: 1;
    pointer-events: all; } }
/* ------------------------------------------------------------ *\
	Refines
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .refines {
    position: relative;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .refines .refines__title {
      margin: 0;
      padding: 1.25em 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-transform: uppercase;
      color: #222222;
      font-family: "Trade Gothic LT W01 Bd Cn No-2", Arial, Helvetica, sans-serif;
      cursor: pointer;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
    .refines .refines__icon {
      margin-right: 1em; }
    .refines .refines__arrow {
      position: relative;
      margin-left: 1em;
      width: 0.5em;
      height: 1.5em; }
      .refines .refines__arrow:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        border: 0.25em solid transparent;
        border-top-color: #222222;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
    .refines .refines__off {
      opacity: 1;
      pointer-events: all;
      color: #522d80; }
    .refines .refines__on {
      opacity: 0;
      pointer-events: none;
      color: #fff; }
    .refines .refines__content {
      background-color: #522d80;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      padding-left: 1.25em;
      padding-right: 1.25em;
      z-index: 5; }
  .refines.active {
    background-color: #522d80; }
    .refines.active .refines__title {
      color: #fff; }
    .refines.active .refines__arrow:before {
      margin-top: -0.25em;
      border-top-color: #fff;
      -webkit-transform: translateY(-50%) scaleY(-1);
          -ms-transform: translateY(-50%) scaleY(-1);
              transform: translateY(-50%) scaleY(-1); }
    .refines.active .refines__off {
      opacity: 0;
      pointer-events: none; }
    .refines.active .refines__on {
      opacity: 1;
      pointer-events: all; } }
/* ------------------------------------------------------------ *\
	pagination
\* ------------------------------------------------------------ */
.pagination {
  width: 100%;
  max-width: none; }
.pagination .pagination__icon {
    color: #222;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
.pagination .pagination__link {
    font-family: "Trade Gothic LT W01 Roman", Arial, Helvetica, sans-serif;
    color: #685C53; }
.pagination ul {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style-type: none; }
.pagination li {
    position: relative;
    padding-left: 1.375em;
    padding-right: 1.375em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2.75em;
        -ms-flex: 0 0 2.75em;
            flex: 0 0 2.75em;
    border-left: 0.0625em solid #D6D3D3; }
.pagination li.active, .pagination li:hover, .pagination li:focus {
      outline: 0; }
.pagination li.active .pagination__link, .pagination li:hover .pagination__link, .pagination li:focus .pagination__link {
        color: #222; }
.pagination li.active .pagination__icon, .pagination li:hover .pagination__icon, .pagination li:focus .pagination__icon {
        color: #F56600;
        -webkit-transform: translateX(0.3125em);
            -ms-transform: translateX(0.3125em);
                transform: translateX(0.3125em); }
/* ------------------------------------------------------------ *\
	Resource
\* ------------------------------------------------------------ */
.resource {
  padding-top: 1.375em;
  padding-bottom: 1.375em;
  border: 0.0625em solid #D6D3D3;
  border-left: 0.25em solid #F56600;
  min-height: 10.375em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff; }
.resource:not(.resource--alt) {
    width: 100%; }
.resource .resource__inner {
    padding: 1.75em 3.125em;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
.resource .resource__content {
    margin-top: 1.25em;
    font-family: "Trade Gothic LT W01 Roman", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #666666; }
.resource .resource__actions {
    border-left: 0.0625em solid #D6D3D3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.125em;
        -ms-flex: 0 0 9.125em;
            flex: 0 0 9.125em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
.resource .link-curtain {
    margin-top: -1.375em;
    margin-bottom: -1.375em;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
.resource__title {
  font-family: "Trade Gothic LT W01 Roman", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25em; }
/*  resource--alt  */
.resource--alt {
  padding: 0 2em;
  border: 0.0625em solid #D6D3D3;
  border-top: 0.25em solid #F56600;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
.resource--alt .resource__inner {
    padding: 2.5em 0 5em; }
.resource--alt .resource__actions {
    border: 0;
    border-top: 0.0625em solid #D6D3D3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.375em;
        -ms-flex: 0 0 4.375em;
            flex: 0 0 4.375em; }
.resource--alt .link-curtain--alt {
    margin: 0 -2em;
    padding: 0 2em;
    width: calc(100% + 4em); }
/* ------------------------------------------------------------ *\
	Resources
\* ------------------------------------------------------------ */
.resources {
  width: 100%;
  max-width: 61.125em; }
.resources .resources__intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.resources .resources__title {
    font-family: "Trade Gothic LT W01 Roman", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal; }
.resources .resources__title h2 {
      color: #222222;
      font-size: 1em;
      line-height: 1.4; }
.resources .resources__inner {
    padding-top: 1.5em; }
.resources .resource + .resource {
    margin-top: 1.375em; }
/*  resources--grid  */
.resources--grid {
  max-width: 68.6875em; }
.resources--grid .resources__inner {
    margin: -0.75em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
.resources--grid .resource--alt {
    margin: 0.75em;
    width: 100%;
    max-width: calc(50% - 1.5em);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc(50% - 1.5em);
        -ms-flex-preferred-size: calc(50% - 1.5em);
            flex-basis: calc(50% - 1.5em);
    background-color: #fff; }
.resources--grid .resource + .resource {
    margin-top: 0.75em; }
@media (max-width: 767px) {
  .resources .resources__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0; }
  .resources .resource {
    padding: 0 2em;
    border: 0.0625em solid #D6D3D3;
    border-top: 0.25em solid #F56600;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: none; }
    .resources .resource .resource__inner {
      padding-left: 0;
      padding-right: 0; }
    .resources .resource .resource__actions {
      border: 0;
      border-top: 0.0625em solid #D6D3D3;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 4.375em;
          -ms-flex: 0 0 4.375em;
              flex: 0 0 4.375em; }
    .resources .resource .link-curtain {
      margin: 0 -2em;
      padding: 0 2em;
      width: calc(100% + 4em);
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .resources .resource .link-curtain:before {
        -webkit-transform: translateX(-101%);
            -ms-transform: translateX(-101%);
                transform: translateX(-101%); }
      .resources .resource .link-curtain .link__icon {
        margin: 0; }
      .resources .resource .link-curtain:hover, .resources .resource .link-curtain:focus {
        outline: 0; }
        .resources .resource .link-curtain:hover:before, .resources .resource .link-curtain:focus:before {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
  .resources .resource + .resource {
    margin-top: 1.5em; } }
.resources .list-view li.active {
  pointer-events: none; }
.helpful {
  display: none; }
/* ------------------------------------------------------------ *\
	Feedback
\* ------------------------------------------------------------ */
.feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.feedback .feedback__title {
    margin-right: 3em;
    font-family: "Trade Gothic LT W01 Bold No-_2", Helvetica, Arial, sans-serif;
    font-size: 1em; }
@media (max-width: 767px) {
  .feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .feedback .feedback__title {
      margin: 0; }
    .feedback .list-feedback {
      margin-top: 1.5em; } }
/* ------------------------------------------------------------ *\
	Decoration
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	decoration-separated
\* ------------------------------------------------------------ */
.decoration-separated {
  margin-left: 1.875em;
  margin-right: 1.875em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 3.5em; }
.decoration-separated:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0.0625em;
    background-color: #C7C4C4; }
.decoration-separated .decoration__holder {
    padding: 0.375em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-color: #fff;
    line-height: 1; }
/* ------------------------------------------------------------ *\
	Overlay
\* ------------------------------------------------------------ */
.overlay {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  display: none !important; }
body.is-ie .overlay__inner[style] {
  margin-top: 0 !important; }
/*  Overlay active state  */
.overlay.active {
  opacity: 1;
  pointer-events: all;
  display: block !important; }
/*  Overlay--card  */
.overlay--card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  padding: 5.625em 0.625em 0.625em 0.625em; }
.overlay--card.active {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
.overlay--card .overlay__background {
    position: absolute;
    left: -100vw;
    right: -100vw;
    top: -10000vh;
    bottom: -10000vh;
    background-color: rgba(255, 255, 255, 0.92);
    z-index: 1; }
.overlay--card .overlay__inner {
    position: relative;
    margin: auto;
    padding: 0 1.25em 6.25em;
    border: 1.5625em solid #F56600;
    background-color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 65.875em;
        -ms-flex: 0 1 65.875em;
            flex: 0 1 65.875em;
    z-index: 2; }
.overlay--card .overlay__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.625em;
    height: 5.625em;
    padding-left: 1.5625em;
    padding-bottom: 1.5625em;
    background-color: #F56600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
.overlay--card .overlay__close svg {
      -webkit-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
.overlay--card .overlay__close:hover, .overlay--card .overlay__close:focus {
      outline: 0; }
.overlay--card .overlay__close:hover svg, .overlay--card .overlay__close:focus svg {
        opacity: .5; }
.overlay--card .article {
    margin: -6.5625em auto 0;
    width: 100%;
    max-width: 48.3125em; }
.overlay--card .square {
    max-width: 28.375em; }
@media (max-width: 1263px) {
  /*  Overlay--card  */
  .overlay--card .overlay__inner {
    margin-top: 4.6875em; } }
@media (max-width: 1023px) {
  /*  Overlay--card  */
  .overlay--card {
    z-index: 2; }
    .overlay--card .overlay__inner {
      border-width: 0.625em;
      padding-bottom: 1.25em; }
    .overlay--card .overlay__close {
      width: 2em;
      height: 2em;
      padding-left: 0.625em;
      padding-bottom: 0.625em; }
      .overlay--card .overlay__close svg {
        width: 0.875em;
        height: 0.875em; }
    .overlay--card .article {
      margin-top: -2.6875em; }
    .overlay--card .square {
      margin-top: 0.625em;
      margin-right: 0.625em;
      max-width: 19.5em;
      width: calc(100vw - 9.38em); }
      .overlay--card .square .square__image {
        -webkit-transform: translate(0.625em, -0.625em);
            -ms-transform: translate(0.625em, -0.625em);
                transform: translate(0.625em, -0.625em); } }
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto; }
/* ------------------------------------------------------------ *\
	Map=holder
\* ------------------------------------------------------------ */
.map-holder {
  position: relative;
  width: 100%;
  padding-top: 72%;
  height: auto; }
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }
.no-results-message {
  margin: 0 auto 2em;
  max-width: 32rem;
  text-align: center;
  font-size: 1.5em; }
.page-template-staff_list_page .no-results-message {
  margin-top: 2em; }
@media print {
  html, body {
    background: white;
    margin: 0;
    height: auto; }
  * {
    color: black !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    overflow: visible !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
    -webkit-box-flex: unset !important;
    -webkit-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
    background-color: transparent !important; }
  div, section, article {
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    width: 100%; }
  .article, .resource, .article-box {
    margin-top: 2em !important;
    display: block !important; }
  nav.nav,
  footer.footer,
  .banner,
  .tabs__nav,
  #wp-toolbar,
  #wpadminbar,
  #query-monitor-main,
  .square__link,
  .drawer__icon,
  .separator,
  .status,
  *[class*="icon"],
  .accordion__trigger,
  .page-template-home_page .intro__image,
  .page-template-home_page .customize.form,
  .feedback, .feedback-thanks,
  .single-resource .inlay {
    display: none !important; }
  img {
    max-height: 50vh !important;
    max-width: 100%;
    min-height: 4em;
    width: auto !important;
    height: auto !important;
    margin: 8px !important;
    padding: 0 !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    page-break-inside: avoid; }
  svg {
    display: none; }
  a {
    color: black !important;
    text-decoration: underline !important;
    margin: 0 !important;
    padding: 0 !important; }
    a:not([href="#"])::after {
      content: " (" attr(href) ") "; }
  .btn {
    display: block;
    padding: 0;
    margin: 0; }
  .tab, .drawer__content {
    display: block !important;
    opacity: 1 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important; }
  .accordion.active .accordion__expand {
    opacity: 1 !important; }
  .shell {
    padding: 0 !important; }
  .video, video {
    display: none !important; }
  .page-template-home_page .version .article {
    margin-top: 2em !important; }
  .events .event + .event, .events .event:first-child {
    margin-top: 2.5em !important; }
  p {
    margin-bottom: 1em !important; } }
.page-template-sitemap_page .section__main h1 {
  text-align: center; }
.page-template-sitemap_page .section__main h2 {
  margin-bottom: 1rem; }
.page-template-sitemap_page .section__main h2 ~ ul {
    margin-bottom: 1.5rem; }
.page-template-sitemap_page .section__main li > ul {
  padding-left: 1rem; }

/*# sourceMappingURL=style.css.map */
