/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Mon Nov 07 2022 13:04:01 GMT+1100 (AEDT)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Accordion
    Breadcrumbs
    Magnific popup
    Pagination
    Skip links
    Slick
    S
 */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.visuallyhidden, .sr-only, .skip-links__link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus, .skip-links__link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.main__content ul , .main__content ol:not(.breadcrumbs__list), .tabs__tab-list, .breadcrumbs__list, .popup__list, .skip-links__list, .slick-dots, .event__info-list, .feature-box__content ul , .footer-links__list,
.footer-social__list,
.footer-contact__list, .lhs__menu-list, .rhs__panel-links__list, .form__list, .toc__list, .addtocalendar .atcb-list, .landscape-carousel__dots, .search-results__list, .rhs-filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main__content .highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.clearfix, .event__content, .top-nav, .form-list__item, .rhs-filters {
  *zoom: 1;
}

.clearfix:before, .event__content:before, .top-nav:before, .form-list__item:before, .rhs-filters:before, .clearfix:after, .event__content:after, .top-nav:after, .form-list__item:after, .rhs-filters:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after, .event__content:after, .top-nav:after, .form-list__item:after, .rhs-filters:after {
  clear: both;
}

/* stylelint-enable */
/*
--------------------
Reset (normalize.css)
--------------------
*/
/* stylelint-disable */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

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

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

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* stylelint-enable */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

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

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.hidden-opacity {
  opacity: 0;
}

.pull-left {
  float: left;
}

img.pull-left, figure.pull-left {
  margin-right: 1em;
  margin-bottom: 1em;
  max-width: 50%;
}

.pull-right {
  float: right;
}

img.pull-right, figure.pull-right {
  margin-left: 1em;
  margin-bottom: 1em;
  max-width: 50%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  height: 100%;
}

body {
  font-size: 1em;
  font-family: "Europa", helvetica, arial, sans-serif;
  color: #000000;
  line-height: 1.4;
  background-color: #fafafa;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

img {
  max-width: 100%;
}

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

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

@page {
  margin: .5cm;
}

a {
  color: #0076ad;
}

a:hover, a:focus {
  color: #004261;
  text-decoration: none;
}

a[rel="external"]::after {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gZmlsbD0iIzAwNzZhZCIgcG9pbnRzPSI5MS44NzUsNjIgODUsNjIgODUsODUgMTUsODUgMTUsMTUgMzgsMTUgMzgsOC4xMjUgMzgsMCAwLDAgMCwxMDAgMTAwLDEwMCAxMDAsNjIgIj48L3BvbHlnb24+PHBvbHlnb24gZmlsbD0iIzAwNzZhZCIgcG9pbnRzPSI1NCwwIDU0LDAuNjI3IDcxLjc4NywxOC40NzcgNTIuNzAxLDM4IDM4LDM4IDM4LDYyIDYyLDYyIDYyLDQ5Ljc5OSA4Mi43NzMsMjkuNDYyIDk5LjM3NCw0NiAxMDAsNDYgMTAwLDAgIj48L3BvbHlnb24+PC9zdmc+");
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 4px;
}

/*
--------------------
Content
--------------------
*/
/* Buttons */
.btn,
.atcb-link {
  font-family: Helvetica, Arial, sans-serif;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.btn-primary {
  color: #663367;
  background-color: transparent;
  border-color: #663367;
}

.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #663367;
  border-color: #663367;
}

.btn-primary.btn-inverted {
  color: #fff;
  background-color: #663367;
  border-color: #663367;
}

.btn-primary.btn-inverted:hover, .btn-primary.btn-inverted:focus {
  color: #663367;
  background-color: transparent;
  border-color: #663367;
}

.sq-form-submit {
  font-family: Helvetica, Arial, sans-serif;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  color: #fff;
  background-color: #1b325f;
  border-color: #1b325f;
}

.sq-form-submit:hover, .sq-form-submit:focus {
  color: #1b325f;
  background-color: transparent;
  border-color: #1b325f;
}

.btn-secondary {
  color: #777;
  background-color: transparent;
  border-color: #777;
}

.btn-secondary:hover, .btn-secondary:focus {
  color: #fff;
  background-color: #777;
  border-color: #777;
}

.btn-success {
  color: #5cb85c;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-success:hover, .btn-success:focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-info {
  color: #5bc0de;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-info:hover, .btn-info:focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-warning {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #d9534f;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-danger:hover, .btn-danger:focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-social,
.atcb-link {
  color: #fff;
  background-color: #663367;
  border-color: #663367;
}

.btn-social + .btn-social,
.btn-social + .addtocalendar,
.addthis-toolbox + .btn-social,
.addtocalendar + .btn-social,
.btn-social + .addthis-toolbox,
.atcb-link + .btn-social,
.atcb-link + .addtocalendar,
.addthis-toolbox +
.atcb-link,
.addtocalendar +
.atcb-link,
.atcb-link + .addthis-toolbox {
  margin-left: .75rem;
}

.btn-social:hover, .btn-social:focus,
.atcb-link:hover,
.atcb-link:focus {
  color: #fff;
  background-color: #9856a1;
  border-color: #9856a1;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-block + .btn-block {
  margin-top: .5rem;
}

.btn-small {
  font-size: .8rem;
  padding: .4rem .75rem;
}

.btn-large {
  font-size: 1.25rem;
  padding: .75rem 1.5rem;
}

.btn-filter {
  cursor: pointer;
  padding: 0.4375rem;
  margin-bottom: 0;
  position: absolute;
  right: 0;
}

/* stylelint-disable */
.addthis_button {
  position: relative;
  color: #000;
  background-color: #f7981d;
  border-color: #f7981d;
}

.addthis_button:after {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 1rem;
  margin-top: -6px;
  vertical-align: middle;
  border-right: 3px solid #663367;
  border-bottom: 3px solid #663367;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.addthis_button:hover, .addthis_button:focus {
  color: #fff;
  background-color: #663367;
  border-color: #663367;
}

.addthis_button:hover:after, .addthis_button:focus:after {
  border-color: #fff;
}

/* stylelint-enable */
.main__content {
  /* Headings */
  /* Tables */
  /* stylelint-disable */
  /* Quotes */
  /* Highlight */
  /* stylelint-enable */
}

.main__content > h1:first-of-type {
  margin-top: 0;
  margin-bottom: .5em;
}

.main__content > h1:first-of-type {
  line-height: 1;
}

.main__content h1,
.main__content h2,
.main__content h3,
.main__content h4,
.main__content h5,
.main__content h6 {
  color: #363636;
}

.main__content h1 ,
.main__content h2 ,
.main__content h3 ,
.main__content h4 ,
.main__content h5 ,
.main__content h6 {
  margin-bottom: .75rem;
  margin-top: 4rem;
}

.main__content h1 {
  font-size: 2.375rem;
}

.main__content h2 {
  font-size: 1.75rem;
}

.main__content h3 {
  font-size: 1.375rem;
}

.main__content h4 {
  font-size: 1.125rem;
}

.main__content h5 {
  font-size: 0.875rem;
}

.main__content h6 {
  font-size: 0.75rem;
}

.main__content .responsive__table {
  width: 100%;
  overflow: auto;
  border-bottom: 2px solid #cccccc;
  margin: .75em 0;
}

.main__content table {
  width: 100%;
  min-width: 50rem;
  margin: 2px;
}

.main__content table ul > li,
.main__content table ol > li {
  margin-bottom: .25rem !important;
}

.main__content tbody tr {
  border-bottom: 2px solid #cccccc;
  -webkit-transition: 0.15s background-color linear;
  -moz-transition: 0.15s background-color linear;
  transition: 0.15s background-color linear;
}

.main__content tbody tr:nth-child(odd) {
  background-color: transparent;
}

.main__content tbody tr:nth-child(odd):hover {
  background-color: #fff;
}

.main__content tbody tr:nth-child(even) {
  background-color: transparent;
}

.main__content tbody tr:nth-child(even):hover {
  background-color: #fff;
}

.main__content tbody tr:last-child {
  border-bottom: 0;
}

.main__content caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

.main__content th {
  font-size: 0.875rem;
  line-height: 1.45;
  text-align: left;
  color: #fff;
  background-color: #663367;
  border-right: 1px solid #fff;
  padding: 1.875rem 1.25rem 1.5625rem;
  white-space: nowrap;
  font-weight: 400;
}

.main__content th:last-child {
  border-right: 0;
}

.main__content td {
  padding: 1em;
}

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

.main__content ul > li {
  position: relative;
  margin-bottom: .75rem;
  padding-left: 2rem;
}

.main__content ul > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  height: 6px;
  width: 6px;
  display: inline-block;
  background-color: #663367;
  border-radius: 50%;
}

.main__content ul > li ul,
.main__content ul > li ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.main__content ul > li ul li::before {
  content: '';
  position: absolute;
  top: 9px;
  width: 9px;
  height: 2px;
  border-radius: 0;
}

.main__content ul > li:last-child {
  margin-bottom: 0;
}

.main__content ol:not(.breadcrumbs__list) {
  counter-reset: li;
}

.main__content ol:not(.breadcrumbs__list) > li {
  position: relative;
  margin-bottom: .75rem;
  padding-left: 2rem;
}

.main__content ol:not(.breadcrumbs__list) > li:last-child {
  margin-bottom: 0;
}

.main__content ol:not(.breadcrumbs__list) > li::before {
  position: absolute;
  left: 0;
  content: counters(li, ".") ". ";
  counter-increment: li;
  color: #2e2e2e;
  font-weight: bold;
}

.main__content ol:not(.breadcrumbs__list) > li ul,
.main__content ol:not(.breadcrumbs__list) > li ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.main__content ol:not(.breadcrumbs__list) > li ol li::before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}

.main__content ol:not(.breadcrumbs__list) > li > ol > li {
  padding-left: 2.5rem;
}

.main__content ol:not(.breadcrumbs__list) > li > ol > li > ol > li {
  padding-left: 4rem;
}

.main__content ol:not(.breadcrumbs__list) > li > ol > li > ol > li > ol > li {
  padding-left: 5rem;
}

.main__content blockquote {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: .5rem 0;
  background-color: transparent;
  color: #663367;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  font-style: italic;
}

.main__content blockquote::before {
  content: '\201C';
  font-family: helvetica, arial, sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  top: 0;
  left: 0;
  color: #663367;
  position: absolute;
  line-height: 1;
  height: 17px;
}

.main__content blockquote::after {
  content: '\201D';
  font-family: helvetica, arial, sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  bottom: 0;
  right: 0;
  color: #663367;
  position: absolute;
  line-height: 1;
  height: 17px;
}

@-moz-document url-prefix() {
  .main__content blockquote::before {
    top: 0;
  }
}

.main__content .pull-quote {
  border-top: 1px solid #010101;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

.main__content .highlight {
  background: #cccccc;
  padding: .1em .5em;
}

.main-content__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  min-width: 1px;
}

.home .main-content__wrapper {
  padding: 0;
  max-width: 100%;
  display: block;
}

.icon-image {
  height: 100%;
  width: 100%;
}

.main {
  background-color: #fafafa;
  position: relative;
  transition: .3s ease transform;
  will-change: transform;
}

.main__footer {
  position: relative;
  transition: .3s ease transform;
  will-change: transform;
}

.wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.wrapper + .wrapper {
  padding-top: 0;
}

.home .wrapper {
  padding: 0;
  max-width: 100%;
  display: block;
}

.tool-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.tools-social {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.tools-social > * {
  margin-right: 1rem;
}

.tools-social > *:last-child {
  margin-right: 0;
}

.home .page-heading {
  display: none;
}

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

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

.compat-object-fit img {
  opacity: 0;
}

/*
--------------------
Modules
--------------------
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Module: Accordion */
.accordion__link:after {
  content: '+';
  border: 1px solid;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 1em;
  width: 1em;
  text-align: center;
}

.accordion__link.uber-accordion__button-active:after {
  content: '-';
}

.js-enabled .accordion__target {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.js-enabled .accordion__target.uber-accordion__target-active {
  max-height: 100em;
}

.tabs__item {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.tabs__link {
  padding: .5em;
  border: 1px solid;
  border-bottom: 0;
  background: #eee;
}

.tabs__link.uber-accordion__button-active {
  background: #fff;
}

.js-enabled .tabs__target {
  display: none;
}

.js-enabled .tabs__target.uber-accordion__target-active {
  display: block;
}

.no-js .uber-accordion__target {
  display: none;
}

.no-js .uber-accordion__target:target {
  display: block;
}

/* Module: Breadcrumbs */
.breadcrumbs {
  display: none;
}

.breadcrumbs__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  position: relative;
  margin-right: .5rem;
  padding-right: 1.65rem;
}

.breadcrumbs__item:not(.breadcrumbs__current)::after {
  content: '';
  position: absolute;
  top: .35rem;
  right: .45rem;
  display: block;
  height: .65rem;
  width: .65rem;
  border-right: 3px solid #663367;
  border-bottom: 3px solid #663367;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.breadcrumbs__link {
  color: #663367;
  text-decoration: none;
  display: block;
}

.breadcrumbs__link:hover, .breadcrumbs__link:focus {
  color: #0076ad;
  text-decoration: underline;
}

.breadcrumbs__divider {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 5px;
}

.breadcrumbs__current {
  font-weight: 600;
  padding-right: 0;
  margin-right: 0;
}

/* Module: Magnific popup */
/* Module: Pagination */
.pagination {
  list-style: none;
  margin: 2.5rem 0 1.5rem 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination__item {
  margin: 0 .5rem;
  text-align: center;
}

.pagination__link,
.pagination__item--current > span {
  color: #272727;
  display: block;
  position: relative;
  line-height: 1.25;
  text-decoration: none;
  padding: .5rem;
}

.pagination__link::after,
.pagination__item--current > span::after {
  -moz-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #9856a1;
  top: 100%;
  left: 0;
  content: '';
  height: 0.1875rem;
  position: absolute;
  width: .0001%;
}

.pagination__link {
  -webkit-transition: 0.15s background-color ease-in-out;
  -moz-transition: 0.15s background-color ease-in-out;
  transition: 0.15s background-color ease-in-out;
}

.pagination__link:hover, .pagination__link:focus {
  color: #272727;
}

.pagination__link:hover::after, .pagination__link:focus::after {
  width: 100%;
}

.pagination__item--current {
  font-weight: 600;
}

.pagination__item--current > span {
  border-bottom: 3px solid #9856a1;
}

.pagination__previous .pagination__link::before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  border-left: 4px solid #272727;
  border-bottom: 4px solid #272727;
  margin-right: .4rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagination__next .pagination__link::before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  border-right: 4px solid #272727;
  border-bottom: 4px solid #272727;
  margin-left: .4rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Module: Skip links */
/* Module: Slick */
.slick-list {
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.home .slick-list,
.home .slick-track,
.home .slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  zoom: 1;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  min-height: 1px;
  overflow-x: hidden;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slideshow__slide img {
  margin: 0 auto;
}

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
}

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.slick-dots {
  margin-top: 1em;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.slick-dots li + li {
  margin-left: 1em;
}

/* Module: S */
/* Typeahead */
.twitter-typeahead {
  width: 100%;
}

.search-page .twitter-typeahead {
  margin-right: .5rem;
  -ms-flex-negative: 1;
}

.search-page .form__group-inline {
  height: 2.5rem;
}

.tt-menu {
  background-color: #f4f4f4;
  color: #1b325f;
  margin-top: 0.0625rem;
  text-align: left;
  width: 100%;
}

.rgba .tt-menu {
  background-color: #f4f4f4;
}

.is-opened .tt-menu {
  margin-top: 0;
}

.form__control.typeahead {
  border-width: 1px;
  height: 100%;
}

.form__control.typeahead:focus {
  border-width: 1px;
}

.tt-selectable {
  -webkit-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  font-size: 1rem;
  padding: 0.625rem 1rem;
  font-weight: 600;
}

.tt-selectable:not(:last-child) {
  border-color: #9856a1;
  border-style: solid;
  border-width: 0 0 0.0625rem;
}

.rgba .tt-selectable:not(:last-child) {
  border-color: #9856a1;
}

.tt-selectable:focus, .tt-selectable:hover, .tt-selectable.tt-cursor {
  color: #1b325f;
  background-color: #eaeaea;
}

/* Module: S */
.news__info {
  margin-bottom: 1.5rem;
}

.news__info h1,
.news__info h2 {
  line-height: 2rem;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: .5rem;
}

.news__publication time {
  font-weight: bold;
  font-style: italic;
}

.news__summary {
  font-weight: 600;
  margin-bottom: 1rem;
}

.event__info {
  margin-bottom: 1rem;
}

.event__info-inner {
  margin-bottom: .75rem;
}

.event__info-inner h1,
.event__info-inner h2 {
  line-height: 2rem;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.event__details {
  margin-bottom: 1rem;
}

.event__map {
  height: 100%;
  width: 100%;
  max-height: 400px;
  max-width: 400px;
  border: 1px solid #999;
}

.event__map.pull-right {
  margin-left: .75rem;
}

.event__map.pull-left {
  margin-right: .75rem;
}

@media screen and (max-width: 35.3125rem) {
  .event__map {
    max-width: none;
    float: none !important;
    margin: 0.5rem 0 !important;
  }
}

.event__info-list li {
  line-height: 1.75;
}

.event__info-list span {
  font-weight: 400;
}

.rss-icon {
  fill: #fff;
  height: 1rem;
  width: 1rem;
}

/* Module: S */
.feature-blocks {
  background-color: #fff;
}

.feature-blocks__event, .feature-blocks__networks {
  padding: 50px 0 80px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.feature-blocks h2 {
  margin-bottom: 52px;
  color: #fff;
  font-size: 2.375rem;
  line-height: 2.75rem;
  font-weight: bold;
}

.feature-blocks p {
  color: #fff;
  margin: 0;
  margin-bottom: 35px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
}

.feature-blocks .white-bg h2, .feature-blocks .white-bg p {
  color: #000;
}

.feature-blocks .white-bg .cta-btn:not(.yellow) {
  color: #000;
  border-color: #000;
}

.feature-blocks .white-bg .cta-btn:not(.yellow):hover, .feature-blocks .white-bg .cta-btn:not(.yellow):focus {
  border-color: #f7981d;
}

.feature-blocks .white-bg .cta-btn:not(.yellow) use svg {
  fill: #000;
}

.feature-blocks .white-bg .cta-btn.yellow:hover, .feature-blocks .white-bg .cta-btn.yellow:focus {
  color: #000;
}

.feature-blocks .white-bg .cta-btn.yellow:hover use svg path, .feature-blocks .white-bg .cta-btn.yellow:focus use svg path {
  fill: #000;
}

.feature-blocks__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.feature-blocks__content {
  max-width: 100%;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.feature-blocks__content.centered {
  padding: 30px;
  max-width: 100%;
  margin: 0 auto;
}

.cta-btn {
  display: inline-block;
  border: solid 2px #fff;
  border-radius: 1.5625rem;
  background: none;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.625rem 2.25rem;
  color: #fff;
  margin-top: 1.5rem;
  text-decoration: none;
  margin: 0;
  margin-top: 15px;
  transition: background-color .5s, border .5s, color .5s;
}

.cta-btn:hover, .cta-btn:focus {
  background-color: #f7981d;
  color: #000;
  border-color: #f7981d;
}

.cta-btn:hover use svg, .cta-btn:focus use svg {
  path: #000;
  transform: path .5s;
}

.cta-btn.yellow {
  background: #f7981d;
  border-color: #f7981d;
  color: #000;
}

.cta-btn.yellow use svg path {
  fill: #000;
}

.cta-btn.yellow:hover, .cta-btn.yellow:focus {
  background-color: transparent;
  color: #fff;
}

.cta-btn.yellow:hover use svg path, .cta-btn.yellow:focus use svg path {
  fill: #fff;
}

.cta-btn span {
  display: none;
}

.cta-btn.show-arrow {
  padding-right: 22px;
}

.cta-btn.show-arrow span {
  display: inline-block;
  line-height: 1rem;
  padding-left: 1.5625rem;
}

.cta-btn.show-arrow span svg {
  width: 1.75rem;
  height: 1.1875rem;
  position: relative;
  top: 3px;
}

/* Module: S */
/* stylelint-disable */
.feature-panels__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 84rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.gradient__wrapper .feature-panels__wrapper {
  padding: 0;
}

.feature-panels__wrapper + .feature-panels__wrapper {
  margin-bottom: 0;
}

/* stylelint-enable */
.feature-box__container {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-top: 1.5rem;
}

.feature-box__container.large-box {
  margin-top: 0;
  background-color: transparent;
}

.feature-box__container:not(.large-box) {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feature-box__container:first-child {
  margin-top: 0;
}

.feature-box__link {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.large-box .feature-box__link {
  padding: 3rem 2rem;
}

.image-box > .feature-box__link::before {
  content: '';
  background-color: rgba(224, 224, 224, 0.35);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  -moz-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
}

.feature-box__link:hover .feature-box__heading, .feature-box__link:focus .feature-box__heading {
  color: #fff;
  background-color: #663367;
}

.large-box .feature-box__link:hover .feature-box__heading, .large-box .feature-box__link:focus .feature-box__heading {
  color: #e0e0e0;
  background-color: transparent;
}

.feature-box__link:hover .feature-box__heading::after, .feature-box__link:focus .feature-box__heading::after {
  border-bottom-color: #fff;
  border-right-color: #fff;
  right: 1.35rem;
}

.feature-box__heading {
  position: relative;
  color: #e0e0e0;
  font-weight: 600;
  background-color: #fff;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 2.75em 1rem 1.25rem;
  z-index: 3;
  -webkit-transition: 0.3s background-color ease-in-out;
  -moz-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
  -webkit-font-smoothing: antialiased;
}

.feature-box__heading::after {
  content: '';
  position: absolute;
  top: 1.3rem;
  right: 1.75rem;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #663367;
  border-bottom: 2px solid #663367;
  -webkit-transition: 0.2s right linear;
  -moz-transition: 0.2s right linear;
  transition: 0.2s right linear;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.large-box .feature-box__heading {
  text-align: center;
  color: #2b2b2b;
  font-size: 180%;
  line-height: 1.45;
  padding: 0;
  background-color: transparent;
}

.large-box .feature-box__heading span {
  font-weight: bold;
}

.large-box .feature-box__heading::after {
  content: none;
}

.feature-box__content {
  font-size: 0.875rem;
  color: #58595b;
  background-color: #fff;
  line-height: 1.75;
  padding: 1rem;
}

.feature-box__content ul > li {
  position: relative;
  margin-bottom: .75rem;
  padding-left: 2rem;
}

.feature-box__content ul > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 2px;
  display: inline-block;
  background-color: #1b325f;
}

.feature-box__content ul > li ul,
.feature-box__content ul > li ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.feature-box__content ul > li ul li::before {
  left: 0;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}

.feature-box__content ul > li:last-child {
  margin-bottom: 0;
}

.large-box .feature-box__content {
  padding: 1.25rem 0 0;
  background-color: transparent;
  display: none;
}

.feature-box__content .event-date {
  font-size: 85%;
  font-weight: bold;
  color: #1b325f;
  margin-right: .25rem;
}

.feature-box__content a {
  color: #010101;
  text-decoration: none;
  -webkit-transition: 0.05s all ease-in-out;
  -moz-transition: 0.05s all ease-in-out;
  transition: 0.05s all ease-in-out;
}

.feature-box__content a:hover, .feature-box__content a:focus {
  color: #9856a1;
  text-decoration: underline;
}

.feature-box__image {
  width: 100%;
  height: auto;
  display: block;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.large-box .feature-box__image {
  display: none;
  -webkit-order: inherit;
  -ms-flex-order: inherit;
  order: inherit;
}

@media screen and (max-width: 767px) {
  .gradient__wrapper .large-box:nth-child(odd) .feature-box__link {
    background-color: #fff;
  }
  .gradient__wrapper .large-box:nth-child(odd) .feature-box__link .feature-box__heading {
    color: #2b2b2b;
  }
  .gradient__wrapper .large-box:nth-child(even) .feature-box__link {
    color: #fff;
    background-color: #2b2b2b;
  }
  .gradient__wrapper .large-box:nth-child(even) .feature-box__link .feature-box__heading {
    color: #fff;
  }
}

.small-box .feature-box__heading {
  padding: 0;
  position: relative;
  height: 3.4375rem;
  font-size: 1.17em;
}

.small-box .feature-box__heading span {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  display: inline-block;
  padding: 0 3em 0 1.5em;
}

/* Module: S */
/* stylelint-disable */
.main__footer {
  font-size: 90%;
  color: #131313;
  background-color: #fff;
  padding: 0 2rem 0 2rem;
  margin-top: 4rem;
}

body.home .main__footer {
  margin-top: 0;
}

/* stylelint-enable */
.footer-links__item,
.footer-contact__item {
  font-size: 0.9375rem;
  margin-bottom: .75rem;
  font-weight: 300;
}

.footer-links__item:last-child,
.footer-contact__item:last-child {
  margin-bottom: 0;
}

/* stylelint-disable */
.footer-links__wrapper {
  width: 100%;
  max-width: 80rem;
}

/* stylelint-enable */
.footer-links__column {
  margin-bottom: 2.5rem;
  flex: 1;
}

.footer-links__column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-links__column:first-child {
  flex: 3;
}

.footer-links__column:last-child {
  margin-bottom: 0;
}

.footer-links__column::before {
  content: '';
  display: inline-block;
  width: 3rem;
  height: 4px;
  margin-bottom: 2rem;
}

.footer-link,
.footer-phone__link,
.footer-contact__heading {
  font-size: 1.0625rem;
  color: #131313;
  text-decoration: none;
  line-height: 1.5;
  display: inline-block;
}

.footer-link:not(.footer-contact__heading):hover, .footer-link:not(.footer-contact__heading):focus,
.footer-phone__link:not(.footer-contact__heading):hover,
.footer-phone__link:not(.footer-contact__heading):focus,
.footer-contact__heading:not(.footer-contact__heading):hover,
.footer-contact__heading:not(.footer-contact__heading):focus {
  color: #131313;
  text-decoration: underline;
}

.footer-contact__heading {
  color: #131313;
  display: block;
  font-weight: inherit;
  margin-top: 0;
  margin-bottom: .5rem;
}

.footer-link.copy-right, .footer-contact__heading {
  font-weight: 600;
}

.footer-link.copy-right:hover, .footer-link.copy-right:focus, .footer-link.powered-site:hover, .footer-link.powered-site:focus {
  text-decoration: none;
}

.footer-link__text {
  color: #14415f;
}

/* stylelint-disable */
.footer-social__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
  margin-top: 3rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* stylelint-enable */
.footer-icon {
  fill: #f7981d;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  margin: 10px auto;
}

.footer-social__link {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: .5rem;
  background-color: #fff;
  border-radius: .35rem;
  -webkit-transition: 0.1s background-color ease-in-out;
  -moz-transition: 0.1s background-color ease-in-out;
  transition: 0.1s background-color ease-in-out;
}

.footer-social__link .sr-only {
  color: #fcffff;
}

.footer-social__link:last-child {
  margin-right: 0;
}

.footer-social__link:hover, .footer-social__link:focus {
  background-color: #fff;
  outline: none;
}

.footer-social__link:hover.facebook .footer-icon, .footer-social__link:focus.facebook .footer-icon {
  fill: #3b5998;
}

.footer-social__link:hover.youtube .footer-icon, .footer-social__link:focus.youtube .footer-icon {
  fill: #bb0000;
}

.footer-social__link:hover.linkedin .footer-icon, .footer-social__link:focus.linkedin .footer-icon {
  fill: #0077b5;
}

.footer-social__link:hover.instagram .footer-icon, .footer-social__link:focus.instagram .footer-icon {
  fill: #bc2a8d;
}

.footer-social__link:hover.twitter .footer-icon, .footer-social__link:focus.twitter .footer-icon {
  fill: #0084b4;
}

.footer-social__link:hover.vimeo .footer-icon, .footer-social__link:focus.vimeo .footer-icon {
  fill: #1ab7ea;
}

.footer-info__wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
  justify-content: space-between;
  flex-basis: 100%;
}

.footer-info__flags {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-info__flags img {
  margin-right: 0.125rem;
}

.footer-info__text {
  font-size: 0.9375rem;
}

/* Module: S */
.close-icon {
  display: none;
}

.is-active .close-icon {
  display: block;
}

.search-icon,
.menu-icon {
  display: block;
}

.is-active .search-icon, .is-active
.menu-icon {
  display: none;
}

.search-icon,
.menu-icon,
.close-icon {
  fill: #272727;
}

.main-header {
  background: #fff;
  position: relative;
}

.is-mobile .main-header {
  z-index: 4;
}

.top-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 84rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.top-nav__wrapper {
  background: #f5f5f5;
}

.top-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.top-nav__item {
  background-color: #663367;
  color: #fff;
  float: left;
  line-height: 1rem;
  position: relative;
}

.top-nav__item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #fff;
}

.top-nav__item:last-child:not(:first-child)::after {
  display: none;
}

.top-nav__link {
  font-size: 0.9375rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-decoration: none;
  padding: 0.83437rem 2.1875rem 0.875rem 2.1875rem;
  display: block;
}

.top-nav__link:hover, .top-nav__link:focus {
  color: #000;
  text-decoration: underline;
  background-color: #f7981d;
  text-decoration: none;
}

.functionality__font-size {
  line-height: 1.3125rem;
  float: right;
  margin: 0;
  padding: 0.75rem 2.3125rem 0.5rem 2.1875rem;
  list-style-type: none;
}

.functionality__font-size li {
  float: left;
}

.functionality__magnify-font {
  padding-right: 0.8125rem;
  cursor: pointer;
}

.functionality__magnify-font:hover, .functionality__magnify-font:focus {
  text-decoration: underline;
}

.functionality__lessen-font {
  padding-left: 0.5625rem;
  cursor: pointer;
}

.functionality__lessen-font:hover, .functionality__lessen-font:focus {
  text-decoration: underline;
}

.functionality__reset {
  font-size: 1.3125rem;
  cursor: pointer;
}

.functionality__reset:hover, .functionality__reset:focus {
  text-decoration: none;
  border-bottom: solid 1px #663367;
}

.functionality__reset span {
  font-size: 0.8125rem;
}

.main-header__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem;
}

.main-header__wrapper.dark {
  background-color: #663367;
  display: none;
}

.logo__text {
  display: none;
}

.logo__link {
  display: block;
}

.logo__image {
  display: block;
  padding-bottom: 0.375rem;
  width: 100%;
}

.main-nav {
  display: none;
}

.main-nav__list {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-nav__item {
  float: left;
  position: relative;
}

.main-nav__item::before {
  background: #f7981d;
  content: '';
  display: block;
  height: 0.25rem;
  left: 0;
  top: 0;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  will-change: transform;
  transition: transform .3s ease;
}

.main-nav__item:hover::before {
  transform: scaleX(1);
}

.active .main-nav__link {
  font-weight: 600;
}

.header-search__form {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}

.header-search__form .sr-only {
  color: #3e7e87;
}

.header-search__input {
  border: none;
  border-top: 2px solid #663367;
  padding: 1rem 3.75rem 1rem 1rem;
  vertical-align: top;
  width: 100%;
  background: #f0f2f3;
  font-size: 1.125rem;
  -webkit-transition: 0.15s background-color linear;
  -moz-transition: 0.15s background-color linear;
  transition: 0.15s background-color linear;
}

.header-search__input:focus, .header-search__input:active {
  outline: 0;
  background-color: #f2f2f2;
}

.header-search__submit-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: .5rem;
  float: right;
}

.main-menu__btn,
.header-search__mobile-btn {
  border: none;
  width: 40px;
  height: 40px;
  background: none;
  padding: .5rem;
  margin-left: 1rem;
  display: inline-block;
}

.mega-menu__wrapper {
  padding: 0;
  position: absolute;
  width: 100%;
  display: none;
  height: auto;
  background: #f3f3f3;
}

.mega-menu__wrapper .mega-menu__item:last-child {
  border-bottom: 0;
}

.menu-arrow {
  display: block;
  top: 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 3.75rem;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.menu-arrow:hover, .menu-arrow:focus {
  outline: 0;
}

.menu-arrow:hover::after, .menu-arrow:focus::after {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.menu-arrow::after {
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  content: '';
  position: absolute;
  display: block;
  height: .75rem;
  left: 50%;
  top: 50%;
  width: .75rem;
  margin-top: -0.3125rem;
  margin-left: -0.5625rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: 0.15s transform linear;
  -moz-transition: 0.15s transform linear;
  transition: 0.15s transform linear;
}

.lvl-2 .menu-arrow::after {
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.is-expanded > .mega-menu__feature .menu-arrow::after,
.is-expanded > .mega-menu__sub-nav-title .menu-arrow::after {
  margin-top: -0.5625rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mega-menu__close-button {
  display: none;
}

.mega-menu__item {
  padding: 0;
  opacity: 1;
  position: relative;
  border-bottom: 2px solid #c6c6c6;
}

.mega-menu__feature {
  width: 100%;
  padding: 0;
  float: none;
}

.mega-menu__feature-description {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}

.mega-menu__feature-title,
.mega-menu__sub-nav-title {
  margin-top: 0;
  margin-bottom: 0;
}

.mega-menu__feature-link {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.9375rem 3.875rem 0.9375rem 1rem;
  text-decoration: none;
  color: #000000;
}

.mega-menu__feature-link:hover, .mega-menu__feature-link:focus {
  outline: 0;
}

.mega-menu__navs-wrapper {
  width: 100%;
  display: none;
  overflow: hidden;
  background: #e0e0e0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mega-menu__navs-wrapper .mega-menu__list {
  width: 100%;
  padding: 0;
}

.mega-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lvl-2 .mega-menu__list {
  display: none;
  background: #d1d1d1;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.mega-menu__sub-nav-link,
.mega-menu__sub-nav-text {
  position: relative;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.625rem 3.875rem 0.625rem 2.5rem;
  color: #000000;
  text-decoration: none;
}

.mega-menu__sub-nav-link:hover, .mega-menu__sub-nav-link:focus,
.mega-menu__sub-nav-text:hover,
.mega-menu__sub-nav-text:focus {
  color: #ffffff;
  outline: 0;
}

.mega-menu__sub-nav-link:hover.menu-arrow::after, .mega-menu__sub-nav-link:focus.menu-arrow::after,
.mega-menu__sub-nav-text:hover.menu-arrow::after,
.mega-menu__sub-nav-text:focus.menu-arrow::after {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.mega-menu__sub-nav-text:hover {
  text-decoration: none;
}

.menu-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 4;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  -moz-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
}

.menu-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Module: S */
.quicklinks {
  position: relative;
  z-index: 16;
}

.quicklinks__wrapper {
  z-index: 15;
}

.quicklinks__heading {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
  background-color: #f7981d;
  color: #000000;
  padding: 1rem 1.75rem;
  margin: 0;
}

.quicklinks__heading::after {
  display: none;
}

.quicklinks__heading[data-expanded="true"]::after {
  margin-top: -1rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.quicklinks__content {
  display: none;
  background-color: #9856a1;
  padding: .75rem 1rem;
}

.quicklinks__heading.quicklinks__link {
  display: block;
  text-decoration: none;
  background: #f3f3f3;
  color: #000000;
  font-size: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.quicklinks__heading.quicklinks__link:after {
  content: none;
}

.quicklinks__heading.quicklinks__link:hover {
  background: #663367;
  color: #ffffff;
}

.quicklinks__heading.quicklinks__link:last-child {
  border-bottom: none;
}

/* Module: S */
.lhs__menu {
  margin-bottom: 1.5rem;
}

.lhs__menu-toggle {
  color: #ffffff;
  background-color: #663367;
  position: relative;
  width: 100%;
  display: block;
  font-size: 125%;
  border: 0;
  text-align: left;
  line-height: 1.25;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.lhs__menu-toggle:focus {
  outline: 0;
}

.lhs__menu-toggle::after {
  content: '';
  position: absolute;
  top: 1.4rem;
  right: 1.65rem;
  display: block;
  width: .85rem;
  height: .85rem;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  -webkit-transition: 0.2s transform linear, 0.2s border-color linear;
  -moz-transition: 0.2s transform linear, 0.2s border-color linear;
  transition: 0.2s transform linear, 0.2s border-color linear;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lhs__menu-toggle[data-expanded='true'] {
  color: #ffffff;
  background-color: #663367;
}

.lhs__menu-toggle[data-expanded='true']::after {
  top: 1.25rem;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lhs__menu-list:not(.menu__level-2):not(.menu__level-3):not(.menu__level-4):not(.menu__level-5) {
  display: none;
  margin-bottom: 2rem;
}

.lhs__menu-list.menu__level-2, .lhs__menu-list.menu__level-3, .lhs__menu-list.menu__level-4, .lhs__menu-list.menu__level-5 {
  border-top: 1px solid #c6c6c6;
}

.lhs__menu-item {
  border-bottom: 1px solid #c6c6c6;
}

.lhs__menu-item:last-child {
  border-bottom: 0;
}

.lhs__menu-link {
  background-color: #f3f3f3;
  display: block;
  position: relative;
  font-size: 0.875rem;
  text-decoration: none;
  color: #000000;
  padding: .75rem 1rem;
  -webkit-transition: 0.1s color ease-in-out, 0.1s background-color ease-in-out;
  -moz-transition: 0.1s color ease-in-out, 0.1s background-color ease-in-out;
  transition: 0.1s color ease-in-out, 0.1s background-color ease-in-out;
  /*&.active {
        color: $lhs-menu__level-1__color--active;
        background-color: $lhs-menu__level-1__bg;
    }*/
}

.lhs__menu-link.active, .lhs__menu-link.current {
  font-weight: 600;
}

.lhs__menu-link.current.has-children {
  padding-right: 2.75rem;
}

.lhs__menu-link.current.has-children::after {
  content: '';
  position: absolute;
  right: 1.15rem;
  top: .95rem;
  display: block;
  height: 10px;
  width: 10px;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lhs__menu-link.current.has-children:hover::after {
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}

.lhs__menu-link:hover, .lhs__menu-link:focus {
  color: #ffffff;
  background-color: #663367;
}

.menu__level-2 .lhs__menu-link {
  color: #000000;
  background-color: #e0e0e0;
  padding-left: 1.75rem;
  /* &.active {
            color: $lhs-menu__level-2__color--active;
            background-color: $vic__purple;
        }*/
}

.menu__level-2 .lhs__menu-link.current::after {
  border-right-color: #000000;
  border-bottom-color: #000000;
}

.menu__level-2 .lhs__menu-link.current:hover::after {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.menu__level-2 .lhs__menu-link:hover, .menu__level-2 .lhs__menu-link:focus {
  color: #ffffff;
  background-color: #663367;
}

.menu__level-3 .lhs__menu-link {
  color: #000000;
  background-color: #e0e0e0;
  padding-left: 2.5rem;
  /*&.active {
            color: $lhs-menu__level-3__color--active;
            background-color: $vic__purple;
        }*/
}

.menu__level-3 .lhs__menu-link.current::after {
  border-right-color: #000000;
  border-bottom-color: #000000;
}

.menu__level-3 .lhs__menu-link.current:hover::after {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.menu__level-3 .lhs__menu-link:hover, .menu__level-3 .lhs__menu-link:focus {
  color: #ffffff;
  background-color: #663367;
}

.menu__level-4 .lhs__menu-link {
  color: #000000;
  background-color: #e0e0e0;
  padding-left: 3.25rem;
  /*&.active {
            color: $lhs-menu__level-4__color--active;
            background-color: $vic__purple;
        }*/
}

.menu__level-4 .lhs__menu-link.current::after {
  border-right-color: #000000;
  border-bottom-color: #000000;
}

.menu__level-4 .lhs__menu-link.current:hover::after {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.menu__level-4 .lhs__menu-link:hover, .menu__level-4 .lhs__menu-link:focus {
  color: #ffffff;
  background-color: #663367;
}

.menu__level-5 .lhs__menu-link {
  color: #000000;
  background-color: #e0e0e0;
  padding-left: 4rem;
  /*&.active {
            color: $lhs-menu__level-5__color--active;
            background-color: $vic__purple;
        }*/
}

.menu__level-5 .lhs__menu-link.current::after {
  border-right-color: #000000;
  border-bottom-color: #000000;
}

.menu__level-5 .lhs__menu-link.current:hover::after {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.menu__level-5 .lhs__menu-link:hover, .menu__level-5 .lhs__menu-link:focus {
  color: #ffffff;
  background-color: #663367;
}

.rhs__column {
  margin-top: 3rem;
}

.is-listing + .rhs__column {
  margin-top: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.rhs-filters__container {
  margin-bottom: 1.25rem;
}

.rhs__panel {
  position: relative;
  color: #010101;
  margin-bottom: 2.5rem;
  background-color: #fff;
}

.rhs__panel.rhs__related {
  background-color: transparent;
  box-shadow: none;
  padding: 1rem 1rem 0 1rem;
}

.rhs__panel.rhs__related::after {
  content: none;
}

.rhs__panel .popup__image {
  position: relative;
  z-index: 2;
}

.rhs__image-panel {
  display: block;
  height: 100%;
}

.rhs__image-panel .rhs__panel-image {
  height: 100%;
  object-fit: cover;
}

.rhs__panel-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #663367;
  background-color: white;
  padding: .75rem 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0;
}

.rhs__related .rhs__panel-heading {
  background-color: transparent;
  padding: 0;
  margin-bottom: 1rem;
}

.rhs__related .rhs__panel-heading:after {
  content: '';
  display: block;
  width: 1.5rem;
  height: .25rem;
  margin-top: .75rem;
  background-color: #663367;
}

.rhs__panel-heading.inside-content {
  background-color: transparent;
  border-bottom: 0;
  padding: 0;
  margin-bottom: .5rem;
}

.rhs__panel-image {
  width: 100%;
  display: block;
}

.rhs-panel__link {
  position: relative;
  background-color: transparent;
  color: #333;
  display: block;
  padding: .2rem 2rem .2rem 0;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.15s color ease-in-out;
  -moz-transition: 0.15s color ease-in-out;
  transition: 0.15s color ease-in-out;
}

.rhs-panel__link::after {
  content: '';
  position: absolute;
  top: .7rem;
  right: .1rem;
  display: block;
  height: 6px;
  width: 6px;
  border-right: 2px solid #663367;
  border-bottom: 2px solid #663367;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.25s border-color linear, 0.25s right linear;
  -moz-transition: 0.25s border-color linear, 0.25s right linear;
  transition: 0.25s border-color linear, 0.25s right linear;
}

.rhs-panel__link:hover, .rhs-panel__link:focus {
  color: #9856a1;
  background-color: transparent;
}

.rhs-panel__link:hover::after, .rhs-panel__link:focus::after {
  border-right-color: #9856a1;
  border-bottom-color: #9856a1;
}

.rhs-panel__link:last-child {
  border-bottom: 0;
}

.rhs__panel-content {
  color: #58595b;
  background-color: #fff;
  padding: 1rem;
  line-height: 1.65;
  position: relative;
  z-index: 2;
}

.rhs__panel-content h1,
.rhs__panel-content h2,
.rhs__panel-content h3,
.rhs__panel-content h4,
.rhs__panel-content h5,
.rhs__panel-content h6 {
  color: #663367;
}

.rhs__panel-content > h2:first-child,
.rhs__panel-content > h3:first-child,
.rhs__panel-content > h4:first-child,
.rhs__panel-content > h5:first-child {
  margin-top: 0;
}

.rhs__panel-content p:first-child {
  margin-top: 0;
}

.rhs__panel-content p:last-child {
  margin-bottom: 0;
}

.accordion__heading, .tab__button {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  padding: .65rem 1rem;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-transition: 0.15s background-color linear;
  -moz-transition: 0.15s background-color linear;
  transition: 0.15s background-color linear;
}

.accordion,
.tabs,
.mobile-tabs__accordion {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.accordion__block {
  border: solid 1px #f0f0f0;
}

.accordion__heading {
  background-color: #fff;
  color: #663367;
  font-weight: bold;
  padding: 1.1875rem;
  line-height: 1;
}

.accordion__heading:hover, .accordion__heading:focus {
  color: #ffffff;
  background-color: #0076ad;
}

.accordion__heading:hover::before, .accordion__heading:hover::after, .accordion__heading:focus::before, .accordion__heading:focus::after {
  background-color: #ffffff;
}

.accordion__heading::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 13px;
  top: 20px;
  right: 25px;
  background-color: #663367;
}

.accordion__heading::after {
  content: '';
  position: absolute;
  right: 1.25rem;
  top: 25px;
  display: inline-block;
  width: 13px;
  height: 3px;
  background-color: #663367;
}

.active > .accordion__heading {
  color: #663367;
  background-color: #ffffff;
}

.active > .accordion__heading::after {
  background-color: #663367;
}

.active > .accordion__heading::before {
  content: none;
}

.accordion__content {
  background-color: #fff;
  display: none;
  overflow: hidden;
  padding: 0.375rem 1.1875rem 1.1875rem;
}

.accordion__content p:first-of-type {
  margin-top: 0;
}

.accordion__content p:last-of-type {
  margin-bottom: 0;
}

.tabs {
  position: relative;
  display: none;
}

/* stylelint-disable */
.tab__buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* stylelint-enable */
.tab__button {
  color: #fff;
  background-color: #663367;
  text-align: center;
  font-weight: bold;
  margin-right: 4px;
  border: 1px solid transparent;
  border-bottom: 0;
}

.tab__button:last-child {
  margin-right: 0;
}

.tab__button:hover, .tab__button:focus {
  color: #ffffff;
  background-color: #0076ad;
}

.tab__button.active {
  color: #ffffff;
  background-color: #0076ad;
  border: 1px solid #0076ad;
  border-bottom: 0;
}

.tabs__contents {
  position: relative;
  border: 1px solid #f0f0f0;
  border-top: 0;
}

.tab__content {
  display: none;
  padding: 1rem;
  background-color: #fff;
}

.tab__content p:first-of-type {
  margin-top: 0;
}

.tab__content p:last-of-type {
  margin-bottom: 0;
}

.tab__content.active {
  display: block;
}

.gallery {
  max-width: 50rem;
  margin: 0 auto;
}

.gallery__single {
  position: relative;
  z-index: 1;
}

.gallery__nav {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  margin: 0 auto 3rem;
  padding: 1.25rem 1rem;
  position: relative;
  top: -24px;
  width: 90%;
  z-index: 2;
  box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.15);
  will-change: transform;
}

.gallery__nav .gallery__item {
  outline: none;
}

.gallery__nav .gallery__image {
  cursor: pointer;
  border: 4px solid transparent;
}

.gallery__nav .gallery__image:hover, .gallery__nav .gallery__image:focus {
  border: 4px solid #0076ad;
}

.gallery__nav .slick-list {
  position: relative;
}

.gallery__nav .slick-next,
.gallery__nav .slick-prev {
  position: absolute;
  top: 50%;
  right: -1.75rem;
  padding: 0;
  margin: -0.8125rem 0 0 0;
  background-color: transparent;
  color: transparent;
  text-indent: 200%;
  overflow: hidden;
  border: 0;
  height: 1.75rem;
  width: 1.375rem;
}

.gallery__nav .slick-next::after,
.gallery__nav .slick-prev::after {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0.375rem;
  height: 12px;
  width: 12px;
  border-right: 4px solid #663367;
  border-bottom: 4px solid #663367;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gallery__nav .slick-prev {
  left: -1.75rem;
  right: auto;
}

.gallery__nav .slick-prev::after {
  left: auto;
  right: 0.375rem;
  border-right: 0;
  border-left: 4px solid #663367;
  border-bottom: 4px solid #663367;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gallery__image {
  display: block;
}

.gallery__description {
  color: inherit;
  background-color: #3766c2;
  padding: .5rem .75rem;
  margin-top: .5rem;
}

.form__group, .sq-form-question {
  margin-bottom: 1rem;
}

.form__group label, .sq-form-question label {
  color: #393939;
}

.form__group .form__group:last-child,
.form__group .form__check:last-child, .sq-form-question .form__group:last-child,
.sq-form-question .form__check:last-child {
  margin-bottom: 0;
}

.sq-form-question-answer > ul > li {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.sq-form-question-answer > ul > li::before {
  content: none !important;
}

.form__group-inline {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.form__group-inline > .datepicker__wrap {
  display: block;
  width: 100%;
}

.form__group-inline > input[type='text'],
.form__group-inline > .datepicker__wrap {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.form-fieldset__content {
  display: none;
  margin-top: .75rem;
}

.form-fieldset__content li input[type='checkbox'],
.form-fieldset__content li input[type='radio'] {
  margin-right: .25rem;
  margin-top: -4px;
  vertical-align: middle;
}

.form-fieldset__content li:last-child label {
  margin-bottom: 0;
}

.rhs__column .form-fieldset__content {
  display: block;
}

.form-submissions__control {
  width: 100%;
}

.form-submissions__control select::-ms-expand {
  display: none;
}

.form-submissions__submit-wrapper {
  margin-top: 10px;
}

.responsive__table table {
  margin: 0;
}

.sq-form-question-option-list li,
.sq-form-question-tickbox-list li,
.form__check {
  position: relative;
  display: block;
  margin-bottom: .25rem;
}

.sq-form-question-option-list label,
.sq-form-question-tickbox-list label,
.form-check__label {
  color: #010101;
  padding-left: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.disabled > .sq-form-question-option-list label, .disabled >
.sq-form-question-tickbox-list label, .disabled >
.form-check__label {
  color: #272727;
  cursor: not-allowed;
}

.sq-form-question-option-list input[type="radio"],
.sq-form-question-tickbox-list input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: 0;
}

.form-check__input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.5rem;
}

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

.form__control,
.sq-form-field:not([type="radio"]):not([type="checkbox"]) {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  color: inherit;
  font-size: 1rem;
  line-height: 1.25;
  border: 2px solid #e3e3e3;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: 0.2s background-color ease-in-out, 0.2s border-color ease-in-out, 0.2s color ease-in-out;
  -moz-transition: 0.2s background-color ease-in-out, 0.2s border-color ease-in-out, 0.2s color ease-in-out;
  transition: 0.2s background-color ease-in-out, 0.2s border-color ease-in-out, 0.2s color ease-in-out;
}

.form__control:focus,
.sq-form-field:not([type="radio"]):not([type="checkbox"]):focus {
  color: #464a4c;
  background-color: #fff;
  border: 2px solid #cacaca;
  outline: 0;
}

.has-success .form__control, .has-success
.sq-form-field:not([type="radio"]):not([type="checkbox"]) {
  border-color: #5cb85c;
}

.has-warning .form__control, .has-warning
.sq-form-field:not([type="radio"]):not([type="checkbox"]) {
  border-color: #f0ad4e;
}

.has-error .form__control, .has-error
.sq-form-field:not([type="radio"]):not([type="checkbox"]) {
  border-color: #d9534f;
}

.form__group-inline > .form__control, .form__group-inline >
.sq-form-field:not([type="radio"]):not([type="checkbox"]) {
  margin-right: .5rem;
}

.form__group-inline > .form__control:last-child:not(:first-child), .form__group-inline >
.sq-form-field:not([type="radio"]):not([type="checkbox"]):last-child:not(:first-child) {
  margin-right: 0;
}

.form__group-inline > .rhs-filters__container .form__control, .form__group-inline >
.rhs-filters__container .sq-form-field:not([type="radio"]):not([type="checkbox"]) {
  margin-right: 0;
}

select.form__control:not([size]):not([multiple]),
select.sq-form-field:not([size]):not([multiple]) {
  padding-right: 2rem;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkyLjM2MiAyOTIuMzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0ICAgQzEuODA3LDcyLjk5OCwwLDc3LjI3OSwwLDgyLjIyOGMwLDQuOTQ4LDEuODA3LDkuMjI5LDUuNDI0LDEyLjg0N2wxMjcuOTA3LDEyNy45MDdjMy42MjEsMy42MTcsNy45MDIsNS40MjgsMTIuODUsNS40MjggICBzOS4yMzMtMS44MTEsMTIuODQ3LTUuNDI4TDI4Ni45MzUsOTUuMDc0YzMuNjEzLTMuNjE3LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0N0MyOTIuMzYyLDc3LjI3OSwyOTAuNTQ4LDcyLjk5OCwyODYuOTM1LDY5LjM3N3oiIGZpbGw9IiMwMDAwMDAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 12px;
}

.form__control-success,
.form__control-warning,
.form__control-error {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  background-size: 1.125rem 1.125rem;
}

/* stylelint-disable */
.form__control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.form__control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.form__control-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

/* stylelint-enable */
.form-control__feedback {
  margin-top: .3rem;
  font-weight: 400;
}

.has-success .form-control__feedback {
  color: #5cb85c;
}

.has-warning .form-control__feedback {
  color: #f0ad4e;
}

.has-error .form-control__feedback {
  color: #d9534f;
}

.sq-form-question-error .form__control {
  border-color: #d9534f;
}

.sq-form-question-error .sq-form-error {
  color: #d9534f;
  margin-top: .5rem;
}

.form__text {
  display: block;
  margin-top: .25rem;
  font-size: 85%;
  color: #636c72;
}

.form-list__item {
  padding-bottom: .4rem;
}

.form-list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.form-list__link {
  -webkit-transition: 0.15s color ease-in-out;
  -moz-transition: 0.15s color ease-in-out;
  transition: 0.15s color ease-in-out;
  color: #393939;
  text-decoration: none;
}

.form-list__link:hover, .form-list__link:focus, .form-list__link.active {
  color: #9856a1;
}

.form-list__link.active {
  font-weight: 600;
}

.form-list__count {
  float: right;
  font-size: 90%;
  font-family: Helvetica, Arial, Sans-serif;
  line-height: 1em;
  color: #172b52;
  background-color: #d9d9d9;
  padding: .25rem .35rem;
  border-radius: .25rem;
}

.form__separator {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top-color: #e0e0e0;
  border-bottom: 0;
}

.toc__list {
  display: none;
}

.toc__toggler {
  font-size: 1rem;
  color: #58595b;
  background-color: transparent;
  font-weight: 600;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
}

h3.toc__heading {
  color: #663367;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1rem;
}

h3.toc__heading::after {
  content: '';
  display: block;
  width: 1.5rem;
  height: .25rem;
  margin-top: .65rem;
  background-color: #663367;
}

.toc__link {
  position: relative;
  display: block;
  font-size: 0.9375rem;
  color: #58595b;
  text-decoration: none;
  padding-right: 1.5rem;
  -webkit-transition: 0.15s color ease-in-out;
  -moz-transition: 0.15s color ease-in-out;
  transition: 0.15s color ease-in-out;
}

.toc__link::after {
  content: '';
  position: absolute;
  top: .4rem;
  right: .1rem;
  display: block;
  height: 6px;
  width: 6px;
  border-right: 2px solid #663367;
  border-bottom: 2px solid #663367;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toc__link:hover, .toc__link:focus {
  color: #663367;
}

.toc__item {
  margin-bottom: .5rem;
}

.toc__item:last-child {
  margin-bottom: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .toc__item {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .toc__item:before {
    content: none !important;
  }
}

/* stylelint-disable */
.gMap {
  width: 100%;
  height: 400px;
}

/* stylelint-enable */
.btt__wrapper {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 0 1.5rem;
}

.btt {
  max-width: 80rem;
  margin: 0 auto;
}

.btt a {
  float: right;
  display: block;
  height: 36px;
  width: 80px;
  position: relative;
  background-color: #663367;
  border: 2px solid #663367;
  transition: all .3s ease;
  color: #fff;
}

.btt a::before {
  content: '';
  position: absolute;
  border-width: 3px 0 0 3px;
  border-style: solid;
  border-color: #fff;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
}

.btt a:hover, .btt a:focus {
  background: #fff;
}

.btt a:hover::before, .btt a:focus::before {
  border-color: #663367;
}

.figure__image {
  position: relative;
  margin-bottom: 2.5rem;
}

.figure__image img {
  display: block;
}

.figure__image figcaption {
  color: #2e2e2e;
  margin-top: .5rem;
  font-size: 0.875rem;
}

.popup__video {
  text-decoration: none;
}

.addtocalendar {
  position: relative;
  display: inline-block;
  background: transparent;
}

.addtocalendar var {
  display: none;
}

.addtocalendar .atcb-list {
  position: absolute;
  left: 0;
  display: none;
  background-color: #fff;
  margin-top: .25rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .25rem;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.addtocalendar .atcb-list:hover {
  display: block;
}

.addtocalendar .atcb-link:focus + .atcb-list,
.addtocalendar .atcb-link:active + .atcb-list {
  display: block;
}

.addtocalendar .atcb-item-link {
  font-size: 0.9375rem;
  padding: .35rem .75rem;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.addtocalendar .atcb-item-link:hover, .addtocalendar .atcb-item-link:focus {
  background-color: #f0f0f0;
}

.at-share-tbx-element .at-icon-wrapper {
  display: none !important;
}

.video-container {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 1.875rem;
  position: relative;
}

.video-container embed,
.video-container iframe,
.video-container object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-poster a img {
  vertical-align: bottom;
  width: 100%;
}

.video-poster a .image__wrapper {
  position: relative;
  overflow: hidden;
}

.video-poster a .image__wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #262626;
  opacity: .6;
  position: absolute;
}

.video-poster a .image__wrapper::after {
  content: '';
  top: calc(50% - 25px);
  right: calc(50% - 25px);
  position: absolute;
  background-image: url("data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMzU3IDM1NyI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTM4LjI1IDB2MzU3bDI4MC41LTE3OC41eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center center;
  height: 50px;
  width: 50px;
}

.map__description {
  position: relative;
  padding: 1.9375rem;
  background-color: #fff;
  box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.15);
  will-change: transform;
  color: #2e2e2e;
}

.map__description h3.map__description-heading {
  color: #e0e0e0;
  margin-top: 0;
  margin-bottom: 1.3125rem;
  font-size: 1.375rem;
}

.map__description p {
  margin: 0;
}

.page_account_manager .error-info {
  color: red;
}

.register-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Module: S */
.landing-panel {
  color: #010101;
  background-color: #fff;
  border: 1px solid #272727;
  margin-top: 1.5rem;
  padding: 1rem;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.landing-panel:first-child {
  margin-top: 0;
}

.landing-panel:hover, .landing-panel:focus {
  color: #010101;
  background-color: #5c83d1;
  border: 1px solid #272727;
}

.landing-panel__link {
  color: #010101;
  text-decoration: none;
}

.landing-panel__heading {
  margin-top: 0;
  margin-bottom: .75rem;
}

.landing-panel__image {
  display: block;
  margin-bottom: 1rem;
}

.landing-image__container {
  box-shadow: inset 0px -100px 85px -50px rgba(0, 0, 0, 0.7);
}

.landing-image {
  position: relative;
  display: block;
  height: 15.9375rem;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .landing-image {
    z-index: inherit;
  }
}

.landing__content h1,
.landing__content h2,
.landing__content h3 {
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 2.75rem;
}

.landing__content + .panels__container {
  margin-top: 1.5rem;
}

/* Module: S */
.landscape-carousel {
  display: none;
}

.landscape-carousel.slick-initialized {
  display: inherit;
}

.landscape-carousel,
.landscape-carousel__caption-wrapper {
  position: relative;
  overflow: hidden;
}

.landscape-carousel__wrapper {
  position: relative;
}

.landscape-carousel__item {
  background-color: #663367;
}

.landscape-carousel__caption {
  color: #fff;
  text-decoration: none;
  background-color: #663367;
  display: block;
  padding: 1.75rem 1.25rem;
  position: relative;
  line-height: 1.25;
}

.landscape-carousel__caption:hover, .landscape-carousel__caption:focus {
  color: #fff;
}

.landscape-carousel__caption:hover .landscape-carousel__caption-heading::after, .landscape-carousel__caption:focus .landscape-carousel__caption-heading::after {
  width: 100%;
}

.landscape-carousel__caption.is-video::after {
  content: 'Watch Video';
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.625rem 2.25rem;
  margin-top: 1.5rem;
  border-radius: 1.5625rem;
}

.landscape-carousel__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 12.5rem;
}

.landscape-carousel__caption-heading {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: .75rem;
  padding-bottom: .75rem;
}

.landscape-carousel__caption-content {
  line-height: 1.75;
}

.landscape-carousel__caption-cta {
  border: solid 2px #fff;
  border-radius: 1.5625rem;
  background: none;
  font-size: 0.9375rem;
  padding: 0.625rem 2.25rem;
  color: #fff;
  margin-top: 1.5rem;
}

.landscape-carousel__dots {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.landscape-carousel__dots > li {
  margin-right: .75rem;
}

.landscape-carousel__dots > li button {
  display: block;
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  border: 0.125rem solid #fff;
  margin: 4px 0;
  padding: 0;
  color: #757575;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.landscape-carousel__dots > li.slick-active button {
  background-color: #fff;
}

/* stylelint-disable */
.landscape-carousel__controls {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 84rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  top: 10.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* stylelint-enable */
.landscape-carousel__toggler {
  display: block;
  background-color: transparent;
  height: 0.875rem;
  width: 0.75rem;
  border-width: 0 0.25rem 0 0.25rem;
  border-style: none solid;
  border-color: transparent #fff;
  padding: 0;
  margin-left: .25rem;
}

.landscape-carousel__toggler.carousel-paused {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
}

/* Module: S */
.search-result__item {
  margin-bottom: 2.5rem;
  border: 1px solid #f0f0f0;
}

.search-result__item:first-child {
  margin-top: 3rem;
}

.search-result__item:last-child {
  margin-bottom: 0;
}

.search-result__item .buttons-wrapper {
  text-align: right;
}

.search-result__item .btn {
  margin: 0 3px;
}

.search-result__item .listing-btn__more {
  background: #f7981d;
  color: #000000;
}

.search-result__item .listing-btn__more:hover {
  background-color: #000000;
  color: #ffffff;
}

.search-result__item .listing-btn__register {
  background: #663367;
  color: #ffffff;
}

.search-result__item .listing-btn__register:hover {
  background: #f7981d;
  color: #000000;
}

ul > li.search-result__item {
  padding: 0;
}

.main__content ul.pagination > li::before {
  content: none;
}

.search-result__link {
  position: relative;
  color: #1b325f;
  text-decoration: none;
  background-color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.search-result__desc {
  color: #58595b;
  margin-top: 1rem;
}

h2.search-result__heading {
  font-size: 1.25rem;
  line-height: 1.4rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: .5rem;
}

.search-result__best-bet h2.search-result__heading {
  color: #9856a1;
}

.search-result__image-wrapper {
  display: none;
  position: absolute;
  height: 100%;
  width: 125px;
}

.search-result__image {
  display: none;
  max-width: 125px;
  height: 100%;
  width: 100%;
}

.search-result__content {
  padding: 1.8125rem;
  line-height: 1.5;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
}

.search-result__best-bet .search-result__content {
  border-bottom: 5px solid #9856a1;
}

.search-result__type {
  font-weight: 400;
  margin-top: 8px;
}

@media screen and (min-width: 35.3125em) {
  .search-result__image, .search-result__image-wrapper {
    display: inherit;
  }
  .search-result__image-wrapper + .search-result__content {
    padding-left: calc(125px + 29px);
  }
  .listing-3-col .search-result__image, .listing-3-col .search-result__image-wrapper {
    display: none;
  }
  .listing-3-col .search-result__image-wrapper + .search-result__content {
    padding-left: 1.8125rem;
  }
}

.search-result__date {
  font-size: 0.875rem;
  margin-bottom: .5rem;
}

.search-result__date time {
  font-weight: 400;
}

.search-result__content-inner .search-result__date {
  margin-bottom: 0;
}

.search-result__event-location {
  margin-bottom: .5rem;
}

.search-result__event-location {
  font-style: italic;
  font-weight: 400;
}

.search-result__url {
  line-height: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 1rem;
  word-break: break-all;
}

.rhs-filters__heading {
  font-weight: normal;
  font-size: 1.35rem;
  line-height: 1.35rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-bottom: .45rem;
  border-bottom: 2px solid #9856a1;
}

.rhs-filters.form-filters .rhs-filters__container[data-expanded='true'] > .rhs-filters__heading::before {
  top: 0.3125rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rhs-filters.form-filters .rhs-filters__heading {
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}

.rhs-filters.form-filters .rhs-filters__heading::before {
  content: '';
  position: absolute;
  right: 1.1rem;
  top: 0.625rem;
  height: .75rem;
  width: .75rem;
  border-right: 4px solid #172b52;
  border-bottom: 4px solid #172b52;
  display: block;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.rhs-filters.form-filters .rhs-filters__heading + form {
  display: none;
}

.rhs-filters.form-filters legend {
  color: #172b52;
  background-color: transparent;
  padding: 0 0 10px;
  margin: 0;
  font-size: 125%;
  font-weight: 500;
  text-transform: none;
  width: auto;
  display: inline-block;
  cursor: default;
}

.rhs-filters.form-filters legend::before {
  content: none;
}

.rhs-filters.form-filters legend + .form-fieldset__content {
  display: block;
  margin-top: 1rem;
}

.rhs-filters.form-filters legend::after {
  content: '';
  display: block;
  width: 1.25rem;
  height: 3px;
  margin-top: .25rem;
  background-color: #9856a1;
}

.rhs-filters.form-filters fieldset.form__group[data-expanded='true'] > legend::before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.rhs-filters.facets-filters legend {
  line-height: 2;
  border: 0;
  background-color: #1b325f;
  margin: 0;
  padding: .65rem 1rem;
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.rhs-filters.facets-filters legend::before {
  content: '';
  position: absolute;
  right: 1.1rem;
  top: 1.15rem;
  height: .75rem;
  width: .75rem;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  display: block;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.rhs-filters.facets-filters fieldset.form__group {
  margin-bottom: 1rem;
}

.rhs-filters.facets-filters fieldset.form__group[data-expanded='true'] > legend::before {
  top: .75rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.calendar__icon {
  display: block;
  fill: #1b325f;
  height: 22px;
  width: 26px;
}

.ui-datepicker {
  display: none;
  background-color: #fff;
  padding: .5rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  margin-top: 3px;
}

.ui-datepicker-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: .4rem;
}

.ui-datepicker-prev > .ui-icon,
.ui-datepicker-next > .ui-icon {
  display: none;
}

/* stylelint-disable */
.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  display: block;
  height: 28px;
  width: 28px;
  background-color: #eee;
}

.ui-datepicker-prev::after,
.ui-datepicker-next::after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 7px 8px 7px 0;
  border-color: transparent #555 transparent transparent;
  vertical-align: middle;
  margin-top: 4px;
  margin-left: 9px;
}

.ui-datepicker-prev:hover, .ui-datepicker-prev:focus,
.ui-datepicker-next:hover,
.ui-datepicker-next:focus {
  background-color: #dfdfdf;
}

/* stylelint-enable */
.ui-datepicker-next {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.ui-datepicker-next::after {
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #555;
  margin-left: 10px;
}

.ui-datepicker-calendar {
  width: 100%;
  min-width: 12.5rem;
}

.ui-datepicker-calendar td {
  padding: 1px;
}

.ui-datepicker-calendar thead span {
  font-size: 80%;
  text-transform: uppercase;
  display: block;
  margin-bottom: .3rem;
}

.ui-datepicker-calendar .ui-state-default {
  display: block;
  padding: .25rem .45rem;
  color: #555;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  background-color: #eee;
}

.ui-datepicker-calendar .ui-state-default.ui-state-hover {
  background-color: #dfdfdf;
}

.ui-datepicker-calendar .ui-state-default.ui-state-active {
  color: #fff;
  background-color: #272727;
}

.datepicker__wrap {
  position: relative;
}

.datepicker__wrap .datepicker__clear {
  position: absolute;
  top: 50%;
  right: 2.75rem;
  padding: 0;
  border: 0;
  padding-bottom: 2px;
  height: auto;
  line-height: 18px;
  width: 1.25rem;
  color: #fff;
  background-color: #1b325f;
  display: none;
  border-radius: .2rem;
  -webkit-transition: 0.2s background-color ease-in-out;
  -moz-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.datepicker__wrap .datepicker__clear:hover, .datepicker__wrap .datepicker__clear:focus {
  outline: 0;
  background-color: #1a1a1a;
}

/* Module: S */
.section__map-pannels {
  padding: 100px 0 50px 0;
  background-color: #ffffff;
}

.map-pannel {
  padding: 40px 106px 60px 106px;
  background-color: #fccb98;
}

.map-pannel:nth-child(odd) {
  margin-bottom: 10px;
}

.map-pannel__img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-pannel__img img {
  height: 200px;
}

.map-pannel h3 {
  margin: 15px;
  font-family: Europa;
  font-size: 2.375rem;
  font-weight: bold;
  color: #000;
  font-family: Europa;
  text-align: center;
}

.map-pannel p {
  font-size: 1rem;
  color: #000;
  font-weight: normal;
  font-family: Europa;
  margin: 15px;
  text-align: center;
}

.map-pannel__button {
  text-align: center;
}

.map-pannel .cta-btn.show-arrow:hover {
  color: #000;
}

/* Module: S */
.planning-scheme__map {
  border: none;
  height: 35rem;
  width: 100%;
}

.map__markers {
  background-color: transparent;
  color: #201547;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  height: 50px;
  line-height: 1.75;
  padding: 0.3125rem 1.5625rem;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

.map__markers::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.map__markers::after {
  background-color: #fff;
  content: '';
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.gm-style .gm-style-iw {
  overflow: visible;
  top: 0 !important;
  padding: 0px;
}

.gm-style .gm-style-iw > div {
  overflow: visible !important;
}

.gm-style .gm-style-iw > div > div {
  overflow: visible !important;
}

.map-popup {
  background: #fff;
  width: 300px;
  position: relative;
  padding-top: 40px;
  padding: 19px 5px 0;
  border-radius: 8px;
}

.map-popup__paragraph, .map-popup__paragraph--number, .map-popup__btn-wrapper {
  margin: 0;
}

.map-popup__paragraph span, .map-popup__paragraph--number span, .map-popup__btn-wrapper span {
  color: #663367;
  font-weight: 600;
  margin-right: 20px;
}

.map-popup__paragraph {
  margin-bottom: 10px;
}

.map-popup__content {
  padding: 10px;
  padding-left: 30px;
}

.map-popup__title {
  background: #663367;
  color: #fff;
  padding: 10px;
  width: 100%;
}

.map-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}

.map-popup__contact-numbers {
  margin-bottom: 15px;
}

.map-popup__contact-numbers:after {
  display: block;
  content: "";
  clear: both;
  float: none;
}

.map-popup__btn-wrapper {
  text-align: center;
}

.map-popup__btn {
  border-radius: 5px;
  background: #f7981d;
  color: #000000;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
}

.map-popup__btn:hover {
  color: #ffffff;
  background-color: #663367;
}

.map-popup__btn:first-child {
  margin-right: 10px;
}

.map-popup .width-50 {
  width: 50%;
  max-width: 50%;
  float: left;
}

/* Module: S */
.member-services,
.landing__child-pages {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 84rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.member-services__headline,
.landing__child-pages__headline {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000000;
  display: block;
  text-align: center;
  width: 100%;
  padding: 0 0 1.4375rem;
}

.member-services .feature-box__container,
.landing__child-pages .feature-box__container {
  margin-top: 0;
  margin-bottom: 1rem;
}

.member-services .feature-box__container:hover .feature-box__heading,
.landing__child-pages .feature-box__container:hover .feature-box__heading {
  display: none;
}

.member-services .feature-box__heading,
.landing__child-pages .feature-box__heading {
  position: absolute;
  top: 0;
  width: 100%;
  background: none;
  font-size: 30px;
  color: #ffffff;
  height: auto;
  bottom: 2.0625rem;
  left: 1.8125rem;
  top: auto;
  width: 80%;
  text-decoration: underline;
}

.member-services .feature-box__heading:after,
.landing__child-pages .feature-box__heading:after {
  content: none;
}

.member-services .feature-box__heading.text-dark,
.landing__child-pages .feature-box__heading.text-dark {
  color: #000000;
}

.member-services .feature-box__link:hover .feature-box__heading, .member-services .feature-box__link:focus .feature-box__heading,
.landing__child-pages .feature-box__link:hover .feature-box__heading,
.landing__child-pages .feature-box__link:focus .feature-box__heading {
  background: none;
}

.member-services .feature-box__link[rel="external"]:after,
.landing__child-pages .feature-box__link[rel="external"]:after {
  display: none;
}

.member-services .feature-box__content,
.landing__child-pages .feature-box__content {
  display: none;
  background: none;
}

.landing__child-pages .no-img {
  background-size: 100% auto;
  background-position: center;
}

.landing__child-pages .no-img:nth-of-type(6n+1) {
  background-image: url("mysource_files/policy.png");
}

.landing__child-pages .no-img:nth-of-type(6n+2) {
  background-image: url("mysource_files/mobile-organisation.png");
}

.landing__child-pages .no-img:nth-of-type(6n+3) {
  background-image: url("mysource_files/mobile-governance.png");
}

.landing__child-pages .no-img:nth-of-type(6n+4) {
  background-image: url("mysource_files/mobile-networks.png");
}

.landing__child-pages .no-img:nth-of-type(6n+5) {
  background-image: url("mysource_files/mobile-organisation.png");
}

.landing__child-pages .no-img:nth-of-type(6n) {
  background-image: url("mysource_files/policy.png");
}

.landing__child-pages .feature-box__container {
  min-height: 165px;
}

.member-services .feature-box_container,
.landingchild-pages .feature-box_container {
  margin-top: 0;
  margin-bottom: 0;
}

.section__map-pannels {
  padding: 2rem 0;
}

.member-services,
.landing__child-pages {
  padding: 2rem 1rem 1rem;
}

/* Module: S */
.social-feed {
  background: #663367;
}

.social-feed__wrapper {
  padding: 1.25rem 1rem;
}

.social-feed__heading {
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #ffffff;
  padding: 1.25rem 1rem;
}

.social-feed__item {
  width: 100%;
  display: block;
  background: transparent;
  padding: 0.625rem;
  margin-bottom: 0.625rem;
  max-height: 350px;
  overflow: hidden;
  text-align: center;
}

.social-feed__linkedin > img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.social-feed__linkedin .IN-widget {
  display: block !important;
  line-height: 0 !important;
  margin: 0 auto;
  max-width: 100%;
}

.social-feed__linkedin .IN-widget > span {
  display: block !important;
}

.social-feed__linkedin .IN-widget * {
  max-width: 100%;
  border: none;
  box-shadow: 0;
  background-color: #fff;
  display: block;
}

.social-feed__linkedin--content {
  text-align: left;
  color: #000000;
  max-width: 364px;
  margin: 0 auto;
  padding: 1px;
  padding-bottom: 0px;
  font-size: 14px;
  position: relative;
  top: -4px;
  z-index: 10;
  background: #ededed;
}

.social-feed__linkedin--content p {
  margin: 0;
  background: #ededed;
  border: 1px solid #fff;
  border-top: none;
  border-radius: 5px;
  padding: 7px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding-top: 3px;
  position: relative;
  top: -1px;
  box-shadow: inset 0 30px 60px -65px #000;
  color: #777;
  font-size: 12px;
}

.social-feed__facebook > img {
  max-height: 23px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.social-feed__facebook .fb_iframe_widget_fluid {
  display: block;
  margin: 0 auto;
}

.social-feed__twitter > img {
  max-height: 23px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.social-feed__twitter iframe {
  max-width: 364px !important;
}

@media (min-width: 48em) {
  .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .main__content.is-listing {
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
    margin-top: 0;
  }
  /*
--------------------
Modules
--------------------
*/
  /* Module: Breadcrumbs */
  .breadcrumbs {
    display: inherit;
  }
  /* Module: S */
  .event__info-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .event__info-inner h1,
  .event__info-inner h2 {
    margin-right: .5rem;
    margin-bottom: 0;
  }
  .event__info-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .event__info-list li {
    margin-bottom: .5rem;
  }
  .event__info-list strong {
    display: block;
  }
  /* Module: S */
  .feature-blocks__content {
    max-width: 28.125rem;
    padding-left: 90px;
    position: relative;
    z-index: 2;
  }
  .feature-blocks__content.centered {
    padding-left: 0;
    max-width: 25.625rem;
    margin: 0 auto;
  }
  /* Module: S */
  .gradient__wrapper {
    background: #f3f3f3;
    background: -moz-linear-gradient(left, #f3f3f3 0%, #ffffff 50%, #2b2b2b 50%);
    background: -webkit-linear-gradient(left, #f3f3f3 0%, #ffffff 50%, #2b2b2b 50%);
    background: linear-gradient(to right, #f3f3f3 0%, #ffffff 50%, #2b2b2b 50%);
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .gradient__wrapper .large-box:nth-child(2) .feature-box__heading,
  .gradient__wrapper .large-box:nth-child(2) .feature-box__content {
    color: #fff;
  }
  .large-box .feature-box__link {
    padding: 0;
  }
  .feature-panels__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .gradient__wrapper + .feature-panels__wrapper {
    padding-top: 0;
    margin-top: -2rem;
  }
  .large-box .feature-box__heading {
    text-align: left;
    padding-bottom: 1rem;
  }
  .feature-box__container {
    width: calc(100% / 2 - 10px);
  }
  .feature-box__container.large-box {
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .feature-box__container:nth-child(2) {
    margin-top: 0;
  }
  .feature-box__container:nth-child(n+3) {
    margin-top: 3rem;
  }
  .large-box .feature-box__image {
    display: inherit;
  }
  .feature-box__content {
    font-size: 1rem;
    line-height: 1.75;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-box .feature-box__content {
    display: inherit;
    padding-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
  /* Module: S */
  .main__footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 95%;
  }
  /* stylelint-disable */
  .footer-links__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  /* stylelint-enable */
  .footer-links__column {
    width: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin: 10px auto;
  }
  .footer-social__link {
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 1rem;
  }
  .footer-social__wrapper {
    margin-top: 1.875rem;
  }
  .footer-info__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-info__flags {
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .footer-info__text {
    flex: 1;
    padding-left: 7.75rem;
  }
  /* Module: S */
  .top-nav,
  .main-header__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .logo__image {
    width: 240px;
  }
  /* Module: S */
  .quicklinks__wrapper {
    width: 100%;
    max-width: 84rem;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: -3.4375rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 15;
  }
  h2.quicklinks__heading {
    width: 10.625rem;
    text-align: center;
  }
  h2.quicklinks__heading:after {
    content: none;
    display: none;
  }
  .quicklinks__container {
    display: block;
  }
  .quicklinks {
    position: absolute;
    bottom: 0;
    right: 2rem;
    max-width: 15.625rem;
    width: 100%;
  }
  /* Module: S */
  .lhs__menu {
    position: relative;
  }
  .accordion {
    position: relative;
    box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.15);
    will-change: transform;
  }
  .tabs {
    box-shadow: 0 1.5rem 50px -18px rgba(0, 0, 0, 0.1);
    will-change: transform;
    display: inherit;
    margin-bottom: 3rem;
  }
  .tab__content {
    padding: 1.875rem 1.1875rem;
  }
  .mobile-tabs__accordion {
    display: none;
  }
  .toc__box {
    width: 250px;
    display: inline-block;
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
  .toc__list {
    display: block;
  }
  .toc__link {
    width: 100%;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .rhs__column {
    margin-top: 3.5rem;
    margin-bottom: .75rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .is-listing + .rhs__column {
    display: block;
  }
  .rhs__panel {
    width: calc(50% - .75rem);
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  /* stylelint-disable */
  _::-webkit-full-page-media, _:future, :root .rhs__column {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  _::-webkit-full-page-media, _:future, :root .main__content {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  _::-webkit-full-page-media, _:future, :root .is-listing + .rhs__column {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* stylelint-enable */
}

@media (min-width: 48em) {
  .form-submissions__control {
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  .form-submissions__control:last-of-type {
    margin-right: 0;
  }
  .form-submissions:after {
    content: "";
    clear: both;
    float: none;
    display: block;
  }
  /* Module: S */
  .panels__container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .landing-panel {
    width: calc(50% - 0.75rem);
  }
  .landing-panel:nth-child(2) {
    margin-top: 0;
  }
  .landing-image {
    height: 18.75rem;
  }
  /* Module: S */
  /* stylelint-disable */
  .landscape-carousel__caption-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 84rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  /* stylelint-enable */
  .landscape-carousel__controls {
    top: auto;
    bottom: 1rem;
    padding-left: 16rem;
    padding-right: 2rem;
  }
  .landscape-carousel__image {
    height: 26.5625rem;
  }
  .landscape-carousel__caption {
    width: 23.75rem;
    padding: 1.35rem 2rem;
    line-height: 1.35;
    background: none;
  }
  .landscape-carousel__caption-bg {
    background: #000000;
    opacity: .5;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .landscape-carousel__caption-heading {
    line-height: 1.28;
    margin-bottom: 1rem;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .landscape-carousel__caption-content {
    line-height: 1.65;
  }
  .landscape-carousel__item {
    background-color: transparent;
  }
  /* Module: S */
  .search-result__content-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: .5rem;
  }
  .search-result__type {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1rem;
    margin-bottom: 0;
  }
  /* Module: S */
  .section__map-pannels {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* Module: S */
  .member-services,
  .landing__child-pages {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .member-services__headline,
  .landing__child-pages__headline {
    font-size: 2.375rem;
    padding: 1.4375rem 0 1.4375rem;
  }
  .member-services .feature-box__container,
  .landing__child-pages .feature-box__container {
    margin-top: 0;
    margin-bottom: 1.375rem;
  }
  .has-rhs-panel .member-services .feature-box__container, .has-rhs-panel .landing__child-pages .feature-box__container {
    width: calc(100% / 2 - 10px);
    max-height: 165px;
    height: 165px;
  }
  .has-rhs-panel .member-services .feature-box__link, .has-rhs-panel .landing__child-pages .feature-box__link {
    height: 165px;
    max-height: 165px;
  }
  .has-rhs-panel .member-services .feature-box__heading, .has-rhs-panel .landing__child-pages .feature-box__heading {
    font-size: 1.75rem;
  }
  /* Module: S */
  .social-feed__wrapper {
    display: block;
    padding: 0 2rem 2.5rem;
    justify-content: space-between;
  }
  .social-feed__item {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .wrapper,
  .main-content__wrapper {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .main-column__wrapper {
    min-width: 1px;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .main-content__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main__content {
    width: auto;
    min-width: 1px;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  _::-webkit-full-page-media, _:future, :root .tool-box {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  _::-webkit-full-page-media, _:future, :root .tool-box + .main__content {
    -webkit-flex-basis: 1px;
    -ms-flex-preferred-size: 1px;
    flex-basis: 1px;
  }
  .lhs__menu-toggle {
    display: none;
  }
  .lhs__menu-list:not(.menu__level-2):not(.menu__level-3):not(.menu__level-4):not(.menu__level-5) {
    display: inherit;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .landing-image__container + .wrapper .tools-social {
    margin-top: 1rem;
  }
  .tool-box {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .landing-image__container + .wrapper .tool-box {
    margin-top: -4rem;
    margin-bottom: 4rem;
  }
  .main__content {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  /*
--------------------
Modules
--------------------
*/
  /* Module: Breadcrumbs */
  .landing-image__container + .wrapper .breadcrumbs__item:not(.breadcrumbs__current)::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  .landing-image__container + .wrapper .breadcrumbs__link, .landing-image__container + .wrapper
  .breadcrumbs__current {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
    background-color: rgba(0, 0, 0, 0.01);
  }
  /* Module: S */
  .main-header .twitter-typeahead {
    width: 100%;
  }
  /* Module: S */
  .event__info-list {
    display: inline-block;
  }
  .event__info-list strong {
    display: inline-block;
  }
  .event__info-list li {
    margin-bottom: 0;
  }
  /* stylelint-disable */
  _::-webkit-full-page-media, _:future, :root .event__info-list {
    display: block;
    max-width: 40rem;
  }
  /* stylelint-enable */
  /* Module: S */
  .feature-blocks {
    display: flex;
  }
  .feature-blocks__event, .feature-blocks__networks {
    flex: 1;
  }
  /* Module: S */
  .gradient__wrapper {
    padding-top: 5rem;
    padding-bottom: 8.4375rem;
  }
  .feature-box__container {
    width: calc(100% / 3 - 20px);
  }
  .feature-box__container.landing-box {
    width: calc(100% / 2 - 20px);
  }
  .feature-box__container.large-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
  .feature-box__container.large-box:nth-child(2) {
    padding-right: 2rem;
    padding-left: 4rem;
  }
  .feature-box__container:nth-child(3) {
    margin-top: 0;
  }
  .feature-box__container:nth-child(n+4) {
    margin-top: 4rem;
  }
  .feature-box__link {
    display: block;
  }
  .image-box > .feature-box__link:hover .feature-box__content, .image-box > .feature-box__link:focus .feature-box__content {
    -webkit-transform: translateY(-63px);
    -ms-transform: translateY(-63px);
    transform: translateY(-63px);
  }
  .image-box > .feature-box__link:hover::before, .image-box > .feature-box__link:focus::before {
    visibility: visible;
    opacity: 1;
  }
  .feature-box__heading {
    padding: 1.25rem 3em 1.25rem 1.5rem;
    margin-top: -1px;
  }
  .feature-box__heading:after {
    top: 1.6rem;
  }
  .large-box .feature-box__heading {
    font-size: 2.5rem;
    padding-bottom: 1.5rem;
  }
  .feature-box__content {
    font-size: 0.875rem;
  }
  .large-box .feature-box__content {
    padding-top: 2.25rem;
  }
  .image-box .feature-box__content {
    color: #58595b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: 0.3s transform ease-in-out;
    -moz-transition: 0.3s transform ease-in-out;
    transition: 0.3s transform ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .small-box .feature-box__heading {
    height: 3.9375rem;
  }
  /* Module: S */
  .main-header__wrapper {
    margin: 0 auto;
    max-width: 84rem;
    padding-top: 14px;
    padding-bottom: 14px;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .main-header__wrapper.dark {
    display: flex;
    padding: 0;
    max-width: 100%;
    justify-content: center;
  }
  .header-search__wrapper {
    position: relative;
    padding-left: 0;
    margin-left: 0.625rem;
    border-bottom: 1px solid #0b3240;
  }
  .header-search__input {
    position: relative;
    border: none;
    padding: 0.625rem 2.1875rem 0.625rem 0;
    vertical-align: top;
    background: none;
    min-width: 357px;
  }
  .header-search__submit-button {
    float: none;
    position: absolute;
    top: auto;
    right: 3px;
    width: 38px;
    padding: 4px;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header-search__form {
    position: static;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .main-nav {
    display: block;
    width: 100%;
    max-width: 84rem;
  }
  .main-nav__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .main-nav__link {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.125rem;
    padding: 0.9375rem 1.25rem;
    padding-top: 1.1875rem;
    display: block;
    -webkit-transition: 0.2s color linear;
    -moz-transition: 0.2s color linear;
    transition: 0.2s color linear;
  }
  .main-nav__link:hover, .main-nav__link:focus {
    color: #ffffff;
  }
  .main-nav__link.main-nav__link--active::before {
    background: #feb739;
    content: '';
    display: block;
    height: 0.25rem;
    left: 0;
    top: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    will-change: transform;
    transition: transform .3s ease;
  }
  .menu-arrow {
    display: none;
  }
  .main-header__logo-title-wrapper {
    display: flex;
    align-items: center;
  }
  .main-header__logo-title-wrapper .logo__text {
    display: block;
    margin: 0;
    margin-left: 52px;
    padding: 19px 0;
    padding-left: 32px;
    font-size: 1.4375rem;
    line-height: 1.625rem;
    font-weight: bold;
    color: #9856a1;
  }
  .mega-menu__wrapper {
    padding: 2.25rem 0;
    display: block;
    width: 100%;
    height: 400px;
    background: #fff;
    overflow: hidden;
  }
  .mega-menu__items {
    max-width: 84rem;
    margin: 0 auto;
    position: relative;
  }
  .mega-menu__close-button {
    background: none;
    border: none;
    padding: 0;
    display: block;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 2rem;
    top: 0;
  }
  .mega-menu__close-button .close-icon {
    display: block;
  }
  .mega-menu__item {
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 84rem;
    padding-left: 2rem;
    padding-right: 3.5rem;
    opacity: 0;
    visibility: hidden;
    border-bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s ease-in-out opacity, 0.3s ease-in-out visibility;
    -moz-transition: 0.3s ease-in-out opacity, 0.3s ease-in-out visibility;
    transition: 0.3s ease-in-out opacity, 0.3s ease-in-out visibility;
  }
  .mega-menu__item.mega-menu__item--visible {
    opacity: 1;
    visibility: visible;
  }
  .mega-menu__feature {
    width: 30%;
    padding-right: 4rem;
    float: left;
  }
  .mega-menu__feature-title {
    margin-bottom: .75rem;
    color: #000000;
    font-size: 1.75rem;
  }
  .mega-menu__feature-description {
    display: block;
    line-height: 1.56;
    color: #000000;
  }
  .mega-menu__feature-link {
    color: #9856a1;
    border: none;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0;
  }
  .mega-menu__feature-link:hover {
    text-decoration: underline;
    color: #663367;
  }
  .mega-menu__navs-wrapper {
    background: none;
    display: block;
    float: left;
    width: 70%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mega-menu__navs-wrapper > .mega-menu__list {
    width: 33%;
    padding-right: 3rem;
  }
  .mega-menu__navs-wrapper > .mega-menu__list:nth-child(3n) {
    padding-right: 0;
  }
  .mega-menu__navs-wrapper > .mega-menu__list:nth-child(n+4) {
    margin-top: 2rem;
  }
  .mega-menu__list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
  }
  .lvl-2 .mega-menu__list {
    display: block;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mega-menu__sub-nav-title {
    margin-top: 0;
    margin-bottom: .5rem;
  }
  .mega-menu__sub-nav-title .mega-menu__sub-nav-link,
  .mega-menu__sub-nav-title .mega-menu__sub-nav-text {
    font-size: 1.5rem;
    color: #9856a1;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mega-menu__sub-nav-link,
  .mega-menu__sub-nav-text {
    font-size: 1.125rem;
    color: #000000;
    display: inline-block;
    font-weight: inherit;
    padding: .2rem 0;
    text-decoration: none;
    -webkit-transition: 0.1s color ease-in-out;
    -moz-transition: 0.1s color ease-in-out;
    transition: 0.1s color ease-in-out;
  }
  .mega-menu__sub-nav-link:hover, .mega-menu__sub-nav-link:focus,
  .mega-menu__sub-nav-text:hover,
  .mega-menu__sub-nav-text:focus {
    color: #663367;
    text-decoration: underline;
  }
  .mega-menu__sub-nav-text {
    font-weight: 600;
  }
  .mega-menu__sub-nav-text:hover {
    text-decoration: none;
  }
  .main-menu__btn,
  .header-search__mobile-btn {
    display: none;
  }
  /* Module: S */
  .quicklinks__heading {
    display: inline-block;
    z-index: 17;
  }
  /* Module: S */
  .lhs__menu {
    margin-right: 4rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 15.3125rem;
    -ms-flex-preferred-size: 15.3125rem;
    flex-basis: 15.3125rem;
  }
  .landing-image__container + .wrapper .lhs__menu {
    margin-top: -4rem;
  }
  .lhs__menu-link {
    padding: 1rem 1.5rem;
  }
  .menu__level-2 .lhs__menu-link {
    padding-left: 1.5rem;
  }
  .menu__level-3 .lhs__menu-link {
    padding-left: 2.75rem;
  }
  .menu__level-4 .lhs__menu-link {
    padding-left: 4rem;
  }
  .menu__level-5 .lhs__menu-link {
    padding-left: 5.25rem;
  }
  .lhs__menu-link.current.has-children::after {
    top: 1.15rem;
    right: 1.5rem;
  }
  .rhs__column {
    display: block;
    -webkit-flex-basis: 15.3125rem;
    -ms-flex-preferred-size: 15.3125rem;
    flex-basis: 15.3125rem;
    margin-top: 0;
    margin-left: 3rem;
  }
  .is-listing + .rhs__column {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
  .rhs__panel {
    width: 100%;
  }
  .rhs-panel__link {
    max-width: 17.3125rem;
  }
  .form-fieldset__content {
    display: inherit;
    margin-top: 0;
  }
  .addtocalendar .atcb-list {
    left: auto;
    right: 0;
  }
  .btt__wrapper {
    padding: 0 2rem;
  }
  /* Module: S */
  .landscape-carousel__image {
    height: 31.25rem;
  }
  .landscape-carousel__controls {
    bottom: 2rem;
    padding-left: 21rem;
  }
  .landscape-carousel__caption {
    width: 32rem;
    padding: 2rem;
  }
  /* Module: S */
  .rhs-filters.form-filters .facet, .rhs-filters.facets-filters .facet {
    margin-bottom: 2rem;
  }
  .rhs-filters.form-filters fieldset.form__group, .rhs-filters.facets-filters fieldset.form__group {
    border: 0;
  }
}

@media screen and (min-width: 64em) and (-ms-high-contrast: active), (min-width: 64em) and (-ms-high-contrast: none) {
  .rhs-filters.form-filters fieldset.form__group, .rhs-filters.facets-filters fieldset.form__group {
    position: relative;
    padding-top: 1.75rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 64em) {
  .rhs-filters.form-filters .rhs-filters__heading, .rhs-filters.facets-filters .rhs-filters__heading {
    border-bottom: 2px solid #9856a1;
  }
  .rhs-filters.form-filters .rhs-filters__heading::before, .rhs-filters.facets-filters .rhs-filters__heading::before {
    content: none;
  }
  .rhs-filters.form-filters .rhs-filters__heading + form, .rhs-filters.facets-filters .rhs-filters__heading + form {
    display: block;
  }
  .rhs-filters.form-filters legend, .rhs-filters.facets-filters legend {
    color: #172b52;
    background-color: transparent;
    padding: 0;
    margin: 0 0 1rem 0;
    font-size: 125%;
    font-weight: 500;
    text-transform: none;
    width: auto;
    display: inline-block;
    cursor: default;
  }
  .rhs-filters.form-filters legend::before, .rhs-filters.facets-filters legend::before {
    content: none;
  }
  .rhs-filters.form-filters legend + .form-fieldset__content, .rhs-filters.facets-filters legend + .form-fieldset__content {
    margin-top: 1rem;
  }
  .rhs-filters.form-filters legend::after, .rhs-filters.facets-filters legend::after {
    content: '';
    display: block;
    width: 1.25rem;
    height: 3px;
    margin-top: .25rem;
    background-color: #9856a1;
  }
}

@media screen and (min-width: 64em) and (-ms-high-contrast: active), (min-width: 64em) and (-ms-high-contrast: none) {
  .rhs-filters.form-filters legend, .rhs-filters.facets-filters legend {
    position: absolute;
    top: -13px;
  }
}

@media (min-width: 64em) {
  /* Module: S */
  .section__map-pannels .content-wrapper {
    display: flex;
    max-width: 84rem;
    width: 100%;
    margin: 0 auto;
  }
  .section__map-pannels .map-pannel {
    flex: 1;
  }
  .section__map-pannels .map-pannel:nth-child(odd) {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .section__map-pannels .map-pannel:nth-child(even) {
    margin-left: 15px;
  }
  /* Module: S */
  /* Module: S */
  .member-services__headline,
  .landing__child-pages__headline {
    padding: 1.4375rem 0 3.0625rem;
  }
  .member-services .feature-box__container,
  .landing__child-pages .feature-box__container {
    margin-top: 0;
  }
  .member-services .small-box .feature-box__heading, .landing__child-pages .small-box .feature-box__heading {
    height: auto;
  }
  .member-services .image-box .feature-box__content, .landing__child-pages .image-box .feature-box__content {
    display: block;
    color: #000000;
    padding: 16px 30px;
    top: 30%;
  }
  .member-services .image-box > .feature-box__link::before, .landing__child-pages .image-box > .feature-box__link::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), white);
  }
  .member-services .feature-box__link:hover .feature-box__heading.text-light, .landing__child-pages .feature-box__link:hover .feature-box__heading.text-light {
    color: #000000;
  }
  .has-rhs-panel .member-services .feature-box__container, .has-rhs-panel .landing__child-pages .feature-box__container {
    width: calc(100% / 2 - 10px);
    height: 165px;
    max-height: 165px;
  }
  .has-rhs-panel .member-services .feature-box__link, .has-rhs-panel .landing__child-pages .feature-box__link {
    height: 165px;
    max-height: 165px;
  }
  .has-rhs-panel .member-services .feature-box__heading, .has-rhs-panel .landing__child-pages .feature-box__heading {
    font-size: 1.75rem;
  }
  .has-rhs-panel .member-services .image-box > .feature-box__link:hover .feature-box__content, .has-rhs-panel .member-services .image-box > .feature-box__link:focus .feature-box__content, .has-rhs-panel .landing__child-pages .image-box > .feature-box__link:hover .feature-box__content, .has-rhs-panel .landing__child-pages .image-box > .feature-box__link:focus .feature-box__content {
    -webkit-transform: translateY(-51px);
    -ms-transform: translateY(-51px);
    transform: translateY(-51px);
  }
  /* Module: S */
  .social-feed__wrapper {
    max-width: 84rem;
    margin: 0 auto;
    padding: 1.1875rem 2rem 4.6875rem;
    display: flex;
  }
  .social-feed__heading {
    padding-top: 3.75rem;
  }
  .social-feed__item iframe {
    width: 100%;
  }
  .social-feed__linkedin > img, .social-feed__facebook > img, .social-feed__twitter > img {
    float: left;
    margin-left: 16px;
  }
}

@media (min-width: 80em) {
  /* Module: S */
  .feature-box__content {
    font-size: 1rem;
  }
  /* Module: S */
  .main-nav__item {
    margin-left: .5rem;
  }
  /* Module: S */
  .rhs__column {
    -webkit-flex-basis: 17.3125rem;
    -ms-flex-preferred-size: 17.3125rem;
    flex-basis: 17.3125rem;
  }
  .lhs__menu {
    -webkit-flex-basis: 17.3125rem;
    -ms-flex-preferred-size: 17.3125rem;
    flex-basis: 17.3125rem;
  }
  .map__description {
    width: 40%;
    position: absolute;
    bottom: -3.125rem;
    left: 1rem;
  }
  .map__wrapper {
    position: relative;
    margin-bottom: calc(3rem + 50px);
  }
  /* Module: S */
  .search-result__image-wrapper {
    height: 379px;
    width: 244px;
  }
  .search-result__image-wrapper + .search-result__content {
    padding-left: calc(244px + 29px);
    height: 379px;
  }
  .search-result__image {
    max-width: 244px;
  }
  .listing-3-col .search-result__image-wrapper {
    display: inherit;
  }
  .listing-3-col .search-result__image-wrapper + .search-result__content {
    padding-left: calc(244px + 29px);
  }
  .listing-3-col .search-result__image {
    display: inherit;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /* stylelint-disable */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* stylelint-enable */
  .ir a::after,
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* Module: Breadcrumbs */
  .breadcrumbs {
    display: none;
  }
  /* Module: Pagination */
  .pagination {
    display: none;
  }
}

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