@charset "UTF-8";
/*------------------------------------*    TOOLKIT.CSS
\*------------------------------------*/
/**
 * NB Prefix any partial with 'tk-' is it exists 
 * already in Bootstrap to make it easier to search
 */
/**
 * Import Variables
 */
/*------------------------------------*   $CUSTOM TOOLKIT VARIABLES
\*------------------------------------*/
/**
 * Place any custom toolkit variables here.
 * N.B. dont use sass darken or lighten as we 
 * find and replace colors HEX's for theming
 */
/* For quick reference breakpoints
 * $screen-xs:                  480px;
 * $screen-sm:                  768px;
 * $screen-md:                  1024px;
 * $screen-lg:                  1260px;
 */
/**
 * UI colours
 */
/**
 * Layout
 * Wrappers & widths
 */
/**
 * Bootstrap Mid-Small - col-ms-* - the missing grid set for Bootstrap3.
 * This is a hack to fill the gap between 480 and 767 pixels. See _boostrap-ms.scss
 */
/**
 * Screen xxs max, do queries don't overlap
 */
/**
 * Old Engineering wrapper, just for reference
 * $wrapper-xs: 660px;
 * $wrapper-sm: 768px;
 * $wrapper-md: 992px;
 * $wrapper-lg: 1200px;
 * $wrapper-xl: 1260px;
 * xs: 660px;
 * sm: 768px;
 * md: 992px;
 * lg: 1260px;
 */
/**
 * Spacing
 */
/**
 * REM spacing
 * Not currently in use, start using when ready
 */
/**
 * Typography
 */
/*------------------------------------*   $BOOTSTRAP OVERRIDEN VARIABLES
\*------------------------------------*/
/**
 * Overide the default bootsrap variables here
 */
/**
 * Utilities
 */
/*------------------------------------*    $TK-MIXINS
\*------------------------------------*/
/**
 * Clearfix 
 */
/**
 * Forms Mixins
 */
/**
 * Form states
 */
/**
 * We remove outline but js toggles class 
 * so accessible outlines exist when tabbing through
 */
/**
 * Type for form element
 * Keep labels and information in forms other than input consistent
 */
/* Skin mixins*/
/**
 * For white module on a grey background
 */
/**
 * For grey modules on a white background
 */
/* Grey box with a shadow */
/* Grey box with a shadow and a border */
/* White box with a shadow */
/* Black box with a shadow */
/**
 * Borders
 */
/**
 * Mixin: list-no-style
 * Removes all style from ul/ol and child li tags
 */
/*

*/
/* Button mixins */
/**
 * TOOLKIT HELPERS
 */
.clearfix, .swiper-nav, [class*="wrapper"], .tk-row, .masthead, .site-search-inner, .divider-header, .content-header, .expander-header, .flag, .multi-page-nav,
.page-contents-nav, .multi-page-footer ul,
.page-footer ul, .social-share, .tk-tabs-header,
.tk-tabs-header-lg, .tk-tabs-cta {
  display: block;
  clear: both; }
  .clearfix:before, .swiper-nav:before, [class*="wrapper"]:before, .tk-row:before, .masthead:before, .site-search-inner:before, .divider-header:before, .content-header:before, .expander-header:before, .flag:before, .multi-page-nav:before,
  .page-contents-nav:before, .multi-page-footer ul:before,
  .page-footer ul:before, .social-share:before, .tk-tabs-header:before,
  .tk-tabs-header-lg:before, .tk-tabs-cta:before, .clearfix:after, .swiper-nav:after, [class*="wrapper"]:after, .tk-row:after, .masthead:after, .site-search-inner:after, .divider-header:after, .content-header:after, .expander-header:after, .flag:after, .multi-page-nav:after,
  .page-contents-nav:after, .multi-page-footer ul:after,
  .page-footer ul:after, .social-share:after, .tk-tabs-header:after,
  .tk-tabs-header-lg:after, .tk-tabs-cta:after {
    content: " ";
    display: table; }
  .clearfix:after, .swiper-nav:after, [class*="wrapper"]:after, .tk-row:after, .masthead:after, .site-search-inner:after, .divider-header:after, .content-header:after, .expander-header:after, .flag:after, .multi-page-nav:after,
  .page-contents-nav:after, .multi-page-footer ul:after,
  .page-footer ul:after, .social-share:after, .tk-tabs-header:after,
  .tk-tabs-header-lg:after, .tk-tabs-cta:after {
    clear: both; }

/**
 * Remove browser outlines
 */
.no-outline a:focus,
.no-outline input:focus,
.no-outline button:focus {
  outline: 0; }

/**
* Remove background
*/
.background-none {
  background: none !important; }

/**
 * Overflow
 */
.overflow-x-scroll {
  width: 100%;
  overflow-x: scroll; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

/**
 * Floats - TEUX DEUX - possiblly redundant
 */
.float-left {
  float: left; }

.float-right {
  float: right; }

/**
 * Display
 */
.dsp-block {
  display: block; }

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

.table,
.dsp-table {
  display: table; }

.table-cell,
.dsp-table-cell {
  display: table-cell; }

.inline-table {
  display: inline-table; }

.dsp-flex {
  display: flex; }
  .dsp-flex > * {
    flex: 1; }

/**
 * Show and hide
 */
.hide-accessible, .tab-content > .tab-pane {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  left: -9999px; }

.show-accessible, .tab-content > .active, .no-js .tab-content > .tab-pane {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
  left: auto; }

/**
 * Hide - breakpoints
 */
@media (max-width: 480px) {
  .hide-xs {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden; } }

@media (max-width: 767px) {
  .hide-sm {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden; } }

@media (max-width: 1023px) {
  .hide-md {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden; } }

/* Hide but reveal with no js */
.hide-no-js {
  display: none; }
  .no-js .hide-no-js {
    display: block; }

.hide-js {
  display: block; }
  .no-js .hide-js {
    display: none; }

/**
 * Position
 */
.wrapper-relative {
  position: relative; }

.pos-s {
  position: static !important; }

.pst-rel,
.pos-r {
  position: relative !important; }

.pos-a {
  position: absolute !important; }

.pos-f {
  position: fixed !important; }

/**
 * Width
 */
.w-sm,
.w-1-4 {
  width: 25% !important; }

.w-md,
.w-1-2 {
  width: 50% !important; }

.w-lg,
.w-3-4 {
  width: 75% !important; }

.w-full,
.w-1-1 {
  width: 100% !important; }

/**
 * Margin and padding
 */
.m-a-0 {
  margin: 0 !important; }

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

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

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

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

.m-a {
  margin: 16px !important; }

.m-t {
  margin-top: 16px !important; }

.m-r {
  margin-right: 16px !important; }

.m-b {
  margin-bottom: 16px !important; }

.m-l {
  margin-left: 16px !important; }

.m-x {
  margin-right: 16px !important;
  margin-left: 16px !important; }

.m-y {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

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

.m-a-sm {
  margin: 8px !important; }

.m-t-sm {
  margin-top: 8px !important; }

.m-r-sm {
  margin-right: 8px !important; }

.m-b-sm {
  margin-bottom: 8px !important; }

.m-l-sm {
  margin-left: 8px !important; }

.m-x-sm {
  margin-right: 8px !important;
  margin-left: 8px !important; }

.m-y-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.m-a-md {
  margin: 24px !important; }

.m-t-md {
  margin-top: 24px !important; }

.m-r-md {
  margin-right: 24px !important; }

.m-b-md {
  margin-bottom: 24px !important; }

.m-l-md {
  margin-left: 24px !important; }

.m-x-md {
  margin-right: 24px !important;
  margin-left: 24px !important; }

.m-y-md {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.m-a-lg {
  margin: 48px !important; }

.m-t-lg {
  margin-top: 48px !important; }

.m-r-lg {
  margin-right: 48px !important; }

.m-b-lg {
  margin-bottom: 48px !important; }

.m-l-lg {
  margin-left: 48px !important; }

.m-x-lg {
  margin-right: 48px !important;
  margin-left: 48px !important; }

.m-y-lg {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

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

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

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

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

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

.p-a {
  padding: 16px !important; }

.p-t {
  padding-top: 16px !important; }

.p-r {
  padding-right: 16px !important; }

.p-b {
  padding-bottom: 16px !important; }

.p-l {
  padding-left: 16px !important; }

.p-x {
  padding-right: 16px !important;
  padding-left: 16px !important; }

.p-y {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.p-a-sm {
  padding: 8px !important; }

.p-t-sm {
  padding-top: 8px !important; }

.p-r-sm {
  padding-right: 8px !important; }

.p-b-sm {
  padding-bottom: 8px !important; }

.p-l-sm {
  padding-left: 8px !important; }

.p-x-sm {
  padding-right: 8px !important;
  padding-left: 8px !important; }

.p-y-sm {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.p-a-md {
  padding: 24px !important; }

.p-t-md {
  padding-top: 24px !important; }

.p-r-md {
  padding-right: 24px !important; }

.p-b-md {
  padding-bottom: 24px !important; }

.p-l-md {
  padding-left: 24px !important; }

.p-x-md {
  padding-right: 24px !important;
  padding-left: 24px !important; }

.p-y-md {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.p-a-lg {
  padding: 48px !important; }

.p-t-lg {
  padding-top: 48px !important; }

.p-r-lg {
  padding-right: 48px !important; }

.p-b-lg {
  padding-bottom: 48px !important; }

.p-l-lg {
  padding-left: 48px !important; }

.p-x-lg {
  padding-right: 48px !important;
  padding-left: 48px !important; }

.p-y-lg {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

/**
 * Responsive text alignment
 */
.text-indent {
  text-indent: -9999px;
  display: block;
  height: 0;
  width: 0; }

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

.text-xs-left {
  text-align: left; }

.text-xs-right {
  text-align: right; }

.text-xs-center {
  text-align: center; }

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

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

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

/**
 * BOOTSTRAP EXTENDS - Used to add additional styles to already existing boostrap styles
 */
/**
 * Collapse
 */
.no-js .collapse {
  display: block; }

.no-js .fade {
  opacity: 1; }

/**
 * Dropdown
 */
.dropdown-menu {
  display: block;
  visibility: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.open > .dropdown-menu {
  display: block;
  visibility: visible;
  clip: auto; }

/**
 * Panels
 */
.panel-title {
  font-family: "freight-sans-pro", sans-serif; }

/**
 * List group items
 */
.list-group-item-heading {
  font-family: "freight-sans-pro", sans-serif; }

/* Other */
.badge {
  padding: 2px 6px 6px 6px; }

.container-flush {
  padding: 0; }

/* Grid with a reduce gutter */
.row-reduce-gutter > [class*='col-'] {
  padding-left: 8px;
  padding-right: 8px; }

/* Grid with a flush gutter */
.row-flush [class*='col-'] {
  padding: 0; }

/* Improve blockquote */
blockquote .small,
blockquote footer,
blockquote small {
  display: inline-block; }

.media-object {
  max-width: none !important; }

.form-group input,
.form-group textarea,
.form-group select,
.form-group button {
  margin-bottom: 0; }

/**
 * Plugins
 */
/*! Tablesaw - v2.0.2 - 2015-10-28
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed  */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw td,
.tablesaw th {
  box-sizing: border-box;
  padding: 0.5em 0.7em; }

.tablesaw thead tr:first-child th {
  padding-top: 0.9em;
  padding-bottom: 0.7em; }

.tablesaw-enhanced .tablesaw-bar .btn {
  border: 1px solid #c9bfb5;
  background: none;
  background-color: #fafafa;
  box-shadow: 0 1px 0 white;
  color: #4a4a4a;
  clear: both;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0.5em 0.85em 0.4em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0 1px 0 #fff;
  width: 100%;
  /* Theming */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(170, 170, 170, 0.1) 55%, rgba(120, 120, 120, 0.15) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(170, 170, 170, 0.1) 55%, rgba(120, 120, 120, 0.15) 100%);
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  border-radius: 0.25em; }

.tablesaw-enhanced .tablesaw-bar a.btn {
  color: #1c95d4; }

.tablesaw-enhanced .tablesaw-bar .btn:hover {
  text-decoration: none; }

/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-enhanced .tablesaw-bar .btn:active {
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.35) 0%, rgba(255, 255, 255, 0) 70%);
  background-image: linear-gradient(top, rgba(100, 100, 100, 0.35) 0%, rgba(255, 255, 255, 0) 70%); }

.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .btn:hover {
  color: #208de3;
  background-color: #fff;
  outline: none; }

.tablesaw-bar .btn:focus {
  box-shadow: 0 0 0.35em #4faeef !important; }

.tablesaw-bar .btn-select select {
  background: none;
  border: none;
  display: block;
  position: absolute;
  font-weight: inherit;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em; }

.tablesaw-bar .btn-select select {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  color: transparent; }

.tablesaw-bar .btn select option {
  background: #fff;
  color: #000; }

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
  text-indent: 0; }

.tablesaw-bar .btn.btn-micro,
.tablesaw-bar .btn.btn-small {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0; }

.tablesaw-bar .btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: 0.3em 1em; }

.tablesaw-bar .btn.btn-micro {
  font-size: 0.8125em;
  padding: 0.4em 0.7em 0.25em; }

.tablesaw-enhanced .tablesaw-bar .btn-select {
  text-align: left; }

.tablesaw-bar .btn-select:after {
  background: #e5e5e5;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
  content: " ";
  display: block;
  position: absolute; }

.tablesaw-bar .btn-select.btn-micro,
.tablesaw-bar .btn-select.btn-small {
  padding-right: 1.5em; }

.tablesaw-bar .btn-select:after {
  background: none;
  background-repeat: no-repeat;
  background-position: 0.25em 0.45em;
  content: "\25bc";
  font-size: 0.55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em; }

.tablesaw-bar .btn-select.btn-micro:after,
.tablesaw-bar .btn-select.btn-small:after {
  width: 1.2em;
  font-size: 0.5em;
  padding-top: 1em;
  padding-right: 0.5em;
  line-height: 1.65;
  background: none;
  box-shadow: none;
  border-left-width: 0; }

/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: 0.25em; }

.tablesaw-advance .btn.btn-micro {
  font-size: 0.8125em;
  padding: 0.3em 0.7em 0.25em; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: 0.5em;
  position: relative; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: 0.5em;
  top: 0.65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: 0.5em;
  top: 0.65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: 0.45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: 0.6em;
  border-right: 5px solid #808080; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: 0.7em;
  border-left: 5px solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: 0.25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none; }

/* Table Toolbar */
.tablesaw-bar {
  clear: both; }

.tablesaw-toolbar {
  font-size: 0.875em;
  float: left; }

.tablesaw-toolbar label {
  padding: 0.5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: 0.5em;
  text-transform: uppercase; }

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0; }

.tablesaw-bar .tablesaw-toolbar .btn {
  margin-left: 0.4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-size: 1em;
  padding-left: 0.3em; }

.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0; }

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
  padding-top: 0.9em; }

.tablesaw-bar .tablesaw-toolbar select {
  color: #888;
  text-transform: none;
  background: transparent; }

.tablesaw-toolbar ~ table {
  clear: both; }

.tablesaw-toolbar .a11y-sm {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }

@media (min-width: 380px) {
  .tablesaw-toolbar .a11y-sm {
    clip: none;
    height: auto;
    width: auto;
    position: static;
    overflow: visible; } }

table.tablesaw tbody th {
  font-weight: bold; }

table.tablesaw thead td,
table.tablesaw thead th {
  color: #444;
  font-size: 0.9em; }

.tablesaw td,
.tablesaw th {
  line-height: 1em;
  text-align: left;
  vertical-align: middle; }

.tablesaw tbody th,
.tablesaw td {
  vertical-align: middle;
  font-size: 1.17em;
  /* 19px */ }

.tablesaw tbody th .btn,
.tablesaw td .btn {
  margin: 0; }

.tablesaw thead {
  border: 1px solid #c9bfb5;
  background: #e2dfdc;
  background-image: -webkit-linear-gradient(top, #fff, #e2dfdc);
  background-image: linear-gradient(to bottom, #fff, #e2dfdc); }

.tablesaw thead th {
  font-weight: 100;
  color: #777;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  text-align: left; }

.tablesaw thead tr:first-child th {
  font-weight: normal;
  border-right: 1px solid #c9bfb5; }

/* Table rows have a gray bottom stroke by default */
.tablesaw tbody tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw caption {
  text-align: left;
  margin-bottom: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  line-height: 2.4; }

@media (min-width: 400px) {
  .tablesaw caption {
    margin-bottom: 0.6em;
    line-height: 1.2; } }

/* Stack */
.tablesaw-cell-label-top {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: normal; }

.tablesaw-cell-label {
  text-transform: uppercase;
  color: #4a4a4a; }

@media (min-width: 640px) {
  .tablesaw td {
    line-height: 2em; } }

@media only all {
  .tablesaw-swipe .tablesaw-cell-persist {
    border-right: 1px solid #c9bfb5; }
  .tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: 3px 0 4px -1px #c9bfb5; } }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 0.6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack td .tablesaw-cell-label-top,
  .tablesaw-stack th .tablesaw-cell-label-top {
    display: block;
    padding: 0.4em 0;
    margin: 0.4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 640px) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block; }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 640px) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

.tablesaw-fix-persist {
  table-layout: fixed; }

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-swipe td.tablesaw-cell-hidden,
  .tablesaw-swipe th.tablesaw-cell-hidden {
    display: none; } }

.btn.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block; }

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */ }

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: 0.5em; }

.tablesaw-columntoggle tbody td {
  line-height: 1.5; }

/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
  display: none; }

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: 0.5em 0.8em;
  border: 1px solid #c9bfb5;
  box-shadow: 0 1px 2px #c9bfb5;
  border-radius: 0.2em;
  z-index: 1; }

.tablesaw-columntoggle-popup fieldset {
  margin: 0; }

/* Hide all prioritized columns by default */
@media only all {
  .tablesaw-columntoggle td.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-6 {
    display: none; } }

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0; }

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none; }

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 320px) {
  .tablesaw-columntoggle td.tablesaw-priority-1,
  .tablesaw-columntoggle th.tablesaw-priority-1 {
    display: table-cell; } }

/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 480px) {
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-2 {
    display: table-cell; } }

/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 640px) {
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-3 {
    display: table-cell; }
  .tablesaw-columntoggle tbody td {
    line-height: 2; } }

/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 800px) {
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-4 {
    display: table-cell; } }

/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 960px) {
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-5 {
    display: table-cell; } }

/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 1120px) {
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-6 {
    display: table-cell; } }

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-columntoggle td.tablesaw-cell-hidden,
  .tablesaw-columntoggle th.tablesaw-cell-hidden {
    display: none; }
  /* Checked manually: Always show */
  .tablesaw-columntoggle td.tablesaw-cell-visible,
  .tablesaw-columntoggle th.tablesaw-cell-visible {
    display: table-cell; } }

.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: 0.2em 0;
  white-space: nowrap; }

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: 0.8em; }

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative; }

.tablesaw-sortable thead tr th {
  padding-right: 1.6em;
  vertical-align: top; }

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
  padding: 0; }

.tablesaw-sortable th.tablesaw-sortable-head button {
  padding: 0.9em 1.6em 0.7em 0.6em; }

.tablesaw-sortable .tablesaw-sortable-head button {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit;
  position: relative; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  width: 7px;
  height: 10px;
  content: "\0020";
  position: absolute;
  right: 0.5em; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\2191"; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\2193"; }

.tablesaw-sortable .not-applicable:after {
  content: "--";
  display: block; }

.tablesaw-sortable .not-applicable span {
  display: none; }

.tablesaw-advance {
  float: right; }

.tablesaw-advance.minimap {
  margin-right: 0.4em; }

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none; }

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: 0.4em 0.2em; }

.tablesaw-advance-dots li i {
  width: 0.25em;
  height: 0.25em;
  background: #555;
  border-radius: 100%;
  display: inline-block; }

.tablesaw-advance-dots-hide {
  opacity: 0.25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none; }

/**
 * Over write styles ------------------------------------
 */
.tablesaw thead {
  border: 0; }

.tablesaw thead tr:first-child th,
.tablesaw-sortable .tablesaw-sortable-head button {
  background: #fff;
  text-transform: none;
  font-weight: normal;
  font-size: inherit; }

.tablesaw-sortable th.tablesaw-sortable-head button,
.tablesaw thead tr:first-child th {
  border-bottom-width: 1px;
  padding-bottom: 12px;
  border-right-color: #e9e5e1 !important; }

.tablesaw-sortable th.tablesaw-sortable-head button:before {
  padding-right: 5px;
  position: absolute;
  top: 50%;
  right: 3px; }

.tablesaw-sortable th.tablesaw-sortable-head button:hover {
  background: #f4f2f0 !important; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  display: none; }

.tablesaw tbody th,
.tablesaw td {
  font-size: inherit; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  font-weight: 600;
  text-transform: none; }

@media (max-width: 320px) {
  .tablesaw-stack tr td {
    padding: 6px !important;
    border: 1px solid red; } }

@media (max-width: 640px) {
  .tablesaw-stack tr td:last-child {
    margin-bottom: 15px;
    border-bottom: 5px solid #aa8f6f; }
  .tablesaw-stack tr td {
    padding: 10px !important;
    border-top: 0 !important; }
  table .title {
    font-weight: bold; }
  .tablesaw-remove-heading .tablesaw-cell-label {
    display: none !important; }
  .tablesaw-remove-border td,
  .tablesaw-remove-border thead,
  .tablesaw-remove-border tr {
    border: 0 !important; } }

body .table-profiles {
  width: 100%;
  border: 0;
  margin-bottom: 20px; }
  body .table-profiles thead {
    background: none;
    border: 0; }
  body .table-profiles tr:first-child th {
    border: 0 !important;
    background: none !important;
    border-bottom: 1px solid #c9bfb5 !important; }
  body .table-profiles tr {
    border: 0; }
  body .table-profiles tr:last-child td {
    border-bottom: 0; }
    @media (max-width: 640px) {
      body .table-profiles tr:last-child td {
        border-bottom: 1px solid #ddd5cc; } }
  body .table-profiles tr td {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    hyphens: auto;
    line-height: 120%;
    border: 0;
    border-bottom: 1px solid #ddd5cc;
    padding: 10px; }
    @media (min-width: 640px) {
      body .table-profiles tr td {
        height: 80px; } }
  body .table-profiles tr td:last-child {
    margin: 0; }
    @media (max-width: 640px) {
      body .table-profiles tr td:last-child {
        border-bottom: 2px solid #c9bfb5 !important; } }

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.ms-choice {
  display: block;
  width: 100%;
  height: 26px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff; }

.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px; }

.ms-choice > span.placeholder {
  color: #999; }

.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
  background: url("multiple-select.png") left top no-repeat; }

.ms-choice > div.open {
  background: url("multiple-select.png") right top no-repeat; }

.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.ms-drop.bottom {
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.ms-drop.top {
  bottom: 100%;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000; }

.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url("multiple-select.png") no-repeat 100% -22px;
  background: url("multiple-select.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%); }

.ms-search, .ms-search input {
  box-sizing: border-box; }

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px; }

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static; }

.ms-drop ul > li .disabled {
  opacity: .35;
  filter: Alpha(Opacity=35); }

.ms-drop ul > li.multiple {
  display: block;
  float: left; }

.ms-drop ul > li.group {
  clear: both; }

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap; }

.ms-drop ul > li label.optgroup {
  font-weight: bold; }

.ms-drop input[type="checkbox"] {
  vertical-align: middle; }

.ms-drop .ms-no-results {
  display: none; }

/* Over write plugins code to fit styles */
.ms-choice {
  border-radius: 0;
  height: 40px;
  min-height: 40px;
  border: 1px solid #c9bfb5;
  background: #f8f7f6 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAFxJREFUKJHNzcENRGAUReGvALRAqFgTFuqQ2M80gOiDDcnLH8FiFnOW756Tx99SoEV+s2Xx2GPDkEQFxmPrYtBgSaIoT6jS1zH64HsnX0WPcoxWzG/kkxrlW/m37BqBF+nMeae3AAAAAElFTkSuQmCC") center right 8px no-repeat;
  line-height: normal;
  text-transform: none;
  letter-spacing: normal;
  padding-left: 12px; }
  .svg .ms-choice {
    background: #f8f7f6 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iLTI1IDI3IDEyIDEyIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNLTE0LjggMzAuOWwtNC4yIDQuMi00LjItNC4yIi8+PC9zdmc+") center right 8px no-repeat; }
  .ms-choice > div {
    background: none; }
  .ms-choice > span {
    letter-spacing: normal;
    top: 10px; }

.ms-drop {
  background: #ffffff;
  border: 1px solid #c9bfb5;
  border-radius: 0px; }

.ms-drop ul > li {
  border-top: 1px solid #c9bfb5; }
  .ms-drop ul > li:first-of-type {
    border-top: 0px solid #c9bfb5; }
  .ms-drop ul > li label {
    margin: 0;
    padding: 5px 0; }
    .ms-drop ul > li label input {
      margin-right: 10px;
      margin-top: 0; }

.ms-search input {
  background: none; }

.ms-drop ul > li label input {
  margin: 5px 5px 5px 0; }

/*!
 * FullCalendar v2.6.1 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed .fc-today {
  background: #fcf8e3; }

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */ }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: 3%; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: -3%; }

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
  left: -2%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
  left: 2%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-view-container {
  background: white; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden; }

.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */ }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #000;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */ }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

.fc-event .fc-resizer {
  position: absolute;
  z-index: 3; }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px; }

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize; }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize; }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px; }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px; }

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px; }

.fc-basic-view .fc-week-number {
  text-align: center; }

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right; }

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left; }

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */ }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */ }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */ }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer */
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event .fc-resizer:after {
  content: "="; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* Overwrite styles */
/**
 * Fullcalendar plugin style overwrite 
 */
.fc-day-grid-event .fc-content {
  text-overflow: ellipsis;
  font-size: 15px; }
  .fc-day-grid-event .fc-content:before {
    content: '\2022'; }

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd5cc; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #f4f2f0; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #4a4a4a; }

.fc-unthemed .fc-today {
  background: #f4f2f0; }

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

.fc-button-group,
.fc button {
  display: block; }

.fc-event {
  border-radius: 0; }

.fc-day-grid-event {
  margin: 2px; }

.fc .fc-button-group button,
.fc .fc-toolbar button {
  border-radius: 0;
  background-color: #e9e5e1;
  border-color: #c9bfb5;
  text-shadow: none;
  box-shadow: none;
  color: #4a4a4a;
  text-transform: uppercase; }
  .fc .fc-button-group button.fc-state-active,
  .fc .fc-toolbar button.fc-state-active {
    background-color: #aa8f6f;
    border-color: #917655;
    box-shadow: none;
    color: white; }

.fc-state-hover {
  color: #4a4a4a;
  text-decoration: none;
  background-position: 0 0; }

.fc-state-default {
  border-color: #c9bfb5;
  background-image: none; }

.fc .fc-toolbar h2 {
  font-size: 20px;
  color: #4a4a4a;
  text-transform: uppercase; }

.fc-event-container a {
  border-radius: 2px;
  border: none;
  color: #4a4a4a;
  background: #e9e5e1;
  padding: 3px; }
  .fc-event-container a.multi-day {
    color: white;
    background: #aa8f6f; }

.fc-more-cell a.fc-more {
  background: #b31b1b;
  color: white;
  border-radius: 2px;
  padding: 2px;
  display: block; }

.calendar-container {
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }
  .calendar-container .calendar-events {
    min-width: 768px; }

#calendar,
.calendar-events {
  margin: 12px 0; }

.calendar-legend {
  padding: 0;
  margin: 0 0 25px 0; }
  .calendar-legend li {
    list-style: none;
    margin: 6px 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 160%; }
    .calendar-legend li span {
      width: 25px;
      height: 25px;
      float: left;
      border: 1px solid #c9bfb5;
      background: #eeeeee;
      margin: 0 6px 0 0; }
    .calendar-legend li.multi-day span {
      background: #aa8f6f;
      border-color: #917655; }

/* 
Ekkolightbox styles custmomised */
/*

<div class="ekko-lightbox modal fade in show">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                    <span aria-hidden="true">×</span>
                </button>
                <h4 class="modal-title">image title</h4>
            </div>
            <div class="modal-body">
                <div class="ekko-lightbox-container">
                    <div class="ekko-lightbox-item fade in show">
                        //Media goes here
                    </div>
                    <div class="ekko-lightbox-item fade">
                        //Alt conatiner as holding wrapper
                    </div>
                    <div class="ekko-lightbox-nav-overlay"><a href="#"><span class="left-arrow"></span></a><a href="#"><span class="right-arrow"></span></a></div>
                </div>
            </div>
            <div class="modal-footer">4 / 9</div>
        </div>
    </div>
</div>

*/
.ekko-lightbox {
  /* Modal */ }
  .ekko-lightbox-container {
    position: relative; }
    .ekko-lightbox-container > div.ekko-lightbox-item {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%; }
      .ekko-lightbox-container > div.ekko-lightbox-item.in {
        z-index: 10; }
  .ekko-lightbox iframe {
    width: 100%;
    height: 100%; }
  .ekko-lightbox-nav-overlay a {
    display: block;
    width: 50px;
    height: 50px;
    background: #212121;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -25px;
    color: white; }
    .ekko-lightbox-nav-overlay a span {
      color: white;
      display: block;
      padding: 10px 4px; }
    .ekko-lightbox-nav-overlay a:first-child {
      left: 0px;
      border-right: 5px solid #aa8f6f; }
      @media (min-width: 1260px) {
        .ekko-lightbox-nav-overlay a:first-child {
          left: -45px; } }
    .ekko-lightbox-nav-overlay a:last-child {
      right: 0px;
      text-align: right;
      border-left: 5px solid #aa8f6f; }
      @media (min-width: 1260px) {
        .ekko-lightbox-nav-overlay a:last-child {
          right: -45px; } }
    .ekko-lightbox-nav-overlay a:hover, .ekko-lightbox-nav-overlay a:focus {
      text-decoration: none;
      outline: none; }
  .ekko-lightbox a:hover {
    opacity: 1;
    text-decoration: none; }
  .ekko-lightbox.modal {
    padding: 0 !important; }
  .ekko-lightbox + .modal-backdrop.in {
    opacity: 0.8; }
  .ekko-lightbox .modal-content {
    background: none;
    box-shadow: none;
    border: 0; }
  .ekko-lightbox .modal-header {
    border: 0;
    padding: 0 0 12px 0; }
    .ekko-lightbox .modal-header .close {
      color: white;
      opacity: 1;
      box-shadow: none;
      text-shadow: none; }
      .ekko-lightbox .modal-header .close span {
        display: none; }
      .ekko-lightbox .modal-header .close:after {
        position: relative;
        top: 2px;
        left: 2px; }
  .ekko-lightbox .modal-title {
    color: white; }
  .ekko-lightbox .modal-body {
    padding: 0; }
  .ekko-lightbox .modal-footer {
    text-align: left;
    color: #fff;
    border-top: 0;
    font-size: 18px; }

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center; }
  .ekko-lightbox-loader > div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center; }
    .ekko-lightbox-loader > div > div {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #fff;
      opacity: 0.6;
      position: absolute;
      top: 0;
      left: 0;
      animation: sk-bounce 2.0s infinite ease-in-out; }
      .ekko-lightbox-loader > div > div:last-child {
        animation-delay: -1.0s; }
  .ekko-lightbox-loader > div > div {
    background-color: #222; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/*Add dark mask and over styles to the ekko lightbox*/
.ekko-lightbox-default .fade {
  display: none; }

.ekko-lightbox-default .fade.in {
  display: block; }

.ekko-lightbox-default .modal-dialog {
  margin: 0 auto; }

.ekko-lightbox-default .modal-header {
  padding: 10px; }
  @media (min-width: 1024px) {
    .ekko-lightbox-default .modal-header {
      padding: 10px 0; } }

.ekko-lightbox-default .modal-body {
  padding: 0; }

.ekko-lightbox-default .modal-footer {
  padding-top: 30px; }
  .ekko-lightbox-default .modal-footer .heading-related {
    color: white; }

.ekko-lightbox-default .modal-pagination {
  position: absolute;
  right: 0px;
  bottom: -40px;
  width: 32px;
  height: 32px;
  color: white; }

.ekko-lightbox-default + .modal-backdrop.in {
  opacity: 1; }

.ekko-lightbox-default .info {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  color: white;
  z-index: 11; }
  .ekko-lightbox-default .info:after {
    text-indent: 0px;
    text-decoration: none; }
  .ekko-lightbox-default .info:hover, .ekko-lightbox-default .info:focus {
    color: #aa8f6f;
    text-decoration: none;
    border: 0; }

.ekko-lightbox-default .modal-loaded {
  padding: 10px; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.lt-ie9 .owl-wrapper-outer {
  height: auto !important; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

/**
 * Customisation of the Owl swiper
 */
/**
 * Default Swiper

+-----------------------+
|                       |
|                       |
|                       |
|                       |
+-----------------------+
| Content               |
+-----------------------+

*/
.no-js .swiper {
  opacity: 1; }

.swiper {
  background: #212121;
  opacity: 0;
  /* opacity 0 until init */
  transition: opacity 0.1s;
  position: relative;
  /*
      simple inline list that wraps (see single residence quickfacts)
    */ }
  .swiper .slide {
    width: 100%; }
  .swiper .slide-inner {
    display: table;
    width: 100%; }
  .swiper .slide-content-footer {
    background: rgba(17, 17, 17, 0.55);
    text-transform: uppercase;
    padding: 16px;
    color: #ffffff; }
    .swiper .slide-content-footer ul {
      padding: 0;
      margin: 0; }
    .swiper .slide-content-footer span {
      color: #aa8f6f;
      padding-right: 5px; }
    .swiper .slide-content-footer li {
      display: inline-block; }
      .swiper .slide-content-footer li:after {
        content: "|";
        padding-left: 10px;
        color: #aa8f6f; }
      .swiper .slide-content-footer li:first-of-type:after, .swiper .slide-content-footer li:last-of-type:after {
        content: ""; }
  .swiper .slide-content {
    display: table-footer-group;
    background: #212121; }
  .swiper .slide-content-inner {
    padding: 16px; }
    @media (min-width: 1024px) {
      .swiper .slide-content-inner {
        padding: 22px; } }
  .swiper .slide-img {
    width: 100%;
    padding-bottom: 50%;
    display: table-cell;
    background-size: cover;
    background-position: center; }
  .swiper .slide-img img {
    display: none; }
  .swiper .slide-cta {
    color: white;
    text-transform: uppercase; }
    .swiper .slide-cta:after {
      color: #aa8f6f;
      position: relative;
      top: 2px;
      left: 4px; }
  .swiper .slide-heading {
    color: white;
    font-size: 20px;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .swiper .slide-heading {
        font-size: 26px;
        font-family: "freight-display-pro", sans-serif; } }
    @media (min-width: 1024px) {
      .swiper .slide-heading {
        font-size: 32px; } }
  .swiper .slide-lead {
    color: white;
    margin-bottom: 8px;
    font-size: 16px; }
    @media (min-width: 768px) {
      .swiper .slide-lead {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      .swiper .slide-lead {
        margin-bottom: 16px;
        font-family: "freight-display-pro", sans-serif;
        font-size: 22px; } }
    .swiper .slide-lead br {
      display: none; }
      @media (min-width: 1024px) {
        .swiper .slide-lead br {
          display: block; } }

@keyframes pulseBottom {
  0% {
    bottom: 16px; }
  50% {
    bottom: 8px; }
  100% {
    bottom: 16px; } }

/**
 * Swiper 1

+----------+---------------+
|          |               |
|          |               |
|          |               |
| Content  |               |
+----------+---------------+

*/
@media (min-width: 1024px) {
  .swiper-1 .slide-content {
    display: table-cell;
    width: 33%;
    vertical-align: bottom; }
  .swiper-1 .slide-img {
    display: table-cell;
    width: 67%;
    padding-bottom: 33%; }
  .swiper-1 .slide-cta {
    padding: 16px 0 0 0;
    display: block;
    font-size: 14px;
    border-top: 1px solid #aa8f6f;
    display: block;
    font-size: 18px; }
  .swiper-1 .slide-heading {
    margin: 0 0 10px 0;
    font-size: 26px; }
    .swiper-1 .slide-heading.char-below-half {
      font-size: 32px; }
  .swiper-1 .slide-lead {
    font-size: 18px;
    line-height: 140%; }
    .swiper-1 .slide-lead.char-below-half {
      font-size: 22px; }
  .swiper-1 .slide-lead-sm {
    font-size: 14px;
    font-size: 18px;
    line-height: 140%;
    font-family: "freight-sans-pro", sans-serif; } }

@media (min-width: 1260px) {
  .swiper-1 .slide-heading {
    font-size: 32px; }
    .swiper-1 .slide-heading.char-below-half {
      font-size: 38px; }
  .swiper-1 .slide-lead {
    font-size: 21px;
    line-height: 150%; }
    .swiper-1 .slide-lead.char-below-half {
      font-size: 24px; } }

/**
 * Swiper 2

+-----------------------+
|                       |
|                       |
|        Content        |
|                       |
|                       |
+-----------------------+

*/
@media (min-width: 1024px) {
  .swiper-2 {
    position: relative; }
    .swiper-2 .slide-inner {
      position: relative; }
      .swiper-2 .slide-inner:before {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -16px;
        bottom: 16px;
        width: 32px;
        height: 32px;
        z-index: 1000;
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI0LDEyIDE2LDIwIDI4LDEyICIvPg0KPC9zdmc+DQo=") center no-repeat;
        animation: pulseBottom 2s;
        animation-iteration-count: infinite; }
      .swiper-2 .slide-inner:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(17, 17, 17, 0.6);
        background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, #212121 100%);
        top: 0;
        left: 0;
        z-index: 0; }
    .swiper-2 .slide-content {
      padding: 5% 15%;
      background: none;
      z-index: 1;
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    .swiper-2 .slide-cta {
      border: 1px solid white;
      padding: 10px;
      background: rgba(33, 33, 33, 0.7);
      padding: 12px 48px; }
      .swiper-2 .slide-cta:after {
        display: none; }
    .swiper-2 .slide-heading {
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
      font-size: 40px;
      position: relative;
      margin-bottom: 15px;
      display: inline-block;
      line-height: 120%; }
      .swiper-2 .slide-heading:before {
        content: "";
        position: absolute;
        width: 70%;
        height: 1px;
        bottom: -8px;
        left: 15%;
        background-color: #aa8f6f; }
      .swiper-2 .slide-heading.char-below-half {
        font-size: 56px;
        line-height: 100%; }
    .swiper-2 .slide-lead {
      font-size: 22px;
      line-height: 120%;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
      margin-bottom: 28px; }
      .swiper-2 .slide-lead.char-below-half {
        font-size: 30px; } }

@media (min-width: 1260px) {
  .swiper-2 .slide-content {
    padding: 5% 25%; } }

.lt-ie9 .swiper-2 .slide-inner:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUhISFeAxSwAAAAAXRSTlOzEo46UAAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=); }

@media (max-width: 1259px) {
  .swiper-2.swiper-full-width .slide-img {
    background-position: center !important; } }

@media (min-width: 1260px) {
  .swiper-2.swiper-full-width .slide-img {
    background-position: 0 -20px; }
  .swiper-2.swiper-full-width .slide-img {
    padding-bottom: 40%; } }

/**
 * Swiper with form
 * Search form used in banner
 * e.g. Library banner
 */
.swiper-2.swiper-form .slide-content-form {
  background: #111111;
  position: relative;
  z-index: 1;
  margin: 52px 22px; }
  @media (min-width: 768px) {
    .swiper-2.swiper-form .slide-content-form {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 10;
      width: 90%;
      transform: translate(-50%, -50%); } }
  @media (min-width: 1024px) {
    .swiper-2.swiper-form .slide-content-form {
      width: 75%;
      background: rgba(17, 17, 17, 0.85); } }
  @media (min-width: 1260px) {
    .swiper-2.swiper-form .slide-content-form {
      width: 66.6666%; } }
  @media (min-width: 1024px) {
    .swiper-2.swiper-form .slide-content-form .slide-content-inner {
      padding: 26px 26px 12px 26px; } }
  @media (max-width: 479px) {
    .swiper-2.swiper-form .slide-content-form .slide-content-inner ul {
      padding: 0;
      margin: 0;
      margin-bottom: 15px;
      line-height: 24px;
      margin-bottom: 0; }
      .swiper-2.swiper-form .slide-content-form .slide-content-inner ul .title {
        text-transform: uppercase;
        margin-bottom: 15px;
        font-size: 14px;
        color: #ffffff;
        display: block; }
        .swiper-2.swiper-form .slide-content-form .slide-content-inner ul .title:before {
          content: ""; }
      .swiper-2.swiper-form .slide-content-form .slide-content-inner ul li {
        list-style: none;
        padding-left: 6px;
        font-size: 14px; }
        .swiper-2.swiper-form .slide-content-form .slide-content-inner ul li:before {
          position: relative;
          content: "-";
          left: -5px;
          color: #aa8f6f; }
      .swiper-2.swiper-form .slide-content-form .slide-content-inner ul a {
        color: #f7f7f7; }
        .swiper-2.swiper-form .slide-content-form .slide-content-inner ul a:hover {
          color: white; } }
  @media (min-width: 480px) {
    .swiper-2.swiper-form .slide-content-form .slide-content-inner ul {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-bottom: 10px;
      margin: 10px 0; }
      .swiper-2.swiper-form .slide-content-form .slide-content-inner ul li {
        list-style: none; }
      .swiper-2.swiper-form .slide-content-form .slide-content-inner ul li {
        font-family: "freight-sans-pro", sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 110%;
        display: inline-block;
        margin-right: 10px;
        color: #999; } }
    @media (min-width: 480px) and (min-width: 480px) {
      .swiper-2.swiper-form .slide-content-form .slide-content-inner ul li {
        letter-spacing: 0.05em;
        line-height: 140%;
        font-size: 15px; } }
    @media (min-width: 480px) and (min-width: 768px) {
      .swiper-2.swiper-form .slide-content-form .slide-content-inner ul li {
        font-size: 15px; } }
  @media (min-width: 480px) {
      .swiper-2.swiper-form .slide-content-form .slide-content-inner ul li:after {
        padding-left: 10px;
        content: "|"; }
      .swiper-2.swiper-form .slide-content-form .slide-content-inner ul li:last-child:after {
        content: ""; } }
  .swiper-2.swiper-form .slide-content-form a {
    color: white; }

.swiper-2.swiper-form .slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  @media (min-width: 768px) {
    .swiper-2.swiper-form .slide-img {
      padding-bottom: 40%;
      position: static; } }
  @media (min-width: 1024px) {
    .swiper-2.swiper-form .slide-img {
      padding-bottom: 33.33%; } }

.lt-ie9 .swiper-2.swiper-form .slide-content-form,
.ie9 .swiper-2.swiper-form .slide-content-form {
  margin-left: -33.3333%; }

/**
 * Swiper nav
 */
.swiper-nav-2 li {
  width: 50%; }

.swiper-nav-3 li {
  width: 33%; }
  .swiper-nav-3 li:last-child {
    width: 34%; }

.swiper-nav-4 li {
  width: 25%; }

/**
 * Swiper buttons
 */
.swiper .owl-buttons > div {
  position: absolute;
  z-index: 2;
  background-color: #212121;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px; }
  .swiper .owl-buttons > div.disabled {
    pointer-events: none;
    opacity: 0.25;
    cursor: default; }

.swiper .owl-buttons .owl-prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHlJREFUeNpiYKAQ/P//XwCIGxhoDYCWnP8PAetpacl8qCXvgdiAVpYU/EeAAFpZEoBkSQGtLDGABhUIzKeVJaAUdh9qyXl6pDCQZQKjKWw0hZEFmBgGA6BL0NE1MdA1edM1w9K1CKJroTqaEod8SlxPa4uIakACBBgAdqdYm+r89zIAAAAASUVORK5CYII=");
  top: 5px;
  right: 40px;
  left: auto;
  width: 30px;
  height: 30px;
  margin: 0;
  background-size: 50%;
  border: 0; }
  .svg .swiper .owl-buttons .owl-prev {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjZweCIgaGVpZ2h0PSIyNnB4IiB2aWV3Qm94PSIwIDAgMjYgMjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI2IDI2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+DQo8cG9seWxpbmUgaWQ9IlhNTElEXzJfIiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LDI1IDgsMTMgMTgsMSAiLz4NCjwvc3ZnPg0K"); }
  @media (min-width: 480px) {
    .swiper .owl-buttons .owl-prev {
      top: 10px;
      right: 60px;
      left: auto;
      width: 40px;
      height: 40px;
      margin: 0;
      background-size: 50%;
      border: 0; } }
  @media (min-width: 1024px) {
    .swiper .owl-buttons .owl-prev {
      top: 10px;
      right: 65px;
      left: auto;
      width: 45px;
      height: 45px;
      margin: 0;
      background-size: 60%;
      border: 0; } }
  @media (min-width: 1340px) {
    .swiper .owl-buttons .owl-prev {
      top: 50%;
      right: auto;
      left: -45px;
      width: 50px;
      height: 50px;
      border-right: 5px solid #aa8f6f;
      background-size: auto;
      margin-top: -25px;
      display: block; } }

@media (min-width: 1340px) {
  .swiper-full-width .owl-buttons .owl-prev {
    left: 0px; } }

@media (min-width: 1340px) {
  .swiper-1.swiper-full-width .owl-buttons .owl-prev {
    top: 10px;
    right: 65px;
    left: auto;
    width: 45px;
    height: 45px;
    margin: 0;
    background-size: 60%;
    border: 0; } }

@media (min-width: 1500px) {
  .swiper-1.swiper-full-width .owl-buttons .owl-prev {
    top: 50%;
    right: auto;
    left: -45px;
    width: 50px;
    height: 50px;
    border-right: 5px solid #aa8f6f;
    background-size: auto;
    margin-top: -25px;
    display: block; } }

.swiper .owl-buttons .owl-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHpJREFUeNpiYCAA/v//3wDEAgy0BEAL1v+HgPO0tsgAiN9DLZtPa8sC/iNAAa0tK0CyLIDWls2HWgQKSgNaW3Yeatl9mqZEkOFQS0ZT4mhKJD8lMjEMBUCXoKNLYqBL8qZLhqVbEUSXQnU0hQ3OKoGezS0BajUgAQIMAPXvW6glH+toAAAAAElFTkSuQmCC");
  top: 5px;
  right: 5px;
  left: auto;
  width: 30px;
  height: 30px;
  margin: 0;
  background-size: 50%;
  border: 0; }
  .svg .swiper .owl-buttons .owl-next {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjZweCIgaGVpZ2h0PSIyNnB4IiB2aWV3Qm94PSIwIDAgMjYgMjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI2IDI2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+DQo8cG9seWxpbmUgaWQ9IlhNTElEXzJfIiBjbGFzcz0ic3QwIiBwb2ludHM9IjgsMSAxOCwxMyA4LDI1ICIvPg0KPC9zdmc+DQo="); }
  @media (min-width: 480px) {
    .swiper .owl-buttons .owl-next {
      top: 10px;
      right: 10px;
      left: auto;
      width: 40px;
      height: 40px;
      margin: 0;
      background-size: 50%;
      border: 0; } }
  @media (min-width: 1024px) {
    .swiper .owl-buttons .owl-next {
      top: 10px;
      right: 10px;
      left: auto;
      width: 45px;
      height: 45px;
      margin: 0;
      background-size: 60%;
      border: 0; } }
  @media (min-width: 1340px) {
    .swiper .owl-buttons .owl-next {
      top: 50%;
      right: -45px;
      left: auto;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      display: block;
      border-left: 5px solid #aa8f6f;
      background-size: auto; } }

@media (min-width: 1340px) {
  .swiper-full-width .owl-buttons .owl-next {
    right: 0px; } }

@media (min-width: 1340px) {
  .swiper-1.swiper-full-width .owl-buttons .owl-next {
    top: 10px;
    right: 10px;
    left: auto;
    width: 45px;
    height: 45px;
    margin: 0;
    background-size: 60%;
    border: 0; } }

@media (min-width: 1500px) {
  .swiper-1.swiper-full-width .owl-buttons .owl-next {
    top: 50%;
    right: -45px;
    left: auto;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    display: block;
    border-left: 5px solid #aa8f6f;
    background-size: auto; } }

@media (min-width: 1024px) {
  .swiper-2 .owl-buttons .owl-next {
    top: 50%;
    right: -45px;
    left: auto;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    display: block;
    border-left: 5px solid #aa8f6f;
    background-size: auto;
    right: 0; } }

@media (min-width: 1024px) {
  .swiper-2 .owl-buttons .owl-prev {
    top: 50%;
    right: auto;
    left: -45px;
    width: 50px;
    height: 50px;
    border-right: 5px solid #aa8f6f;
    background-size: auto;
    margin-top: -25px;
    display: block;
    left: 0; } }

/* Swiper nav (footer tabs )*/
.swiper-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .swiper-nav li {
    float: left;
    padding: 0px;
    background: #333333;
    text-align: center;
    transition: background-color 500ms ease-out; }
    .swiper-nav li.active {
      background: #917655; }
    .swiper-nav li a {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%;
      height: 100%;
      width: 100%;
      display: block;
      text-align: center;
      padding: 15px 15px 15px 15px; }
      @media (max-width: 1023px) {
        .swiper-nav li a {
          padding: 0;
          height: 10px;
          text-indent: -9999px; } }
      @media (max-width: 767px) {
        .swiper-nav li a {
          height: 5px; } }

@keyframes pulseTop {
  0% {
    top: 0px; }
  50% {
    top: 6px; }
  100% {
    top: 0px; } }

.swiper-more {
  display: table;
  padding: 5px;
  position: relative;
  -webkit-animation: pulseTop 2s;
  animation: pulseTop 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px auto;
  text-indent: -9999px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASNJREFUeNpiYBgFo2B4A2V5hfVAbEADcw1AZoPYTEBGA5AO4OPjO79r587/1AIgs0BmgswG2cEsJCBwAcjx+Pnzp8TWzVsYgJIMBoaGFPlkwbx5DOUlpQxAM0FckPmZyN6cD8T/QbisuIRsn4D0wswBmYkrTAtginw8vf5//PiRaAtAakF6kCwpIBSBoDB9D1Jsb23z/9rVqwQtAakBqYVaANIbQEpquQ/SaKir9x9fIgHJgdRALblPcuoFahAA4vOwoJg/dy6GJSAxpKACqRWgJC9gTSRERToSYCTSMlDE9oPYmlpaYLHr167BpAvvPnwwgSoWwRIJkAK5HBY8H4A4EWjJBmL0M5JapACp9VBuINCSC7QsFwUoivRRMAroBgACDADMVoH988DmAgAAAABJRU5ErkJggg==") center no-repeat;
  display: none; }
  @media (min-width: 768px) {
    .swiper-more {
      width: 26px;
      height: 26px; } }
  @media (max-width: 768px) {
    .swiper-more {
      display: none; } }
  .svg .swiper-more {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjZweCIgaGVpZ2h0PSIyNnB4IiB2aWV3Qm94PSIwIDAgMjYgMjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI2IDI2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO3N0cm9rZTojMjMxRjIwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+DQo8cG9seWxpbmUgaWQ9IlhNTElEXzJfIiBjbGFzcz0ic3QwIiBwb2ludHM9IjI1LDggMTMsMTggMSw4ICIvPg0KPC9zdmc+DQo=") center no-repeat; }

/**
 * Swiper Multiple items (see Accommodation: Single residence page)
 */
.swiper-multi {
  background: #333333;
  padding: 0 45px;
  overflow: initial; }
  .swiper-multi .owl-item {
    text-align: center; }
    .swiper-multi .owl-item p {
      max-width: 265px;
      margin: 0 auto;
      font-size: 16px;
      color: #ffffff;
      padding: 0px 10px 20px 10px; }
    .swiper-multi .owl-item .item {
      padding: 5px; }
    .swiper-multi .owl-item .tk-icon, .swiper-multi .owl-item .tablesaw-sortable th.tablesaw-sortable-head button:before, .tablesaw-sortable th.tablesaw-sortable-head .swiper-multi .owl-item button:before, .swiper-multi .owl-item .ekko-lightbox-nav-overlay a span, .ekko-lightbox-nav-overlay a .swiper-multi .owl-item span, .swiper-multi .owl-item .ekko-lightbox .modal-header .close:after, .ekko-lightbox .modal-header .swiper-multi .owl-item .close:after, .swiper-multi .owl-item .ekko-lightbox-default .info:after, .ekko-lightbox-default .swiper-multi .owl-item .info:after, .swiper-multi .owl-item .swiper .slide-cta:after, .swiper .swiper-multi .owl-item .slide-cta:after, .swiper-multi .owl-item .masthead-link-quicklinks:after, .swiper-multi .owl-item .sidebar-button:before, .swiper-multi .owl-item .sidebar-button:after, .swiper-multi .owl-item .sidebar-nav .dropdown > a:after, .sidebar-nav .swiper-multi .owl-item .dropdown > a:after, .swiper-multi .owl-item .sidebar-list a:before, .sidebar-list .swiper-multi .owl-item a:before, .swiper-multi .owl-item .sidebar-university a:before, .sidebar-university .swiper-multi .owl-item a:before, .swiper-multi .owl-item
    .sidebar-contact a:before,
    .sidebar-contact .swiper-multi .owl-item a:before, .swiper-multi .owl-item
    .sidebar-cta-list a:before,
    .sidebar-cta-list .swiper-multi .owl-item a:before, .swiper-multi .owl-item .sidebar-cta a:before, .sidebar-cta .swiper-multi .owl-item a:before, .swiper-multi .owl-item
    .sidebar-cta-btn a:before,
    .sidebar-cta-btn .swiper-multi .owl-item a:before, .swiper-multi .owl-item .navicon button:before, .navicon .swiper-multi .owl-item button:before, .swiper-multi .owl-item .tk-nav .tk-nav-header button:before, .tk-nav .tk-nav-header .swiper-multi .owl-item button:before, .swiper-multi .owl-item .tk-nav .tk-nav-list .tk-nav-dropdown > a:after, .tk-nav .tk-nav-list .swiper-multi .owl-item .tk-nav-dropdown > a:after, .swiper-multi .owl-item .tk-nav .tk-nav-list-cta > li > a:after, .tk-nav .swiper-multi .owl-item .tk-nav-list-cta > li > a:after, .swiper-multi .owl-item .expander-trigger:after, .swiper-multi .owl-item .filter-box ul li a:after, .filter-box ul li .swiper-multi .owl-item a:after, .swiper-multi .owl-item .event-card h3:after, .event-card .swiper-multi .owl-item h3:after, .swiper-multi .owl-item .multi-page-btn:before, .swiper-multi .owl-item
    .page-contents-btn:before, .swiper-multi .owl-item .multi-page-footer ul a:after, .multi-page-footer ul .swiper-multi .owl-item a:after, .swiper-multi .owl-item
    .page-footer ul a:after,
    .page-footer ul .swiper-multi .owl-item a:after, .swiper-multi .owl-item .social-toggle:before, .swiper-multi .owl-item .tile-inner ul a:after, .tile-inner ul .swiper-multi .owl-item a:after, .swiper-multi .owl-item .content h3:after, .content .swiper-multi .owl-item h3:after, .swiper-multi .owl-item
    .tile-content h3:after,
    .tile-content .swiper-multi .owl-item h3:after {
      color: white;
      font-size: 60px;
      margin-top: 12px;
      display: block; }
  .swiper-multi .owl-buttons div {
    top: 25px; }
  .swiper-multi .owl-buttons .owl-prev {
    border: 0;
    height: 100%;
    left: 0;
    top: 0; }
    @media (min-width: 1340px) {
      .swiper-multi .owl-buttons .owl-prev {
        top: 25px; } }
  .swiper-multi .owl-buttons .owl-next {
    border: 0;
    height: 100%;
    right: 0;
    top: 0; }
    @media (min-width: 1340px) {
      .swiper-multi .owl-buttons .owl-next {
        top: 25px; } }

/**
 * Foundations
 */
/**
 * Skip to main content btn
 */
#skip-main {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }
  #skip-main:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    clip: auto !important;
    color: #4a4a4a;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    left: 5px;
    padding: 16px 20px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/**
 * Icon font CSS generated by gulp see templates -> _tk-icons.scss
 * Using lodash https://lodash.com/docs/4.17.4
 */
@font-face {
  font-family: "tk-icons";
  src: url("../fonts/tk-icons.eot");
  src: url("../fonts/tk-icons.eot?#iefix") format("eot"), url("../fonts/tk-icons.woff2") format("woff2"), url("../fonts/tk-icons.woff") format("woff"), url("../fonts/tk-icons.ttf") format("truetype"), url("../fonts/tk-icons.svg#tk-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.tk-icon, .tablesaw-sortable th.tablesaw-sortable-head button:before, .ekko-lightbox-nav-overlay a span, .ekko-lightbox .modal-header .close:after, .ekko-lightbox-default .info:after, .swiper .slide-cta:after, .masthead-link-quicklinks:after, .sidebar-button:before, .sidebar-button:after, .sidebar-nav .dropdown > a:after, .sidebar-list a:before, .sidebar-university a:before,
.sidebar-contact a:before,
.sidebar-cta-list a:before, .sidebar-cta a:before,
.sidebar-cta-btn a:before, .navicon button:before, .tk-nav .tk-nav-header button:before, .tk-nav .tk-nav-list .tk-nav-dropdown > a:after, .tk-nav .tk-nav-list-cta > li > a:after, .expander-trigger:after, .filter-box ul li a:after, .event-card h3:after, .multi-page-btn:before,
.page-contents-btn:before, .multi-page-btn.active:before,
.page-contents-btn.active:before, .multi-page-footer ul a:after,
.page-footer ul a:after, .social-toggle:before, .tile-inner ul a:after, .content h3:after,
.tile-content h3:after,
[class*="tk-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tk-icons" !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  position: relative;
  top: -1px;
  line-height: 1;
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tk-icon-16, .masthead-link-quicklinks:after {
  font-size: 16px; }

.tk-icon-24 {
  font-size: 24px; }

.tk-icon-32, .ekko-lightbox-nav-overlay a span, .ekko-lightbox .modal-header .close:after {
  font-size: 32px; }

.tk-icon-48, .ekko-lightbox-default .info:after {
  font-size: 48px; }

/**
 * Icon font mixins
 */
/**
 * Icon font class names
 */
.tk-icon-add:before {
  content: "\EA01"; }

.tk-icon-alert-danger:before {
  content: "\EA02"; }

.tk-icon-alert-info:before, .ekko-lightbox-default .info:after {
  content: "\EA03"; }

.tk-icon-alert-success:before {
  content: "\EA04"; }

.tk-icon-alert-warning:before {
  content: "\EA05"; }

.tk-icon-calendar:before {
  content: "\EA06"; }

.tk-icon-campus-map:before {
  content: "\EA07"; }

.tk-icon-chevron-down:before, .sidebar-button:after, .expander-trigger.collapsed:after, .multi-page-btn:before,
.page-contents-btn:before {
  content: "\EA08"; }

.tk-icon-chevron-left:before, .multi-page-footer ul .prev a:after,
.page-footer ul .prev a:after {
  content: "\EA09"; }

.tk-icon-chevron-right:before, .swiper .slide-cta:after, .sidebar-list a:before, .sidebar-university a:before,
.sidebar-contact a:before,
.sidebar-cta-list a:before, .sidebar-cta a:before,
.sidebar-cta-btn a:before, .tk-nav .tk-nav-list-cta > li > a:after, .filter-box ul li a:after, .event-card h3:after, .multi-page-footer ul .next a:after,
.page-footer ul .next a:after, .tile-inner ul a:after, .content h3:after,
.tile-content h3:after {
  content: "\EA0A"; }

.tk-icon-chevron-up:before, .multi-page-btn.active:before,
.page-contents-btn.active:before {
  content: "\EA0B"; }

.tk-icon-close:before, .state-sidebar-active .sidebar-button:before, .state-navicon-active .navicon button:before, .tk-nav .tk-nav-header button:before, .expander-trigger:after, .social-toggle.toggled:before {
  content: "\EA0C"; }

.tk-icon-download:before {
  content: "\EA0D"; }

.tk-icon-external:before {
  content: "\EA0E"; }

.tk-icon-home:before {
  content: "\EA0F"; }

.tk-icon-letter:before {
  content: "\EA10"; }

.tk-icon-mail:before {
  content: "\EA11"; }

.tk-icon-marker:before {
  content: "\EA12"; }

.tk-icon-navicon:before, .sidebar-button:before, .navicon button:before {
  content: "\EA13"; }

.tk-icon-news:before {
  content: "\EA14"; }

.tk-icon-phone:before {
  content: "\EA15"; }

.tk-icon-print:before {
  content: "\EA16"; }

.tk-icon-profile:before {
  content: "\EA17"; }

.tk-icon-remove:before {
  content: "\EA18"; }

.tk-icon-rss:before {
  content: "\EA19"; }

.tk-icon-search:before {
  content: "\EA1A"; }

.tk-icon-share:before, .social-toggle:before {
  content: "\EA1B"; }

.tk-icon-social-facebook:before {
  content: "\EA1C"; }

.tk-icon-social-google:before {
  content: "\EA1D"; }

.tk-icon-social-instagram:before {
  content: "\EA1E"; }

.tk-icon-social-linkedin:before {
  content: "\EA1F"; }

.tk-icon-social-twitter:before {
  content: "\EA20"; }

.tk-icon-social-weibo:before {
  content: "\EA21"; }

.tk-icon-social-youtube:before {
  content: "\EA22"; }

.tk-icon-sort:before, .tablesaw-sortable th.tablesaw-sortable-head button:before {
  content: "\EA23"; }

.tk-icon-star:before {
  content: "\EA24"; }

.tk-icon-triangle-down:before, .tablesaw-sortable th.tablesaw-sortable-head.tablesaw-sortable-ascending button:before, .masthead-link-quicklinks:after, .sidebar-nav .dropdown > a:after, .tk-nav .tk-nav-list ul li.tk-nav-dropdown > a:after, .tk-nav .tk-nav-list > li.tk-nav-dropdown > a:after {
  content: "\EA25"; }

.tk-icon-triangle-left:before {
  content: "\EA26"; }

.tk-icon-triangle-right:before {
  content: "\EA27"; }

.tk-icon-triangle-up:before, .tablesaw-sortable th.tablesaw-sortable-head.tablesaw-sortable-descending button:before, .state-quicklinks-active .masthead-link-quicklinks:after, .sidebar-nav .dropdown.open > a:after, .tk-nav .tk-nav-list ul li.tk-nav-dropdown.active > a:after, .tk-nav .tk-nav-list > li.tk-nav-dropdown.active > a:after {
  content: "\EA28"; }

.tk-icon-action-add:before {
  content: "\EA29"; }

.tk-icon-action-bookmark:before {
  content: "\EA2A"; }

.tk-icon-action-call:before {
  content: "\EA2B"; }

.tk-icon-action-cancel:before, .ekko-lightbox .modal-header .close:after {
  content: "\EA2C"; }

.tk-icon-action-create:before {
  content: "\EA2D"; }

.tk-icon-action-delete:before {
  content: "\EA2E"; }

.tk-icon-action-download:before {
  content: "\EA2F"; }

.tk-icon-action-link-external:before {
  content: "\EA30"; }

.tk-icon-action-lock:before {
  content: "\EA31"; }

.tk-icon-action-pause:before {
  content: "\EA32"; }

.tk-icon-action-play:before {
  content: "\EA33"; }

.tk-icon-action-print:before {
  content: "\EA34"; }

.tk-icon-action-remove:before {
  content: "\EA35"; }

.tk-icon-action-reply:before {
  content: "\EA36"; }

.tk-icon-action-search:before {
  content: "\EA37"; }

.tk-icon-action-test:before {
  content: "\EA38"; }

.tk-icon-action-upload:before {
  content: "\EA39"; }

.tk-icon-content-bar:before {
  content: "\EA3A"; }

.tk-icon-content-basket:before {
  content: "\EA3B"; }

.tk-icon-content-bbq:before {
  content: "\EA3C"; }

.tk-icon-content-bed:before {
  content: "\EA3D"; }

.tk-icon-content-bike:before {
  content: "\EA3E"; }

.tk-icon-content-bus:before {
  content: "\EA3F"; }

.tk-icon-content-cafe:before {
  content: "\EA40"; }

.tk-icon-content-calendar:before {
  content: "\EA41"; }

.tk-icon-content-couch:before {
  content: "\EA42"; }

.tk-icon-content-email-open:before {
  content: "\EA43"; }

.tk-icon-content-email:before {
  content: "\EA44"; }

.tk-icon-content-fitness:before {
  content: "\EA45"; }

.tk-icon-content-home:before {
  content: "\EA46"; }

.tk-icon-content-hospital:before {
  content: "\EA47"; }

.tk-icon-content-key:before {
  content: "\EA48"; }

.tk-icon-content-location:before {
  content: "\EA49"; }

.tk-icon-content-map:before {
  content: "\EA4A"; }

.tk-icon-content-music:before {
  content: "\EA4B"; }

.tk-icon-content-news:before {
  content: "\EA4C"; }

.tk-icon-content-parking:before {
  content: "\EA4D"; }

.tk-icon-content-restaurant:before {
  content: "\EA4E"; }

.tk-icon-content-rss:before {
  content: "\EA4F"; }

.tk-icon-content-shower:before {
  content: "\EA50"; }

.tk-icon-content-table-tennis:before {
  content: "\EA51"; }

.tk-icon-content-tag:before {
  content: "\EA52"; }

.tk-icon-content-train:before {
  content: "\EA53"; }

.tk-icon-content-tv:before {
  content: "\EA54"; }

.tk-icon-content-user:before {
  content: "\EA55"; }

.tk-icon-content-videogame:before {
  content: "\EA56"; }

.tk-icon-content-wc:before {
  content: "\EA57"; }

.tk-icon-content-wifi:before {
  content: "\EA58"; }

.tk-icon-device-desktop:before {
  content: "\EA59"; }

.tk-icon-device-laptop:before {
  content: "\EA5A"; }

.tk-icon-device-phone:before {
  content: "\EA5B"; }

.tk-icon-form-check-checked:before {
  content: "\EA5C"; }

.tk-icon-form-check-unchecked:before {
  content: "\EA5D"; }

.tk-icon-form-radio-checked:before {
  content: "\EA5E"; }

.tk-icon-form-radio-unchecked:before {
  content: "\EA5F"; }

.tk-icon-nav-arrow-dropdown-down:before {
  content: "\EA60"; }

.tk-icon-nav-arrow-dropdown-up:before {
  content: "\EA61"; }

.tk-icon-nav-chevron-down:before {
  content: "\EA62"; }

.tk-icon-nav-chevron-left:before {
  content: "\EA63"; }

.tk-icon-nav-chevron-right:before {
  content: "\EA64"; }

.tk-icon-nav-chevron-up:before {
  content: "\EA65"; }

.tk-icon-nav-more-horizontal:before {
  content: "\EA66"; }

.tk-icon-nav-more-vertical:before {
  content: "\EA67"; }

.tk-icon-nav-navicon:before {
  content: "\EA68"; }

.tk-icon-nav-select:before {
  content: "\EA69"; }

.tk-icon-content-vr:before {
  content: "\EA6A"; }

.tk-icon-device-tablet:before {
  content: "\EA6B"; }

.tk-icon-nav-chevron-left-large:before, .ekko-lightbox-nav-overlay a:first-child span:before {
  content: "\EA6C"; }

.tk-icon-nav-chevron-right-large:before, .ekko-lightbox-nav-overlay a span:before, .ekko-lightbox-nav-overlay a:last-child span:before {
  content: "\EA6D"; }

.tk-icon-nav-chevron-down-large:before {
  content: "\EA6E"; }

.tk-icon-nav-chevron-up-large:before {
  content: "\EA6F"; }

.tk-icon-content-washing-machine:before {
  content: "\EA70"; }

.tk-icon-content-credit-card:before {
  content: "\EA71"; }

.tk-icon-content-sport:before {
  content: "\EA72"; }

.tk-icon-content-security:before {
  content: "\EA73"; }

.tk-icon-content-marker:before {
  content: "\EA74"; }

.tk-icon-content-document:before {
  content: "\EA75"; }

.tk-icon-action-filter:before {
  content: "\EA76"; }

.tk-icon-action-card:before {
  content: "\EA77"; }

.tk-icon-action-list:before {
  content: "\EA78"; }

/* Hidden font text for accessibility */
.icon-font-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/* Material design icons - https://materialdesignicons.com/bootstrap */
i.mdi::before,
span.mdi::before,
button.mdi::before {
  font-size: 24px;
  line-height: 13px; }

.btn.mdi::before,
.btn .mdi::before {
  position: relative;
  top: 4px; }

.btn-xs.mdi::before,
.btn-xs .mdi::before {
  font-size: 18px;
  top: 3px; }

.btn-sm.mdi::before,
.btn-sm .mdi::before {
  font-size: 18px;
  top: 3px; }

.dropdown-menu .mdi {
  width: 18px; }

.dropdown-menu .mdi::before {
  position: relative;
  top: 4px;
  left: -8px; }

.nav .mdi::before {
  position: relative;
  top: 4px; }

.navbar .navbar-toggle .mdi::before {
  position: relative;
  top: 4px;
  color: #FFF; }

.breadcrumb .mdi::before {
  position: relative;
  top: 4px; }

.breadcrumb a:hover {
  text-decoration: none; }

.breadcrumb a:hover span {
  text-decoration: underline; }

.alert .mdi::before {
  position: relative;
  top: 4px;
  margin-right: 2px; }

.input-group-addon .mdi::before {
  position: relative;
  top: 3px; }

.navbar-brand .mdi::before {
  position: relative;
  top: 2px;
  margin-right: 2px; }

.list-group-item .mdi::before {
  position: relative;
  top: 3px;
  left: -3px; }

/**
 * Typography
 */
/**
 * $GENERAL
 * $HEADINGS
 * $PARAGRAPHS
 * $LINKS
 * $BLOCKQUOTES
 * $LISTS
 * $SPANS
 * $MODIFIERS
 */
/*------------------------------------*    	$GENERAL
	\*------------------------------------*/
* {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum"; }

body {
  color: #4a4a4a;
  font-weight: 400;
  font-size: 15px;
  text-rendering: optimizeLegibility; }
  @media (min-width: 768px) {
    body {
      font-size: 16px; } }

@media (min-width: 480px) {
  .jadu-cms,
  .cms {
    font-size: 18px;
    line-height: 180%; } }

.tablesaw thead tr:first-child th,
.tablesaw-sortable .tablesaw-sortable-head button, .all-caps, .sidebar-cta a,
.sidebar-cta-btn a, .nav-tabs > li > a,
.nav-pills > li > a, .heading-related, .heading-related-small, blockquote footer, .sidebar-body-fw .sidebar-heading,
.sidebar-container-fw .sidebar-heading, .docs-contents .heading, [class^="profile-block"] .profile-info,
[class^="profile-block"] .profile-info > *, .footer-twitter-feed .twitter-user,
.twitter-feed-footer .twitter-user,
.twitter-feed .twitter-user, .sidebar-widget h3, .more,
.cms .more, .divider-header-action,
.more-dark,
.cms .more-dark, .more-light,
.cms .more-light, .tk-tabs-more, .filter, .quick-search li .type,
.quick-search li .category, .sidebar-button, .accordion-plain .accordion-trigger, .divider-header-heading, .divider-header-heading-underline, .content-header-heading, .expander-trigger, .multi-page-btn,
.page-contents-btn, .multi-page-footer ul .heading,
.page-footer ul .heading, .tk-tabs-header a,
.tk-tabs-header button,
.tk-tabs-header-lg a,
.tk-tabs-header-lg button {
  font-family: "freight-sans-pro", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 110%; }
  @media (min-width: 480px) {
    .tablesaw thead tr:first-child th,
    .tablesaw-sortable .tablesaw-sortable-head button, .all-caps, .sidebar-cta a,
    .sidebar-cta-btn a, .nav-tabs > li > a,
    .nav-pills > li > a, .heading-related, .heading-related-small, blockquote footer, .sidebar-body-fw .sidebar-heading,
    .sidebar-container-fw .sidebar-heading, .docs-contents .heading, [class^="profile-block"] .profile-info,
    [class^="profile-block"] .profile-info > *, .footer-twitter-feed .twitter-user,
    .twitter-feed-footer .twitter-user,
    .twitter-feed .twitter-user, .sidebar-widget h3, .more,
    .cms .more, .divider-header-action,
    .more-dark,
    .cms .more-dark, .more-light,
    .cms .more-light, .tk-tabs-more, .filter, .quick-search li .type,
    .quick-search li .category, .sidebar-button, .accordion-plain .accordion-trigger, .divider-header-heading, .divider-header-heading-underline, .content-header-heading, .expander-trigger, .multi-page-btn,
    .page-contents-btn, .multi-page-footer ul .heading,
    .page-footer ul .heading, .tk-tabs-header a,
    .tk-tabs-header button,
    .tk-tabs-header-lg a,
    .tk-tabs-header-lg button {
      letter-spacing: 0.05em;
      line-height: 140%;
      font-size: 15px; } }
  @media (min-width: 768px) {
    .tablesaw thead tr:first-child th,
    .tablesaw-sortable .tablesaw-sortable-head button, .all-caps, .sidebar-cta a,
    .sidebar-cta-btn a, .nav-tabs > li > a,
    .nav-pills > li > a, .heading-related, .heading-related-small, blockquote footer, .sidebar-body-fw .sidebar-heading,
    .sidebar-container-fw .sidebar-heading, .docs-contents .heading, [class^="profile-block"] .profile-info,
    [class^="profile-block"] .profile-info > *, .footer-twitter-feed .twitter-user,
    .twitter-feed-footer .twitter-user,
    .twitter-feed .twitter-user, .sidebar-widget h3, .more,
    .cms .more, .divider-header-action,
    .more-dark,
    .cms .more-dark, .more-light,
    .cms .more-light, .tk-tabs-more, .filter, .quick-search li .type,
    .quick-search li .category, .sidebar-button, .accordion-plain .accordion-trigger, .divider-header-heading, .divider-header-heading-underline, .content-header-heading, .expander-trigger, .multi-page-btn,
    .page-contents-btn, .multi-page-footer ul .heading,
    .page-footer ul .heading, .tk-tabs-header a,
    .tk-tabs-header button,
    .tk-tabs-header-lg a,
    .tk-tabs-header-lg button {
      font-size: 15px; } }

/*------------------------------------*    	$HEADINGS
	\*------------------------------------*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 {
      margin-bottom: 16px; } }
  h1 a, .h1 a,
  h2 a, .h2 a,
  h3 a, .h3 a,
  h4 a, .h4 a,
  h5 a, .h5 a,
  h6 a, .h6 a {
    color: #b31b1b; }
    h1 a:hover, .h1 a:hover,
    h2 a:hover, .h2 a:hover,
    h3 a:hover, .h3 a:hover,
    h4 a:hover, .h4 a:hover,
    h5 a:hover, .h5 a:hover,
    h6 a:hover, .h6 a:hover {
      color: #aa8f6f;
      text-decoration: underline; }
  .no-touch h1 a, .no-touch .h1 a, .no-touch
  h2 a, .no-touch .h2 a, .no-touch
  h3 a, .no-touch .h3 a, .no-touch
  h4 a, .no-touch .h4 a, .no-touch
  h5 a, .no-touch .h5 a, .no-touch
  h6 a, .no-touch .h6 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 30px; }
  @media (min-width: 480px) {
    h1, .h1 {
      font-size: 40px; } }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 45px; } }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 48px; } }

h2, .h2 {
  font-size: 22px; }
  @media (min-width: 480px) {
    h2, .h2 {
      font-size: 26px; } }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 28px; } }

h3, .h3 {
  font-size: 20px; }
  @media (min-width: 480px) {
    h3, .h3 {
      font-size: 22px; } }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 24px; } }

h4, .h4 {
  font-size: 19px; }
  @media (min-width: 480px) {
    h4, .h4 {
      font-size: 20px; } }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 22px; } }

h5, .h5 {
  font-size: 19px; }
  @media (min-width: 480px) {
    h5, .h5 {
      font-size: 19px; } }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 20px; } }

h6, .h6 {
  font-size: 19px; }
  @media (min-width: 480px) {
    h6, .h6 {
      font-size: 19px; } }
  @media (min-width: 768px) {
    h6, .h6 {
      font-size: 20px; } }

/**
	 * Size modifiers
	 */
.jadu-cms h1,
.jadu-cms h2,
.jadu-cms h3,
.jadu-cms h4,
.jadu-cms h5,
.jadu-cms h6,
.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
  line-height: 130%; }
  @media (min-width: 480px) {
    .jadu-cms h1,
    .jadu-cms h2,
    .jadu-cms h3,
    .jadu-cms h4,
    .jadu-cms h5,
    .jadu-cms h6,
    .cms h1,
    .cms h2,
    .cms h3,
    .cms h4,
    .cms h5,
    .cms h6 {
      line-height: 125%; } }

.cms-heading-serif h1,
.cms-heading-serif h2,
.cms-heading-serif h3,
.cms-heading-serif h4,
.cms-heading-serif h5,
.cms-heading-serif h6 {
  font-family: "freight-display-pro", sans-serif; }

/**
	 * Size modifiers
	 */
.h1-sm,
.h2-lg {
  font-size: 26px; }
  @media (min-width: 480px) {
    .h1-sm,
    .h2-lg {
      font-size: 32px; } }
  @media (min-width: 768px) {
    .h1-sm,
    .h2-lg {
      font-size: 35px; } }
  @media (min-width: 1024px) {
    .h1-sm,
    .h2-lg {
      font-size: 40px; } }

/**
	 * Heading underline - Centred heading with underline
	 */
.heading-underline {
  position: relative;
  display: table;
  text-align: center;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: "freight-display-pro", sans-serif; }
  @media (min-width: 480px) {
    .heading-underline {
      margin-bottom: 32px; } }
  .heading-underline:before {
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    bottom: -8px;
    left: 15%;
    background-color: #aa8f6f; }

/**
	 * Heading related - mostly used in cards for the date or the category
	 */
.heading-related, .heading-related-small, blockquote footer, .sidebar-body-fw .sidebar-heading,
.sidebar-container-fw .sidebar-heading, .docs-contents .heading, [class^="profile-block"] .profile-info,
[class^="profile-block"] .profile-info > *, .footer-twitter-feed .twitter-user,
.twitter-feed-footer .twitter-user,
.twitter-feed .twitter-user, .sidebar-widget h3 {
  font-family: "freight-sans-pro", sans-serif;
  margin: 0;
  color: #666;
  margin-bottom: 8px;
  line-height: 140%; }
  @media (min-width: 480px) {
    .heading-related, .heading-related-small, blockquote footer, .sidebar-body-fw .sidebar-heading,
    .sidebar-container-fw .sidebar-heading, .docs-contents .heading, [class^="profile-block"] .profile-info,
    [class^="profile-block"] .profile-info > *, .footer-twitter-feed .twitter-user,
    .twitter-feed-footer .twitter-user,
    .twitter-feed .twitter-user, .sidebar-widget h3 {
      line-height: 160%; } }
  .heading-related a, .heading-related-small a, blockquote footer a, .sidebar-body-fw .sidebar-heading a,
  .sidebar-container-fw .sidebar-heading a, .docs-contents .heading a, [class^="profile-block"] .profile-info a, .footer-twitter-feed .twitter-user a,
  .twitter-feed-footer .twitter-user a,
  .twitter-feed .twitter-user a, .sidebar-widget h3 a {
    color: #aa8f6f;
    text-decoration: none;
    border: 0; }
    .heading-related a:hover, .heading-related-small a:hover, blockquote footer a:hover, .sidebar-body-fw .sidebar-heading a:hover,
    .sidebar-container-fw .sidebar-heading a:hover, .docs-contents .heading a:hover, [class^="profile-block"] .profile-info a:hover, .footer-twitter-feed .twitter-user a:hover,
    .twitter-feed-footer .twitter-user a:hover,
    .twitter-feed .twitter-user a:hover, .sidebar-widget h3 a:hover {
      text-decoration: underline; }
  .heading-related a.active, .heading-related-small a.active, blockquote footer a.active, .sidebar-body-fw .sidebar-heading a.active,
  .sidebar-container-fw .sidebar-heading a.active, .docs-contents .heading a.active, [class^="profile-block"] .profile-info a.active, .footer-twitter-feed .twitter-user a.active,
  .twitter-feed-footer .twitter-user a.active,
  .twitter-feed .twitter-user a.active, .sidebar-widget h3 a.active {
    color: #b31b1b;
    text-decoration: underline; }

.heading-related-small {
  font-size: 12px; }
  @media (min-width: 480px) {
    .heading-related-small {
      font-size: 12px; } }
  @media (min-width: 768px) {
    .heading-related-small {
      font-size: 13px; } }

/**
	 * Heading Links - Used mostly in cards for headings with a link in them
	 */
.heading-link, .heading-more,
.heading-link-more, .heading-more-sm,
.heading-link-more-sm, .heading-link-lg {
  font-size: 20px;
  margin: 0 0 8px 0;
  font-family: "freight-sans-pro", sans-serif;
  line-height: 120%; }
  @media (min-width: 768px) {
    .heading-link, .heading-more,
    .heading-link-more, .heading-more-sm,
    .heading-link-more-sm, .heading-link-lg {
      font-size: 22px; } }
  .heading-link a, .heading-more a,
  .heading-link-more a, .heading-more-sm a,
  .heading-link-more-sm a, .heading-link-lg a {
    color: #4a4a4a; }

.heading-link-lg {
  font-size: 26px; }

.heading-link-alt {
  font-family: "freight-display-pro", sans-serif;
  font-size: 18px;
  line-height: 130%;
  margin-top: 0; }
  @media (min-width: 480px) {
    .heading-link-alt {
      font-size: 20px; } }
  @media (min-width: 768px) {
    .heading-link-alt {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .heading-link-alt {
      font-size: 23px; } }
  .heading-link-alt a {
    color: #4a4a4a; }

.heading-more,
.heading-link-more {
  display: inline-block; }
  .heading-more:after,
  .heading-link-more:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tk-icons" !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    position: relative;
    top: -1px;
    line-height: 1;
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA0A";
    margin-left: 5px;
    position: relative;
    color: #aa8f6f; }

.heading-more-sm,
.heading-link-more-sm {
  font-size: 16px;
  margin: 0 0 8px 0;
  font-family: "freight-sans-pro", sans-serif; }
  @media (min-width: 480px) {
    .heading-more-sm,
    .heading-link-more-sm {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .heading-more-sm,
    .heading-link-more-sm {
      font-size: 17px; } }
  @media (min-width: 768px) {
    .heading-more-sm,
    .heading-link-more-sm {
      font-size: 18px; } }
  .heading-more-sm a,
  .heading-link-more-sm a {
    color: #4a4a4a;
    border: 0; }
    .heading-more-sm a:hover,
    .heading-link-more-sm a:hover {
      text-decoration: underline; }
  .heading-more-sm:after,
  .heading-link-more-sm:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tk-icons" !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    position: relative;
    top: -1px;
    line-height: 1;
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA0A";
    margin-left: 5px;
    position: relative;
    color: #aa8f6f; }

@media all and (-ms-high-contrast: none) {
  /* IE10 */
  .heading-more:after,
  .heading-link-more:after,
  .heading-more-sm:after,
  .heading-link-more-sm:after {
    content: "❯" !important;
    font-size: 14px;
    margin-left: 7px;
    top: 0; } }

/* Headind dependant on font */
.heading-serif {
  font-family: "freight-text-pro", serif; }

/*------------------------------------*    	$PARAGRAPHS
	\*------------------------------------*/
p, .p, .list-featured {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%; }
  @media (min-width: 480px) {
    p, .p, .list-featured {
      font-size: 16px;
      line-height: 160%; } }
  @media (min-width: 1024px) {
    p, .p, .list-featured {
      margin-bottom: 24px;
      font-size: 18px;
      line-height: 160%; } }

.article p {
  font-family: "freight-text-pro", serif; }

.lead, .lead-alt, .cms-lead > p:first-child, .accordion-heading {
  line-height: 140%;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 400; }
  @media (min-width: 480px) {
    .lead, .lead-alt, .cms-lead > p:first-child, .accordion-heading {
      font-size: 17px;
      margin-bottom: 16px; } }
  @media (min-width: 768px) {
    .lead, .lead-alt, .cms-lead > p:first-child, .accordion-heading {
      line-height: 150%;
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .lead, .lead-alt, .cms-lead > p:first-child, .accordion-heading {
      line-height: 150%;
      font-size: 22px; } }

.lead-alt {
  font-family: "freight-text-pro", serif; }

.jadu-cms-no-lead > p:first-child,
.cms-no-lead > p:first-child {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%; }
  @media (min-width: 480px) {
    .jadu-cms-no-lead > p:first-child,
    .cms-no-lead > p:first-child {
      font-size: 16px;
      line-height: 170%; } }
  @media (min-width: 1024px) {
    .jadu-cms-no-lead > p:first-child,
    .cms-no-lead > p:first-child {
      margin-bottom: 16px;
      font-size: 18px;
      line-height: 170%; } }

.cms-serif {
  font-family: "freight-text-pro", serif; }
  .cms-serif > * {
    font-family: "freight-text-pro", serif; }

.summary {
  line-height: 150%;
  font-size: 16px;
  font-family: "freight-text-pro", serif; }
  @media (min-width: 480px) {
    .summary {
      font-size: 20px; } }
  @media (min-width: 768px) {
    .summary {
      font-size: 22px; } }

.dropcaps,
.summary-drop-caps {
  font-size: 40px;
  float: left;
  font-family: "freight-display-pro", sans-serif;
  line-height: 80%;
  color: #aa8f6f;
  padding: 8px 12px 0px 0px; }
  @media (min-width: 480px) {
    .dropcaps,
    .summary-drop-caps {
      font-size: 50px; } }
  @media (min-width: 768px) {
    .dropcaps,
    .summary-drop-caps {
      font-size: 60px; } }

/**
	 * Excerpt & note - used mostly in cards and news & events archive
	 */
.note,
.note p,
.excerpt,
.excerpt p {
  color: #666;
  line-height: 150%;
  font-size: 14px; }
  @media (min-width: 480px) {
    .note,
    .note p,
    .excerpt,
    .excerpt p {
      font-size: 15px; } }
  @media (min-width: 768px) {
    .note,
    .note p,
    .excerpt,
    .excerpt p {
      font-size: 16px;
      line-height: 180%; } }
  .note strong,
  .note p strong,
  .excerpt strong,
  .excerpt p strong {
    padding: 0 4px; }

.excerpt,
.excerpt p {
  margin-bottom: 0; }

/**
	 * URL's - forces a line break for a url (use with caution)
	 */
.line-break,
.url {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  hyphens: auto;
  margin: 0 0 10px 0;
  font-size: 14px; }
  @media (min-width: 480px) {
    .line-break,
    .url {
      font-size: 15px; } }
  @media (min-width: 768px) {
    .line-break,
    .url {
      font-size: 16px;
      line-height: 180%; } }

/*------------------------------------*    	$LINKS
	\*------------------------------------*/
a {
  color: #b31b1b; }
  a:hover {
    color: #aa8f6f; }

.jadu-cms a,
.cms a {
  color: #b31b1b;
  text-decoration: none !important;
  border-bottom: 1px solid #c9bfb5;
  line-height: 100%; }
  .jadu-cms a:hover,
  .cms a:hover {
    color: #aa8f6f;
    border-bottom: 1px solid #aa8f6f; }

.heading-link a, .heading-more a,
.heading-link-more a, .heading-more-sm a,
.heading-link-more-sm a, .heading-link-lg a, .heading-link-alt a, .more,
.cms .more, .divider-header-action,
.more-dark,
.cms .more-dark, .more-light,
.cms .more-light, .tk-tabs-more {
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 191, 181, 0);
  transition: border-bottom .25s ease, color .25s ease; }
  .heading-link a:hover, .heading-more a:hover,
  .heading-link-more a:hover, .heading-more-sm a:hover,
  .heading-link-more-sm a:hover, .heading-link-lg a:hover, .heading-link-alt a:hover, .more:hover, .divider-header-action:hover,
  .more-dark:hover, .more-light:hover, .tk-tabs-more:hover {
    text-decoration: none;
    border-bottom: 1px solid #c9bfb5; }

.jadu-cms a > img,
.cms a > img {
  border: 1px solid #f4f2f0;
  padding: 4px; }
  .jadu-cms a > img:hover,
  .cms a > img:hover {
    border: 1px solid #c9bfb5; }

.jadu-cms hr,
.cms hr {
  clear: both; }

/**
	 * Buttons
	 */
.cms .btn {
  color: white; }

/**
	 * More
	 * Fix courses more in cms link
	 */
.more,
.cms .more, .divider-header-action,
.more-dark,
.cms .more-dark, .more-light,
.cms .more-light, .tk-tabs-more {
  display: inline-block;
  color: #4a4a4a; }
  .more:after,
  .cms .more:after, .divider-header-action:after,
  .more-dark:after,
  .cms .more-dark:after, .more-light:after,
  .cms .more-light:after, .tk-tabs-more:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tk-icons" !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    position: relative;
    top: -1px;
    line-height: 1;
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA0A";
    margin-left: 5px;
    position: relative;
    color: #aa8f6f; }
  .more:focus, .divider-header-action:focus,
  .more-dark:focus, .more-light:focus, .tk-tabs-more:focus {
    color: #aa8f6f;
    text-decoration: none; }

.divider-header-action,
.more-dark,
.cms .more-dark {
  color: #4a4a4a; }

.more-light,
.cms .more-light {
  color: #ffffff; }
  .more-light:after,
  .cms .more-light:after {
    color: #ffffff; }

.more-divider,
.cms .more-divider {
  text-align: left;
  border-top: 1px solid #aa8f6f;
  display: block;
  padding-top: 16px;
  border-bottom: 0; }
  .more-divider:hover,
  .cms .more-divider:hover {
    border-bottom: 0; }
  .more-divider.color-white, .more-divider.more-light,
  .cms .more-divider.color-white,
  .cms .more-divider.more-light {
    border-top: 1px solid #ffffff;
    color: #ffffff; }
    .more-divider.color-white:after, .more-divider.more-light:after,
    .cms .more-divider.color-white:after,
    .cms .more-divider.more-light:after {
      color: white; }

.more-expand:after,
.cms .more-expand:after {
  content: "\EA08"; }

.more-expand.active:after,
.cms .more-expand.active:after {
  content: "\EA0B"; }

/**
	 * Other
	 */
.filter {
  display: inline-block;
  color: #b31b1b;
  text-decoration: none;
  text-align: center;
  background: none;
  border: 0;
  margin: 0; }
  .filter:hover {
    text-decoration: none; }
  .filter:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tk-icons" !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    position: relative;
    top: -1px;
    line-height: 1;
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA08";
    margin-left: 5px;
    position: relative;
    top: 2px;
    color: #aa8f6f; }
  .filter.active:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tk-icons" !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    position: relative;
    top: -1px;
    line-height: 1;
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA0C";
    margin-left: 5px;
    position: relative;
    top: 2px;
    color: #aa8f6f; }

/**
	 * Link wrap - Not a styled link, just used for 
	 */
.link-wrap {
  font-size: 0;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

/*------------------------------------*    	$BLOCKQUOTES
	\*------------------------------------*/
blockquote {
  border-left: 4px solid #aa8f6f;
  font-size: 16px;
  color: #666;
  line-height: 130%;
  padding: 12px; }
  @media (min-width: 480px) {
    blockquote {
      font-family: "freight-display-pro", sans-serif;
      font-size: 18px;
      padding: 16px;
      font-style: normal; } }
  @media (min-width: 768px) {
    blockquote {
      font-size: 26px; } }
  blockquote p {
    quotes: "“" "”" "‘" "’";
    display: inline;
    font-size: inherit;
    line-height: 130%; }
    blockquote p:before {
      content: open-quote; }
    blockquote p:after {
      content: close-quote; }
  blockquote footer {
    display: block;
    padding-top: 12px; }
    blockquote footer:before {
      content: ""; }

@media (min-width: 768px) {
  .blockquote-sm {
    font-size: 22px; } }

.blockquote-no-style {
  border: 0;
  padding: 0;
  margin: 0; }

/*------------------------------------*    	$LISTS - for more lists see '_lists.scss'
	\*------------------------------------*/
.jadu-cms ul,
.jadu-cms ol,
.jadu-cms dl,
.cms ul,
.cms ol,
.cms dl {
  margin: 0 0 20px 20px;
  padding: 0; }

.jadu-cms li,
.cms li {
  line-height: 120%;
  padding: 0;
  margin: 10px 0;
  font-size: 14px; }
  @media (min-width: 480px) {
    .jadu-cms li,
    .cms li {
      font-size: 16px;
      line-height: 150%;
      margin: 10px 0; } }
  @media (min-width: 1024px) {
    .jadu-cms li,
    .cms li {
      margin-bottom: 16px;
      font-size: 1em;
      line-height: 170%;
      margin: 2px 0; } }

.jadu-cms dl dt,
.jadu-cms dl dd,
.cms dl dt,
.cms dl dd {
  margin-left: 16px; }

.jadu-cms .list-no-style,
.cms .list-no-style {
  list-style: none;
  padding: 0;
  margin: 0; }
  .jadu-cms .list-no-style li,
  .cms .list-no-style li {
    list-style: none; }

/*------------------------------------*    	$SPANS
	\*------------------------------------*/
.name-divider {
  position: relative; }
  .name-divider:after {
    content: " /// "; }

.hightlight {
  background: #e6d4bf; }

/*------------------------------------*    	$MODIFIERS
	\*------------------------------------*/
.font-family-big {
  font-family: "freight-display-pro", sans-serif; }

.font-family-sans-serif {
  font-family: "freight-sans-pro", sans-serif; }

.font-family-serif {
  font-family: "freight-text-pro", serif; }

.color-white {
  color: white !important; }
  .color-white * {
    color: white !important; }

.color-brand-2 {
  color: #aa8f6f !important; }
  .color-brand-2 > * {
    color: #aa8f6f !important; }

.cms-dark h1, .cms-dark h2, .cms-dark h3, .cms-dark h4, .cms-dark h5, .cms-dark h6, .cms-dark p, .cms-dark a {
  color: white; }

.cms-dark a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff; }
  .cms-dark a:hover {
    text-decoration: none;
    border-bottom: 1px solid #aa8f6f; }

/*------------------------------------*    $TK-BUTTONS
\*------------------------------------*/
/**
 * Buttons 
 * TODO: Refactor buttons into seperate partial and create mixin to include in forms
 */
.btn {
  font-family: "freight-sans-pro", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 110%;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  font-size: 100%;
  cursor: pointer;
  margin-bottom: 4px;
  padding: 0 20px;
  min-height: 40px;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 8px 12px; }
  @media (min-width: 480px) {
    .btn {
      letter-spacing: 0.05em;
      line-height: 140%;
      font-size: 15px; } }
  @media (min-width: 768px) {
    .btn {
      font-size: 15px; } }
  @media (min-width: 480px) {
    .btn {
      font-size: 16px; } }

/**
 * Search button
 * On small screens it turns to a looking glass icon
 * e.g. Library banner search, 
 * TODO: add to other searches in the side
 */
.btn-search {
  width: 100%; }
  @media (max-width: 480px) {
    .btn-search {
      text-indent: -9999px;
      font-size: 20px;
      position: relative;
      display: block; }
      .btn-search:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "tk-icons" !important;
        speak: none;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        position: relative;
        top: -1px;
        line-height: 1;
        font-size: inherit;
        display: inline-block;
        vertical-align: middle;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\EA37";
        text-indent: 0px;
        text-align: center;
        font-size: 24px !important;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px; } }

/**
 * Buttons colors
 */
.btn-primary {
  background: #212121; }
  .btn-primary:hover {
    background: #333333; }

.btn-brand-2 {
  border: 1px solid #917655;
  background: #aa8f6f;
  color: white; }
  .btn-brand-2:hover {
    color: white;
    background: #917655; }

/**
 * Buttons size
 * Overwrides Bootstrap
 * e.g. Library banner
 * TODO: Fix to better work with BS large buttons
 */
@media (min-width: 768px) {
  .btn-lg {
    min-height: 50px; } }

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

/**
 * Button icons
 */
.btn-icon {
  border: 0;
  background: none;
  border-radius: 0;
  padding: 3px 6px; }

/**
 * ie9 bug fix for BS btn-group
 */
.lt-ie9 .btn-group {
  display: inline; }

/*------------------------------------*    $FORMS
\*------------------------------------*/
/**
 * Forms - TODO improve consistent sizing on screens
 */
form {
  line-height: 160%; }

*::-ms-clear {
  display: none; }

input,
textarea,
select {
  margin: 0;
  margin-bottom: 8px;
  max-width: 100%;
  border-radius: 0;
  border: 1px solid #c9bfb5;
  transition: all 0.25s ease; }

/**
 * Labels
 */
.label {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 400;
  border-radius: 0; }

label {
  margin-bottom: 4px;
  font-weight: 400; }

legend {
  font-size: 16px; }
  @media (min-width: 480px) {
    legend {
      font-size: 18px; } }
  @media (min-width: 768px) {
    legend {
      font-size: 22px; } }

/**
 * Forms
 */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  font-size: 16px; }

/**
 * All inputs
 */
input:disabled,
textarea:disabled,
select:disabled {
  background-color: #f4f2f0;
  border-style: dotted; }

input:focus,
textarea:focus,
select:focus {
  background-color: #f8f7f6;
  border: 1px solid #908880 !important;
  box-shadow: 0 0 3px #aa8f6f !important; }

textarea {
  min-height: 100px; }

/**
 * Box inputs
 */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="tel"],
textarea {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
  padding: 4px 8px;
  min-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .lt-ie9 input[type="text"], .lt-ie9
  input[type="email"], .lt-ie9
  input[type="search"], .lt-ie9
  input[type="password"], .lt-ie9
  input[type="number"], .lt-ie9
  input[type="date"], .lt-ie9
  input[type="tel"], .lt-ie9
  textarea {
    min-height: 0; }
  @media (min-width: 768px) {
    input[type="text"].tk-input-lg,
    input[type="email"].tk-input-lg,
    input[type="search"].tk-input-lg,
    input[type="password"].tk-input-lg,
    input[type="number"].tk-input-lg,
    input[type="date"].tk-input-lg,
    input[type="tel"].tk-input-lg,
    textarea.tk-input-lg {
      min-height: 50px; }
      input[type="text"].tk-input-lg::-webkit-input-placeholder,
      input[type="email"].tk-input-lg::-webkit-input-placeholder,
      input[type="search"].tk-input-lg::-webkit-input-placeholder,
      input[type="password"].tk-input-lg::-webkit-input-placeholder,
      input[type="number"].tk-input-lg::-webkit-input-placeholder,
      input[type="date"].tk-input-lg::-webkit-input-placeholder,
      input[type="tel"].tk-input-lg::-webkit-input-placeholder,
      textarea.tk-input-lg::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        font-size: 18px; }
      input[type="text"].tk-input-lg:-moz-placeholder,
      input[type="email"].tk-input-lg:-moz-placeholder,
      input[type="search"].tk-input-lg:-moz-placeholder,
      input[type="password"].tk-input-lg:-moz-placeholder,
      input[type="number"].tk-input-lg:-moz-placeholder,
      input[type="date"].tk-input-lg:-moz-placeholder,
      input[type="tel"].tk-input-lg:-moz-placeholder,
      textarea.tk-input-lg:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-size: 18px; }
      input[type="text"].tk-input-lg::-moz-placeholder,
      input[type="email"].tk-input-lg::-moz-placeholder,
      input[type="search"].tk-input-lg::-moz-placeholder,
      input[type="password"].tk-input-lg::-moz-placeholder,
      input[type="number"].tk-input-lg::-moz-placeholder,
      input[type="date"].tk-input-lg::-moz-placeholder,
      input[type="tel"].tk-input-lg::-moz-placeholder,
      textarea.tk-input-lg::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-size: 18px; }
      input[type="text"].tk-input-lg:-ms-input-placeholder,
      input[type="email"].tk-input-lg:-ms-input-placeholder,
      input[type="search"].tk-input-lg:-ms-input-placeholder,
      input[type="password"].tk-input-lg:-ms-input-placeholder,
      input[type="number"].tk-input-lg:-ms-input-placeholder,
      input[type="date"].tk-input-lg:-ms-input-placeholder,
      input[type="tel"].tk-input-lg:-ms-input-placeholder,
      textarea.tk-input-lg:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 18px; }
      input[type="text"].tk-input-lg::-ms-input-placeholder,
      input[type="email"].tk-input-lg::-ms-input-placeholder,
      input[type="search"].tk-input-lg::-ms-input-placeholder,
      input[type="password"].tk-input-lg::-ms-input-placeholder,
      input[type="number"].tk-input-lg::-ms-input-placeholder,
      input[type="date"].tk-input-lg::-ms-input-placeholder,
      input[type="tel"].tk-input-lg::-ms-input-placeholder,
      textarea.tk-input-lg::-ms-input-placeholder {
        /* Microsoft Edge */
        font-size: 18px; } }

/**
 * Button inputs
 * TODO: Extends .btn class, refactor to include a mixin
 * NB use <button> when possible as it's more flexible
 */
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-family: "freight-sans-pro", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 110%;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  font-size: 100%;
  cursor: pointer;
  margin-bottom: 4px;
  padding: 0 20px;
  min-height: 40px;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #111000;
  color: #fff;
  background: #212122;
  margin-bottom: 4px; }
  @media (min-width: 480px) {
    input[type="submit"],
    input[type="button"],
    input[type="reset"] {
      letter-spacing: 0.05em;
      line-height: 140%;
      font-size: 15px; } }
  @media (min-width: 768px) {
    input[type="submit"],
    input[type="button"],
    input[type="reset"] {
      font-size: 15px; } }
  @media (min-width: 480px) {
    input[type="submit"],
    input[type="button"],
    input[type="reset"] {
      font-size: 16px; } }

/**
 * Selects
 */
select,
.select {
  display: block;
  min-height: 40px;
  width: 100%;
  height: 40px;
  padding: 0 32px 0 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #f8f7f6 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAFxJREFUKJHNzcENRGAUReGvALRAqFgTFuqQ2M80gOiDDcnLH8FiFnOW756Tx99SoEV+s2Xx2GPDkEQFxmPrYtBgSaIoT6jS1zH64HsnX0WPcoxWzG/kkxrlW/m37BqBF+nMeae3AAAAAElFTkSuQmCC") center right 8px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none; }
  select::-ms-expand,
  .select::-ms-expand {
    display: none; }
  .svg select, .svg
  .select {
    background: #f8f7f6 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMiAxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBhdGggZD0iTTkuOCwyLjlMNiw2LjdMMi4yLDIuOUwxLDQuMWw1LDVsNS01TDkuOCwyLjl6Ii8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tNi0zNmgyNHYyNEgtNlYtMzZ6Ii8+Cjwvc3ZnPgo=") center right 8px no-repeat;
    background-size: 12px; }
  .lt-ie9 select, .lt-ie9
  .select {
    background-image: none;
    padding: 0;
    padding-bottom: 8px;
    min-height: 0; }

select[class*="input-"] {
  line-height: 100%; }

select[multiple] {
  height: auto;
  background: none; }
  select[multiple]:-webkit-scrollbar {
    margin-top: 8px;
    -webkit-appearance: none;
    width: 14px;
    height: 14px; }
  select[multiple]:-webkit-scrollbar-thumb {
    border-radius: 8px;
    margin: 5px;
    border: 3px solid white;
    background: rgba(0, 0, 0, 0.5); }

.multi-select {
  margin-bottom: 8px; }

select.select-dark {
  background: #212122;
  color: white;
  text-transform: uppercase;
  border: 1px solid #111000;
  letter-spacing: 0.05em;
  font-size: 14px; }
  @media (min-width: 480px) {
    select.select-dark {
      font-size: 16px; } }
  .svg select.select-dark {
    background: #212122 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iLTEgMyAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMSAzIDEyIDEyIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNOS4yIDYuOUw1IDExLjEuOCA2LjkiLz48L3N2Zz4=") center right 8px no-repeat; }

/**
 * Checkboxes, radio buttons and file uploads
 */
input[type="checkbox"],
input[type="radio"],
input[type="file"] {
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
  border: 0; }

input[type="file"] {
  max-width: 250px; }

/**
 * Radio buttons
 */
.radio-tabs {
  overflow: hidden;
  display: flex;
  margin-bottom: 8px; }
  .radio-tabs .radio-tabs-heading {
    padding: 0 8px 0 0; }
  .radio-tabs .radio-tab:first-of-type {
    overflow: hidden; }
  .radio-tabs label {
    display: block;
    padding: 0 8px 0 0;
    margin: 0;
    cursor: pointer;
    transition: background 0.25s ease; }
    .radio-tabs label:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "tk-icons" !important;
      speak: none;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      position: relative;
      top: -1px;
      line-height: 1;
      font-size: inherit;
      display: inline-block;
      vertical-align: middle;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\EA5F";
      float: left;
      font-size: 24px;
      color: #aa8f6f; }
  .radio-tabs input[type="radio"] {
    position: absolute;
    left: -999999em;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .radio-tabs input[type="radio"]:checked + label:before {
    content: "\EA5E";
    color: #4a4a4a; }

.lt-ie9 .radio-tabs {
  overflow: visible;
  border-bottom: 0; }
  .lt-ie9 .radio-tabs .radio-tab {
    width: auto;
    float: none;
    border-bottom: 1px solid #c9bfb5; }
  .lt-ie9 .radio-tabs input[type="radio"] {
    position: static;
    width: auto;
    height: auto; }
  .lt-ie9 .radio-tabs label {
    background: none;
    display: inline; }
  .lt-ie9 .radio-tabs input[type="radio"]:checked + label {
    background: none;
    color: #4a4a4a; }

/* Forms elements inside of islands */
[class*="island"] input, [class*="island"] select, [class*="island"] button, [class*="island"] .btn {
  margin: 4px 0; }

/**
 * Tables (Scroll and responsive)
 */
table {
  border: 1px solid #c9bfb5; }
  table tr > th,
  table tr > td {
    border: 1px solid #c9bfb5;
    padding: 10px;
    line-height: 140%;
    vertical-align: top;
    font-size: 0.9em; }

.table > thead > tr > th {
  border-bottom: 0px solid #c9bfb5; }

.borderless,
.table-unbordered {
  border: none; }
  .borderless td,
  .borderless th,
  .table-unbordered td,
  .table-unbordered th {
    border: none; }

.table-bordered-striped {
  border: 0; }
  .table-bordered-striped thead,
  .table-bordered-striped tbody {
    border-left: 0 !important;
    border-right: 0 !important; }
  .table-bordered-striped tr > th,
  .table-bordered-striped tr > td {
    border-left: 0 !important;
    border-right: 0 !important; }

.accordion-content table.table-responsive {
  margin: 10px 0 0 0; }
  .accordion-content table.table-responsive tr {
    display: block;
    text-align: left; }
    @media (min-width: 480px) {
      .accordion-content table.table-responsive tr {
        display: table-row; } }
    .accordion-content table.table-responsive tr td {
      display: block; }
      @media (min-width: 480px) {
        .accordion-content table.table-responsive tr td {
          display: table-cell; } }
      .accordion-content table.table-responsive tr td:first-child {
        display: block;
        width: 100%;
        text-align: left;
        padding-bottom: 0;
        vertical-align: top; }
        .accordion-content table.table-responsive tr td:first-child .heading {
          text-align: left;
          padding-right: 21px;
          vertical-align: text-top;
          text-transform: uppercase;
          display: block;
          color: #aa8f6f; }
          @media (min-width: 480px) {
            .accordion-content table.table-responsive tr td:first-child .heading {
              text-align: right; } }
        @media (min-width: 480px) {
          .accordion-content table.table-responsive tr td:first-child {
            width: auto;
            display: table-cell;
            text-align: right;
            padding-bottom: 10px; } }
  .accordion-content table.table-responsive tbody {
    display: block; }

/* Table for research opps directory index */
@media (min-width: 768px) {
  .table-research-opps tr td {
    width: 17.6666667%; }
  .table-research-opps tr td:first-child {
    width: 47%; } }

/* Responsive table wrapper for cms */
.table-container-outer {
  position: relative; }
  .table-container-outer table {
    background: white; }
  .table-container-outer td {
    min-width: 80px; }

.table-container {
  width: 100%;
  overflow-y: auto;
  background: #f4f2f0;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 480px) {
    .table-container {
      background: none; } }

.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px; }

.table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3); }

/* See tablesaw plugin for more tables */
/**
 * Images
 */
img {
  max-width: 100%; }

.img-profile-round,
.img-avatar {
  border-radius: 1000px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  padding: 0 !important; }
  @media (min-width: 768px) {
    .img-profile-round,
    .img-avatar {
      width: 100px;
      height: 100px; } }

.img-avatar-lg {
  width: 120px;
  height: 120px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .img-avatar-lg {
      width: 140px;
      height: 140px; } }

.img-avatar-sm {
  width: 60px;
  height: 60px;
  overflow: hidden; }

.featured-img,
.img-featured {
  margin-bottom: 16px;
  width: 100%; }

.jadu-cms img,
.cms img {
  max-width: 100%;
  margin: 0 auto 8px auto;
  display: block;
  height: auto; }

.jadu-cms img[src$=".svg"],
.cms img[src$=".svg"] {
  width: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .jadu-cms img[src$=".svg"],
  .cms img[src$=".svg"] {
    width: 100%; } }

.jadu-cms img.float_right,
.jadu-cms img.alignright,
.jadu-cms img.align-right,
.cms img.float_right,
.cms img.alignright,
.cms img.align-right {
  width: auto;
  float: right;
  margin: 0 0 8px 8px; }

.jadu-cms img.float_left,
.jadu-cms img.alignleft,
.jadu-cms img.align-left,
.cms img.float_left,
.cms img.alignleft,
.cms img.align-left {
  width: auto;
  float: left;
  margin: 0 8px 8px 0; }

.embed-responsive {
  max-width: 100%; }

/* Hacky images used on short courses */
.img-box {
  border: 1px solid #c9bfb5;
  position: relative;
  float: left;
  margin: 0 1% 10px 1%;
  position: relative;
  left: -1%;
  width: 48%;
  padding-bottom: 48%; }
  @media (min-width: 768px) {
    .img-box {
      width: 23%;
      padding-bottom: 23%; } }
  .img-box img {
    position: absolute;
    top: 5%;
    left: 5%;
    max-width: 90%;
    max-height: 90%; }

/**
 * Layout
 */
/**
 * LAYOUT - Toolkit containers and wrapper
 */
html {
  -ms-overflow-style: -ms-autohiding-scrollbar; }

body {
  background: #f4f2f0; }

/**
 * Site containers
 */
.site-container {
  background: white;
  margin: 0 auto; }

[class^="site-container"] {
  margin: 0 auto;
  background: white;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1); }

.site-container-fw,
.site-container-lg {
  max-width: 1600px; }

.site-container-sm {
  max-width: 1200px; }

.site-container-md {
  max-width: 1400px; }

.jadu-cms,
.cms {
  margin-bottom: 26px; }

/* Container rows 

Used when you want to create rows of spaced content e.g. widgets

+--------------------+
|                    |
|                    |
|   Container rows   |
|                    |
|                    |
+--------------------+
|                    |
|                    |
|      Content       |
|                    |
|                    |
+--------------------+

*/
.container-row {
  padding: 12px 0; }
  @media (min-width: 480px) {
    .container-row {
      padding: 22px 0; } }

.container-row-lg {
  padding: 12px 0; }
  @media (min-width: 480px) {
    .container-row-lg {
      padding: 26px 0; } }

.container-header {
  padding: 20px 0; }

/**
 * Wrappers - Alternative to BS .container
 */
[class*="wrapper"] {
  margin: 0 auto; }

.wrapper-xl {
  max-width: 1300px; }

.wrapper-lg {
  max-width: 1170px; }

.wrapper-md {
  max-width: 1040px; }

.wrapper-sm {
  max-width: 810px; }

.wrapper-xs {
  max-width: 660px; }

/**
 * Wrapper padding
 */
/**
 Just a reminder :)

$space-xl: 						26px;
$space-lg: 						22px;
$space:                         16px;
$space-sm: 						12px;
$space-xs: 						10px;
$space-half:                    8px;

*/
.wrapper-padded,
.wrapper-pd {
  padding: 0 12px; }
  @media (min-width: 480px) {
    .wrapper-padded,
    .wrapper-pd {
      padding: 0 16px; } }

.wrapper-pd-lg {
  padding: 0 22px; }
  @media (min-width: 1024px) {
    .wrapper-pd-lg {
      padding: 0 66px; } }

.wrapper-pd-md {
  padding: 0 16px; }
  @media (min-width: 1024px) {
    .wrapper-pd-md {
      padding: 0 30px; } }

.wrapper-pd-sm {
  padding: 0 12px; }

.wrapper-pd-xs {
  padding: 0 10px; }

.wrapper-pd-xxs {
  padding: 0 6px; }

.box-pd {
  padding: 12px; }
  @media (min-width: 480px) {
    .box-pd {
      padding: 16px; } }

/**
 * Columns - Used for the page sidebar layout
 */
.column-container {
  position: relative;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .column-container .column-container-primary {
      float: left;
      width: 78%; } }
  @media (min-width: 1260px) {
    .column-container .column-container-primary {
      width: 75%; } }
  .column-container .column-container-secondary {
    position: relative; }
    @media (min-width: 1024px) {
      .column-container .column-container-secondary {
        float: left;
        width: 22%;
        padding-bottom: 40px;
        max-width: 320px; } }
    @media (min-width: 1260px) {
      .column-container .column-container-secondary {
        width: 25%; } }
    @media (min-width: 1170px) {
      .column-container .column-container-secondary {
        padding-left: 10px; } }
  @media (min-width: 1024px) {
    .column-container .column-container-secondary-right {
      float: right;
      width: 25%;
      border-right: 0; } }

@media (min-width: 1024px) {
  .column-container-fw {
    display: table;
    width: 100%; } }

@media (min-width: 1024px) {
  .column-container-fw .column-container-primary {
    width: auto;
    display: table-cell;
    float: none;
    max-width: 5px; } }

.column-container-fw .column-container-secondary {
  padding-left: 0; }
  @media (min-width: 1024px) {
    .column-container-fw .column-container-secondary {
      float: none;
      display: table-cell;
      background: #f4f2f0;
      padding: 0 0 40px 0;
      width: 220px; } }
  @media (min-width: 1260px) {
    .column-container-fw .column-container-secondary {
      width: 300px; } }

/**
 * Custom row class that repliactes .row - for Jadu because row is used in the control center
 */
.tk-row {
  margin-left: -10px;
  margin-right: -10px;
  position: relative; }

.row-flush,
.tk-row-flush {
  margin: 0;
  padding: 0; }
  .row-flush [class*="col-"],
  .tk-row-flush [class*="col-"] {
    padding: 0; }

/**
 * Components
 */
/**
 * University masthead
 */
.masthead {
  background: #212121;
  position: relative; }

.site-logo {
  float: right;
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin: 6px; }
  @media (min-width: 480px) {
    .site-logo {
      margin: 10px 10px 10px 15px;
      width: 183px;
      height: 53px; } }
  .site-logo img {
    width: 183px;
    position: absolute;
    max-width: none;
    right: 0;
    top: 0; }
    @media (min-width: 480px) {
      .site-logo img {
        width: 100%;
        position: static; } }

.logo {
  float: right;
  margin: 6px;
  max-width: 183px; }
  @media (min-width: 480px) {
    .logo {
      margin: 10px 10px 10px 15px; } }

.logo-full {
  display: none; }
  @media (min-width: 480px) {
    .logo-full {
      display: block; } }

@media (min-width: 480px) {
  .logo-mark {
    display: none; } }

.masthead-links {
  background: #111111;
  margin-top: -1px;
  padding-top: 1px; }
  @media (min-width: 480px) {
    .masthead-links {
      float: left;
      background: none;
      margin-left: 10px; } }

.masthead-link {
  color: white;
  font-size: 13px;
  display: inline-block;
  padding: 6px 6px;
  background: none;
  border: 0;
  border-right: 1px solid #333333; }
  @media (min-width: 480px) {
    .masthead-link {
      border: 0;
      padding: 2px 3px; } }
  .masthead-link:hover, .masthead-link:focus {
    color: white; }

.masthead-link-quicklinks {
  text-transform: uppercase;
  font-size: 13px;
  background: #111111; }
  @media (min-width: 480px) {
    .masthead-link-quicklinks {
      padding: 4px 6px;
      font-size: 14px;
      border: 1px solid #ffffff;
      border-top: 0;
      margin-top: -1px; } }
  .masthead-link-quicklinks:after {
    position: relative;
    left: 2px; }
  .no-js .masthead-link-quicklinks {
    display: none; }

/**
 * Quicklinks
 * Header section & footer nav
 */
.quicklinks {
  background: #111111;
  border-bottom: 1px solid white;
  color: white; }

.quicklinks-inner {
  padding: 25px 10px 10px 10px;
  color: white; }
  @media (min-width: 480px) {
    .quicklinks-inner {
      padding-top: 35px; } }

.quicklinks-close {
  position: absolute;
  top: 5px;
  right: 5px; }
  .no-js .quicklinks-close {
    display: none; }

.quicklinks-list {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  line-height: 24px; }
  .quicklinks-list .title {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 14px;
    color: #ffffff;
    display: block; }
    .quicklinks-list .title:before {
      content: ""; }
  .quicklinks-list li {
    list-style: none;
    padding-left: 6px;
    font-size: 14px; }
    .quicklinks-list li:before {
      position: relative;
      content: "-";
      left: -5px;
      color: #aa8f6f; }
  .quicklinks-list a {
    color: #f7f7f7; }
    .quicklinks-list a:hover {
      color: white; }

.quicklinks-list-def lh {
  padding-left: 6px; }

.quicklinks-list-def dt {
  list-style: none;
  padding-left: 6px;
  font-size: 14px;
  color: #f7f7f7;
  font-weight: 400;
  line-height: 24px; }

/**
 * $LOCAL HEADER
 */
.local-header {
  color: white;
  background: #b31b1b; }

.local-header-inner {
  display: table;
  width: 100%; }
  .local-header-inner a {
    color: white; }

.local-header-title {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 40px 10px 0; }
  .local-header-title > a {
    font-size: 18px;
    margin: 0;
    font-family: "freight-sans-pro", sans-serif; }
    @media (min-width: 480px) {
      .local-header-title > a {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .local-header-title > a {
        font-size: 20px; } }
    .local-header-title > a .tk-icon, .local-header-title > a .tablesaw-sortable th.tablesaw-sortable-head button:before, .tablesaw-sortable th.tablesaw-sortable-head .local-header-title > a button:before, .ekko-lightbox-nav-overlay .local-header-title > a span, .local-header-title > a .ekko-lightbox .modal-header .close:after, .ekko-lightbox .modal-header .local-header-title > a .close:after, .local-header-title > a .ekko-lightbox-default .info:after, .ekko-lightbox-default .local-header-title > a .info:after, .local-header-title > a .swiper .slide-cta:after, .swiper .local-header-title > a .slide-cta:after, .local-header-title > a .masthead-link-quicklinks:after, .local-header-title > a .sidebar-button:before, .local-header-title > a .sidebar-button:after, .local-header-title > a .sidebar-nav .dropdown > a:after, .sidebar-nav .local-header-title > a .dropdown > a:after, .local-header-title > a .sidebar-list a:before, .sidebar-list .local-header-title > a a:before, .local-header-title > a .sidebar-university a:before, .sidebar-university .local-header-title > a a:before, .local-header-title > a
    .sidebar-contact a:before,
    .sidebar-contact .local-header-title > a a:before, .local-header-title > a
    .sidebar-cta-list a:before,
    .sidebar-cta-list .local-header-title > a a:before, .local-header-title > a .sidebar-cta a:before, .sidebar-cta .local-header-title > a a:before, .local-header-title > a
    .sidebar-cta-btn a:before,
    .sidebar-cta-btn .local-header-title > a a:before, .local-header-title > a .navicon button:before, .navicon .local-header-title > a button:before, .local-header-title > a .tk-nav .tk-nav-header button:before, .tk-nav .tk-nav-header .local-header-title > a button:before, .local-header-title > a .tk-nav .tk-nav-list .tk-nav-dropdown > a:after, .tk-nav .tk-nav-list .local-header-title > a .tk-nav-dropdown > a:after, .local-header-title > a .tk-nav .tk-nav-list-cta > li > a:after, .tk-nav .local-header-title > a .tk-nav-list-cta > li > a:after, .local-header-title > a .expander-trigger:after, .local-header-title > a .filter-box ul li a:after, .filter-box ul li .local-header-title > a a:after, .local-header-title > a .event-card h3:after, .event-card .local-header-title > a h3:after, .local-header-title > a .multi-page-btn:before, .local-header-title > a
    .page-contents-btn:before, .local-header-title > a .multi-page-footer ul a:after, .multi-page-footer ul .local-header-title > a a:after, .local-header-title > a
    .page-footer ul a:after,
    .page-footer ul .local-header-title > a a:after, .local-header-title > a .social-toggle:before, .local-header-title > a .tile-inner ul a:after, .tile-inner ul .local-header-title > a a:after, .local-header-title > a .content h3:after, .content .local-header-title > a h3:after, .local-header-title > a
    .tile-content h3:after,
    .tile-content .local-header-title > a h3:after {
      vertical-align: middle; }
  .local-header-title a {
    border: 0;
    color: white; }
    .local-header-title a:hover {
      color: white;
      text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5); }

.local-header-search {
  display: table-cell;
  text-align: right;
  vertical-align: middle; }
  @media (min-width: 480px) {
    .local-header-search {
      font-size: 20px; } }

.local-header-cta {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  height: 100%; }
  .local-header-cta a {
    background: #871414;
    padding: 10px;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    transition: background 0.25s ease; }
    @media (min-width: 768px) {
      .local-header-cta a {
        font-size: 16px; } }
    .local-header-cta a:hover {
      background: #b31b1b;
      text-decoration: none; }

.sm-toggle-search {
  transition: background 0.25s ease; }
  @media (min-width: 480px) {
    .sm-toggle-search {
      display: inline-block;
      padding: 6px 12px; } }
  .sm-toggle-search:hover {
    background: #871414; }
  .no-js .sm-toggle-search {
    display: none; }

.site-search-btn:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tk-icons" !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  position: relative;
  top: -1px;
  line-height: 1;
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA1A";
  font-size: 22px;
  position: relative;
  top: -2px; }

.active .site-search-btn:before {
  content: "\EA0C"; }

/**
 * $SITESEARCH
 */
.site-search {
  background: white; }

.site-search-inner {
  padding: 5px 0; }

.site-search-input,
.site-search-select,
.site-search-submit {
  float: left; }

input.site-search-input {
  border: 1px solid #c9bfb5;
  padding: 5px;
  width: 54%;
  margin: 0 1% 0 0; }
  @media (max-width: 480px) {
    input.site-search-input {
      width: 100%;
      margin: 0 0 5px 0; } }

.lt-ie9 input.site-search-input {
  height: 40px; }

select.site-search-select {
  padding: 5px 25px 5px 10px;
  width: 29%;
  margin: 0 1% 0 0;
  min-height: 40px; }
  @media (max-width: 480px) {
    select.site-search-select {
      width: 75%;
      margin-bottom: 0; } }

.lt-ie9 select.site-search-select {
  min-height: 0;
  padding: 0;
  padding-bottom: 8px; }

.no-js .site-search-select {
  display: none; }

input.site-search-submit {
  border: 0;
  padding: 5px 10px;
  margin: 0;
  width: 15%; }
  @media (max-width: 480px) {
    input.site-search-submit {
      width: 24%;
      margin-bottom: 0; } }

/* Flexbox version */
/**
 * Quick Search - MB TODO: finish is there's time
 */
.quick-search {
  position: relative;
  display: none; }
  @media (min-width: 480px) {
    .quick-search {
      display: block; } }
  .quick-search ul {
    width: 59%;
    position: absolute;
    z-index: 1000;
    background: white;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .quick-search li.selected {
    border-left: 4px solid #aa8f6f;
    background: #f4f2f0; }
  .quick-search li {
    list-style: none;
    border-bottom: 1px solid #c9bfb5;
    padding: 5px;
    line-height: 100%;
    border-left: 4px solid white; }
    .quick-search li a:hover {
      background: #f4f2f0;
      text-decoration: none; }
    .quick-search li .title {
      display: block;
      font-size: 14px; }
    .quick-search li .excerpt {
      font-size: 13px;
      display: block; }

.site-footer-upper {
  padding: 5px 0;
  border-top: 1px solid #ddd5cc;
  background: #ffffff; }

.site-footer-upper-social,
.footer-social {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .site-footer-upper-social,
    .footer-social {
      max-width: 50%;
      width: auto;
      float: right; } }
  .site-footer-upper-social > a,
  .footer-social > a {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0;
    color: #aa8f6f;
    text-align: center;
    margin: 0 8px 0 8px; }
    @media (min-width: 768px) {
      .site-footer-upper-social > a,
      .footer-social > a {
        margin: 16px 0 16px 16px; } }
    @media (min-width: 1024px) {
      .site-footer-upper-social > a,
      .footer-social > a {
        margin: 14px 0 14px 16px; } }
    .site-footer-upper-social > a:hover,
    .footer-social > a:hover {
      color: #4a4a4a;
      text-decoration: none; }
  .site-footer-upper-social .tk-icon, .site-footer-upper-social .tablesaw-sortable th.tablesaw-sortable-head button:before, .tablesaw-sortable th.tablesaw-sortable-head .site-footer-upper-social button:before, .site-footer-upper-social .ekko-lightbox-nav-overlay a span, .ekko-lightbox-nav-overlay a .site-footer-upper-social span, .site-footer-upper-social .ekko-lightbox .modal-header .close:after, .ekko-lightbox .modal-header .site-footer-upper-social .close:after, .site-footer-upper-social .ekko-lightbox-default .info:after, .ekko-lightbox-default .site-footer-upper-social .info:after, .site-footer-upper-social .swiper .slide-cta:after, .swiper .site-footer-upper-social .slide-cta:after, .site-footer-upper-social .masthead-link-quicklinks:after, .site-footer-upper-social .sidebar-button:before, .site-footer-upper-social .sidebar-button:after, .site-footer-upper-social .sidebar-nav .dropdown > a:after, .sidebar-nav .site-footer-upper-social .dropdown > a:after, .site-footer-upper-social .sidebar-list a:before, .sidebar-list .site-footer-upper-social a:before, .site-footer-upper-social .sidebar-university a:before, .sidebar-university .site-footer-upper-social a:before, .site-footer-upper-social
  .sidebar-contact a:before,
  .sidebar-contact .site-footer-upper-social a:before, .site-footer-upper-social
  .sidebar-cta-list a:before,
  .sidebar-cta-list .site-footer-upper-social a:before, .site-footer-upper-social .sidebar-cta a:before, .sidebar-cta .site-footer-upper-social a:before, .site-footer-upper-social
  .sidebar-cta-btn a:before,
  .sidebar-cta-btn .site-footer-upper-social a:before, .site-footer-upper-social .navicon button:before, .navicon .site-footer-upper-social button:before, .site-footer-upper-social .tk-nav .tk-nav-header button:before, .tk-nav .tk-nav-header .site-footer-upper-social button:before, .site-footer-upper-social .tk-nav .tk-nav-list .tk-nav-dropdown > a:after, .tk-nav .tk-nav-list .site-footer-upper-social .tk-nav-dropdown > a:after, .site-footer-upper-social .tk-nav .tk-nav-list-cta > li > a:after, .tk-nav .site-footer-upper-social .tk-nav-list-cta > li > a:after, .site-footer-upper-social .expander-trigger:after, .site-footer-upper-social .filter-box ul li a:after, .filter-box ul li .site-footer-upper-social a:after, .site-footer-upper-social .event-card h3:after, .event-card .site-footer-upper-social h3:after, .site-footer-upper-social .multi-page-btn:before, .site-footer-upper-social
  .page-contents-btn:before, .site-footer-upper-social .multi-page-footer ul a:after, .multi-page-footer ul .site-footer-upper-social a:after, .site-footer-upper-social
  .page-footer ul a:after,
  .page-footer ul .site-footer-upper-social a:after, .site-footer-upper-social .social-toggle:before, .site-footer-upper-social .tile-inner ul a:after, .tile-inner ul .site-footer-upper-social a:after, .site-footer-upper-social .content h3:after, .content .site-footer-upper-social h3:after, .site-footer-upper-social
  .tile-content h3:after,
  .tile-content .site-footer-upper-social h3:after,
  .footer-social .tk-icon,
  .footer-social .tablesaw-sortable th.tablesaw-sortable-head button:before, .tablesaw-sortable th.tablesaw-sortable-head
  .footer-social button:before,
  .footer-social .ekko-lightbox-nav-overlay a span, .ekko-lightbox-nav-overlay a
  .footer-social span,
  .footer-social .ekko-lightbox .modal-header .close:after, .ekko-lightbox .modal-header
  .footer-social .close:after,
  .footer-social .ekko-lightbox-default .info:after, .ekko-lightbox-default
  .footer-social .info:after,
  .footer-social .swiper .slide-cta:after, .swiper
  .footer-social .slide-cta:after,
  .footer-social .masthead-link-quicklinks:after,
  .footer-social .sidebar-button:before,
  .footer-social .sidebar-button:after,
  .footer-social .sidebar-nav .dropdown > a:after, .sidebar-nav
  .footer-social .dropdown > a:after,
  .footer-social .sidebar-list a:before, .sidebar-list
  .footer-social a:before,
  .footer-social .sidebar-university a:before, .sidebar-university
  .footer-social a:before,
  .footer-social
  .sidebar-contact a:before,
  .sidebar-contact
  .footer-social a:before,
  .footer-social
  .sidebar-cta-list a:before,
  .sidebar-cta-list
  .footer-social a:before,
  .footer-social .sidebar-cta a:before, .sidebar-cta
  .footer-social a:before,
  .footer-social
  .sidebar-cta-btn a:before,
  .sidebar-cta-btn
  .footer-social a:before,
  .footer-social .navicon button:before, .navicon
  .footer-social button:before,
  .footer-social .tk-nav .tk-nav-header button:before, .tk-nav .tk-nav-header
  .footer-social button:before,
  .footer-social .tk-nav .tk-nav-list .tk-nav-dropdown > a:after, .tk-nav .tk-nav-list
  .footer-social .tk-nav-dropdown > a:after,
  .footer-social .tk-nav .tk-nav-list-cta > li > a:after, .tk-nav
  .footer-social .tk-nav-list-cta > li > a:after,
  .footer-social .expander-trigger:after,
  .footer-social .filter-box ul li a:after, .filter-box ul li
  .footer-social a:after,
  .footer-social .event-card h3:after, .event-card
  .footer-social h3:after,
  .footer-social .multi-page-btn:before,
  .footer-social
  .page-contents-btn:before,
  .footer-social .multi-page-footer ul a:after, .multi-page-footer ul
  .footer-social a:after,
  .footer-social
  .page-footer ul a:after,
  .page-footer ul
  .footer-social a:after,
  .footer-social .social-toggle:before,
  .footer-social .tile-inner ul a:after, .tile-inner ul
  .footer-social a:after,
  .footer-social .content h3:after, .content
  .footer-social h3:after,
  .footer-social
  .tile-content h3:after,
  .tile-content
  .footer-social h3:after {
    font-size: 24px;
    line-height: 1; }
    @media (min-width: 1024px) {
      .site-footer-upper-social .tk-icon, .site-footer-upper-social .tablesaw-sortable th.tablesaw-sortable-head button:before, .tablesaw-sortable th.tablesaw-sortable-head .site-footer-upper-social button:before, .site-footer-upper-social .ekko-lightbox-nav-overlay a span, .ekko-lightbox-nav-overlay a .site-footer-upper-social span, .site-footer-upper-social .ekko-lightbox .modal-header .close:after, .ekko-lightbox .modal-header .site-footer-upper-social .close:after, .site-footer-upper-social .ekko-lightbox-default .info:after, .ekko-lightbox-default .site-footer-upper-social .info:after, .site-footer-upper-social .swiper .slide-cta:after, .swiper .site-footer-upper-social .slide-cta:after, .site-footer-upper-social .masthead-link-quicklinks:after, .site-footer-upper-social .sidebar-button:before, .site-footer-upper-social .sidebar-button:after, .site-footer-upper-social .sidebar-nav .dropdown > a:after, .sidebar-nav .site-footer-upper-social .dropdown > a:after, .site-footer-upper-social .sidebar-list a:before, .sidebar-list .site-footer-upper-social a:before, .site-footer-upper-social .sidebar-university a:before, .sidebar-university .site-footer-upper-social a:before, .site-footer-upper-social
      .sidebar-contact a:before,
      .sidebar-contact .site-footer-upper-social a:before, .site-footer-upper-social
      .sidebar-cta-list a:before,
      .sidebar-cta-list .site-footer-upper-social a:before, .site-footer-upper-social .sidebar-cta a:before, .sidebar-cta .site-footer-upper-social a:before, .site-footer-upper-social
      .sidebar-cta-btn a:before,
      .sidebar-cta-btn .site-footer-upper-social a:before, .site-footer-upper-social .navicon button:before, .navicon .site-footer-upper-social button:before, .site-footer-upper-social .tk-nav .tk-nav-header button:before, .tk-nav .tk-nav-header .site-footer-upper-social button:before, .site-footer-upper-social .tk-nav .tk-nav-list .tk-nav-dropdown > a:after, .tk-nav .tk-nav-list .site-footer-upper-social .tk-nav-dropdown > a:after, .site-footer-upper-social .tk-nav .tk-nav-list-cta > li > a:after, .tk-nav .site-footer-upper-social .tk-nav-list-cta > li > a:after, .site-footer-upper-social .expander-trigger:after, .site-footer-upper-social .filter-box ul li a:after, .filter-box ul li .site-footer-upper-social a:after, .site-footer-upper-social .event-card h3:after, .event-card .site-footer-upper-social h3:after, .site-footer-upper-social .multi-page-btn:before, .site-footer-upper-social
      .page-contents-btn:before, .site-footer-upper-social .multi-page-footer ul a:after, .multi-page-footer ul .site-footer-upper-social a:after, .site-footer-upper-social
      .page-footer ul a:after,
      .page-footer ul .site-footer-upper-social a:after, .site-footer-upper-social .social-toggle:before, .site-footer-upper-social .tile-inner ul a:after, .tile-inner ul .site-footer-upper-social a:after, .site-footer-upper-social .content h3:after, .content .site-footer-upper-social h3:after, .site-footer-upper-social
      .tile-content h3:after,
      .tile-content .site-footer-upper-social h3:after,
      .footer-social .tk-icon,
      .footer-social .tablesaw-sortable th.tablesaw-sortable-head button:before, .tablesaw-sortable th.tablesaw-sortable-head
      .footer-social button:before,
      .footer-social .ekko-lightbox-nav-overlay a span, .ekko-lightbox-nav-overlay a
      .footer-social span,
      .footer-social .ekko-lightbox .modal-header .close:after, .ekko-lightbox .modal-header
      .footer-social .close:after,
      .footer-social .ekko-lightbox-default .info:after, .ekko-lightbox-default
      .footer-social .info:after,
      .footer-social .swiper .slide-cta:after, .swiper
      .footer-social .slide-cta:after,
      .footer-social .masthead-link-quicklinks:after,
      .footer-social .sidebar-button:before,
      .footer-social .sidebar-button:after,
      .footer-social .sidebar-nav .dropdown > a:after, .sidebar-nav
      .footer-social .dropdown > a:after,
      .footer-social .sidebar-list a:before, .sidebar-list
      .footer-social a:before,
      .footer-social .sidebar-university a:before, .sidebar-university
      .footer-social a:before,
      .footer-social
      .sidebar-contact a:before,
      .sidebar-contact
      .footer-social a:before,
      .footer-social
      .sidebar-cta-list a:before,
      .sidebar-cta-list
      .footer-social a:before,
      .footer-social .sidebar-cta a:before, .sidebar-cta
      .footer-social a:before,
      .footer-social
      .sidebar-cta-btn a:before,
      .sidebar-cta-btn
      .footer-social a:before,
      .footer-social .navicon button:before, .navicon
      .footer-social button:before,
      .footer-social .tk-nav .tk-nav-header button:before, .tk-nav .tk-nav-header
      .footer-social button:before,
      .footer-social .tk-nav .tk-nav-list .tk-nav-dropdown > a:after, .tk-nav .tk-nav-list
      .footer-social .tk-nav-dropdown > a:after,
      .footer-social .tk-nav .tk-nav-list-cta > li > a:after, .tk-nav
      .footer-social .tk-nav-list-cta > li > a:after,
      .footer-social .expander-trigger:after,
      .footer-social .filter-box ul li a:after, .filter-box ul li
      .footer-social a:after,
      .footer-social .event-card h3:after, .event-card
      .footer-social h3:after,
      .footer-social .multi-page-btn:before,
      .footer-social
      .page-contents-btn:before,
      .footer-social .multi-page-footer ul a:after, .multi-page-footer ul
      .footer-social a:after,
      .footer-social
      .page-footer ul a:after,
      .page-footer ul
      .footer-social a:after,
      .footer-social .social-toggle:before,
      .footer-social .tile-inner ul a:after, .tile-inner ul
      .footer-social a:after,
      .footer-social .content h3:after, .content
      .footer-social h3:after,
      .footer-social
      .tile-content h3:after,
      .tile-content
      .footer-social h3:after {
        font-size: 32px; } }

.site-footer-upper-logos,
.footer-img {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .site-footer-upper-logos,
    .footer-img {
      max-width: 50%;
      width: auto;
      float: left; } }
  .site-footer-upper-logos > a,
  .footer-img > a {
    text-align: center;
    margin: 0 8px 8px 0; }
    @media (min-width: 768px) {
      .site-footer-upper-logos > a,
      .footer-img > a {
        margin: 0 8px 0 0; } }
    .site-footer-upper-logos > a:hover,
    .footer-img > a:hover {
      text-decoration: none; }
  .site-footer-upper-logos img,
  .footer-img img {
    max-height: 55px; }
    @media (min-width: 1024px) {
      .site-footer-upper-logos img,
      .footer-img img {
        max-height: 60px; } }

.site-footer-upper-dark {
  background: #212121;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111; }

.site-footer-middle {
  background: #212121;
  padding: 16px 0; }

.site-footer-lower {
  background: #111111;
  padding: 8px 0; }
  .site-footer-lower ul {
    padding: 0;
    margin: 0; }
    .site-footer-lower ul li {
      margin-bottom: 8px;
      font-size: 14px;
      color: #b7b7b7; }
      @media (min-width: 480px) {
        .site-footer-lower ul li {
          display: inline-block;
          margin: 0; } }
      .site-footer-lower ul li a {
        color: #ffffff;
        padding: 0; }
        @media (min-width: 480px) {
          .site-footer-lower ul li a {
            padding: 8px; } }
        .site-footer-lower ul li a:hover, .site-footer-lower ul li a:focus {
          background: none;
          text-decoration: underline; }

/**
 * Sidebar
 */
.sidebar-heading {
  padding: 6px 12px;
  margin: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #c9bfb5;
  display: none; }
  @media (min-width: 1024px) {
    .sidebar-heading {
      margin-bottom: 0;
      display: block;
      padding: 7px; } }
  @media (min-width: 1170px) {
    .sidebar-heading {
      padding: 8px 16px 8px 0; } }

.sidebar-button {
  display: block;
  width: 100%;
  background: #f4f2f0;
  padding: 9px 30px 9px 30px;
  border: 0;
  text-align: left;
  position: relative; }
  @media (min-width: 479px) {
    .sidebar-button {
      font-size: 15px;
      padding: 10px 5px 10px 40px; } }
  @media (min-width: 1024px) {
    .sidebar-button {
      display: none; } }
  .sidebar-button:before {
    color: #aa8f6f;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -9px;
    font-size: 16px; }
    @media (min-width: 480px) {
      .sidebar-button:before {
        left: 15px; } }
  .sidebar-button:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    font-size: 16px; }
    @media (min-width: 480px) {
      .sidebar-button:after {
        right: 15px; } }
  .state-sidebar-active .sidebar-button {
    background: #aa8f6f;
    color: white; }
    .state-sidebar-active .sidebar-button:before {
      color: white; }
    .state-sidebar-active .sidebar-button:after {
      color: white; }

.sidebar-body,
.sidebar-container {
  display: none; }
  @media (min-width: 1024px) {
    .sidebar-body,
    .sidebar-container {
      display: block; } }
  @media (max-width: 1259px) {
    .state-sidebar-active .sidebar-body, .state-sidebar-active
    .sidebar-container {
      display: block; } }

.sidebar-body-fw .sidebar-heading,
.sidebar-container-fw .sidebar-heading {
  margin: 0;
  padding-left: 8px; }

.sidebar-nav {
  margin: 0 0 16px 0;
  padding: 0; }
  .sidebar-nav ul {
    display: none;
    padding: 0;
    margin: 0;
    border-left: 2px solid #aa8f6f;
    background: rgba(77, 72, 67, 0.04); }
  .sidebar-nav li {
    list-style: none; }
  .sidebar-nav a {
    font-size: 16px;
    padding: 6px 12px;
    display: block;
    color: #4a4a4a;
    border-bottom: 1px #c9bfb5 solid;
    transition: all 0.25s ease; }
    @media (min-width: 1024px) {
      .sidebar-nav a {
        padding: 7px 7px; } }
    @media (min-width: 1260px) {
      .sidebar-nav a {
        padding: 8px; } }
    .sidebar-nav a:hover {
      text-decoration: none;
      background: #f4f2f0; }
    .sidebar-nav a:focus {
      text-decoration: none; }
  @media (min-width: 1170px) {
    .sidebar-nav > li > a {
      padding: 8px 16px 8px 0; } }
  .sidebar-nav .dropdown > a {
    position: relative;
    padding-right: 32px; }
    .sidebar-nav .dropdown > a:after {
      right: 5px;
      font-size: 16px;
      position: absolute;
      top: 50%;
      margin-top: -8px;
      color: #aa8f6f; }
  .sidebar-nav .dropdown.open > ul {
    display: block; }
  .sidebar-nav .dropdown.open > a {
    position: relative;
    padding-right: 26px; }
  .sidebar-nav .active > a {
    color: #aa8f6f; }

.no-js ul.sidebar-nav .dropdown > ul {
  display: block; }

/**
 * Sidebar for full width page
 */
.sidebar-nav-fw > li > a {
  padding-left: 8px; }

/**
 * Sidebar Actions
 */
.sidebar-list, .sidebar-university,
.sidebar-contact,
.sidebar-cta-list, .sidebar-cta,
.sidebar-cta-btn {
  padding: 0;
  margin: 0 0 10px 0; }
  @media (min-width: 1024px) {
    .sidebar-list, .sidebar-university,
    .sidebar-contact,
    .sidebar-cta-list, .sidebar-cta,
    .sidebar-cta-btn {
      margin-bottom: 22px; } }
  .sidebar-list li, .sidebar-university li,
  .sidebar-contact li,
  .sidebar-cta-list li, .sidebar-cta li,
  .sidebar-cta-btn li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .sidebar-list a, .sidebar-university a,
  .sidebar-contact a,
  .sidebar-cta-list a, .sidebar-cta a,
  .sidebar-cta-btn a {
    padding: 6px 20px 6px 6px;
    display: block;
    position: relative;
    font-size: 16px; }
    @media (min-width: 1260px) {
      .sidebar-list a, .sidebar-university a,
      .sidebar-contact a,
      .sidebar-cta-list a, .sidebar-cta a,
      .sidebar-cta-btn a {
        padding: 7px 20px 7px 7px; } }
    .sidebar-list a:hover, .sidebar-university a:hover,
    .sidebar-contact a:hover,
    .sidebar-cta-list a:hover, .sidebar-cta a:hover,
    .sidebar-cta-btn a:hover {
      text-decoration: none; }
    .sidebar-list a:before, .sidebar-university a:before,
    .sidebar-contact a:before,
    .sidebar-cta-list a:before, .sidebar-cta a:before,
    .sidebar-cta-btn a:before {
      position: absolute;
      top: 50%;
      margin-top: -8px;
      right: 6px;
      color: #aa8f6f; }
  .sidebar-list [class*="tk-icon"], .sidebar-university [class*="tk-icon"],
  .sidebar-contact [class*="tk-icon"],
  .sidebar-cta-list [class*="tk-icon"], .sidebar-cta [class*="tk-icon"],
  .sidebar-cta-btn [class*="tk-icon"] {
    position: relative;
    margin-right: 6px; }

.sidebar-list a {
  border-bottom: 1px solid #c9bfb5;
  color: #4a4a4a;
  padding: 6px; }
  @media (min-width: 1260px) {
    .sidebar-list a {
      padding: 7px; } }
  .sidebar-list a:before {
    display: none; }

.sidebar-university a,
.sidebar-contact a,
.sidebar-cta-list a {
  border-bottom: 1px solid #c9bfb5;
  color: #4a4a4a; }

.sidebar-university [class*="tk-icon"],
.sidebar-contact [class*="tk-icon"],
.sidebar-cta-list [class*="tk-icon"] {
  color: #aa8f6f; }

.sidebar-cta a,
.sidebar-cta-btn a {
  color: white;
  background: #aa8f6f;
  border-bottom: 1px solid white;
  font-size: 15px; }
  .sidebar-cta a:before,
  .sidebar-cta-btn a:before {
    color: white; }
  .sidebar-cta a:hover,
  .sidebar-cta-btn a:hover {
    background: #917655; }

/**
 * Main Navingation
 */
/**
 * Masthead Navincon
 */
.navicon {
  position: absolute;
  bottom: 8px;
  left: 8px; }
  @media (min-width: 480px) {
    .navicon {
      bottom: 10px;
      left: 10px;
      transition: left 0.3s ease 0.2s; } }
  @media (min-width: 480px) {
    .navicon {
      display: none; } }
  .navicon button {
    text-transform: uppercase;
    color: white;
    border: 2px solid white;
    display: inline-block;
    font-size: 14px;
    background: #212121; }
    .navicon button:before {
      margin-right: 4px;
      font-size: 16px;
      position: relative;
      float: left;
      top: 1px; }

/**
 * Navigation
 */
.tk-nav {
  background: #e9e5e1;
  position: relative; }
  .tk-nav ul {
    padding: 0;
    margin: 0; }
  .tk-nav li {
    list-style: none; }
  .tk-nav a {
    display: block;
    padding: 10px 10px;
    color: #4a4a4a;
    font-size: 15px;
    transition: background 0.25s ease; }
    .tk-nav a:hover, .tk-nav a:focus {
      text-decoration: none; }
  .tk-nav .tk-nav-header {
    background: #333333; }
    @media (min-width: 480px) {
      .tk-nav .tk-nav-header {
        display: none; } }
    .tk-nav .tk-nav-header button {
      color: white;
      padding: 3px 6px;
      text-transform: uppercase;
      border: 2px solid white;
      display: inline-block;
      font-size: 14px;
      margin: 6px; }
      .tk-nav .tk-nav-header button:before {
        position: relative;
        float: left;
        top: 2px;
        margin-right: 4px; }
  .tk-nav .tk-nav-inner {
    margin: 0px; }
  .tk-nav .tk-nav-list li.tk-nav-dropdown > a {
    position: relative; }
  .tk-nav .tk-nav-list .tk-nav-dropdown > a:after {
    right: 5px;
    position: absolute;
    font-size: 16px;
    top: 50%;
    margin-top: -8px; }

/**
 * CTA nav
 */
.tk-nav .tk-nav-list-cta > li > a:after {
  margin-left: 5px;
  position: relative;
  top: 2px;
  color: #aa8f6f; }

@media (min-width: 480px) {
  .tk-nav .tk-nav-list-cta {
    float: right; }
    .tk-nav .tk-nav-list-cta > li > a {
      background: #212121;
      color: white;
      padding: 10px 20px; }
      .tk-nav .tk-nav-list-cta > li > a:hover {
        background: #111111; }
      .tk-nav .tk-nav-list-cta > li > a:after {
        display: none; } }

@media (max-width: 479px) {
  .tk-nav .tk-nav-list-cta {
    border-top: 3px solid #aa8f6f; }
    .tk-nav .tk-nav-list-cta > li > a {
      background: #e9e5e1; }
      .tk-nav .tk-nav-list-cta > li > a:after {
        margin-left: 5px;
        position: relative;
        top: 2px;
        color: #aa8f6f;
        float: right; } }

/**
 * Navigation Priority
 */
/**
 * Desktop Nav
 */
@media (min-width: 480px) {
  .tk-nav .tk-nav-list {
    /* Generic Level li,a and .tk-nav-dropdowns */
    /* Top Level li,a and .tk-nav-dropdowns */ }
    .tk-nav .tk-nav-list li li a {
      border-bottom: 1px solid #c9bfb5;
      padding: 8px 15px; }
      .tk-nav .tk-nav-list li li a:hover {
        background: #f4f2f0; }
    .tk-nav .tk-nav-list ul li.tk-nav-dropdown {
      overflow: hidden;
      z-index: 5; }
      .tk-nav .tk-nav-list ul li.tk-nav-dropdown > a:after {
        position: relative;
        margin-left: 10px;
        top: 3px; }
      .tk-nav .tk-nav-list ul li.tk-nav-dropdown ul {
        display: none;
        background: rgba(25, 19, 13, 0.05);
        border-left: 4px solid #aa8f6f; }
    .tk-nav .tk-nav-list ul li.tk-nav-dropdown.active > a {
      background: white; }
    .tk-nav .tk-nav-list > li {
      display: inline-block; }
    .tk-nav .tk-nav-list > li > a {
      position: relative;
      text-transform: uppercase; }
      .tk-nav .tk-nav-list > li > a:hover, .tk-nav .tk-nav-list > li > a:focus {
        text-decoration: none;
        background: #d2ceca; }
    .tk-nav .tk-nav-list > li.tk-nav-dropdown {
      position: static; }
      .tk-nav .tk-nav-list > li.tk-nav-dropdown > a:after {
        position: relative;
        font-size: 16px;
        top: 2px;
        left: 3px; }
      .tk-nav .tk-nav-list > li.tk-nav-dropdown > ul {
        z-index: 1000;
        display: none;
        left: -9999px;
        background: #fff;
        position: absolute;
        transition: opacity 0.25s ease;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        border-top: 0; }
    .tk-nav .tk-nav-list > li.tk-nav-dropdown.active {
      background: #ffffff; }
      .tk-nav .tk-nav-list > li.tk-nav-dropdown.active > a {
        background: #ffffff; }
      .tk-nav .tk-nav-list > li.tk-nav-dropdown.active > ul {
        left: 0;
        width: 100%; }
  .tk-nav-priority .tk-nav-list {
    display: inline-table; }
    .tk-nav-priority .tk-nav-list > li {
      display: table-cell;
      white-space: nowrap; } }

@media (max-width: 479px) {
  .tk-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #f4f2f0;
    z-index: 100;
    top: 0;
    left: 0;
    max-width: 100%;
    margin-left: -100%;
    transition: margin 0.25s ease;
    margin-bottom: 20px; }
    .state-navicon-active .tk-nav {
      margin-left: 0;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
    .tk-nav .wrapper-relative {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .tk-nav .tk-nav-inner {
      max-width: 100%;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%;
      transition: all 0.5s ease; }
    .tk-nav .tk-nav-list a {
      border-bottom: 1px #c9bfb5 solid;
      border-color: rgba(0, 0, 0, 0.1); }
    .tk-nav .tk-nav-list ul {
      border-left: 4px solid #aa8f6f;
      background: rgba(0, 0, 0, 0.1); }
    .tk-nav .tk-nav-list li.tk-nav-dropdown > ul {
      display: none; } }

.no-js .tk-nav-list > li {
  display: inline-block; }

.no-js .tk-nav-list .tk-nav-dropdown:hover > ul {
  height: auto;
  max-height: 1000px;
  opacity: 1;
  left: 0;
  width: 100%;
  display: block; }

/* Responsive Accordion */
/* .accordion-plain parent class removes the solid border and background color to the accordion content and trigger 

used in:
* People single for publications
* Courses
* Keys contact on people
* Accomodation
etc

*/
/*

<div class="accordion">
    <div class="accordion-trigger">
    </div>
    <div class="accordion-content">
    </div>
</div>

*/
/**
 * Plain accordion - Used on accommodation small res 
 * Deprecated syntax and styles
 */
.accordion-plain .accordion-trigger {
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-top: 1px solid #c9bfb5;
  margin-bottom: 0;
  background: none; }
  .accordion-plain .accordion-trigger.active {
    background: none; }
  .accordion-plain .accordion-trigger:last-of-type {
    border-bottom: 1px solid #c9bfb5; }
  .accordion-plain .accordion-trigger.active:last-of-type {
    border-bottom: 0; }

.accordion-plain .accordion-content {
  overflow: hidden;
  border: none;
  border-top: 1px solid #c9bfb5;
  margin: 0;
  background: none;
  padding-right: 0;
  padding-left: 0; }
  .accordion-plain .accordion-content:last-of-type {
    border-bottom: 1px solid #c9bfb5; }

/**
 * New re-factored Accordion
 */
.accordion,
.cms .accordion {
  margin-bottom: 16px; }
  .accordion-header,
  .cms .accordion-header {
    background: #f4f2f0;
    border: 1px solid #ddd5cc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    padding: 10px 26px 10px 10px;
    position: relative;
    display: block;
    margin-bottom: 10px; }
    .accordion-header.active,
    .cms .accordion-header.active {
      background: #f4f2f0;
      box-shadow: none; }
    .accordion-header:after,
    .cms .accordion-header:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "tk-icons" !important;
      speak: none;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      position: relative;
      top: -1px;
      line-height: 1;
      font-size: inherit;
      display: inline-block;
      vertical-align: middle;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\EA08";
      position: absolute;
      right: 6px;
      top: 50%;
      margin-top: -8px;
      font-size: 16px;
      color: #4a4a4a; }
    .accordion-header.active:after,
    .cms .accordion-header.active:after {
      content: "\EA0B"; }
    .accordion-header:hover,
    .cms .accordion-header:hover {
      background: #f4f2f0; }
    .accordion-header:hover, .accordion-header:focus,
    .cms .accordion-header:hover,
    .cms .accordion-header:focus {
      color: #4a4a4a;
      cursor: pointer;
      text-decoration: none;
      border: 1px solid #908880; }
  .accordion-header .accordion-heading,
  .cms .accordion-header .accordion-heading, .accordion-header
  .cms .accordion-heading,
  .cms .accordion-header
  .cms .accordion-heading {
    font-family: "freight-sans-pro", sans-serif;
    color: #4a4a4a;
    margin: 0;
    padding: 0;
    line-height: 130%;
    font-size: 18px; }
  .accordion a[aria-expanded="true"],
  .cms .accordion a[aria-expanded="true"] {
    margin: 0; }
  .accordion-body,
  .cms .accordion-body {
    opacity: 0;
    display: none;
    transition: opacity 0.25s ease;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .accordion-body.active,
    .cms .accordion-body.active {
      opacity: 1;
      display: block; }
    .accordion-body.trans,
    .cms .accordion-body.trans {
      opacity: 0; }
  .accordion-body,
  .cms .accordion-body {
    border: 1px solid #ddd5cc;
    border-top: 0;
    margin-top: -10px;
    margin-bottom: 10px;
    padding: 10px; }
  .accordion-table,
  .cms .accordion-table {
    display: table;
    width: 100%;
    color: #4a4a4a; }
    .accordion-table span,
    .cms .accordion-table span {
      display: table-cell; }
  .accordion-footer,
  .cms .accordion-footer {
    border-top: 1px solid #ddd5cc;
    margin-top: 10px;
    padding-top: 10px; }

.bs-docs-header,
.bs-docs-masthead {
  position: relative;
  padding: 30px 0;
  text-align: center;
  background-color: #f4f2f0;
  background-image: linear-gradient(to bottom, #ded9d3 0, #f4f2f0 100%);
  background-repeat: repeat-x;
  border-bottom: 1px solid #e9e5e1;
  border-top: 1px solid #d2ceca; }

.bs-docs-masthead .bs-docs-booticon {
  margin: 0 auto 30px; }

.bs-docs-masthead h1 {
  font-weight: 300;
  line-height: 1; }

.bs-docs-masthead .lead, .bs-docs-masthead .lead-alt, .bs-docs-masthead .cms-lead > p:first-child, .bs-docs-masthead .accordion-heading {
  margin: 0 auto 30px;
  font-size: 20px; }

.bs-docs-masthead .version {
  margin-top: -15px;
  margin-bottom: 30px;
  color: #9783b9; }

.bs-docs-masthead .btn {
  width: 100%;
  padding: 15px 30px;
  font-size: 20px; }

@media (min-width: 480px) {
  .bs-docs-masthead .btn {
    width: auto; } }

@media (min-width: 768px) {
  .bs-docs-masthead {
    padding: 80px 0; }
  .bs-docs-masthead h1 {
    font-size: 60px; }
  .bs-docs-masthead .lead, .bs-docs-masthead .lead-alt, .bs-docs-masthead .cms-lead > p:first-child, .bs-docs-masthead .accordion-heading {
    font-size: 24px; } }

@media (min-width: 992px) {
  .bs-docs-masthead .lead, .bs-docs-masthead .lead-alt, .bs-docs-masthead .cms-lead > p:first-child, .bs-docs-masthead .accordion-heading {
    width: 80%;
    font-size: 30px; } }

.bs-docs-header {
  margin-bottom: 20px;
  font-size: 20px; }

.bs-docs-header h1 {
  margin-top: 0;
  font-weight: 600; }

.bs-docs-header p {
  margin-bottom: 16px;
  font-weight: 300;
  line-height: 1.4; }

.bs-docs-header .container {
  position: relative; }

@media (min-width: 768px) {
  .bs-docs-header {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 24px;
    text-align: left; }
  .bs-docs-header h1 {
    font-size: 50px;
    line-height: 1; } }

@media (min-width: 992px) {
  .bs-docs-header h1,
  .bs-docs-header p {
    margin-right: 380px; } }

/* Breadcrumb decoration */
.breadcrumb {
  font-size: 13px;
  line-height: 120%;
  margin-bottom: 0;
  overflow-y: scroll;
  white-space: nowrap;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  @media (min-width: 480px) {
    .breadcrumb {
      line-height: 140%; } }
  @media (min-width: 768px) {
    .breadcrumb {
      overflow: visible;
      white-space: normal; } }
  @media (min-width: 1024px) {
    .breadcrumb {
      margin-bottom: 8px; } }

.breadcrumb > li + li:before {
  padding: 0 1px; }
  @media (min-width: 480px) {
    .breadcrumb > li + li:before {
      padding: 0 5px; } }

/**
 * Responsive Cards
 */
.card-flat {
  overflow: hidden;
  margin: 0 0 16px 0;
  padding: 16px; }
  .card-flat:before, .card-flat:after {
    content: " ";
    display: table; }
  .card-flat:after {
    clear: both; }

.card-flat .card-header {
  margin: 0;
  padding: 0;
  background: none;
  border: 0; }
  .card-flat .card-header:before, .card-flat .card-header:after {
    content: " ";
    display: table; }
  .card-flat .card-header:after {
    clear: both; }

.card-flat .card-img {
  padding: 0 16px 0 0;
  margin: 0;
  width: 50%;
  float: left; }
  .card-flat .card-img:before, .card-flat .card-img:after {
    content: " ";
    display: table; }
  .card-flat .card-img:after {
    clear: both; }
  .card-flat .card-img img {
    width: 100%;
    max-width: 100%; }

/*

        <div class="card-stacked card-flat-xs card-stacked-md">
            <div class="card-img card-img-1-4-xs card-img-1-2-sm"> // img width defined between  xs and sm

        */
[class*='card-flat'] .card-img-1-4 {
  width: 25%; }

[class*='card-flat'] .card-img-1-3 {
  width: 33.33%; }

[class*='card-flat'] .card-img-1-2 {
  width: 50%; }

.card-flat .card-img-right {
  padding: 0 0 0 16px;
  margin: 0;
  width: 50%;
  float: right; }
  .card-flat .card-img-right:before, .card-flat .card-img-right:after {
    content: " ";
    display: table; }
  .card-flat .card-img-right:after {
    clear: both; }

.card-flat .card-content {
  padding: 0;
  margin: 0;
  width: 100%; }
  .card-flat .card-content:after {
    content: '';
    display: block;
    clear: both; }

[class*='card-flat'] .card-content-no-wrap {
  overflow: hidden;
  display: block;
  width: auto; }

.card-flat .card-content-featured {
  padding: 8px;
  margin: 0 0 8px 0;
  float: left;
  width: 50%;
  background: #b31b1b; }
  .card-flat .card-content-featured * {
    color: white; }

.card-flat .card-footer {
  background: none;
  border-top: 1px solid #c9bfb5;
  margin: 16px 0 0 0;
  padding: 16px 0 0 0; }
  .card-flat .card-footer:before, .card-flat .card-footer:after {
    content: " ";
    display: table; }
  .card-flat .card-footer:after {
    clear: both; }

.card-stacked {
  overflow: hidden;
  margin: 0 0 16px 0;
  padding: 0; }
  .card-stacked:before, .card-stacked:after {
    content: " ";
    display: table; }
  .card-stacked:after {
    clear: both; }

.card-stacked .card-header {
  padding: 16px 16px 0 16px;
  margin: 0;
  border: 0;
  background: none; }
  .card-stacked .card-header:before, .card-stacked .card-header:after {
    content: " ";
    display: table; }
  .card-stacked .card-header:after {
    clear: both; }

.card-stacked .card-img {
  padding: 0;
  margin: 0;
  width: 100%;
  float: none; }
  .card-stacked .card-img:before, .card-stacked .card-img:after {
    content: " ";
    display: table; }
  .card-stacked .card-img:after {
    clear: both; }
  .card-stacked .card-img img {
    width: 100%;
    max-width: 100%; }

.card-stacked .card-content {
  padding: 16px;
  margin: 0;
  width: 100%; }

.card-no-padding .card-content {
  padding: 16px 0; }

.card-stacked .card-content-featured {
  background: #b31b1b;
  padding: 8px;
  float: none;
  width: auto;
  margin: 0; }
  .card-stacked .card-content-featured * {
    color: white; }

.card-stacked .card-footer {
  background: none;
  border-top: 1px solid #c9bfb5;
  margin: 0;
  padding: 16px; }
  .card-stacked .card-footer:before, .card-stacked .card-footer:after {
    content: " ";
    display: table; }
  .card-stacked .card-footer:after {
    clear: both; }

@media (min-width: 360px) {
  .card-flat-xxs {
    overflow: hidden;
    margin: 0 0 16px 0;
    padding: 16px; }
    .card-flat-xxs:before, .card-flat-xxs:after {
      content: " ";
      display: table; }
    .card-flat-xxs:after {
      clear: both; }
  .card-flat-xxs .card-header {
    margin: 0;
    padding: 0;
    background: none;
    border: 0; }
    .card-flat-xxs .card-header:before, .card-flat-xxs .card-header:after {
      content: " ";
      display: table; }
    .card-flat-xxs .card-header:after {
      clear: both; }
  .card-flat-xxs .card-img {
    padding: 0 16px 0 0;
    margin: 0;
    width: 50%;
    float: left; }
    .card-flat-xxs .card-img:before, .card-flat-xxs .card-img:after {
      content: " ";
      display: table; }
    .card-flat-xxs .card-img:after {
      clear: both; }
    .card-flat-xxs .card-img img {
      width: 100%;
      max-width: 100%; }
  /*

        <div class="card-stacked card-flat-xs card-stacked-md">
            <div class="card-img card-img-1-4-xs card-img-1-2-sm"> // img width defined between  xs and sm

        */
  [class*='card-flat'] .card-img-1-4-xxs {
    width: 25%; }
  [class*='card-flat'] .card-img-1-3-xxs {
    width: 33.33%; }
  [class*='card-flat'] .card-img-1-2-xxs {
    width: 50%; }
  .card-flat-xxs .card-img-right {
    padding: 0 0 0 16px;
    margin: 0;
    width: 50%;
    float: right; }
    .card-flat-xxs .card-img-right:before, .card-flat-xxs .card-img-right:after {
      content: " ";
      display: table; }
    .card-flat-xxs .card-img-right:after {
      clear: both; }
  .card-flat-xxs .card-content {
    padding: 0;
    margin: 0;
    width: 100%; }
    .card-flat-xxs .card-content:after {
      content: '';
      display: block;
      clear: both; }
  [class*='card-flat'] .card-content-no-wrap-xxs {
    overflow: hidden;
    display: block;
    width: auto; }
  .card-flat-xxs .card-content-featured {
    padding: 8px;
    margin: 0 0 8px 0;
    float: left;
    width: 50%;
    background: #b31b1b; }
    .card-flat-xxs .card-content-featured * {
      color: white; }
  .card-flat-xxs .card-footer {
    background: none;
    border-top: 1px solid #c9bfb5;
    margin: 16px 0 0 0;
    padding: 16px 0 0 0; }
    .card-flat-xxs .card-footer:before, .card-flat-xxs .card-footer:after {
      content: " ";
      display: table; }
    .card-flat-xxs .card-footer:after {
      clear: both; }
  .card-stacked-xxs {
    overflow: hidden;
    margin: 0 0 16px 0;
    padding: 0; }
    .card-stacked-xxs:before, .card-stacked-xxs:after {
      content: " ";
      display: table; }
    .card-stacked-xxs:after {
      clear: both; }
  .card-stacked-xxs .card-header {
    padding: 16px 16px 0 16px;
    margin: 0;
    border: 0;
    background: none; }
    .card-stacked-xxs .card-header:before, .card-stacked-xxs .card-header:after {
      content: " ";
      display: table; }
    .card-stacked-xxs .card-header:after {
      clear: both; }
  .card-stacked-xxs .card-img {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none; }
    .card-stacked-xxs .card-img:before, .card-stacked-xxs .card-img:after {
      content: " ";
      display: table; }
    .card-stacked-xxs .card-img:after {
      clear: both; }
    .card-stacked-xxs .card-img img {
      width: 100%;
      max-width: 100%; }
  .card-stacked-xxs .card-content {
    padding: 16px;
    margin: 0;
    width: 100%; }
  .card-no-padding-xxs .card-content {
    padding: 16px 0; }
  .card-stacked-xxs .card-content-featured {
    background: #b31b1b;
    padding: 8px;
    float: none;
    width: auto;
    margin: 0; }
    .card-stacked-xxs .card-content-featured * {
      color: white; }
  .card-stacked-xxs .card-footer {
    background: none;
    border-top: 1px solid #c9bfb5;
    margin: 0;
    padding: 16px; }
    .card-stacked-xxs .card-footer:before, .card-stacked-xxs .card-footer:after {
      content: " ";
      display: table; }
    .card-stacked-xxs .card-footer:after {
      clear: both; } }

@media (min-width: 480px) {
  .card-flat-xs {
    overflow: hidden;
    margin: 0 0 16px 0;
    padding: 16px; }
    .card-flat-xs:before, .card-flat-xs:after {
      content: " ";
      display: table; }
    .card-flat-xs:after {
      clear: both; }
  .card-flat-xs .card-header {
    margin: 0;
    padding: 0;
    background: none;
    border: 0; }
    .card-flat-xs .card-header:before, .card-flat-xs .card-header:after {
      content: " ";
      display: table; }
    .card-flat-xs .card-header:after {
      clear: both; }
  .card-flat-xs .card-img {
    padding: 0 16px 0 0;
    margin: 0;
    width: 50%;
    float: left; }
    .card-flat-xs .card-img:before, .card-flat-xs .card-img:after {
      content: " ";
      display: table; }
    .card-flat-xs .card-img:after {
      clear: both; }
    .card-flat-xs .card-img img {
      width: 100%;
      max-width: 100%; }
  /*

        <div class="card-stacked card-flat-xs card-stacked-md">
            <div class="card-img card-img-1-4-xs card-img-1-2-sm"> // img width defined between  xs and sm

        */
  [class*='card-flat'] .card-img-1-4-xs {
    width: 25%; }
  [class*='card-flat'] .card-img-1-3-xs {
    width: 33.33%; }
  [class*='card-flat'] .card-img-1-2-xs {
    width: 50%; }
  .card-flat-xs .card-img-right {
    padding: 0 0 0 16px;
    margin: 0;
    width: 50%;
    float: right; }
    .card-flat-xs .card-img-right:before, .card-flat-xs .card-img-right:after {
      content: " ";
      display: table; }
    .card-flat-xs .card-img-right:after {
      clear: both; }
  .card-flat-xs .card-content {
    padding: 0;
    margin: 0;
    width: 100%; }
    .card-flat-xs .card-content:after {
      content: '';
      display: block;
      clear: both; }
  [class*='card-flat'] .card-content-no-wrap-xs {
    overflow: hidden;
    display: block;
    width: auto; }
  .card-flat-xs .card-content-featured {
    padding: 8px;
    margin: 0 0 8px 0;
    float: left;
    width: 50%;
    background: #b31b1b; }
    .card-flat-xs .card-content-featured * {
      color: white; }
  .card-flat-xs .card-footer {
    background: none;
    border-top: 1px solid #c9bfb5;
    margin: 16px 0 0 0;
    padding: 16px 0 0 0; }
    .card-flat-xs .card-footer:before, .card-flat-xs .card-footer:after {
      content: " ";
      display: table; }
    .card-flat-xs .card-footer:after {
      clear: both; }
  .card-stacked-xs {
    overflow: hidden;
    margin: 0 0 16px 0;
    padding: 0; }
    .card-stacked-xs:before, .card-stacked-xs:after {
      content: " ";
      display: table; }
    .card-stacked-xs:after {
      clear: both; }
  .card-stacked-xs .card-header {
    padding: 16px 16px 0 16px;
    margin: 0;
    border: 0;
    background: none; }
    .card-stacked-xs .card-header:before, .card-stacked-xs .card-header:after {
      content: " ";
      display: table; }
    .card-stacked-xs .card-header:after {
      clear: both; }
  .card-stacked-xs .card-img {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none; }
    .card-stacked-xs .card-img:before, .card-stacked-xs .card-img:after {
      content: " ";
      display: table; }
    .card-stacked-xs .card-img:after {
      clear: both; }
    .card-stacked-xs .card-img img {
      width: 100%;
      max-width: 100%; }
  .card-stacked-xs .card-content {
    padding: 16px;
    margin: 0;
    width: 100%; }
  .card-no-padding-xs .card-content {
    padding: 16px 0; }
  .card-stacked-xs .card-content-featured {
    background: #b31b1b;
    padding: 8px;
    float: none;
    width: auto;
    margin: 0; }
    .card-stacked-xs .card-content-featured * {
      color: white; }
  .card-stacked-xs .card-footer {
    background: none;
    border-top: 1px solid #c9bfb5;
    margin: 0;
    padding: 16px; }
    .card-stacked-xs .card-footer:before, .card-stacked-xs .card-footer:after {
      content: " ";
      display: table; }
    .card-stacked-xs .card-footer:after {
      clear: both; } }

@media (min-width: 768px) {
  .card-flat-sm {
    overflow: hidden;
    margin: 0 0 16px 0;
    padding: 16px; }
    .card-flat-sm:before, .card-flat-sm:after {
      content: " ";
      display: table; }
    .card-flat-sm:after {
      clear: both; }
  .card-flat-sm .card-header {
    margin: 0;
    padding: 0;
    background: none;
    border: 0; }
    .card-flat-sm .card-header:before, .card-flat-sm .card-header:after {
      content: " ";
      display: table; }
    .card-flat-sm .card-header:after {
      clear: both; }
  .card-flat-sm .card-img {
    padding: 0 16px 0 0;
    margin: 0;
    width: 50%;
    float: left; }
    .card-flat-sm .card-img:before, .card-flat-sm .card-img:after {
      content: " ";
      display: table; }
    .card-flat-sm .card-img:after {
      clear: both; }
    .card-flat-sm .card-img img {
      width: 100%;
      max-width: 100%; }
  /*

        <div class="card-stacked card-flat-xs card-stacked-md">
            <div class="card-img card-img-1-4-xs card-img-1-2-sm"> // img width defined between  xs and sm

        */
  [class*='card-flat'] .card-img-1-4-sm {
    width: 25%; }
  [class*='card-flat'] .card-img-1-3-sm {
    width: 33.33%; }
  [class*='card-flat'] .card-img-1-2-sm {
    width: 50%; }
  .card-flat-sm .card-img-right {
    padding: 0 0 0 16px;
    margin: 0;
    width: 50%;
    float: right; }
    .card-flat-sm .card-img-right:before, .card-flat-sm .card-img-right:after {
      content: " ";
      display: table; }
    .card-flat-sm .card-img-right:after {
      clear: both; }
  .card-flat-sm .card-content {
    padding: 0;
    margin: 0;
    width: 100%; }
    .card-flat-sm .card-content:after {
      content: '';
      display: block;
      clear: both; }
  [class*='card-flat'] .card-content-no-wrap-sm {
    overflow: hidden;
    display: block;
    width: auto; }
  .card-flat-sm .card-content-featured {
    padding: 8px;
    margin: 0 0 8px 0;
    float: left;
    width: 50%;
    background: #b31b1b; }
    .card-flat-sm .card-content-featured * {
      color: white; }
  .card-flat-sm .card-footer {
    background: none;
    border-top: 1px solid #c9bfb5;
    margin: 16px 0 0 0;
    padding: 16px 0 0 0; }
    .card-flat-sm .card-footer:before, .card-flat-sm .card-footer:after {
      content: " ";
      display: table; }
    .card-flat-sm .card-footer:after {
      clear: both; }
  .card-stacked-sm {
    overflow: hidden;
    margin: 0 0 16px 0;
    padding: 0; }
    .card-stacked-sm:before, .card-stacked-sm:after {
      content: " ";
      display: table; }
    .card-stacked-sm:after {
      clear: both; }
  .card-stacked-sm .card-header {
    padding: 16px 16px 0 16px;
    margin: 0;
    border: 0;
    background: none; }
    .card-stacked-sm .card-header:before, .card-stacked-sm .card-header:after {
      content: " ";
      display: table; }
    .card-stacked-sm .card-header:after {
      clear: both; }
  .card-stacked-sm .card-img {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none; }
    .card-stacked-sm .card-img:before, .card-stacked-sm .card-img:after {
      content: " ";
      display: table; }
    .card-stacked-sm .card-img:after {
      clear: both; }
    .card-stacked-sm .card-img img {
      width: 100%;
      max-width: 100%; }
  .card-stacked-sm .card-content {
    padding: 16px;
    margin: 0;
    width: 100%; }
  .card-no-padding-sm .card-content {
    padding: 16px 0; }
  .card-stacked-sm .card-content-featured {
    background: #b31b1b;
    padding: 8px;
    float: none;
    width: auto;
    margin: 0; }
    .card-stacked-sm .card-content-featured * {
      color: white; }
  .card-stacked-sm .card-footer {
    background: none;
    border-top: 1px solid #c9bfb5;
    margin: 0;
    padding: 16px; }
    .card-stacked-sm .card-footer:before, .card-stacked-sm .card-footer:after {
      content: " ";
      display: table; }
    .card-stacked-sm .card-footer:after {
      clear: both; } }

@media (min-width: 1024px) {
  .card-flat-md {
    overflow: hidden;
    margin: 0 0 16px 0;
    padding: 16px; }
    .card-flat-md:before, .card-flat-md:after {
      content: " ";
      display: table; }
    .card-flat-md:after {
      clear: both; }
  .card-flat-md .card-header {
    margin: 0;
    padding: 0;
    background: none;
    border: 0; }
    .card-flat-md .card-header:before, .card-flat-md .card-header:after {
      content: " ";
      display: table; }
    .card-flat-md .card-header:after {
      clear: both; }
  .card-flat-md .card-img {
    padding: 0 16px 0 0;
    margin: 0;
    width: 50%;
    float: left; }
    .card-flat-md .card-img:before, .card-flat-md .card-img:after {
      content: " ";
      display: table; }
    .card-flat-md .card-img:after {
      clear: both; }
    .card-flat-md .card-img img {
      width: 100%;
      max-width: 100%; }
  /*

        <div class="card-stacked card-flat-xs card-stacked-md">
            <div class="card-img card-img-1-4-xs card-img-1-2-sm"> // img width defined between  xs and sm

        */
  [class*='card-flat'] .card-img-1-4-md {
    width: 25%; }
  [class*='card-flat'] .card-img-1-3-md {
    width: 33.33%; }
  [class*='card-flat'] .card-img-1-2-md {
    width: 50%; }
  .card-flat-md .card-img-right {
    padding: 0 0 0 16px;
    margin: 0;
    width: 50%;
    float: right; }
    .card-flat-md .card-img-right:before, .card-flat-md .card-img-right:after {
      content: " ";
      display: table; }
    .card-flat-md .card-img-right:after {
      clear: both; }
  .card-flat-md .card-content {
    padding: 0;
    margin: 0;
    width: 100%; }
    .card-flat-md .card-content:after {
      content: '';
      display: block;
      clear: both; }
  [class*='card-flat'] .card-content-no-wrap-md {
    overflow: hidden;
    display: block;
    width: auto; }
  .card-flat-md .card-content-featured {
    padding: 8px;
    margin: 0 0 8px 0;
    float: left;
    width: 50%;
    background: #b31b1b; }
    .card-flat-md .card-content-featured * {
      color: white; }
  .card-flat-md .card-footer {
    background: none;
    border-top: 1px solid #c9bfb5;
    margin: 16px 0 0 0;
    padding: 16px 0 0 0; }
    .card-flat-md .card-footer:before, .card-flat-md .card-footer:after {
      content: " ";
      display: table; }
    .card-flat-md .card-footer:after {
      clear: both; }
  .card-stacked-md {
    overflow: hidden;
    margin: 0 0 16px 0;
    padding: 0; }
    .card-stacked-md:before, .card-stacked-md:after {
      content: " ";
      display: table; }
    .card-stacked-md:after {
      clear: both; }
  .card-stacked-md .card-header {
    padding: 16px 16px 0 16px;
    margin: 0;
    border: 0;
    background: none; }
    .card-stacked-md .card-header:before, .card-stacked-md .card-header:after {
      content: " ";
      display: table; }
    .card-stacked-md .card-header:after {
      clear: both; }
  .card-stacked-md .card-img {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none; }
    .card-stacked-md .card-img:before, .card-stacked-md .card-img:after {
      content: " ";
      display: table; }
    .card-stacked-md .card-img:after {
      clear: both; }
    .card-stacked-md .card-img img {
      width: 100%;
      max-width: 100%; }
  .card-stacked-md .card-content {
    padding: 16px;
    margin: 0;
    width: 100%; }
  .card-no-padding-md .card-content {
    padding: 16px 0; }
  .card-stacked-md .card-content-featured {
    background: #b31b1b;
    padding: 8px;
    float: none;
    width: auto;
    margin: 0; }
    .card-stacked-md .card-content-featured * {
      color: white; }
  .card-stacked-md .card-footer {
    background: none;
    border-top: 1px solid #c9bfb5;
    margin: 0;
    padding: 16px; }
    .card-stacked-md .card-footer:before, .card-stacked-md .card-footer:after {
      content: " ";
      display: table; }
    .card-stacked-md .card-footer:after {
      clear: both; } }

@media (min-width: 1260px) {
  .card-flat-lg {
    overflow: hidden;
    margin: 0 0 16px 0;
    padding: 16px; }
    .card-flat-lg:before, .card-flat-lg:after {
      content: " ";
      display: table; }
    .card-flat-lg:after {
      clear: both; }
  .card-flat-lg .card-header {
    margin: 0;
    padding: 0;
    background: none;
    border: 0; }
    .card-flat-lg .card-header:before, .card-flat-lg .card-header:after {
      content: " ";
      display: table; }
    .card-flat-lg .card-header:after {
      clear: both; }
  .card-flat-lg .card-img {
    padding: 0 16px 0 0;
    margin: 0;
    width: 50%;
    float: left; }
    .card-flat-lg .card-img:before, .card-flat-lg .card-img:after {
      content: " ";
      display: table; }
    .card-flat-lg .card-img:after {
      clear: both; }
    .card-flat-lg .card-img img {
      width: 100%;
      max-width: 100%; }
  /*

        <div class="card-stacked card-flat-xs card-stacked-md">
            <div class="card-img card-img-1-4-xs card-img-1-2-sm"> // img width defined between  xs and sm

        */
  [class*='card-flat'] .card-img-1-4-lg {
    width: 25%; }
  [class*='card-flat'] .card-img-1-3-lg {
    width: 33.33%; }
  [class*='card-flat'] .card-img-1-2-lg {
    width: 50%; }
  .card-flat-lg .card-img-right {
    padding: 0 0 0 16px;
    margin: 0;
    width: 50%;
    float: right; }
    .card-flat-lg .card-img-right:before, .card-flat-lg .card-img-right:after {
      content: " ";
      display: table; }
    .card-flat-lg .card-img-right:after {
      clear: both; }
  .card-flat-lg .card-content {
    padding: 0;
    margin: 0;
    width: 100%; }
    .card-flat-lg .card-content:after {
      content: '';
      display: block;
      clear: both; }
  [class*='card-flat'] .card-content-no-wrap-lg {
    overflow: hidden;
    display: block;
    width: auto; }
  .card-flat-lg .card-content-featured {
    padding: 8px;
    margin: 0 0 8px 0;
    float: left;
    width: 50%;
    background: #b31b1b; }
    .card-flat-lg .card-content-featured * {
      color: white; }
  .card-flat-lg .card-footer {
    background: none;
    border-top: 1px solid #c9bfb5;
    margin: 16px 0 0 0;
    padding: 16px 0 0 0; }
    .card-flat-lg .card-footer:before, .card-flat-lg .card-footer:after {
      content: " ";
      display: table; }
    .card-flat-lg .card-footer:after {
      clear: both; }
  .card-stacked-lg {
    overflow: hidden;
    margin: 0 0 16px 0;
    padding: 0; }
    .card-stacked-lg:before, .card-stacked-lg:after {
      content: " ";
      display: table; }
    .card-stacked-lg:after {
      clear: both; }
  .card-stacked-lg .card-header {
    padding: 16px 16px 0 16px;
    margin: 0;
    border: 0;
    background: none; }
    .card-stacked-lg .card-header:before, .card-stacked-lg .card-header:after {
      content: " ";
      display: table; }
    .card-stacked-lg .card-header:after {
      clear: both; }
  .card-stacked-lg .card-img {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none; }
    .card-stacked-lg .card-img:before, .card-stacked-lg .card-img:after {
      content: " ";
      display: table; }
    .card-stacked-lg .card-img:after {
      clear: both; }
    .card-stacked-lg .card-img img {
      width: 100%;
      max-width: 100%; }
  .card-stacked-lg .card-content {
    padding: 16px;
    margin: 0;
    width: 100%; }
  .card-no-padding-lg .card-content {
    padding: 16px 0; }
  .card-stacked-lg .card-content-featured {
    background: #b31b1b;
    padding: 8px;
    float: none;
    width: auto;
    margin: 0; }
    .card-stacked-lg .card-content-featured * {
      color: white; }
  .card-stacked-lg .card-footer {
    background: none;
    border-top: 1px solid #c9bfb5;
    margin: 0;
    padding: 16px; }
    .card-stacked-lg .card-footer:before, .card-stacked-lg .card-footer:after {
      content: " ";
      display: table; }
    .card-stacked-lg .card-footer:after {
      clear: both; } }

/**
 * Dividers
 */
/* Divider header */
.divider-header {
  margin: 0 0 16px 0;
  padding: 8px 0;
  position: relative; }
  @media (min-width: 768px) {
    .divider-header {
      border-bottom: 1px solid #c9bfb5; } }

.divider-header-heading {
  margin: 0; }
  @media (min-width: 768px) {
    .divider-header-heading {
      float: left; } }

.divider-header-heading-underline {
  position: relative;
  border-bottom: 1px solid #c9bfb5;
  padding: 4px 0;
  margin-bottom: 4px; }
  @media (min-width: 768px) {
    .divider-header-heading-underline {
      border: 0;
      margin: 0;
      padding: 0;
      float: left; }
      .divider-header-heading-underline:after {
        position: absolute;
        content: '';
        height: 4px;
        width: 100%;
        background: #aa8f6f;
        bottom: -12px;
        left: 0; } }

.divider-header-action {
  margin: 0; }
  @media (min-width: 768px) {
    .divider-header-action {
      float: right; } }
  .divider-header-action a {
    color: #4a4a4a; }

@media (min-width: 768px) {
  .divider-header-btn {
    float: right; } }

.divider-header-btn a {
  color: #4a4a4a; }

.content-header {
  border-bottom: 1px solid #c9bfb5;
  margin-bottom: 16px; }

.content-header-heading {
  margin: 0;
  padding: 5px 0; }

.content-header-heading-underline {
  border-bottom: 4px solid #aa8f6f;
  margin-bottom: -4px; }

/* Horizontal Rules */
hr {
  display: block;
  width: 100%;
  border: 0;
  height: 1px;
  background: #c9bfb5;
  overflow: visible;
  margin: 8px 0; }
  @media (min-width: 480px) {
    hr {
      margin: 16px 0; } }

.rule-image,
.rule-img,
.rule-image-sm,
.rule-img-sm {
  position: relative;
  margin-bottom: 8px;
  padding: 10px 0; }
  .rule-image:before,
  .rule-img:before,
  .rule-image-sm:before,
  .rule-img-sm:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: #c9bfb5; }
  .rule-image:after,
  .rule-img:after,
  .rule-image-sm:after,
  .rule-img-sm:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #fff;
    top: 0px;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px; }
    @media (min-width: 480px) {
      .rule-image:after,
      .rule-img:after,
      .rule-image-sm:after,
      .rule-img-sm:after {
        width: 120px;
        height: 120px;
        margin-left: -60px; } }
  .rule-image img,
  .rule-img img, .rule-image-sm img,
  .rule-img-sm img {
    display: none; }
  .rule-image span,
  .rule-img span, .rule-image-sm span,
  .rule-img-sm span {
    background-color: #f4f2f0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAIAAAD/gAIDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA95JREFUeNrsnE9r2mAcx9PVdjKhuoJuUm0tG3qYCPXQMpg9DNqbtw122EvYO9h1ewd7CYXtsJvHQg8VNuyhA7GHSUfrZimz0FohoFsP+y5hmdroXDR5nuj3RymJMTF8+P35Pr88eaY+vH2l0AazG0RAWIRFWIRFWIRFBIRFWITVZb7bd/AnJyyPRLcy640kM+H4KrZPy3vVUv7qR5OwTGw+Eo+tbN70+fVdIAsup74UcufVMmH9NQCKpTfnF+LddzbjTTx62qhVDgu5lnpJWEo4sYrQA5deX5gLLaWzLxCSCEzhUSkMFrL4vbWsLzBQLgdQRCVcDI42cbBi6Q09kf9XtD54/Pz8pIxEJsrFBMBC1UPatpy5BQajAFhzoUVkbsun7+feiMr3AkSpL3B3uOoZmCAFb4gpy5WBsBw63WWwbg3nGgOqjXGAhVLYR4IyZ3W61dB+ITAMnZYOLbWOsYviTnMIFgYr3tGFTzS5rm801frZUXHcYIWWUxgSj/yyGCo6CYttZTd0HQyDa9SOipCasZUN7B7sbOE/xszGIXglolgGWOI9CwM9FDhDPaEC+P8ELA5hW2D5k86z2jOaBi4QSWaMQ+3b9KxuYSFzzhIPay60aIhybITa0hMOMcF3wVpqV+fBDlhL9Cy3GmERlktzlp53pme9dlwcl9Wv78wjMtth6VrcJoOU1a//8d3rcauGGL4cFnIjuZSFJ48ugwVZMKqxixBV4bTOkk06sRqOkYJH5dL7MIY9fPZS0Zoz7UUtmlzHKLrXl+lZ9Kzeyd60K2/019tH0aNt4bsPVq+uvGkDy6YWPsOQsAiLsAiLRliERViERVjWTZ7H9C6AJcPoj2FIWIQluU3Zt8pRcDnlWGulUavUjop2T5m00bOQsB1rQuGHHKgPDEPCsscEtJVb6uUwyWWET2pdAav+rbRrbQ7E8adtbabgxMAyUrKFs6ZnvOMZhpe1ilIy+bw53CxbSIRG7av5z7kRFrzG7/iTK7/2o0Bm31wtj0333Wf++pAv3PxD6JYUl8GyXCVPy3vqxXdFW5oGVc8jNEPJC0t/TSeazOhv8MA7Puffx9IbAl/ylVSUwqdAKpF5YsQXNrB7vL8tyZI9EsGC7AonVruCDrv4EIcIq8MuTsrXl4T6nbkW4jhEWB3WZ3kZqRZnkwIWMpRpbrr62ZRqDqoUsCCdTJXXmfYaK2F1NxKuv0ePXWiuoEywZNFZ99ey1VL+YGdLX5enpdYRgPiQotTcMEKKKBk9ecn5wNUj2w3J/FyabWXCIizCIizCohEWYREWYREWYdEIi7AIi7DcZL8EGAAgHTQ4YUnwNQAAAABJRU5ErkJggg==);
    display: block;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2; }
    @media (min-width: 480px) {
      .rule-image span,
      .rule-img span, .rule-image-sm span,
      .rule-img-sm span {
        width: 100px;
        height: 100px; } }

.rule-img-dark span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAIAAAC1nk4lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAw5JREFUeNrsWjtv01AUjtMqA55jd7QrIYESGFt1I5SJOn0wUDESAT8ABiQkGIJgZegICmOVTjyyQsfSrI1X7LXO2ozl8sU3OFfXJjjJSewgH2U4x3Lu/Xx07ncetrK3ezdHLaqqWtVdKK2vn3q9Hvn6y+Qrrq1v1GqPNU2HXqlsNhrv26cntFsohJ4GUMAFaOm63Tk7OHjneedUGy1dv3aVZCGruvP02XPTXI18mMrtO4VCAehT5Gl4NxKuJI7zkyRUaGI6COLRAk+TgM5TRXOc20rlGyTbEYCOExgiG6YC9Fg4xnrCGYIulW/Gv7kYL5BmyB5wG9wMHFpsKGDrrk/YnSnob3k60ngy8dm6t7eVMHuIjgQZc0qWFEIhBg0mdn2IrdZnSUmmYFKUpfAlmbD1lVKpDEXXVpC6ReWfqzF2mYynDcPkyq3KpqSkNzwCztY0TVLSC3o+spCgx0gu4tEBPdfrb6Cgm3Jdh58j+XSGr/CkWNR4zBw1D5vNwwkOIkFpykt7HyBTckN8rH8txC+53Ja1nXA9jZN3f//BnMODpgk4Pv7W9TweNuDpv5mIiwoFA1KB/s6DZB9A+yijTTxDikBDHtYeoejDIRthqlfUFIUHL1N5Ao9jZsklAy3Wb8NEszie/rWI4aEsIGglH5XOs4OYfhlj1Kso+aAZsaxtaVZkGKviqGm0Gaxo22fCq4K4DDNJRixqulRCjGUOi/JSGUt5fi31/4cHTe3xsfEhcgzp9wE5sTMgKb5pQDuuw7uv0XIkNFfzBt31zqXtu/FeAiF8J/vjtKDrr9+Gi8yO3YnzX9COFB4wbbvz6uWLZOppUdrtH5wTaMvoGbJHq/VFK+ogcvzQquAB0g6aZwrDHEz0oMDl5G+aiUG7riNlSpiDaU5qQaOTlV4nwwza2wRAM3bZn1xF9iB/Jlrgh97FRRAPfYWxYHDKIqsLxgYrJ8geVnWnfXri+CFhGmbkRD0tIwRR1tY3wt8iZE1ABjoDnYHOQGegM9BJp/HI7yBQGMX55g4VX/i2CT6s+C3AAFbwPXZKHv6GAAAAAElFTkSuQmCC"); }

.rule-image-sm:after,
.rule-img-sm:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #fff;
  top: 0px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-bottom: 32px; }
  @media (min-width: 480px) {
    .rule-image-sm:after,
    .rule-img-sm:after {
      width: 80px;
      height: 80px;
      margin-left: -40px; } }

.rule-image-sm span,
.rule-img-sm span {
  width: 50px;
  height: 50px; }
  @media (min-width: 480px) {
    .rule-image-sm span,
    .rule-img-sm span {
      width: 60px;
      height: 60px; } }

.rule-img-module:after {
  background: #f4f2f0; }

/**
 * Expander
 */
.expander {
  margin-bottom: 16px; }

.expander-header {
  border-bottom: 1px solid #c9bfb5;
  padding: 10px 0 10px 0; }

.expander-trigger {
  text-decoration: none;
  cursor: pointer;
  color: #4a4a4a; }
  .expander-trigger:hover, .expander-trigger:focus {
    color: #aa8f6f;
    text-decoration: none; }
  .expander-trigger:after {
    padding-left: 5px;
    position: relative;
    top: 1px; }

.flag {
  width: 100%;
  padding: 0 0 12px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #c9bfb5; }
  @media (min-width: 480px) {
    .flag {
      padding: 0 0 16px 0;
      margin-bottom: 16px; } }
  .flag .flag-img {
    float: left;
    width: 33.33%;
    padding-right: 10px;
    padding-bottom: 3px; }
    @media (min-width: 480px) {
      .flag .flag-img {
        padding-right: 16px;
        padding-bottom: 4px; } }
  .flag .flag-img-1-2 {
    width: 33.33%; }
    @media (min-width: 768px) {
      .flag .flag-img-1-2 {
        width: 50%; } }
  .flag .flag-img-1-3 {
    width: 33.33%; }
  .flag .flag-img-1-4 {
    width: 33.33%; }
    @media (min-width: 768px) {
      .flag .flag-img-1-4 {
        width: 25%; } }
  .flag .flag-body-no-wrap {
    overflow: hidden; }

.flag-featured {
  background: #f4f2f0;
  border: 1px solid #ddd5cc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-left: 5px solid #aa8f6f;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px; }
  @media (min-width: 480px) {
    .flag-featured {
      padding-top: 16px;
      padding-right: 16px;
      padding-left: 16px; } }

/*------------------------------------*    $island
\*------------------------------------*/
/**
 * island, boxed off content
 *
   <div class=island>
       I am boxed off.
   </div>

 *
 */
[class^="island"] {
  padding: 12px; }
  @media (min-width: 480px) {
    [class^="island"] {
      padding: 16px; } }

.island {
  display: block; }
  .island:before, .island:after {
    content: " ";
    display: table; }
  .island:after {
    clear: both; }

.island-lg {
  padding: 12px; }
  @media (min-width: 480px) {
    .island-lg {
      padding: 22px; } }

.island-sm {
  padding: 8px; }

.island-m-t-b {
  margin: 16px 0; }

.island-m-t {
  margin-top: 16px; }

.island-m-b {
  margin-bottom: 16px; }

.island-module, .island-featured {
  background: #f4f2f0;
  border: 1px solid #ddd5cc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  margin-bottom: 16px; }

.island-featured {
  border-left: 5px solid #aa8f6f; }

/*------------------------------------*    $LISTS
\*------------------------------------*/
/**
 * Deals with list styles. NB does not style lists in the .cms wrapper
 * amongst typography. See _typography.scss partial for that.
 */
/**
 * No style list helper class 
 */
.list-no-style {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-no-style li {
    list-style: none; }

/**
 * ???
 */
.list-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 8px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #c9bfb5; }
  .list-nav li {
    list-style: none; }
  .list-nav li {
    display: inline-block;
    margin-right: 8px; }
  .list-nav a {
    color: #4a4a4a;
    text-transform: uppercase; }
    .list-nav a:hover {
      color: #b31b1b; }
  .list-nav .glyphicon,
  .list-nav .tk-icon,
  .list-nav .tablesaw-sortable th.tablesaw-sortable-head button:before, .tablesaw-sortable th.tablesaw-sortable-head
  .list-nav button:before,
  .list-nav .ekko-lightbox-nav-overlay a span, .ekko-lightbox-nav-overlay a
  .list-nav span,
  .list-nav .ekko-lightbox .modal-header .close:after, .ekko-lightbox .modal-header
  .list-nav .close:after,
  .list-nav .ekko-lightbox-default .info:after, .ekko-lightbox-default
  .list-nav .info:after,
  .list-nav .swiper .slide-cta:after, .swiper
  .list-nav .slide-cta:after,
  .list-nav .masthead-link-quicklinks:after,
  .list-nav .sidebar-button:before,
  .list-nav .sidebar-button:after,
  .list-nav .sidebar-nav .dropdown > a:after, .sidebar-nav
  .list-nav .dropdown > a:after,
  .list-nav .sidebar-list a:before, .sidebar-list
  .list-nav a:before,
  .list-nav .sidebar-university a:before, .sidebar-university
  .list-nav a:before,
  .list-nav
  .sidebar-contact a:before,
  .sidebar-contact
  .list-nav a:before,
  .list-nav
  .sidebar-cta-list a:before,
  .sidebar-cta-list
  .list-nav a:before,
  .list-nav .sidebar-cta a:before, .sidebar-cta
  .list-nav a:before,
  .list-nav
  .sidebar-cta-btn a:before,
  .sidebar-cta-btn
  .list-nav a:before,
  .list-nav .navicon button:before, .navicon
  .list-nav button:before,
  .list-nav .tk-nav .tk-nav-header button:before, .tk-nav .tk-nav-header
  .list-nav button:before,
  .list-nav .tk-nav .tk-nav-list .tk-nav-dropdown > a:after, .tk-nav .tk-nav-list
  .list-nav .tk-nav-dropdown > a:after,
  .list-nav .tk-nav .tk-nav-list-cta > li > a:after, .tk-nav
  .list-nav .tk-nav-list-cta > li > a:after,
  .list-nav .expander-trigger:after,
  .list-nav .filter-box ul li a:after, .filter-box ul li
  .list-nav a:after,
  .list-nav .event-card h3:after, .event-card
  .list-nav h3:after,
  .list-nav .multi-page-btn:before,
  .list-nav
  .page-contents-btn:before,
  .list-nav .multi-page-footer ul a:after, .multi-page-footer ul
  .list-nav a:after,
  .list-nav
  .page-footer ul a:after,
  .page-footer ul
  .list-nav a:after,
  .list-nav .social-toggle:before,
  .list-nav .tile-inner ul a:after, .tile-inner ul
  .list-nav a:after,
  .list-nav .content h3:after, .content
  .list-nav h3:after,
  .list-nav
  .tile-content h3:after,
  .tile-content
  .list-nav h3:after {
    font-size: 90%;
    margin-left: 5px; }
  .list-nav .other-nav,
  .list-nav .title,
  .list-nav .list-title {
    font-style: italic;
    color: #666; }

/**
 * List related
 * All caps inline list
 * Used on Banner with search box, research opp index and scholarships, TODO: check if still in use for the latter 2
 */
.list-related {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px; }
  .list-related li {
    list-style: none; }
  .list-related li {
    font-family: "freight-sans-pro", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 110%;
    display: inline-block;
    margin-right: 10px;
    color: #999; }
    @media (min-width: 480px) {
      .list-related li {
        letter-spacing: 0.05em;
        line-height: 140%;
        font-size: 15px; } }
    @media (min-width: 768px) {
      .list-related li {
        font-size: 15px; } }

/**
 * List related modifier
 * Add pipes between each of list items
 */
.list-related-divider li:after {
  padding-left: 10px;
  content: "|"; }

.list-related-divider li:last-child:after {
  content: ""; }

/**
 * List facts
 * ???
 */
.key-facts,
.list-facts {
  list-style: none;
  padding: 0;
  margin: 0; }
  .key-facts li,
  .list-facts li {
    list-style: none; }
  .key-facts .title,
  .key-facts .list-title,
  .list-facts .title,
  .list-facts .list-title {
    text-transform: uppercase;
    font-weight: 400; }
  .key-facts .list-label,
  .list-facts .list-label {
    font-weight: 600; }
  .key-facts li,
  .list-facts li {
    line-height: 140%;
    font-size: 15px; }
    .key-facts li:before,
    .list-facts li:before {
      position: relative;
      content: "-";
      left: -5px;
      color: #aa8f6f; }
    @media (min-width: 480px) {
      .key-facts li,
      .list-facts li {
        font-size: 16px;
        line-height: 160%;
        padding: 5px 0; }
        .key-facts li:before,
        .list-facts li:before {
          display: none; } }

/**
 * List featured
 * ???
 */
.list-featured {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  padding-bottom: 22px; }
  .list-featured li {
    list-style: none; }

/**
 * List headings
 * ???
 */
.list-headings {
  margin: 0;
  padding: 0; }
  .list-headings .list-heading {
    display: block; }
  .list-headings li {
    list-style: none;
    margin-bottom: 16px;
    padding: 0 0 0 10px;
    font-size: 18px;
    position: relative; }
    .list-headings li:before {
      content: "-";
      position: absolute;
      left: 0;
      top: 0; }

/** 
 * News and events widget ajax filter
 */
.filter-box {
  display: none;
  position: relative; }
  .filter-box ul {
    background: white;
    padding: 16px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    margin: 0;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 1; }
    .filter-box ul:after {
      content: "";
      display: block;
      /* reduce the damage in FF3.0 */
      position: absolute;
      top: -10px;
      right: 10px;
      width: 0;
      border-width: 0 10px 10px;
      border-style: solid;
      border-color: #fff transparent; }
    .filter-box ul li {
      list-style: none; }
    .filter-box ul li a:after {
      margin-left: 5px;
      position: relative;
      top: 2px;
      color: #aa8f6f; }

.filter-box.active {
  display: block; }

/* Event cards 

+----+-------+
| 12 | Event |
+----+-------+

*/
.event-card {
  margin-bottom: 12px;
  display: table;
  width: 100%; }
  .event-card .event-card-date {
    padding: 4px 10px 12px 12px;
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #ddd5cc;
    width: 15%; }
    @media (min-width: 768px) {
      .event-card .event-card-date {
        padding: 10px 0 12px 12px;
        border: 0;
        width: 17%; } }
    @media (min-width: 1024px) {
      .event-card .event-card-date {
        vertical-align: middle;
        background: #e9e5e1;
        padding: 0px 16px 4px 16px;
        border-top: 4px solid #aa8f6f;
        width: 17%; } }
    .event-card .event-card-date .day {
      display: block;
      text-align: center;
      color: #222222;
      font-size: 30px;
      line-height: 110%;
      margin: 0;
      letter-spacing: 1px; }
      @media (min-width: 480px) {
        .event-card .event-card-date .day {
          font-size: 40px; } }
    .event-card .event-card-date .month {
      display: block;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      color: #666;
      letter-spacing: 1px; }
      @media (min-width: 480px) {
        .event-card .event-card-date .month {
          font-size: 15px; } }
  .event-card .event-card-content {
    vertical-align: top;
    display: table-cell !important;
    padding: 12px; }
    @media (min-width: 768px) {
      .event-card .event-card-content {
        padding: 16px; } }
    @media (min-width: 1024px) {
      .event-card .event-card-content {
        vertical-align: middle; } }
  .event-card h3, .event-card p {
    margin: 0; }
  .event-card h3 {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 8px;
    position: relative; }
    .event-card h3:after {
      position: relative;
      top: 4px; }
    .event-card h3 a {
      text-decoration: none;
      color: #4D4D4D; }
  .event-card .location,
  .event-card .type {
    color: #666;
    font-size: 15px;
    margin-bottom: 6px;
    display: inline-block;
    line-height: 140%; }

/**
 * iFrame Modal - Used for login page of third party uni systems
 */
/* iPhone iOS Fix */
body.modal-open {
  padding-right: 0px !important; }

/* Custom XL modal */
.modal-iframe .modal-dialog {
  height: 100%;
  margin: 0; }
  @media (min-width: 768px) {
    .modal-iframe .modal-dialog {
      min-width: 100%; } }

.modal-iframe .modal-content {
  position: relative;
  max-width: 100%;
  border: 0; }

.modal-iframe .modal-header {
  padding: 8px; }

.modal-iframe .modal-body {
  padding: 8px; }

/* See scrollable iframes https://davidwalsh.name/scroll-iframes-ios */
.iframe-container {
  position: relative;
  min-height: 400px;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .iframe-container {
      min-height: 600px; } }

.iframe-container iframe {
  max-width: 100%;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute; }

.multi-page-btn,
.page-contents-btn {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 10px;
  display: block;
  width: 100%;
  background: none;
  border: 0;
  border-top: 1px solid #c9bfb5;
  border-bottom: 1px solid #c9bfb5;
  text-align: left;
  position: relative; }
  @media (min-width: 480px) {
    .multi-page-btn,
    .page-contents-btn {
      display: none; } }
  .multi-page-btn:before,
  .page-contents-btn:before {
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 16px;
    margin-top: -8px; }

.multi-page-nav,
.page-contents-nav {
  border-bottom: 1px solid #c9bfb5;
  margin-bottom: 16px;
  padding-bottom: 12px;
  display: none; }
  .multi-page-nav.active,
  .page-contents-nav.active {
    display: block; }
  @media (min-width: 480px) {
    .multi-page-nav,
    .page-contents-nav {
      display: block;
      padding-bottom: 0;
      padding-top: 12px; } }
  .multi-page-nav > ol,
  .page-contents-nav > ol {
    padding: 0 0 0 16px;
    margin-bottom: 0;
    list-style-type: decimal; }
    @media (min-width: 480px) {
      .multi-page-nav > ol,
      .page-contents-nav > ol {
        width: 50%;
        float: left;
        padding: 0 0 16px 16px; } }
    .multi-page-nav > ol li,
    .page-contents-nav > ol li {
      margin-bottom: 5px;
      list-style-type: decimal; }
    .multi-page-nav > ol a,
    .page-contents-nav > ol a {
      text-decoration: none;
      border-bottom: 1px solid #c9bfb5;
      line-height: 100%; }
  .multi-page-nav ol ol,
  .page-contents-nav ol ol {
    padding: 8px 0 0 8px; }

.page-contents-heading {
  display: none; }
  @media (min-width: 480px) {
    .page-contents-heading {
      display: block; } }

.docs-contents {
  padding: 16px 0 16px 16px;
  margin: 0 0 16px 0;
  border-left: 4px solid #aa8f6f; }
  .docs-contents li {
    list-style: none;
    font-size: 22px; }
  .docs-contents a {
    color: #4a4a4a;
    text-decoration: none; }
    .docs-contents a:hover {
      border-bottom: 1px solid #c9bfb5; }

/**
 * Page footer
 */
.multi-page-footer,
.page-footer {
  margin-bottom: 16px; }
  @media (min-width: 480px) {
    .multi-page-footer,
    .page-footer {
      border-top: 1px solid #c9bfb5; } }
  .multi-page-footer ul,
  .page-footer ul {
    padding: 0;
    margin: 0; }
    .multi-page-footer ul li,
    .page-footer ul li {
      list-style: none;
      margin-bottom: 8px; }
      @media (min-width: 480px) {
        .multi-page-footer ul li,
        .page-footer ul li {
          width: 50%;
          float: left; } }
    .multi-page-footer ul a,
    .page-footer ul a {
      text-decoration: underline;
      display: block;
      position: relative;
      padding: 8px;
      text-decoration: none;
      color: #4a4a4a;
      background: #f4f2f0; }
      @media (min-width: 480px) {
        .multi-page-footer ul a,
        .page-footer ul a {
          background: none; } }
      .multi-page-footer ul a:hover,
      .page-footer ul a:hover {
        background-color: #f4f2f0; }
      .multi-page-footer ul a:after,
      .page-footer ul a:after {
        position: absolute;
        top: 50%;
        margin-top: -11px;
        font-size: 22px;
        color: #aa8f6f; }
    .multi-page-footer ul .heading,
    .page-footer ul .heading {
      display: block;
      color: #aa8f6f; }
    .multi-page-footer ul .sub-heading,
    .page-footer ul .sub-heading {
      display: block; }
    .multi-page-footer ul .prev,
    .page-footer ul .prev {
      text-align: left; }
      .multi-page-footer ul .prev a,
      .page-footer ul .prev a {
        padding-left: 30px; }
        .multi-page-footer ul .prev a:before,
        .page-footer ul .prev a:before {
          left: 0; }
        .multi-page-footer ul .prev a:after,
        .page-footer ul .prev a:after {
          left: 0; }
    .multi-page-footer ul .next,
    .page-footer ul .next {
      text-align: right; }
      .multi-page-footer ul .next a,
      .page-footer ul .next a {
        padding-right: 30px; }
        .multi-page-footer ul .next a:before,
        .page-footer ul .next a:before {
          right: 0; }
        .multi-page-footer ul .next a:after,
        .page-footer ul .next a:after {
          right: 0; }

/**
* Pagination - Customising the BT pagination
*/
.pagination > li {
  display: inline-block;
  margin-bottom: 3px; }

.pagination > li > a,
.pagination > li > span {
  display: block;
  float: none;
  margin: 0;
  text-align: center;
  padding: 4px 12px;
  background: #f4f2f0;
  border: 1px solid #ddd5cc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12); }
  @media (min-width: 768px) {
    .pagination > li > a,
    .pagination > li > span {
      padding: 8px 16px; } }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background: #e9e5e1; }

.pagination > li.next > a,
.pagination > li.next > span,
.pagination > li.prev > a,
.pagination > li.prev > span {
  padding: 4px 10px; }
  @media (min-width: 768px) {
    .pagination > li.next > a,
    .pagination > li.next > span,
    .pagination > li.prev > a,
    .pagination > li.prev > span {
      padding: 8px 12px; } }

.pagination [class*="tk-icon"] {
  position: relative; }

/* Profile widget/supplement */
[class^="profile-block"] a:hover {
  text-decoration: none;
  color: #aa8f6f; }

[class^="profile-block"] .profile-quote {
  font-family: "freight-display-pro", sans-serif;
  color: white;
  float: right;
  width: 80%;
  padding-left: 16px; }
  @media (min-width: 1024px) {
    [class^="profile-block"] .profile-quote {
      padding-left: 0; } }

[class^="profile-block"] blockquote {
  font-size: 18px;
  background: none;
  color: white; }
  @media (min-width: 480px) {
    [class^="profile-block"] blockquote {
      font-size: 22px; } }
  @media (min-width: 1024px) {
    [class^="profile-block"] blockquote {
      font-size: 24px; } }
  @media (min-width: 1260px) {
    [class^="profile-block"] blockquote {
      font-size: 28px; } }

[class^="profile-block"] .profile-info,
[class^="profile-block"] .profile-info > * {
  color: white; }

[class^="profile-block"] .profile-img {
  width: 20%;
  float: right;
  position: relative;
  border-radius: 1000px;
  margin-bottom: 16px;
  background-size: cover;
  background-position: center; }
  [class^="profile-block"] .profile-img img {
    display: none; }

.profile-block {
  background: #aa8f6f;
  position: relative;
  padding: 16px; }
  .profile-block:before, .profile-block:after {
    content: " ";
    display: table; }
  .profile-block:after {
    clear: both; }
  .profile-block .profile-img {
    width: 20%;
    float: right;
    position: relative;
    padding-bottom: 20%;
    border-radius: 1000px;
    margin-bottom: 16px;
    background-size: cover;
    background-position: center; }
    .profile-block .profile-img img {
      display: none; }
  .profile-block .more {
    color: white;
    padding: 12px 0 0 0; }
    @media (min-width: 1024px) {
      .profile-block .more {
        padding: 0 16px 16px 16px; } }
    .profile-block .more:after {
      color: white; }
  @media (min-width: 1024px) {
    .profile-block {
      display: flex;
      width: 100%;
      padding: 0; }
      .profile-block .profile-quote {
        width: 66.66%;
        position: relative; }
      .profile-block .profile-quote-inner {
        padding-left: 0;
        display: table;
        width: 100%;
        height: 100%; }
      .profile-block .profile-info {
        display: table-row; }
        .profile-block .profile-info > * {
          display: table-cell;
          padding: 16px; }
      .profile-block .profile-blockquote {
        display: table-row; }
        .profile-block .profile-blockquote > * {
          display: table-cell;
          vertical-align: bottom;
          padding: 16px;
          height: 100%; }
      .profile-block .profile-img {
        border-radius: 0;
        width: 33.33%;
        margin: 0;
        padding: 0; }
        .profile-block .profile-img:after {
          padding-bottom: 100%;
          content: "";
          display: block; } }

.profile-block-no-img .profile-quote {
  width: 100%;
  padding: 0; }
  @media (min-width: 1024px) {
    .profile-block-no-img .profile-quote {
      min-height: 350px; } }

@media (min-width: 1024px) {
  .profile-block-alt {
    flex-direction: row-reverse; } }

@media (min-width: 1024px) {
  .profile-block-fw .profile-quote {
    width: 75%; }
  .profile-block-fw .profile-quote-inner {
    padding-left: 33.33%; }
  .profile-block-fw .profile-img {
    width: 25%; } }

@media (min-width: 1024px) {
  .profile-block-fw.profile-block-alt .profile-quote-inner {
    padding-right: 33.33%;
    padding-left: 0; } }

/**
 * Responsive Images
 */
.rs-img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #aa8f6f;
  background-image: url("../dist/img/uol-1-1-tower.png"); }
  .rs-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: background .25s ease; }
    .rs-img a:hover {
      background: rgba(0, 0, 0, 0.25); }
  .rs-img img {
    position: absolute;
    top: -9999px;
    left: -9999px; }

.rs-img-1-1 {
  background-size: cover;
  padding-bottom: 100%;
  background-image: url("../dist/img/uol-1-1-tower.png"); }

.rs-img-4-3 {
  background-size: cover;
  padding-bottom: 75%;
  background-image: url("../dist/img/uol-2-1-tower.png"); }

.rs-img-16-9 {
  background-size: cover;
  padding-bottom: 56.25%;
  background-image: url("../dist/img/uol-2-1-tower.png"); }

.rs-img-2-1 {
  background-size: cover;
  padding-bottom: 50%;
  background-image: url("../dist/img/uol-2-1-tower.png"); }

.lt-ie9 .rs-img {
  background: none !important;
  position: relative; }
  .lt-ie9 .rs-img img {
    position: static;
    top: auto;
    left: auto; }

@media (min-width: 480px) {
  .rs-img-xs {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #aa8f6f;
    background-image: url("../dist/img/uol-1-1-tower.png"); }
    .rs-img-xs a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      transition: background .25s ease; }
      .rs-img-xs a:hover {
        background: rgba(0, 0, 0, 0.25); }
    .rs-img-xs img {
      position: absolute;
      top: -9999px;
      left: -9999px; }
  .rs-img-1-1-xs {
    background-size: cover;
    padding-bottom: 100%;
    background-image: url("../dist/img/uol-1-1-tower.png"); }
  .rs-img-4-3-xs {
    background-size: cover;
    padding-bottom: 75%;
    background-image: url("../dist/img/uol-2-1-tower.png"); }
  .rs-img-16-9-xs {
    background-size: cover;
    padding-bottom: 56.25%;
    background-image: url("../dist/img/uol-2-1-tower.png"); }
  .rs-img-2-1-xs {
    background-size: cover;
    padding-bottom: 50%;
    background-image: url("../dist/img/uol-2-1-tower.png"); }
  .lt-ie9 .rs-img-xs {
    background: none !important;
    position: relative; }
    .lt-ie9 .rs-img-xs img {
      position: static;
      top: auto;
      left: auto; } }

@media (min-width: 768px) {
  .rs-img-sm {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #aa8f6f;
    background-image: url("../dist/img/uol-1-1-tower.png"); }
    .rs-img-sm a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      transition: background .25s ease; }
      .rs-img-sm a:hover {
        background: rgba(0, 0, 0, 0.25); }
    .rs-img-sm img {
      position: absolute;
      top: -9999px;
      left: -9999px; }
  .rs-img-1-1-sm {
    background-size: cover;
    padding-bottom: 100%;
    background-image: url("../dist/img/uol-1-1-tower.png"); }
  .rs-img-4-3-sm {
    background-size: cover;
    padding-bottom: 75%;
    background-image: url("../dist/img/uol-2-1-tower.png"); }
  .rs-img-16-9-sm {
    background-size: cover;
    padding-bottom: 56.25%;
    background-image: url("../dist/img/uol-2-1-tower.png"); }
  .rs-img-2-1-sm {
    background-size: cover;
    padding-bottom: 50%;
    background-image: url("../dist/img/uol-2-1-tower.png"); }
  .lt-ie9 .rs-img-sm {
    background: none !important;
    position: relative; }
    .lt-ie9 .rs-img-sm img {
      position: static;
      top: auto;
      left: auto; } }

@media (min-width: 1024px) {
  .rs-img-md {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #aa8f6f;
    background-image: url("../dist/img/uol-1-1-tower.png"); }
    .rs-img-md a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      transition: background .25s ease; }
      .rs-img-md a:hover {
        background: rgba(0, 0, 0, 0.25); }
    .rs-img-md img {
      position: absolute;
      top: -9999px;
      left: -9999px; }
  .rs-img-1-1-md {
    background-size: cover;
    padding-bottom: 100%;
    background-image: url("../dist/img/uol-1-1-tower.png"); }
  .rs-img-4-3-md {
    background-size: cover;
    padding-bottom: 75%;
    background-image: url("../dist/img/uol-2-1-tower.png"); }
  .rs-img-16-9-md {
    background-size: cover;
    padding-bottom: 56.25%;
    background-image: url("../dist/img/uol-2-1-tower.png"); }
  .rs-img-2-1-md {
    background-size: cover;
    padding-bottom: 50%;
    background-image: url("../dist/img/uol-2-1-tower.png"); }
  .lt-ie9 .rs-img-md {
    background: none !important;
    position: relative; }
    .lt-ie9 .rs-img-md img {
      position: static;
      top: auto;
      left: auto; } }

@media (min-width: 1260px) {
  .rs-img-lg {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #aa8f6f;
    background-image: url("../dist/img/uol-1-1-tower.png"); }
    .rs-img-lg a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      transition: background .25s ease; }
      .rs-img-lg a:hover {
        background: rgba(0, 0, 0, 0.25); }
    .rs-img-lg img {
      position: absolute;
      top: -9999px;
      left: -9999px; }
  .rs-img-1-1-lg {
    background-size: cover;
    padding-bottom: 100%;
    background-image: url("../dist/img/uol-1-1-tower.png"); }
  .rs-img-4-3-lg {
    background-size: cover;
    padding-bottom: 75%;
    background-image: url("../dist/img/uol-2-1-tower.png"); }
  .rs-img-16-9-lg {
    background-size: cover;
    padding-bottom: 56.25%;
    background-image: url("../dist/img/uol-2-1-tower.png"); }
  .rs-img-2-1-lg {
    background-size: cover;
    padding-bottom: 50%;
    background-image: url("../dist/img/uol-2-1-tower.png"); }
  .lt-ie9 .rs-img-lg {
    background: none !important;
    position: relative; }
    .lt-ie9 .rs-img-lg img {
      position: static;
      top: auto;
      left: auto; } }

@supports (object-fit: cover) {
  [class*="rs-img"] {
    background-image: none !important; }
    [class*="rs-img"] img {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    [class*="rs-img"] a img {
      transform: scale(1);
      transition: all 0.25s ease; }
    [class*="rs-img"] a:hover img {
      transform: scale(1.075); } }

/* Image caption used inside of responsive images */
[class*="rs-img"] .img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #212121;
  background: rgba(33, 33, 33, 0.75);
  margin: 0;
  padding: 5px 10px;
  color: white;
  font-size: 15px; }

/*
 * Select toggle
 * Hide and shows elements on change os select 
 */
.select-toggle-content {
  display: none; }
  .select-toggle-content.active {
    display: block; }
  .no-js .select-toggle-content {
    display: block; }

/**
 * Social Links
 */
.social-share hr {
  margin: 0 0 10px 0;
  overflow: hidden; }

.social-share .social-links {
  float: left; }
  .social-share .social-links a {
    opacity: 0;
    visibility: hidden;
    text-indent: -9999px;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform: translate(-120px, 0px); }

.social-share.toggled .social-links a {
  text-indent: 0px;
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px) rotate(0deg); }

.social-toggle {
  float: left;
  position: relative;
  text-transform: uppercase; }
  .social-toggle:before {
    padding-right: 5px;
    position: relative; }

.social-links > a {
  color: #aa8f6f;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0; }
  .social-links > a:hover {
    color: #4a4a4a; }

/**
 * Custom toolkit tabs - Using the BS tabs.js TEUXDEUX Make better mobile version
 */
/*
 * Change default bootstrap styles
 */
.nav-tabs > li > a,
.nav-pills > li > a {
  color: #4a4a4a; }

/* Accessible Tabs: change default not diplay: none*/
.tab-content {
  position: relative; }
  .tab-content > .tab-pane {
    opacity: 0;
    display: block; }
  .tab-content > .active {
    display: block;
    opacity: 1; }

.no-js .tab-content > .tab-pane {
  opacity: 1; }

/* Toolkit tabs 

<div class="tk-tabs">
    <div class="tk-tabs-header">
        <ul class="nav nav-tabs tk-nav-tabs">
            <li class="active"><a href="#tab1" data-toggle="tab">...</a></li>
            <li><a href="#tab2" data-toggle="tab">...</a></li>
            ...
        </ul>
    </div>
    <div class="tab-content">
        <div class="tab-pane fade active in" id="tab1">...</div>
        <div class="tab-pane fade" id="tab2">...</div>
        ...
    </div>
</div>

*/
@media (min-width: 768px) {
  .tk-tabs {
    padding: 16px; } }

/**
 * Tabs header container
 */
.tk-tabs-header,
.tk-tabs-header-lg {
  border-bottom: 1px solid #c9bfb5;
  margin-bottom: 8px; }
  .tk-tabs-header a,
  .tk-tabs-header button,
  .tk-tabs-header-lg a,
  .tk-tabs-header-lg button {
    color: #4a4a4a;
    padding: 10px 0; }

/**
 * Tabs 
 * Class name sits on ul
 */
.tk-nav-tabs {
  float: left;
  border: 0; }
  .tk-nav-tabs > li {
    margin-right: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    float: left; }
  .tk-nav-tabs > li > a,
  .tk-nav-tabs > li > a:hover,
  .tk-nav-tabs > li > a:focus {
    border: 0;
    padding: 10px 0;
    background: none;
    margin-bottom: -4px; }
  .tk-nav-tabs > li.active > a,
  .tk-nav-tabs > li.active > a:hover,
  .tk-nav-tabs > li.active > a:focus {
    border: 0;
    padding: 10px 0;
    border-bottom: 4px solid #aa8f6f;
    background: none; }

/**
 * Blocky Tabs, white tabs and gold top border for active
 */
.tk-nav-tabs-lg {
  border: 0; }
  .tk-nav-tabs-lg > li {
    margin: 0; }
  .tk-nav-tabs-lg > li > a,
  .tk-nav-tabs-lg > li > a:hover,
  .tk-nav-tabs-lg > li > a:focus {
    border: 0;
    margin: 0;
    padding: 10px;
    background: none;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.25s ease;
    border-top: 3px solid transparent;
    position: relative;
    top: 1px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent; }
  .tk-nav-tabs-lg > li.active > a,
  .tk-nav-tabs-lg > li.active > a:hover,
  .tk-nav-tabs-lg > li.active > a:focus {
    border-right: 1px solid #c9bfb5;
    border-left: 1px solid #c9bfb5;
    border-top: 3px solid #aa8f6f;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    color: #4a4a4a; }

/**
 * Blocky Tabs, white tabs and gold top border for active
 */
.tk-nav-tabs-island {
  border: 0; }
  .tk-nav-tabs-island > li {
    margin: 0; }
  .tk-nav-tabs-island > li > a,
  .tk-nav-tabs-island > li > a:hover,
  .tk-nav-tabs-island > li > a:focus {
    border: 0;
    margin: 0;
    padding: 10px;
    background: none;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.25s ease;
    border-top: 3px solid transparent;
    position: relative; }
  .tk-nav-tabs-island > li.active > a,
  .tk-nav-tabs-island > li.active > a:hover,
  .tk-nav-tabs-island > li.active > a:focus {
    background: #f4f2f0;
    border: 1px solid #ddd5cc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    border-top: 3px solid #aa8f6f;
    color: #4a4a4a; }
    .tk-nav-tabs-island > li.active > a:after,
    .tk-nav-tabs-island > li.active > a:hover:after,
    .tk-nav-tabs-island > li.active > a:focus:after {
      content: "";
      width: 100%;
      position: absolute;
      bottom: -4px;
      left: 0;
      height: 4px;
      background: #f4f2f0; }

/**
 * Blocky Dark Tabs thats looks like the original BS with dark grey
 */
.tk-nav-tabs-dark-lg {
  border: 0; }
  .tk-nav-tabs-dark-lg:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%) !important; }
  .tk-nav-tabs-dark-lg > li {
    margin: 0; }
  .tk-nav-tabs-dark-lg > li > a,
  .tk-nav-tabs-dark-lg > li > a:hover,
  .tk-nav-tabs-dark-lg > li > a:focus {
    border: 0;
    border-right: 2px solid #ffffff;
    margin: 0;
    padding: 10px;
    background: none;
    text-align: center;
    background: #212121;
    text-transform: uppercase;
    transition: background 0.25s ease;
    color: #ffffff; }
  .tk-nav-tabs-dark-lg > li.active > a,
  .tk-nav-tabs-dark-lg > li.active > a:hover,
  .tk-nav-tabs-dark-lg > li.active > a:focus {
    border: 0;
    border-right: 2px solid #ffffff;
    background: #333333;
    color: white; }
  .tk-nav-tabs-dark-lg > li:last-child > a,
  .tk-nav-tabs-dark-lg > li:last-child > a:hover,
  .tk-nav-tabs-dark-lg > li:last-child > a:focus {
    border: 0; }

/** 
 * Call to actions inside tab header or content 
 */
.tk-tabs-cta {
  margin-bottom: 8px; }

.tk-tabs-more {
  float: right;
  margin-bottom: -4px; }

/*
 * Tabs content and pane
 */
.tk-tabs .tab-pane {
  padding: 16px 0; }

/*
 * Responsive tabs 
 * Experiment with responsive tabs
 */
.tk-tabs-header-resp {
  width: 100%;
  position: relative;
  display: inline-block; }
  .tk-tabs-header-resp.overflowing {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .tk-tabs-header-resp > ul {
    display: table; }
    .tk-tabs-header-resp > ul:after {
      content: "";
      display: none;
      position: absolute;
      top: 0;
      right: -0px;
      width: 25px;
      height: 100%;
      text-indent: -9999px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(33, 33, 33, 0.25) 100%); }
  .tk-tabs-header-resp.overflowing ul:after {
    display: block; }
  .tk-tabs-header-resp.scrolled ul:after {
    display: none; }
  .tk-tabs-header-resp li {
    display: table-cell;
    white-space: nowrap;
    float: none; }

/**
 * Tiles grid
 */
.tiles-col-1-1 {
  width: 100%; }

.tiles-col-1-2 {
  width: 50%; }

.tiles-col-1-4 {
  width: 25%; }

@media (max-width: 1000px) {
  .tiles-col-1-1-md {
    width: 100%; }
  .tiles-col-1-2-md {
    width: 50%; }
  .tiles-col-1-4-md {
    width: 25%; } }

@media (max-width: 800px) {
  .tiles-col-1-1-sm {
    width: 100%; }
  .tiles-col-1-2-sm {
    width: 50%; }
  .tiles-col-1-4-sm {
    width: 25%; } }

.tiles-grid {
  width: 100%;
  overflow: hidden; }

[class^='tiles-col-'] {
  float: left; }

.tiles-col-right {
  float: right; }

@media (max-width: 1000px) {
  .tiles-col-right-md {
    float: right; } }

/* Tiles */
.tile {
  background: #e9e5e1;
  position: relative;
  transition: all 0.25s ease; }
  @media (max-width: 800px) {
    .tile {
      border-right: 4px solid white;
      border-left: 4px solid white;
      border-bottom: 4px solid white; } }

/* Tile Skin */
.tile-skin-img {
  overflow: hidden; }
  @media (max-width: 1000px) {
    .tile-skin-img:hover .tile-bg {
      transform: scale(1); } }
  .tile-skin-img:hover:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, black 100%);
    border: 2px solid red; }

.tile-skin-brand-1 {
  background: #b31b1b; }
  .tile-skin-brand-1:hover {
    background: #871414; }
  .tile-skin-brand-1:hover .tile-content {
    background: #871414; }
  .tile-skin-brand-1 .tile-content {
    background: #b31b1b; }

.tile-skin-brand-2 {
  background: #aa8f6f; }
  .tile-skin-brand-2:hover {
    background: #917655; }
  .tile-skin-brand-2:hover .tile-content {
    background: #917655; }
  .tile-skin-brand-2 .tile-content {
    background: #aa8f6f; }

.tile-skin-nav {
  background: none; }
  @media (max-width: 800px) {
    .tile-skin-nav {
      display: none; } }
  .tile-skin-nav:hover {
    background: none; }

/* tile Layout*/
.tile-shape-rectangle {
  width: 100%;
  padding-bottom: 50%; }

.tile-shape-square {
  width: 100%;
  padding-bottom: 100%; }

@media (max-width: 1000px) {
  .tile-shape-rectangle-md {
    width: 100%;
    padding-bottom: 50%; }
  .tile-shape-square-md {
    width: 100%;
    padding-bottom: 100%; } }

@media (max-width: 800px) {
  .tile-shape-rectangle-sm {
    width: 100%;
    padding-bottom: 50%; }
  .tile-shape-square-sm {
    width: 100%;
    padding-bottom: 100%; } }

/* tile Children */
/*
<div class="tile">
  <span class="tile-bg></span>
  <div class="tile-inner">Content</div>
  <a class="tile-link" href="#">Link</a>
</div>
*/
.tile-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease; }
  .tile-shape-split .tile-bg {
    width: 50%;
    margin-left: 50%; }
  @media (max-width: 1000px) {
    .tile-shape-split-md .tile-bg {
      width: 50%;
      margin-left: 50%; } }
  .tile-skin-img .tile-bg:after {
    background: rgba(33, 33, 33, 0.5);
    background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.75) 100%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.25s ease; }

.tile-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.tile-inner ul {
  padding: 0;
  margin: 0; }
  .tile-inner ul li {
    font-size: 16px;
    list-style: none; }
  .tile-inner ul a {
    text-decoration: none;
    text-transform: uppercase;
    color: #4a4a4a;
    text-shadow: none;
    letter-spacing: 0.02em; }
    .tile-inner ul a:after {
      margin-left: 5px;
      position: relative;
      color: #aa8f6f; }
    .tile-inner ul a:hover {
      border-bottom: 1px solid #d2ceca; }

.tile-inner[min-width~="450px"] ul li {
  font-size: 18px; }

.tile-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 1; }

/* Content - Lives inside .tile-inner */
.content,
.tile-content {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: white;
  overflow: hidden;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  transition: background .25s ease; }
  .content h3,
  .tile-content h3 {
    margin: 0 0 10px 0;
    line-height: 125%;
    font-weight: 300; }
    .content h3:after,
    .tile-content h3:after {
      position: relative; }
  .content p,
  .tile-content p {
    line-height: 130%;
    margin: 0 0 6px 0; }
  .content a,
  .tile-content a {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65); }

.tile-shape-split .content,
.tile-shape-split .tile-content {
  width: 50%; }

@media (max-width: 1000px) {
  .tile-shape-split-md .content,
  .tile-shape-split-md .tile-content {
    width: 50%; } }

.tile-skin-no-img[class*='-shape-split'] .content,
.tile-skin-no-img[class*='-shape-split'] .tile-content {
  width: 100% !important; }

.tile-skin-no-img[class*='-shape-split'] .tile-bg {
  background: none !important; }

.tile .more {
  display: none; }

.tile[min-width~="440px"] .more {
  display: inline; }

.tile p {
  font-size: 14px;
  display: none; }

.tile[min-width~="450px"] p {
  font-size: 16px;
  display: block; }

.tile[min-width~="600px"] p {
  font-size: 18px; }

.tile h3 {
  font-size: 18px; }

.tile[min-width~="450px"] h3 {
  font-size: 22px; }

@media (min-width: 768px) {
  .tile h3 {
    font-size: 22px; } }

.content__inner,
.tile-content-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px; }

.content--alt .content__inner,
.tile-content-alt .tile-content-inner {
  top: 0; }

/*
 * EVENTS TILES
 */
.tiles-events .tile-content p {
  display: block;
  font-size: 18px; }

/* Footer twitter feed */
.footer-twitter-feed .twitter-user,
.twitter-feed-footer .twitter-user,
.twitter-feed .twitter-user {
  overflow: hidden; }
  .footer-twitter-feed .twitter-user a,
  .twitter-feed-footer .twitter-user a,
  .twitter-feed .twitter-user a {
    color: #4a4a4a; }
  .footer-twitter-feed .twitter-user .tk-icon-social-twitter,
  .twitter-feed-footer .twitter-user .tk-icon-social-twitter,
  .twitter-feed .twitter-user .tk-icon-social-twitter {
    margin-right: 5px;
    font-size: 32px;
    float: left;
    color: #aa8f6f; }

.footer-twitter-feed .tweet,
.twitter-feed-footer .tweet,
.twitter-feed .tweet {
  font-size: 15px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c9bfb5; }
  @media (min-width: 768px) {
    .footer-twitter-feed .tweet,
    .twitter-feed-footer .tweet,
    .twitter-feed .tweet {
      border: 0;
      padding: 0; } }

.footer-twitter-feed [class*="col-"]:last-child > .tweet,
.twitter-feed-footer [class*="col-"]:last-child > .tweet,
.twitter-feed [class*="col-"]:last-child > .tweet {
  border: 0;
  margin: 0;
  padding: 0; }

.footer-twitter-feed .tweet-content,
.twitter-feed-footer .tweet-content,
.twitter-feed .tweet-content {
  font-size: 15px;
  margin-bottom: 4px;
  line-height: 170%; }
  .footer-twitter-feed .tweet-content a,
  .twitter-feed-footer .tweet-content a,
  .twitter-feed .tweet-content a {
    border-bottom: 1px solid #c9bfb5; }

.footer-twitter-feed .tweet-footer,
.twitter-feed-footer .tweet-footer,
.twitter-feed .tweet-footer {
  font-size: 15px;
  color: #aa8f6f;
  font-family: "freight-text-pro", serif;
  margin-bottom: 4px; }

.footer-twitter-feed,
.twitter-feed-footer {
  border-top: 1px solid #ddd5cc;
  background: #fdfcfc;
  padding: 16px 0; }

/* Featured content */
.featured-content .heading-underline.color-white:before {
  background: #ffffff; }

@media (min-width: 480px) {
  .featured-content blockquote {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #4a4a4a;
    position: relative;
    margin-bottom: 30px;
    font-size: 24px; }
    .featured-content blockquote footer {
      display: block;
      color: #aa8f6f;
      padding: 12px 0; }
    .featured-content blockquote:before {
      content: "";
      position: absolute;
      width: 50%;
      height: 1px;
      bottom: -8px;
      left: 25%;
      background-color: #aa8f6f; }
    .featured-content blockquote.color-white p {
      color: #4a4a4a !important; }
    .featured-content blockquote.color-white:before {
      background-color: #ffffff; } }

.featured-content blockquote.color-white {
  border-left: 4px solid #ffffff; }
  @media (min-width: 480px) {
    .featured-content blockquote.color-white {
      border-left: 0; } }

.featured-content .featured-content-img {
  margin-bottom: 12px; }
  @media (min-width: 480px) {
    .featured-content .featured-content-img {
      margin-bottom: 26px; } }

/* Flex box supported */
/* Flex box rectangle */
@media (min-width: 480px) {
  .featured-content.featured-content-rectangle .featured-content-img {
    width: 75%;
    margin-left: auto;
    margin-right: auto; } }

.no-flexbox .featured-content.featured-content-rectangle {
  position: relative; }
  @media (min-width: 768px) {
    .no-flexbox .featured-content.featured-content-rectangle .featured-content-img {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50%; }
    .no-flexbox .featured-content.featured-content-rectangle .featured-content-content {
      padding-left: 22px;
      width: 50%;
      margin-left: 50%; } }

@media (min-width: 768px) {
  .flexbox .featured-content.featured-content-rectangle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .flexbox .featured-content.featured-content-rectangle .featured-content-img,
    .flexbox .featured-content.featured-content-rectangle .featured-content-content,
    .flexbox .featured-content.featured-content-rectangle .featured-content-heading {
      align-self: flex-start;
      flex-grow: 0;
      flex-shrink: 0; }
    .flexbox .featured-content.featured-content-rectangle .featured-content-heading {
      flex-basis: 100%;
      order: 1; }
    .flexbox .featured-content.featured-content-rectangle .featured-content-img {
      flex-basis: 40%;
      max-width: 40%;
      order: 2; }
    .flexbox .featured-content.featured-content-rectangle .featured-content-content {
      flex-basis: 58%;
      max-width: 58%;
      padding: 0 0 0 2%;
      order: 3; } }

/* Flex box square */
@media (min-width: 480px) {
  .flexbox .featured-content.featured-content-square .featured-content-img {
    width: 50%;
    margin-left: auto;
    margin-right: auto; } }

.flexbox .featured-content.featured-content-square .featured-content-content .cms {
  text-align: center; }

@media (min-width: 768px) {
  .no-flexbox .featured-content.featured-content-square {
    display: table;
    width: 100%; }
    .no-flexbox .featured-content.featured-content-square .featured-content-img,
    .no-flexbox .featured-content.featured-content-square .featured-content-content {
      display: table-cell;
      width: 50%;
      vertical-align: middle; }
    .no-flexbox .featured-content.featured-content-square .featured-content-content {
      padding-left: 22px; } }

@media (min-width: 768px) {
  .flexbox .featured-content.featured-content-square {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap; }
    .flexbox .featured-content.featured-content-square .featured-content-img,
    .flexbox .featured-content.featured-content-square .featured-content-content {
      align-self: center;
      flex-grow: 0;
      flex-shrink: 0; }
    .flexbox .featured-content.featured-content-square .featured-content-img {
      max-width: 40%;
      flex-basis: 40%; }
    .flexbox .featured-content.featured-content-square .featured-content-content {
      max-width: 58%;
      flex-basis: 58%;
      padding: 0 0 0 2%; } }

@media (min-width: 768px) {
  .flexbox .featured-content.featured-content-reverse {
    flex-direction: row-reverse; }
    .flexbox .featured-content.featured-content-reverse .featured-content-content {
      padding: 0 2% 0 0; } }

/**
 * Skin - Common design styles applied to elements
 */
/**
 * Skins
 */
/*

This file is a bit of a mess
many depracted skin names as we havent 
been constistent in their use
Avoid extending these use mixins instead

the rule now is:

.skin-"shorted proterty"-"value"-"modifier"

e.g. for a light brand background we use: .skin-bg-brand-light

when combining different styles create a unique name e.g.

.skin-box-module {
    background: $color-module;
    @include tk-box-shadow-dark();
}

*/
/**
 * Classes
 */
.sk-bg-white,
.skin-bg-white {
  background: #ffffff !important; }

.sk-bg-module,
.skin-bg-module {
  background: #f4f2f0; }

.sk-bg-module-light,
.skin-bg-module-light {
  background: #f8f7f6; }

.skin-bg-module-dark {
  background: #e9e5e1; }

.skin-bg-module-lighter {
  background: #fdfcfc; }

.sk-bg-brand-1,
.skin-bg-brand-1 {
  background: #b31b1b; }

.sk-bg-brand-1-dark,
.skin-bg-brand-1-dark {
  background: #871414; }

.skin-bg-brand-2 {
  background: #aa8f6f; }

/**
 * Rows 
 * Rows of content mostly the widgets
 */
.sk-widget-block,
.skin-widget-block,
.skin-row-module {
  background: #f4f2f0; }

.skin-row-module-light {
  background: #f8f7f6; }

.skin-row-module-lighter {
  background: #fdfcfc; }

.skin-row-white-divider,
.skin-row-divider {
  border-top: 1px solid #e9e5e1;
  border-bottom: 1px solid #e9e5e1; }

.divider,
.skin-divider {
  border-bottom: 1px solid #c9bfb5; }

/**
 * Skins for boxes
 * Cards and islands
 */
.bg-white,
.skin-box-white,
.event-card {
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); }

.island-bg-module,
.bg-module,
.skin-box-module {
  background: #f4f2f0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12); }

.skin-box-module-border {
  background: #f4f2f0;
  border: 1px solid #ddd5cc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12); }

.skin-box-dark {
  background: #212121;
  color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12); }

/**
 * Border styles
 * Mostly applied to cards and island search forms
 * Must appear after box styles as needs to be more specific for borders
 */
.bd-t,
.skin-bd-t {
  border-top: 5px solid #aa8f6f; }

.bd-r,
.skin-bd-r {
  border-right: 5px solid #aa8f6f; }

.bd-b,
.skin-bd-b {
  border-bottom: 5px solid #aa8f6f; }

.bd-l,
.skin-bd-l {
  border-left: 5px solid #aa8f6f; }

/*

$screen-xs:                  480px;
$screen-phone:               $screen-xs-min;

$screen-sm:                  768px;
$screen-tablet:              $screen-sm-min;

$screen-md:                  1024px;
$screen-desktop:             $screen-md-min;

$screen-lg:                  1260px;
$screen-lg-desktop:          $screen-lg-min;

// So media queries don't overlap when required, provide a maximum
$screen-xxs-max:              ($screen-xs-min - 1);
$screen-xs-max:              ($screen-sm-min - 1);
$screen-sm-max:              ($screen-md-min - 1);
$screen-md-max:              ($screen-lg-min - 1);

*/
.ajax-loader {
  width: auto !important; }

/* Idea for general cookie compliance styles, no used with the actual js plugin */
.cookie-compliance {
  padding: 6px;
  background: #333333; }
  .cookie-compliance p {
    font-size: 15px;
    color: white;
    display: inline;
    margin-right: 6px; }
  .cookie-compliance a.btn {
    padding: 6px;
    line-height: 100%;
    margin-right: 6px;
    border-radius: 4px; }

.collapsing {
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-delay: 0; }

/* Used for concept water at leeds templates */
.list-feed {
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .list-feed {
      height: 744px; } }

.list-feed-item.active {
  background: #44AFD7;
  height: 50px; }
  .list-feed-item.active h4 a {
    color: white; }

.list-feed-item-inner {
  padding: 10px;
  padding: 10px; }

.list-feed-item {
  display: table-row;
  vertical-align: middle; }
  .list-feed-item .media {
    display: table-cell;
    background: #f8f7f6;
    padding: 10px;
    border-bottom: 1px solid #ddd5cc; }
  .list-feed-item img {
    border: 1px solid #ddd5cc; }
  .list-feed-item h4 {
    font-size: 22px; }
    .list-feed-item h4 a {
      color: #4a4a4a; }
  .list-feed-item p {
    font-size: 15px;
    line-height: 140%; }
  .list-feed-item:last-child .media {
    border-bottom: 0; }

/* Pearsons sidebar */
.column-container-reverse {
  direction: rtl; }

.column-container-reverse .column-container-primary,
.column-container-reverse .column-container-secondary {
  direction: ltr; }

.column-container-reverse .column-container-secondary {
  padding: 40px; }
  @media (min-width: 1024px) {
    .column-container-reverse .column-container-secondary {
      float: none;
      display: table-cell;
      background: #f4f2f0;
      width: 400px; } }
  @media (min-width: 1260px) {
    .column-container-reverse .column-container-secondary {
      width: 400px; } }

.btn-filter {
  background: none;
  border: none;
  color: #666; }
  .btn-filter:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tk-icons" !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    position: relative;
    top: -1px;
    line-height: 1;
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA62";
    float: right;
    font-size: 24px; }
  .btn-group.open .btn-filter {
    box-shadow: none;
    color: #4a4a4a; }
    .btn-group.open .btn-filter:after {
      content: "\EA65"; }

.dropdown-menu-filter label {
  margin: 0; }

.dropdown-menu-filter li {
  margin: 5px 10px;
  white-space: nowrap; }

.imageCaption img {
  margin-bottom: 0; }

.imageCaption p {
  border-bottom: 1px solid #c9bfb5;
  font-size: 14px;
  padding: 5px 0; }