<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* breakpoints */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont-eot.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont-eot.eot?#iefix&amp;v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont-woff2.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont-woff.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont-ttf.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont-svg.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul &gt; li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0px;
}

body {
  font-family: "Open Sans", Helvetica, Verdana, Tahoma, sans-serif;
  position: relative;
  overflow: auto;
  color: #747474;
  font-size: 14px;
  line-height: 1.5;
  background: #FFFFFF;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.on-page-editor {
  background: none !important;
}

body.prevent-scroll {
  overflow: hidden;
}

body.align-images-right .field-content h2 img,
body.align-images-right .field-content h3 img,
body.align-images-right .field-content h4 img,
body.align-images-right .field-content h5 img,
body.align-images-right .field-content h6 img,
body.align-images-right .field-content p img {
  float: right !important;
}

a {
  color: #747474;
  cursor: pointer;
  font-size: 0.85em;
}

a:hover {
  color: #878787;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.67em;
}

em {
  font-style: normal;
}

.bold {
  font-family: effra, sans-serif !important;
  font-weight: 700;
}

.warning-panel {
  padding: 0;
}

.warning-panel .ie-message {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  display: none;
  padding: 10px 5%;
  font-family: effra, sans-serif;
  font-weight: 400;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .warning-panel .ie-message {
    display: block;
  }
}

.xa-variable {
  border: 0px;
  padding: 1px;
  margin: 0px;
  background-color: #ebebe4;
  color: #545454;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

#breadcrumbMenuSubcontrol_context_menu * {
  box-sizing: initial;
}

header {
  background-color: #158473;
}

header #header {
  max-width: 100%;
}

header #header #uor-logo {
  padding-left: 56px;
}

header #header #uor-logo a {
  min-width: 100px;
  min-height: 32px;
  margin: 16px;
  margin-left: 0;
}

header #header #uor-logo a span {
  color: #fff;
}

header #header #uor-logo .logo {
  background: url(/film-theatre-television/-/media/Project/UoR-Main/Master/uor-logo-white.png) no-repeat;
  background-size: contain;
  display: inline-block;
}

header #header #uor-logo .logo span {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

header #header .site-title {
  text-align: center;
}

header #header .site-title h1 {
  font-size: 24px;
}

header #header .site-title a,
header #header .site-title h1 span {
  font-size: 24px;
  font-family: effra, sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
}

header #header .menu-bar {
  text-align: right;
  padding-right: 0px;
}

header #header .menu-bar div &gt; div {
  display: inline-block;
  height: 50px;
}

header #header .menu-bar #burger-menu {
  display: none !important;
  text-align: right;
  float: left;
}

header #header .menu-bar #burger-menu button span.burger-text {
  display: none;
}

header #header .menu-bar #burger-menu .navbar-toggler {
  height: 35px;
  margin-right: 20px;
  margin-top: 16px;
  border: none;
  background: transparent !important;
  cursor: pointer;
  width: 44px;
  position: relative;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
}

header #header .menu-bar #burger-menu .navbar-toggler .top-bar {
  top: 11px;
  width: 0 !important;
  left: 50%;
}

header #header .menu-bar #burger-menu .navbar-toggler .middle-bar {
  top: 10px;
  -ms-transform: 45deg;
  transform: 45deg;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

header #header .menu-bar #burger-menu .navbar-toggler .middle-bar-2 {
  top: 10px;
  -ms-transform: -45deg;
  transform: -45deg;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

header #header .menu-bar #burger-menu .navbar-toggler .bottom-bar {
  top: 11px;
  width: 0% !important;
  left: 50%;
}

header #header .menu-bar #burger-menu .navbar-toggler .icon-bar {
  width: 32px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  display: block;
  margin-top: 7px;
  display: block;
  position: absolute;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

header #header .menu-bar #burger-menu .navbar-toggler.collapsed .top-bar {
  top: 0;
  left: unset;
  width: 32px !important;
}

header #header .menu-bar #burger-menu .navbar-toggler.collapsed .middle-bar,
header #header .menu-bar #burger-menu .navbar-toggler.collapsed .middle-bar-2 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 10px;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

header #header .menu-bar #burger-menu .navbar-toggler.collapsed .bottom-bar {
  top: 20px;
  left: unset;
  width: 32px !important;
}

header #header .menu-bar #burger-menu .navbar-toggler:focus {
  outline: 1px solid #fff;
}

header #header .menu-bar .search-section {
  float: right;
}

header #header .menu-bar .search-section .search-box-button {
  background: transparent;
  cursor: pointer;
  font-size: 0;
  z-index: 2;
  height: 31px;
  border: none;
  margin: 16px 0 0 13px;
  padding: 2px 6px 2px 6px;
}

header #header .menu-bar .search-section .search-box-button:before {
  font-family: FontAwesome;
  content: "\f002";
  color: #fff;
  font-size: 26px;
}

header #header .menu-bar .search-section .search-box-button:focus {
  padding-right: 3px;
  padding-left: 3px;
}

header #header .menu-bar .search-section .search-box-button:hover:before {
  background-color: #167767;
}

header #header .menu-bar .search-section .search-box-button:focus:before {
  outline: 1px solid #fff;
  padding: 2px;
  color: #fff;
}

header #header #search-overlay {
  display: none;
}

header #header #search-overlay.show {
  display: block;
  z-index: 2;
  border: none;
}

header #header .block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  border: #a0a0a0 solid 1px;
  margin: 0;
}

header #header .block:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
  /* Adjusts for spacing */
  /* For visualization 
            background: #808080; width: 5px;
            */
}

header #header .centered {
  display: inline-block;
  vertical-align: middle;
  width: 99%;
  color: #fff;
  border: none;
  background: transparent;
}

header #header .centered .overlay-title {
  display: block;
  font-size: 32px;
  font-family: effra, sans-serif;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 17px;
}

header #header .centered #search-box {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}

header #header .centered #close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-family: effra, sans-serif;
  font-size: 18px;
  line-height: 18px;
  padding: 4px 9px;
  color: #fff;
}

header #header .centered #close-btn::after {
  font-family: FontAwesome;
  content: "\f00d";
  color: #ffffff;
  font-size: 18px;
  margin-left: 7px;
}

header #header .centered #close-btn:hover {
  cursor: pointer;
  background-color: #4d4d4d;
  padding: 4px 9px;
}

header #header .centered #close-btn:focus {
  outline: 1px solid #fff;
  background-color: #4d4d4d;
}

header #header .centered #search-form {
  width: 100%;
}

header #header .centered #search-text {
  font-size: 22px;
  color: #000000;
  border-width: 0;
  background: #fff;
  width: 70%;
  height: 54px;
  margin-right: -4px;
  padding: 16px;
  font-family: effra, sans-serif;
  font-weight: 400;
  outline: none;
  max-width: 729px;
}

header #header .centered #search-text:hover {
  color: #676767;
  border: 1px solid #676767;
}

header #header .centered #search-text:focus {
  border: 2px solid #8d9eef;
}

header #header .centered #search-button {
  background-color: #158473;
  cursor: pointer;
  border: 0;
  height: 54px;
  width: 56px;
  padding: 0;
}

header #header .centered #search-button a {
  font-size: 18px;
}

header #header .centered #search-button a::after {
  font-family: FontAwesome;
  color: #fff;
  content: "\f002" !important;
  font-size: 20px;
}

header #header .centered #search-button:focus {
  outline: 1px solid #fff;
  height: 52px;
}

header #header &gt; .row {
  background-color: unset;
}

header #header &gt; .row &gt; .row {
  width: 100%;
}

header #header &gt; .row .error-logo &gt; .component-content &gt; div .field-image {
  margin: 0 auto;
  padding-right: 0;
}

header #header &gt; .row .site-title {
  padding: 16px 0 16px 70px;
}

header #header &gt; .row header #header &gt; .row .site-title &gt; .component-content &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header #header &gt; .row header #header &gt; .row .site-title &gt; .component-content &gt; div .field-image {
  padding-right: 16px;
}

header #header &gt; .row header #header &gt; .row .site-title &gt; .component-content &gt; div .field-image a img:hover {
  opacity: 0.7;
}

header #header &gt; .row header #header &gt; .row .site-title &gt; .component-content &gt; div .field-image a:focus:active,
header #header &gt; .row header #header &gt; .row .site-title &gt; .component-content &gt; div .field-image a:active {
  opacity: 0.85;
}

header #header &gt; .row header #header &gt; .row .site-title &gt; .component-content &gt; div .field-image a:focus img {
  outline: 1px solid #fff;
  opacity: 1;
  padding: 2px;
  margin: -2px !important;
}

header #header &gt; .row header #header &gt; .row .site-title &gt; .component-content &gt; div &gt; a {
  display: block;
  border-left: 2px solid #fff;
  color: #fff;
  font-family: effra, sans-serif;
  font-weight: 700;
  padding-left: 16px;
  font-size: 22px;
  margin-bottom: 2px;
  text-decoration: none;
  line-height: 28px;
  padding-top: 8px;
  min-height: 43px;
  padding: 7px 4px;
}

header #header &gt; .row header #header &gt; .row .site-title &gt; .component-content &gt; div &gt; a:hover {
  text-decoration: underline;
}

header #header &gt; .row header #header &gt; .row .site-title &gt; .component-content &gt; div &gt; a:focus:active {
  color: #7afde9;
  text-decoration: none;
  background-color: unset;
}

header #header &gt; .row header #header &gt; .row .site-title &gt; .component-content &gt; div &gt; a:focus {
  background-color: #7afde9;
  color: #158473;
}

header #header &gt; .row .site-title {
  padding: 16px 0 16px 70px;
}

header #header &gt; .row .site-title &gt; .component-content &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header #header &gt; .row .site-title &gt; .component-content &gt; div .field-image {
  padding-right: 8px;
}

header #header &gt; .row .site-title &gt; .component-content &gt; div .field-image a img:hover {
  opacity: 0.7;
}

header #header &gt; .row .site-title &gt; .component-content &gt; div .field-image a:focus:active, header #header &gt; .row .site-title &gt; .component-content &gt; div .field-image a:active {
  opacity: 0.85;
}

header #header &gt; .row .site-title &gt; .component-content &gt; div .field-image a:focus img {
  border: 2px solid #fff;
  opacity: 1;
  padding: 2px;
  margin: -2px !important;
}

header #header &gt; .row .site-title &gt; .component-content &gt; div .field-image a img {
  padding: 2px;
}

header #header &gt; .row .site-title &gt; .component-content &gt; div &gt; a {
  display: block;
  border-left: 2px solid #fff;
  color: #fff;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
  line-height: 28px;
  padding: 8px 4px 8px 6px;
  min-height: 43px;
  margin: 2px 0 6px 0;
}

header #header &gt; .row .site-title &gt; .component-content &gt; div &gt; a:hover {
  text-decoration: underline;
}

header #header &gt; .row .site-title &gt; .component-content &gt; div &gt; a:focus:active {
  color: #158473;
  background-color: #fff;
}

header #header &gt; .row .site-title &gt; .component-content &gt; div &gt; a:focus {
  color: #fff;
  border: 2px solid #fff;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 4px;
}

header #header &gt; .row .menu-bar ul {
  text-align: right;
}

header #header &gt; .row .menu-bar &gt; .component-content li {
  border: none;
  background-color: unset;
  padding: 0;
  display: inline-block;
  padding-top: 26px;
}

header #header &gt; .row .menu-bar &gt; .component-content li .field-link a {
  color: #fff;
  font-family: effra, sans-serif;
  font-weight: 400;
  padding: 8px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  margin-right: 4px;
}

header #header &gt; .row .menu-bar &gt; .component-content li .field-link a::before {
  display: none;
}

header #header &gt; .row .menu-bar &gt; .component-content li .field-link a:hover {
  text-decoration: underline;
}

header #header &gt; .row .menu-bar &gt; .component-content li .field-link a:focus:active,
header #header &gt; .row .menu-bar &gt; .component-content li .field-link a:active {
  background-color: #fff;
  color: #158473;
}

header #header &gt; .row .menu-bar &gt; .component-content li .field-link a:focus {
  border: 2px solid #fff;
  padding: 8px 4px;
  margin-left: 2px;
  margin-right: 6px;
}

header #header &gt; .row .search-box,
header #header &gt; .row .open-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input {
  padding: 0;
  border: none;
  position: relative !important;
  color: #fff;
  box-shadow: unset;
  background-color: unset !important;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-family: effra, sans-serif;
  font-weight: 400;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:hover,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:hover {
  background-color: #167767 !important;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:hover::-webkit-input-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:hover::-webkit-input-placeholder {
  opacity: 0.7;
  color: #fff;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:hover:-ms-input-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:hover:-ms-input-placeholder {
  opacity: 0.7;
  color: #fff;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:hover::placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:hover::placeholder {
  opacity: 0.7;
  color: #fff;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:hover::-webkit-input-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:hover::-webkit-input-placeholder {
  opacity: 0.7;
  color: #fff;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:hover:-moz-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:hover:-moz-placeholder {
  opacity: 0.7;
  color: #fff;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:hover::-moz-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:hover::-moz-placeholder {
  opacity: 0.7;
  color: #fff;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:hover:-ms-input-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:hover:-ms-input-placeholder {
  opacity: 0.7;
  color: #fff;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:focus,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:focus {
  outline: 1px solid #fff;
  outline-offset: 5px;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:active,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:active {
  opacity: 1;
  border-bottom: 1px solid #fff;
  outline: unset;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:focus:active,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:focus:active {
  opacity: 0.7;
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  outline: none;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:active::-webkit-input-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:active::-webkit-input-placeholder {
  opacity: 0.7;
  color: #fff;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:active:-ms-input-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:active:-ms-input-placeholder {
  opacity: 0.7;
  color: #fff;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:active::placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:active::placeholder {
  opacity: 0.7;
  color: #fff;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:active::-webkit-input-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:active::-webkit-input-placeholder {
  opacity: 0.7;
  color: #fff;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:active:-moz-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:active:-moz-placeholder {
  opacity: 0.7;
  color: #fff;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:active::-moz-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:active::-moz-placeholder {
  opacity: 0.7;
  color: #fff;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:active:-ms-input-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:active:-ms-input-placeholder {
  opacity: 0.7;
  color: #fff;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-hint,
header #header &gt; .row .search-box label,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-hint,
header #header &gt; .row .open-search-box label {
  display: none;
}

header #header &gt; .row .search-box .twitter-typeahead,
header #header &gt; .row .open-search-box .twitter-typeahead {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-top: 26px;
}

header #header &gt; .row .search-box .twitter-typeahead span,
header #header &gt; .row .open-search-box .twitter-typeahead span {
  display: none;
}

header #header &gt; .row .search-box button.search-box-button,
header #header &gt; .row .search-box button.open-search-box-button,
header #header &gt; .row .open-search-box button.search-box-button,
header #header &gt; .row .open-search-box button.open-search-box-button {
  padding: 6px;
  cursor: pointer;
  width: 41px;
  height: 34px;
  margin: auto 0;
  font-size: 0;
  z-index: 2;
  border: none;
  background-color: unset !important;
}

header #header &gt; .row .search-box button.open-search-box-button,
header #header &gt; .row .open-search-box button.open-search-box-button {
  color: #fff !important;
}

header #header &gt; .row .search-box .open-search-button:hover,
header #header &gt; .row .search-box button.open-search-box-button:hover,
header #header &gt; .row .open-search-box .open-search-button:hover,
header #header &gt; .row .open-search-box button.open-search-box-button:hover {
  background-color: #167767 !important;
}

header #header &gt; .row .search-box .open-search-button:active,
header #header &gt; .row .search-box button.open-search-box-button:active,
header #header &gt; .row .open-search-box .open-search-button:active,
header #header &gt; .row .open-search-box button.open-search-box-button:active {
  background-color: #086154 !important;
}

header #header &gt; .row .search-box .search-box-button:hover,
header #header &gt; .row .open-search-box .search-box-button:hover {
  padding-bottom: 10px;
}

header #header &gt; .row .search-box button.open-search-box-button:focus::after,
header #header &gt; .row .open-search-box button.open-search-box-button:focus::after {
  outline: 1px solid #fff;
  outline-offset: 4px;
}

header #header &gt; .row .search-box button.open-search-box-button:focus:active::after,
header #header &gt; .row .open-search-box button.open-search-box-button:focus:active::after {
  outline: none;
}

header #header &gt; .row .search-box button.open-search-box-button::after,
header #header &gt; .row .open-search-box button.open-search-box-button::after {
  font-family: FontAwesome;
  content: "\f002";
  color: #fff;
  font-size: 18px;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input::-webkit-input-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.4;
  font-family: effra, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:-ms-input-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.4;
  font-family: effra, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input::placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input::placeholder {
  color: #fff;
  opacity: 0.4;
  font-family: effra, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input::-webkit-input-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.4;
  font-family: effra, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:-moz-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:-moz-placeholder {
  color: #fff;
  opacity: 0.4;
  font-family: effra, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input::-moz-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input::-moz-placeholder {
  color: #fff;
  opacity: 0.4;
  font-family: effra, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

header #header &gt; .row .search-box .component-content .search-box-input.tt-input:-ms-input-placeholder,
header #header &gt; .row .open-search-box .component-content .search-box-input.tt-input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.4;
  font-family: effra, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

main #content {
  max-width: 100%;
}

main #content &gt; .row {
  margin: 0;
}

main #content &gt; .row #error-content {
  margin-top: 10%;
}

main #content &gt; .row #error-content .component-content .image {
  text-align: center;
}

main #content &gt; .row #error-content .component-content .error-title {
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  line-height: 36px;
  color: #000;
  padding-bottom: 16px;
}

main #content &gt; .row #error-content .component-content .error-text {
  font-family: effra, sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #303030;
  text-align: center;
  padding-bottom: 32px;
}

main #content &gt; .row #error-content .component-content .homelink {
  text-align: center;
}

main #content &gt; .row #error-content .component-content .homelink a {
  padding: 12px 24px;
  color: #fff;
  background-color: #158473;
  border-color: #158473;
  font-family: effra, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: unset;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

main #content &gt; .row #error-content .component-content .homelink a:hover {
  background-color: #167767;
  border-color: #167767;
}

main #content &gt; .row #error-content .component-content .homelink a:focus {
  background-color: #7AFDE9;
  border-color: #086154;
  color: #086154;
}

main #content &gt; .row &gt; .row {
  width: 100%;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 {
  padding: 41px 24px 60px 25px;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .title .field-title,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .title .field-title {
  font-size: 48px;
  line-height: 52px;
  font-family: effra, sans-serif;
  font-weight: 700;
  color: #303030;
  border-bottom: 4px solid #158473;
  margin-bottom: 12px;
  padding-bottom: 5px;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content {
  font-size: 18px;
  font-family: effra, sans-serif;
  font-weight: 300;
  line-height: 28px;
  color: #303030;
  position: relative;
  padding: 0;
  margin: 0 !important;
  padding-bottom: 12px;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content strong {
  font-weight: unset;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content u,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content u {
  text-decoration: none;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content a {
  word-break: break-word;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h2,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h3,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h4,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h5,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h6,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h2,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h3,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h4,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h5,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h6 {
  font-family: effra, sans-serif;
  font-weight: 700;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h2 img,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h3 img,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h4 img,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h5 img,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h6 img,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h2 img,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h3 img,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h4 img,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h5 img,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h6 img {
  float: none;
  display: block;
  padding: 16px 0;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content p img,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content p img {
  float: none;
  display: block;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h2,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h2 a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h2,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h2 a {
  font-size: 32px;
  line-height: 36px;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h3,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h3 a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h3,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h3 a {
  font-size: 24px;
  line-height: 28px;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h4,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h4 a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h4,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h4 a {
  font-size: 18px;
  line-height: 24px;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h5,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h5 a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h5,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h5 a {
  font-size: 16px;
  line-height: 20px;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h6,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content h6 a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h6,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content h6 a {
  font-size: 16px;
  line-height: 20px;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content p,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ul li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ol li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content p,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ul li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ol li {
  font-size: 18px;
  font-family: effra, sans-serif;
  font-weight: 300;
  line-height: 28px;
  color: #303030;
  position: relative;
  padding: 0;
  margin: 0 !important;
  padding-bottom: 12px;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content p strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ul li strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ol li strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content p strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ul li strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ol li strong {
  font-weight: unset;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ul,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ol,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ul,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ol {
  margin-left: 16px;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ul li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ul li {
  margin: 0 0 0 1em !important;
  list-style: none;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ul li::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ul li::before {
  color: #158473;
  /* color of bullet or square */
  content: "\2022";
  /* Unicode of character to precede the list item */
  display: inline-block;
  font-size: 1em;
  /* use em or % */
  left: -0.9em;
  /* use em, line up bullet flush with left hand side */
  position: absolute;
  /* Set the bullet positioned absolutely top left */
  top: 0em;
  /* use em or % */
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ul li a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ol li a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ul li a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ol li a {
  font-family: effra, sans-serif;
  font-weight: 400;
  color: #158473;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ul li a:hover,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content a:hover, main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ol li a:hover,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ul li a:hover,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content a:hover,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ol li a:hover {
  text-decoration: underline;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ul li a:focus:active,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ul li a:active,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content a:focus:active,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content a:active,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ol li a:focus:active,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ol li a:active,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ul li a:focus:active,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ul li a:active,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content a:focus:active,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content a:active,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ol li a:focus:active,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ol li a:active {
  color: #086154;
  background-color: unset;
  text-decoration: none;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ul li a:focus,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content a:focus,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content ol li a:focus,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ul li a:focus,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content a:focus,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content ol li a:focus {
  background-color: unset;
  border: 2px solid #158473;
  padding: 4px;
  line-height: 36px;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table {
  display: block;
  border: none;
  margin-bottom: 24px;
  margin-top: 16px;
  overflow-x: auto;
  cursor: default;
  scrollbar-width: thin;
  scrollbar-color: #158473 #0000001a;
  table-layout: auto;
  width: unset !important;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table caption:first-of-type,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table caption:first-of-type {
  background-color: #158473;
  color: #fff;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table th, main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table td,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table th,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table td {
  font-family: effra, sans-serif;
  font-weight: 700;
  border: none;
  font-size: 18px;
  line-height: 24px;
  padding: 16px;
  min-width: 120px;
  background-color: unset;
  border: none;
  padding: 16px;
  font-size: 18px;
  font-family: effra, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #303030;
  vertical-align: unset;
  word-break: break-word;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table th a, main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table td a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table th a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table td a {
  color: #303030;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table th ul li::before, main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table td ul li::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table th ul li::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table td ul li::before {
  color: #fff;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table th a:hover, main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table td a:hover,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table th a:hover,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table td a:hover {
  text-decoration: underline;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table th a:focus, main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table td a:focus,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table th a:focus,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table td a:focus {
  color: #303030;
  padding: 4px;
  background-color: #dbdbdb;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type {
  border: none;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type td,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type th,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type td,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type th {
  color: #fff;
  font-family: effra, sans-serif;
  font-weight: 700;
  border: none;
  font-size: 18px;
  line-height: 24px;
  padding: 16px;
  min-width: 120px;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type td p,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type td p strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type td strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type td a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type td ul li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type td ol li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type th p,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type th p strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type th strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type th a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type th ul li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type th ol li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type td p,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type td p strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type td strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type td a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type td ul li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type td ol li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type th p,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type th p strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type th strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type th a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type th ul li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type th ol li {
  color: #fff !important;
  font-family: effra, sans-serif;
  font-weight: 700;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type td a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type th a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type td a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type th a {
  color: #303030;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type td ul li::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type th ul li::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type td ul li::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type th ul li::before {
  color: #fff;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type td a:hover,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type th a:hover,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type td a:hover,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type th a:hover {
  text-decoration: underline;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type td a:focus,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-of-type th a:focus,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type td a:focus,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-of-type th a:focus {
  color: #303030;
  padding: 4px;
  background-color: #dbdbdb;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child {
  color: #fff;
  background-color: #158473;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child td,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child th,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child td,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child th {
  color: #fff;
  background-color: #158473;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child td p,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child td p strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child td strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child td a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child td ul li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child td ol li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child th p,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child th p strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child th strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child th a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child th ul li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child th ol li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child td p,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child td p strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child td strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child td a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child td ul li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child td ol li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child th p,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child th p strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child th strong,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child th a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child th ul li,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child th ol li {
  color: #fff !important;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child td a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child th a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child td a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child th a {
  color: #303030;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child td ul li::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child th ul li::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child td ul li::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child th ul li::before {
  color: #fff;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child td a:focus,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:first-child th a:focus,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child td a:focus,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:first-child th a:focus {
  color: #303030;
  background-color: #dbdbdb;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody {
  border: 1px solid #cccccc;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody tr th,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody tr td,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody tr th,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody tr td {
  background-color: unset;
  border: none;
  padding: 16px;
  font-size: 18px;
  font-family: effra, sans-serif;
  font-weight: 700;
  line-height: 24px;
  min-width: 120px;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody tr th a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody tr td a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody tr th a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody tr td a {
  color: #303030 !important;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody tr th ul li::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody tr td ul li::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody tr th ul li::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody tr td ul li::before {
  color: #fff;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody tr th a:hover,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody tr td a:hover,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody tr th a:hover,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody tr td a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody tr th a:focus,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody tr td a:focus,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody tr th a:focus,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody tr td a:focus {
  background-color: unset;
  color: #000;
  border: 2px solid #000;
  padding: 4px;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody tr td,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody tr td {
  font-weight: 300;
  vertical-align: middle;
  word-break: break-word;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody tr td p,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody tr td p {
  margin: 0;
  padding: 0;
  min-width: 120px;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody tr td a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody tr td a {
  font-weight: 400;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody tr td::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody tr td::before {
  display: none;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody tr:nth-child(even),
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody tr:nth-child(even) {
  background-color: #fff;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tbody tr:nth-child(even) th:first-child,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tbody tr:nth-child(even) th:first-child {
  background-color: #D5FFF8;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table::-webkit-scrollbar,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table::-webkit-scrollbar-thumb,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 10px 10px #158473;
  border-radius: 20px;
  border: solid 3px #fff;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr td,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr td {
  color: #303030;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:nth-child(even),
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:nth-child(even) {
  background-color: #fff;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:nth-child(even) th:first-child,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:nth-child(even) th:first-child {
  background-color: #fff;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr:nth-child(2),
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr:nth-child(2) {
  border-top: none;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table tr td::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table tr td::before {
  display: none;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table.adapt,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table.adapt {
  border: 1px solid #ccc;
  display: block;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table.adapt tbody, main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table.adapt td, main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table.adapt tr,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table.adapt tbody,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table.adapt td,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table.adapt tr {
  display: block;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table.adapt tr:first-of-type,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table.adapt tr:first-of-type {
  display: none;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table.adapt tr td::before, main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table.adapt .row .column-splitter &gt; .col-md-10 table.adapt tr td::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table.adapt tr td::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table.adapt .row .column-splitter &gt; .col-md-10 table.adapt tr td::before {
  display: inline;
  font-weight: 700;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table.adapt tr,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table.adapt tr {
  background: unset !important;
  padding: 0;
  border: none;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table.adapt tr td,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table.adapt tr td {
  position: relative;
  display: -ms-grid;
  display: grid;
  min-height: 56px;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  grid-gap: 1em 0.5em;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table.adapt tr td a,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table.adapt tr td a {
  font-size: 20px  !important;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table.adapt tr td::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table.adapt tr td::before {
  display: inline-block;
  font-weight: 700;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table.adapt tr td:nth-child(odd),
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table.adapt tr td:nth-child(odd) {
  background: rgba(127, 107, 174, 0.1);
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table.adapt tr td::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table.adapt tr td::before {
  /* Now like a table header */
  display: inline;
  font-weight: 700;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table.adapt tr td:first-of-type,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table.adapt tr td:first-of-type {
  font-weight: 700;
  display: block;
  text-align: center;
  color: #fff;
  padding-left: 0;
  background-color: #158473 !important;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .field-content table.adapt tr td:first-of-type::before,
main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-10 .field-content table.adapt tr td:first-of-type::before {
  position: relative;
  font-weight: 700;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child .site-title {
  display: none;
}

#content .col-md-6 &gt; .row {
  height: 100%;
  background-color: #ebecec;
  min-height: -webkit-calc(100vh - 155px);
  min-height: calc(100vh - 155px);
}

#content .navigation {
  padding-right: 0;
}

#content .navigation .submenu &gt; ul {
  padding-left: 0;
}

#content .navigation nav &gt; ul {
  padding-top: 16px;
  padding-bottom: 14px;
  border-width: 0;
}

#content .navigation ul .rel-level1 {
  background: unset;
}

#content .navigation ul .rel-level1 &gt; ul {
  background: unset;
  padding: 0;
}

#content .navigation ul .rel-level1 &gt; ul .rel-level2.submenu.active &gt; ul {
  display: block;
}

#content .navigation ul .rel-level1 &gt; ul .rel-level3.submenu.active &gt; ul {
  display: block;
}

#content .navigation ul .rel-level1 &gt; ul .rel-level4.submenu.active &gt; ul {
  display: block;
}

#content .navigation ul .rel-level1 &gt; ul li.level2 a {
  padding-left: 48px;
}

#content .navigation ul .rel-level1 &gt; ul li.level2 a.current {
  padding-left: 40px;
}

#content .navigation ul .rel-level1 &gt; ul li.level3 a {
  padding-left: 72px;
}

#content .navigation ul .rel-level1 &gt; ul li.level3 a.current {
  padding-left: 64px;
}

#content .navigation ul .rel-level1 &gt; ul li.level4 a {
  padding-left: 96px;
}

#content .navigation ul .rel-level1 &gt; ul li.level4 a.current {
  padding-left: 88px;
}

#content .navigation ul .rel-level1 &gt; ul li a:before {
  display: none;
}

#content .navigation ul .rel-level1 &gt; ul li a {
  font-size: 18px;
}

#content .navigation ul .navigation-title:before {
  font-size: 14px;
  margin-right: 8px;
  color: #303030;
  top: 16px;
  text-rendering: auto;
  padding: 10px;
  margin-top: -10px;
  display: none !important;
}

#content .navigation ul .navigation-title {
  padding: 0;
  border: none;
}

#content .navigation ul .navigation-title a {
  padding: 10px;
  margin: 0;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-family: effra, sans-serif;
  font-weight: 400;
  word-break: break-word;
}

#content .navigation ul li a {
  border: none;
  padding-left: 10px;
  color: #303030;
}

#content .navigation ul li a:hover {
  background-color: #dbdbdb;
  text-decoration: underline;
}

#content .navigation ul li a:focus {
  border: 1px solid #303030;
  background-color: #cecece;
  padding: 9px 10px;
}

#content .navigation ul li a:active {
  background-color: #e0e1e2;
  border: none;
}

#content .navigation ul li div a.current {
  border-left: 8px solid #158473;
  background-color: #e0e1e2;
  padding-left: 16px;
}

#content .navigation ul li.level1 a {
  padding-left: 24px;
  padding-right: 46px;
}

#additional-menu-items {
  display: none;
  border-top: 1px solid #cccdcf;
  padding-top: 24px;
  padding-bottom: 48x;
}

#additional-menu-items .menu-bar {
  padding-right: unset;
}

#additional-menu-items .menu-bar ul li a {
  padding: 10px 46px 10px 24px;
  margin: 0;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #303030;
  font-family: effra, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

#additional-menu-items .menu-bar ul li a:hover {
  text-decoration: underline;
}

#additional-menu-items .menu-bar ul li a:focus {
  border: 2px solid #fff;
  padding: 4px;
  margin-right: 2px;
}

#additional-menu-items .menu-bar ul li a:active {
  color: #158473;
  background-color: #fff;
}

#additional-menu-items .search-box,
#additional-menu-items .open-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input {
  border: none;
  padding: 0;
  position: relative !important;
  color: #303030;
  box-shadow: unset;
  background-color: unset !important;
  border-bottom: 2px solid #303030;
  font-size: 18px;
  font-family: effra, sans-serif;
  font-weight: 400;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input::-webkit-input-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input::-webkit-input-placeholder {
  opacity: 0.4;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:-ms-input-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:-ms-input-placeholder {
  opacity: 0.4;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input::placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input::placeholder {
  opacity: 0.4;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input::-webkit-input-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input::-webkit-input-placeholder {
  opacity: 0.4;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:-moz-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:-moz-placeholder {
  opacity: 0.4;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:-ms-input-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:-ms-input-placeholder {
  opacity: 0.4;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:hover::-webkit-input-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:hover::-webkit-input-placeholder {
  opacity: 0.7;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:hover:-ms-input-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:hover:-ms-input-placeholder {
  opacity: 0.7;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:hover::placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:hover::placeholder {
  opacity: 0.7;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:hover::-webkit-input-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:hover::-webkit-input-placeholder {
  opacity: 0.7;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.outlinett-input:hover:-moz-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.outlinett-input:hover:-moz-placeholder {
  opacity: 0.7;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:hover::-moz-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:hover::-moz-placeholder {
  opacity: 0.7;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:hover:-ms-input-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:hover:-ms-input-placeholder {
  opacity: 0.7;
  color: #303030;
}

#additional-menu-items .search-box .component-content input.search-box-input.tt-input:focus,
#additional-menu-items .open-search-box .component-content input.search-box-input.tt-input:focus {
  outline: 1px solid #303030;
  outline-offset: 5px;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:active,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:active {
  opacity: 1;
  border-bottom: 1px solid #303030;
  outline: unset;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:focus:active,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:focus:active {
  opacity: 0.7;
  border-bottom: 1px solid #303030;
  border-bottom: 1px solid rgba(48, 48, 48, 0.7);
  outline: none;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:active::-webkit-input-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:active::-webkit-input-placeholder {
  opacity: 0.7;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:active:-ms-input-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:active:-ms-input-placeholder {
  opacity: 0.7;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:active::placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:active::placeholder {
  opacity: 0.7;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:active::-webkit-input-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:active::-webkit-input-placeholder {
  opacity: 0.7;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:active:-moz-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:active:-moz-placeholder {
  opacity: 0.7;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:active::-moz-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:active::-moz-placeholder {
  opacity: 0.7;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-input:active:-ms-input-placeholder,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-input:active:-ms-input-placeholder {
  opacity: 0.7;
  color: #303030;
}

#additional-menu-items .search-box .component-content .search-box-input.tt-hint,
#additional-menu-items .search-box label,
#additional-menu-items .open-search-box .component-content .search-box-input.tt-hint,
#additional-menu-items .open-search-box label {
  display: none;
}

#additional-menu-items .search-box .twitter-typeahead,
#additional-menu-items .open-search-box .twitter-typeahead {
  position: relative;
  padding-left: 24px;
  margin: 0;
}

#additional-menu-items .search-box .twitter-typeahead span,
#additional-menu-items .open-search-box .twitter-typeahead span {
  display: none;
}

#additional-menu-items .search-box .search-box-button,
#additional-menu-items .search-box button.open-search-box-button,
#additional-menu-items .open-search-box .search-box-button,
#additional-menu-items .open-search-box button.open-search-box-button {
  padding: 0 8px;
  cursor: pointer;
  width: 52px;
  font-size: 0;
  z-index: 2;
  border: none;
  padding-right: 16px;
  background-color: unset !important;
}

#additional-menu-items .search-box .search-box-button::before,
#additional-menu-items .search-box button.open-search-button::before,
#additional-menu-items .open-search-box .search-box-button::before,
#additional-menu-items .open-search-box button.open-search-button::before {
  font-family: FontAwesome;
  content: "\f002";
  color: #303030;
  font-size: 18px;
}

#additional-menu-items .search-box button.open-search-box-button:hover,
#additional-menu-items .open-search-box button.open-search-box-button:hover {
  padding-bottom: 4px;
}

#additional-menu-items .search-box button.open-search-box-button:focus::before,
#additional-menu-items .open-search-box button.open-search-box-button:focus::before {
  outline: 1px solid #303030;
  outline-offset: 5px;
}

#additional-menu-items .search-box button.open-search-box-button:focus:active::before,
#additional-menu-items .open-search-box button.open-search-box-button:focus:active::before {
  outline: none;
  opacity: 0.7;
  padding-bottom: unset;
}

main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-4 {
  padding-right: 25px;
}

.right-panel:last-of-type {
  margin-bottom: 24px;
}

.right-panel {
  border: 1px solid #158473;
  margin-top: 41px;
  padding: 0;
}

.right-panel u {
  text-decoration: none;
}

.right-panel p,
.right-panel h1 p,
.right-panel h2 p,
.right-panel h3 p,
.right-panel h4 p,
.right-panel h5 p,
.right-panel h6 p {
  padding: 8px 0;
  font-size: 16px;
  font-family: effra, sans-serif;
  font-weight: 300;
  line-height: 20px;
}

.right-panel .field-rightpaneltitle {
  padding: 16px 24px;
  border-bottom: 1px solid #158473;
  color: #303030;
  font-family: effra, sans-serif;
  font-weight: 700;
  line-height: 28px;
  font-size: 24px;
}

.right-panel .field-rightpaneltext p:not(:first-child) h4,
.right-panel .field-rightpaneltext p:not(:first-child) .bold {
  display: block;
  padding: 24px 0 8px;
}

.right-panel .field-rightpaneltext,
.right-panel .field-rightpaneltext ul li {
  padding: 16px 24px;
  color: #303030;
  font-size: 16px;
  line-height: 20px;
  font-family: effra, sans-serif;
  font-weight: 300;
  overflow-wrap: break-word;
}

.right-panel .field-rightpaneltext a,
.right-panel .field-rightpaneltext ul li a {
  text-decoration: none;
  font-family: effra, sans-serif;
  font-weight: 400;
  color: #303030;
  font-size: 16px;
}

.right-panel .field-rightpaneltext a:hover,
.right-panel .field-rightpaneltext ul li a:hover {
  color: #000;
  text-decoration: underline;
}

.right-panel .field-rightpaneltext a:active,
.right-panel .field-rightpaneltext ul li a:active {
  color: #086154;
  background-color: unset;
  text-decoration: none;
}

.right-panel .field-rightpaneltext a:focus,
.right-panel .field-rightpaneltext ul li a:focus {
  background-color: unset;
  border: 2px solid #000;
  color: #000;
  padding: 4px;
  line-height: 36px;
}

.right-panel .field-rightpaneltext h4,
.right-panel .field-rightpaneltext ul li h4 {
  font-family: effra, sans-serif;
  font-weight: 700;
  line-height: 20px;
  font-size: 18px;
}

.right-panel .field-rightpaneltext h4:not(:first-child),
.right-panel .field-rightpaneltext .bold:not(:first-child),
.right-panel .field-rightpaneltext ul li h4:not(:first-child),
.right-panel .field-rightpaneltext ul li .bold:not(:first-child) {
  padding: 24px 0 8px;
}

.right-panel .field-rightpaneltext ul,
.right-panel .field-rightpaneltext ul li ul {
  margin: 0;
  padding: 0;
}

.right-panel .field-rightpaneltext ul li,
.right-panel .field-rightpaneltext ul li ul li {
  margin-left: 0;
  padding: 8px 0;
  font-family: effra, sans-serif;
  font-weight: 300;
  list-style: none;
}

footer {
  background-color: #158473;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

footer #footer {
  max-width: 100%;
}

footer #footer &gt; .row {
  background-color: unset;
  width: 100%;
}

footer #footer &gt; .row &gt; .row {
  width: 100%;
}

footer #footer &gt; .row .menu-bar {
  padding: 16px 0 24px 37px;
}

footer #footer &gt; .row .menu-bar &gt; .component-content li {
  border: none;
  background-color: unset;
  padding: 0;
  display: inline-block;
  padding: 8px 0;
  padding-left: 22px;
}

footer #footer &gt; .row .menu-bar &gt; .component-content li .field-link a {
  padding: 0 12px;
  padding-right: 0;
  text-decoration: none;
}

footer #footer &gt; .row .menu-bar &gt; .component-content li .field-link a::before {
  display: none;
}

footer #footer &gt; .row .menu-bar &gt; .component-content li .field-link a {
  margin-right: 6px;
}

footer #footer &gt; .row .menu-bar &gt; .component-content li .field-link a:hover {
  text-decoration: underline;
}

footer #footer &gt; .row .menu-bar &gt; .component-content li .field-link a:focus:active,
footer #footer &gt; .row .menu-bar &gt; .component-content li .field-link a:active {
  color: #158473;
  background-color: #fff;
}

footer #footer &gt; .row .menu-bar &gt; .component-content li .field-link a:focus {
  border: 2px solid #fff;
  padding: 4px;
  margin-left: 6px;
  margin-right: 0;
}

footer #footer &gt; .row .menu-bar &gt; .component-content li .field-link a,
footer #footer &gt; .row .rich-text p,
footer #footer &gt; .row .rich-text p:before {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: effra, sans-serif;
  font-weight: 400;
}

footer #footer &gt; .row .rich-text {
  padding-left: 0;
}

footer #footer &gt; .row .rich-text p {
  padding: 24px 0;
  margin: 0;
  text-align: right;
}

footer #footer &gt; .row .rich-text p:before {
  padding-right: 10px;
  content: "\00A9";
}

@media only screen and (max-width: 992px) {
  #additional-menu-items .open-search-box button.open-search-box-button:before {
    font-family: FontAwesome;
    content: "\f002";
    color: #303030;
    font-size: 18px;
  }
  #content .col-md-6 &gt; .row {
    min-height: unset;
  }
  header #header .menu-bar #burger-menu {
    display: block !important;
  }
  header {
    width: 100%;
    position: fixed;
    z-index: 3;
  }
  main {
    margin-top: 72px;
  }
}

@media only screen and (max-width: 992px) and (-ms-high-contrast: active) {
  main {
    margin-top: 146px;
  }
}

@media only screen and (max-width: 992px) {
  main #content &gt; .row &gt; .row {
    margin-right: 17px;
  }
  #content .navigation nav &gt; ul {
    padding-top: 0;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child {
    padding: 0;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child .site-title {
    display: block;
    padding: 18px 13px 18px 30px;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child .site-title a {
    font-size: 24px;
    line-height: 28px;
    text-decoration: none;
    font-family: effra, sans-serif;
    font-weight: 700;
    color: #303030;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child .site-title a:hover {
    background-color: #e5e6e6;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child #additional-menu-items {
    display: block;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:last-child {
    padding: 41px 24px 60px 19px;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:last-child .title .field-title a {
    font-size: 48px;
    line-height: 52px;
    font-family: effra, sans-serif;
    font-weight: 700;
    color: #303030;
    border-bottom: 4px solid #158473;
    margin-bottom: 12px;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-4 {
    padding-right: 7px;
  }
  header #header &gt; .row .search-box,
  header #header &gt; .row .site-title .component-content a div .field-sitename {
    display: none;
  }
  header #header &gt; .row .menu-bar ul {
    display: none;
  }
  .container.collapse {
    display: none;
    height: 0;
  }
  .conatiner.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    box-shadow: 0 100vh 0 100vh rgba(0, 0, 0, 0.7), 0 5px 5px rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 2;
    background-color: #ebecec;
  }
  .container.collapse.show,
  .container.collapsing {
    display: block;
    height: auto;
    box-shadow: 0 100vh 0 100vh rgba(0, 0, 0, 0.7), 0 5px 5px rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 2;
    background-color: #ebecec;
    padding: 0;
  }
  footer #footer &gt; .row &gt; .row {
    margin: 0;
  }
  footer #footer &gt; .row &gt; .row .menu-bar {
    padding-left: 32px;
    padding-right: 10px;
    padding-top: 24px;
  }
  footer #footer &gt; .row &gt; .row .menu-bar ul li {
    padding: 24px 0 16px 0;
  }
  footer #footer &gt; .row &gt; .row .menu-bar ul li .field-link a {
    margin-right: 24px;
    padding-left: 0;
  }
  footer #footer &gt; .row &gt; .row .menu-bar ul li .field-link a:focus {
    margin-left: -6px;
    margin-right: 18px;
  }
  footer #footer &gt; .row &gt; .row .rich-text p {
    padding: 24px 0 24px 32px;
    text-align: left;
  }
  footer #footer &gt; .row &gt; .row .menu-bar {
    padding: 20px 16px 0 32px;
  }
  footer #footer &gt; .row &gt; .row .menu-bar ul {
    padding-bottom: 8px;
  }
  footer #footer &gt; .row &gt; .row .menu-bar ul li {
    padding: 4px 0 8px 0;
  }
}

@media only screen and (max-width: 768px) {
  #mobnav {
    margin-bottom: 50%;
  }
  header #header &gt; .row .menu-bar {
    padding-right: 5px;
  }
  header #header &gt; .row .menu-bar #burger-menu {
    padding-right: 0;
  }
  #uor-logo a {
    margin-bottom: 8px;
    margin-top: 16px;
  }
  main #content &gt; .row &gt; .row {
    margin: 0;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12 {
    padding: 41px 24px 0 20px;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12 .title {
    padding-left: 12px;
    padding-right: 1px;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12 .home-tile {
    padding: 12px;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child {
    background-color: #ebecec;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:last-child {
    padding: 20px 24px 40px 20px;
  }
  main #content &gt; .row &gt; .row .column-splitter .col-12.show.collapse:last-child {
    position: fixed;
    height: 100%;
    overflow-y: scroll;
    max-height: -webkit-calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    padding-bottom: 24px;
  }
  main #content &gt; .row &gt; .row .container .collapse .site-title,
  main #content &gt; .row &gt; .row .container .collapsing .site-title {
    padding: 16px !important;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-md-8 .title .field-title a {
    font-size: 40px;
    line-height: 44px;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child .site-title a {
    font-size: 22px;
  }
  #content .navigation {
    padding: 0;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child #additional-menu-items .menu-bar {
    padding: 0;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child #additional-menu-items .search-box,
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child #additional-menu-items .open-search-box {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child #additional-menu-items .search-box .twitter-typeahead,
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child #additional-menu-items .open-search-box .twitter-typeahead {
    padding-left: 8px;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child #additional-menu-items .search-box .search-box-button,
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child #additional-menu-items .search-box .open-search-box-button,
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child #additional-menu-items .open-search-box .search-box-button,
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child #additional-menu-items .open-search-box .open-search-box-button {
    padding-right: 0;
    margin-top: 4px;
    width: unset;
  }
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child #additional-menu-items .search-box .search-box-button:before,
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child #additional-menu-items .search-box .open-search-box-button:before,
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child #additional-menu-items .open-search-box .search-box-button:before,
  main #content &gt; .row &gt; .row .column-splitter &gt; .col-12:first-child #additional-menu-items .open-search-box .open-search-box-button:before {
    font-family: FontAwesome;
    content: "\f002";
    color: #303030;
    font-size: 18px;
  }
  .right-panel .field-rightpaneltitle,
  .right-panel .field-rightpaneltext {
    padding: 16px 8px;
  }
}

@media only screen and (max-width: 540px) and (-ms-high-contrast: active) {
  main {
    margin-top: 173px;
  }
}

@media only screen and (max-width: 540px) {
  header #header &gt; .row .site-title &gt; .component-content &gt; div &gt; a {
    display: none;
  }
  header #header .centered .overlay-title {
    font-size: 30px;
  }
}
</pre></body></html>