/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: border-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.container:after {
  content: "";
  display: table;
  clear: both; }

.row, .row-reverse {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto; }

.gr-0, .gr-1, .gr-2, .gr-3, .gr-4, .gr-5, .gr-6, .gr-7, .gr-8, .gr-9, .gr-10, .gr-11, .gr-12, .image-listing .image-title-list, .primary-col .image-listing .image-title-list, .profile-listing .profile-item, .related li, .calendar, .calendar .calendar-container, .google-calendar, .pane-noticeboard .section, .pane-key-info .info-item, .profile li h2, .profile .rich-text, .profile__image, .profile__course, .profile__content, .profile__qual-details__overview, .profile__qual-details__meta, .sitemap .area, footer .sitemap .area, .primary-col, .second-col, .third-col, .three-quarter-col, .full-col, .search, .search .main-search-container, .header-search, .search-hints {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  -moz-flex-direction: column;
  flex-direction: column;
  display: block;
  box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px; }

.gr-adapt {
  max-width: 100%;
  display: -moz-flex;
  display: flex;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px; }

.gr-grow {
  max-width: 100%;
  display: -moz-flex;
  display: flex;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  -moz-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px; }

.push-0, .push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12 {
  position: relative; }

.pull-0, .pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12 {
  position: relative; }

.nowrap {
  flex-wrap: nowrap;
  white-space: nowrap; }
  .nowrap > * {
    white-space: normal; }

.wrap {
  flex-wrap: wrap;
  white-space: normal; }

.gr-centered {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both !important; }

@media screen and (max-width: 480px) {
  .container\@mobile:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (max-width: 480px) {
  .row\@mobile, .row-reverse\@mobile {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media screen and (max-width: 480px) {
  .gr-0\@mobile, .gr-1\@mobile, .gr-2\@mobile, .gr-3\@mobile, .gr-4\@mobile, .gr-5\@mobile, .gr-6\@mobile, .gr-7\@mobile, .gr-8\@mobile, .gr-9\@mobile, .gr-10\@mobile, .gr-11\@mobile, .gr-12\@mobile, .image-listing .image-title-list, .primary-col .image-listing .image-title-list, .profile-listing .profile-item, .related li, .calendar .calendar-container, .pane-noticeboard .section, .pane-key-info .info-item, .sitemap .area, footer .sitemap .area, [class*="gr-"], .primary-col, .second-col, .third-col, .three-quarter-col, .full-col, .search .main-search-container, .header-search, .search-hints {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (max-width: 480px) {
  .gr-adapt\@mobile {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (max-width: 480px) {
  .gr-grow\@mobile {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (max-width: 480px) {
  .push-0\@mobile, .push-1\@mobile, .push-2\@mobile, .push-3\@mobile, .push-4\@mobile, .push-5\@mobile, .push-6\@mobile, .push-7\@mobile, .push-8\@mobile, .push-9\@mobile, .push-10\@mobile, .push-11\@mobile, .push-12\@mobile, [class*="gr-"] {
    position: relative; } }

@media screen and (max-width: 480px) {
  .pull-0\@mobile, .pull-1\@mobile, .pull-2\@mobile, .pull-3\@mobile, .pull-4\@mobile, .pull-5\@mobile, .pull-6\@mobile, .pull-7\@mobile, .pull-8\@mobile, .pull-9\@mobile, .pull-10\@mobile, .pull-11\@mobile, .pull-12\@mobile, [class*="gr-"] {
    position: relative; } }

@media screen and (max-width: 480px) {
  .nowrap\@mobile {
    flex-wrap: nowrap;
    white-space: nowrap; }
    .nowrap\@mobile > * {
      white-space: normal; } }

@media screen and (max-width: 480px) {
  .wrap\@mobile, .row {
    flex-wrap: wrap;
    white-space: normal; } }

@media screen and (max-width: 480px) {
  .gr-centered\@mobile {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .container\@tablet:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .row\@tablet, .row-reverse\@tablet {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .gr-0\@tablet, .gr-1\@tablet, .gr-2\@tablet, .gr-3\@tablet, .gr-4\@tablet, .gr-5\@tablet, .gr-6\@tablet, .gr-7\@tablet, .gr-8\@tablet, .gr-9\@tablet, .gr-10\@tablet, .gr-11\@tablet, .gr-12\@tablet {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .gr-adapt\@tablet {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .gr-grow\@tablet {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .push-0\@tablet, .push-1\@tablet, .push-2\@tablet, .push-3\@tablet, .push-4\@tablet, .push-5\@tablet, .push-6\@tablet, .push-7\@tablet, .push-8\@tablet, .push-9\@tablet, .push-10\@tablet, .push-11\@tablet, .push-12\@tablet {
    position: relative; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .pull-0\@tablet, .pull-1\@tablet, .pull-2\@tablet, .pull-3\@tablet, .pull-4\@tablet, .pull-5\@tablet, .pull-6\@tablet, .pull-7\@tablet, .pull-8\@tablet, .pull-9\@tablet, .pull-10\@tablet, .pull-11\@tablet, .pull-12\@tablet {
    position: relative; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .nowrap\@tablet {
    flex-wrap: nowrap;
    white-space: nowrap; }
    .nowrap\@tablet > * {
      white-space: normal; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .wrap\@tablet {
    flex-wrap: wrap;
    white-space: normal; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .gr-centered\@tablet {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

@media screen and (min-width: 768px) {
  .container\@tablet-portrait:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (min-width: 768px) {
  .row\@tablet-portrait, .row-reverse\@tablet-portrait {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media screen and (min-width: 768px) {
  .gr-0\@tablet-portrait, .gr-1\@tablet-portrait, .gr-2\@tablet-portrait, .gr-3\@tablet-portrait, .gr-4\@tablet-portrait, .gr-5\@tablet-portrait, .gr-6\@tablet-portrait, .gr-7\@tablet-portrait, .gr-8\@tablet-portrait, .gr-9\@tablet-portrait, .gr-10\@tablet-portrait, .gr-11\@tablet-portrait, .gr-12\@tablet-portrait, .image-listing .image-title-list, .primary-col .image-listing .image-title-list, .related li, .calendar .calendar-container, .pane-noticeboard .section, .pane-key-info .info-item, .profile li h2, .profile .rich-text, .profile__image, .profile__course, .profile__content, .profile__qual-details__overview, .profile__qual-details__meta, .sitemap .area, footer .sitemap .area, .primary-col, .second-col, .third-col, .three-quarter-col, .full-col, .search .main-search-container, .header-search, .search-hints {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 768px) {
  .gr-adapt\@tablet-portrait {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 768px) {
  .gr-grow\@tablet-portrait {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 768px) {
  .push-0\@tablet-portrait, .push-1\@tablet-portrait, .push-2\@tablet-portrait, .push-3\@tablet-portrait, .push-4\@tablet-portrait, .push-5\@tablet-portrait, .push-6\@tablet-portrait, .push-7\@tablet-portrait, .push-8\@tablet-portrait, .push-9\@tablet-portrait, .push-10\@tablet-portrait, .push-11\@tablet-portrait, .push-12\@tablet-portrait, .profile .rich-text {
    position: relative; } }

@media screen and (min-width: 768px) {
  .pull-0\@tablet-portrait, .pull-1\@tablet-portrait, .pull-2\@tablet-portrait, .pull-3\@tablet-portrait, .pull-4\@tablet-portrait, .pull-5\@tablet-portrait, .pull-6\@tablet-portrait, .pull-7\@tablet-portrait, .pull-8\@tablet-portrait, .pull-9\@tablet-portrait, .pull-10\@tablet-portrait, .pull-11\@tablet-portrait, .pull-12\@tablet-portrait {
    position: relative; } }

@media screen and (min-width: 768px) {
  .nowrap\@tablet-portrait {
    flex-wrap: nowrap;
    white-space: nowrap; }
    .nowrap\@tablet-portrait > * {
      white-space: normal; } }

@media screen and (min-width: 768px) {
  .wrap\@tablet-portrait {
    flex-wrap: wrap;
    white-space: normal; } }

@media screen and (min-width: 768px) {
  .gr-centered\@tablet-portrait {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

@media screen and (min-width: 1025px) {
  .container\@tablet-landscape:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (min-width: 1025px) {
  .row\@tablet-landscape, .row-reverse\@tablet-landscape {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media screen and (min-width: 1025px) {
  .gr-0\@tablet-landscape, .gr-1\@tablet-landscape, .gr-2\@tablet-landscape, .gr-3\@tablet-landscape, .gr-4\@tablet-landscape, .gr-5\@tablet-landscape, .gr-6\@tablet-landscape, .gr-7\@tablet-landscape, .gr-8\@tablet-landscape, .gr-9\@tablet-landscape, .gr-10\@tablet-landscape, .gr-11\@tablet-landscape, .gr-12\@tablet-landscape, .profile-listing .profile-item {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1025px) {
  .gr-adapt\@tablet-landscape {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1025px) {
  .gr-grow\@tablet-landscape {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1025px) {
  .push-0\@tablet-landscape, .push-1\@tablet-landscape, .push-2\@tablet-landscape, .push-3\@tablet-landscape, .push-4\@tablet-landscape, .push-5\@tablet-landscape, .push-6\@tablet-landscape, .push-7\@tablet-landscape, .push-8\@tablet-landscape, .push-9\@tablet-landscape, .push-10\@tablet-landscape, .push-11\@tablet-landscape, .push-12\@tablet-landscape {
    position: relative; } }

@media screen and (min-width: 1025px) {
  .pull-0\@tablet-landscape, .pull-1\@tablet-landscape, .pull-2\@tablet-landscape, .pull-3\@tablet-landscape, .pull-4\@tablet-landscape, .pull-5\@tablet-landscape, .pull-6\@tablet-landscape, .pull-7\@tablet-landscape, .pull-8\@tablet-landscape, .pull-9\@tablet-landscape, .pull-10\@tablet-landscape, .pull-11\@tablet-landscape, .pull-12\@tablet-landscape {
    position: relative; } }

@media screen and (min-width: 1025px) {
  .nowrap\@tablet-landscape {
    flex-wrap: nowrap;
    white-space: nowrap; }
    .nowrap\@tablet-landscape > * {
      white-space: normal; } }

@media screen and (min-width: 1025px) {
  .wrap\@tablet-landscape {
    flex-wrap: wrap;
    white-space: normal; } }

@media screen and (min-width: 1025px) {
  .gr-centered\@tablet-landscape {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

@media screen and (min-width: 1205px) {
  .container\@desktop-small:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (min-width: 1205px) {
  .row\@desktop-small, .row-reverse\@desktop-small {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media screen and (min-width: 1205px) {
  .gr-0\@desktop-small, .gr-1\@desktop-small, .gr-2\@desktop-small, .gr-3\@desktop-small, .gr-4\@desktop-small, .gr-5\@desktop-small, .gr-6\@desktop-small, .gr-7\@desktop-small, .gr-8\@desktop-small, .gr-9\@desktop-small, .gr-10\@desktop-small, .gr-11\@desktop-small, .gr-12\@desktop-small {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1205px) {
  .gr-adapt\@desktop-small {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1205px) {
  .gr-grow\@desktop-small {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1205px) {
  .push-0\@desktop-small, .push-1\@desktop-small, .push-2\@desktop-small, .push-3\@desktop-small, .push-4\@desktop-small, .push-5\@desktop-small, .push-6\@desktop-small, .push-7\@desktop-small, .push-8\@desktop-small, .push-9\@desktop-small, .push-10\@desktop-small, .push-11\@desktop-small, .push-12\@desktop-small {
    position: relative; } }

@media screen and (min-width: 1205px) {
  .pull-0\@desktop-small, .pull-1\@desktop-small, .pull-2\@desktop-small, .pull-3\@desktop-small, .pull-4\@desktop-small, .pull-5\@desktop-small, .pull-6\@desktop-small, .pull-7\@desktop-small, .pull-8\@desktop-small, .pull-9\@desktop-small, .pull-10\@desktop-small, .pull-11\@desktop-small, .pull-12\@desktop-small {
    position: relative; } }

@media screen and (min-width: 1205px) {
  .nowrap\@desktop-small {
    flex-wrap: nowrap;
    white-space: nowrap; }
    .nowrap\@desktop-small > * {
      white-space: normal; } }

@media screen and (min-width: 1205px) {
  .wrap\@desktop-small {
    flex-wrap: wrap;
    white-space: normal; } }

@media screen and (min-width: 1205px) {
  .gr-centered\@desktop-small {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

@media screen and (min-width: 1600px) {
  .container\@desktop:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (min-width: 1600px) {
  .row\@desktop, .row-reverse\@desktop {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media screen and (min-width: 1600px) {
  .gr-0\@desktop, .gr-1\@desktop, .gr-2\@desktop, .gr-3\@desktop, .gr-4\@desktop, .gr-5\@desktop, .gr-6\@desktop, .gr-7\@desktop, .gr-8\@desktop, .gr-9\@desktop, .gr-10\@desktop, .gr-11\@desktop, .gr-12\@desktop, .image-listing .image-title-list, .primary-col .image-listing .image-title-list, .profile-listing .profile-item, .related li, .calendar .calendar-container, .pane-noticeboard .section, .pane-key-info .info-item, .profile li h2, .profile .rich-text, .profile__image, .profile__course, .profile__content, .profile__qual-details__overview, .profile__qual-details__meta, .sitemap .area, footer .sitemap .area, .primary-col, .second-col, .third-col, .three-quarter-col, .full-col, .search .main-search-container, .header-search, .search-hints {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1600px) {
  .gr-adapt\@desktop {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1600px) {
  .gr-grow\@desktop {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1600px) {
  .push-0\@desktop, .push-1\@desktop, .push-2\@desktop, .push-3\@desktop, .push-4\@desktop, .push-5\@desktop, .push-6\@desktop, .push-7\@desktop, .push-8\@desktop, .push-9\@desktop, .push-10\@desktop, .push-11\@desktop, .push-12\@desktop {
    position: relative; } }

@media screen and (min-width: 1600px) {
  .pull-0\@desktop, .pull-1\@desktop, .pull-2\@desktop, .pull-3\@desktop, .pull-4\@desktop, .pull-5\@desktop, .pull-6\@desktop, .pull-7\@desktop, .pull-8\@desktop, .pull-9\@desktop, .pull-10\@desktop, .pull-11\@desktop, .pull-12\@desktop {
    position: relative; } }

@media screen and (min-width: 1600px) {
  .nowrap\@desktop {
    flex-wrap: nowrap;
    white-space: nowrap; }
    .nowrap\@desktop > * {
      white-space: normal; } }

@media screen and (min-width: 1600px) {
  .wrap\@desktop {
    flex-wrap: wrap;
    white-space: normal; } }

@media screen and (min-width: 1600px) {
  .gr-centered\@desktop {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

@media screen and (min-width: 1800px) {
  .container\@desktop-large:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (min-width: 1800px) {
  .row\@desktop-large, .row-reverse\@desktop-large {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media screen and (min-width: 1800px) {
  .gr-0\@desktop-large, .gr-1\@desktop-large, .gr-2\@desktop-large, .gr-3\@desktop-large, .gr-4\@desktop-large, .gr-5\@desktop-large, .gr-6\@desktop-large, .gr-7\@desktop-large, .gr-8\@desktop-large, .gr-9\@desktop-large, .gr-10\@desktop-large, .gr-11\@desktop-large, .gr-12\@desktop-large {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1800px) {
  .gr-adapt\@desktop-large {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1800px) {
  .gr-grow\@desktop-large {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1800px) {
  .push-0\@desktop-large, .push-1\@desktop-large, .push-2\@desktop-large, .push-3\@desktop-large, .push-4\@desktop-large, .push-5\@desktop-large, .push-6\@desktop-large, .push-7\@desktop-large, .push-8\@desktop-large, .push-9\@desktop-large, .push-10\@desktop-large, .push-11\@desktop-large, .push-12\@desktop-large {
    position: relative; } }

@media screen and (min-width: 1800px) {
  .pull-0\@desktop-large, .pull-1\@desktop-large, .pull-2\@desktop-large, .pull-3\@desktop-large, .pull-4\@desktop-large, .pull-5\@desktop-large, .pull-6\@desktop-large, .pull-7\@desktop-large, .pull-8\@desktop-large, .pull-9\@desktop-large, .pull-10\@desktop-large, .pull-11\@desktop-large, .pull-12\@desktop-large {
    position: relative; } }

@media screen and (min-width: 1800px) {
  .nowrap\@desktop-large {
    flex-wrap: nowrap;
    white-space: nowrap; }
    .nowrap\@desktop-large > * {
      white-space: normal; } }

@media screen and (min-width: 1800px) {
  .wrap\@desktop-large {
    flex-wrap: wrap;
    white-space: normal; } }

@media screen and (min-width: 1800px) {
  .gr-centered\@desktop-large {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

.container:after {
  content: "";
  display: table;
  clear: both; }

.row, .row-reverse {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto; }

.gr-0, .gr-1, .gr-2, .gr-3, .gr-4, .gr-5, .gr-6, .gr-7, .gr-8, .gr-9, .gr-10, .gr-11, .gr-12, .image-listing .image-title-list, .primary-col .image-listing .image-title-list, .profile-listing .profile-item, .related li, .calendar, .calendar .calendar-container, .google-calendar, .pane-noticeboard .section, .pane-key-info .info-item, .profile li h2, .profile .rich-text, .profile__image, .profile__course, .profile__content, .profile__qual-details__overview, .profile__qual-details__meta, .sitemap .area, footer .sitemap .area, .primary-col, .second-col, .third-col, .three-quarter-col, .full-col, .search, .search .main-search-container, .header-search, .search-hints {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  -moz-flex-direction: column;
  flex-direction: column;
  display: block;
  box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px; }

.gr-adapt {
  max-width: 100%;
  display: -moz-flex;
  display: flex;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px; }

.gr-grow {
  max-width: 100%;
  display: -moz-flex;
  display: flex;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  -moz-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px; }

.push-0, .push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12 {
  position: relative; }

.pull-0, .pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12 {
  position: relative; }

.nowrap {
  flex-wrap: nowrap;
  white-space: nowrap; }
  .nowrap > * {
    white-space: normal; }

.wrap {
  flex-wrap: wrap;
  white-space: normal; }

.gr-centered {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both !important; }

@media screen and (max-width: 480px) {
  .container\@mobile:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (max-width: 480px) {
  .row\@mobile, .row-reverse\@mobile {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media screen and (max-width: 480px) {
  .gr-0\@mobile, .gr-1\@mobile, .gr-2\@mobile, .gr-3\@mobile, .gr-4\@mobile, .gr-5\@mobile, .gr-6\@mobile, .gr-7\@mobile, .gr-8\@mobile, .gr-9\@mobile, .gr-10\@mobile, .gr-11\@mobile, .gr-12\@mobile, .image-listing .image-title-list, .primary-col .image-listing .image-title-list, .profile-listing .profile-item, .related li, .calendar .calendar-container, .pane-noticeboard .section, .pane-key-info .info-item, .sitemap .area, footer .sitemap .area, [class*="gr-"], .primary-col, .second-col, .third-col, .three-quarter-col, .full-col, .search .main-search-container, .header-search, .search-hints {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (max-width: 480px) {
  .gr-adapt\@mobile {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (max-width: 480px) {
  .gr-grow\@mobile {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (max-width: 480px) {
  .push-0\@mobile, .push-1\@mobile, .push-2\@mobile, .push-3\@mobile, .push-4\@mobile, .push-5\@mobile, .push-6\@mobile, .push-7\@mobile, .push-8\@mobile, .push-9\@mobile, .push-10\@mobile, .push-11\@mobile, .push-12\@mobile, [class*="gr-"] {
    position: relative; } }

@media screen and (max-width: 480px) {
  .pull-0\@mobile, .pull-1\@mobile, .pull-2\@mobile, .pull-3\@mobile, .pull-4\@mobile, .pull-5\@mobile, .pull-6\@mobile, .pull-7\@mobile, .pull-8\@mobile, .pull-9\@mobile, .pull-10\@mobile, .pull-11\@mobile, .pull-12\@mobile, [class*="gr-"] {
    position: relative; } }

@media screen and (max-width: 480px) {
  .nowrap\@mobile {
    flex-wrap: nowrap;
    white-space: nowrap; }
    .nowrap\@mobile > * {
      white-space: normal; } }

@media screen and (max-width: 480px) {
  .wrap\@mobile, .row {
    flex-wrap: wrap;
    white-space: normal; } }

@media screen and (max-width: 480px) {
  .gr-centered\@mobile {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .container\@tablet:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .row\@tablet, .row-reverse\@tablet {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .gr-0\@tablet, .gr-1\@tablet, .gr-2\@tablet, .gr-3\@tablet, .gr-4\@tablet, .gr-5\@tablet, .gr-6\@tablet, .gr-7\@tablet, .gr-8\@tablet, .gr-9\@tablet, .gr-10\@tablet, .gr-11\@tablet, .gr-12\@tablet {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .gr-adapt\@tablet {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .gr-grow\@tablet {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .push-0\@tablet, .push-1\@tablet, .push-2\@tablet, .push-3\@tablet, .push-4\@tablet, .push-5\@tablet, .push-6\@tablet, .push-7\@tablet, .push-8\@tablet, .push-9\@tablet, .push-10\@tablet, .push-11\@tablet, .push-12\@tablet {
    position: relative; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .pull-0\@tablet, .pull-1\@tablet, .pull-2\@tablet, .pull-3\@tablet, .pull-4\@tablet, .pull-5\@tablet, .pull-6\@tablet, .pull-7\@tablet, .pull-8\@tablet, .pull-9\@tablet, .pull-10\@tablet, .pull-11\@tablet, .pull-12\@tablet {
    position: relative; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .nowrap\@tablet {
    flex-wrap: nowrap;
    white-space: nowrap; }
    .nowrap\@tablet > * {
      white-space: normal; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .wrap\@tablet {
    flex-wrap: wrap;
    white-space: normal; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .gr-centered\@tablet {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

@media screen and (min-width: 768px) {
  .container\@tablet-portrait:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (min-width: 768px) {
  .row\@tablet-portrait, .row-reverse\@tablet-portrait {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media screen and (min-width: 768px) {
  .gr-0\@tablet-portrait, .gr-1\@tablet-portrait, .gr-2\@tablet-portrait, .gr-3\@tablet-portrait, .gr-4\@tablet-portrait, .gr-5\@tablet-portrait, .gr-6\@tablet-portrait, .gr-7\@tablet-portrait, .gr-8\@tablet-portrait, .gr-9\@tablet-portrait, .gr-10\@tablet-portrait, .gr-11\@tablet-portrait, .gr-12\@tablet-portrait, .image-listing .image-title-list, .primary-col .image-listing .image-title-list, .related li, .calendar .calendar-container, .pane-noticeboard .section, .pane-key-info .info-item, .profile li h2, .profile .rich-text, .profile__image, .profile__course, .profile__content, .profile__qual-details__overview, .profile__qual-details__meta, .sitemap .area, footer .sitemap .area, .primary-col, .second-col, .third-col, .three-quarter-col, .full-col, .search .main-search-container, .header-search, .search-hints {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 768px) {
  .gr-adapt\@tablet-portrait {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 768px) {
  .gr-grow\@tablet-portrait {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 768px) {
  .push-0\@tablet-portrait, .push-1\@tablet-portrait, .push-2\@tablet-portrait, .push-3\@tablet-portrait, .push-4\@tablet-portrait, .push-5\@tablet-portrait, .push-6\@tablet-portrait, .push-7\@tablet-portrait, .push-8\@tablet-portrait, .push-9\@tablet-portrait, .push-10\@tablet-portrait, .push-11\@tablet-portrait, .push-12\@tablet-portrait, .profile .rich-text {
    position: relative; } }

@media screen and (min-width: 768px) {
  .pull-0\@tablet-portrait, .pull-1\@tablet-portrait, .pull-2\@tablet-portrait, .pull-3\@tablet-portrait, .pull-4\@tablet-portrait, .pull-5\@tablet-portrait, .pull-6\@tablet-portrait, .pull-7\@tablet-portrait, .pull-8\@tablet-portrait, .pull-9\@tablet-portrait, .pull-10\@tablet-portrait, .pull-11\@tablet-portrait, .pull-12\@tablet-portrait {
    position: relative; } }

@media screen and (min-width: 768px) {
  .nowrap\@tablet-portrait {
    flex-wrap: nowrap;
    white-space: nowrap; }
    .nowrap\@tablet-portrait > * {
      white-space: normal; } }

@media screen and (min-width: 768px) {
  .wrap\@tablet-portrait {
    flex-wrap: wrap;
    white-space: normal; } }

@media screen and (min-width: 768px) {
  .gr-centered\@tablet-portrait {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

@media screen and (min-width: 1025px) {
  .container\@tablet-landscape:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (min-width: 1025px) {
  .row\@tablet-landscape, .row-reverse\@tablet-landscape {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media screen and (min-width: 1025px) {
  .gr-0\@tablet-landscape, .gr-1\@tablet-landscape, .gr-2\@tablet-landscape, .gr-3\@tablet-landscape, .gr-4\@tablet-landscape, .gr-5\@tablet-landscape, .gr-6\@tablet-landscape, .gr-7\@tablet-landscape, .gr-8\@tablet-landscape, .gr-9\@tablet-landscape, .gr-10\@tablet-landscape, .gr-11\@tablet-landscape, .gr-12\@tablet-landscape, .profile-listing .profile-item {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1025px) {
  .gr-adapt\@tablet-landscape {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1025px) {
  .gr-grow\@tablet-landscape {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1025px) {
  .push-0\@tablet-landscape, .push-1\@tablet-landscape, .push-2\@tablet-landscape, .push-3\@tablet-landscape, .push-4\@tablet-landscape, .push-5\@tablet-landscape, .push-6\@tablet-landscape, .push-7\@tablet-landscape, .push-8\@tablet-landscape, .push-9\@tablet-landscape, .push-10\@tablet-landscape, .push-11\@tablet-landscape, .push-12\@tablet-landscape {
    position: relative; } }

@media screen and (min-width: 1025px) {
  .pull-0\@tablet-landscape, .pull-1\@tablet-landscape, .pull-2\@tablet-landscape, .pull-3\@tablet-landscape, .pull-4\@tablet-landscape, .pull-5\@tablet-landscape, .pull-6\@tablet-landscape, .pull-7\@tablet-landscape, .pull-8\@tablet-landscape, .pull-9\@tablet-landscape, .pull-10\@tablet-landscape, .pull-11\@tablet-landscape, .pull-12\@tablet-landscape {
    position: relative; } }

@media screen and (min-width: 1025px) {
  .nowrap\@tablet-landscape {
    flex-wrap: nowrap;
    white-space: nowrap; }
    .nowrap\@tablet-landscape > * {
      white-space: normal; } }

@media screen and (min-width: 1025px) {
  .wrap\@tablet-landscape {
    flex-wrap: wrap;
    white-space: normal; } }

@media screen and (min-width: 1025px) {
  .gr-centered\@tablet-landscape {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

@media screen and (min-width: 1205px) {
  .container\@desktop-small:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (min-width: 1205px) {
  .row\@desktop-small, .row-reverse\@desktop-small {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media screen and (min-width: 1205px) {
  .gr-0\@desktop-small, .gr-1\@desktop-small, .gr-2\@desktop-small, .gr-3\@desktop-small, .gr-4\@desktop-small, .gr-5\@desktop-small, .gr-6\@desktop-small, .gr-7\@desktop-small, .gr-8\@desktop-small, .gr-9\@desktop-small, .gr-10\@desktop-small, .gr-11\@desktop-small, .gr-12\@desktop-small {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1205px) {
  .gr-adapt\@desktop-small {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1205px) {
  .gr-grow\@desktop-small {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1205px) {
  .push-0\@desktop-small, .push-1\@desktop-small, .push-2\@desktop-small, .push-3\@desktop-small, .push-4\@desktop-small, .push-5\@desktop-small, .push-6\@desktop-small, .push-7\@desktop-small, .push-8\@desktop-small, .push-9\@desktop-small, .push-10\@desktop-small, .push-11\@desktop-small, .push-12\@desktop-small {
    position: relative; } }

@media screen and (min-width: 1205px) {
  .pull-0\@desktop-small, .pull-1\@desktop-small, .pull-2\@desktop-small, .pull-3\@desktop-small, .pull-4\@desktop-small, .pull-5\@desktop-small, .pull-6\@desktop-small, .pull-7\@desktop-small, .pull-8\@desktop-small, .pull-9\@desktop-small, .pull-10\@desktop-small, .pull-11\@desktop-small, .pull-12\@desktop-small {
    position: relative; } }

@media screen and (min-width: 1205px) {
  .nowrap\@desktop-small {
    flex-wrap: nowrap;
    white-space: nowrap; }
    .nowrap\@desktop-small > * {
      white-space: normal; } }

@media screen and (min-width: 1205px) {
  .wrap\@desktop-small {
    flex-wrap: wrap;
    white-space: normal; } }

@media screen and (min-width: 1205px) {
  .gr-centered\@desktop-small {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

@media screen and (min-width: 1600px) {
  .container\@desktop:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (min-width: 1600px) {
  .row\@desktop, .row-reverse\@desktop {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media screen and (min-width: 1600px) {
  .gr-0\@desktop, .gr-1\@desktop, .gr-2\@desktop, .gr-3\@desktop, .gr-4\@desktop, .gr-5\@desktop, .gr-6\@desktop, .gr-7\@desktop, .gr-8\@desktop, .gr-9\@desktop, .gr-10\@desktop, .gr-11\@desktop, .gr-12\@desktop, .image-listing .image-title-list, .primary-col .image-listing .image-title-list, .profile-listing .profile-item, .related li, .calendar .calendar-container, .pane-noticeboard .section, .pane-key-info .info-item, .profile li h2, .profile .rich-text, .profile__image, .profile__course, .profile__content, .profile__qual-details__overview, .profile__qual-details__meta, .sitemap .area, footer .sitemap .area, .primary-col, .second-col, .third-col, .three-quarter-col, .full-col, .search .main-search-container, .header-search, .search-hints {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1600px) {
  .gr-adapt\@desktop {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1600px) {
  .gr-grow\@desktop {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1600px) {
  .push-0\@desktop, .push-1\@desktop, .push-2\@desktop, .push-3\@desktop, .push-4\@desktop, .push-5\@desktop, .push-6\@desktop, .push-7\@desktop, .push-8\@desktop, .push-9\@desktop, .push-10\@desktop, .push-11\@desktop, .push-12\@desktop {
    position: relative; } }

@media screen and (min-width: 1600px) {
  .pull-0\@desktop, .pull-1\@desktop, .pull-2\@desktop, .pull-3\@desktop, .pull-4\@desktop, .pull-5\@desktop, .pull-6\@desktop, .pull-7\@desktop, .pull-8\@desktop, .pull-9\@desktop, .pull-10\@desktop, .pull-11\@desktop, .pull-12\@desktop {
    position: relative; } }

@media screen and (min-width: 1600px) {
  .nowrap\@desktop {
    flex-wrap: nowrap;
    white-space: nowrap; }
    .nowrap\@desktop > * {
      white-space: normal; } }

@media screen and (min-width: 1600px) {
  .wrap\@desktop {
    flex-wrap: wrap;
    white-space: normal; } }

@media screen and (min-width: 1600px) {
  .gr-centered\@desktop {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

@media screen and (min-width: 1800px) {
  .container\@desktop-large:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (min-width: 1800px) {
  .row\@desktop-large, .row-reverse\@desktop-large {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media screen and (min-width: 1800px) {
  .gr-0\@desktop-large, .gr-1\@desktop-large, .gr-2\@desktop-large, .gr-3\@desktop-large, .gr-4\@desktop-large, .gr-5\@desktop-large, .gr-6\@desktop-large, .gr-7\@desktop-large, .gr-8\@desktop-large, .gr-9\@desktop-large, .gr-10\@desktop-large, .gr-11\@desktop-large, .gr-12\@desktop-large {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: block;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1800px) {
  .gr-adapt\@desktop-large {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1800px) {
  .gr-grow\@desktop-large {
    max-width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (min-width: 1800px) {
  .push-0\@desktop-large, .push-1\@desktop-large, .push-2\@desktop-large, .push-3\@desktop-large, .push-4\@desktop-large, .push-5\@desktop-large, .push-6\@desktop-large, .push-7\@desktop-large, .push-8\@desktop-large, .push-9\@desktop-large, .push-10\@desktop-large, .push-11\@desktop-large, .push-12\@desktop-large {
    position: relative; } }

@media screen and (min-width: 1800px) {
  .pull-0\@desktop-large, .pull-1\@desktop-large, .pull-2\@desktop-large, .pull-3\@desktop-large, .pull-4\@desktop-large, .pull-5\@desktop-large, .pull-6\@desktop-large, .pull-7\@desktop-large, .pull-8\@desktop-large, .pull-9\@desktop-large, .pull-10\@desktop-large, .pull-11\@desktop-large, .pull-12\@desktop-large {
    position: relative; } }

@media screen and (min-width: 1800px) {
  .nowrap\@desktop-large {
    flex-wrap: nowrap;
    white-space: nowrap; }
    .nowrap\@desktop-large > * {
      white-space: normal; } }

@media screen and (min-width: 1800px) {
  .wrap\@desktop-large {
    flex-wrap: wrap;
    white-space: normal; } }

@media screen and (min-width: 1800px) {
  .gr-centered\@desktop-large {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

@media screen and (max-width: 400px) { }

#gridle-settings {
  content: '{ "version" : "2.0.46", "states" : { "default":{ "name" : "default", "min-width" : null, "max-width" : null, "query" : null, "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "16px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "8px", "gutter-bottom" : "0", "gutter-left" : "8px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "mobile":{ "name" : "mobile", "min-width" : null, "max-width" : "480px", "query" : "screen and (max-width: 480px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "16px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "8px", "gutter-bottom" : "0", "gutter-left" : "8px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "tablet":{ "name" : "tablet", "min-width" : "481px", "max-width" : "1024px", "query" : "screen and (min-width: 481px) and (max-width: 1024px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "16px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "8px", "gutter-bottom" : "0", "gutter-left" : "8px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "tablet-portrait":{ "name" : "tablet-portrait", "min-width" : "768px", "max-width" : null, "query" : "screen and (min-width: 768px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "16px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "8px", "gutter-bottom" : "0", "gutter-left" : "8px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "tablet-landscape":{ "name" : "tablet-landscape", "min-width" : "1025px", "max-width" : null, "query" : "screen and (min-width: 1025px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "16px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "8px", "gutter-bottom" : "0", "gutter-left" : "8px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "desktop-small":{ "name" : "desktop-small", "min-width" : "1205px", "max-width" : null, "query" : "screen and (min-width: 1205px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "16px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "8px", "gutter-bottom" : "0", "gutter-left" : "8px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "desktop":{ "name" : "desktop", "min-width" : "1600px", "max-width" : null, "query" : "screen and (min-width: 1600px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "16px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "8px", "gutter-bottom" : "0", "gutter-left" : "8px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "desktop-large":{ "name" : "desktop-large", "min-width" : "1800px", "max-width" : null, "query" : "screen and (min-width: 1800px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "16px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "8px", "gutter-bottom" : "0", "gutter-left" : "8px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }} }'; }

.gr-0 {
  flex-basis: 0%;
  max-width: 0%; }

.push-0 {
  left: 0%;
  right: auto; }

.pull-0 {
  right: 0%;
  left: auto; }

.prefix-0 {
  margin-left: 0%; }

.suffix-0 {
  margin-right: 0%; }

.order-first {
  -moz-order: -1;
  order: -1; }

.order-0 {
  -moz-order: 0;
  order: 0; }

.order-last {
  -moz-order: 9999;
  order: 9999; }

.gr-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.push-1 {
  left: 8.33333%;
  right: auto; }

.pull-1 {
  right: 8.33333%;
  left: auto; }

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

.suffix-1 {
  margin-right: 8.33333%; }

.order-first {
  -moz-order: -1;
  order: -1; }

.order-1 {
  -moz-order: 1;
  order: 1; }

.order-last {
  -moz-order: 9999;
  order: 9999; }

.gr-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.push-2 {
  left: 16.66667%;
  right: auto; }

.pull-2 {
  right: 16.66667%;
  left: auto; }

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

.suffix-2 {
  margin-right: 16.66667%; }

.order-first {
  -moz-order: -1;
  order: -1; }

.order-2 {
  -moz-order: 2;
  order: 2; }

.order-last {
  -moz-order: 9999;
  order: 9999; }

.gr-3 {
  flex-basis: 25%;
  max-width: 25%; }

.push-3 {
  left: 25%;
  right: auto; }

.pull-3 {
  right: 25%;
  left: auto; }

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

.suffix-3 {
  margin-right: 25%; }

.order-first {
  -moz-order: -1;
  order: -1; }

.order-3 {
  -moz-order: 3;
  order: 3; }

.order-last {
  -moz-order: 9999;
  order: 9999; }

.gr-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.push-4 {
  left: 33.33333%;
  right: auto; }

.pull-4 {
  right: 33.33333%;
  left: auto; }

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

.suffix-4 {
  margin-right: 33.33333%; }

.order-first {
  -moz-order: -1;
  order: -1; }

.order-4 {
  -moz-order: 4;
  order: 4; }

.order-last {
  -moz-order: 9999;
  order: 9999; }

.gr-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.push-5 {
  left: 41.66667%;
  right: auto; }

.pull-5 {
  right: 41.66667%;
  left: auto; }

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

.suffix-5 {
  margin-right: 41.66667%; }

.order-first {
  -moz-order: -1;
  order: -1; }

.order-5 {
  -moz-order: 5;
  order: 5; }

.order-last {
  -moz-order: 9999;
  order: 9999; }

.gr-6 {
  flex-basis: 50%;
  max-width: 50%; }

.push-6 {
  left: 50%;
  right: auto; }

.pull-6 {
  right: 50%;
  left: auto; }

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

.suffix-6 {
  margin-right: 50%; }

.order-first {
  -moz-order: -1;
  order: -1; }

.order-6 {
  -moz-order: 6;
  order: 6; }

.order-last {
  -moz-order: 9999;
  order: 9999; }

.gr-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.push-7 {
  left: 58.33333%;
  right: auto; }

.pull-7 {
  right: 58.33333%;
  left: auto; }

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

.suffix-7 {
  margin-right: 58.33333%; }

.order-first {
  -moz-order: -1;
  order: -1; }

.order-7 {
  -moz-order: 7;
  order: 7; }

.order-last {
  -moz-order: 9999;
  order: 9999; }

.gr-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.push-8 {
  left: 66.66667%;
  right: auto; }

.pull-8 {
  right: 66.66667%;
  left: auto; }

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

.suffix-8 {
  margin-right: 66.66667%; }

.order-first {
  -moz-order: -1;
  order: -1; }

.order-8 {
  -moz-order: 8;
  order: 8; }

.order-last {
  -moz-order: 9999;
  order: 9999; }

.gr-9 {
  flex-basis: 75%;
  max-width: 75%; }

.push-9 {
  left: 75%;
  right: auto; }

.pull-9 {
  right: 75%;
  left: auto; }

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

.suffix-9 {
  margin-right: 75%; }

.order-first {
  -moz-order: -1;
  order: -1; }

.order-9 {
  -moz-order: 9;
  order: 9; }

.order-last {
  -moz-order: 9999;
  order: 9999; }

.gr-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.push-10 {
  left: 83.33333%;
  right: auto; }

.pull-10 {
  right: 83.33333%;
  left: auto; }

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

.suffix-10 {
  margin-right: 83.33333%; }

.order-first {
  -moz-order: -1;
  order: -1; }

.order-10 {
  -moz-order: 10;
  order: 10; }

.order-last {
  -moz-order: 9999;
  order: 9999; }

.gr-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.push-11 {
  left: 91.66667%;
  right: auto; }

.pull-11 {
  right: 91.66667%;
  left: auto; }

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

.suffix-11 {
  margin-right: 91.66667%; }

.order-first {
  -moz-order: -1;
  order: -1; }

.order-11 {
  -moz-order: 11;
  order: 11; }

.order-last {
  -moz-order: 9999;
  order: 9999; }

.gr-12 {
  flex-basis: 100%;
  max-width: 100%; }

.push-12 {
  left: 100%;
  right: auto; }

.pull-12 {
  right: 100%;
  left: auto; }

.prefix-12 {
  margin-left: 100%; }

.suffix-12 {
  margin-right: 100%; }

.order-first {
  -moz-order: -1;
  order: -1; }

.order-12 {
  -moz-order: 12;
  order: 12; }

.order-last {
  -moz-order: 9999;
  order: 9999; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.no-gutter {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

.no-gutter-left {
  padding-left: 0; }

.no-gutter-right {
  padding-right: 0; }

.no-gutter-top {
  padding-top: 0; }

.no-gutter-bottom {
  padding-bottom: 0; }

.gutter {
  padding-right: 8px;
  padding-left: 8px; }

.gutter-left {
  padding-left: 8px; }

.gutter-right {
  padding-right: 8px; }

.auto-height {
  height: inherit; }

.row {
  -moz-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -8px;
  margin-right: -8px; }
  [class*="no-gutter"] > .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }

.row-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -8px;
  margin-right: -8px; }
  [class*="no-gutter"] > .row-reverse {
    margin-left: 0 !important;
    margin-right: 0 !important; }

.row-full {
  width: 100vw;
  margin-left: 50% !important;
  margin-right: 0 !important;
  -webkit-transform: translateX(-50%);
  -moz-transition: translateX(-50%);
  transform: translateX(-50%); }

.col {
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -8px;
  margin-right: -8px; }

.col-reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -8px;
  margin-right: -8px; }

.row-align-left {
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.row-align-center {
  -moz-justify-content: center;
  justify-content: center; }

.row-align-right {
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.row-align-middle {
  -moz-align-items: center;
  align-items: center; }

.row-align-top {
  -moz-align-items: flex-start;
  align-items: flex-start; }

.row-align-bottom {
  -moz-align-items: flex-end;
  align-items: flex-end; }

.row-align-around {
  -moz-justify-content: space-around;
  justify-content: space-around; }

.row-align-between {
  -moz-justify-content: space-between;
  justify-content: space-between; }

.hide {
  display: none; }

.not-visible {
  visibility: hidden; }

.show {
  display: block; }

.show-inline {
  display: inline-block; }

.visible {
  visibility: visible; }

.row-debug {
  position: relative;
  z-index: 99999;
  overflow: hidden; }
  .row-debug:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 16.66667% 100%;
    z-index: 99999; }

body {
  direction: ltr; }

@media screen and (max-width: 480px) {
  .gr-0\@mobile {
    flex-basis: 0%;
    max-width: 0%; }
  .push-0\@mobile {
    left: 0%;
    right: auto; }
  .pull-0\@mobile {
    right: 0%;
    left: auto; }
  .prefix-0\@mobile {
    margin-left: 0%; }
  .suffix-0\@mobile {
    margin-right: 0%; }
  .order-first\@mobile {
    -moz-order: -1;
    order: -1; }
  .order-0\@mobile {
    -moz-order: 0;
    order: 0; }
  .order-last\@mobile {
    -moz-order: 9999;
    order: 9999; }
  .gr-1\@mobile {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .push-1\@mobile {
    left: 8.33333%;
    right: auto; }
  .pull-1\@mobile {
    right: 8.33333%;
    left: auto; }
  .prefix-1\@mobile {
    margin-left: 8.33333%; }
  .suffix-1\@mobile {
    margin-right: 8.33333%; }
  .order-first\@mobile {
    -moz-order: -1;
    order: -1; }
  .order-1\@mobile {
    -moz-order: 1;
    order: 1; }
  .order-last\@mobile {
    -moz-order: 9999;
    order: 9999; }
  .gr-2\@mobile {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .push-2\@mobile {
    left: 16.66667%;
    right: auto; }
  .pull-2\@mobile {
    right: 16.66667%;
    left: auto; }
  .prefix-2\@mobile {
    margin-left: 16.66667%; }
  .suffix-2\@mobile {
    margin-right: 16.66667%; }
  .order-first\@mobile {
    -moz-order: -1;
    order: -1; }
  .order-2\@mobile {
    -moz-order: 2;
    order: 2; }
  .order-last\@mobile {
    -moz-order: 9999;
    order: 9999; }
  .gr-3\@mobile {
    flex-basis: 25%;
    max-width: 25%; }
  .push-3\@mobile {
    left: 25%;
    right: auto; }
  .pull-3\@mobile {
    right: 25%;
    left: auto; }
  .prefix-3\@mobile {
    margin-left: 25%; }
  .suffix-3\@mobile {
    margin-right: 25%; }
  .order-first\@mobile {
    -moz-order: -1;
    order: -1; }
  .order-3\@mobile {
    -moz-order: 3;
    order: 3; }
  .order-last\@mobile {
    -moz-order: 9999;
    order: 9999; }
  .gr-4\@mobile {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .push-4\@mobile {
    left: 33.33333%;
    right: auto; }
  .pull-4\@mobile {
    right: 33.33333%;
    left: auto; }
  .prefix-4\@mobile {
    margin-left: 33.33333%; }
  .suffix-4\@mobile {
    margin-right: 33.33333%; }
  .order-first\@mobile {
    -moz-order: -1;
    order: -1; }
  .order-4\@mobile {
    -moz-order: 4;
    order: 4; }
  .order-last\@mobile {
    -moz-order: 9999;
    order: 9999; }
  .gr-5\@mobile {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .push-5\@mobile {
    left: 41.66667%;
    right: auto; }
  .pull-5\@mobile {
    right: 41.66667%;
    left: auto; }
  .prefix-5\@mobile {
    margin-left: 41.66667%; }
  .suffix-5\@mobile {
    margin-right: 41.66667%; }
  .order-first\@mobile {
    -moz-order: -1;
    order: -1; }
  .order-5\@mobile {
    -moz-order: 5;
    order: 5; }
  .order-last\@mobile {
    -moz-order: 9999;
    order: 9999; }
  .gr-6\@mobile {
    flex-basis: 50%;
    max-width: 50%; }
  .push-6\@mobile {
    left: 50%;
    right: auto; }
  .pull-6\@mobile {
    right: 50%;
    left: auto; }
  .prefix-6\@mobile {
    margin-left: 50%; }
  .suffix-6\@mobile {
    margin-right: 50%; }
  .order-first\@mobile {
    -moz-order: -1;
    order: -1; }
  .order-6\@mobile {
    -moz-order: 6;
    order: 6; }
  .order-last\@mobile {
    -moz-order: 9999;
    order: 9999; }
  .gr-7\@mobile {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .push-7\@mobile {
    left: 58.33333%;
    right: auto; }
  .pull-7\@mobile {
    right: 58.33333%;
    left: auto; }
  .prefix-7\@mobile {
    margin-left: 58.33333%; }
  .suffix-7\@mobile {
    margin-right: 58.33333%; }
  .order-first\@mobile {
    -moz-order: -1;
    order: -1; }
  .order-7\@mobile {
    -moz-order: 7;
    order: 7; }
  .order-last\@mobile {
    -moz-order: 9999;
    order: 9999; }
  .gr-8\@mobile {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .push-8\@mobile {
    left: 66.66667%;
    right: auto; }
  .pull-8\@mobile {
    right: 66.66667%;
    left: auto; }
  .prefix-8\@mobile {
    margin-left: 66.66667%; }
  .suffix-8\@mobile {
    margin-right: 66.66667%; }
  .order-first\@mobile {
    -moz-order: -1;
    order: -1; }
  .order-8\@mobile {
    -moz-order: 8;
    order: 8; }
  .order-last\@mobile {
    -moz-order: 9999;
    order: 9999; }
  .gr-9\@mobile {
    flex-basis: 75%;
    max-width: 75%; }
  .push-9\@mobile {
    left: 75%;
    right: auto; }
  .pull-9\@mobile {
    right: 75%;
    left: auto; }
  .prefix-9\@mobile {
    margin-left: 75%; }
  .suffix-9\@mobile {
    margin-right: 75%; }
  .order-first\@mobile {
    -moz-order: -1;
    order: -1; }
  .order-9\@mobile {
    -moz-order: 9;
    order: 9; }
  .order-last\@mobile {
    -moz-order: 9999;
    order: 9999; }
  .gr-10\@mobile {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .push-10\@mobile {
    left: 83.33333%;
    right: auto; }
  .pull-10\@mobile {
    right: 83.33333%;
    left: auto; }
  .prefix-10\@mobile {
    margin-left: 83.33333%; }
  .suffix-10\@mobile {
    margin-right: 83.33333%; }
  .order-first\@mobile {
    -moz-order: -1;
    order: -1; }
  .order-10\@mobile {
    -moz-order: 10;
    order: 10; }
  .order-last\@mobile {
    -moz-order: 9999;
    order: 9999; }
  .gr-11\@mobile {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .push-11\@mobile {
    left: 91.66667%;
    right: auto; }
  .pull-11\@mobile {
    right: 91.66667%;
    left: auto; }
  .prefix-11\@mobile {
    margin-left: 91.66667%; }
  .suffix-11\@mobile {
    margin-right: 91.66667%; }
  .order-first\@mobile {
    -moz-order: -1;
    order: -1; }
  .order-11\@mobile {
    -moz-order: 11;
    order: 11; }
  .order-last\@mobile {
    -moz-order: 9999;
    order: 9999; }
  .gr-12\@mobile {
    flex-basis: 100%;
    max-width: 100%; }
  .push-12\@mobile {
    left: 100%;
    right: auto; }
  .pull-12\@mobile {
    right: 100%;
    left: auto; }
  .prefix-12\@mobile {
    margin-left: 100%; }
  .suffix-12\@mobile {
    margin-right: 100%; }
  .order-first\@mobile {
    -moz-order: -1;
    order: -1; }
  .order-12\@mobile {
    -moz-order: 12;
    order: 12; }
  .order-last\@mobile {
    -moz-order: 9999;
    order: 9999; }
  .float-left\@mobile {
    float: left; }
  .float-right\@mobile {
    float: right; }
  .clear\@mobile {
    clear: both; }
  .clear-left\@mobile {
    clear: left; }
  .clear-right\@mobile {
    clear: right; }
  .no-gutter\@mobile {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .no-gutter-left\@mobile {
    padding-left: 0; }
  .no-gutter-right\@mobile {
    padding-right: 0; }
  .no-gutter-top\@mobile {
    padding-top: 0; }
  .no-gutter-bottom\@mobile {
    padding-bottom: 0; }
  .gutter\@mobile {
    padding-right: 8px;
    padding-left: 8px; }
  .gutter-left\@mobile {
    padding-left: 8px; }
  .gutter-right\@mobile {
    padding-right: 8px; }
  .auto-height\@mobile {
    height: inherit; }
  .row\@mobile {
    -moz-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
    [class*="no-gutter"] > .row\@mobile {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-reverse\@mobile {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
    [class*="no-gutter"] > .row-reverse\@mobile {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-full\@mobile {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    transform: translateX(-50%); }
  .col\@mobile {
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
  .col-reverse\@mobile {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
  .row-align-left\@mobile {
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .row-align-center\@mobile {
    -moz-justify-content: center;
    justify-content: center; }
  .row-align-right\@mobile {
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .row-align-middle\@mobile {
    -moz-align-items: center;
    align-items: center; }
  .row-align-top\@mobile {
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .row-align-bottom\@mobile {
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .row-align-around\@mobile {
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .row-align-between\@mobile {
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .hide\@mobile {
    display: none; }
  .not-visible\@mobile {
    visibility: hidden; }
  .show\@mobile {
    display: block; }
  .show-inline\@mobile {
    display: inline-block; }
  .visible\@mobile {
    visibility: visible; }
  .row-debug\@mobile {
    position: relative;
    z-index: 99999;
    overflow: hidden; }
    .row-debug\@mobile:before {
      pointer-events: none;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 99999px;
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
      background-size: 16.66667% 100%;
      z-index: 99999; }
  body {
    direction: ltr; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .gr-0\@tablet {
    flex-basis: 0%;
    max-width: 0%; }
  .push-0\@tablet {
    left: 0%;
    right: auto; }
  .pull-0\@tablet {
    right: 0%;
    left: auto; }
  .prefix-0\@tablet {
    margin-left: 0%; }
  .suffix-0\@tablet {
    margin-right: 0%; }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1; }
  .order-0\@tablet {
    -moz-order: 0;
    order: 0; }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999; }
  .gr-1\@tablet {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .push-1\@tablet {
    left: 8.33333%;
    right: auto; }
  .pull-1\@tablet {
    right: 8.33333%;
    left: auto; }
  .prefix-1\@tablet {
    margin-left: 8.33333%; }
  .suffix-1\@tablet {
    margin-right: 8.33333%; }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1; }
  .order-1\@tablet {
    -moz-order: 1;
    order: 1; }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999; }
  .gr-2\@tablet {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .push-2\@tablet {
    left: 16.66667%;
    right: auto; }
  .pull-2\@tablet {
    right: 16.66667%;
    left: auto; }
  .prefix-2\@tablet {
    margin-left: 16.66667%; }
  .suffix-2\@tablet {
    margin-right: 16.66667%; }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1; }
  .order-2\@tablet {
    -moz-order: 2;
    order: 2; }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999; }
  .gr-3\@tablet {
    flex-basis: 25%;
    max-width: 25%; }
  .push-3\@tablet {
    left: 25%;
    right: auto; }
  .pull-3\@tablet {
    right: 25%;
    left: auto; }
  .prefix-3\@tablet {
    margin-left: 25%; }
  .suffix-3\@tablet {
    margin-right: 25%; }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1; }
  .order-3\@tablet {
    -moz-order: 3;
    order: 3; }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999; }
  .gr-4\@tablet {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .push-4\@tablet {
    left: 33.33333%;
    right: auto; }
  .pull-4\@tablet {
    right: 33.33333%;
    left: auto; }
  .prefix-4\@tablet {
    margin-left: 33.33333%; }
  .suffix-4\@tablet {
    margin-right: 33.33333%; }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1; }
  .order-4\@tablet {
    -moz-order: 4;
    order: 4; }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999; }
  .gr-5\@tablet {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .push-5\@tablet {
    left: 41.66667%;
    right: auto; }
  .pull-5\@tablet {
    right: 41.66667%;
    left: auto; }
  .prefix-5\@tablet {
    margin-left: 41.66667%; }
  .suffix-5\@tablet {
    margin-right: 41.66667%; }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1; }
  .order-5\@tablet {
    -moz-order: 5;
    order: 5; }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999; }
  .gr-6\@tablet {
    flex-basis: 50%;
    max-width: 50%; }
  .push-6\@tablet {
    left: 50%;
    right: auto; }
  .pull-6\@tablet {
    right: 50%;
    left: auto; }
  .prefix-6\@tablet {
    margin-left: 50%; }
  .suffix-6\@tablet {
    margin-right: 50%; }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1; }
  .order-6\@tablet {
    -moz-order: 6;
    order: 6; }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999; }
  .gr-7\@tablet {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .push-7\@tablet {
    left: 58.33333%;
    right: auto; }
  .pull-7\@tablet {
    right: 58.33333%;
    left: auto; }
  .prefix-7\@tablet {
    margin-left: 58.33333%; }
  .suffix-7\@tablet {
    margin-right: 58.33333%; }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1; }
  .order-7\@tablet {
    -moz-order: 7;
    order: 7; }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999; }
  .gr-8\@tablet {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .push-8\@tablet {
    left: 66.66667%;
    right: auto; }
  .pull-8\@tablet {
    right: 66.66667%;
    left: auto; }
  .prefix-8\@tablet {
    margin-left: 66.66667%; }
  .suffix-8\@tablet {
    margin-right: 66.66667%; }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1; }
  .order-8\@tablet {
    -moz-order: 8;
    order: 8; }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999; }
  .gr-9\@tablet {
    flex-basis: 75%;
    max-width: 75%; }
  .push-9\@tablet {
    left: 75%;
    right: auto; }
  .pull-9\@tablet {
    right: 75%;
    left: auto; }
  .prefix-9\@tablet {
    margin-left: 75%; }
  .suffix-9\@tablet {
    margin-right: 75%; }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1; }
  .order-9\@tablet {
    -moz-order: 9;
    order: 9; }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999; }
  .gr-10\@tablet {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .push-10\@tablet {
    left: 83.33333%;
    right: auto; }
  .pull-10\@tablet {
    right: 83.33333%;
    left: auto; }
  .prefix-10\@tablet {
    margin-left: 83.33333%; }
  .suffix-10\@tablet {
    margin-right: 83.33333%; }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1; }
  .order-10\@tablet {
    -moz-order: 10;
    order: 10; }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999; }
  .gr-11\@tablet {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .push-11\@tablet {
    left: 91.66667%;
    right: auto; }
  .pull-11\@tablet {
    right: 91.66667%;
    left: auto; }
  .prefix-11\@tablet {
    margin-left: 91.66667%; }
  .suffix-11\@tablet {
    margin-right: 91.66667%; }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1; }
  .order-11\@tablet {
    -moz-order: 11;
    order: 11; }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999; }
  .gr-12\@tablet {
    flex-basis: 100%;
    max-width: 100%; }
  .push-12\@tablet {
    left: 100%;
    right: auto; }
  .pull-12\@tablet {
    right: 100%;
    left: auto; }
  .prefix-12\@tablet {
    margin-left: 100%; }
  .suffix-12\@tablet {
    margin-right: 100%; }
  .order-first\@tablet {
    -moz-order: -1;
    order: -1; }
  .order-12\@tablet {
    -moz-order: 12;
    order: 12; }
  .order-last\@tablet {
    -moz-order: 9999;
    order: 9999; }
  .float-left\@tablet {
    float: left; }
  .float-right\@tablet {
    float: right; }
  .clear\@tablet {
    clear: both; }
  .clear-left\@tablet {
    clear: left; }
  .clear-right\@tablet {
    clear: right; }
  .no-gutter\@tablet {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .no-gutter-left\@tablet {
    padding-left: 0; }
  .no-gutter-right\@tablet {
    padding-right: 0; }
  .no-gutter-top\@tablet {
    padding-top: 0; }
  .no-gutter-bottom\@tablet {
    padding-bottom: 0; }
  .gutter\@tablet {
    padding-right: 8px;
    padding-left: 8px; }
  .gutter-left\@tablet {
    padding-left: 8px; }
  .gutter-right\@tablet {
    padding-right: 8px; }
  .auto-height\@tablet {
    height: inherit; }
  .row\@tablet {
    -moz-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
    [class*="no-gutter"] > .row\@tablet {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-reverse\@tablet {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
    [class*="no-gutter"] > .row-reverse\@tablet {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-full\@tablet {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    transform: translateX(-50%); }
  .col\@tablet {
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
  .col-reverse\@tablet {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
  .row-align-left\@tablet {
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .row-align-center\@tablet {
    -moz-justify-content: center;
    justify-content: center; }
  .row-align-right\@tablet {
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .row-align-middle\@tablet {
    -moz-align-items: center;
    align-items: center; }
  .row-align-top\@tablet {
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .row-align-bottom\@tablet {
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .row-align-around\@tablet {
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .row-align-between\@tablet {
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .hide\@tablet {
    display: none; }
  .not-visible\@tablet {
    visibility: hidden; }
  .show\@tablet {
    display: block; }
  .show-inline\@tablet {
    display: inline-block; }
  .visible\@tablet {
    visibility: visible; }
  .row-debug\@tablet {
    position: relative;
    z-index: 99999;
    overflow: hidden; }
    .row-debug\@tablet:before {
      pointer-events: none;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 99999px;
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
      background-size: 16.66667% 100%;
      z-index: 99999; }
  body {
    direction: ltr; } }

@media screen and (min-width: 768px) {
  .gr-0\@tablet-portrait {
    flex-basis: 0%;
    max-width: 0%; }
  .push-0\@tablet-portrait {
    left: 0%;
    right: auto; }
  .pull-0\@tablet-portrait {
    right: 0%;
    left: auto; }
  .prefix-0\@tablet-portrait {
    margin-left: 0%; }
  .suffix-0\@tablet-portrait {
    margin-right: 0%; }
  .order-first\@tablet-portrait {
    -moz-order: -1;
    order: -1; }
  .order-0\@tablet-portrait {
    -moz-order: 0;
    order: 0; }
  .order-last\@tablet-portrait {
    -moz-order: 9999;
    order: 9999; }
  .gr-1\@tablet-portrait {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .push-1\@tablet-portrait {
    left: 8.33333%;
    right: auto; }
  .pull-1\@tablet-portrait {
    right: 8.33333%;
    left: auto; }
  .prefix-1\@tablet-portrait {
    margin-left: 8.33333%; }
  .suffix-1\@tablet-portrait {
    margin-right: 8.33333%; }
  .order-first\@tablet-portrait {
    -moz-order: -1;
    order: -1; }
  .order-1\@tablet-portrait {
    -moz-order: 1;
    order: 1; }
  .order-last\@tablet-portrait {
    -moz-order: 9999;
    order: 9999; }
  .gr-2\@tablet-portrait {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .push-2\@tablet-portrait {
    left: 16.66667%;
    right: auto; }
  .pull-2\@tablet-portrait {
    right: 16.66667%;
    left: auto; }
  .prefix-2\@tablet-portrait {
    margin-left: 16.66667%; }
  .suffix-2\@tablet-portrait {
    margin-right: 16.66667%; }
  .order-first\@tablet-portrait {
    -moz-order: -1;
    order: -1; }
  .order-2\@tablet-portrait {
    -moz-order: 2;
    order: 2; }
  .order-last\@tablet-portrait {
    -moz-order: 9999;
    order: 9999; }
  .gr-3\@tablet-portrait {
    flex-basis: 25%;
    max-width: 25%; }
  .push-3\@tablet-portrait {
    left: 25%;
    right: auto; }
  .pull-3\@tablet-portrait {
    right: 25%;
    left: auto; }
  .prefix-3\@tablet-portrait {
    margin-left: 25%; }
  .suffix-3\@tablet-portrait {
    margin-right: 25%; }
  .order-first\@tablet-portrait {
    -moz-order: -1;
    order: -1; }
  .order-3\@tablet-portrait {
    -moz-order: 3;
    order: 3; }
  .order-last\@tablet-portrait {
    -moz-order: 9999;
    order: 9999; }
  .gr-4\@tablet-portrait {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .push-4\@tablet-portrait {
    left: 33.33333%;
    right: auto; }
  .pull-4\@tablet-portrait {
    right: 33.33333%;
    left: auto; }
  .prefix-4\@tablet-portrait {
    margin-left: 33.33333%; }
  .suffix-4\@tablet-portrait {
    margin-right: 33.33333%; }
  .order-first\@tablet-portrait {
    -moz-order: -1;
    order: -1; }
  .order-4\@tablet-portrait {
    -moz-order: 4;
    order: 4; }
  .order-last\@tablet-portrait {
    -moz-order: 9999;
    order: 9999; }
  .gr-5\@tablet-portrait {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .push-5\@tablet-portrait {
    left: 41.66667%;
    right: auto; }
  .pull-5\@tablet-portrait {
    right: 41.66667%;
    left: auto; }
  .prefix-5\@tablet-portrait {
    margin-left: 41.66667%; }
  .suffix-5\@tablet-portrait {
    margin-right: 41.66667%; }
  .order-first\@tablet-portrait {
    -moz-order: -1;
    order: -1; }
  .order-5\@tablet-portrait {
    -moz-order: 5;
    order: 5; }
  .order-last\@tablet-portrait {
    -moz-order: 9999;
    order: 9999; }
  .gr-6\@tablet-portrait {
    flex-basis: 50%;
    max-width: 50%; }
  .push-6\@tablet-portrait {
    left: 50%;
    right: auto; }
  .pull-6\@tablet-portrait {
    right: 50%;
    left: auto; }
  .prefix-6\@tablet-portrait {
    margin-left: 50%; }
  .suffix-6\@tablet-portrait {
    margin-right: 50%; }
  .order-first\@tablet-portrait {
    -moz-order: -1;
    order: -1; }
  .order-6\@tablet-portrait {
    -moz-order: 6;
    order: 6; }
  .order-last\@tablet-portrait {
    -moz-order: 9999;
    order: 9999; }
  .gr-7\@tablet-portrait {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .push-7\@tablet-portrait {
    left: 58.33333%;
    right: auto; }
  .pull-7\@tablet-portrait {
    right: 58.33333%;
    left: auto; }
  .prefix-7\@tablet-portrait {
    margin-left: 58.33333%; }
  .suffix-7\@tablet-portrait {
    margin-right: 58.33333%; }
  .order-first\@tablet-portrait {
    -moz-order: -1;
    order: -1; }
  .order-7\@tablet-portrait {
    -moz-order: 7;
    order: 7; }
  .order-last\@tablet-portrait {
    -moz-order: 9999;
    order: 9999; }
  .gr-8\@tablet-portrait {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .push-8\@tablet-portrait {
    left: 66.66667%;
    right: auto; }
  .pull-8\@tablet-portrait {
    right: 66.66667%;
    left: auto; }
  .prefix-8\@tablet-portrait {
    margin-left: 66.66667%; }
  .suffix-8\@tablet-portrait {
    margin-right: 66.66667%; }
  .order-first\@tablet-portrait {
    -moz-order: -1;
    order: -1; }
  .order-8\@tablet-portrait {
    -moz-order: 8;
    order: 8; }
  .order-last\@tablet-portrait {
    -moz-order: 9999;
    order: 9999; }
  .gr-9\@tablet-portrait {
    flex-basis: 75%;
    max-width: 75%; }
  .push-9\@tablet-portrait {
    left: 75%;
    right: auto; }
  .pull-9\@tablet-portrait {
    right: 75%;
    left: auto; }
  .prefix-9\@tablet-portrait {
    margin-left: 75%; }
  .suffix-9\@tablet-portrait {
    margin-right: 75%; }
  .order-first\@tablet-portrait {
    -moz-order: -1;
    order: -1; }
  .order-9\@tablet-portrait {
    -moz-order: 9;
    order: 9; }
  .order-last\@tablet-portrait {
    -moz-order: 9999;
    order: 9999; }
  .gr-10\@tablet-portrait {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .push-10\@tablet-portrait {
    left: 83.33333%;
    right: auto; }
  .pull-10\@tablet-portrait {
    right: 83.33333%;
    left: auto; }
  .prefix-10\@tablet-portrait {
    margin-left: 83.33333%; }
  .suffix-10\@tablet-portrait {
    margin-right: 83.33333%; }
  .order-first\@tablet-portrait {
    -moz-order: -1;
    order: -1; }
  .order-10\@tablet-portrait {
    -moz-order: 10;
    order: 10; }
  .order-last\@tablet-portrait {
    -moz-order: 9999;
    order: 9999; }
  .gr-11\@tablet-portrait {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .push-11\@tablet-portrait {
    left: 91.66667%;
    right: auto; }
  .pull-11\@tablet-portrait {
    right: 91.66667%;
    left: auto; }
  .prefix-11\@tablet-portrait {
    margin-left: 91.66667%; }
  .suffix-11\@tablet-portrait {
    margin-right: 91.66667%; }
  .order-first\@tablet-portrait {
    -moz-order: -1;
    order: -1; }
  .order-11\@tablet-portrait {
    -moz-order: 11;
    order: 11; }
  .order-last\@tablet-portrait {
    -moz-order: 9999;
    order: 9999; }
  .gr-12\@tablet-portrait {
    flex-basis: 100%;
    max-width: 100%; }
  .push-12\@tablet-portrait {
    left: 100%;
    right: auto; }
  .pull-12\@tablet-portrait {
    right: 100%;
    left: auto; }
  .prefix-12\@tablet-portrait {
    margin-left: 100%; }
  .suffix-12\@tablet-portrait {
    margin-right: 100%; }
  .order-first\@tablet-portrait {
    -moz-order: -1;
    order: -1; }
  .order-12\@tablet-portrait {
    -moz-order: 12;
    order: 12; }
  .order-last\@tablet-portrait {
    -moz-order: 9999;
    order: 9999; }
  .float-left\@tablet-portrait {
    float: left; }
  .float-right\@tablet-portrait {
    float: right; }
  .clear\@tablet-portrait {
    clear: both; }
  .clear-left\@tablet-portrait {
    clear: left; }
  .clear-right\@tablet-portrait {
    clear: right; }
  .no-gutter\@tablet-portrait {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .no-gutter-left\@tablet-portrait {
    padding-left: 0; }
  .no-gutter-right\@tablet-portrait {
    padding-right: 0; }
  .no-gutter-top\@tablet-portrait {
    padding-top: 0; }
  .no-gutter-bottom\@tablet-portrait {
    padding-bottom: 0; }
  .gutter\@tablet-portrait {
    padding-right: 8px;
    padding-left: 8px; }
  .gutter-left\@tablet-portrait {
    padding-left: 8px; }
  .gutter-right\@tablet-portrait {
    padding-right: 8px; }
  .auto-height\@tablet-portrait {
    height: inherit; }
  .row\@tablet-portrait {
    -moz-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
    [class*="no-gutter"] > .row\@tablet-portrait {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-reverse\@tablet-portrait {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
    [class*="no-gutter"] > .row-reverse\@tablet-portrait {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-full\@tablet-portrait {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    transform: translateX(-50%); }
  .col\@tablet-portrait {
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
  .col-reverse\@tablet-portrait {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
  .row-align-left\@tablet-portrait {
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .row-align-center\@tablet-portrait {
    -moz-justify-content: center;
    justify-content: center; }
  .row-align-right\@tablet-portrait {
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .row-align-middle\@tablet-portrait {
    -moz-align-items: center;
    align-items: center; }
  .row-align-top\@tablet-portrait {
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .row-align-bottom\@tablet-portrait {
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .row-align-around\@tablet-portrait {
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .row-align-between\@tablet-portrait {
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .hide\@tablet-portrait {
    display: none; }
  .not-visible\@tablet-portrait {
    visibility: hidden; }
  .show\@tablet-portrait {
    display: block; }
  .show-inline\@tablet-portrait {
    display: inline-block; }
  .visible\@tablet-portrait {
    visibility: visible; }
  .row-debug\@tablet-portrait {
    position: relative;
    z-index: 99999;
    overflow: hidden; }
    .row-debug\@tablet-portrait:before {
      pointer-events: none;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 99999px;
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
      background-size: 16.66667% 100%;
      z-index: 99999; }
  body {
    direction: ltr; } }

@media screen and (min-width: 1025px) {
  .gr-0\@tablet-landscape {
    flex-basis: 0%;
    max-width: 0%; }
  .push-0\@tablet-landscape {
    left: 0%;
    right: auto; }
  .pull-0\@tablet-landscape {
    right: 0%;
    left: auto; }
  .prefix-0\@tablet-landscape {
    margin-left: 0%; }
  .suffix-0\@tablet-landscape {
    margin-right: 0%; }
  .order-first\@tablet-landscape {
    -moz-order: -1;
    order: -1; }
  .order-0\@tablet-landscape {
    -moz-order: 0;
    order: 0; }
  .order-last\@tablet-landscape {
    -moz-order: 9999;
    order: 9999; }
  .gr-1\@tablet-landscape {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .push-1\@tablet-landscape {
    left: 8.33333%;
    right: auto; }
  .pull-1\@tablet-landscape {
    right: 8.33333%;
    left: auto; }
  .prefix-1\@tablet-landscape {
    margin-left: 8.33333%; }
  .suffix-1\@tablet-landscape {
    margin-right: 8.33333%; }
  .order-first\@tablet-landscape {
    -moz-order: -1;
    order: -1; }
  .order-1\@tablet-landscape {
    -moz-order: 1;
    order: 1; }
  .order-last\@tablet-landscape {
    -moz-order: 9999;
    order: 9999; }
  .gr-2\@tablet-landscape {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .push-2\@tablet-landscape {
    left: 16.66667%;
    right: auto; }
  .pull-2\@tablet-landscape {
    right: 16.66667%;
    left: auto; }
  .prefix-2\@tablet-landscape {
    margin-left: 16.66667%; }
  .suffix-2\@tablet-landscape {
    margin-right: 16.66667%; }
  .order-first\@tablet-landscape {
    -moz-order: -1;
    order: -1; }
  .order-2\@tablet-landscape {
    -moz-order: 2;
    order: 2; }
  .order-last\@tablet-landscape {
    -moz-order: 9999;
    order: 9999; }
  .gr-3\@tablet-landscape {
    flex-basis: 25%;
    max-width: 25%; }
  .push-3\@tablet-landscape {
    left: 25%;
    right: auto; }
  .pull-3\@tablet-landscape {
    right: 25%;
    left: auto; }
  .prefix-3\@tablet-landscape {
    margin-left: 25%; }
  .suffix-3\@tablet-landscape {
    margin-right: 25%; }
  .order-first\@tablet-landscape {
    -moz-order: -1;
    order: -1; }
  .order-3\@tablet-landscape {
    -moz-order: 3;
    order: 3; }
  .order-last\@tablet-landscape {
    -moz-order: 9999;
    order: 9999; }
  .gr-4\@tablet-landscape {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .push-4\@tablet-landscape {
    left: 33.33333%;
    right: auto; }
  .pull-4\@tablet-landscape {
    right: 33.33333%;
    left: auto; }
  .prefix-4\@tablet-landscape {
    margin-left: 33.33333%; }
  .suffix-4\@tablet-landscape {
    margin-right: 33.33333%; }
  .order-first\@tablet-landscape {
    -moz-order: -1;
    order: -1; }
  .order-4\@tablet-landscape {
    -moz-order: 4;
    order: 4; }
  .order-last\@tablet-landscape {
    -moz-order: 9999;
    order: 9999; }
  .gr-5\@tablet-landscape {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .push-5\@tablet-landscape {
    left: 41.66667%;
    right: auto; }
  .pull-5\@tablet-landscape {
    right: 41.66667%;
    left: auto; }
  .prefix-5\@tablet-landscape {
    margin-left: 41.66667%; }
  .suffix-5\@tablet-landscape {
    margin-right: 41.66667%; }
  .order-first\@tablet-landscape {
    -moz-order: -1;
    order: -1; }
  .order-5\@tablet-landscape {
    -moz-order: 5;
    order: 5; }
  .order-last\@tablet-landscape {
    -moz-order: 9999;
    order: 9999; }
  .gr-6\@tablet-landscape {
    flex-basis: 50%;
    max-width: 50%; }
  .push-6\@tablet-landscape {
    left: 50%;
    right: auto; }
  .pull-6\@tablet-landscape {
    right: 50%;
    left: auto; }
  .prefix-6\@tablet-landscape {
    margin-left: 50%; }
  .suffix-6\@tablet-landscape {
    margin-right: 50%; }
  .order-first\@tablet-landscape {
    -moz-order: -1;
    order: -1; }
  .order-6\@tablet-landscape {
    -moz-order: 6;
    order: 6; }
  .order-last\@tablet-landscape {
    -moz-order: 9999;
    order: 9999; }
  .gr-7\@tablet-landscape {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .push-7\@tablet-landscape {
    left: 58.33333%;
    right: auto; }
  .pull-7\@tablet-landscape {
    right: 58.33333%;
    left: auto; }
  .prefix-7\@tablet-landscape {
    margin-left: 58.33333%; }
  .suffix-7\@tablet-landscape {
    margin-right: 58.33333%; }
  .order-first\@tablet-landscape {
    -moz-order: -1;
    order: -1; }
  .order-7\@tablet-landscape {
    -moz-order: 7;
    order: 7; }
  .order-last\@tablet-landscape {
    -moz-order: 9999;
    order: 9999; }
  .gr-8\@tablet-landscape {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .push-8\@tablet-landscape {
    left: 66.66667%;
    right: auto; }
  .pull-8\@tablet-landscape {
    right: 66.66667%;
    left: auto; }
  .prefix-8\@tablet-landscape {
    margin-left: 66.66667%; }
  .suffix-8\@tablet-landscape {
    margin-right: 66.66667%; }
  .order-first\@tablet-landscape {
    -moz-order: -1;
    order: -1; }
  .order-8\@tablet-landscape {
    -moz-order: 8;
    order: 8; }
  .order-last\@tablet-landscape {
    -moz-order: 9999;
    order: 9999; }
  .gr-9\@tablet-landscape {
    flex-basis: 75%;
    max-width: 75%; }
  .push-9\@tablet-landscape {
    left: 75%;
    right: auto; }
  .pull-9\@tablet-landscape {
    right: 75%;
    left: auto; }
  .prefix-9\@tablet-landscape {
    margin-left: 75%; }
  .suffix-9\@tablet-landscape {
    margin-right: 75%; }
  .order-first\@tablet-landscape {
    -moz-order: -1;
    order: -1; }
  .order-9\@tablet-landscape {
    -moz-order: 9;
    order: 9; }
  .order-last\@tablet-landscape {
    -moz-order: 9999;
    order: 9999; }
  .gr-10\@tablet-landscape {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .push-10\@tablet-landscape {
    left: 83.33333%;
    right: auto; }
  .pull-10\@tablet-landscape {
    right: 83.33333%;
    left: auto; }
  .prefix-10\@tablet-landscape {
    margin-left: 83.33333%; }
  .suffix-10\@tablet-landscape {
    margin-right: 83.33333%; }
  .order-first\@tablet-landscape {
    -moz-order: -1;
    order: -1; }
  .order-10\@tablet-landscape {
    -moz-order: 10;
    order: 10; }
  .order-last\@tablet-landscape {
    -moz-order: 9999;
    order: 9999; }
  .gr-11\@tablet-landscape {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .push-11\@tablet-landscape {
    left: 91.66667%;
    right: auto; }
  .pull-11\@tablet-landscape {
    right: 91.66667%;
    left: auto; }
  .prefix-11\@tablet-landscape {
    margin-left: 91.66667%; }
  .suffix-11\@tablet-landscape {
    margin-right: 91.66667%; }
  .order-first\@tablet-landscape {
    -moz-order: -1;
    order: -1; }
  .order-11\@tablet-landscape {
    -moz-order: 11;
    order: 11; }
  .order-last\@tablet-landscape {
    -moz-order: 9999;
    order: 9999; }
  .gr-12\@tablet-landscape {
    flex-basis: 100%;
    max-width: 100%; }
  .push-12\@tablet-landscape {
    left: 100%;
    right: auto; }
  .pull-12\@tablet-landscape {
    right: 100%;
    left: auto; }
  .prefix-12\@tablet-landscape {
    margin-left: 100%; }
  .suffix-12\@tablet-landscape {
    margin-right: 100%; }
  .order-first\@tablet-landscape {
    -moz-order: -1;
    order: -1; }
  .order-12\@tablet-landscape {
    -moz-order: 12;
    order: 12; }
  .order-last\@tablet-landscape {
    -moz-order: 9999;
    order: 9999; }
  .float-left\@tablet-landscape {
    float: left; }
  .float-right\@tablet-landscape {
    float: right; }
  .clear\@tablet-landscape {
    clear: both; }
  .clear-left\@tablet-landscape {
    clear: left; }
  .clear-right\@tablet-landscape {
    clear: right; }
  .no-gutter\@tablet-landscape {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .no-gutter-left\@tablet-landscape {
    padding-left: 0; }
  .no-gutter-right\@tablet-landscape {
    padding-right: 0; }
  .no-gutter-top\@tablet-landscape {
    padding-top: 0; }
  .no-gutter-bottom\@tablet-landscape {
    padding-bottom: 0; }
  .gutter\@tablet-landscape {
    padding-right: 8px;
    padding-left: 8px; }
  .gutter-left\@tablet-landscape {
    padding-left: 8px; }
  .gutter-right\@tablet-landscape {
    padding-right: 8px; }
  .auto-height\@tablet-landscape {
    height: inherit; }
  .row\@tablet-landscape {
    -moz-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
    [class*="no-gutter"] > .row\@tablet-landscape {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-reverse\@tablet-landscape {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
    [class*="no-gutter"] > .row-reverse\@tablet-landscape {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-full\@tablet-landscape {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    transform: translateX(-50%); }
  .col\@tablet-landscape {
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
  .col-reverse\@tablet-landscape {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
  .row-align-left\@tablet-landscape {
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .row-align-center\@tablet-landscape {
    -moz-justify-content: center;
    justify-content: center; }
  .row-align-right\@tablet-landscape {
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .row-align-middle\@tablet-landscape {
    -moz-align-items: center;
    align-items: center; }
  .row-align-top\@tablet-landscape {
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .row-align-bottom\@tablet-landscape {
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .row-align-around\@tablet-landscape {
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .row-align-between\@tablet-landscape {
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .hide\@tablet-landscape {
    display: none; }
  .not-visible\@tablet-landscape {
    visibility: hidden; }
  .show\@tablet-landscape {
    display: block; }
  .show-inline\@tablet-landscape {
    display: inline-block; }
  .visible\@tablet-landscape {
    visibility: visible; }
  .row-debug\@tablet-landscape {
    position: relative;
    z-index: 99999;
    overflow: hidden; }
    .row-debug\@tablet-landscape:before {
      pointer-events: none;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 99999px;
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
      background-size: 16.66667% 100%;
      z-index: 99999; }
  body {
    direction: ltr; } }

@media screen and (min-width: 1205px) {
  .gr-0\@desktop-small {
    flex-basis: 0%;
    max-width: 0%; }
  .push-0\@desktop-small {
    left: 0%;
    right: auto; }
  .pull-0\@desktop-small {
    right: 0%;
    left: auto; }
  .prefix-0\@desktop-small {
    margin-left: 0%; }
  .suffix-0\@desktop-small {
    margin-right: 0%; }
  .order-first\@desktop-small {
    -moz-order: -1;
    order: -1; }
  .order-0\@desktop-small {
    -moz-order: 0;
    order: 0; }
  .order-last\@desktop-small {
    -moz-order: 9999;
    order: 9999; }
  .gr-1\@desktop-small {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .push-1\@desktop-small {
    left: 8.33333%;
    right: auto; }
  .pull-1\@desktop-small {
    right: 8.33333%;
    left: auto; }
  .prefix-1\@desktop-small {
    margin-left: 8.33333%; }
  .suffix-1\@desktop-small {
    margin-right: 8.33333%; }
  .order-first\@desktop-small {
    -moz-order: -1;
    order: -1; }
  .order-1\@desktop-small {
    -moz-order: 1;
    order: 1; }
  .order-last\@desktop-small {
    -moz-order: 9999;
    order: 9999; }
  .gr-2\@desktop-small {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .push-2\@desktop-small {
    left: 16.66667%;
    right: auto; }
  .pull-2\@desktop-small {
    right: 16.66667%;
    left: auto; }
  .prefix-2\@desktop-small {
    margin-left: 16.66667%; }
  .suffix-2\@desktop-small {
    margin-right: 16.66667%; }
  .order-first\@desktop-small {
    -moz-order: -1;
    order: -1; }
  .order-2\@desktop-small {
    -moz-order: 2;
    order: 2; }
  .order-last\@desktop-small {
    -moz-order: 9999;
    order: 9999; }
  .gr-3\@desktop-small {
    flex-basis: 25%;
    max-width: 25%; }
  .push-3\@desktop-small {
    left: 25%;
    right: auto; }
  .pull-3\@desktop-small {
    right: 25%;
    left: auto; }
  .prefix-3\@desktop-small {
    margin-left: 25%; }
  .suffix-3\@desktop-small {
    margin-right: 25%; }
  .order-first\@desktop-small {
    -moz-order: -1;
    order: -1; }
  .order-3\@desktop-small {
    -moz-order: 3;
    order: 3; }
  .order-last\@desktop-small {
    -moz-order: 9999;
    order: 9999; }
  .gr-4\@desktop-small {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .push-4\@desktop-small {
    left: 33.33333%;
    right: auto; }
  .pull-4\@desktop-small {
    right: 33.33333%;
    left: auto; }
  .prefix-4\@desktop-small {
    margin-left: 33.33333%; }
  .suffix-4\@desktop-small {
    margin-right: 33.33333%; }
  .order-first\@desktop-small {
    -moz-order: -1;
    order: -1; }
  .order-4\@desktop-small {
    -moz-order: 4;
    order: 4; }
  .order-last\@desktop-small {
    -moz-order: 9999;
    order: 9999; }
  .gr-5\@desktop-small {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .push-5\@desktop-small {
    left: 41.66667%;
    right: auto; }
  .pull-5\@desktop-small {
    right: 41.66667%;
    left: auto; }
  .prefix-5\@desktop-small {
    margin-left: 41.66667%; }
  .suffix-5\@desktop-small {
    margin-right: 41.66667%; }
  .order-first\@desktop-small {
    -moz-order: -1;
    order: -1; }
  .order-5\@desktop-small {
    -moz-order: 5;
    order: 5; }
  .order-last\@desktop-small {
    -moz-order: 9999;
    order: 9999; }
  .gr-6\@desktop-small {
    flex-basis: 50%;
    max-width: 50%; }
  .push-6\@desktop-small {
    left: 50%;
    right: auto; }
  .pull-6\@desktop-small {
    right: 50%;
    left: auto; }
  .prefix-6\@desktop-small {
    margin-left: 50%; }
  .suffix-6\@desktop-small {
    margin-right: 50%; }
  .order-first\@desktop-small {
    -moz-order: -1;
    order: -1; }
  .order-6\@desktop-small {
    -moz-order: 6;
    order: 6; }
  .order-last\@desktop-small {
    -moz-order: 9999;
    order: 9999; }
  .gr-7\@desktop-small {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .push-7\@desktop-small {
    left: 58.33333%;
    right: auto; }
  .pull-7\@desktop-small {
    right: 58.33333%;
    left: auto; }
  .prefix-7\@desktop-small {
    margin-left: 58.33333%; }
  .suffix-7\@desktop-small {
    margin-right: 58.33333%; }
  .order-first\@desktop-small {
    -moz-order: -1;
    order: -1; }
  .order-7\@desktop-small {
    -moz-order: 7;
    order: 7; }
  .order-last\@desktop-small {
    -moz-order: 9999;
    order: 9999; }
  .gr-8\@desktop-small {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .push-8\@desktop-small {
    left: 66.66667%;
    right: auto; }
  .pull-8\@desktop-small {
    right: 66.66667%;
    left: auto; }
  .prefix-8\@desktop-small {
    margin-left: 66.66667%; }
  .suffix-8\@desktop-small {
    margin-right: 66.66667%; }
  .order-first\@desktop-small {
    -moz-order: -1;
    order: -1; }
  .order-8\@desktop-small {
    -moz-order: 8;
    order: 8; }
  .order-last\@desktop-small {
    -moz-order: 9999;
    order: 9999; }
  .gr-9\@desktop-small {
    flex-basis: 75%;
    max-width: 75%; }
  .push-9\@desktop-small {
    left: 75%;
    right: auto; }
  .pull-9\@desktop-small {
    right: 75%;
    left: auto; }
  .prefix-9\@desktop-small {
    margin-left: 75%; }
  .suffix-9\@desktop-small {
    margin-right: 75%; }
  .order-first\@desktop-small {
    -moz-order: -1;
    order: -1; }
  .order-9\@desktop-small {
    -moz-order: 9;
    order: 9; }
  .order-last\@desktop-small {
    -moz-order: 9999;
    order: 9999; }
  .gr-10\@desktop-small {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .push-10\@desktop-small {
    left: 83.33333%;
    right: auto; }
  .pull-10\@desktop-small {
    right: 83.33333%;
    left: auto; }
  .prefix-10\@desktop-small {
    margin-left: 83.33333%; }
  .suffix-10\@desktop-small {
    margin-right: 83.33333%; }
  .order-first\@desktop-small {
    -moz-order: -1;
    order: -1; }
  .order-10\@desktop-small {
    -moz-order: 10;
    order: 10; }
  .order-last\@desktop-small {
    -moz-order: 9999;
    order: 9999; }
  .gr-11\@desktop-small {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .push-11\@desktop-small {
    left: 91.66667%;
    right: auto; }
  .pull-11\@desktop-small {
    right: 91.66667%;
    left: auto; }
  .prefix-11\@desktop-small {
    margin-left: 91.66667%; }
  .suffix-11\@desktop-small {
    margin-right: 91.66667%; }
  .order-first\@desktop-small {
    -moz-order: -1;
    order: -1; }
  .order-11\@desktop-small {
    -moz-order: 11;
    order: 11; }
  .order-last\@desktop-small {
    -moz-order: 9999;
    order: 9999; }
  .gr-12\@desktop-small {
    flex-basis: 100%;
    max-width: 100%; }
  .push-12\@desktop-small {
    left: 100%;
    right: auto; }
  .pull-12\@desktop-small {
    right: 100%;
    left: auto; }
  .prefix-12\@desktop-small {
    margin-left: 100%; }
  .suffix-12\@desktop-small {
    margin-right: 100%; }
  .order-first\@desktop-small {
    -moz-order: -1;
    order: -1; }
  .order-12\@desktop-small {
    -moz-order: 12;
    order: 12; }
  .order-last\@desktop-small {
    -moz-order: 9999;
    order: 9999; }
  .float-left\@desktop-small {
    float: left; }
  .float-right\@desktop-small {
    float: right; }
  .clear\@desktop-small {
    clear: both; }
  .clear-left\@desktop-small {
    clear: left; }
  .clear-right\@desktop-small {
    clear: right; }
  .no-gutter\@desktop-small {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .no-gutter-left\@desktop-small {
    padding-left: 0; }
  .no-gutter-right\@desktop-small {
    padding-right: 0; }
  .no-gutter-top\@desktop-small {
    padding-top: 0; }
  .no-gutter-bottom\@desktop-small {
    padding-bottom: 0; }
  .gutter\@desktop-small {
    padding-right: 8px;
    padding-left: 8px; }
  .gutter-left\@desktop-small {
    padding-left: 8px; }
  .gutter-right\@desktop-small {
    padding-right: 8px; }
  .auto-height\@desktop-small {
    height: inherit; }
  .row\@desktop-small {
    -moz-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
    [class*="no-gutter"] > .row\@desktop-small {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-reverse\@desktop-small {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
    [class*="no-gutter"] > .row-reverse\@desktop-small {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-full\@desktop-small {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    transform: translateX(-50%); }
  .col\@desktop-small {
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
  .col-reverse\@desktop-small {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
  .row-align-left\@desktop-small {
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .row-align-center\@desktop-small {
    -moz-justify-content: center;
    justify-content: center; }
  .row-align-right\@desktop-small {
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .row-align-middle\@desktop-small {
    -moz-align-items: center;
    align-items: center; }
  .row-align-top\@desktop-small {
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .row-align-bottom\@desktop-small {
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .row-align-around\@desktop-small {
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .row-align-between\@desktop-small {
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .hide\@desktop-small {
    display: none; }
  .not-visible\@desktop-small {
    visibility: hidden; }
  .show\@desktop-small {
    display: block; }
  .show-inline\@desktop-small {
    display: inline-block; }
  .visible\@desktop-small {
    visibility: visible; }
  .row-debug\@desktop-small {
    position: relative;
    z-index: 99999;
    overflow: hidden; }
    .row-debug\@desktop-small:before {
      pointer-events: none;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 99999px;
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
      background-size: 16.66667% 100%;
      z-index: 99999; }
  body {
    direction: ltr; } }

@media screen and (min-width: 1600px) {
  .gr-0\@desktop {
    flex-basis: 0%;
    max-width: 0%; }
  .push-0\@desktop {
    left: 0%;
    right: auto; }
  .pull-0\@desktop {
    right: 0%;
    left: auto; }
  .prefix-0\@desktop {
    margin-left: 0%; }
  .suffix-0\@desktop {
    margin-right: 0%; }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1; }
  .order-0\@desktop {
    -moz-order: 0;
    order: 0; }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999; }
  .gr-1\@desktop {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .push-1\@desktop {
    left: 8.33333%;
    right: auto; }
  .pull-1\@desktop {
    right: 8.33333%;
    left: auto; }
  .prefix-1\@desktop {
    margin-left: 8.33333%; }
  .suffix-1\@desktop {
    margin-right: 8.33333%; }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1; }
  .order-1\@desktop {
    -moz-order: 1;
    order: 1; }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999; }
  .gr-2\@desktop {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .push-2\@desktop {
    left: 16.66667%;
    right: auto; }
  .pull-2\@desktop {
    right: 16.66667%;
    left: auto; }
  .prefix-2\@desktop {
    margin-left: 16.66667%; }
  .suffix-2\@desktop {
    margin-right: 16.66667%; }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1; }
  .order-2\@desktop {
    -moz-order: 2;
    order: 2; }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999; }
  .gr-3\@desktop {
    flex-basis: 25%;
    max-width: 25%; }
  .push-3\@desktop {
    left: 25%;
    right: auto; }
  .pull-3\@desktop {
    right: 25%;
    left: auto; }
  .prefix-3\@desktop {
    margin-left: 25%; }
  .suffix-3\@desktop {
    margin-right: 25%; }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1; }
  .order-3\@desktop {
    -moz-order: 3;
    order: 3; }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999; }
  .gr-4\@desktop {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .push-4\@desktop {
    left: 33.33333%;
    right: auto; }
  .pull-4\@desktop {
    right: 33.33333%;
    left: auto; }
  .prefix-4\@desktop {
    margin-left: 33.33333%; }
  .suffix-4\@desktop {
    margin-right: 33.33333%; }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1; }
  .order-4\@desktop {
    -moz-order: 4;
    order: 4; }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999; }
  .gr-5\@desktop {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .push-5\@desktop {
    left: 41.66667%;
    right: auto; }
  .pull-5\@desktop {
    right: 41.66667%;
    left: auto; }
  .prefix-5\@desktop {
    margin-left: 41.66667%; }
  .suffix-5\@desktop {
    margin-right: 41.66667%; }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1; }
  .order-5\@desktop {
    -moz-order: 5;
    order: 5; }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999; }
  .gr-6\@desktop {
    flex-basis: 50%;
    max-width: 50%; }
  .push-6\@desktop {
    left: 50%;
    right: auto; }
  .pull-6\@desktop {
    right: 50%;
    left: auto; }
  .prefix-6\@desktop {
    margin-left: 50%; }
  .suffix-6\@desktop {
    margin-right: 50%; }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1; }
  .order-6\@desktop {
    -moz-order: 6;
    order: 6; }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999; }
  .gr-7\@desktop {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .push-7\@desktop {
    left: 58.33333%;
    right: auto; }
  .pull-7\@desktop {
    right: 58.33333%;
    left: auto; }
  .prefix-7\@desktop {
    margin-left: 58.33333%; }
  .suffix-7\@desktop {
    margin-right: 58.33333%; }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1; }
  .order-7\@desktop {
    -moz-order: 7;
    order: 7; }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999; }
  .gr-8\@desktop {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .push-8\@desktop {
    left: 66.66667%;
    right: auto; }
  .pull-8\@desktop {
    right: 66.66667%;
    left: auto; }
  .prefix-8\@desktop {
    margin-left: 66.66667%; }
  .suffix-8\@desktop {
    margin-right: 66.66667%; }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1; }
  .order-8\@desktop {
    -moz-order: 8;
    order: 8; }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999; }
  .gr-9\@desktop {
    flex-basis: 75%;
    max-width: 75%; }
  .push-9\@desktop {
    left: 75%;
    right: auto; }
  .pull-9\@desktop {
    right: 75%;
    left: auto; }
  .prefix-9\@desktop {
    margin-left: 75%; }
  .suffix-9\@desktop {
    margin-right: 75%; }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1; }
  .order-9\@desktop {
    -moz-order: 9;
    order: 9; }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999; }
  .gr-10\@desktop {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .push-10\@desktop {
    left: 83.33333%;
    right: auto; }
  .pull-10\@desktop {
    right: 83.33333%;
    left: auto; }
  .prefix-10\@desktop {
    margin-left: 83.33333%; }
  .suffix-10\@desktop {
    margin-right: 83.33333%; }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1; }
  .order-10\@desktop {
    -moz-order: 10;
    order: 10; }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999; }
  .gr-11\@desktop {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .push-11\@desktop {
    left: 91.66667%;
    right: auto; }
  .pull-11\@desktop {
    right: 91.66667%;
    left: auto; }
  .prefix-11\@desktop {
    margin-left: 91.66667%; }
  .suffix-11\@desktop {
    margin-right: 91.66667%; }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1; }
  .order-11\@desktop {
    -moz-order: 11;
    order: 11; }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999; }
  .gr-12\@desktop {
    flex-basis: 100%;
    max-width: 100%; }
  .push-12\@desktop {
    left: 100%;
    right: auto; }
  .pull-12\@desktop {
    right: 100%;
    left: auto; }
  .prefix-12\@desktop {
    margin-left: 100%; }
  .suffix-12\@desktop {
    margin-right: 100%; }
  .order-first\@desktop {
    -moz-order: -1;
    order: -1; }
  .order-12\@desktop {
    -moz-order: 12;
    order: 12; }
  .order-last\@desktop {
    -moz-order: 9999;
    order: 9999; }
  .float-left\@desktop {
    float: left; }
  .float-right\@desktop {
    float: right; }
  .clear\@desktop {
    clear: both; }
  .clear-left\@desktop {
    clear: left; }
  .clear-right\@desktop {
    clear: right; }
  .no-gutter\@desktop {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .no-gutter-left\@desktop {
    padding-left: 0; }
  .no-gutter-right\@desktop {
    padding-right: 0; }
  .no-gutter-top\@desktop {
    padding-top: 0; }
  .no-gutter-bottom\@desktop {
    padding-bottom: 0; }
  .gutter\@desktop {
    padding-right: 8px;
    padding-left: 8px; }
  .gutter-left\@desktop {
    padding-left: 8px; }
  .gutter-right\@desktop {
    padding-right: 8px; }
  .auto-height\@desktop {
    height: inherit; }
  .row\@desktop {
    -moz-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
    [class*="no-gutter"] > .row\@desktop {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-reverse\@desktop {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
    [class*="no-gutter"] > .row-reverse\@desktop {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-full\@desktop {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    transform: translateX(-50%); }
  .col\@desktop {
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
  .col-reverse\@desktop {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
  .row-align-left\@desktop {
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .row-align-center\@desktop {
    -moz-justify-content: center;
    justify-content: center; }
  .row-align-right\@desktop {
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .row-align-middle\@desktop {
    -moz-align-items: center;
    align-items: center; }
  .row-align-top\@desktop {
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .row-align-bottom\@desktop {
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .row-align-around\@desktop {
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .row-align-between\@desktop {
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .hide\@desktop {
    display: none; }
  .not-visible\@desktop {
    visibility: hidden; }
  .show\@desktop {
    display: block; }
  .show-inline\@desktop {
    display: inline-block; }
  .visible\@desktop {
    visibility: visible; }
  .row-debug\@desktop {
    position: relative;
    z-index: 99999;
    overflow: hidden; }
    .row-debug\@desktop:before {
      pointer-events: none;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 99999px;
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
      background-size: 16.66667% 100%;
      z-index: 99999; }
  body {
    direction: ltr; } }

@media screen and (min-width: 1800px) {
  .gr-0\@desktop-large {
    flex-basis: 0%;
    max-width: 0%; }
  .push-0\@desktop-large {
    left: 0%;
    right: auto; }
  .pull-0\@desktop-large {
    right: 0%;
    left: auto; }
  .prefix-0\@desktop-large {
    margin-left: 0%; }
  .suffix-0\@desktop-large {
    margin-right: 0%; }
  .order-first\@desktop-large {
    -moz-order: -1;
    order: -1; }
  .order-0\@desktop-large {
    -moz-order: 0;
    order: 0; }
  .order-last\@desktop-large {
    -moz-order: 9999;
    order: 9999; }
  .gr-1\@desktop-large {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .push-1\@desktop-large {
    left: 8.33333%;
    right: auto; }
  .pull-1\@desktop-large {
    right: 8.33333%;
    left: auto; }
  .prefix-1\@desktop-large {
    margin-left: 8.33333%; }
  .suffix-1\@desktop-large {
    margin-right: 8.33333%; }
  .order-first\@desktop-large {
    -moz-order: -1;
    order: -1; }
  .order-1\@desktop-large {
    -moz-order: 1;
    order: 1; }
  .order-last\@desktop-large {
    -moz-order: 9999;
    order: 9999; }
  .gr-2\@desktop-large {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .push-2\@desktop-large {
    left: 16.66667%;
    right: auto; }
  .pull-2\@desktop-large {
    right: 16.66667%;
    left: auto; }
  .prefix-2\@desktop-large {
    margin-left: 16.66667%; }
  .suffix-2\@desktop-large {
    margin-right: 16.66667%; }
  .order-first\@desktop-large {
    -moz-order: -1;
    order: -1; }
  .order-2\@desktop-large {
    -moz-order: 2;
    order: 2; }
  .order-last\@desktop-large {
    -moz-order: 9999;
    order: 9999; }
  .gr-3\@desktop-large {
    flex-basis: 25%;
    max-width: 25%; }
  .push-3\@desktop-large {
    left: 25%;
    right: auto; }
  .pull-3\@desktop-large {
    right: 25%;
    left: auto; }
  .prefix-3\@desktop-large {
    margin-left: 25%; }
  .suffix-3\@desktop-large {
    margin-right: 25%; }
  .order-first\@desktop-large {
    -moz-order: -1;
    order: -1; }
  .order-3\@desktop-large {
    -moz-order: 3;
    order: 3; }
  .order-last\@desktop-large {
    -moz-order: 9999;
    order: 9999; }
  .gr-4\@desktop-large {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .push-4\@desktop-large {
    left: 33.33333%;
    right: auto; }
  .pull-4\@desktop-large {
    right: 33.33333%;
    left: auto; }
  .prefix-4\@desktop-large {
    margin-left: 33.33333%; }
  .suffix-4\@desktop-large {
    margin-right: 33.33333%; }
  .order-first\@desktop-large {
    -moz-order: -1;
    order: -1; }
  .order-4\@desktop-large {
    -moz-order: 4;
    order: 4; }
  .order-last\@desktop-large {
    -moz-order: 9999;
    order: 9999; }
  .gr-5\@desktop-large {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .push-5\@desktop-large {
    left: 41.66667%;
    right: auto; }
  .pull-5\@desktop-large {
    right: 41.66667%;
    left: auto; }
  .prefix-5\@desktop-large {
    margin-left: 41.66667%; }
  .suffix-5\@desktop-large {
    margin-right: 41.66667%; }
  .order-first\@desktop-large {
    -moz-order: -1;
    order: -1; }
  .order-5\@desktop-large {
    -moz-order: 5;
    order: 5; }
  .order-last\@desktop-large {
    -moz-order: 9999;
    order: 9999; }
  .gr-6\@desktop-large {
    flex-basis: 50%;
    max-width: 50%; }
  .push-6\@desktop-large {
    left: 50%;
    right: auto; }
  .pull-6\@desktop-large {
    right: 50%;
    left: auto; }
  .prefix-6\@desktop-large {
    margin-left: 50%; }
  .suffix-6\@desktop-large {
    margin-right: 50%; }
  .order-first\@desktop-large {
    -moz-order: -1;
    order: -1; }
  .order-6\@desktop-large {
    -moz-order: 6;
    order: 6; }
  .order-last\@desktop-large {
    -moz-order: 9999;
    order: 9999; }
  .gr-7\@desktop-large {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .push-7\@desktop-large {
    left: 58.33333%;
    right: auto; }
  .pull-7\@desktop-large {
    right: 58.33333%;
    left: auto; }
  .prefix-7\@desktop-large {
    margin-left: 58.33333%; }
  .suffix-7\@desktop-large {
    margin-right: 58.33333%; }
  .order-first\@desktop-large {
    -moz-order: -1;
    order: -1; }
  .order-7\@desktop-large {
    -moz-order: 7;
    order: 7; }
  .order-last\@desktop-large {
    -moz-order: 9999;
    order: 9999; }
  .gr-8\@desktop-large {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .push-8\@desktop-large {
    left: 66.66667%;
    right: auto; }
  .pull-8\@desktop-large {
    right: 66.66667%;
    left: auto; }
  .prefix-8\@desktop-large {
    margin-left: 66.66667%; }
  .suffix-8\@desktop-large {
    margin-right: 66.66667%; }
  .order-first\@desktop-large {
    -moz-order: -1;
    order: -1; }
  .order-8\@desktop-large {
    -moz-order: 8;
    order: 8; }
  .order-last\@desktop-large {
    -moz-order: 9999;
    order: 9999; }
  .gr-9\@desktop-large {
    flex-basis: 75%;
    max-width: 75%; }
  .push-9\@desktop-large {
    left: 75%;
    right: auto; }
  .pull-9\@desktop-large {
    right: 75%;
    left: auto; }
  .prefix-9\@desktop-large {
    margin-left: 75%; }
  .suffix-9\@desktop-large {
    margin-right: 75%; }
  .order-first\@desktop-large {
    -moz-order: -1;
    order: -1; }
  .order-9\@desktop-large {
    -moz-order: 9;
    order: 9; }
  .order-last\@desktop-large {
    -moz-order: 9999;
    order: 9999; }
  .gr-10\@desktop-large {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .push-10\@desktop-large {
    left: 83.33333%;
    right: auto; }
  .pull-10\@desktop-large {
    right: 83.33333%;
    left: auto; }
  .prefix-10\@desktop-large {
    margin-left: 83.33333%; }
  .suffix-10\@desktop-large {
    margin-right: 83.33333%; }
  .order-first\@desktop-large {
    -moz-order: -1;
    order: -1; }
  .order-10\@desktop-large {
    -moz-order: 10;
    order: 10; }
  .order-last\@desktop-large {
    -moz-order: 9999;
    order: 9999; }
  .gr-11\@desktop-large {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .push-11\@desktop-large {
    left: 91.66667%;
    right: auto; }
  .pull-11\@desktop-large {
    right: 91.66667%;
    left: auto; }
  .prefix-11\@desktop-large {
    margin-left: 91.66667%; }
  .suffix-11\@desktop-large {
    margin-right: 91.66667%; }
  .order-first\@desktop-large {
    -moz-order: -1;
    order: -1; }
  .order-11\@desktop-large {
    -moz-order: 11;
    order: 11; }
  .order-last\@desktop-large {
    -moz-order: 9999;
    order: 9999; }
  .gr-12\@desktop-large {
    flex-basis: 100%;
    max-width: 100%; }
  .push-12\@desktop-large {
    left: 100%;
    right: auto; }
  .pull-12\@desktop-large {
    right: 100%;
    left: auto; }
  .prefix-12\@desktop-large {
    margin-left: 100%; }
  .suffix-12\@desktop-large {
    margin-right: 100%; }
  .order-first\@desktop-large {
    -moz-order: -1;
    order: -1; }
  .order-12\@desktop-large {
    -moz-order: 12;
    order: 12; }
  .order-last\@desktop-large {
    -moz-order: 9999;
    order: 9999; }
  .float-left\@desktop-large {
    float: left; }
  .float-right\@desktop-large {
    float: right; }
  .clear\@desktop-large {
    clear: both; }
  .clear-left\@desktop-large {
    clear: left; }
  .clear-right\@desktop-large {
    clear: right; }
  .no-gutter\@desktop-large {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .no-gutter-left\@desktop-large {
    padding-left: 0; }
  .no-gutter-right\@desktop-large {
    padding-right: 0; }
  .no-gutter-top\@desktop-large {
    padding-top: 0; }
  .no-gutter-bottom\@desktop-large {
    padding-bottom: 0; }
  .gutter\@desktop-large {
    padding-right: 8px;
    padding-left: 8px; }
  .gutter-left\@desktop-large {
    padding-left: 8px; }
  .gutter-right\@desktop-large {
    padding-right: 8px; }
  .auto-height\@desktop-large {
    height: inherit; }
  .row\@desktop-large {
    -moz-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
    [class*="no-gutter"] > .row\@desktop-large {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-reverse\@desktop-large {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
    [class*="no-gutter"] > .row-reverse\@desktop-large {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-full\@desktop-large {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    transform: translateX(-50%); }
  .col\@desktop-large {
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
  .col-reverse\@desktop-large {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px;
    margin-right: -8px; }
  .row-align-left\@desktop-large {
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .row-align-center\@desktop-large {
    -moz-justify-content: center;
    justify-content: center; }
  .row-align-right\@desktop-large {
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .row-align-middle\@desktop-large {
    -moz-align-items: center;
    align-items: center; }
  .row-align-top\@desktop-large {
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .row-align-bottom\@desktop-large {
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .row-align-around\@desktop-large {
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .row-align-between\@desktop-large {
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .hide\@desktop-large {
    display: none; }
  .not-visible\@desktop-large {
    visibility: hidden; }
  .show\@desktop-large {
    display: block; }
  .show-inline\@desktop-large {
    display: inline-block; }
  .visible\@desktop-large {
    visibility: visible; }
  .row-debug\@desktop-large {
    position: relative;
    z-index: 99999;
    overflow: hidden; }
    .row-debug\@desktop-large:before {
      pointer-events: none;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 99999px;
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
      background-size: 16.66667% 100%;
      z-index: 99999; }
  body {
    direction: ltr; } }

[class*="gr"] > [class*="row"],
[class*="gr"] > [class*="col"] {
  margin-left: -8px;
  margin-right: -8px; }

@media screen and (max-width: 480px) {
  [class*="gr"] > [class*="row"],
  [class*="gr"] > [class*="col"] {
    margin-left: -8px;
    margin-right: -8px; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  [class*="gr"] > [class*="row"],
  [class*="gr"] > [class*="col"] {
    margin-left: -8px;
    margin-right: -8px; } }

@media screen and (min-width: 768px) {
  [class*="gr"] > [class*="row"],
  [class*="gr"] > [class*="col"] {
    margin-left: -8px;
    margin-right: -8px; } }

@media screen and (min-width: 1025px) {
  [class*="gr"] > [class*="row"],
  [class*="gr"] > [class*="col"] {
    margin-left: -8px;
    margin-right: -8px; } }

@media screen and (min-width: 1205px) {
  [class*="gr"] > [class*="row"],
  [class*="gr"] > [class*="col"] {
    margin-left: -8px;
    margin-right: -8px; } }

@media screen and (min-width: 1600px) {
  [class*="gr"] > [class*="row"],
  [class*="gr"] > [class*="col"] {
    margin-left: -8px;
    margin-right: -8px; } }

@media screen and (min-width: 1800px) {
  [class*="gr"] > [class*="row"],
  [class*="gr"] > [class*="col"] {
    margin-left: -8px;
    margin-right: -8px; } }

.main-container {
  padding: 20px;
  width: 100%;
  margin: 0; }
  @media only screen and (min-width: 1320px) {
    .main-container {
      padding: 0;
      width: 1300px;
      margin: 0 auto 35px; } }
  .main-container__row {
    display: flex;
    flex-direction: column;
    margin: 0 auto 35px; }
    @media only screen and (min-width: 1320px) {
      .main-container__row {
        flex-direction: row; } }
  .main-container__col {
    width: 100%; }
  .main-container__aside {
    width: 100%; }
    @media only screen and (min-width: 1320px) {
      .main-container__aside {
        width: 565px; } }

* {
  box-sizing: border-box; }

body,
html {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  color: #000; }

body {
  margin: 0 auto;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased; }
  body.fixed {
    position: fixed; }

main {
  background: #fff; }

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

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul li {
    padding: 0;
    margin: 0; }
  ul.two-col {
    display: block;
    width: 100%;
    overflow: hidden; }
    ul.two-col li {
      float: left;
      width: 50%; }

a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease-in-out; }
  a:hover {
    color: #ff5d1c; }
  a p {
    color: #000; }

.btn {
  background: #797979;
  color: #fff;
  font-size: 13px;
  font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  padding: 16px 25px;
  transition: 0.15s ease 0s; }
  .btn:hover {
    cursor: pointer;
    background: #676767; }
  .btn:focus {
    border: 1px solid #ff5d1c; }
  .btn.book {
    position: relative;
    padding-right: 50px; }
    .btn.book:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 43px;
      height: 42px;
      background-image: url("../img/icons-54-std-2.d4020699701a.png");
      background-size: 740px;
      background-position: 55px 239px; }
  .btn--uppercase {
    text-transform: uppercase; }

p {
  margin: 0 0 16px; }

form {
  font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif; }
  form input,
  form textarea {
    font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif; }
  form input::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    color: #808080;
    font-size: 14px; }

.introduction {
  color: #000;
  border-top: 1px solid #ccc;
  padding-top: 16px;
  margin-bottom: 32px;
  font-size: 18px; }
  .introduction p {
    max-width: 936px;
    font-size: 18px; }
  .introduction ul,
  .introduction li {
    font-size: 18px; }

.body-text-copy-warning {
  font-size: 16px; }
  .body-text-copy-warning__border-bottom {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px; }

.body-text {
  max-width: 736px;
  font-size: 16px; }

.body-text ul,
.body-text-copy-warning ul,
.introduction ul {
  list-style-type: disc;
  margin-bottom: 25px;
  margin-left: 1.1em; }

.body-text ol,
.body-text-copy-warning ol,
.introduction ol {
  padding-left: 1.1em; }

.body-text a,
.body-text-copy-warning a,
.introduction a,
.second-col a,
.imported-text a {
  color: #000;
  font-weight: 600;
  text-decoration: underline; }
  .body-text a:hover,
  .body-text-copy-warning a:hover,
  .introduction a:hover,
  .second-col a:hover,
  .imported-text a:hover {
    color: #ff5d1c; }

.banner-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 16px; }

.map {
  width: 100%;
  height: 200px; }

.toggle-more,
.toggle-hide {
  color: #0096ff;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold; }

.toggle-more-container {
  padding-top: 16px; }

a.btn-link {
  color: #fff; }
  a.btn-link:hover {
    border: 0px;
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  margin: 0 0 16px; }

h1 {
  font-size: 25px;
  display: block;
  width: 100%; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 50px; } }

h2 {
  font-size: 28px;
  font-weight: normal; }

h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 8px; }

h4,
h5,
h6 {
  font-size: 16px; }

.second-col h2,
.third-col h2 {
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px 8px;
  margin: 0;
  font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  font-weight: bold; }

.second-col h3,
.third-col h3 {
  font-size: 16px;
  margin: 0 0 4px;
  font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif; }

.second-col h4,
.second-col h5,
.third-col h4,
.third-col h5 {
  font-size: 12px;
  margin: 4px 0 0;
  font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  text-transform: uppercase; }

.profile-item h3 {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 1.2;
  font-weight: bold; }

.tabs {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  border: 0; }
  .tabs ul li {
    display: inline-block;
    padding: 0;
    margin: 0 16px 0 0;
    cursor: pointer;
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    border: 0; }
    .tabs ul li.current {
      border-bottom: 4px solid #ff00dc; }
      .tabs ul li.current:hover {
        color: #555555; }
    .tabs ul li:hover {
      color: #ff00dc; }

.tab-content {
  display: none; }
  .tab-content.current {
    display: inherit; }

/** Secondary column **/
.third-col .tabs {
  padding: 0 10px; }

.tabs-featured {
  margin: 0 0 32px; }
  .tabs-featured .tabs {
    margin: 0; }
    .tabs-featured .tabs ul {
      display: flex;
      flex-direction: row; }
    .tabs-featured .tabs li {
      flex: 0 0 auto;
      flex-basis: 33.333%;
      background-color: #f2f2f2;
      border: 0;
      border-right: 1px solid #464646;
      margin: 0;
      text-transform: uppercase;
      font-weight: normal; }
      .tabs-featured .tabs li a {
        display: block;
        padding: 16px; }
      .tabs-featured .tabs li:last-child {
        border: 0; }
      .tabs-featured .tabs li:hover {
        background-color: #ff00dc; }
        .tabs-featured .tabs li:hover a {
          color: #ffffff; }
    .tabs-featured .tabs .current {
      background-color: #d9d9d9;
      border-bottom: 0;
      color: #000000;
      cursor: default; }
      .tabs-featured .tabs .current:hover {
        background-color: #d9d9d9; }
        .tabs-featured .tabs .current:hover a {
          color: #000000; }
  .tabs-featured .tab-content {
    background-color: #d9d9d9;
    padding: 16px;
    color: #222; }

.page-tabs ul {
  display: flex;
  flex-direction: row; }
  .page-tabs ul li {
    flex: 1 1 auto;
    border-right: 1px solid #a2a2a2; }
    .page-tabs ul li:last-child {
      border-right: 0; }
    .page-tabs ul li a {
      display: block;
      padding: 12px 16px 16px;
      text-transform: uppercase;
      font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
      background-color: #f2f2f2; }
      .page-tabs ul li a:hover {
        background-color: #ff00dc;
        color: #ffffff; }
      .page-tabs ul li a.current {
        background-color: #d9d9d9;
        color: #000000; }
        .page-tabs ul li a.current:hover {
          background-color: #d9d9d9;
          color: #000000; }

.dropdown {
  position: relative;
  padding-right: 40px; }
  .dropdown:after {
    background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
    background-position: -48.5px -48.5px;
    background-size: 264px 156px;
    width: 23px;
    height: 13px;
    content: ' ';
    position: absolute;
    top: 4px;
    right: 8px;
    visibility: visible; }
  .dropdown ul {
    transform: translate3d(0, -1000%, 0);
    z-index: 10;
    opacity: 0;
    position: absolute;
    font-size: 1em;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
    transition: opacity .2s ease-in-out; }
  .dropdown li {
    display: block; }
    .dropdown li a {
      display: block;
      padding: 10px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 0.85em;
      background: rgba(255, 255, 255, 0.95); }
    .dropdown li:last-child a {
      border-bottom: 0; }
  .dropdown:hover ul {
    transform: translate3d(0, 0%, 0);
    opacity: 1; }

.divided-list li a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 10px 0; }
  .divided-list li a:hover {
    color: #0096ff; }
    .divided-list li a:hover img {
      opacity: 0.8; }
  .divided-list li a img {
    display: block;
    margin-top: 8px;
    transition: opacity 0.2s ease 0s; }

.divided-list li:last-child a {
  border-bottom: 0; }

.image-listing .image-title-list {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  font-size: 16px; }
  @media screen and (max-width: 480px) {
    .image-listing .image-title-list {
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .image-listing .image-title-list {
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }
  @media screen and (min-width: 1600px) {
    .image-listing .image-title-list {
      flex-basis: 25%;
      max-width: 25%; } }

.image-listing .image-container {
  margin: 0 0 8px;
  background: #000000; }
  .image-listing .image-container img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.2s ease-in-out;
    backface-visibility: hidden; }

.image-listing h3 {
  margin: 0; }

.image-listing .meta {
  display: block;
  transition: color 0.2s ease-in-out; }
  .image-listing .meta__date {
    font-weight: bold;
    color: #000000; }

.image-listing a:hover .meta__date {
  color: #ff00dc; }

.image-listing a:hover img {
  opacity: 0.8; }

.primary-col .image-listing .image-title-list {
  flex-basis: 100%;
  max-width: 100%; }
  @media screen and (max-width: 480px) {
    .primary-col .image-listing .image-title-list {
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .primary-col .image-listing .image-title-list {
      flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (min-width: 1600px) {
    .primary-col .image-listing .image-title-list {
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }

.profile-listing {
  width: 100%; }
  .profile-listing .profile-item {
    flex-basis: 50%;
    max-width: 50%;
    overflow: hidden;
    margin-bottom: 8px; }
    @media screen and (max-width: 480px) {
      .profile-listing .profile-item {
        flex-basis: 50%;
        max-width: 50%; } }
    @media screen and (min-width: 1025px) {
      .profile-listing .profile-item {
        flex-basis: 25%;
        max-width: 25%; } }
    @media screen and (min-width: 1600px) {
      .profile-listing .profile-item {
        flex-basis: 16.66667%;
        max-width: 16.66667%; } }
    .profile-listing .profile-item a:hover h3 {
      color: #ff00dc; }
    .profile-listing .profile-item a:hover img {
      opacity: 0.8; }
    .profile-listing .profile-item .profile-item-container {
      padding: 0;
      height: 100%;
      position: relative; }
    .profile-listing .profile-item .image-container {
      background: #000000;
      margin-bottom: 8px; }
    .profile-listing .profile-item img {
      display: block;
      width: 100%;
      height: auto;
      transition: opacity 0.2s ease 0s; }
    .profile-listing .profile-item .role {
      color: #000000;
      text-transform: uppercase;
      font-size: 12px;
      margin-bottom: 4px;
      font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
      line-height: 1.2; }
    .profile-listing .profile-item .contact {
      position: absolute;
      left: 16px;
      bottom: 16px;
      padding-left: 20px; }
      .profile-listing .profile-item .contact:after {
        content: '';
        position: absolute;
        left: 0;
        top: 3px;
        width: 15px;
        height: 15px;
        background-image: url("../img/person.862d5c581888.png");
        background-size: cover; }

.tag-list {
  margin: 0 auto; }
  .tag-list li {
    display: inline-block;
    background: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    transition: background-color 0.2s ease-in-out; }
    .tag-list li a {
      display: block;
      padding: 5px 16px;
      transition: color 0.2s ease-in-out; }
    .tag-list li:hover {
      background: white; }

.related {
  background: #d5edfd;
  padding: 32px 0 16px; }
  .related h2 {
    text-transform: uppercase;
    font-size: 16px; }
  .related li {
    flex-basis: 100%;
    max-width: 100%; }
    @media screen and (max-width: 480px) {
      .related li {
        flex-basis: 100%;
        max-width: 100%; } }
    @media screen and (min-width: 768px) {
      .related li {
        flex-basis: 33.33333%;
        max-width: 33.33333%; } }
    @media screen and (min-width: 1600px) {
      .related li {
        flex-basis: 33.33333%;
        max-width: 33.33333%; } }
  .related p {
    font-size: 16px; }
  .related .meta {
    font-size: 12px; }

.footer-links {
  overflow: hidden;
  width: 100%;
  margin: 0 0 32px;
  padding: 8px 0;
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979; }
  .footer-links a {
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif; }

.announcement {
  margin: -11px 0 32px;
  padding: 0 0 16px 0;
  width: 100%;
  color: #fff;
  display: block;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .announcement {
      margin: -32px 0 32px;
      padding: 16px 0 16px 0;
      text-align: center; } }
  .announcement .announcement-priority {
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-style: normal;
    text-transform: uppercase;
    background: #0096ff;
    padding: 11px 16px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 20px; }
    @media screen and (min-width: 768px) {
      .announcement .announcement-priority {
        width: 17%; } }
  .announcement .announcement-content {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 17px;
    width: 100%;
    text-align: left;
    background: #464646;
    padding: 14px 20px; }
    .announcement .announcement-content p {
      padding: 0;
      margin: 0; }
    @media screen and (min-width: 768px) {
      .announcement .announcement-content {
        width: 83%; } }
  .announcement .container {
    position: relative;
    background: #0096ff; }
  .announcement a {
    color: #ff00dc; }
    .announcement a:hover {
      color: #ffffff; }

.dismiss {
  position: absolute;
  top: 12px;
  right: 0;
  background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
  background-size: 132px 78px;
  width: 12px;
  height: 12px;
  content: " ";
  display: inline-block;
  overflow: hidden;
  text-indent: -2000px;
  visibility: visible;
  background-position: -77.75px -6.25px;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .dismiss {
      position: relative;
      top: 4px;
      left: 16px;
      background-size: 264px 156px;
      background-position: -155.5px -12.5px;
      width: 23px;
      height: 23px; } }
  .dismiss:hover {
    background-position: -155.5px 35.5px; }

.calendar {
  display: none;
  flex-basis: 100%;
  max-width: 100%;
  background-color: #f2f2f2;
  padding: 32px 0; }
  .calendar .calendar-container {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 16px;
    overflow: hidden; }
    @media screen and (max-width: 480px) {
      .calendar .calendar-container {
        flex-basis: 100%;
        max-width: 100%; } }
    @media screen and (min-width: 768px) {
      .calendar .calendar-container {
        flex-basis: 50%;
        max-width: 50%; } }
    @media screen and (min-width: 1600px) {
      .calendar .calendar-container {
        flex-basis: 50%;
        max-width: 50%; } }
  .calendar .month {
    padding: 32px 16px;
    background: #0096ff; }
    .calendar .month ul {
      margin: 0;
      padding: 0; }
      .calendar .month ul li {
        color: white;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 3px; }
    .calendar .month .prev {
      float: left;
      padding-top: 10px; }
    .calendar .month .next {
      float: right;
      padding-top: 10px; }
  .calendar .weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #ddd; }
    .calendar .weekdays li {
      display: inline-block;
      width: 13.6%;
      color: #666;
      text-align: center; }
  .calendar .days {
    padding: 10px 0;
    background: #eee;
    margin: 0; }
    .calendar .days li {
      list-style-type: none;
      display: inline-block;
      width: 13.6%;
      text-align: center;
      margin-bottom: 5px;
      font-size: 12px;
      color: #777; }
      .calendar .days li .active {
        position: relative;
        display: inline-block;
        width: 25px;
        padding: 5px;
        background: #0096ff;
        color: white !important;
        cursor: pointer; }
        .calendar .days li .active:hover {
          background: #ff00dc; }
          .calendar .days li .active:hover .event-detail {
            opacity: 1;
            display: block; }
        .calendar .days li .active .event-detail {
          pointer-events: none;
          opacity: 0;
          display: none;
          z-index: 2;
          position: absolute;
          top: 0;
          left: 36px;
          background: rgba(255, 255, 255, 0.9);
          padding: 8px 16px;
          width: 200px;
          display: block;
          color: #555555;
          text-align: left;
          transition: opacity .2s ease-in-out; }
          .calendar .days li .active .event-detail h2 {
            font-size: 18px;
            margin: 0;
            color: #000000; }

.google-calendar {
  flex-basis: 100%;
  max-width: 100%;
  background-color: #f2f2f2;
  padding: 48px 0 16px; }
  .google-calendar .calendar-list {
    margin: 0 0 32px;
    -moz-column-gap: 16px;
         column-gap: 16px; }
    @media screen and (min-width: 768px) {
      .google-calendar .calendar-list {
        -moz-column-count: 2;
             column-count: 2; } }
    @media screen and (min-width: 1600px) {
      .google-calendar .calendar-list {
        -moz-column-count: 3;
             column-count: 3; } }
    .google-calendar .calendar-list li {
      font-size: 15px; }
      .google-calendar .calendar-list li.day {
        -moz-column-break-inside: avoid;
             break-inside: avoid-column; }
        .google-calendar .calendar-list li.day li {
          border-bottom: 1px solid #ccc; }
          .google-calendar .calendar-list li.day li:first-child {
            margin-top: 16px !important; }
      .google-calendar .calendar-list li.heading {
        display: inline-block;
        padding: 4px;
        background: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 32px;
        margin-bottom: 16px;
        border: 0; }
        .google-calendar .calendar-list li.heading + li {
          border-top: 1px solid #ccc; }
      .google-calendar .calendar-list li a {
        padding: 4px;
        display: block;
        transition: background-color .2s ease-in-out; }
        .google-calendar .calendar-list li a .time {
          padding-right: 16px;
          font-weight: bold;
          display: inline-block;
          width: 70px; }
        .google-calendar .calendar-list li a:hover {
          background-color: #ffffff; }
      .google-calendar .calendar-list li:last-of-type a {
        border: 0; }

.filter-item {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  overflow: hidden; }

.filter {
  overflow: hidden;
  margin: 0 0 32px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .filter .title {
    display: none;
    margin-right: 16px;
    font-weight: bold; }
  .filter ul {
    display: inline-block; }
    .filter ul li {
      display: inline-block; }
      .filter ul li a {
        display: block;
        background-color: #f2f2f2;
        padding: 5px 10px;
        text-transform: uppercase;
        font-size: 13px;
        font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
        font-weight: normal; }
        .filter ul li a.selected {
          background-color: #ff00dc;
          color: #fff; }

.pane .pane-content {
  display: block;
  padding: 0 10px; }

.pane .view-all {
  display: block;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  margin-top: 10px;
  font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif; }

.pane.expandable h2 {
  position: relative;
  cursor: pointer; }
  .pane.expandable h2:after {
    content: '';
    width: 23px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 12px;
    background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
    background-position: -12.5px -48.5px;
    background-size: 264px 156px; }

.pane.active h2 {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc; }
  .pane.active h2:after {
    background-position: -48.5px -12.5px; }

.pane .pane-content-container {
  border-bottom: 1px solid #ccc;
  padding: 0 0 8px;
  margin: 0 0 8px; }
  .pane .pane-content-container:first-of-type {
    margin-top: 8px; }
  .pane .pane-content-container:last-of-type {
    border: none;
    margin: 0; }
  .pane .pane-content-container ul {
    font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif; }

.pane .pane-content-container-expandable h3 {
  position: relative; }
  .pane .pane-content-container-expandable h3:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
    background-position: -355px -1px;
    background-size: 132px 78px; }

.pane .pane-content-container-expandable.active h3:after {
  background-position: -205px 23px; }

.pane .pane-content-container-expandable.active .inner-expandable {
  display: block; }

.pane .pane-content-container-expandable .inner-expandable {
  display: none; }

.pane-primary,
.pane-secondary {
  font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  color: #fff; }
  .pane-primary h2,
  .pane-primary h3,
  .pane-primary h4,
  .pane-secondary h2,
  .pane-secondary h3,
  .pane-secondary h4 {
    color: #fff; }
  .pane-primary a h2,
  .pane-primary a h3,
  .pane-primary a h4,
  .pane-secondary a h2,
  .pane-secondary a h3,
  .pane-secondary a h4 {
    color: #fff; }
  .pane-primary a:hover,
  .pane-secondary a:hover {
    color: #0096ff; }

.pane-primary {
  background-color: rgba(70, 70, 70, 0.9);
  color: #fff; }
  .pane-primary h2 {
    background-color: #999; }
  .pane-primary a {
    color: #fff; }

.pane-secondary,
.pane-tertiary {
  background-color: #999;
  color: #222; }
  .pane-secondary h2,
  .pane-tertiary h2 {
    border-bottom: 1px solid #ccc; }
  .pane-secondary.active h2,
  .pane-tertiary.active h2 {
    border-bottom: 0; }
  .pane-secondary h3,
  .pane-tertiary h3 {
    color: #222; }
  .pane-secondary a,
  .pane-tertiary a {
    color: #222; }
    .pane-secondary a:hover,
    .pane-tertiary a:hover {
      color: #ff00dc; }

.pane-tertiary {
  background-color: #f2f2f2; }
  .pane-tertiary.expandable h2:after {
    background-position: -10.5px 107.5px; }
  .pane-tertiary.active h2:after {
    background-position: -48.5px 107.5px; }

.pane-secondary + .pane-primary {
  border-top: 1px solid #ccc; }

.pane-twitter {
  background: #d5edfd; }
  .pane-twitter h2 {
    color: #464646; }
  .pane-twitter .pane-content {
    margin-bottom: 10px;
    padding-bottom: 8px;
    padding-top: 16px;
    font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    max-height: 250px;
    overflow: scroll; }
    .pane-twitter .pane-content .tweet-avatar {
      display: none; }
    .pane-twitter .pane-content .tweet-time,
    .pane-twitter .pane-content .tweet-join {
      text-transform: uppercase;
      font-size: 12px;
      color: rgba(70, 70, 70, 0.7); }
      .pane-twitter .pane-content .tweet-time a,
      .pane-twitter .pane-content .tweet-join a {
        color: rgba(70, 70, 70, 0.7); }
    .pane-twitter .pane-content .tweet-text {
      display: block;
      padding-top: 4px;
      padding-bottom: 8px;
      margin: 0 0 8px;
      line-height: 1.3;
      border-bottom: 1px solid #ccc;
      word-wrap: break-word; }

.pane-noticeboard {
  margin: 0 0 32px; }
  .pane-noticeboard h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 16px;
    padding: 0 0 8px;
    border-bottom: 1px solid #ccc; }
  .pane-noticeboard .section {
    flex-basis: 50%;
    max-width: 50%;
    margin: 0 0 16px; }
    @media screen and (max-width: 480px) {
      .pane-noticeboard .section {
        flex-basis: 50%;
        max-width: 50%; } }
    @media screen and (min-width: 768px) {
      .pane-noticeboard .section {
        flex-basis: 50%;
        max-width: 50%; } }
    @media screen and (min-width: 1600px) {
      .pane-noticeboard .section {
        flex-basis: 50%;
        max-width: 50%; } }

.three-quarter-col.home .divided-list li a {
  position: relative;
  padding-left: 20px;
  background: transparent; }
  .three-quarter-col.home .divided-list li a:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 23px;
    height: 23px;
    transform: scale(0.6, 0.6);
    background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
    background-position: -90.5px -48.5px;
    background-size: 264px 156px; }
  .three-quarter-col.home .divided-list li a:hover:before {
    background-position: -90.5px -119.5px; }

.pane-key-info h2 {
  border: 0;
  transition: margin .2s ease 0s; }

.pane-key-info .pane-content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 32px; }

.pane-key-info h4 {
  font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0; }

.pane-key-info .info-item {
  flex-basis: 100%;
  max-width: 100%;
  margin: 0 0 16px; }
  @media screen and (max-width: 480px) {
    .pane-key-info .info-item {
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .pane-key-info .info-item {
      flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (min-width: 1600px) {
    .pane-key-info .info-item {
      flex-basis: 50%;
      max-width: 50%; } }
  .pane-key-info .info-item li {
    margin-bottom: 8px;
    padding-bottom: 8px; }
    .pane-key-info .info-item li ul li {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.pane-sidebar-menu .menu-image {
  margin-left: -10px;
  margin-right: -10px; }

/**
 * Accordion used within 'rich-text' (content-managed)
 */
.user-accordion {
  padding: 30px 0; }
  .user-accordion__item {
    padding: 10px 0 8px;
    border-bottom: 1px solid #dedede;
    transition: background-color 300ms ease; }
    .user-accordion__item:hover {
      background-color: #fbfbfb; }
      .user-accordion__item:hover .user-accordion__title {
        color: #0096ff; }
        .user-accordion__item:hover .user-accordion__title:after {
          background-position: -12.5px -84.5px; }
    .user-accordion__item:first-of-type {
      border-top: 1px solid #dedede; }
  .user-accordion__title {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding-right: 40px;
    transition: color 300ms ease; }
    .user-accordion__title:after {
      content: '';
      position: absolute;
      top: 6px;
      right: 10px;
      width: 23px;
      height: 13px;
      transform: rotate(180deg);
      background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
      background-position: -12.5px -48.5px;
      background-size: 264px 156px; }
  .user-accordion__content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 500ms ease; }
    .user-accordion__content ol {
      padding-left: 2em; }
  .user-accordion--open .user-accordion__item:hover .user-accordion__title:after {
    background-position: -12.5px -48.5px; }
  .user-accordion--open .user-accordion__content {
    height: auto;
    opacity: 1;
    padding-top: 10px; }
  .user-accordion--open .user-accordion__title:after {
    background-position: -48.5px -84.5px;
    background-size: 264px 156px; }

.search-listing {
  margin-top: 16px; }
  .search-listing__heading {
    font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block; }
  .search-listing__list {
    margin-bottom: 32px; }
    .search-listing__list--promoted {
      background-color: #f2f2f2; }
    .search-listing__list--all {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }

.search-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .search-item:first-child {
    border-top: 0; }
  .search-item__link {
    display: block;
    padding: 16px; }
  .search-item__heading {
    margin-bottom: 0;
    transition: opacity 0.2s ease-in-out; }
  .search-item__description {
    margin-top: 4px;
    margin-bottom: 0;
    max-width: 750px;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.8); }
  .search-item__meta-container {
    line-height: 1;
    margin-top: 4px; }
  .search-item__meta {
    display: inline-block;
    margin-bottom: 0; }
    .search-item__meta:not(:first-of-type) {
      margin-left: 10px; }
  .search-item:hover .search-item__heading {
    color: #0096ff; }
  .search-item:hover .search-item__subheading {
    color: #0096ff; }

.load-more {
  margin: 0 0 16px; }
  .load-more a {
    width: 96px;
    height: 96px;
    transition: background-color 0.2s ease;
    text-indent: -2000px;
    display: block;
    background-color: #f2f2f2;
    position: relative; }
    .load-more a:after {
      content: '';
      display: block;
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-image: url("../img/icons-63-std@2x.a295e8f381bf.png");
      background-repeat: no-repeat;
      background-position: -433px -85px;
      background-size: 600px 312px;
      width: 62px;
      height: 62px;
      opacity: 0.6; }
    .load-more a:hover {
      background-color: #ff00dc; }
  .search-listing .load-more {
    padding-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

/**
 *$Carousel
 */
.bx-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  /* necessary to give pager dots space to exist */
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .bx-wrapper {
      padding-bottom: 30px; } }
  .bx-wrapper a {
    display: block; }
  .bx-wrapper img {
    width: auto;
    margin: auto; }
  .bx-wrapper .landscape img {
    width: 100%;
    max-width: none; }
  .bx-wrapper .portrait img {
    display: block; }
  .bx-wrapper .bx-next,
  .bx-wrapper .bx-prev {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: transparent;
    background-image: url("../img/button-arrow.f482436203ce.svg");
    background-position: center;
    background-size: 100%; }
    .bx-wrapper .bx-next:hover,
    .bx-wrapper .bx-prev:hover {
      background: transparent;
      background-image: url("../img/button-arrow-hover.0722e1a59417.svg");
      background-position: center;
      background-size: 100%; }
  .bx-wrapper .bx-next {
    right: 20px; }
  .bx-wrapper .bx-prev {
    transform: rotate(-180deg);
    left: 20px; }
  .bx-wrapper .bx-controls-direction a {
    width: 42px;
    height: 42px;
    z-index: 2;
    /* over slide but under header */
    top: 50%;
    margin-top: -14px;
    /* vertically centre by adding a negative top margin which is half the button height.
            The extra 7px is because for some reason top: 50% is not accurately setting the top of the button to 50% height of the image; */ }
    .template-home-page .bx-wrapper .bx-controls-direction a {
      top: 80%;
      margin-top: 0; }
      @media only screen and (min-width: 860px) {
        .template-home-page .bx-wrapper .bx-controls-direction a {
          top: 50%;
          margin-top: -14px;
          /* vertically centre by adding a negative top margin which is half the button height.
            The extra 7px is because for some reason top: 50% is not accurately setting the top of the button to 50% height of the image; */ } }
  .bx-wrapper .bx-pager {
    text-align: left;
    bottom: 40px;
    padding-right: 25px;
    padding-top: 0;
    left: 0; }
    .template-home-page .bx-wrapper .bx-pager {
      text-align: center; }
      @media only screen and (min-width: 860px) {
        .template-home-page .bx-wrapper .bx-pager {
          text-align: right; } }
    .bx-wrapper .bx-pager.bx-default-pager a {
      background: transparent;
      border: 1px solid #ff5d1c;
      width: 15px;
      height: 15px;
      border-radius: 50%; }
      .bx-wrapper .bx-pager.bx-default-pager a.active {
        background-color: #ff5d1c; }
      .bx-wrapper .bx-pager.bx-default-pager a:hover {
        background: #ff5d1c;
        border-color: #ff5d1c; }
  .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0; }
    .template-home-page .bx-wrapper .bx-viewport {
      max-height: 450px !important; }
      @media only screen and (min-width: 860px) {
        .template-home-page .bx-wrapper .bx-viewport {
          max-height: 400px !important; } }
  .bx-wrapper .bx-loading {
    background: url("../img/bx_loader.e0b50b449d7c.gif") center center no-repeat #ffffff; }
  .bx-wrapper .content,
  .bx-wrapper .hover-content {
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px; }
    .bx-wrapper .content .bc1,
    .bx-wrapper .hover-content .bc1 {
      display: none;
      /*.column(12);*/
      margin: 0;
      background-color: rgba(0, 0, 0, 0.62);
      padding: 16px; }
      .bx-wrapper .content .bc1 .bc4,
      .bx-wrapper .hover-content .bc1 .bc4 {
        font-size: 0.6em; }
  .bx-wrapper .hover-content,
  .bx-wrapper .content {
    display: none; }
  .bx-wrapper .footer-content {
    color: #000000;
    padding: 16px; }
    .bx-wrapper .footer-content p {
      margin-top: 0; }
  .bx-wrapper .mobilecaption {
    display: block; }
    .bx-wrapper .mobilecaption .bc1 {
      margin: 6px 0 0 3px;
      font-size: 0.733em;
      line-height: 1.818em;
      text-transform: none;
      font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif; }
    .bx-wrapper .mobilecaption .bc4 {
      font-size: 0.667em; }
  @media screen and (min-width: 1205px) {
    .bx-wrapper .bx-next,
    .bx-wrapper .bx-prev {
      display: block; }
    .bx-wrapper:hover .bx-next,
    .bx-wrapper:hover .bx-prev {
      opacity: 1; }
    .bx-wrapper .caption {
      background-color: rgba(0, 0, 0, 0.62);
      position: absolute;
      right: 16px;
      padding: 16px;
      margin: 0;
      bottom: 16px;
      top: auto; }
    .bx-wrapper .caption.a4,
    .bx-wrapper .caption.a4 p {
      font-size: 0.733em;
      line-height: 1.818em;
      text-transform: none;
      max-width: 250px;
      color: #fff; }
    .bx-wrapper .hover-content,
    .bx-wrapper .content {
      display: block; }
    .bx-wrapper .mobilecaption {
      display: none; }
    .bx-wrapper .hover-content .bc1,
    .bx-wrapper .caption {
      transition: opacity 0.3s ease;
      opacity: 0; }
    .bx-wrapper .footer-content {
      position: relative; }
    .bx-wrapper:hover .bc1,
    .bx-wrapper:hover .caption {
      opacity: 1; } }
  .template-home-page .bx-wrapper {
    min-height: 450px;
    box-shadow: none;
    border: 0; }
    @media only screen and (min-width: 860px) {
      .template-home-page .bx-wrapper {
        min-height: 400px; } }

/* improved layout for carousels in flushed tab-panes */
.tab-pane.flush .bx-wrapper .bx-pager {
  bottom: 5px;
  left: 5px; }

/* Hide pager for carousels with only one item */
.single-carousel .bx-wrapper .bx-pager {
  display: none; }

/**
 * $Landscape and portrait images (outside carousel)
 */
.portrait img {
  width: auto;
  display: block;
  margin: auto; }

.portrait.standalone {
  background-color: #ffffff;
  /* match carousel background colour */ }

/**
 * $Generic video embed wrapper
 */
.videoembed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
  overflow: hidden; }
  .videoembed:hover {
    cursor: pointer; }
    .videoembed:hover .playpause:after {
      background-image: url("../img/icons-54-std-2.d4020699701a.png");
      background-repeat: no-repeat;
      background-position: -1250px -167px;
      width: 28px;
      height: 31px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .videoembed:hover .playpause:after {
          background-image: url("../img/icons-54-std@2x-2.a056025846c8.png");
          background-position: -1250px -167px;
          background-size: 1404px 446px; } }
  .videoembed iframe,
  .videoembed embed,
  .videoembed object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .videoembed .playpause,
  .videoembed .poster {
    position: absolute;
    top: 0; }
  .videoembed .playpause {
    overflow: hidden;
    z-index: 3;
    right: 0;
    background-color: #000000;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-indent: -5000px; }
    .videoembed .playpause:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      display: block;
      background-image: url("../img/icons-54-std-2.d4020699701a.png");
      background-repeat: no-repeat;
      background-position: -1250px -23px;
      width: 28px;
      height: 31px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .videoembed .playpause:after {
          background-image: url("../img/icons-54-std@2x-2.a056025846c8.png");
          background-position: -1250px -23px;
          background-size: 1404px 446px; } }
  .videoembed .poster {
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
  .videoembed.playing .playpause {
    display: none; }
  .videoembed.playing .poster {
    display: none; }

.meta-data {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0 0 0; }
  @media screen and (min-width: 1025px) {
    .meta-data .actions {
      float: right;
      margin-top: 10px; } }
  .meta-data .share {
    margin-right: 32px; }
  .meta-data .btn {
    position: relative;
    top: -5px;
    display: inline-block; }
  .meta-data.spacer {
    margin-top: 32px;
    padding-top: 32px;
    border-bottom: 32px;
    border-top: 1px solid rgba(70, 70, 70, 0.5); }

.meta-primary {
  font-size: 22px;
  margin-bottom: 16px; }
  .meta-primary h2 {
    color: #000000; }
  .meta-primary h2,
  .meta-primary p {
    margin-bottom: 8px; }
  .meta-primary span {
    font-size: 17px;
    margin-top: 8px;
    display: block; }
    @media screen and (min-width: 1025px) {
      .meta-primary span {
        display: inline;
        margin-top: 0;
        padding-left: 16px;
        margin-left: 16px;
        border-left: 1px solid rgba(0, 0, 0, 0.1); } }
  .meta-primary .price {
    font-size: 18px; }

.meta-secondary {
  width: auto;
  overflow: hidden; }

.meta {
  color: #808080;
  text-transform: uppercase;
  font-size: 12px; }

.meta-wrapper {
  width: 100%;
  float: left; }

.meta-info {
  margin-bottom: 16px; }
  @media screen and (min-width: 768px) {
    .meta-info {
      float: left;
      margin-right: 48px; } }
  .meta-info span {
    font-size: 10px; }
  .meta-info h2 {
    font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0; }
  .meta-info .meta {
    font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-size: 15px;
    margin-bottom: 0;
    text-transform: none; }
  .meta-info a .meta {
    color: #222; }
  .meta-info a:hover .meta {
    color: #ff00dc; }
  .meta-info ul li {
    display: inline-block; }

.meta-info--as-parent {
  width: 100%;
  padding-top: 10px; }
  .meta-info--as-parent ul li {
    width: 100%; }

.module-title {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0; }

.featured-container {
  background-color: #d9d9d9;
  padding: 16px;
  margin-bottom: 16px; }
  @media screen and (min-width: 1025px) {
    .featured-container {
      margin-bottom: 32px; } }
  .featured-container section {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px 0 0 0;
    margin: 0 0 16px; }
    .featured-container section:first-of-type {
      border: 0; }
    .featured-container section .title-content {
      display: block;
      flex-direction: column; }
      @media screen and (min-width: 1025px) {
        .featured-container section .title-content {
          display: flex;
          flex-direction: row; } }
      .featured-container section .title-content a {
        color: #0096ff;
        font-weight: bold; }
        .featured-container section .title-content a:hover {
          color: #0096ff;
          text-decoration: underline; }
      .featured-container section .title-content h2,
      .featured-container section .title-content .author-image {
        height: 0%;
        flex: 0 0 auto;
        flex-basis: 100%;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: normal;
        font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif; }
        @media screen and (min-width: 1025px) {
          .featured-container section .title-content h2,
          .featured-container section .title-content .author-image {
            flex-basis: 20%; } }
      .featured-container section .title-content .author-image {
        max-width: 300px;
        height: auto;
        margin: 0 0 16px; }
        @media screen and (min-width: 1025px) {
          .featured-container section .title-content .author-image {
            width: 20%;
            max-width: none;
            height: 0%;
            margin: 0 0 32px; } }
      .featured-container section .title-content .content {
        flex: 0 0 auto;
        flex-basis: 100%; }
        @media screen and (min-width: 1025px) {
          .featured-container section .title-content .content {
            flex-basis: 80%;
            padding-left: 16px; } }
        @media screen and (min-width: 1025px) {
          .featured-container section .title-content .content p {
            max-width: 80%; } }
        .featured-container section .title-content .content .meta-info {
          float: none; }
          @media screen and (min-width: 1025px) {
            .featured-container section .title-content .content .meta-info {
              float: left; } }
          .featured-container section .title-content .content .meta-info h2 {
            margin-bottom: 0;
            margin-top: 16px; }
          .featured-container section .title-content .content .meta-info p {
            color: #000000;
            margin: 0;
            max-width: 100%; }
            .featured-container section .title-content .content .meta-info p.role {
              font-weight: normal;
              font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif; }
          .featured-container section .title-content .content .meta-info a {
            color: #0096ff;
            font-weight: 600; }
            .featured-container section .title-content .content .meta-info a:hover {
              text-decoration: underline; }
        .featured-container section .title-content .content ul {
          margin-left: 1.7em; }
          .featured-container section .title-content .content ul li:before {
            content: '\2013\00A0\00A0\00A0\00A0\00A0';
            margin-left: -1.7em; }

.template-profile h1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
  margin-bottom: 4px; }

.template-profile .imported-from-main-site {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0 0 0;
  font-size: 16px;
  font-weight: normal; }
  .template-profile .imported-from-main-site a {
    color: #0096ff;
    font-weight: bold; }
    .template-profile .imported-from-main-site a:hover {
      text-decoration: underline; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select-menu {
  opacity: 0; }

.select-menu--show {
  opacity: 1; }

.select-menu-wrapper {
  width: 50%; }

.select-menu-wrapper--inline {
  float: left;
  margin-bottom: 15px; }
  .select-menu-wrapper--inline:after {
    content: "";
    display: table;
    clear: both; }

.select-menu-wrapper--border {
  border-right: 1px solid #dedede; }

.select2-container *:focus {
  outline: 0; }

.select2-container--default .select2-selection--single {
  height: 52px;
  padding-top: 12px;
  border-color: transparent;
  border-radius: 0;
  background-color: #f2f2f2;
  transition: background-color 250ms ease; }
  .select2-container--default .select2-selection--single .select2-selection__rendered,
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    padding-left: 16px;
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    transition: color 250ms ease; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 21px;
    right: 18px;
    left: auto;
    width: 23px;
    height: 13px;
    border: 0;
    margin: 0;
    background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
    background-position: -48.5px -48.5px;
    background-size: 264px 156px; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
  padding-top: 6px; }

.select2-container--open .select2-selection--single {
  background-color: #ff00dc !important; }
  .select2-container--open .select2-selection--single .select2-selection__rendered,
  .select2-container--open .select2-selection--single .select2-selection__placeholder {
    color: #fff; }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  top: 19px;
  border: 0;
  background-position: -11.5px -11.5px; }

.select2-dropdown {
  border: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.95); }

.select2-results__option {
  cursor: pointer;
  padding: 7px 16px;
  font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  transition: color 250ms ease, background-color 250ms ease; }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #0598ff;
  background-color: transparent; }

.profile li {
  border-top: 1px solid #a2a2a2;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 16px; }
  .profile li h2 {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.2em;
    color: #808080;
    text-transform: uppercase;
    font-size: 13px; }
    @media screen and (min-width: 768px) {
      .profile li h2 {
        flex-basis: 25%;
        max-width: 25%; } }
    @media screen and (min-width: 1600px) {
      .profile li h2 {
        flex-basis: 25%;
        max-width: 25%; } }

.profile .rich-text {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
  color: #000000; }
  @media screen and (min-width: 768px) {
    .profile .rich-text {
      flex-basis: 75%;
      max-width: 75%;
      left: 25%;
      right: auto; } }
  @media screen and (min-width: 1600px) {
    .profile .rich-text {
      flex-basis: 75%;
      max-width: 75%; } }

.profile a {
  color: #0096ff;
  font-weight: bold; }
  .profile a:hover {
    color: #000000; }

.profile__image {
  flex-basis: 100%;
  max-width: 100%;
  border-top: 0;
  margin-bottom: 16px;
  padding: 16px; }
  @media screen and (min-width: 768px) {
    .profile__image {
      flex-basis: 25%;
      max-width: 25%; } }
  @media screen and (min-width: 1600px) {
    .profile__image {
      flex-basis: 25%;
      max-width: 25%; } }

.profile__course {
  flex-basis: 100%;
  max-width: 100%;
  border-top: 0;
  color: #000000;
  margin-bottom: 16px;
  padding-top: 16px; }
  @media screen and (min-width: 768px) {
    .profile__course {
      flex-basis: 75%;
      max-width: 75%; } }
  @media screen and (min-width: 1600px) {
    .profile__course {
      flex-basis: 75%;
      max-width: 75%; } }
  .profile__course h2 {
    text-transform: none;
    font-size: 18px;
    margin-bottom: 16px;
    color: #000000; }
  .profile__course h3 {
    font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    color: #808080;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 0; }
  .profile__course p {
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    color: #000000;
    margin-bottom: 8px; }

.profile__qualifications {
  padding: 0 16px; }

.profile__content {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
  color: #000000; }
  @media screen and (min-width: 768px) {
    .profile__content {
      flex-basis: 75%;
      max-width: 75%; } }
  @media screen and (min-width: 1600px) {
    .profile__content {
      flex-basis: 75%;
      max-width: 75%; } }

.profile__qual-details__overview {
  flex-basis: 100%;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .profile__qual-details__overview {
      flex-basis: 75%;
      max-width: 75%; } }
  @media screen and (min-width: 1600px) {
    .profile__qual-details__overview {
      flex-basis: 75%;
      max-width: 75%; } }

.profile__qual-details__meta {
  flex-basis: 100%;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .profile__qual-details__meta {
      flex-basis: 25%;
      max-width: 25%; } }
  @media screen and (min-width: 1600px) {
    .profile__qual-details__meta {
      flex-basis: 75%;
      max-width: 75%; } }

.profile__qual-details dt,
.profile__qual-details dd {
  display: block;
  margin: 0;
  padding: 0;
  color: #000000; }

.profile__qual-details dt {
  font-size: 12px;
  text-transform: uppercase;
  color: #808080;
  font-weight: normal; }

.profile__qual-details dd {
  padding-bottom: 15px; }
  .profile__qual-details dd:last-of-type {
    border-bottom: 1px solid #a2a2a2; }

.contactsindex__search {
  position: relative;
  margin-bottom: 0.5em;
  max-width: 603px; }
  .contactsindex__search:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 1px;
    width: 42px;
    height: 42px;
    background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
    background-position: 43.5px -40.5px;
    background-size: 264px 156px; }
  .contactsindex__search input[type='search'] {
    margin: 0 auto;
    border: 1px solid #F2F2F2;
    width: 100%;
    background: white;
    padding: 15px 38px 13px 15px;
    font-weight: 100;
    transition: all 0.30s ease-in-out; }
    .contactsindex__search input[type='search']::-webkit-input-placeholder, .contactsindex__search input[type='search']::placeholder {
      font-size: 16px;
      font-weight: 100;
      text-transform: none;
      color: #A2A2A2; }
    .contactsindex__search input[type='search']:focus {
      outline: 0;
      border: 1px solid #ff00dc; }

.contactsindex__controls {
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.contactsindex__filters > li {
  display: inline-block; }
  .contactsindex__filters > li > label {
    font-family: "Benton Sans Medium","BentonSans-Medium","Helvetica Neue",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-size: 0.85em;
    border-radius: 0;
    background-color: #f2f2f2;
    border: 0;
    outline: none;
    display: block;
    width: 300px;
    margin: 0;
    padding: 16px 49px 16px 16px;
    cursor: pointer;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .contactsindex__filters > li > label:hover {
      color: #fff;
      background-color: #ff00dc; }
    .contactsindex__filters > li > label:after {
      position: absolute;
      margin: auto;
      content: "";
      display: block;
      background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
      background-position: -48.5px -48.5px;
      background-size: 264px 156px;
      width: 23px;
      height: 13px;
      top: 0;
      bottom: 0;
      right: 16px; }
    .contactsindex__filters > li > label:hover:after {
      background-position: -48.5px -12px; }
    .contactsindex__filters > li > label.expanded {
      color: #fff;
      background-color: #ff00dc; }
      .contactsindex__filters > li > label.expanded:after {
        background-position: -12px -48px; }
      .contactsindex__filters > li > label.expanded:hover:after {
        background-position: -12px -12px; }
  .contactsindex__filters > li > ul {
    position: absolute;
    width: 300px;
    text-overflow: ellipsis;
    z-index: 100000;
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.95); }
    .contactsindex__filters > li > ul > li {
      text-transform: uppercase;
      font-size: 0.8em;
      padding: 4px;
      cursor: pointer; }
      .contactsindex__filters > li > ul > li:hover {
        color: #ff00dc; }
      .contactsindex__filters > li > ul > li.selected {
        font-family: "Benton Sans Medium","BentonSans-Medium","Helvetica Neue",Arial,Helvetica,sans-serif;
        color: #0096ff; }

.contactsindex__filter-options {
  display: none; }

.streamfield {
  margin-bottom: 48px; }
  .streamfield__block {
    margin-bottom: 32px; }

.quote {
  margin: 0; }
  .quote__text {
    font-size: 21px;
    margin-bottom: 32px;
    color: #000; }
  .quote__author {
    color: #000; }
  .quote__cite {
    font-size: 16px;
    display: flex;
    flex-direction: row;
    font-style: normal; }
  .quote__job-title {
    margin-left: 4px;
    color: #676767; }
  .streamfield .quote {
    padding-top: 32px;
    padding-bottom: 32px;
    border-width: 1px 0;
    border-color: #e2e2e2;
    border-style: solid;
    margin-bottom: 32px;
    margin-top: 40px; }
    .streamfield .quote:first-child {
      margin-top: 0; }

.cta-block {
  margin-bottom: 32px;
  border-top: 1px solid #e2e2e2;
  padding-top: 32px; }
  .cta-block__heading {
    font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-size: 26px;
    margin-bottom: 16px; }
  .cta-block__content {
    font-size: 18px;
    margin-bottom: 16px;
    color: #676767; }
  .cta-block__action {
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    position: relative;
    font-size: 18px; }
    .cta-block__action::after {
      content: '';
      position: absolute;
      top: -2px;
      width: 26px;
      height: 26px;
      margin: 2px 0 0 10px;
      transform: scale(0.7, 0.7);
      background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
      background-position: -90.5px -204.5px;
      background-size: 264px 156px; }

.sitemap {
  margin: 0 0 16px 0;
  padding-top: 16px;
  font-size: 16px; }
  .sitemap .area {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 32px; }
    @media screen and (max-width: 480px) {
      .sitemap .area {
        flex-basis: 50%;
        max-width: 50%; } }
    @media screen and (min-width: 768px) {
      .sitemap .area {
        flex-basis: 33.33333%;
        max-width: 33.33333%; } }
    @media screen and (min-width: 1600px) {
      .sitemap .area {
        flex-basis: 33.33333%;
        max-width: 33.33333%; } }
    .sitemap .area li.see-more {
      border-bottom: 0;
      font-size: 0.9em; }
  .sitemap .area-inner {
    padding: 20px 10px;
    background-color: #f6fafe; }

.primary-col .sitemap, .three-quarter-col.home .sitemap {
  background: #d5edfd;
  padding: 16px 16px 0 16px;
  border-top: 0;
  margin-bottom: 32px; }
  .primary-col .sitemap h2, .three-quarter-col.home .sitemap h2 {
    margin-bottom: 16px; }
  .primary-col .sitemap h3, .three-quarter-col.home .sitemap h3 {
    padding: 0 0 8px;
    margin: 0; }

.primary-col .divided-list li a, .three-quarter-col.home .divided-list li a {
  padding: 4px 0; }

footer .sitemap {
  padding: 0;
  margin-bottom: 32px; }
  footer .sitemap .area {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0; }
    @media screen and (max-width: 480px) {
      footer .sitemap .area {
        flex-basis: 100%;
        max-width: 100%; } }
    @media screen and (min-width: 768px) {
      footer .sitemap .area {
        flex-basis: 100%;
        max-width: 100%; } }
    @media screen and (min-width: 1600px) {
      footer .sitemap .area {
        flex-basis: 100%;
        max-width: 100%; } }
  footer .sitemap h2 {
    margin: 0;
    padding: 0; }
    footer .sitemap h2 a {
      display: block;
      padding: 5px 0 3px;
      font-size: 15px;
      text-transform: uppercase; }
  footer .sitemap ul {
    display: none; }

.container {
  /*
    max-width: $max-width;
    margin: 0 $grid;

    @include gridle_state( tablet-landscape ) {
        margin: 0 5% 0 5%;
    }
    */
  padding: 20px;
  width: 100%;
  margin: 0; }
  @media only screen and (min-width: 1320px) {
    .container {
      padding: 0;
      width: 1300px;
      margin: 0 auto 35px; } }

@media screen and (max-width: 480px) {
  [class*="gr-"] {
    flex-basis: 100%;
    max-width: 100%;
    left: 0%;
    right: auto;
    right: 0%;
    left: auto;
    margin-left: 0%;
    margin-right: 0%; } }

.primary-col {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 16px; }
  @media screen and (max-width: 480px) {
    .primary-col {
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .primary-col {
      flex-basis: 58.33333%;
      max-width: 58.33333%; } }
  @media screen and (min-width: 1600px) {
    .primary-col {
      flex-basis: 58.33333%;
      max-width: 58.33333%; } }

.second-col {
  flex-basis: 100%;
  max-width: 100%;
  font-size: 14px;
  margin-bottom: 16px; }
  @media screen and (max-width: 480px) {
    .second-col {
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .second-col {
      flex-basis: 25%;
      max-width: 25%; } }
  @media screen and (min-width: 1600px) {
    .second-col {
      flex-basis: 25%;
      max-width: 25%; } }

.third-col {
  flex-basis: 100%;
  max-width: 100%;
  font-size: 14px;
  margin-bottom: 16px; }
  @media screen and (max-width: 480px) {
    .third-col {
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .third-col {
      flex-basis: 16.66667%;
      max-width: 16.66667%; } }
  @media screen and (min-width: 1600px) {
    .third-col {
      flex-basis: 16.66667%;
      max-width: 16.66667%; } }

.three-quarter-col {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 16px; }
  @media screen and (max-width: 480px) {
    .three-quarter-col {
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .three-quarter-col {
      flex-basis: 83.33333%;
      max-width: 83.33333%; } }
  @media screen and (min-width: 1600px) {
    .three-quarter-col {
      flex-basis: 83.33333%;
      max-width: 83.33333%; } }

.full-col {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 16px; }
  @media screen and (max-width: 480px) {
    .full-col {
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .full-col {
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 1600px) {
    .full-col {
      flex-basis: 100%;
      max-width: 100%; } }

footer {
  color: #fff;
  background-color: #000;
  padding-top: 16px; }
  footer a {
    color: #fff;
    margin-bottom: 16px; }
    footer a:hover {
      color: #ff5d1c; }
  footer .container {
    padding: 0 20px;
    width: 100%; }
    @media only screen and (min-width: 1320px) {
      footer .container {
        width: 1300px;
        margin: 0 auto;
        padding: 5px 0; } }
  footer h2 {
    border-top: 1px solid #797979; }
  footer h3 {
    margin-top: 48px;
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    color: #fff;
    text-transform: uppercase;
    border-top: 1px solid #797979;
    padding: 13px 0 8px;
    font-size: 13px; }
  footer ul.social {
    margin: 5px 0 20px; }
    footer ul.social li {
      display: block;
      color: #fff;
      font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
      font-size: 1em;
      margin-left: 0;
      margin-bottom: 5px; }
      @media screen and (min-width: 768px) {
        footer ul.social li {
          display: inline-block;
          margin-left: 16px;
          margin-bottom: 0; }
          footer ul.social li:first-child {
            margin-left: 0; } }
      footer ul.social li a {
        display: block;
        padding: 8px 16px;
        height: auto;
        position: relative;
        color: #fff;
        background-color: #797979;
        border: 1px solid #797979;
        transition: background-color .2s ease-in-out; }
        footer ul.social li a:hover {
          background-color: #676767;
          border: 1px solid #676767; }
        footer ul.social li a:focus {
          border: 1px solid #ff5d1c; }
  footer .smallprint {
    margin: 24px 0 16px 0;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
    padding: 16px 0;
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif; }
    footer .smallprint ul {
      margin: 10px 0 3px; }
      @media screen and (min-width: 1025px) {
        footer .smallprint ul {
          float: right;
          margin: 0; } }
      footer .smallprint ul li {
        display: inline-block;
        margin: 0 16px 0 0; }
      footer .smallprint ul li:last-child {
        display: inline-block;
        margin: 0; }
  footer .trademarks {
    margin: 16px 0;
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-size: 12px; }

.footer {
  margin-bottom: 0; }
  .footer__logo {
    background-image: url("../img/redesign/rca-logo.e644426abf2b.svg");
    background-repeat: no-repeat;
    width: 300px;
    height: 120px;
    margin: 16px -4px; }

.search {
  flex-basis: 100%;
  max-width: 100%;
  background-color: #464646;
  background-image: url("../img/searchbg.16ce287f9bf2.jpg");
  background-size: cover;
  margin: 0 0 32px; }
  .search .container {
    padding: 60px 0 75px; }
    @media screen and (min-width: 1025px) {
      .search .container {
        padding: 211px 0 75px; } }
  .search .main-search-container {
    flex-basis: 100%;
    max-width: 100%; }
    @media screen and (max-width: 480px) {
      .search .main-search-container {
        flex-basis: 100%;
        max-width: 100%; } }
    @media screen and (min-width: 768px) {
      .search .main-search-container {
        flex-basis: 58.33333%;
        max-width: 58.33333%; } }
    @media screen and (min-width: 1600px) {
      .search .main-search-container {
        flex-basis: 58.33333%;
        max-width: 58.33333%; } }
  .search form {
    margin-bottom: 24px;
    max-width: none; }
    .search form input[type='search'] {
      background: white;
      padding: 20px 20px; }
      .search form input[type='search']::-webkit-input-placeholder {
        font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
        color: #000000;
        font-size: 20px; }
    .search form input[type='submit'] {
      top: 13px;
      right: 10px; }

.header-search {
  flex-basis: 100%;
  max-width: 100%;
  background: #464646;
  padding: 16px;
  max-width: none !important;
  margin-right: -16px;
  margin-left: -16px; }
  @media screen and (max-width: 480px) {
    .header-search {
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .header-search {
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }
  @media screen and (min-width: 1600px) {
    .header-search {
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }
  @media screen and (min-width: 768px) {
    .header-search {
      background: transparent;
      max-width: 100%;
      float: right;
      margin: 30px 0 0 16px;
      padding: 0; } }
  .header-search .autocomplete {
    width: 100%;
    right: 0; }
    @media screen and (min-width: 768px) {
      .header-search .autocomplete {
        width: 150%; } }

.main-search-container {
  position: relative; }
  .main-search-container input {
    margin: 0 auto;
    border: 1px solid transparent;
    width: 100%; }
    .main-search-container input[type='search'] {
      background: white;
      padding: 10px 20px; }
      .main-search-container input[type='search']::-moz-placeholder {
        text-transform: none; }
      .main-search-container input[type='search']::placeholder {
        text-transform: none; }
    .main-search-container input[type='submit'] {
      position: absolute;
      right: 0;
      top: 0;
      text-indent: -9999px;
      overflow: hidden;
      width: 42px;
      height: 42px;
      background-color: transparent;
      background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
      background-position: 43.5px -40.5px;
      background-size: 264px 156px;
      transition: none; }
      .main-search-container input[type='submit']:hover {
        background-position: 43.5px 44px; }

.search-hints {
  flex-basis: 100%;
  max-width: 100%; }
  @media screen and (max-width: 480px) {
    .search-hints {
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .search-hints {
      flex-basis: 58.33333%;
      max-width: 58.33333%; } }
  @media screen and (min-width: 1600px) {
    .search-hints {
      flex-basis: 58.33333%;
      max-width: 58.33333%; } }
  .search-hints h2 {
    font-size: 13px;
    font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    margin: 0 0 8px;
    text-transform: uppercase;
    color: #ffffff; }

.autocomplete {
  position: absolute;
  z-index: 10;
  width: 90%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
  display: block;
  transform: translate3d(0, -200%, 0);
  transition: opacity .2s ease-in-out;
  opacity: 0; }
  .autocomplete.active {
    transform: translate3d(0, 0%, 0);
    opacity: 1; }
  .autocomplete h2 {
    font-size: 18px;
    margin: 0;
    color: #000000;
    transition: color .2s ease-in-out; }
  .autocomplete p {
    margin: 0;
    transition: color .2s ease-in-out; }
  .autocomplete li a {
    background: rgba(255, 255, 255, 0.95);
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    text-align: left;
    transition: background-color .2s ease-in-out;
    font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-size: 15px; }
    .autocomplete li a:hover {
      background: #0096ff;
      color: #ffffff; }
      .autocomplete li a:hover p {
        color: rgba(255, 255, 255, 0.8); }
      .autocomplete li a:hover h2 {
        color: #ffffff; }
  .autocomplete li.view-all a:hover {
    background: #ff00dc; }

@media screen and (min-width: 1025px) {
  .template-home-page .search .container {
    padding: 212px 0 32px; } }

.header {
  background: #000;
  width: 100%; }
  .header__container {
    position: relative;
    padding: 0 20px 20px;
    margin-bottom: 20px;
    width: 100%; }
    @media only screen and (min-width: 860px) {
      .header__container {
        display: flex;
        justify-content: space-between;
        padding: 5px 20px; } }
    @media only screen and (min-width: 1320px) {
      .header__container {
        width: 1300px;
        margin: 0 auto 45px;
        padding: 5px 0; } }
  .header__logo {
    display: block;
    font-family: "Knockout 68 A", "Knockout 68 B", "Knockout-68FullFeatherwt", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    color: #fff;
    font-size: 70px;
    padding-top: 103px; }
    .header__logo:hover {
      color: #ff5d1c; }
    @media only screen and (min-width: 860px) {
      .header__logo {
        display: inline-block;
        padding: 0;
        margin: 0;
        line-height: 1; } }
  @media only screen and (min-width: 860px) {
    .header__button-container {
      display: flex;
      justify-content: flex-end; } }
  .header__rca-link {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    width: 100%;
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    text-align: right;
    vertical-align: middle;
    justify-content: flex-end; }
    .header__rca-link a {
      margin: auto 22px;
      color: #fff; }
      .header__rca-link a:hover {
        color: #ff5d1c; }
    @media only screen and (min-width: 860px) {
      .header__rca-link {
        position: relative;
        width: auto;
        border-right: 1px solid #797979;
        border-left: 1px solid #797979;
        height: 40px;
        margin: 15px; }
        .header__rca-link a {
          padding: 0; } }
  .header__user {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    text-align: right;
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-size: 16px; }
    @media only screen and (min-width: 860px) {
      .header__user {
        position: relative;
        top: 0;
        margin-top: 10px;
        height: 40px; } }
    .header__user .dropdown {
      cursor: pointer;
      background: #797979;
      color: #fff;
      transition: background-color 0.2s ease-in-out; }
      .header__user .dropdown:after {
        content: ' ';
        position: absolute;
        visibility: visible;
        right: 20px;
        top: 20px;
        background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
        background-position: -48.5px -11.5px;
        background-size: 264px 156px;
        width: 23px;
        height: 13px; }
      .header__user .dropdown:hover {
        background: #676767; }
        .header__user .dropdown:hover:after {
          background-position: -48.5px -11.5px; }
      @media only screen and (min-width: 860px) {
        .header__user .dropdown {
          background: #000;
          color: #fff; }
          .header__user .dropdown:hover {
            background: #000;
            color: #ff5d1c; } }
      .header__user .dropdown .dropdown-item {
        display: block;
        position: relative;
        padding: 14px 20px; }
        .header__user .dropdown .dropdown-item--centre {
          text-align: center; }
      .header__user .dropdown .dropdown-logout {
        height: auto;
        padding: 20px; }
        .header__user .dropdown .dropdown-logout li {
          width: 100%;
          margin: auto; }
          .header__user .dropdown .dropdown-logout li a {
            background-color: #797979;
            color: #fff;
            text-align: center; }
            .header__user .dropdown .dropdown-logout li a span {
              font-size: 15px; }
        @media only screen and (min-width: 860px) {
          .header__user .dropdown .dropdown-logout {
            margin: 0 -50% 0 50%; }
            .header__user .dropdown .dropdown-logout::before {
              position: absolute;
              top: -5px;
              left: 50%;
              right: 50%;
              content: '';
              padding: 10px;
              background-color: #fff;
              transform: rotate(45deg); } }
      .header__user .dropdown ul {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        border: 1px solid #fff;
        background-color: #fff;
        width: 100%;
        padding: 60px 40px;
        height: calc( 100vh - 103px); }
        @media only screen and (min-width: 860px) {
          .header__user .dropdown ul {
            display: inline;
            min-width: 270px;
            padding: 20px;
            height: auto;
            right: 0;
            margin: 0 -50% 0 50%; }
            .header__user .dropdown ul::before {
              position: absolute;
              top: -5px;
              left: 50%;
              right: 50%;
              content: '';
              padding: 10px;
              background-color: #fff;
              transform: rotate(45deg); } }
      .header__user .dropdown li {
        color: #000;
        background-color: #fff;
        margin: 30px 0; }
        .header__user .dropdown li a {
          color: #fff;
          background-color: #797979;
          border: 1px solid #797979; }
          .header__user .dropdown li a:hover {
            background-color: #676767;
            border: 1px solid #676767; }
          .header__user .dropdown li a:focus {
            border: 1px solid #ff5d1c; }
        .header-login .header__user .dropdown li {
          margin-bottom: 10px; }
          .header-login .header__user .dropdown li:last-of-type {
            margin-bottom: 20px; }
          .header-login .header__user .dropdown li input[type='submit'] {
            font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
            color: #fff;
            background-color: #797979;
            border: 1px solid #797979;
            text-transform: none;
            font-size: 16px;
            width: 100%;
            padding: 15px; }
            .header-login .header__user .dropdown li input[type='submit']:hover {
              background-color: #676767;
              border: 1px solid #676767; }
            .header-login .header__user .dropdown li input[type='submit']:focus {
              border: 1px solid #ff5d1c; }
          .header-login .header__user .dropdown li input[type='password'],
          .header-login .header__user .dropdown li input[type='text'] {
            font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
            text-transform: none;
            font-size: 14px;
            padding: 10px;
            border: 2px solid #fff; }
            .header-login .header__user .dropdown li input[type='password']::-webkit-input-placeholder, .header-login .header__user .dropdown li input[type='password']::placeholder,
            .header-login .header__user .dropdown li input[type='text']::-webkit-input-placeholder,
            .header-login .header__user .dropdown li input[type='text']::placeholder {
              font-size: 14px;
              text-transform: none; }
  .header__search {
    max-width: none;
    width: 100%; }
    @media only screen and (min-width: 860px) {
      .header__search {
        width: auto;
        margin: 15px 0 15px 15px; } }
    @media only screen and (min-width: 1320px) {
      .header__search {
        min-width: 350px; } }
  .header__search-container {
    position: relative; }
    .header__search-container input {
      width: 100%; }
      .header__search-container input[type='search'] {
        font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
        color: #000;
        background: #fff; }
        .header__search-container input[type='search']::-moz-placeholder {
          text-transform: none;
          font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
          color: #676767; }
        .header__search-container input[type='search']::placeholder {
          text-transform: none;
          font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
          color: #676767; }
      .header__search-container input[type='submit'] {
        position: absolute;
        right: 0;
        top: 0;
        text-indent: -9999px;
        width: 42px;
        height: 42px;
        background-color: transparent;
        background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
        background-position: 44.5px -39.5px;
        background-size: 264px 156px;
        transition: background-color 0.15s ease 0s; }
        .header__search-container input[type='submit']:hover {
          background-position: 44.5px -2.5px;
          background-color: #ff5d1c; }

.aside {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 2px; }
  @media only screen and (min-width: 860px) {
    .aside {
      flex-direction: row;
      padding: 0 20px 0 2px; } }
  @media only screen and (min-width: 1320px) {
    .aside {
      flex-direction: column;
      padding-left: 47px; } }
  .aside__quick-links {
    width: 100%;
    padding: 0 0 50px; }
    @media only screen and (min-width: 860px) {
      .aside__quick-links {
        width: 50%;
        padding-right: 35px; } }
    @media only screen and (min-width: 1320px) {
      .aside__quick-links {
        width: 100%;
        padding: 0 0 50px; } }
  .aside__scroll-button {
    margin-top: 40px;
    cursor: pointer; }
  .aside__most-used-pages {
    width: 100%; }
    @media only screen and (min-width: 860px) {
      .aside__most-used-pages {
        width: 50%; } }
    @media only screen and (min-width: 1320px) {
      .aside__most-used-pages {
        width: 100%; } }
  .aside h2 {
    color: #000;
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase; }
  .aside ul {
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-size: 18px; }
    .aside ul a {
      color: #000;
      line-height: 1.8; }
      .aside ul a:hover {
        color: #ff5d1c; }

.announcement-card {
  width: 100%;
  padding: 30px;
  background-color: #676767;
  display: block;
  text-align: left;
  margin-bottom: 35px; }
  @media only screen and (min-width: 560px) {
    .announcement-card {
      padding: 30px 40px; } }
  @media only screen and (min-width: 860px) {
    .announcement-card {
      padding: 30px 60px; } }
  @media only screen and (min-width: 1320px) {
    .announcement-card {
      padding: 40px 120px 40px 80px; } }
  .announcement-card h2 {
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    color: #fff;
    font-size: 24px;
    line-height: 33px; }
    .announcement-card h2 span {
      font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
      color: #fff;
      font-weight: 800; }
  .announcement-card a {
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    position: relative; }
    .announcement-card a:link, .announcement-card a:visited {
      color: #fff; }
    .announcement-card a:after {
      content: "";
      position: absolute;
      top: 1px;
      right: -30px;
      width: 23px;
      height: 23px;
      transform: scale(0.8, 0.8);
      background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
      background-position: -90.5px -12.5px;
      background-size: 264px 156px; }
    .announcement-card a:hover, .announcement-card a:active {
      color: #ff5d1c; }
      .announcement-card a:hover:after, .announcement-card a:active:after {
        background-position: -90.5px -12.5px; }

.carousel {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 0;
  list-style: none;
  margin-bottom: 35px;
  min-height: 500px; }
  @media only screen and (min-width: 860px) {
    .carousel {
      min-height: 55vw; } }
  @media only screen and (min-width: 1150px) {
    .carousel {
      min-height: 45vw; } }
  @media only screen and (min-width: 1320px) {
    .carousel {
      min-height: 400px; } }
  .template-home-page .carousel {
    min-height: 450px; }
    @media only screen and (min-width: 860px) {
      .template-home-page .carousel {
        min-height: 400px; } }
  .carousel__slide {
    background-size: cover;
    background-position: center; }
    .template-home-page .carousel__slide {
      background-size: 100% auto;
      background-repeat: no-repeat;
      min-height: 450px;
      background-position: center bottom; }
      @media only screen and (min-width: 860px) {
        .template-home-page .carousel__slide {
          min-height: 400px;
          background-position: center;
          background-size: cover; } }
  .carousel__caption {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    top: 0;
    min-height: 100px;
    width: 100%;
    background-color: #fff;
    text-align: left;
    padding: 10px 20px 20px 2px; }
    @media only screen and (min-width: 860px) {
      .carousel__caption {
        width: 70%;
        bottom: 0;
        top: auto;
        text-align: left;
        padding: 20px 20px 0 2px; } }
  .carousel__heading {
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    color: #000;
    font-size: 22px;
    margin: 0; }
  .carousel__summary {
    color: #000;
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    margin: 0; }

.key-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 55px;
  color: #000;
  font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif; }
  @media only screen and (min-width: 860px) {
    .key-info {
      flex-direction: row; } }
  @media only screen and (min-width: 1320px) {
    .key-info {
      margin-bottom: 10px; } }
  .key-info__dates, .key-info__bus {
    background-color: #fff;
    width: 100%; }
    @media only screen and (min-width: 860px) {
      .key-info__dates, .key-info__bus {
        width: calc(50% - 30px); } }
  .key-info__dates {
    margin-bottom: 10px; }
    @media only screen and (min-width: 860px) {
      .key-info__dates {
        margin-bottom: 0;
        margin-right: 30px; } }
  @media only screen and (min-width: 860px) {
    .key-info__bus {
      margin-left: 30px; } }
  .key-info__header-dates, .key-info__header-bus {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer; }
  .key-info__heading {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 140px;
    padding: 30px 0;
    border-top: 1px solid #797979; }
    @media only screen and (min-width: 560px) {
      .key-info__heading {
        flex-direction: row;
        padding: 30px 0 0; } }
  @media only screen and (min-width: 560px) {
    .key-info__heading-icon {
      margin: 0 25px 30px 0; } }
  .key-info__heading-icon--bus svg {
    transform: scale(0.9); }
  .key-info__heading-text {
    display: flex;
    flex-direction: column;
    margin-top: 10px; }
    .key-info__heading-text p {
      font-size: 14px;
      margin-bottom: 0; }
  .key-info__content {
    width: 100%;
    padding: 30px 0;
    margin-top: 10px;
    border-top: 1px solid #797979; }
  .key-info__heading-chevron {
    position: absolute;
    top: 55px;
    right: 10px;
    background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
    background-position: -48.5px 107.5px;
    background-size: 264px 156px;
    width: 23px;
    height: 13px;
    transform: scale(1.4) rotate(180deg);
    transition: .2s ease-in-out; }
    @media only screen and (min-width: 560px) {
      .key-info__heading-chevron {
        right: 30px; } }
  .key-info .active .key-info__heading-chevron {
    transform: scale(1.4) rotate(0deg); }

.pane-secondary,
.pane-tertiary,
.pane-secondary h3,
.pane-tertiary h3 {
  font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  color: #000; }

.pane.expandable h2:after {
  display: none; }

.latest-news {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
  background-color: #676767;
  font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  padding: 30px 30px 0; }
  .latest-news img {
    transition: .2s ease-in-out;
    display: block; }
  @media only screen and (min-width: 1320px) {
    .latest-news {
      flex-direction: row;
      padding: 70px 70px 0; } }
  .latest-news__title {
    display: flex;
    width: 100%;
    margin: 0 0 15px; }
    .latest-news__title h2 {
      font-family: "Knockout 68 A", "Knockout 68 B", "Knockout-68FullFeatherwt", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
      text-transform: uppercase;
      font-size: 40px;
      margin: 0; }
      .latest-news__title h2 span {
        color: #fff; }
      @media only screen and (min-width: 1150px) {
        .latest-news__title h2 {
          font-size: 60px; } }
      @media only screen and (min-width: 1320px) {
        .latest-news__title h2 {
          font-size: 85px; } }
    @media only screen and (min-width: 1320px) {
      .latest-news__title {
        justify-content: flex-end;
        transform: rotate(-180deg);
        writing-mode: tb-lr;
        writing-mode: vertical-lr;
        width: 100px;
        margin: 1px 20px 0 0; } }
  .latest-news__title-container {
    display: flex; }
    @media only screen and (min-width: 1320px) {
      .latest-news__title-container {
        flex-direction: column;
        width: 100px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 860px) {
    .latest-news__feed-container {
      width: 100%; } }
  .latest-news__social-feed {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 560px) {
      .latest-news__social-feed {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px; } }
    @media only screen and (min-width: 1150px) {
      .latest-news__social-feed {
        grid-template-columns: repeat(4, 1fr); } }
    @media only screen and (min-width: 1320px) {
      .latest-news__social-feed {
        grid-gap: 30px;
        margin-bottom: 40px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 860px) {
      .latest-news__social-feed {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .latest-news__social-feed > * {
          flex-basis: calc(25% - 30px); } }
  .latest-news__social-post {
    margin: 0 0 35px;
    cursor: pointer;
    background-color: #676767;
    transition: .2s ease-in-out; }
    @media only screen and (min-width: 560px) {
      .latest-news__social-post {
        margin: 0; } }
    .latest-news__social-post:hover {
      background-color: #797979; }
      .latest-news__social-post:hover img {
        opacity: 0.7; }
  .latest-news__social-post-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 70vw;
    padding: 0 20px; }
    @media only screen and (min-width: 560px) {
      .latest-news__social-post-text {
        min-height: 0;
        height: 100%; } }
    .latest-news__social-post-text p {
      font-size: 13px;
      margin: 0; }
    .latest-news__social-post-text a {
      color: #fff;
      font-weight: 800; }
      .latest-news__social-post-text a:hover {
        color: #ff5d1c; }
  .latest-news__social-post-profile {
    transition: .2s ease-in-out; }
    .latest-news__social-post-profile img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin: 0 0 10px;
      transition: .2s ease-in-out; }
    .latest-news__social-post-profile p {
      font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
      color: #fff;
      margin: 0 0 5px;
      transition: .2s ease-in-out; }
    .latest-news__social-post-profile:hover p {
      color: #ff5d1c; }
    .latest-news__social-post-profile:hover img {
      opacity: 0.7; }
  .latest-news__news-feed {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 860px) {
      .latest-news__news-feed {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1320px) {
      .latest-news__news-feed {
        grid-gap: 30px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 860px) {
      .latest-news__news-feed {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .latest-news__news-feed > * {
          flex-basis: calc(33.33% - 30px); } }
  .latest-news__news-post {
    display: flex;
    flex-direction: column;
    color: #fff;
    margin: 0 0 45px;
    background-color: #676767;
    transition: .2s ease-in-out; }
    .latest-news__news-post:hover {
      background-color: #797979; }
      .latest-news__news-post:hover img {
        opacity: 0.7; }
    @media only screen and (min-width: 560px) {
      .latest-news__news-post {
        flex-direction: row; } }
    @media only screen and (min-width: 860px) {
      .latest-news__news-post {
        flex-direction: column; } }
    @media only screen and (min-width: 1320px) {
      .latest-news__news-post {
        flex-direction: row; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 860px) {
      .latest-news__news-post {
        flex-wrap: wrap; } }
  .latest-news__news-post-image img {
    width: 100%;
    height: auto;
    transition: .2s ease-in-out; }
    @media only screen and (min-width: 560px) {
      .latest-news__news-post-image img {
        width: 130px;
        height: 130px; } }
    @media only screen and (min-width: 860px) {
      .latest-news__news-post-image img {
        width: 100%;
        height: auto; } }
    @media only screen and (min-width: 1320px) {
      .latest-news__news-post-image img {
        width: 130px;
        height: auto; }
        .latest-news__news-post-image img img {
          width: 100%; } }
  .latest-news__news-post-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px 0 0; }
    .latest-news__news-post-text h2 {
      font-size: 18px; }
    @media only screen and (min-width: 560px) {
      .latest-news__news-post-text {
        padding: 0 0 20px 20px;
        max-width: 300px; } }
    @media only screen and (min-width: 860px) {
      .latest-news__news-post-text {
        padding: 10px 0 0; } }
    @media only screen and (min-width: 1320px) {
      .latest-news__news-post-text {
        padding: 0 0 0 20px;
        width: 190px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 860px) {
      .latest-news__news-post-text {
        padding: 0;
        height: auto; } }
  .latest-news__news-post-tags p {
    margin: 0;
    font-size: 12px; }
  .latest-news__news-post-categories {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase; }
  .latest-news__news-post-date {
    color: #fff;
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif; }
  .latest-news__social-links {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px; }
    @media only screen and (min-width: 860px) {
      .latest-news__social-links {
        flex-direction: row;
        margin: 0;
        justify-content: flex-end; } }
  .latest-news__social-link {
    margin: 5px 0; }
    .latest-news__social-link a {
      color: #fff;
      fill: #fff; }
      .latest-news__social-link a:hover {
        color: #ff5d1c;
        fill: #ff5d1c; }
    @media only screen and (min-width: 860px) {
      .latest-news__social-link {
        margin: 0 0 35px 30px; } }
    .latest-news__social-link svg {
      width: 19px;
      height: 18px; }
  .latest-news__off-site-svg {
    transform: scale(0.9);
    margin: 0 0 -1px 5px;
    transition: fill .2s ease-in-out; }
  .latest-news__twitter-svg {
    transform: scale(1.3);
    margin: 0 6px -5px 0; }
    .latest-news__twitter-svg > path {
      fill: #fff; }
  .latest-news__instagram-svg {
    transform: scale(1.1);
    margin: 0 6px -3px 0; }
    .latest-news__instagram-svg > path {
      fill: #fff; }
  .latest-news__news-svg {
    transform: scale(1.2);
    margin: 0 6px -3px 0; }
    .latest-news__news-svg g path:nth-child(1) {
      stroke: #fff; }
    .latest-news__news-svg g path:nth-child(2) {
      fill: #fff; }

.popular-pages {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  color: #000;
  padding-left: 2px; }
  .popular-pages:focus {
    outline: 0; }
  .popular-pages__wrapper {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 560px) {
      .popular-pages__wrapper {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap; } }
  .popular-pages__section {
    font-size: 16px;
    margin-bottom: 40px; }
    @media only screen and (min-width: 560px) {
      .popular-pages__section {
        width: 45%; } }
    @media only screen and (min-width: 860px) {
      .popular-pages__section {
        width: 30%; } }
  .popular-pages h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 14px; }
    .popular-pages h3:after {
      content: "";
      position: absolute;
      top: auto;
      width: 26px;
      height: 26px;
      margin: 2px 0 0 10px;
      transform: scale(0.7, 0.7);
      background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
      background-position: -90.5px -204.5px;
      background-size: 264px 156px; }
  .popular-pages h2 {
    position: relative;
    font-size: 20px;
    margin: 20px 0 40px; }
  .popular-pages ul {
    margin-top: 5px; }
    .popular-pages ul a {
      line-height: 1.8;
      color: #000; }
      .popular-pages ul a:hover {
        color: #ff5d1c; }
  .popular-pages__off-site-svg {
    margin: 0 0 -3px 6px;
    transition: fill .2s ease-in-out; }
  .popular-pages__workshops-link {
    display: flex;
    max-width: 100%;
    color: #fff;
    background-color: #676767;
    transition: .2s ease-in-out; }
    .popular-pages__workshops-link:hover {
      background-color: #797979; }
      .popular-pages__workshops-link:hover img {
        opacity: 0.7; }
  .popular-pages__workshops-image {
    display: flex;
    max-width: 50%; }
    .popular-pages__workshops-image img {
      transition: .2s ease-in-out;
      display: block;
      margin: auto 0; }
  .popular-pages__workshops-text {
    display: flex;
    max-width: 50%;
    margin: auto 0;
    padding: 10px 25px 10px 10px; }
    @media only screen and (min-width: 1320px) {
      .popular-pages__workshops-text {
        padding: 0 25px; } }
    .popular-pages__workshops-text p {
      position: relative;
      font-size: 18px;
      line-height: 25px;
      color: #fff;
      margin: 0; }
      .popular-pages__workshops-text p:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 23px;
        height: 23px;
        margin-left: 8px;
        transform: scale(0.7, 0.7);
        background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
        background-position: -90.5px -167.5px;
        background-size: 264px 156px; }

.responsive-object {
  position: relative; }

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

form {
  max-width: 600px; }
  form .desc {
    text-transform: uppercase;
    font-family: "Benton Sans Medium", "BentonSans-Medium", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-size: 12px; }
  form .form-help {
    margin-bottom: 20px;
    margin-top: 3px;
    font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    text-transform: none; }
  form input,
  form textarea {
    padding: 10px 20px;
    border: none;
    background: #f2f2f2;
    width: 100%;
    font-size: 16px; }
  form fieldset {
    margin: 8px 0;
    border: none;
    padding: 0; }
    form fieldset .desc {
      margin-bottom: 8px; }
  form input[type="checkbox"], form input[type="radio"] {
    display: inline-block;
    width: auto; }
    form input[type="checkbox"] + label, form input[type="radio"] + label {
      margin-left: 10px;
      text-transform: uppercase;
      font-family: "Benton Sans Light", "BentonSans-Light", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
      font-size: 12px; }
  form input, form textarea, form select {
    transition: all 0.30s ease-in-out;
    border: 1px solid rgba(255, 0, 220, 0);
    outline: none; }
  form input:focus, form textarea:focus, form select:focus {
    border: 1px solid #ff5d1c; }
  form select {
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    border-radius: 0;
    margin-bottom: 32px; }
  form #saveForm {
    display: inline-block;
    width: auto; }
  form .error {
    margin-top: -8px;
    margin-bottom: 16px;
    color: #ff00dc;
    font-size: 12px;
    text-transform: uppercase; }

.styled-select {
  position: relative; }
  .styled-select:after {
    content: '';
    width: 23px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 15px;
    background-image: url("../img/icons-23-std@2x.625610ff96f7.png");
    background-position: -46.5px -48.5px;
    background-size: 264px 156px;
    pointer-events: none; }
