@charset "UTF-8";
/*------------------------------------*\
  #MAIN
\*------------------------------------*/
/**
 * CONTENTS
 *
 * SETTINGS
 * Config...............Project configuration settings.
 * Global...............Globally-available variables and settings.
 *
 * TOOLS
 * Functions............Custom functions.
 * Mixins...............Custom mixins.
 * Transitions..........Custom transitions.
 *
 * GENERIC
 * Box-sizing...........More manageable box model.
 * Normalize.css........Make default rendering more consistent across browsers.
 * Reset................Remove margins from certain elements.
 * Vertical-rhythm......Apply consistent baseline grid across block-level
 *                      elements.
 * Fontface.............Set up fontface styles.
 *
 * ELEMENTS
 * Page.................High-level page styling (HTML and BODY elements).
 * Headings.............Simple H1–H6 styles.
 * Links................Basic link styles.
 * Lists................Simple list styling.
 *
 * OBJECTS
 * Wrappers.............Page constraints.
 * Layout...............Grid-like layout system.
 *
 * THIRD PARTY
 * Example..............Example
 *
 * COMPONENTS
 * Example..............Example
 * Buttons..............Standard reusable button classes and styles.
 * Site header..........Generic site header styling. Not navigation.
 * Site footer..........Footer styling.
 * Layout styles home...Layout structure for homepage.
 * Layout styles........Layout structure for other pages.
 * Node fields home.....Node field styling for homepage.
 * Node fields..........Node field styling for other pages.
 * Paragraphs...........Styling for the specific paragraph items.
 * Forms................Generic form styling.
 * Fullpage.js..........Styling specific to the fullpage.js functionality.
 *
 * TRUMPS
 * Clearfix.............Clearfixing utility class.
 * Spacing..............Utility classes to nudge margins and paddings around.
 * Display..............Utility classes for display settings show/hide.
 *
 */
/*******************************************************************************
 * seventy-thirty.layout.scss
 ******************************************************************************/
.l-area--hp,
.l-sixty,
.l-forty {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .l-area--hp:after,
  .l-sixty:after,
  .l-forty:after {
    content: "";
    display: table;
    clear: both; }
  .l-area--hp:after,
  .l-sixty:after,
  .l-forty:after {
    content: " ";
    display: block;
    clear: both; }
  .l-area--hp img,
  .l-sixty img,
  .l-forty img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom; }
    @media (min-width: 0) and (max-width: 767px) {
      .l-area--hp img,
      .l-sixty img,
      .l-forty img {
        width: 100%; } }
  @media (min-width: 768px) {
    .l-area--hp,
    .l-sixty,
    .l-forty {
      min-height: 360px; } }

@media (min-width: 768px) {
  .l-area--hp {
    position: relative;
    width: 100%; }
  .l-sixty {
    width: 60%;
    float: left;
    margin: 0;
    float: left;
    height: 100%;
    position: absolute;
    border-right: 2px black solid; }
  .l-forty {
    width: 40%;
    float: left;
    margin: 0;
    float: right;
    height: 100%; } }

/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
/* transitions used

@include transition(color .3s ease-in);
@include transition(all .3s ease-in);
@include transition(border .3s ease-in);
@include transition(opacity .3s ease-in);
@include transition(max-height 2s ease-in); 
*/
/*------------------------------------*\
  #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * http://paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*------------------------------------*\
  #RESET
\*------------------------------------*/
/**
 * As well as using Normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/*------------------------------------*\
  #VERTICAL-RHYTHM
\*------------------------------------*/
/**
 * Apply our base spacing unit as a `margin-bottom` to all block level elements
 * so that we get nice and consistent vertical rhythm very cheaply.
 * http://csswizardry.com/2012/06/single-direction-margin-declarations/
 */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre {
  margin-bottom: 1.55556rem; }

/**
 * We’ll also indent list elements by the same amount of spacing.
 */
ul, ol,
dd {
  margin-left: 1.55556rem; }

/*------------------------------------*\
  #FONTFACE
\*------------------------------------*/
@font-face {
  font-family: 'GT-Walsheim-Bold';
  src: url("../fonts/GT-Walsheim-Bold.eot");
  src: url("../fonts/GT-Walsheim-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Bold.woff") format("woff"), url("../fonts/GT-Walsheim-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GT-Walsheim-Bold-Oblique';
  src: url("../fonts/GT-Walsheim-Bold-Oblique.eot");
  src: url("../fonts/GT-Walsheim-Bold-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("../fonts/GT-Walsheim-Bold-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GT-Walsheim-Regular';
  src: url("../fonts/GT-Walsheim-Regular.eot");
  src: url("../fonts/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Regular.woff") format("woff"), url("../fonts/GT-Walsheim-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GT-Walsheim-Regular-Oblique';
  src: url("../fonts/GT-Walsheim-Regular-Oblique.eot");
  src: url("../fonts/GT-Walsheim-Regular-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("../fonts/GT-Walsheim-Regular-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NewParisSkyline';
  src: url("../fonts/NewParisSkyline.eot");
  src: url("../fonts/NewParisSkyline.eot?#iefix") format("embedded-opentype"), url("../fonts/NewParisSkyline.woff") format("woff"), url("../fonts/NewParisSkyline.ttf") format("truetype"), url("../fonts/NewParisSkyline.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MerriweatherRegular';
  src: url("../fonts/merriweather-regular-webfont.woff2") format("woff2"), url("../fonts/merriweather-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*------------------------------------*\
  #PAGE
\*------------------------------------*/
/**
 * High-level, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1.125em;
  /* [1] */
  line-height: 1.55556;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */
  color: #333;
  font-family: 'NewParisSkyline', sans-serif; }

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

.hide {
  display: none !important; }

.show {
  display: block; }

b,
strong {
  font-family: 'GT-Walsheim-Bold', sans-serif;
  font-weight: normal; }

/*------------------------------------*\
  #HEADINGS
\*------------------------------------*/
h1, h2, h3, .pre-title {
  font-family: 'GT-Walsheim-Bold', sans-serif;
  text-transform: uppercase;
  font-weight: normal; }

h1 {
  font-size: 1.88889rem;
  line-height: 1.64706; }
  @media (min-width: 768px) {
    h1 {
      font-size: 3.44444rem;
      line-height: 1.35484; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 4.44444rem;
      line-height: 90px; } }

h2 {
  font-size: 1.44444rem;
  line-height: 1.07692; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2.11111rem;
      line-height: 1.47368; } }
  @media (min-width: 1024px) {
    h2 {
      font-size: 2.77778rem;
      line-height: 60px; } }

h3 {
  font-size: 1.33333rem;
  line-height: 1.16667; }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.55556rem;
      line-height: 1; } }

h4 {
  font-size: 0.72222rem;
  line-height: 2.15385;
  font-family: 'NewParisSkyline', sans-serif; }
  @media (min-width: 768px) {
    h4 {
      font-size: 1.55556rem;
      line-height: 1; } }

.pre-title {
  font-size: 0.55556rem;
  line-height: 2.8; }
  @media (min-width: 768px) {
    .pre-title {
      font-size: 0.61111rem;
      line-height: 2.54545; } }
  @media (min-width: 1024px) {
    .pre-title {
      font-size: 0.72222rem;
      line-height: 2.15385; } }

/*------------------------------------*\
  #LINKS
\*------------------------------------*/
a,
a:link,
a:visited,
a:active {
  text-decoration: underline;
  color: #333; }
  a:hover, a:focus,
  a:link:hover,
  a:link:focus,
  a:visited:hover,
  a:visited:focus,
  a:active:hover,
  a:active:focus {
    color: #7133fd;
    text-decoration: underline; }

.l-area--hp a {
  text-decoration: none; }
  .l-area--hp a:hover, .l-area--hp a:focus {
    text-decoration: none; }

/*------------------------------------*\
  #LISTS
\*------------------------------------*/
ul {
  margin: 0;
  padding: 0 14px 14px; }
  ul li {
    list-style: none;
    margin-right: 2em; }
  ul .links--inline li {
    list-style: none;
    margin-right: 2em; }

.l-content ul li {
  list-style-type: disc;
  list-style-position: inside; }

nav .menu li, nav .menu li.leaf, nav .menu li.collapsed {
  list-style-image: none;
  list-style-type: none; }

/*------------------------------------*\
  #EXAMPLE 
\*------------------------------------*/
#emergency-popup .cookie-notice__content, #emergency-popup .emergency-notice__content, #cookie-popup .cookie-notice__content, #cookie-popup .emergency-notice__content {
  width: 100%;
  max-width: 1440px; }

#emergency-popup #cookie-notice__button, #emergency-popup #emergency-notice__button, #cookie-popup #cookie-notice__button, #cookie-popup #emergency-notice__button {
  font-weight: bold; }

#emergency-popup .emergency-notice__content {
  background: #7133fd; }
  #emergency-popup .emergency-notice__content #emergency-notice__button {
    color: #7133fd; }

#cookie-popup .cookie-notice__content {
  background: #eeeeee; }

#cookie-popup .cookie-notice__content #cookie-notice__text h2, #cookie-popup .cookie-notice__content #cookie-notice__text p, #cookie-popup .cookie-notice__content #cookie-notice__text p a {
  color: #7133fd; }

#cookie-popup .cookie-notice__content #cookie-notice__button {
  background: #7133fd;
  color: #fff; }

@media (min-width: 768px) and (max-width: 1024px) {
  #emergency-popup .emergency-notice__content #emergency-notice__text, #cookie-popup .cookie-notice__content #cookie-notice__text {
    max-width: 80%; } }

@media (min-width: 0) and (max-width: 767px) {
  #emergency-popup .emergency-notice__content, #cookie-popup .cookie-notice__content {
    padding: 15px; }
  #emergency-popup .emergency-notice__content #emergency-notice__text, #cookie-popup .cookie-notice__content #cookie-notice__text {
    max-width: 90%; } }

#newsletter-popup {
  position: fixed;
  bottom: 5vh;
  z-index: 561;
  width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  display: none; }
  @media (min-width: 768px) and (max-width: 1440px) {
    #newsletter-popup {
      right: 0;
      left: initial;
      transform: inherit; } }
  #newsletter-popup .newsletter-popup__inner {
    width: 400px;
    background: #f8f8fa;
    position: absolute;
    bottom: 0;
    padding: 15px 20px 25px; }
    @media (min-width: 0) and (max-width: 1440px) {
      #newsletter-popup .newsletter-popup__inner {
        right: 5vh; } }
    @media (min-width: 0) and (max-width: 450px) {
      #newsletter-popup .newsletter-popup__inner {
        width: 100%; } }
    @media (min-width: 0) and (max-width: 1023px) {
      #newsletter-popup .newsletter-popup__inner {
        right: 0; } }
  @media (min-width: 0) and (max-width: 1023px) {
    #newsletter-popup {
      left: 0;
      bottom: 0;
      width: 100%;
      transform: initial; } }
  @media (min-width: 0) and (max-width: 1023px) {
    #newsletter-popup {
      right: 0;
      bottom: 0; } }

#newsletter-popup__button, .newsletter-block__button {
  background: #9098ab;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  line-height: 0;
  padding: 20px 15px;
  cursor: pointer; }

#newsletter-popup__header {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 5px; }

#newsletter-popup input[type=text] {
  width: calc(100% - 120px);
  margin-right: 15px; }

.newsletter-block input[type=text] {
  width: 100%; }

#newsletter-popup input[type=text], .newsletter-block input[type=text] {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #999; }

.newsletter-block input[type=text] {
  display: none; }

#newsletter-popup input[type=text]:focus, .newsletter-block input[type=text]:focus {
  outline: none; }

#newsletter-popup input.form-submit, .newsletter-block input.form-submit {
  padding: 4px 0; }

.newsletter-block input.form-submit {
  margin-top: 1.5em; }

#newsletter-popup p {
  margin-bottom: 1em; }

.newsletter-block p {
  font-size: 0.8em; }

#newsletter-popup__header {
  color: #7133fd; }

#newsletter-popup__text {
  margin-bottom: 1em; }

div.fp-tableCell {
  vertical-align: top; }

/*------------------------------------*\
  #TAGS 
\*------------------------------------*/
.c-tag {
  color: #260e18;
  display: inline-block;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 20px; }
  .c-tag .pre-title, .c-tag {
    font-family: 'GT-Walsheim-Regular', sans-serif;
    font-size: 17px;
    line-height: 30px; }

.c-tag--first-left {
  color: #c5b4ec;
  background: #260e18;
  padding: 0 15px;
  float: left; }

.c-tag--second-left {
  background-color: #c5b4ec;
  padding: 0 15px;
  float: left; }

.c-tag--first-right {
  color: #f9e3d7;
  background: #260e18;
  padding: 0 15px; }

.c-tag--second-right {
  color: #260e18;
  background: #f9e3d7;
  padding: 0 15px; }

.c-tag--related-event {
  background-color: white;
  text-transform: uppercase;
  color: #7e8593;
  border: 1px solid #7e8593;
  padding: 0 15px; }

.c-tag--event-venue {
  background-color: #6a727f;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #7e8593;
  padding: 0 15px; }

.form-item-field-tag {
  background: #f9e3d7;
  padding: 2px 11px;
  text-transform: uppercase;
  float: left;
  margin: 0 20px 20px 0;
  font-size: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .form-item-field-tag.form-item-field-tag-selected {
    background: #333;
    color: #f9e3d7; }
  .form-item-field-tag .fa {
    font-size: 0.9em;
    padding-right: 6px; }

/*------------------------------------*\
  #BUTTONS
\*------------------------------------*/
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 * 6. Subtract the border size from the padding value so that buttons do not
 *    grow larger as we add borders.
 */
.c-btn, .block--views-you-might-also-like-block .node-readmore a {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 14px 0; }
  .c-btn:hover, .block--views-you-might-also-like-block .node-readmore a:hover, .c-btn:focus, .block--views-you-might-also-like-block .node-readmore a:focus {
    text-decoration: none; }

a.c-btn--primary,
.c-btn--primary a {
  color: #ffffff;
  text-decoration: none;
  background-color: #7133fd;
  border: solid 1px #7133fd;
  font-family: 'GT-Walsheim-Bold', sans-serif;
  text-transform: uppercase; }
  a.c-btn--primary:focus,
  .c-btn--primary a:focus {
    background-color: #7133fd;
    color: #ffffff;
    text-decoration: none; }
  a.c-btn--primary:hover,
  .c-btn--primary a:hover {
    color: #7133fd;
    text-decoration: none;
    background-color: #ffffff;
    border: solid 1px #7133fd; }

a.c-btn--secondary,
.c-btn--secondary a {
  padding: 14px;
  color: #7133fd;
  border: solid 1px #7133fd;
  text-decoration: none;
  background-color: white; }
  a.c-btn--secondary:after,
  .c-btn--secondary a:after {
    background-image: url("../images/link-arrow__purple.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 13px 6px;
    content: '';
    display: inline-block;
    width: 23px;
    height: 8px;
    margin-left: 15px; }
  a.c-btn--secondary:hover,
  .c-btn--secondary a:hover {
    text-decoration: none; }
    a.c-btn--secondary:hover:after,
    .c-btn--secondary a:hover:after {
      background-position: 80% 0; }

.c-btn--featured-page a {
  display: inline-block; }

a.c-btn--tertiary,
.c-btn--tertiary a {
  padding: 14px;
  color: #7e8593;
  text-decoration: none; }
  a.c-btn--tertiary:after,
  .c-btn--tertiary a:after {
    background-image: url("../images/link-arrow__grey.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 13px 6px;
    content: '';
    display: inline-block;
    width: 23px;
    height: 8px;
    margin-left: 15px; }
  a.c-btn--tertiary:hover,
  .c-btn--tertiary a:hover {
    text-decoration: underline; }
    a.c-btn--tertiary:hover:after,
    .c-btn--tertiary a:hover:after {
      background-position: 80% 0; }

a.c-btn--special,
.c-btn--special a {
  padding: 14px;
  color: #7133fd;
  text-decoration: none; }
  a.c-btn--special:after,
  .c-btn--special a:after {
    background-image: url("../images/link-arrow__purple.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 13px 6px;
    content: '';
    display: inline-block;
    width: 23px;
    height: 8px;
    margin-left: 15px;
    transition: background 0.3s ease-in; }
  a.c-btn--special:hover:after,
  .c-btn--special a:hover:after {
    background-position: 80% 0; }

.form-submit {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 14px 0;
  color: #ffffff;
  text-decoration: none;
  background-color: #7133fd;
  border: solid 1px #7133fd;
  font-family: 'GT-Walsheim-Bold', sans-serif;
  text-transform: uppercase; }
  .form-submit:hover, .form-submit:focus {
    text-decoration: none;
    color: #7133fd;
    background-color: #ffffff;
    border: solid 1px #7133fd; }

.c-btn--expandable {
  border-bottom: 1px solid #333;
  display: inline-block;
  color: #333;
  font-size: 1.55556rem;
  line-height: 40px; }
  .c-btn--expandable .field .field__items .field__item:after {
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    content: '';
    display: inline-block;
    width: 23px;
    height: 12px;
    margin-left: 5px; }

/*------------------------------------*\
  #LINKS 
\*------------------------------------*/
.c-link--arrow {
  clear: none;
  color: #7e8593; }

.service-links-wrapper {
  padding-left: 14px; }
  .service-links-wrapper .service-links {
    display: -ms-flexbox;
    display: flex; }
    .service-links-wrapper .service-links .service-label {
      float: left;
      display: inline; }
    .service-links-wrapper .service-links ul {
      display: inline;
      padding: 3px 0; }
      .service-links-wrapper .service-links ul li {
        display: inline;
        margin: 0;
        padding-left: 15px; }
        .service-links-wrapper .service-links ul li a > img {
          display: inline-block;
          max-height: 20px; }

.block--service-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 14px; }
  .block--service-links .service-links a {
    padding-left: 15px; }
    .block--service-links .service-links a img {
      padding-top: 8px;
      max-height: 27px; }

/*------------------------------------*\
  #RESTAURANT/PRESS RELEASE TEASER NODE FIELDS
\*------------------------------------*/
.c-node--teaser-content .l-featured-image,
.c-node--teaser-content .l-teaser-content-container {
  float: left; }

.c-node--teaser-content .teaser-container-link {
  text-decoration: none; }
  .c-node--teaser-content .teaser-container-link:hover, .c-node--teaser-content .teaser-container-link:focus {
    text-decoration: none; }

.c-node--teaser-content .l-featured-image {
  position: relative;
  width: 100%; }
  .c-node--teaser-content .l-featured-image .field--type-image {
    position: relative; }
    .c-node--teaser-content .l-featured-image .field--type-image:after {
      background: transparent url("../images/img-gradient-overlay.png") repeat-x 0;
      background-size: contain;
      width: 100%;
      height: 100%;
      position: absolute;
      content: "";
      top: 0; }
  .c-node--teaser-content .l-featured-image img {
    width: 100%;
    vertical-align: bottom; }

.c-node--teaser-content .l-tag {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  min-height: 17px; }

.c-node--teaser-content .l-teaser--title h4 {
  font-size: 1.55556rem;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 10px; }

.c-node--teaser-content .title-tag-container {
  color: #eeeeee;
  padding-left: 5px; }

.c-node--teaser-content .l-teaser-content-container {
  margin-right: 10%;
  margin-top: -102px;
  position: relative; }

.c-node--teaser-content .l-teaser--body {
  border: 1px solid #9098ab;
  background: #ffffff;
  padding: 15px; }

.c-node--teaser-content .c-link--arrow a {
  text-decoration: none; }

/*------------------------------------*\
  #NODE FIELDS
\*------------------------------------*/
.c-link--arrow {
  clear: none; }

.l-node--hp-left,
.l-node--hp-right {
  display: block;
  position: relative;
  width: 100%; }

.c-image-style--hp-left {
  position: relative; }

.not-front .c-image-style--hp-left {
  max-height: 554px;
  overflow: hidden; }

.c-hp-content {
  display: none;
  width: 100%;
  position: relative;
  top: -82px;
  clear: both; }
  @media (min-width: 768px) {
    .c-hp-content {
      display: block; } }

.c-teaser--body .field--name-field-one-line-description .field__items, .c-teaser--body .field--name-field-one-line-description .field__item, .c-teaser--body .field--name-field-one-line-description {
  display: inline; }

@media (min-width: 0px) and (max-width: 767px) {
  .c-hero--hp h1 .wrap {
    background-color: white; } }

@media (min-width: 0) and (max-width: 767px) {
  .c-overlay--hp span.first-line {
    margin-right: -14px; }
  .c-overlay--hp span.first-line, .c-overlay--hp-right span.first-line {
    width: auto;
    display: block;
    clear: both;
    height: auto;
    float: left;
    min-width: 0;
    margin-top: -14px;
    padding: 0px 10px 0px 12px;
    margin-left: -14px; }
  .c-overlay--hp span.second-line, .c-overlay--hp-right span.second-line {
    display: block;
    clear: both;
    padding-top: 0px; }
  .c-overlay--hp span.inner, .c-overlay--hp-right span.inner {
    width: 100%;
    display: block;
    overflow: hidden; } }

@media (min-width: 479px) and (max-width: 767px) {
  .c-overlay--hp span.first-line, .c-overlay--hp span.second-line, .c-overlay--hp-right span.first-line, .c-overlay--hp-right span.second-line {
    height: 55px; } }

.c-overlay--hp {
  display: block;
  position: relative;
  text-align: right; }
  .c-overlay--hp .l-tag {
    right: 0;
    position: absolute;
    top: -83px; }
  .c-overlay--hp .teaser-title {
    margin-top: -52px;
    margin-bottom: 48px; }
  .c-overlay--hp .wrap {
    line-height: 70px;
    font-size: 54px; }

.c-overlay--hp-right {
  position: relative; }
  @media (min-width: 768px) {
    .c-overlay--hp-right {
      top: auto;
      min-height: 285px;
      padding: 40px 0;
      display: block; }
      .c-overlay--hp-right h1 {
        margin-bottom: 15px; } }
  @media (min-width: 0) and (max-width: 767px) {
    .c-overlay--hp-right {
      position: relative; } }

html.ie .c-hero--hp h1 .inner {
  background-image: none !important; }

.c-hero--hp {
  max-width: 100%; }
  @media (min-width: 1024px) {
    .c-hero--hp {
      max-width: 600px; } }
  .c-hero--hp > a {
    float: right; }
  .c-hero--hp h1 {
    display: table;
    line-height: 0; }
    .c-hero--hp h1 .wrap {
      display: inline-block; }
    .c-hero--hp h1 .inner {
      color: #7e8593;
      padding: 14px 14px 0 14px;
      min-width: 290px;
      margin-bottom: 0;
      -webkit-box-decoration-break: clone;
      -webkit-background-clip: text;
      -webkit-text-fill-color: rgba(0, 0, 0, 0.2);
      filter: grayscale(100%); }
      @media (min-width: 768px) {
        .c-hero--hp h1 .inner:before {
          content: " ";
          position: absolute;
          background: white;
          width: 100%;
          z-index: -1;
          transform: translateX(-14px); } }
      @media (min-width: 0) and (max-width: 767px) {
        .c-hero--hp h1 .inner {
          position: relative;
          min-width: 0px; } }

@media (min-width: 768px) {
  .c-overlay--hp .l-tag {
    top: -79px;
    position: absolute; }
  .c-overlay--hp .l-teaser--title {
    position: relative;
    margin-top: -49px;
    margin-bottom: 49px; }
  .c-hero--hp h1 .wrap {
    line-height: 57px;
    font-size: 54px; }
  .c-hero--hp h1 .inner:before {
    height: 57px; } }

@media (min-width: 480px) and (max-width: 767px) {
  .l-node--hp-right .l-tag, .c-overlay--hp .l-tag {
    top: -79px;
    position: absolute; }
  .l-node--hp-right .l-teaser--title {
    margin-top: -49px;
    margin-bottom: 49px; }
  .c-overlay--hp .l-teaser--title {
    position: relative;
    margin-top: -49px;
    margin-bottom: 49px; }
  .c-hero--hp h1 {
    font-size: 62px;
    margin-bottom: 0; }
    .c-hero--hp h1 .wrap {
      line-height: 57px;
      font-size: 54px; }
    .c-hero--hp h1 .inner:before {
      height: 57px; } }

@media (min-width: 0px) and (max-width: 479px) {
  .l-node--hp-right .l-tag, .c-overlay--hp .l-tag {
    top: -57px;
    position: absolute; }
  .l-node--hp-right .l-teaser--title {
    margin-top: -27px;
    margin-bottom: 27px; }
  .c-overlay--hp .l-teaser--title {
    position: relative;
    margin-top: -27px;
    margin-bottom: 27px; }
  .c-hero--hp h1 {
    font-size: 31px;
    margin-bottom: 0; }
    .c-hero--hp h1 .wrap {
      line-height: 35px;
      font-size: 32px; }
    .c-hero--hp h1 .inner:before {
      height: 35px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .c-hero--hp h1 .wrap {
    font-size: 38px; } }

@media (min-width: 768px) {
  .l-node--hp-left .c-overlay--hp h1 {
    margin-bottom: 42px; } }

.l-node--hp-left .c-hero--hp {
  float: right;
  clear: both; }
  @media (min-width: 768px) {
    .l-node--hp-left .c-hero--hp .inner:after {
      content: " ";
      position: absolute;
      height: 100%;
      border-right: 2px black solid;
      top: 0;
      right: -2px; } }

.l-node--hp-left .c-teaser--body {
  float: right;
  padding-right: 14px;
  padding-top: 14px; }
  @media (min-width: 768px) {
    .l-node--hp-left .c-teaser--body {
      text-align: right;
      max-width: 70%; } }

.l-node--hp-right .c-teaser--body {
  display: none;
  padding-left: 14px; }
  @media (min-width: 768px) {
    .l-node--hp-right .c-teaser--body {
      display: block;
      clear: left; } }

.node-type-homepage .l-main {
  overflow: hidden; }

.node-type-homepage .paragraphs-item-featured-block-area {
  float: left;
  background: #f2f2f2;
  position: relative; }
  .node-type-homepage .paragraphs-item-featured-block-area .content {
    background: none;
    padding-top: 70px;
    float: right; }
  .node-type-homepage .paragraphs-item-featured-block-area:after {
    margin-left: 100%; }

/*------------------------------------*\
  #NODE FIELDS
\*------------------------------------*/
.c-teaser--body {
  background-color: white;
  float: left;
  clear: none;
  padding-right: 7px; }

.c-link--arrow {
  clear: none; }

.c-image {
  position: relative;
  max-height: 422px;
  overflow: hidden; }
  .c-image.c-featured-image {
    display: none; }
  @media (min-width: 0) and (max-width: 767px) {
    .c-image.c-header-image {
      display: none; }
    .c-image.c-featured-image {
      display: block; } }
  @media (min-width: 768px) {
    .c-image {
      max-height: 647px; }
      .c-node--themelp .c-image {
        max-height: 984px; } }
  .c-image img {
    vertical-align: bottom;
    width: 100%;
    height: auto; }

.c-image-title__position {
  position: relative; }

.node-type-blog-page .c-image-title__position {
  top: -44px; }

.node-type-blog-page .c-hero h1 {
  padding-top: 14px; }

.c-page--search-results .c-image-overlay {
  margin-top: 280px; }

body.section-site-search .c-page--search-results .c-image-overlay {
  padding-left: 20px;
  width: 80%; }
  @media (min-width: 768px) {
    body.section-site-search .c-page--search-results .c-image-overlay {
      padding-left: 0; } }
  body.section-site-search .c-page--search-results .c-image-overlay .c-hero {
    min-width: initial; }

.c-node--event .c-image-overlay {
  position: relative; }
  @media (min-width: 0) and (max-width: 767px) {
    .c-node--event .c-image-overlay {
      margin-top: -68px; }
      .c-node--event .c-image-overlay .c-tag {
        margin-bottom: 0px; }
      .c-node--event .c-image-overlay .c-hero h1 {
        line-height: 38px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .c-node--event .c-image-overlay {
      margin-top: -93px; }
      .c-node--event .c-image-overlay .c-tag {
        margin-bottom: 0; }
      .c-node--event .c-image-overlay .c-hero h1 {
        line-height: 82px; } }
  @media (min-width: 1024px) {
    .c-node--event .c-image-overlay {
      margin-top: -114px; }
      .c-node--event .c-image-overlay .c-tag {
        margin-bottom: 0; }
      .c-node--event .c-image-overlay .c-hero h1 {
        line-height: 115px; }
      .c-node--event .c-image-overlay .c-hero h3 {
        z-index: 2;
        position: relative;
        margin-top: 10px; } }

.c-node--generic .c-image-overlay,
.c-page--listing .c-image-overlay,
.c-page--whatson .c-image-overlay {
  margin-top: -74px;
  position: relative; }
  @media (min-width: 0) and (max-width: 767px) {
    .c-node--generic .c-image-overlay,
    .c-page--listing .c-image-overlay,
    .c-page--whatson .c-image-overlay {
      margin-top: -45px; } }

.c-page--listing .c-image-overlay {
  margin-top: 14px; }

.c-node--themelp .c-image-overlay {
  margin-top: -74px; }
  @media (min-width: 0) and (max-width: 767px) {
    .c-node--themelp .c-image-overlay {
      margin-top: -37px; } }

.c-node--generic .c-hero h1,
.c-page--whatson .c-hero h1,
.c-node--themelp .c-hero h1,
.c-page--listing .c-hero h1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #7e8593; }
  .c-node--generic .c-hero h1 .first-line,
  .c-page--whatson .c-hero h1 .first-line,
  .c-node--themelp .c-hero h1 .first-line,
  .c-page--listing .c-hero h1 .first-line {
    display: inline-block;
    position: relative;
    padding: 0 9px;
    box-sizing: border-box; }
  .c-node--generic .c-hero h1 .second-line,
  .c-node--generic .c-hero h1 .wrap-second,
  .c-page--whatson .c-hero h1 .second-line,
  .c-page--whatson .c-hero h1 .wrap-second,
  .c-node--themelp .c-hero h1 .second-line,
  .c-node--themelp .c-hero h1 .wrap-second,
  .c-page--listing .c-hero h1 .second-line,
  .c-page--listing .c-hero h1 .wrap-second {
    display: block;
    position: relative;
    padding: 0 9px;
    box-sizing: border-box; }
  .c-node--generic .c-hero h1 .first-line,
  .c-node--generic .c-hero h1 .wrap-second,
  .c-page--whatson .c-hero h1 .first-line,
  .c-page--whatson .c-hero h1 .wrap-second,
  .c-node--themelp .c-hero h1 .first-line,
  .c-node--themelp .c-hero h1 .wrap-second,
  .c-page--listing .c-hero h1 .first-line,
  .c-page--listing .c-hero h1 .wrap-second {
    z-index: 1; }
    .c-node--generic .c-hero h1 .first-line::first-line,
    .c-node--generic .c-hero h1 .wrap-second::first-line,
    .c-page--whatson .c-hero h1 .first-line::first-line,
    .c-page--whatson .c-hero h1 .wrap-second::first-line,
    .c-node--themelp .c-hero h1 .first-line::first-line,
    .c-node--themelp .c-hero h1 .wrap-second::first-line,
    .c-page--listing .c-hero h1 .first-line::first-line,
    .c-page--listing .c-hero h1 .wrap-second::first-line {
      color: #f9e3d7; }
  @media (min-width: 768px) {
    .c-node--generic .c-hero h1 .first-line:before,
    .c-node--generic .c-hero h1 .wrap-second:before,
    .c-page--whatson .c-hero h1 .first-line:before,
    .c-page--whatson .c-hero h1 .wrap-second:before,
    .c-node--themelp .c-hero h1 .first-line:before,
    .c-node--themelp .c-hero h1 .wrap-second:before,
    .c-page--listing .c-hero h1 .first-line:before,
    .c-page--listing .c-hero h1 .wrap-second:before {
      content: '';
      width: 100%;
      height: 74px;
      left: 0;
      top: 0;
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      z-index: -1; } }

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .c-node--generic .c-hero h1 .first-line,
  .c-node--generic .c-hero h1 .wrap-second,
  .c-page--whatson .c-hero h1 .first-line,
  .c-page--whatson .c-hero h1 .wrap-second,
  .c-node--themelp .c-hero h1 .first-line,
  .c-node--themelp .c-hero h1 .wrap-second,
  .c-page--listing .c-hero h1 .first-line,
  .c-page--listing .c-hero h1 .wrap-second {
    padding-top: 17px; } }
  @media (min-width: 0) and (max-width: 767px) {
    .c-node--generic .c-hero h1,
    .c-page--whatson .c-hero h1,
    .c-node--themelp .c-hero h1,
    .c-page--listing .c-hero h1 {
      font-size: 45px; }
      .c-node--generic .c-hero h1 .first-line,
      .c-node--generic .c-hero h1 .wrap-second,
      .c-page--whatson .c-hero h1 .first-line,
      .c-page--whatson .c-hero h1 .wrap-second,
      .c-node--themelp .c-hero h1 .first-line,
      .c-node--themelp .c-hero h1 .wrap-second,
      .c-page--listing .c-hero h1 .first-line,
      .c-page--listing .c-hero h1 .wrap-second {
        z-index: 1;
        position: relative;
        padding: 6px 10px 0 10px; }
        .c-node--generic .c-hero h1 .first-line:before,
        .c-node--generic .c-hero h1 .wrap-second:before,
        .c-page--whatson .c-hero h1 .first-line:before,
        .c-page--whatson .c-hero h1 .wrap-second:before,
        .c-node--themelp .c-hero h1 .first-line:before,
        .c-node--themelp .c-hero h1 .wrap-second:before,
        .c-page--listing .c-hero h1 .first-line:before,
        .c-page--listing .c-hero h1 .wrap-second:before {
          content: '';
          width: 100%;
          height: 45px;
          left: 0;
          top: 0;
          position: absolute;
          background: rgba(0, 0, 0, 0.5);
          z-index: -1; } }
  .c-node--generic .c-hero h1 span.wrap-second span.c-bg--none::first-line,
  .c-page--whatson .c-hero h1 span.wrap-second span.c-bg--none::first-line,
  .c-node--themelp .c-hero h1 span.wrap-second span.c-bg--none::first-line,
  .c-page--listing .c-hero h1 span.wrap-second span.c-bg--none::first-line {
    color: #7e8593 !important; }
  @media (min-width: 768px) {
    .c-node--generic .c-hero h1,
    .c-page--whatson .c-hero h1,
    .c-node--themelp .c-hero h1,
    .c-page--listing .c-hero h1 {
      line-height: 72px; } }
  @media (min-width: 1024px) {
    .c-node--generic .c-hero h1,
    .c-page--whatson .c-hero h1,
    .c-node--themelp .c-hero h1,
    .c-page--listing .c-hero h1 {
      line-height: 95px;
      padding-bottom: 28px; } }

.c-hero {
  max-width: 480px; }
  @media (min-width: 768px) {
    .c-hero {
      max-width: 100%; } }
  @media (min-width: 320px) and (max-width: 640px) {
    .c-hero {
      min-width: 270px;
      max-width: calc(100vw - 80px); } }
  .c-hero h1 {
    display: table;
    line-height: 1.1;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .c-hero h1 {
        line-height: 82px; } }
    @media (min-width: 1024px) {
      .c-hero h1 {
        line-height: 115px; } }
    .c-hero h1 .wrap {
      display: block;
      padding-top: 7.5px;
      background-color: white;
      -webkit-text-fill-color: rgba(0, 0, 0, 0.3);
      filter: grayscale(100%); }
      @media (min-width: 320px) and (max-width: 640px) {
        .c-hero h1 .wrap {
          padding-right: 10px; } }
      @media (min-width: 768px) {
        .c-hero h1 .wrap {
          padding-top: 6px; } }
      @media (min-width: 1024px) {
        .c-hero h1 .wrap {
          padding-top: 0; } }
    .c-hero h1 .inner {
      color: #7e8593;
      min-width: 290px;
      margin-bottom: 0;
      padding: 0px 9px;
      -webkit-box-decoration-break: clone;
      -webkit-background-clip: text;
      -webkit-text-fill-color: rgba(0, 0, 0, 0.2);
      word-break: break-word; }

.l-node--top-info {
  margin-top: 2.5em;
  margin-bottom: 40px; }
  .l-node--top-info .c-cta--website-link {
    padding-top: 0; }
  .l-node--top-info .field--name-field-website-link {
    display: block;
    vertical-align: top;
    width: 100%;
    float: left; }
    @media (min-width: 0) and (max-width: 1023px) {
      .l-node--top-info .field--name-field-website-link {
        float: right; } }
  .l-node--top-info .field--name-field-intro {
    display: block;
    clear: both;
    padding-top: 56px;
    font-size: 1.55556rem;
    line-height: 40px; }
  .l-node--top-info .field--name-field-location-info {
    display: block;
    vertical-align: top;
    width: 100%;
    float: right;
    color: #7133fd;
    font-family: 'GT-Walsheim-Bold', sans-serif; }
  .l-node--top-info .group-event-date {
    display: block;
    vertical-align: top;
    width: 100%;
    float: right;
    color: #7133fd; }
  .l-node--top-info .field--name-field-event-date-for-display {
    font-family: 'GT-Walsheim-Bold', sans-serif; }
  .l-node--top-info .c-jsaction--date-open a {
    color: #7133fd;
    text-decoration: none;
    padding-right: 5px;
    border-bottom: 1px solid #7133fd; }
  .l-node--top-info .group-cta-group {
    display: block;
    vertical-align: top;
    width: 100%;
    float: right; }
  .l-node--top-info .field--name-field-buy-ticket-cta {
    display: inline-block; }
  .l-node--top-info .field--name-field-free-flag {
    display: inline-block;
    padding-left: 2px; }
  @media (min-width: 0) and (max-width: 767px) {
    .l-node--top-info .group-top-info .field--type-link-field {
      text-align: left; }
      .l-node--top-info .group-top-info .field--type-link-field .c-cta--website-link {
        text-align: left; }
      .l-node--top-info .group-top-info .field--type-link-field a {
        padding: 0; }
    .l-node--top-info .group-top-info .group-cta-group .field--name-field-buy-ticket-cta,
    .l-node--top-info .group-top-info .group-cta-group .field--name-field-free-flag {
      text-align: left; }
    .l-node--top-info .group-top-info .field--name-field-intro {
      display: table-header-group; }
    .l-node--top-info .group-top-info .field--name-field-intro .c-field--intro {
      padding-left: 20px; }
    .l-node--top-info .group-top-info .group-event-date,
    .l-node--top-info .group-top-info .field--name-field-location-info,
    .l-node--top-info .group-top-info .group-cta-group {
      width: 100%;
      margin-left: 20px;
      display: table-footer-group; } }

.group-logo-group {
  text-align: right; }
  .group-logo-group .field--name-field-pre-logo-text,
  .group-logo-group .field--name-field-logo {
    vertical-align: middle;
    display: inline-block; }
  .group-logo-group .field--name-field-pre-logo-text {
    padding-right: 5px; }

@media (min-width: 0) and (max-width: 767px) {
  .c-node--event .field--name-field-website-link,
  .c-node--event .field--name-field-location-info,
  .c-node--event .group-event-date,
  .c-node--event .group-cta-group,
  .c-node--themelp .field--name-field-website-link,
  .c-node--themelp .field--name-field-location-info,
  .c-node--themelp .group-event-date,
  .c-node--themelp .group-cta-group {
    padding: 1em; } }

@media (min-width: 768px) {
  .c-node--event .field--name-field-website-link,
  .c-node--themelp .field--name-field-website-link {
    width: 40%;
    padding: 0 1em 1em 0; }
  .c-node--event .field--name-field-location-info,
  .c-node--themelp .field--name-field-location-info {
    width: 20%; }
  .c-node--event .group-event-date,
  .c-node--themelp .group-event-date {
    width: 25%; }
  .c-node--event .group-cta-group,
  .c-node--themelp .group-cta-group {
    width: 15%; } }

.c-node--event .group-event-date br,
.c-node--themelp .group-event-date br {
  display: none; }

.c-node--event .group-cta-group .field--name-field-buy-ticket-cta .c-cta--buy-ticket,
.c-node--themelp .group-cta-group .field--name-field-buy-ticket-cta .c-cta--buy-ticket {
  padding: 0; }

.c-node--event .group-cta-group,
.c-node--themelp .group-cta-group {
  text-transform: uppercase; }

.c-node--event .field--name-field-location-info,
.c-node--event .field--name-field-event-date-for-display,
.c-node--event .group-cta-group,
.c-node--themelp .field--name-field-location-info,
.c-node--themelp .field--name-field-event-date-for-display,
.c-node--themelp .group-cta-group {
  font-weight: bold;
  color: #7133fd; }

.sponsers-header-container {
  float: right;
  clear: right;
  margin-top: 15px;
  padding-right: 15px;
  text-align: center;
  margin-right: 5%; }
  .sponsers-header-container.has-website-link {
    margin-bottom: -3em;
    margin-bottom: calc(-1 * (1em + 28px));
    max-width: 49%; }
  @media (min-width: 768px) {
    .sponsers-header-container {
      width: 18.88112%; } }

.l-node--bottom-info {
  margin-bottom: 40px;
  clear: both; }
  .l-node--bottom-info .field-collection-container {
    display: block;
    width: 100%;
    float: left; }
    .l-node--bottom-info .field-collection-container .field--name-field-logo {
      float: right; }
  .l-node--bottom-info .field--name-field-social-media-info,
  .l-node--bottom-info .field--name-field-contact-info,
  .l-node--bottom-info .field--name-field-location-info,
  .l-node--bottom-info .field--name-field-opening-times {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    float: left; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-node--bottom-info .field--name-field-social-media-info,
      .l-node--bottom-info .field--name-field-contact-info,
      .l-node--bottom-info .field--name-field-location-info,
      .l-node--bottom-info .field--name-field-opening-times {
        width: 50%;
        min-height: 70px;
        padding: 0 1em; } }
    @media (min-width: 0) and (max-width: 767px) {
      .l-node--bottom-info .field--name-field-social-media-info,
      .l-node--bottom-info .field--name-field-contact-info,
      .l-node--bottom-info .field--name-field-location-info,
      .l-node--bottom-info .field--name-field-opening-times {
        width: 100%;
        padding: 0 1em; } }
  .l-node--bottom-info .field--name-field-opening-times p {
    margin-bottom: 0; }

.l-node--main-content {
  float: left;
  clear: both; }
  .l-node--main-content p:last-of-type {
    margin-bottom: 0; }

.l-node--related-area,
.l-page--list-view {
  float: left;
  clear: both; }
  .l-node--related-area .l-related--item-third,
  .l-page--list-view .l-related--item-third {
    width: 32%;
    float: left;
    margin-right: 1.26582%;
    margin: auto;
    clear: none;
    padding: 0;
    min-height: 280px; }
    .l-node--related-area .l-related--item-third article,
    .l-page--list-view .l-related--item-third article {
      background-color: pink; }
  .l-node--related-area .c-grid--one-third,
  .l-page--list-view .c-grid--one-third {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    vertical-align: top;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 1.3% 1em 0;
    position: relative; }
    .l-node--related-area .c-grid--one-third .c-teaser--title a,
    .l-page--list-view .c-grid--one-third .c-teaser--title a {
      text-decoration: none;
      color: #7e8593; }
    .l-node--related-area .c-grid--one-third .c-teaser--title h3,
    .l-page--list-view .c-grid--one-third .c-teaser--title h3 {
      margin-bottom: 0; }
    .l-node--related-area .c-grid--one-third .c-teaser--body,
    .l-page--list-view .c-grid--one-third .c-teaser--body {
      width: 100%; }

.field--name-field-file-image-caption {
  color: #7e8593;
  padding-left: 15px; }

.l-teaser--subtitle_with_sponsor .field__item {
  padding: 0 15px; }

.l-area--inline-header,
.c-split-title {
  width: 390px;
  max-width: 100%;
  font-size: 2.77778rem;
  line-height: 70px;
  line-height: 1em;
  margin-top: 1px; }
  .l-area--inline-header h2.block__title,
  .l-area--inline-header .field__item,
  .c-split-title h2.block__title,
  .c-split-title .field__item {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    border: 1px solid #9098ab;
    display: inline;
    padding: 0 15px;
    background-color: #ffffff;
    color: #7e8593;
    line-height: 1.46; }

.field-collection-item-field-logo img {
  max-height: 60px;
  width: auto; }

.c-node--press-release h1 .wrap,
.c-node--resident h1 .wrap,
.c-node--restaurant h1 .wrap {
  display: initial;
  padding-top: 0px; }

.c-node--press-release .c-image-overlay,
.c-node--resident .c-image-overlay,
.c-node--restaurant .c-image-overlay {
  margin-top: -60px;
  position: relative; }
  @media (min-width: 768px) {
    .c-node--press-release .c-image-overlay,
    .c-node--resident .c-image-overlay,
    .c-node--restaurant .c-image-overlay {
      margin-top: -92px; } }
  @media (min-width: 1024px) {
    .c-node--press-release .c-image-overlay,
    .c-node--resident .c-image-overlay,
    .c-node--restaurant .c-image-overlay {
      margin-top: -114px; } }

.c-image-overlay.no-image {
  margin-top: 280px; }

.c-node--generic .c-image-overlay,
.c-node--press-release .c-image-overlay,
.c-node--webform .c-image-overlay {
  margin-top: 14px; }

/*------------------------------------*\
  #NODE LAYOUT HOMEPAGE
\*------------------------------------*/
.l-node--hp-left .l-tag,
.l-node--hp-right .l-tag {
  clear: both; }

.l-node--hp-left .l-tag {
  float: right; }

.l-node--hp-right .l-tag {
  left: 0;
  float: left;
  margin-bottom: 14px; }
  @media (min-width: 1024px) {
    .l-node--hp-right .l-tag {
      top: 34px; } }
  .l-node--hp-right .l-tag .pre-title {
    float: left; }
  @media (min-width: 0) and (max-width: 767px) {
    .l-node--hp-right .l-tag .pre-title, .l-node--hp-right .l-tag {
      font-size: 12px;
      line-height: 30px; } }

.l-node--hp-right .l-teaser--title {
  float: left;
  position: relative;
  clear: left; }

.node-type-homepage .nav-arrow-container {
  position: fixed;
  width: auto;
  bottom: 0;
  z-index: 561;
  left: 56%;
  transform: translateX(-56.5%); }
  @media (min-width: 0) and (max-width: 767px) {
    .node-type-homepage .nav-arrow-container {
      left: 50%;
      transform: translateX(-50%); } }
  @media (min-width: 0) and (max-width: 1159px) {
    .node-type-homepage .nav-arrow-container {
      bottom: 95px; } }
  .menu-open .node-type-homepage .nav-arrow-container {
    display: none; }

.node-type-homepage .nav-arrow {
  width: 45px;
  height: 36px;
  color: white;
  position: relative;
  z-index: 999999999;
  cursor: pointer;
  margin-left: 60%;
  transition: all 0.25s ease-out;
  background: url("/sites/all/themes/somerset/images/transparent-arrow.png");
  background-size: 100%;
  background-repeat: no-repeat; }
  .node-type-homepage .nav-arrow.no-arrow {
    opacity: 0 !important;
    height: 0;
    pointer-events: none; }
  .node-type-homepage .nav-arrow:hover {
    background-color: #c5b4ec;
    background: url("/sites/all/themes/somerset/images/transparent-arrow-hover.png");
    background-size: 100%;
    background-repeat: no-repeat; }
  @media (min-width: 0) and (max-width: 767px) {
    .node-type-homepage .nav-arrow {
      margin-left: auto; } }

.node-type-homepage .entity-paragraphs-item {
  margin-bottom: 0; }

.node-type-homepage .l-featured-block--image {
  margin-top: 0; }

.node-type-homepage .featured-block-area {
  background: #f2f2f2; }

.front .breadcrumb-container {
  display: none; }

/*------------------------------------*\
  #NODE LAYOUT
\*------------------------------------*/
.pos-abs {
  position: absolute;
  top: 200px;
  z-index: 559;
  background-color: white;
  opacity: 0.8; }

.l-content,
.l-node--header {
  position: relative; }

.l-border--right {
  position: absolute;
  top: 70px;
  width: 1px;
  height: 100%;
  overflow: hidden;
  border-right: solid 1px #f9e3d7;
  z-index: 200; }

.l-image--background-style {
  display: block;
  top: 0; }

.l-view--related-events .views-row,
.view-related-shs-posts .views-row {
  width: 100%;
  height: 152px;
  border-bottom: 1px #9098ab solid;
  background: #fff; }
  .l-view--related-events .views-row .views-field-field-header-image,
  .view-related-shs-posts .views-row .views-field-field-header-image {
    padding-right: 14px;
    float: left; }
  .l-view--related-events .views-row .views-field-field-event-type,
  .l-view--related-events .views-row .views-field-field-blog-filter,
  .view-related-shs-posts .views-row .views-field-field-event-type,
  .view-related-shs-posts .views-row .views-field-field-blog-filter {
    position: absolute;
    top: 133px; }
  .l-view--related-events .views-row .views-field-field-event-venue,
  .view-related-shs-posts .views-row .views-field-field-event-venue {
    position: absolute;
    top: 164px; }
  .l-view--related-events .views-row .views-field-field-blog-taxonomy-tags,
  .view-related-shs-posts .views-row .views-field-field-blog-taxonomy-tags {
    position: absolute;
    top: 133px; }
    @media (min-width: 0) and (max-width: 767px) {
      .l-view--related-events .views-row .views-field-field-blog-taxonomy-tags,
      .view-related-shs-posts .views-row .views-field-field-blog-taxonomy-tags {
        position: relative;
        margin-top: -37px;
        float: left;
        top: auto; } }

.l-view--related-events .views-field-title a,
.view-related-shs-posts .views-field-title a {
  text-decoration: none; }

.l-view--related-events .views-field-title h4,
.view-related-shs-posts .views-field-title h4 {
  margin-bottom: 0; }

.c-node--generic h1,
.c-page--whatson h1,
.c-page--listing h1 {
  color: #f9e3d7; }

/*------------------------------------*\
  #SITE-HEADER
\*------------------------------------*/
.l-header {
  position: relative; }

.header-wrapper {
  position: absolute;
  width: 100%;
  z-index: 560;
  pointer-events: none; }
  .header-wrapper > * {
    pointer-events: all; }

#logo {
  display: none; }

.l-branding {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .l-branding {
      margin-top: 34px; } }

.l-branding--logo a {
  display: block;
  float: left;
  position: relative;
  z-index: 9998; }

.l-branding--logo img {
  margin: 0 0 0 15px;
  width: 108px;
  height: 108px;
  max-width: none; }
  @media (min-width: 768px) {
    .l-branding--logo img {
      margin-left: -50px;
      width: 130px;
      height: 130px; } }
  @media (min-width: 1024px) {
    .l-branding--logo img {
      margin-left: -5px;
      width: 173px;
      height: 173px; } }

.l-branding--logo #menu--close-button {
  display: none;
  z-index: 10000; }

.l-branding--logo .menu-action-button {
  position: absolute;
  left: 115px;
  top: 27px; }
  .l-branding--logo .menu-action-button img {
    width: 60px;
    height: 60px;
    max-width: none; }
  @media (min-width: 768px) {
    .l-branding--logo .menu-action-button {
      left: 230px;
      top: 46px; } }
  @media (min-width: 1024px) {
    .l-branding--logo .menu-action-button {
      left: 285px;
      top: 46px; }
      .l-branding--logo .menu-action-button img {
        width: 65px;
        height: 65px; } }

body .header-wrapper {
  width: 1440px; }

body #cookie-popup,
body #emergency-popup {
  display: none; }

.breadcrumb-container {
  position: absolute;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 5px;
  margin-left: 15px;
  top: -50px;
  left: 0;
  line-height: 1em;
  height: auto;
  font-weight: bold;
  width: auto;
  z-index: 559; }
  @media (min-width: 0) and (max-width: 1023px) {
    .breadcrumb-container {
      top: -70px; } }
  .breadcrumb-container a {
    font-size: 16px;
    text-decoration: none;
    display: block;
    margin: 0 5px; }
    .breadcrumb-container a:first-child {
      margin-left: 0; }
    .breadcrumb-container a:hover, .breadcrumb-container a:focus {
      text-decoration: none; }
  .breadcrumb-container .breadcrumb {
    display: inline-block;
    vertical-align: middle; }
    .breadcrumb-container .breadcrumb,
    .breadcrumb-container .breadcrumb a {
      display: inline-block;
      line-height: 0em;
      height: auto; }
      .breadcrumb-container .breadcrumb .fa-angle-left,
      .breadcrumb-container .breadcrumb a .fa-angle-left {
        margin-right: 5px;
        height: 18px;
        vertical-align: middle; }

.node-type-blog-page .breadcrumb-container {
  top: -90px; }

.player .vp-controls-wrapper,
iframe #player .vp-controls-wrapper {
  display: none; }

/*------------------------------------*\
  #SITE-FOOTER
\*------------------------------------*/
.l-footer-main {
  clear: both;
  z-index: 250;
  position: relative; }
  .l-footer-main .l-region--footer {
    background-color: #f2f2f2;
    padding: 2em 10em; }
    @media (min-width: 0) and (max-width: 1023px) {
      .l-footer-main .l-region--footer {
        padding: 2em 1em; } }
  .l-footer-main h2.block__title {
    font-size: 0.94444rem;
    line-height: 1.64706; }
  .l-footer-main a {
    text-decoration: none;
    color: #7e8593; }
  .l-footer-main ul.menu {
    padding: 0;
    font-size: 0.94444rem;
    line-height: 1.64706; }
  @media (min-width: 660px) {
    .l-footer-main nav.block--menu-menu-footer-support-us {
      padding-top: 54px; } }
  .l-footer-main nav.block--menu-menu-footer-first-somerset-hou,
  .l-footer-main nav.block--menu-menu-footer-support-us {
    float: left;
    width: 33.33%; }
    @media (min-width: 660px) and (max-width: 767px) {
      .l-footer-main nav.block--menu-menu-footer-first-somerset-hou,
      .l-footer-main nav.block--menu-menu-footer-support-us {
        width: 50%; } }
    @media (min-width: 0) and (max-width: 660px) {
      .l-footer-main nav.block--menu-menu-footer-first-somerset-hou,
      .l-footer-main nav.block--menu-menu-footer-support-us {
        width: 100%;
        margin-bottom: 1em; } }
  .l-footer-main div#block-somerset-newsletter-somerset-newsletter-block {
    float: left;
    width: 33.33%; }
    @media (min-width: 0) and (max-width: 767px) {
      .l-footer-main div#block-somerset-newsletter-somerset-newsletter-block {
        width: 100%;
        margin-top: 1em; } }
  .l-footer-main .block--simplenews p {
    margin-bottom: 10px; }
  .l-footer-main .block--simplenews label {
    display: none; }
  .l-footer-main .block--simplenews input[type=text] {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #999;
    width: 100%; }
    .l-footer-main .block--simplenews input[type=text]:focus {
      outline: none; }
  .l-footer-main .block--simplenews .form-submit {
    padding: 0.5em 0; }

.l-region--sub-footer-outer {
  background: #fff; }
  @media (min-width: 0) and (max-width: 767px) {
    .l-region--sub-footer-outer {
      display: table; }
      .l-region--sub-footer-outer #block-block-1 {
        float: none;
        width: 100%;
        display: table-footer-group;
        text-align: left; } }
  .l-region--sub-footer-outer .l-region--sub-footer {
    padding: 1.4em 2em 2.5em; }
    @media (min-width: 0) and (max-width: 767px) {
      .l-region--sub-footer-outer .l-region--sub-footer {
        padding: 1em; } }
  .l-region--sub-footer-outer #block-menu-menu-sub-footer-menu {
    max-width: calc(100% - 550px); }
    @media (min-width: 0) and (max-width: 767px) {
      .l-region--sub-footer-outer #block-menu-menu-sub-footer-menu {
        width: 100%;
        display: table-header-group;
        max-width: 100%; } }
  .l-region--sub-footer-outer #block-menu-menu-sub-footer-menu ul {
    text-align: center; }
    @media (min-width: 0) and (max-width: 767px) {
      .l-region--sub-footer-outer #block-menu-menu-sub-footer-menu ul {
        margin-bottom: 1em;
        text-align: left; } }
  .l-region--sub-footer-outer #block-menu-menu-sub-footer-menu li {
    display: inline-block; }
    @media (min-width: 0) and (max-width: 767px) {
      .l-region--sub-footer-outer #block-menu-menu-sub-footer-menu li {
        margin-right: 10px; } }
  .l-region--sub-footer-outer .block--block-1 {
    float: right;
    color: #7e8593;
    width: 550px;
    text-align: center; }

.block--simplenews-55 .c-split-title {
  line-height: 22px; }
  .block--simplenews-55 .c-split-title h2.block__title {
    border: solid 0 grey;
    color: #333;
    background-color: transparent;
    display: inline-block; }

.block--simplenews-55 .content {
  color: #7e8593;
  clear: left; }

/*------------------------------------*\
  #PARAGRAPHS
\*------------------------------------*/
.entity-paragraphs-item {
  float: left;
  clear: both;
  margin-bottom: 35px;
  width: 100%; }
  @media (min-width: 1024px) {
    .entity-paragraphs-item {
      margin-bottom: 40px; } }

.paragraphs-items-full > .field--name-field-landing-content > .field__items > .field__item {
  clear: both;
  float: left;
  width: 100%; }

.paragraphs-items-field-homepage-content .entity-paragraphs-item {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 0; }

@media (min-width: 0) and (max-width: 767px) {
  .paragraphs-items-field-homepage-content .l-featured-block--container {
    margin-top: -3.5em; } }

.paragraphs-items-field-homepage-content .paragraphs-item-featured-block-area {
  background-color: #f2f2f2;
  padding: 0 1em; }
  .paragraphs-items-field-homepage-content .paragraphs-item-featured-block-area .field--name-field-featured-content {
    margin: 0 14px 0 14px; }
  @media (min-width: 768px) {
    .paragraphs-items-field-homepage-content .paragraphs-item-featured-block-area {
      padding: 0 10em; }
      .paragraphs-items-field-homepage-content .paragraphs-item-featured-block-area .content {
        margin: 0; } }

.paragraphs-items-field-homepage-content .l-featured-block--image {
  margin-top: 0; }
  @media (min-width: 768px) {
    .paragraphs-items-field-homepage-content .l-featured-block--image {
      margin-top: 53px; } }

.paragraphs-items-field-homepage-content .c-title--featured-block {
  float: left;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  top: 1px; }
  .paragraphs-items-field-homepage-content .c-title--featured-block h2 {
    color: #7133fd;
    margin-bottom: 0;
    line-height: 37px;
    border: solid 1px #7133fd;
    padding: 14px 14px 0 14px; }

.paragraphs-items-field-homepage-content .c-content--featured-block {
  background-color: #ffffff;
  border: solid 1px #7133fd;
  float: left;
  padding: 14px;
  color: #7133fd;
  font-family: 'MerriweatherRegular', sans-serif;
  font-size: 0.9em; }

.paragraphs-items-field-homepage-content .c-link--featured-block {
  float: left;
  position: relative;
  top: -28px; }

.paragraphs-item-video-area {
  color: #7e8593; }

.player iframe {
  width: 100%; }

.paragraphs-item-quote-area {
  color: #7e8593;
  position: relative; }
  .paragraphs-item-quote-area .field--name-field-quote-content {
    font-size: 1.33333rem;
    line-height: 1.16667;
    font-family: 'MerriweatherRegular', sans-serif;
    display: inline-block; }
    .paragraphs-item-quote-area .field--name-field-quote-content p {
      line-height: 1.5; }
  .paragraphs-item-quote-area .field--name-field-quote-source {
    background: transparent url("../images/quote-line.png") no-repeat 0 50%;
    color: #7133fd;
    padding-left: 50px; }

.c-image--caption {
  color: #7e8593; }

.paragraphs-item-full-width-image img {
  width: 100%;
  height: auto; }

.paragraphs-item-portrait-image-area .l-left--portrait-image,
.paragraphs-item-portrait-image-area .l-right--portrait-image {
  display: inline-block; }

.paragraphs-item-portrait-image-area img {
  width: 100%;
  height: auto; }

.field--name-field-tweet-type {
  display: none; }

.c-paragraphs-item__expand-text {
  clear: both; }
  .c-paragraphs-item__expand-text .c-expand-text__text-shown {
    font-size: 1.2rem; }
  .c-paragraphs-item__expand-text .c-expand-text__text-hidden {
    font-size: 1.2rem;
    padding-top: 10px; }
  .c-paragraphs-item__expand-text .c-expand-text__link-title {
    font-size: 0.8rem; }
    .c-paragraphs-item__expand-text .c-expand-text__link-title:hover {
      cursor: pointer; }
    .c-paragraphs-item__expand-text .c-expand-text__link-title .field__items .field__item:after {
      height: 9px; }
    .c-paragraphs-item__expand-text .c-expand-text__link-title.c-expand-text__link-title--active {
      color: #7133fd;
      border-bottom-color: #7133fd; }
      .c-paragraphs-item__expand-text .c-expand-text__link-title.c-expand-text__link-title--active .field__items .field__item:after {
        transform: rotateX(180deg);
        background-image: url("../images/arrow-down--purple.svg"); }

.l-area--featured-block {
  position: relative; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .l-area--featured-block .l-featured-block--container {
      width: 50%;
      top: -14px; } }
  @media (min-width: 1024px) {
    .l-area--featured-block .l-featured-block--container {
      width: 39.14%;
      top: -14px; } }

.l-featured-block--image {
  margin-top: 54px; }

.c-title--featured-block {
  float: left;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  top: 1px; }
  .c-title--featured-block .field__item {
    font-size: 24px;
    line-height: 40px; }
  .c-title--featured-block h2 {
    color: #7133fd;
    margin-bottom: 0;
    line-height: 37px;
    border: solid 1px #7133fd;
    padding: 13px 15px; }

.c-content--featured-block {
  background-color: #ffffff;
  border: solid 1px #7133fd;
  float: left;
  padding: 15px;
  color: #7133fd;
  font-family: 'MerriweatherRegular', sans-serif; }
  .c-content--featured-block div {
    display: inline; }
  .c-content--featured-block p:last-of-type {
    display: inline; }
  .c-content--featured-block a {
    color: #7133fd; }

.c-expand-text__text-shown,
.c-expand-text__text-hidden {
  display: block;
  clear: both;
  font-size: 1.55556rem;
  line-height: 40px;
  color: #333; }

.c-expand-text__text-hidden {
  display: none; }

.c-accordion-item-content {
  display: none; }

.paragraphs-items-field-featured-items-area-full {
  overflow: hidden; }
  .paragraphs-items-field-featured-items-area-full .title-tag-container {
    padding-left: 15px; }
  .paragraphs-items-field-featured-items-area-full .l-tag {
    color: #ffffff;
    font-size: 14px;
    font-family: 'GT-Walsheim-Bold', sans-serif;
    text-transform: uppercase; }
  .paragraphs-items-field-featured-items-area-full .field__item p {
    display: inline; }
  .paragraphs-items-field-featured-items-area-full .field__item__image {
    width: 100%;
    height: 295px; }
  .paragraphs-items-field-featured-items-area-full .field__item {
    max-width: 100%;
    width: 50%;
    float: left;
    margin-bottom: 1em; }
    @media (min-width: 0) and (max-width: 767px) {
      .paragraphs-items-field-featured-items-area-full .field__item {
        width: 90vw; } }
  .paragraphs-items-field-featured-items-area-full .field__item.even {
    padding-right: 1em;
    clear: left; }
    @media (min-width: 0) and (max-width: 767px) {
      .paragraphs-items-field-featured-items-area-full .field__item.even {
        padding-right: 0; } }
  .paragraphs-items-field-featured-items-area-full .field__item.odd {
    padding-left: 1em; }
    @media (min-width: 0) and (max-width: 767px) {
      .paragraphs-items-field-featured-items-area-full .field__item.odd {
        padding-left: 0; } }

/*------------------------------------*\
  #YOU MAY ALSO LIKE BLOCK
\*------------------------------------*/
.block--views-you-might-also-like-block {
  clear: both; }
  @media (min-width: 768px) {
    .block--views-you-might-also-like-block {
      padding: 100px 0; }
      .block--views-you-might-also-like-block .c-split-title {
        padding-bottom: 50px; } }
  .block--views-you-might-also-like-block .view-you-might-also-like {
    position: relative; }
    .block--views-you-might-also-like-block .view-you-might-also-like .views-row {
      position: relative; }
    .block--views-you-might-also-like-block .view-you-might-also-like h2 {
      font-size: 1.55556rem;
      line-height: 1; }
      .block--views-you-might-also-like-block .view-you-might-also-like h2.node__title {
        position: absolute;
        top: 210px;
        left: 20px;
        z-index: 200; }
      .block--views-you-might-also-like-block .view-you-might-also-like h2 a {
        color: #ffffff;
        text-decoration: none; }
    .block--views-you-might-also-like-block .view-you-might-also-like .field--name-field-hp-feature-image {
      position: relative; }
      .block--views-you-might-also-like-block .view-you-might-also-like .field--name-field-hp-feature-image:after {
        background: transparent url("../images/img-gradient-overlay.png") repeat-x 0;
        background-size: contain;
        width: 100%;
        height: 100%;
        position: absolute;
        content: "";
        top: 0; }

/*------------------------------------*\
  #	FORMS
\*------------------------------------*/
body.page-user .l-main .user-login {
  padding-top: 200px;
  padding-left: 50px; }

body.page-user .l-main .pos-abs {
  position: relative;
  top: 200px;
  z-index: 559;
  background-color: white;
  opacity: 0.8; }

.form-item label,
.form-actions label {
  font-weight: normal;
  font-family: 'GT-Walsheim-Bold', sans-serif; }

div.form-item__search-container .form-type-textfield:before {
  content: "\f002";
  left: 19px;
  position: relative;
  font-family: 'FontAwesome'; }

div.form-item__search-container .form-type-textfield input {
  padding-left: 25px;
  border: 0;
  border-bottom: 1px solid #ccc; }
  div.form-item__search-container .form-type-textfield input:focus {
    border: 0;
    outline: none; }

@media (min-width: 0) and (max-width: 767px) {
  div.form-item__search-container {
    width: 100%; }
    div.form-item__search-container .form-type-textfield {
      padding: 15px 0; } }

html.menu-open {
  overflow: hidden; }
  @media (min-width: 768px) {
    html.menu-open {
      overflow: inherit; } }

.branding {
  margin: 0 auto;
  position: relative; }
  @media (min-width: 0) and (max-width: 767px) {
    .branding {
      display: inline-block;
      vertical-align: middle;
      width: 120px; } }
  .branding .branding-logo {
    position: absolute;
    left: 0;
    top: -29px;
    z-index: 201; }
    @media (min-width: 768px) {
      .branding .branding-logo {
        left: 0;
        top: 26px; } }
    .branding .branding-logo a {
      z-index: 99; }
    .branding .branding-logo img {
      height: 120px;
      width: 120px; }
      @media (min-width: 768px) {
        .branding .branding-logo img {
          height: 157px;
          width: 157px; } }

.somerset-mobile-menu {
  display: inline-block; }
  .somerset-mobile-menu .mobile-branding {
    left: 20px;
    position: absolute; }
    .somerset-mobile-menu .mobile-branding .branding-logo {
      top: 0; }
  .somerset-mobile-menu .mobile-menu-controls {
    margin-left: 130px; }
  .somerset-mobile-menu #menu--open-button {
    display: block; }
  .somerset-mobile-menu #menu--close-button {
    display: none; }
  .somerset-mobile-menu.menu-open + .somerset-menu {
    display: block; }
  .somerset-mobile-menu.menu-open #menu--open-button {
    display: none; }
  .somerset-mobile-menu.menu-open #menu--close-button {
    display: block; }
  @media (min-width: 768px) {
    .somerset-mobile-menu {
      display: none; } }

@media (min-width: 0) and (max-width: 767px) {
  .somerset-menu {
    background: #ffffff;
    border-top: 1px solid #000000;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 560; }
    .somerset-menu .somerset-menu-wrapper {
      max-height: 480px;
      overflow-y: scroll; } }

.somerset-menu .somerset-menu-wrapper {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 6.84%;
  padding-right: 20px; }
  @media (min-width: 1440px) {
    .somerset-menu .somerset-menu-wrapper {
      padding-right: 0; } }
  .somerset-menu .somerset-menu-wrapper .branding {
    display: none; }
    @media (min-width: 768px) {
      .somerset-menu .somerset-menu-wrapper .branding {
        display: block; } }

.main-menu-parent li,
.main-menu-parent li.collapsed {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  position: static; }
  @media (min-width: 0) and (max-width: 767px) {
    .main-menu-parent li,
    .main-menu-parent li.collapsed {
      clear: left;
      display: block;
      float: left; } }

.main-menu-parent a.active,
.main-menu-parent > a,
.main-menu-parent a.active-trail,
.main-menu-parent a.collapsed {
  font-family: 'GT-Walsheim-Bold', sans-serif;
  display: inline-block;
  font-size: 23px;
  margin: 0 20px 0 auto;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 0) and (max-width: 767px) {
    .main-menu-parent a.active,
    .main-menu-parent > a,
    .main-menu-parent a.active-trail,
    .main-menu-parent a.collapsed {
      clear: left;
      display: block;
      float: left;
      margin: 0 auto 10px auto; } }
  @media (min-width: 1024px) {
    .main-menu-parent a.active,
    .main-menu-parent > a,
    .main-menu-parent a.active-trail,
    .main-menu-parent a.collapsed {
      font-size: 24px; } }
  .main-menu-parent a.active:hover,
  .main-menu-parent > a:hover,
  .main-menu-parent a.active-trail:hover,
  .main-menu-parent a.collapsed:hover {
    text-decoration: none; }

.main-menu-parent a.menu-open {
  color: #7133fd; }

.somerset-main-menu-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 20px auto 0 auto; }
  @media (min-width: 768px) {
    .somerset-main-menu-wrapper {
      margin-bottom: 13px;
      margin-top: 50px; } }
  .somerset-main-menu-wrapper .menu-action-button {
    font-family: 'GT-Walsheim-Bold', sans-serif;
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase; }
    .somerset-main-menu-wrapper .menu-action-button img {
      display: inline-block;
      width: 60px;
      height: 60px;
      max-width: none;
      vertical-align: middle; }
    .somerset-main-menu-wrapper .menu-action-button .menu-text {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 1024px) {
      .somerset-main-menu-wrapper .menu-action-button img {
        width: 65px;
        height: 65px; } }

.somerset-main-menu {
  margin: 0 auto; }
  @media (min-width: 768px) {
    .somerset-main-menu {
      margin-left: 175px; } }
  .somerset-main-menu .menu {
    display: inline-block;
    padding: 40px 20px; }
    @media (min-width: 768px) {
      .somerset-main-menu .menu {
        display: inherit;
        margin-left: 0;
        padding: 0; } }

.somerset-secondary-right {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .somerset-secondary-right {
      padding-left: 30px;
      width: auto; } }

.somerset-secondary-main-menu {
  background: #eeeeee;
  display: block;
  margin: 0 auto;
  padding: 20px; }
  @media (min-width: 768px) {
    .somerset-secondary-main-menu {
      background: #ffffff;
      display: -ms-flexbox;
      display: flex;
      padding: 0; } }

.somerset-secondary-menu-items {
  display: inline-block;
  margin: 10px 0; }
  @media (min-width: 768px) {
    .somerset-secondary-menu-items {
      display: inline-block;
      margin: 0;
      width: auto; } }
  .somerset-secondary-menu-items .menu {
    padding: 0; }
    .somerset-secondary-menu-items .menu li {
      display: block;
      list-style: none; }
      @media (min-width: 768px) {
        .somerset-secondary-menu-items .menu li {
          display: inline-block;
          margin-right: 5px; } }
      @media (min-width: 1024px) {
        .somerset-secondary-menu-items .menu li {
          margin-right: 2em; } }
    .somerset-secondary-menu-items .menu a {
      text-decoration: none; }
    @media (min-width: 768px) {
      .somerset-secondary-menu-items .menu .fa-cart-plus {
        float: right;
        margin-right: 25px; } }
    @media (min-width: 1024px) {
      .somerset-secondary-menu-items .menu .fa-cart-plus {
        margin-right: 2em; } }
    .somerset-secondary-menu-items .menu .fa-cart-plus::before {
      content: none; }
    .somerset-secondary-menu-items .menu .fa-cart-plus a {
      display: block;
      overflow: hidden;
      text-indent: -9999px; }
      @media (min-width: 768px) {
        .somerset-secondary-menu-items .menu .fa-cart-plus a {
          display: inline-block; } }
      .somerset-secondary-menu-items .menu .fa-cart-plus a::before {
        font-family: FontAwesome;
        content: '\f217';
        float: left;
        margin: 0;
        text-indent: 0; }

.somerset-secondary-menu-search {
  display: inline-block;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .somerset-secondary-menu-search {
      width: auto; }
      .somerset-secondary-menu-search.search-open .apachesolr-panels-search-block--2 div > .form-item {
        display: inline-block; } }

.somerset-secondary-label {
  display: block; }
  @media (min-width: 768px) {
    .somerset-secondary-label {
      display: inline-block;
      margin-left: 175px;
      max-width: 600px;
      vertical-align: middle; } }
  .somerset-secondary-label a {
    color: #6b7180;
    text-decoration: none; }
    .somerset-secondary-label a:hover {
      color: #6b7180; }
    .somerset-secondary-label a:after {
      background: url("../images/link-arrow__grey.svg") no-repeat 0 0;
      background-size: 13px 6px;
      content: '';
      display: inline-block;
      width: 23px;
      height: 8px;
      margin-left: 10px; }

.dropdown-menu-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 860px; }
  @media (min-width: 768px) {
    .dropdown-menu-wrapper {
      display: -ms-flexbox;
      display: flex; } }

.menu-open + .content.main-menu-content {
  display: block; }

.main-menu-content {
  display: none; }
  @media (min-width: 768px) {
    .main-menu-content {
      background: #ffffff;
      border-bottom: 2px solid #333;
      border-top: 2px solid #333;
      display: block;
      left: 0;
      padding: 40px 0;
      position: absolute;
      top: 120px;
      width: 100%;
      z-index: 560; } }
  @media (min-width: 0) and (max-width: 767px) {
    .main-menu-content .main-menu-children.menu {
      margin-left: 20px;
      padding: 0; }
      .main-menu-content .main-menu-children.menu a,
      .main-menu-content .main-menu-children.menu a.active {
        font-family: 'NewParisSkyline', sans-serif;
        margin: 0 auto 5px auto;
        font-size: 18px;
        text-transform: capitalize; } }

@media (min-width: 768px) {
  .logged-in .main-menu-content,
  .logged-in.cookie-visible .main-menu-content {
    top: 75px; } }

@media (min-width: 768px) {
  .cookie-visible .main-menu-content {
    top: 252px; } }

.main-menu-content-link-children {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%; }
  .main-menu-content-link-children .menu {
    margin: 0 auto; }

.main-menu-content-featured-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 500px; }
  @media (min-width: 0) and (max-width: 767px) {
    .main-menu-content-featured-item {
      display: none; } }
  .main-menu-content-featured-item > .field-collection-container {
    border: 0; }
  .main-menu-content-featured-item .field-collection-view {
    margin: 0;
    padding: 0; }
    .main-menu-content-featured-item .field-collection-view .field-collection-item-main-nav-featured-item h3 {
      margin: 0 auto; }
  .main-menu-content-featured-item .field-group-format-wrapper {
    position: relative; }
  .main-menu-content-featured-item .field--name-field-featured-item-image {
    line-height: 0; }
  .main-menu-content-featured-item .featured-item {
    position: absolute;
    width: 100%; }
  .main-menu-content-featured-item .featured-item-wrapper {
    background: #ffffff;
    bottom: 0;
    padding-left: 15px;
    padding-top: 15px;
    position: absolute;
    width: 70%; }
  .main-menu-content-featured-item .field--name-field-featured-item-image-tag {
    font-family: 'GT-Walsheim-Regular', sans-serif;
    background-color: #c5b4ec;
    clear: left;
    color: #260e18;
    display: inline-block;
    float: left;
    font-size: 14px;
    left: 0;
    line-height: 28px;
    padding: 0 15px;
    position: absolute;
    text-transform: uppercase;
    top: -28px; }
  .main-menu-content-featured-item .field--name-field-featured-item-title {
    font-family: 'GT-Walsheim-Regular', sans-serif;
    clear: left;
    display: inline-block;
    float: left;
    font-size: 24px; }
  .main-menu-content-featured-item .field--name-field-featured-item-text-tag {
    color: #6b7180;
    clear: left;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 18px; }
  .main-menu-content-featured-item .field--name-field-featured-item-cta {
    clear: left;
    border-bottom: 1px solid #6b7180;
    color: #6b7180;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 22px; }
    .main-menu-content-featured-item .field--name-field-featured-item-cta .field-item {
      margin-bottom: 0; }
    .main-menu-content-featured-item .field--name-field-featured-item-cta a:after {
      background: url("../images/link-arrow__grey.svg") no-repeat 0 0;
      background-size: 13px 6px;
      content: '';
      display: inline-block;
      height: 8px;
      margin-left: 10px;
      width: 23px; }
    .main-menu-content-featured-item .field--name-field-featured-item-cta a {
      color: #6b7180;
      text-decoration: none; }

.main-menu-children a,
.main-menu-children a.active {
  font-family: 'GT-Walsheim-Bold', sans-serif;
  clear: left;
  display: inline-block;
  font-size: 24px;
  float: left;
  margin-top: 20px;
  text-decoration: none;
  text-transform: uppercase; }
  .main-menu-children a:first-child,
  .main-menu-children a.active:first-child {
    margin-top: 0; }
  .main-menu-children a:hover,
  .main-menu-children a.active:hover {
    text-decoration: none; }

.apachesolr-panels-search-block--2 div > .form-item {
  display: block;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .apachesolr-panels-search-block--2 div > .form-item {
      display: none; } }
  .apachesolr-panels-search-block--2 div > .form-item input {
    background-color: #eeeeee;
    border: 0;
    border-bottom: 1px solid #333;
    color: #000000;
    padding-left: 35px;
    width: 100%; }
    @media (min-width: 768px) {
      .apachesolr-panels-search-block--2 div > .form-item input {
        background-color: #ffffff;
        color: inherit;
        padding-left: 0;
        width: auto; } }

.apachesolr-panels-search-block--2 div > .form-wrapper {
  display: inline-block;
  margin: 0 auto; }
  @media (min-width: 0) and (max-width: 767px) {
    .apachesolr-panels-search-block--2 div > .form-wrapper {
      left: 0;
      position: absolute;
      top: 0; } }
  .apachesolr-panels-search-block--2 div > .form-wrapper .form-submit {
    background: url(/sites/all/themes/somerset/images/search.svg) no-repeat center;
    background-size: 80%;
    border: 0;
    color: #333;
    display: inline-block;
    height: 28px;
    margin: 0 auto;
    padding: 0;
    text-indent: -2000px;
    width: 23px; }

/*------------------------------------*\
  #PAGER STYLES.
\*------------------------------------*/
ul.pager {
  text-align: left;
  margin-bottom: 50px;
  overflow: hidden; }
  ul.pager li {
    border: 1px solid #7133fd;
    width: 39px;
    display: block;
    float: left;
    text-align: center;
    color: #7133fd;
    margin-right: -1px;
    padding: 5px; }
    ul.pager li.pager__item--previous {
      margin-right: 40px; }
    ul.pager li.pager__item--next {
      margin-left: 40px; }
    ul.pager li.pager__item--last, ul.pager li.pager__item--first {
      display: none; }
    ul.pager li.pager__item--current {
      background: #7133fd;
      color: #fff; }
    ul.pager li a {
      color: #7133fd;
      text-decoration: none; }

@media (min-width: 0) and (max-width: 767px) {
  .fp-section.fp-table, .fp-slide.fp-table, .fp-tableCell {
    height: auto !important; } }

.header-no-image {
  margin-top: 250px; }
  .header-no-image .c-image-overlay {
    margin: 0 auto;
    width: 100%; }
  .header-no-image .c-tag {
    display: none; }
  .header-no-image .c-hero h1 .wrap {
    filter: inherit;
    -webkit-text-fill-color: inherit; }
    .header-no-image .c-hero h1 .wrap .inner {
      padding: 0;
      -webkit-text-fill-color: inherit; }

.header-single-image .image {
  float: left;
  width: 100%; }

.header-two-images header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.header-two-images .image {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%; }
  @media (min-width: 768px) {
    .header-two-images .image {
      width: 60%; } }
  .header-two-images .image + .image {
    margin-top: 30px;
    width: 100%; }
    @media (min-width: 768px) {
      .header-two-images .image + .image {
        margin-top: 0;
        padding-left: 1%;
        width: 39%; } }

.header-video .c-hero h1 .wrap {
  filter: inherit;
  -webkit-text-fill-color: inherit; }
  .header-video .c-hero h1 .wrap .inner {
    -webkit-text-fill-color: inherit; }

.header-video .image {
  float: left;
  width: 100%; }

.header-video .field__label {
  display: none; }

.c-paragraphs-featured-page-listing .c-featured-page-listing--intro-text {
  margin-bottom: 35px;
  font-size: 1.27778rem;
  line-height: 34px; }
  @media (min-width: 768px) {
    .c-paragraphs-featured-page-listing .c-featured-page-listing--intro-text {
      font-size: 1.55556rem;
      line-height: 40px; } }

.c-paragraphs-featured-page-listing .c-featured-page-listing--title {
  color: #6b7180; }

.c-paragraphs-featured-page-listing .c-featured-page {
  height: auto;
  border: none;
  margin-bottom: 35px;
  position: relative;
  width: 100%; }
  @media (min-width: 660px) {
    .c-paragraphs-featured-page-listing .c-featured-page {
      clear: both;
      min-height: 152px;
      border-bottom: 1px #9098AB solid;
      margin-bottom: 56px; } }

.c-featured-page-listing--featured-pages {
  position: relative; }
  .c-featured-page-listing--featured-pages .c-featured-page--image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%; }
    @media (min-width: 660px) {
      .c-featured-page-listing--featured-pages .c-featured-page--image-wrapper {
        display: block;
        width: auto; } }
  .c-featured-page-listing--featured-pages .c-featured-page--image-tag {
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: white;
    text-transform: uppercase;
    color: #7E8593;
    border: 1px solid #7E8593;
    padding: 0 15px; }
    @media (min-width: 660px) {
      .c-featured-page-listing--featured-pages .c-featured-page--image-tag {
        bottom: -166px; } }
  .c-featured-page-listing--featured-pages .c-featured-page--image {
    padding-right: 14px;
    float: left;
    width: 100%; }
    @media (min-width: 660px) {
      .c-featured-page-listing--featured-pages .c-featured-page--image {
        width: auto; } }
    .c-featured-page-listing--featured-pages .c-featured-page--image img {
      width: 100%; }
      @media (min-width: 660px) {
        .c-featured-page-listing--featured-pages .c-featured-page--image img {
          width: auto; } }
  .c-featured-page-listing--featured-pages a {
    text-decoration: none; }
    .c-featured-page-listing--featured-pages a:active, .c-featured-page-listing--featured-pages a:link, .c-featured-page-listing--featured-pages a:visited {
      text-decoration: none; }
  .c-featured-page-listing--featured-pages h4.c-featured-page--title {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.3; }
  .c-featured-page-listing--featured-pages .c-featured-page--teaser-text {
    padding-bottom: 10px; }
  .c-featured-page-listing--featured-pages .c-featured-page--free {
    position: relative;
    font-weight: 800;
    color: #7133FD; }
    @media (min-width: 660px) {
      .c-featured-page-listing--featured-pages .c-featured-page--free {
        position: absolute;
        right: 0;
        top: 0; } }
  .c-featured-page-listing--featured-pages .c-featured-page--cta-link .c-btn--tertiary::after {
    content: "\f178";
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px; }
  .c-featured-page-listing--featured-pages .c-featured-page--cta {
    border-bottom: 1px solid;
    line-height: 1.3;
    font-size: 18px;
    position: relative;
    margin: 10px 0 30px;
    z-index: 2; }
    @media (min-width: 660px) {
      .c-featured-page-listing--featured-pages .c-featured-page--cta {
        position: absolute;
        bottom: 14px;
        left: 290px;
        margin: 0; } }
  .c-featured-page-listing--featured-pages .c-featured-page--text-wrapper {
    float: left;
    clear: both;
    margin: 15px 0 25px; }
    @media (min-width: 660px) {
      .c-featured-page-listing--featured-pages .c-featured-page--text-wrapper {
        float: none;
        clear: none; } }
  .c-featured-page-listing--featured-pages .c-featured-page--text-tag {
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'GT-Walsheim-Bold', sans-serif;
    color: #7E8593; }
    @media (min-width: 660px) {
      .c-featured-page-listing--featured-pages .c-featured-page--text-tag {
        padding: 0 10px 5px; } }

.c-featured-page-listing--cta {
  clear: both; }

.c-paragraphs-item__accordion .c-accordion__title {
  color: #7e8593; }

.c-paragraphs-item__accordion h2 {
  color: #7e8593; }

.c-paragraphs-item__accordion .c-accordion__content-wrapper {
  display: none; }

.c-paragraphs-item__accordion .c-accordion__intro-text {
  margin-bottom: 25px;
  font-size: 1.2rem;
  line-height: 36px; }

.c-paragraphs-item__accordion .c-btn--tertiary a {
  padding: 0;
  text-decoration: none; }
  .c-paragraphs-item__accordion .c-btn--tertiary a:hover::after {
    background-image: url("../images/link-arrow__purple.svg"); }

.c-paragraphs-item__accordion .c-accordion__text-cta {
  margin-bottom: 25px; }

.c-paragraphs-item__accordion p {
  margin-bottom: 0; }

.c-paragraphs-item__accordion-item .c-accordion-item__text {
  padding: 1em 0 0.5em; }

.c-paragraphs-item__accordion-item .c-accordion-item__title {
  font-size: 1.2rem;
  line-height: 40px;
  border-bottom: 1px solid #7e8593;
  position: relative;
  cursor: pointer;
  font-weight: 800;
  color: #333;
  padding-right: 40px; }
  .c-paragraphs-item__accordion-item .c-accordion-item__title::after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px;
    position: absolute;
    top: 14px;
    right: 20px;
    color: #333;
    font-weight: 800; }
  .c-paragraphs-item__accordion-item .c-accordion-item__title.open {
    color: #7133fd; }
  .c-paragraphs-item__accordion-item .c-accordion-item__title.open::after {
    content: "\f106";
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px;
    position: absolute;
    top: 14px;
    right: 20px;
    font-weight: 800; }

.page-node-done {
  overflow: hidden;
  max-width: 100%; }
  .page-node-done header.l-header {
    height: 460px;
    background-image: url("/sites/default/files/styles/homepage_left/public/sample-image-artwork.jpg");
    background-size: cover;
    background-position: 50% 50%; }
  .page-node-done .l-content .webform-confirmation {
    padding: 50px 20px 0;
    font-size: 2em; }
  .page-node-done .l-content .links {
    padding: 0 20px 100px; }
  @media (min-width: 768px) {
    .page-node-done .l-content .webform-confirmation {
      padding: 50px 0 0; }
    .page-node-done .l-content .links {
      padding: 0 0 100px; }
    .page-node-done .l-content .webform-confirmation, .page-node-done .l-content .links {
      clear: both;
      width: 110%;
      float: left;
      margin-left: 20%;
      margin-right: -100%; } }

@media (min-width: 0) and (max-width: 450px) {
  body.node-type-resident-profile header .c-image img,
  body.node-type-restaurant header .c-image img,
  body.node-type-event-page header .c-image img,
  body.node-type-blog-page header .c-image img,
  body.node-type-press-release header .c-image img,
  body.node-type-blog-page header .c-image img,
  body.node-type-theme-landing-page header .c-image img,
  body.node-type-generic-page header .c-image img {
    min-width: 675px;
    margin-left: -25%; } }

@media (min-width: 450px) and (max-width: 1023px) {
  body.node-type-resident-profile header .c-image img,
  body.node-type-restaurant header .c-image img,
  body.node-type-event-page header .c-image img,
  body.node-type-blog-page header .c-image img,
  body.node-type-press-release header .c-image img,
  body.node-type-blog-page header .c-image img,
  body.node-type-theme-landing-page header .c-image img,
  body.node-type-generic-page header .c-image img {
    min-width: 900px; } }

@media (min-width: 0) and (max-width: 767px) {
  body.node-type-resident-profile,
  body.node-type-restaurant,
  body.node-type-event-page,
  body.node-type-blog-page,
  body.node-type-press-release,
  body.node-type-blog-page,
  body.node-type-theme-landing-page,
  body.node-type-generic-page {
    max-width: 100vw;
    overflow: hidden; }
    body.node-type-resident-profile h3.c-hero,
    body.node-type-restaurant h3.c-hero,
    body.node-type-event-page h3.c-hero,
    body.node-type-blog-page h3.c-hero,
    body.node-type-press-release h3.c-hero,
    body.node-type-blog-page h3.c-hero,
    body.node-type-theme-landing-page h3.c-hero,
    body.node-type-generic-page h3.c-hero {
      margin-top: 0.5em;
      min-width: 0; }
    body.node-type-resident-profile .l-teaser--subtitle_with_sponsor .field__item,
    body.node-type-restaurant .l-teaser--subtitle_with_sponsor .field__item,
    body.node-type-event-page .l-teaser--subtitle_with_sponsor .field__item,
    body.node-type-blog-page .l-teaser--subtitle_with_sponsor .field__item,
    body.node-type-press-release .l-teaser--subtitle_with_sponsor .field__item,
    body.node-type-blog-page .l-teaser--subtitle_with_sponsor .field__item,
    body.node-type-theme-landing-page .l-teaser--subtitle_with_sponsor .field__item,
    body.node-type-generic-page .l-teaser--subtitle_with_sponsor .field__item {
      padding: 0 0 0 0.5em; }
    body.node-type-resident-profile .l-border--right,
    body.node-type-restaurant .l-border--right,
    body.node-type-event-page .l-border--right,
    body.node-type-blog-page .l-border--right,
    body.node-type-press-release .l-border--right,
    body.node-type-blog-page .l-border--right,
    body.node-type-theme-landing-page .l-border--right,
    body.node-type-generic-page .l-border--right {
      margin-left: 10vw; }
    body.node-type-resident-profile header .c-featured-image,
    body.node-type-resident-profile header .c-image-overlay,
    body.node-type-resident-profile .l-node--bottom-info,
    body.node-type-restaurant header .c-featured-image,
    body.node-type-restaurant header .c-image-overlay,
    body.node-type-restaurant .l-node--bottom-info,
    body.node-type-event-page header .c-featured-image,
    body.node-type-event-page header .c-image-overlay,
    body.node-type-event-page .l-node--bottom-info,
    body.node-type-blog-page header .c-featured-image,
    body.node-type-blog-page header .c-image-overlay,
    body.node-type-blog-page .l-node--bottom-info,
    body.node-type-press-release header .c-featured-image,
    body.node-type-press-release header .c-image-overlay,
    body.node-type-press-release .l-node--bottom-info,
    body.node-type-blog-page header .c-featured-image,
    body.node-type-blog-page header .c-image-overlay,
    body.node-type-blog-page .l-node--bottom-info,
    body.node-type-theme-landing-page header .c-featured-image,
    body.node-type-theme-landing-page header .c-image-overlay,
    body.node-type-theme-landing-page .l-node--bottom-info,
    body.node-type-generic-page header .c-featured-image,
    body.node-type-generic-page header .c-image-overlay,
    body.node-type-generic-page .l-node--bottom-info {
      margin-left: 10vw; }
    body.node-type-resident-profile .c-image.c-header-image,
    body.node-type-restaurant .c-image.c-header-image,
    body.node-type-event-page .c-image.c-header-image,
    body.node-type-blog-page .c-image.c-header-image,
    body.node-type-press-release .c-image.c-header-image,
    body.node-type-blog-page .c-image.c-header-image,
    body.node-type-theme-landing-page .c-image.c-header-image,
    body.node-type-generic-page .c-image.c-header-image {
      display: block;
      position: absolute;
      top: 20vh;
      width: 10vw; }
      body.node-type-resident-profile .c-image.c-header-image .field--type-image,
      body.node-type-restaurant .c-image.c-header-image .field--type-image,
      body.node-type-event-page .c-image.c-header-image .field--type-image,
      body.node-type-blog-page .c-image.c-header-image .field--type-image,
      body.node-type-press-release .c-image.c-header-image .field--type-image,
      body.node-type-blog-page .c-image.c-header-image .field--type-image,
      body.node-type-theme-landing-page .c-image.c-header-image .field--type-image,
      body.node-type-generic-page .c-image.c-header-image .field--type-image {
        width: 200vw; }
    body.node-type-resident-profile .c-node--teaser-content .l-featured-image,
    body.node-type-restaurant .c-node--teaser-content .l-featured-image,
    body.node-type-event-page .c-node--teaser-content .l-featured-image,
    body.node-type-blog-page .c-node--teaser-content .l-featured-image,
    body.node-type-press-release .c-node--teaser-content .l-featured-image,
    body.node-type-blog-page .c-node--teaser-content .l-featured-image,
    body.node-type-theme-landing-page .c-node--teaser-content .l-featured-image,
    body.node-type-generic-page .c-node--teaser-content .l-featured-image {
      max-width: 80vw; }
    body.node-type-resident-profile .l-node--top-info,
    body.node-type-restaurant .l-node--top-info,
    body.node-type-event-page .l-node--top-info,
    body.node-type-blog-page .l-node--top-info,
    body.node-type-press-release .l-node--top-info,
    body.node-type-blog-page .l-node--top-info,
    body.node-type-theme-landing-page .l-node--top-info,
    body.node-type-generic-page .l-node--top-info {
      margin-left: 10vw;
      margin-bottom: 0.5em; }
      body.node-type-resident-profile .l-node--top-info .field--name-field-intro,
      body.node-type-restaurant .l-node--top-info .field--name-field-intro,
      body.node-type-event-page .l-node--top-info .field--name-field-intro,
      body.node-type-blog-page .l-node--top-info .field--name-field-intro,
      body.node-type-press-release .l-node--top-info .field--name-field-intro,
      body.node-type-blog-page .l-node--top-info .field--name-field-intro,
      body.node-type-theme-landing-page .l-node--top-info .field--name-field-intro,
      body.node-type-generic-page .l-node--top-info .field--name-field-intro {
        padding-top: 0;
        padding-left: 0.5em; }
    body.node-type-resident-profile .l-node--top-info,
    body.node-type-resident-profile .l-node--main-content,
    body.node-type-restaurant .l-node--top-info,
    body.node-type-restaurant .l-node--main-content,
    body.node-type-event-page .l-node--top-info,
    body.node-type-event-page .l-node--main-content,
    body.node-type-blog-page .l-node--top-info,
    body.node-type-blog-page .l-node--main-content,
    body.node-type-press-release .l-node--top-info,
    body.node-type-press-release .l-node--main-content,
    body.node-type-blog-page .l-node--top-info,
    body.node-type-blog-page .l-node--main-content,
    body.node-type-theme-landing-page .l-node--top-info,
    body.node-type-theme-landing-page .l-node--main-content,
    body.node-type-generic-page .l-node--top-info,
    body.node-type-generic-page .l-node--main-content {
      max-width: 90vw;
      padding-right: 1em; }
    body.node-type-resident-profile .l-node--main-content,
    body.node-type-restaurant .l-node--main-content,
    body.node-type-event-page .l-node--main-content,
    body.node-type-blog-page .l-node--main-content,
    body.node-type-press-release .l-node--main-content,
    body.node-type-blog-page .l-node--main-content,
    body.node-type-theme-landing-page .l-node--main-content,
    body.node-type-generic-page .l-node--main-content {
      margin-left: 10vw;
      padding: 0 1em;
      margin-top: 1em; }
    body.node-type-resident-profile #block-views-you-might-also-like-block,
    body.node-type-restaurant #block-views-you-might-also-like-block,
    body.node-type-event-page #block-views-you-might-also-like-block,
    body.node-type-blog-page #block-views-you-might-also-like-block,
    body.node-type-press-release #block-views-you-might-also-like-block,
    body.node-type-blog-page #block-views-you-might-also-like-block,
    body.node-type-theme-landing-page #block-views-you-might-also-like-block,
    body.node-type-generic-page #block-views-you-might-also-like-block {
      margin-left: 10vw;
      max-width: 90vw; } }

@media (min-width: 0) and (max-width: 384px) {
  body.node-type-theme-landing-page header .c-image img {
    min-width: 480px; } }

@media (min-width: 0) and (max-width: 767px) {
  .block--views-you-might-also-like-block {
    margin-left: 10vw;
    max-width: 90vw; } }

body.node-type-blog-page .c-image-overlay.no-image {
  margin-top: 175px; }
  body.node-type-blog-page .c-image-overlay.no-image .breadcrumb-container {
    margin-left: 0;
    padding: 0; }

body.node-type-generic-page .c-image-overlay.no-image {
  margin-top: 175px; }
  body.node-type-generic-page .c-image-overlay.no-image .breadcrumb-container {
    margin-left: 0;
    padding: 0; }

@media (min-width: 768px) {
  body.node-type-webform .c-image-overlay.no-image {
    margin-top: 175px; }
    body.node-type-webform .c-image-overlay.no-image .breadcrumb-container {
      margin-left: 0;
      padding: 0; } }

body.node-type-webform .c-image-overlay {
  padding: 1em; }

body.node-type-listing-page .l-node--top-info .field--name-field-intro {
  padding-top: 1em; }

body.node-type-listing-page .exposed-form__filters-container {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2em; }

body.node-type-listing-page .l-page--list-view .c-grid--one-third .c-teaser--title h3 {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  min-height: 56px;
  max-height: 4em; }

body.node-type-listing-page .c-teaser--body .field--name-field-one-line-description .field__item {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 4.5em;
  min-height: 1.5em; }

body.node-type-listing-page .l-page--list-view .c-grid--one-third {
  margin: 0 1.3% 1.25em 0;
  padding-right: 25px; }

@media (min-width: 0) and (max-width: 767px) {
  body.node-type-listing-page .c-image-overlay {
    margin-left: 10vw; }
  body.node-type-listing-page .l-border--right, body.node-type-listing-page .l-node--top-info, body.node-type-listing-page .l-node--main-content, body.node-type-listing-page .view-listing-pages {
    margin-left: 10vw; }
  body.node-type-listing-page .l-node--top-info, body.node-type-listing-page .l-node--main-content, body.node-type-listing-page .view-listing-pages {
    padding: 1.5em 1em;
    max-width: 90vw; }
  body.node-type-listing-page .paragraphs-item-body-area {
    margin-bottom: 0; }
  body.node-type-listing-page article {
    position: relative;
    z-index: 220; } }

@media (min-width: 550px) and (max-width: 768px) {
  body.node-type-listing-page .l-page--list-view .c-grid--one-third {
    width: 48.7%; } }

@media (min-width: 0) and (max-width: 549px) {
  body.node-type-listing-page .exposed-form__filters-container {
    margin-left: -1em; }
  body.node-type-listing-page .l-page--list-view .c-grid--one-third {
    width: 100%;
    min-height: initial;
    margin-bottom: 3em; }
    body.node-type-listing-page .l-page--list-view .c-grid--one-third .c-teaser--title h3 {
      min-height: initial;
      max-height: initial; } }

body.node-type-listing-page .c-page--listing .c-image-overlay {
  margin-top: 10px;
  padding-left: 20px;
  width: 80%; }
  @media (min-width: 768px) {
    body.node-type-listing-page .c-page--listing .c-image-overlay {
      margin-top: 10px;
      padding-left: 0; } }
  body.node-type-listing-page .c-page--listing .c-image-overlay .c-hero {
    min-width: initial; }
  body.node-type-listing-page .c-page--listing .c-image-overlay h1 {
    color: #333; }

@media (min-width: 0) and (max-width: 767px) {
  body.node-type-landing div.l-border--right {
    width: 1px; } }

body.node-type-landing .somerset-menu-wrapper {
  padding-left: 2.24%; }

@media (min-width: 768px) {
  body.node-type-landing .somerset-main-menu .menu {
    margin-left: 0; } }

body.node-type-landing .l-node--header.header-no-image .c-image-overlay .breadcrumb-container {
  margin-left: 0;
  padding: 0; }

body.node-type-landing .l-node--header.header-no-image .c-image-overlay .c-tag--event-label {
  color: #7e8593;
  padding: 0; }

body.node-type-landing .l-node--header.header-no-image .c-image-overlay h1 {
  line-height: inherit; }

body.node-type-landing .l-node--header.header-no-image .c-image-overlay h1 .wrap {
  font-size: inherit;
  line-height: inherit; }

body.node-type-landing .l-node--header.header-no-image .l-teaser--subtitle_with_sponsor .field__item {
  padding: 0; }

body.node-type-landing .l-node--header .c-image-overlay {
  margin-top: -88px;
  z-index: 100; }
  @media (min-width: 550px) {
    body.node-type-landing .l-node--header .c-image-overlay {
      margin-top: -77px; } }
  @media (min-width: 768px) {
    body.node-type-landing .l-node--header .c-image-overlay {
      margin-left: 0;
      margin-top: -73px; } }
  body.node-type-landing .l-node--header .c-image-overlay .l-tag {
    display: none; }
  body.node-type-landing .l-node--header .c-image-overlay .l-teaser--desc {
    margin: 15px 0;
    padding: 0 9px; }
    body.node-type-landing .l-node--header .c-image-overlay .l-teaser--desc .field__label,
    body.node-type-landing .l-node--header .c-image-overlay .l-teaser--desc .field-label {
      display: none; }
    body.node-type-landing .l-node--header .c-image-overlay .l-teaser--desc .field--name-field-cta a:after {
      background-image: url(/sites/all/themes/somerset/images/link-arrow__purple.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 13px 6px;
      content: '';
      display: inline-block;
      width: 23px;
      height: 8px;
      margin-left: 15px;
      transition: background 0.3s ease-in; }
    body.node-type-landing .l-node--header .c-image-overlay .l-teaser--desc .c-link--arrow {
      color: #333;
      position: relative; }
      body.node-type-landing .l-node--header .c-image-overlay .l-teaser--desc .c-link--arrow a {
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        text-indent: -20000px; }
  body.node-type-landing .l-node--header .c-image-overlay .c-tag--event-label {
    font-size: 0.77778rem;
    line-height: 2;
    color: #ffffff;
    padding: 0 9px; }
    @media (min-width: 768px) {
      body.node-type-landing .l-node--header .c-image-overlay .c-tag--event-label {
        font-size: 0.88889rem;
        line-height: 1.75; } }
  body.node-type-landing .l-node--header .c-image-overlay .l-teaser--title {
    margin-top: 28px; }
  body.node-type-landing .l-node--header .c-image-overlay .c-tag--event-label + .l-teaser--title {
    margin-top: 0; }

body.node-type-landing .l-node--header .l-teaser--subtitle_with_sponsor {
  display: inline-block;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%; }
  body.node-type-landing .l-node--header .l-teaser--subtitle_with_sponsor .field__item {
    padding: 0 9px; }

body.node-type-landing .image .c-hero h1 {
  line-height: 38px;
  overflow: hidden; }
  body.node-type-landing .image .c-hero h1 .wrap {
    display: inline;
    font-size: 1.83333rem;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      body.node-type-landing .image .c-hero h1 .wrap {
        font-size: 1.88889rem;
        line-height: 37px;
        padding-bottom: 4px; } }
    @media (min-width: 1024px) {
      body.node-type-landing .image .c-hero h1 .wrap {
        font-size: 2.38889rem;
        line-height: 46px; } }
    @media (min-width: 1280px) {
      body.node-type-landing .image .c-hero h1 .wrap {
        font-size: 3rem;
        line-height: 57px; } }

body.node-type-landing div.c-image-style--hp-left {
  height: 650px;
  background-size: cover;
  background-position: 50% 50%; }
  body.node-type-landing div.c-image-style--hp-left:before {
    background: linear-gradient(to bottom, transparent 0%, rgba(33, 33, 33, 0.45) 45%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent',endColorstr='#b8000000',GradientType=0);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    @media (min-width: 768px) {
      body.node-type-landing div.c-image-style--hp-left:before {
        background: linear-gradient(to bottom, transparent 0%, rgba(33, 33, 33, 0.45) 75%, rgba(0, 0, 0, 0.75) 100%); } }

.field--name-field-featured-items-area-title {
  margin-bottom: 1.55556rem;
  color: #6b7180; }
  .field--name-field-featured-items-area-title .field__item {
    font-size: 1.33333rem;
    line-height: 1.16667;
    font-family: 'GT-Walsheim-Bold', sans-serif;
    text-transform: uppercase;
    font-weight: normal; }
    @media (min-width: 768px) {
      .field--name-field-featured-items-area-title .field__item {
        font-size: 1.55556rem;
        line-height: 1; } }

body.node-type-theme-landing-page {
  max-width: 100%;
  overflow: hidden; }
  body.node-type-theme-landing-page .paragraphs-item-full-width-image {
    z-index: 200;
    position: relative; }
  body.node-type-theme-landing-page .pane-node-field-event-type,
  body.node-type-theme-landing-page .field--type-taxonomy-term-reference {
    font-size: 17px;
    line-height: 30px;
    font-family: 'GT-Walsheim-Regular', sans-serif; }
  body.node-type-theme-landing-page .sponsers-header-container {
    margin-top: 1em; }
    body.node-type-theme-landing-page .sponsers-header-container .field--name-field-pre-logo-text {
      display: block;
      float: left;
      padding-right: 10px; }
    body.node-type-theme-landing-page .sponsers-header-container a {
      display: block;
      float: left; }
    body.node-type-theme-landing-page .sponsers-header-container .field--name-field-logo-image {
      display: block;
      float: left; }
      body.node-type-theme-landing-page .sponsers-header-container .field--name-field-logo-image img {
        max-height: 60px;
        max-width: 220px; }
    body.node-type-theme-landing-page .sponsers-header-container.sponsor-logo-reposition img {
      margin-left: 15px;
      margin-top: 0; }
      @media (min-width: 1024px) {
        body.node-type-theme-landing-page .sponsers-header-container.sponsor-logo-reposition img {
          margin-left: 35px;
          margin-top: 17px; } }
  body.node-type-theme-landing-page .c-image-overlay {
    margin-top: -104px;
    position: relative; }
    body.node-type-theme-landing-page .c-image-overlay h1 {
      display: inline-block;
      clear: left; }
      body.node-type-theme-landing-page .c-image-overlay h1 .first-line {
        display: block;
        float: left; }
      body.node-type-theme-landing-page .c-image-overlay h1 .second-line {
        clear: both; }
    @media (min-width: 0) and (max-width: 767px) {
      body.node-type-theme-landing-page .c-image-overlay {
        margin-top: -75px; } }
  body.node-type-theme-landing-page .embedded-video {
    max-width: 100vw; }
  body.node-type-theme-landing-page .field--name-field-submenu-for-shs {
    display: block;
    width: 70%;
    float: left; }
    body.node-type-theme-landing-page .field--name-field-submenu-for-shs .field-item {
      display: inline-block;
      color: #7133fd;
      width: 30%; }
      body.node-type-theme-landing-page .field--name-field-submenu-for-shs .field-item a {
        color: #7133fd;
        text-decoration: none; }
      body.node-type-theme-landing-page .field--name-field-submenu-for-shs .field-item:after {
        content: '\f178';
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-left: 9px; }
  body.node-type-theme-landing-page .field--name-field-subtitle-with-sponsor {
    font-size: 1.55556rem;
    line-height: 1;
    font-family: 'GT-Walsheim-Bold', sans-serif;
    padding: 0 15px;
    text-transform: uppercase; }
  body.node-type-theme-landing-page .paragraphs-items-field-feature-area {
    padding-bottom: 2em;
    overflow: hidden; }
    body.node-type-theme-landing-page .paragraphs-items-field-feature-area .title-tag-container {
      padding-left: 15px; }
    body.node-type-theme-landing-page .paragraphs-items-field-feature-area .field__item p {
      display: inline; }
    body.node-type-theme-landing-page .paragraphs-items-field-feature-area .field__item__image {
      width: 100%;
      height: 295px; }
    body.node-type-theme-landing-page .paragraphs-items-field-feature-area .field__item {
      width: 50%;
      float: left;
      margin-bottom: 1em; }
      @media (min-width: 0) and (max-width: 767px) {
        body.node-type-theme-landing-page .paragraphs-items-field-feature-area .field__item {
          width: 90vw; } }
    body.node-type-theme-landing-page .paragraphs-items-field-feature-area .field__item.even {
      padding-right: 1em;
      clear: left; }
      @media (min-width: 0) and (max-width: 767px) {
        body.node-type-theme-landing-page .paragraphs-items-field-feature-area .field__item.even {
          padding-right: 0; } }
    body.node-type-theme-landing-page .paragraphs-items-field-feature-area .field__item.odd {
      padding-left: 1em; }
      @media (min-width: 0) and (max-width: 767px) {
        body.node-type-theme-landing-page .paragraphs-items-field-feature-area .field__item.odd {
          padding-left: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    body.node-type-theme-landing-page div.l-node--related-area {
      width: 90vw; } }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-theme-landing-page .l-node--related-area,
    body.node-type-theme-landing-page .paragraphs-item-featured-cta {
      max-width: 80vw;
      margin-left: 10vw; }
    body.node-type-theme-landing-page .paragraphs-item-featured-cta {
      padding-left: 1em; }
    body.node-type-theme-landing-page .embedded-video {
      max-width: 100vw;
      z-index: 99999;
      position: relative; }
    body.node-type-theme-landing-page .l-border--right,
    body.node-type-theme-landing-page .l-node--top-info,
    body.node-type-theme-landing-page header .c-featured-image,
    body.node-type-theme-landing-page header .c-image-overlay,
    body.node-type-theme-landing-page .pane-views-related-events-block,
    body.node-type-theme-landing-page .pane-views-related-shs-posts-block,
    body.node-type-theme-landing-page .l-node--related-area.c-featured-image {
      margin-left: 10vw; }
    body.node-type-theme-landing-page .l-page--related-view {
      padding-left: 1em;
      margin-left: 10vw; }
    body.node-type-theme-landing-page .l-node--related-area .c-grid--one-third {
      width: 80vw;
      padding-left: 1em;
      min-height: 0;
      margin-bottom: 2em; }
    body.node-type-theme-landing-page .c-node--teaser-content .l-featured-image {
      max-width: 80vw; }
    body.node-type-theme-landing-page .view-related-events .c-tag--related-event {
      display: none; }
    body.node-type-theme-landing-page view-related-shs-posts .c-tag--related-event {
      display: none; }
    body.node-type-theme-landing-page .pane-node-field-intro {
      padding-left: 0.5em; }
      body.node-type-theme-landing-page .pane-node-field-intro .field--name-field-intro {
        padding-top: 1em; }
    body.node-type-theme-landing-page .paragraphs-item-quote-area .field--name-field-quote-content {
      font-size: 1em; }
    body.node-type-theme-landing-page .paragraphs-item-body-area,
    body.node-type-theme-landing-page .paragraphs-item-featured-block-area,
    body.node-type-theme-landing-page .paragraphs-item-sponsor-logos-area,
    body.node-type-theme-landing-page .paragraphs-item-quote-area,
    body.node-type-theme-landing-page .paragraphs-item-main-header-area,
    body.node-type-theme-landing-page .paragraphs-item-portrait-image-area {
      margin-left: 10vw;
      max-width: 80vw;
      padding-left: 1em; } }
  @media (min-width: 0) and (max-width: 767px) and (min-width: 0) and (max-width: 450px) {
    body.node-type-theme-landing-page .paragraphs-item-body-area,
    body.node-type-theme-landing-page .paragraphs-item-featured-block-area,
    body.node-type-theme-landing-page .paragraphs-item-sponsor-logos-area,
    body.node-type-theme-landing-page .paragraphs-item-quote-area,
    body.node-type-theme-landing-page .paragraphs-item-main-header-area,
    body.node-type-theme-landing-page .paragraphs-item-portrait-image-area {
      margin-left: 0; } }
  @media (min-width: 0) and (max-width: 767px) and (min-width: 450px) and (max-width: 678px) {
    body.node-type-theme-landing-page .paragraphs-item-body-area,
    body.node-type-theme-landing-page .paragraphs-item-featured-block-area,
    body.node-type-theme-landing-page .paragraphs-item-sponsor-logos-area,
    body.node-type-theme-landing-page .paragraphs-item-quote-area,
    body.node-type-theme-landing-page .paragraphs-item-main-header-area,
    body.node-type-theme-landing-page .paragraphs-item-portrait-image-area {
      margin-left: 3vw; } }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-theme-landing-page .pane-views-related-events-block,
    body.node-type-theme-landing-page .pane-views-related-shs-posts-block {
      padding-left: 0em;
      width: 80vw;
      margin-left: 0; } }

@media (min-width: 0) and (max-width: 768px) {
  body.node-type-theme-landing-page.section-somerset-house-studios .paragraphs-item-featured-block-area,
  body.node-type-theme-landing-page.section-somerset-house-studios .paragraphs-item-body-area {
    margin-left: 0vw; } }

@media (min-width: 768px) and (max-width: 1023px) {
  body.node-type-theme-landing-page.section-somerset-house-studios.section-somerset-house-studios .l-node--related-area {
    width: 75vw; } }

body.node-type-webform {
  overflow: hidden;
  max-width: 100%; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-webform .l-border--right {
      margin-left: 10vw; }
    body.node-type-webform .l-main--webform {
      margin-left: 10vw;
      padding: 0 1em; }
    body.node-type-webform .l-node--content header {
      margin-left: 10vw;
      padding-top: 120px; }
    body.node-type-webform input {
      max-width: 100%; } }

body.node-type-what-s-on .l-page .l-main div.views-field.views-field-view-node,
body.node-type-theme-landing-page div.views-field.views-field-view-node {
  border-color: #6b7180;
  font-size: 16px;
  line-height: 25px; }
  body.node-type-what-s-on .l-page .l-main div.views-field.views-field-view-node a,
  body.node-type-theme-landing-page div.views-field.views-field-view-node a {
    color: #6b7180; }
  body.node-type-what-s-on .l-page .l-main div.views-field.views-field-view-node:after,
  body.node-type-theme-landing-page div.views-field.views-field-view-node:after {
    color: #6b7180; }

body.node-type-what-s-on .l-page .l-main .l-view--related-events .views-row,
body.node-type-what-s-on .l-page .l-main .l-page--related-view .views-row,
body.node-type-theme-landing-page .l-view--related-events .views-row,
body.node-type-theme-landing-page .l-page--related-view .views-row {
  background-color: transparent; }
  @media (min-width: 768px) and (max-width: 1240px) {
    body.node-type-what-s-on .l-page .l-main .l-view--related-events .views-row,
    body.node-type-what-s-on .l-page .l-main .l-page--related-view .views-row,
    body.node-type-theme-landing-page .l-view--related-events .views-row,
    body.node-type-theme-landing-page .l-page--related-view .views-row {
      height: 210px; }
      body.node-type-what-s-on .l-page .l-main .l-view--related-events .views-row .views-field-field-one-line-description .field-content,
      body.node-type-what-s-on .l-page .l-main .l-page--related-view .views-row .views-field-field-one-line-description .field-content,
      body.node-type-theme-landing-page .l-view--related-events .views-row .views-field-field-one-line-description .field-content,
      body.node-type-theme-landing-page .l-page--related-view .views-row .views-field-field-one-line-description .field-content {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden; } }

body.node-type-what-s-on .l-page .l-main .view-promoted-event-block .views-row,
body.node-type-theme-landing-page .view-promoted-event-block .views-row {
  position: relative;
  border-bottom: solid 0 transparent;
  margin-bottom: 15px;
  min-height: auto; }
  @media (min-width: 768px) {
    body.node-type-what-s-on .l-page .l-main .view-promoted-event-block .views-row,
    body.node-type-theme-landing-page .view-promoted-event-block .views-row {
      min-height: 273px; } }
  @media (min-width: 1024px) {
    body.node-type-what-s-on .l-page .l-main .view-promoted-event-block .views-row,
    body.node-type-theme-landing-page .view-promoted-event-block .views-row {
      min-height: 183px; } }
  body.node-type-what-s-on .l-page .l-main .view-promoted-event-block .views-row .views-field-field-event-date-for-display,
  body.node-type-what-s-on .l-page .l-main .view-promoted-event-block .views-row .views-field-title .field-content a,
  body.node-type-what-s-on .l-page .l-main .view-promoted-event-block .views-row .views-field-field-one-line-description,
  body.node-type-theme-landing-page .view-promoted-event-block .views-row .views-field-field-event-date-for-display,
  body.node-type-theme-landing-page .view-promoted-event-block .views-row .views-field-title .field-content a,
  body.node-type-theme-landing-page .view-promoted-event-block .views-row .views-field-field-one-line-description {
    color: #6c42f5; }
  body.node-type-what-s-on .l-page .l-main .view-promoted-event-block .views-row .c-promoted_box,
  body.node-type-theme-landing-page .view-promoted-event-block .views-row .c-promoted_box {
    position: absolute;
    content: '';
    width: 76%;
    border: solid 1px #7133fd;
    min-height: auto;
    top: -15px;
    right: 0;
    z-index: -90; }
    @media (min-width: 768px) {
      body.node-type-what-s-on .l-page .l-main .view-promoted-event-block .views-row .c-promoted_box,
      body.node-type-theme-landing-page .view-promoted-event-block .views-row .c-promoted_box {
        min-height: 273px; } }
    @media (min-width: 1024px) {
      body.node-type-what-s-on .l-page .l-main .view-promoted-event-block .views-row .c-promoted_box,
      body.node-type-theme-landing-page .view-promoted-event-block .views-row .c-promoted_box {
        min-height: 183px; } }
  body.node-type-what-s-on .l-page .l-main .view-promoted-event-block .views-row div.views-field.views-field-field-free-flag,
  body.node-type-theme-landing-page .view-promoted-event-block .views-row div.views-field.views-field-field-free-flag {
    right: 10px; }
    @media (min-width: 0) and (max-width: 767px) {
      body.node-type-what-s-on .l-page .l-main .view-promoted-event-block .views-row div.views-field.views-field-field-free-flag,
      body.node-type-theme-landing-page .view-promoted-event-block .views-row div.views-field.views-field-field-free-flag {
        padding: 0 10px;
        right: 0; } }

body.node-type-what-s-on .l-page .l-main .views-row,
body.node-type-theme-landing-page .views-row {
  margin-bottom: 35px;
  /* automatically used by c-tag--author in rewrite of view row for styling */ }
  body.node-type-what-s-on .l-page .l-main .views-row .views-field-field-event-date-for-display,
  body.node-type-theme-landing-page .views-row .views-field-field-event-date-for-display {
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 10px 5px;
    font-family: 'GT-Walsheim-Bold', sans-serif;
    color: #7e8593; }
  body.node-type-what-s-on .l-page .l-main .views-row .views-field-title h4,
  body.node-type-theme-landing-page .views-row .views-field-title h4 {
    font-size: 28px;
    font-weight: normal; }
  body.node-type-what-s-on .l-page .l-main .views-row div.views-field.views-field-field-free-flag,
  body.node-type-theme-landing-page .views-row div.views-field.views-field-field-free-flag {
    position: absolute;
    right: 0;
    top: -5px;
    font-weight: 800;
    color: #7133fd; }
  body.node-type-what-s-on .l-page .l-main .views-row div.views-field.views-field-field-author,
  body.node-type-theme-landing-page .views-row div.views-field.views-field-field-author {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800;
    color: #7133fd; }
  body.node-type-what-s-on .l-page .l-main .views-row a,
  body.node-type-theme-landing-page .views-row a {
    text-decoration: none; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-what-s-on .l-page .l-main .views-row,
    body.node-type-theme-landing-page .views-row {
      position: relative;
      height: auto;
      overflow: hidden;
      border-bottom: 0;
      /* automatically used by c-tag--author in rewrite of view row for styling */ }
      body.node-type-what-s-on .l-page .l-main .views-row .views-field-title h4,
      body.node-type-theme-landing-page .views-row .views-field-title h4 {
        line-height: 1.3; }
      body.node-type-what-s-on .l-page .l-main .views-row .views-field-field-event-date-for-display,
      body.node-type-theme-landing-page .views-row .views-field-field-event-date-for-display {
        padding: 10px; }
      body.node-type-what-s-on .l-page .l-main .views-row .views-field-field-header-image,
      body.node-type-theme-landing-page .views-row .views-field-field-header-image {
        clear: both;
        padding-right: 0;
        width: 100%;
        float: none;
        margin-bottom: 1em; }
        body.node-type-what-s-on .l-page .l-main .views-row .views-field-field-header-image .field-content,
        body.node-type-theme-landing-page .views-row .views-field-field-header-image .field-content {
          line-height: 0; }
        body.node-type-what-s-on .l-page .l-main .views-row .views-field-field-header-image img,
        body.node-type-theme-landing-page .views-row .views-field-field-header-image img {
          width: 100%; }
      body.node-type-what-s-on .l-page .l-main .views-row .views-field-field-event-type,
      body.node-type-theme-landing-page .views-row .views-field-field-event-type {
        position: relative;
        top: auto;
        margin-top: 0; }
        body.node-type-what-s-on .l-page .l-main .views-row .views-field-field-event-type .c-tag,
        body.node-type-theme-landing-page .views-row .views-field-field-event-type .c-tag {
          display: block;
          margin-top: -35px;
          float: left; }
      body.node-type-what-s-on .l-page .l-main .views-row .views-field-field-event-venue,
      body.node-type-theme-landing-page .views-row .views-field-field-event-venue {
        position: relative;
        top: auto;
        margin-top: 0; }
        body.node-type-what-s-on .l-page .l-main .views-row .views-field-field-event-venue .c-tag,
        body.node-type-theme-landing-page .views-row .views-field-field-event-venue .c-tag {
          margin-top: 0px; }
      body.node-type-what-s-on .l-page .l-main .views-row .views-field-title,
      body.node-type-theme-landing-page .views-row .views-field-title {
        padding: 0 10px 10px; }
        body.node-type-what-s-on .l-page .l-main .views-row .views-field-title h4,
        body.node-type-theme-landing-page .views-row .views-field-title h4 {
          font-size: 25px;
          font-weight: normal; }
      body.node-type-what-s-on .l-page .l-main .views-row .views-field-field-one-line-description,
      body.node-type-theme-landing-page .views-row .views-field-field-one-line-description {
        padding: 0 10px 10px; }
      body.node-type-what-s-on .l-page .l-main .views-row div.views-field.views-field-view-node a,
      body.node-type-theme-landing-page .views-row div.views-field.views-field-view-node a {
        color: #7e8593; }
      body.node-type-what-s-on .l-page .l-main .views-row div.views-field.views-field-field-free-flag,
      body.node-type-theme-landing-page .views-row div.views-field.views-field-field-free-flag {
        position: relative;
        padding: 0 10px; }
      body.node-type-what-s-on .l-page .l-main .views-row div.views-field.views-field-field-author,
      body.node-type-theme-landing-page .views-row div.views-field.views-field-field-author {
        position: relative;
        padding: 0 10px; } }

body.node-type-theme-landing-page .c-btn--tertiary,
body.node-type-what-s-on div.views-field.views-field-view-node {
  position: absolute;
  bottom: 14px;
  left: 290px;
  border-bottom: 1px solid;
  line-height: 1.3;
  font-size: 18px;
  padding-top: 2px; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-theme-landing-page .c-btn--tertiary,
    body.node-type-what-s-on div.views-field.views-field-view-node {
      position: relative;
      bottom: auto;
      left: auto;
      margin: 10px 0 30px 10px;
      width: auto;
      float: left;
      clear: both;
      overflow: hidden; } }
  body.node-type-theme-landing-page .c-btn--tertiary span,
  body.node-type-what-s-on div.views-field.views-field-view-node span {
    display: inline-block; }
  body.node-type-theme-landing-page .c-btn--tertiary:after,
  body.node-type-what-s-on div.views-field.views-field-view-node:after {
    content: '\f178';
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px; }

body.node-type-what-s-on .view-promoted-event-block div.views-field.views-field-view-node {
  bottom: 30px; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-what-s-on .view-promoted-event-block div.views-field.views-field-view-node {
      bottom: auto; } }

body.node-type-what-s-on .l-page .l-main div.l-content {
  margin-bottom: 40px;
  overflow: hidden; }

@media (min-width: 0) and (max-width: 767px) {
  body.node-type-what-s-on .l-page .l-main div.l-page--list-view-whats-on,
  body.node-type-what-s-on .l-page .l-main div.c-image-overlay,
  body.node-type-what-s-on .l-page .l-main div.l-node--main-content,
  body.node-type-what-s-on .l-page .l-main div.l-node--related-area,
  body.node-type-what-s-on .l-page .l-main div.l-page--newsletter {
    width: 77.82517%;
    float: left;
    margin-left: 48px;
    margin-right: -100%;
    clear: both; } }

body.node-type-what-s-on .l-page .l-main div.l-page--newsletter {
  clear: both; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-what-s-on .l-page .l-main div.l-page--newsletter {
      padding: 0 10px; } }

body.node-type-what-s-on .l-page .l-main div.l-border--right {
  height: 90%; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-what-s-on .l-page .l-main div.l-border--right {
      width: 48px;
      float: left;
      margin-right: 0.69444%;
      height: 100%; } }

@media (min-width: 0) and (max-width: 767px) {
  body.node-type-what-s-on .l-page .l-main div.l-node--main-content .field__items {
    font-size: 2.5rem;
    line-height: 1.08; } }

body.node-type-what-s-on .l-page .l-main div.c-image-style--hp-left {
  height: 650px;
  background-size: cover;
  background-position: 50% 50%; }

body.node-type-what-s-on .l-page .l-main div.whatsson-featured-event {
  position: absolute;
  top: 40px;
  right: 50px;
  width: 350px; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-what-s-on .l-page .l-main div.whatsson-featured-event {
      display: none; } }
  body.node-type-what-s-on .l-page .l-main div.whatsson-featured-event .whatsson-featured-event__tag__container {
    overflow: hidden; }
  body.node-type-what-s-on .l-page .l-main div.whatsson-featured-event .whatsson-featured-event__tag {
    float: left;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 17px;
    line-height: 30px; }
  body.node-type-what-s-on .l-page .l-main div.whatsson-featured-event .whatsson-featured-event__tag__first {
    background: #c5b4ec;
    color: #000; }
  body.node-type-what-s-on .l-page .l-main div.whatsson-featured-event .whatsson-featured-event__tag__second {
    background: #000;
    color: #c5b4ec; }
  body.node-type-what-s-on .l-page .l-main div.whatsson-featured-event .whatsson-featured-event__inner {
    background: #fff;
    padding: 15px; }
  body.node-type-what-s-on .l-page .l-main div.whatsson-featured-event .whatson-featured-event__dates {
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 0 5px;
    font-family: 'GT-Walsheim-Bold', sans-serif;
    color: #7e8593; }
  body.node-type-what-s-on .l-page .l-main div.whatsson-featured-event .whatson-featured-event__title {
    font-size: 28px;
    line-height: 1.2; }
  body.node-type-what-s-on .l-page .l-main div.whatsson-featured-event div.views-field.views-field-view-node {
    position: relative;
    left: 0;
    top: 0;
    clear: both;
    display: inline-block;
    font-size: 16px;
    color: #7e8593;
    border-bottom-color: #7e8593; }
    body.node-type-what-s-on .l-page .l-main div.whatsson-featured-event div.views-field.views-field-view-node a {
      text-decoration: none; }
    body.node-type-what-s-on .l-page .l-main div.whatsson-featured-event div.views-field.views-field-view-node .c-btn--tertiary:after {
      color: #7e8593; }

@media (min-width: 768px) {
  body.node-type-what-s-on .l-page .l-main .l-view--related-events .views-row-last {
    margin-bottom: 50px; } }

@media (min-width: 0) and (max-width: 1023px) {
  body.node-type-what-s-on .l-page .l-main .l-node--related-area .l-node--teaser-content {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 30px;
    min-height: 0; }
    body.node-type-what-s-on .l-page .l-main .l-node--related-area .l-node--teaser-content h3 {
      line-height: 1.3; }
    body.node-type-what-s-on .l-page .l-main .l-node--related-area .l-node--teaser-content .c-btn--secondary a {
      padding: 5px 14px; } }

body.node-type-what-s-on .l-page .l-main div.c-page--whatson {
  overflow: hidden; }

body.node-type-what-s-on .l-page .l-main #views-exposed-form-what-s-on-block {
  margin-bottom: 1em; }

body.node-type-what-s-on .l-page .l-main .whats-on-form__exposers {
  margin-bottom: 1em;
  clear: both; }
  body.node-type-what-s-on .l-page .l-main .whats-on-form__exposers .whats-on-form__exposers__item {
    font-size: 1.4em;
    border-bottom: 2px solid #7e8593;
    line-height: 1.3;
    cursor: pointer;
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      body.node-type-what-s-on .l-page .l-main .whats-on-form__exposers .whats-on-form__exposers__item {
        width: 50%; } }
    @media (min-width: 1024px) {
      body.node-type-what-s-on .l-page .l-main .whats-on-form__exposers .whats-on-form__exposers__item {
        width: 40%; } }
  body.node-type-what-s-on .l-page .l-main .whats-on-form__exposers .fa {
    float: right; }

body.node-type-what-s-on .l-page .l-main .ui-datepicker {
  width: 100%; }

body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container .ui-widget {
  font-family: 'NewParisSkyline', sans-serif;
  text-transform: uppercase; }

body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container .ui-widget-content {
  border: 0; }

body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container .ui-icon {
  font-size: 0 !important;
  text-indent: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: calc(50% + 3px);
  top: calc(50% - 2px); }
  body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container .ui-icon.ui-icon-circle-triangle-e:before, body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container .ui-icon.ui-icon-circle-triangle-w:before {
    color: #7133fd;
    font-size: 20px; }
  body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container .ui-icon.ui-icon-circle-triangle-e:before {
    content: '\f105';
    padding-left: 2px; }
  body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container .ui-icon.ui-icon-circle-triangle-w:before {
    content: '\f104'; }

body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container th {
  color: #6b7180; }

body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container th,
body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container .ui-state-default {
  background: transparent;
  text-align: center;
  border: 0;
  width: auto;
  font-size: 17px; }

body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container td.ui-datepicker-current-day {
  background: #6b7180; }
  body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container td.ui-datepicker-current-day a {
    color: white; }
  body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container td.ui-datepicker-current-day a:hover {
    text-decoration: none; }

body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container .ui-widget-header,
body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container .ui-state-hover {
  background: transparent;
  border: 0; }

body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container .ui-datepicker-prev span,
body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container .ui-datepicker-next span {
  background-image: none; }

body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container div.ui-datepicker-title {
  color: #7133fd;
  font-size: 15px; }

body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container a.ui-corner-all {
  border: 1px solid #7133fd;
  border-radius: 0;
  width: 1.6em;
  height: 1.6em; }

body.node-type-what-s-on .l-page .l-main .form-item__search-container input[type='text'],
body.node-type-what-s-on .l-page .l-main #simplenews-block-form-55 input[type='text'] {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  width: calc(100% - 21px); }
  @media (min-width: 768px) {
    body.node-type-what-s-on .l-page .l-main .form-item__search-container input[type='text'],
    body.node-type-what-s-on .l-page .l-main #simplenews-block-form-55 input[type='text'] {
      min-width: 300px;
      width: auto; } }

body.node-type-what-s-on .l-page .l-main .form-item-field-event-type-field-tags {
  border-bottom: 1px solid #9098ab;
  overflow: hidden;
  padding: 1.5em 0; }
  body.node-type-what-s-on .l-page .l-main .form-item-field-event-type-field-tags:first-of-type {
    padding-top: 0; }
  body.node-type-what-s-on .l-page .l-main .form-item-field-event-type-field-tags.form-item-field-event-type-field-tags-last {
    border-bottom: 0px; }

body.node-type-what-s-on .l-page .l-main .whats-on__results-title {
  font-size: 30px;
  line-height: 1;
  color: #7e8593;
  clear: both; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-what-s-on .l-page .l-main .whats-on__results-title {
      padding-left: 10px; } }

body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container,
body.node-type-what-s-on .l-page .l-main .whats-on-form__exposers__item__visible {
  display: none; }

body.node-type-what-s-on .l-page .l-main #whats-on-form__filters__filter-container h4 {
  color: #9098ab;
  font-size: 0.8em;
  text-transform: uppercase; }

@media (min-width: 768px) {
  body.node-type-what-s-on .l-page .l-main .whats-on-form__filters_col {
    float: left; } }

@media (min-width: 768px) {
  body.node-type-what-s-on .l-page .l-main .whats-on-form__filters__when {
    width: 40%;
    margin-bottom: 1.5em; } }

@media (min-width: 768px) {
  body.node-type-what-s-on .l-page .l-main .whats-on-form__filters__what {
    width: 60%;
    float: right; } }

body.node-type-what-s-on .l-page .l-main .form-item-field-date-tags {
  margin-bottom: 3em; }
  body.node-type-what-s-on .l-page .l-main .form-item-field-date-tags .form-item-field-tag {
    display: table;
    float: none; }

body.node-type-what-s-on .l-page .l-main .form-item-field-active-tags {
  overflow: auto; }

body.node-type-what-s-on .l-page .l-main .form-item-field-tag {
  background-color: transparent;
  border: 1px solid #6b7180;
  color: #6b7180;
  padding: 4px 11px 0 11px; }
  body.node-type-what-s-on .l-page .l-main .form-item-field-tag.form-item-field-tag-selected {
    background: #6b7180;
    color: white;
    padding-right: 0px; }
    body.node-type-what-s-on .l-page .l-main .form-item-field-tag.form-item-field-tag-selected .fa {
      display: inline-block; }
  body.node-type-what-s-on .l-page .l-main .form-item-field-tag .fa {
    display: none;
    font-size: 1em;
    margin-left: 5px;
    padding-right: 8px; }

body.node-type-blog-listing-page .l-page .l-main .l-node--header .c-image pre {
  display: none; }

body.node-type-blog-listing-page .l-page .l-main div.views-field.views-field-view-node, body.node-type-theme-landing-page div.views-field.views-field-view-node {
  border-color: #6b7180;
  font-size: 16px;
  line-height: 25px; }
  body.node-type-blog-listing-page .l-page .l-main div.views-field.views-field-view-node a, body.node-type-theme-landing-page div.views-field.views-field-view-node a {
    color: #6b7180; }
  body.node-type-blog-listing-page .l-page .l-main div.views-field.views-field-view-node:after, body.node-type-theme-landing-page div.views-field.views-field-view-node:after {
    color: #6b7180; }

body.node-type-blog-listing-page .l-page .l-main .l-view--related-events .views-row, body.node-type-blog-listing-page .l-page .l-main .l-page--related-view .views-row, body.node-type-theme-landing-page .l-view--related-events .views-row, body.node-type-theme-landing-page .l-page--related-view .views-row {
  background-color: transparent; }
  @media (min-width: 768px) and (max-width: 1240px) {
    body.node-type-blog-listing-page .l-page .l-main .l-view--related-events .views-row, body.node-type-blog-listing-page .l-page .l-main .l-page--related-view .views-row, body.node-type-theme-landing-page .l-view--related-events .views-row, body.node-type-theme-landing-page .l-page--related-view .views-row {
      height: 210px; }
      body.node-type-blog-listing-page .l-page .l-main .l-view--related-events .views-row .views-field-field-one-line-description .field-content, body.node-type-blog-listing-page .l-page .l-main .l-page--related-view .views-row .views-field-field-one-line-description .field-content, body.node-type-theme-landing-page .l-view--related-events .views-row .views-field-field-one-line-description .field-content, body.node-type-theme-landing-page .l-page--related-view .views-row .views-field-field-one-line-description .field-content {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden; } }

body.node-type-blog-listing-page .l-page .l-main .views-row, body.node-type-theme-landing-page .views-row {
  margin-bottom: 35px;
  /* automatically used by c-tag--author in rewrite of view row for styling */ }
  body.node-type-blog-listing-page .l-page .l-main .views-row .views-field-created, body.node-type-theme-landing-page .views-row .views-field-created {
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 10px 5px;
    font-family: 'GT-Walsheim-Bold', sans-serif;
    color: #7e8593; }
    @media (min-width: 0) and (max-width: 767px) {
      body.node-type-blog-listing-page .l-page .l-main .views-row .views-field-created, body.node-type-theme-landing-page .views-row .views-field-created {
        margin: 30px 0 10px 0; } }
  body.node-type-blog-listing-page .l-page .l-main .views-row .views-field-title h4, body.node-type-theme-landing-page .views-row .views-field-title h4 {
    font-size: 28px;
    font-weight: normal; }
  body.node-type-blog-listing-page .l-page .l-main .views-row div.views-field.views-field-field-author, body.node-type-theme-landing-page .views-row div.views-field.views-field-field-author {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800;
    color: #7133fd; }
  body.node-type-blog-listing-page .l-page .l-main .views-row a, body.node-type-theme-landing-page .views-row a {
    text-decoration: none; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-blog-listing-page .l-page .l-main .views-row, body.node-type-theme-landing-page .views-row {
      position: relative;
      height: auto;
      overflow: hidden;
      border-bottom: 0;
      /* automatically used by c-tag--author in rewrite of view row for styling */ }
      body.node-type-blog-listing-page .l-page .l-main .views-row .views-field-title h4, body.node-type-theme-landing-page .views-row .views-field-title h4 {
        line-height: 1.3; }
      body.node-type-blog-listing-page .l-page .l-main .views-row .views-field-field-event-date-for-display, body.node-type-theme-landing-page .views-row .views-field-field-event-date-for-display {
        padding: 10px; }
      body.node-type-blog-listing-page .l-page .l-main .views-row .views-field-field-header-image, body.node-type-theme-landing-page .views-row .views-field-field-header-image {
        clear: both;
        padding-right: 0;
        width: 100%;
        float: none;
        margin-bottom: 1em; }
        body.node-type-blog-listing-page .l-page .l-main .views-row .views-field-field-header-image .field-content, body.node-type-theme-landing-page .views-row .views-field-field-header-image .field-content {
          line-height: 0; }
        body.node-type-blog-listing-page .l-page .l-main .views-row .views-field-field-header-image img, body.node-type-theme-landing-page .views-row .views-field-field-header-image img {
          width: 100%; }
      body.node-type-blog-listing-page .l-page .l-main .views-row .views-field-field-event-type, body.node-type-theme-landing-page .views-row .views-field-field-event-type {
        position: relative;
        top: auto;
        margin-top: 0; }
        body.node-type-blog-listing-page .l-page .l-main .views-row .views-field-field-event-type .c-tag, body.node-type-theme-landing-page .views-row .views-field-field-event-type .c-tag {
          display: block;
          margin-top: -35px;
          float: left; }
      body.node-type-blog-listing-page .l-page .l-main .views-row .views-field-title, body.node-type-theme-landing-page .views-row .views-field-title {
        padding: 0 10px 10px; }
        body.node-type-blog-listing-page .l-page .l-main .views-row .views-field-title h4, body.node-type-theme-landing-page .views-row .views-field-title h4 {
          font-size: 25px;
          font-weight: normal; }
      body.node-type-blog-listing-page .l-page .l-main .views-row .views-field-field-one-line-description, body.node-type-theme-landing-page .views-row .views-field-field-one-line-description {
        padding: 0 10px 10px; }
      body.node-type-blog-listing-page .l-page .l-main .views-row div.views-field.views-field-view-node a, body.node-type-theme-landing-page .views-row div.views-field.views-field-view-node a {
        color: #7e8593; }
      body.node-type-blog-listing-page .l-page .l-main .views-row div.views-field.views-field-field-free-flag, body.node-type-theme-landing-page .views-row div.views-field.views-field-field-free-flag {
        position: relative;
        padding: 0 10px; }
      body.node-type-blog-listing-page .l-page .l-main .views-row div.views-field.views-field-field-author, body.node-type-theme-landing-page .views-row div.views-field.views-field-field-author {
        position: relative;
        padding: 0 10px; } }

body.node-type-theme-landing-page .c-btn--tertiary, body.node-type-blog-listing-page div.views-field.views-field-view-node {
  position: absolute;
  bottom: 14px;
  left: 290px;
  border-bottom: 1px solid;
  line-height: 1.3;
  font-size: 18px; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-theme-landing-page .c-btn--tertiary, body.node-type-blog-listing-page div.views-field.views-field-view-node {
      position: relative;
      bottom: auto;
      left: auto;
      margin: 10px 0 30px 10px;
      width: auto;
      float: left;
      clear: both;
      overflow: hidden; } }
  body.node-type-theme-landing-page .c-btn--tertiary span, body.node-type-blog-listing-page div.views-field.views-field-view-node span {
    display: inline-block; }
  body.node-type-theme-landing-page .c-btn--tertiary:after, body.node-type-blog-listing-page div.views-field.views-field-view-node:after {
    content: "\f178";
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px; }

body.node-type-blog-listing-page .l-page .l-main div.l-content {
  margin-bottom: 40px;
  overflow: hidden; }

@media (min-width: 0) and (max-width: 767px) {
  body.node-type-blog-listing-page .l-page .l-main div.l-page--list-view-blog-listing-page, body.node-type-blog-listing-page .l-page .l-main div.c-image-overlay, body.node-type-blog-listing-page .l-page .l-main div.l-node--main-content, body.node-type-blog-listing-page .l-page .l-main div.l-node--related-area, body.node-type-blog-listing-page .l-page .l-main div.l-page--newsletter {
    width: 77.82517%;
    float: left;
    margin-left: 48px;
    margin-right: -100%;
    clear: both; } }

body.node-type-blog-listing-page .l-page .l-main div.l-page--newsletter {
  clear: both; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-blog-listing-page .l-page .l-main div.l-page--newsletter {
      padding: 0 10px; } }

body.node-type-blog-listing-page .l-page .l-main div.l-border--right {
  height: 90%; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-blog-listing-page .l-page .l-main div.l-border--right {
      width: 48px;
      float: left;
      margin-right: 0.69444%;
      height: 100%; } }

@media (min-width: 0) and (max-width: 767px) {
  body.node-type-blog-listing-page .l-page .l-main div.l-node--main-content .field__items {
    font-size: 2.5rem;
    line-height: 1.08; } }

body.node-type-blog-listing-page .l-page .l-main div.c-image-style--hp-left {
  height: 650px;
  background-size: cover;
  background-position: 50% 50%; }

body.node-type-blog-listing-page .l-page .l-main div.bloglisting-featured-event {
  position: absolute;
  top: 40px;
  right: 50px;
  width: 350px; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-blog-listing-page .l-page .l-main div.bloglisting-featured-event {
      display: none; } }
  body.node-type-blog-listing-page .l-page .l-main div.bloglisting-featured-event .bloglisting-featured-event__tag__container {
    overflow: hidden; }
  body.node-type-blog-listing-page .l-page .l-main div.bloglisting-featured-event .bloglisting-featured-event__tag {
    float: left;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 17px;
    line-height: 30px; }
  body.node-type-blog-listing-page .l-page .l-main div.bloglisting-featured-event .bloglisting-featured-event__tag__first {
    background: #c5b4ec;
    color: #000; }
  body.node-type-blog-listing-page .l-page .l-main div.bloglisting-featured-event .bloglisting-featured-event__tag__second {
    background: #000;
    color: #c5b4ec; }
  body.node-type-blog-listing-page .l-page .l-main div.bloglisting-featured-event .bloglisting-featured-event__inner {
    background: #fff;
    padding: 15px; }
  body.node-type-blog-listing-page .l-page .l-main div.bloglisting-featured-event .bloglisting-featured-event__dates {
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 0 5px;
    font-family: 'GT-Walsheim-Bold', sans-serif;
    color: #7e8593; }
  body.node-type-blog-listing-page .l-page .l-main div.bloglisting-featured-event .bloglisting-featured-event__title {
    font-size: 28px;
    line-height: 1.2; }
  body.node-type-blog-listing-page .l-page .l-main div.bloglisting-featured-event div.views-field.views-field-view-node {
    position: relative;
    left: 0;
    top: 0;
    clear: both;
    display: inline-block;
    font-size: 16px;
    color: #7e8593;
    border-bottom-color: #7e8593; }
    body.node-type-blog-listing-page .l-page .l-main div.bloglisting-featured-event div.views-field.views-field-view-node a {
      text-decoration: none; }
    body.node-type-blog-listing-page .l-page .l-main div.bloglisting-featured-event div.views-field.views-field-view-node .c-btn--tertiary:after {
      color: #7e8593; }

@media (min-width: 768px) {
  body.node-type-blog-listing-page .l-page .l-main .l-view--related-events .views-row-last {
    margin-bottom: 50px; } }

@media (min-width: 768px) {
  body.node-type-blog-listing-page .l-page .l-main .view-related-shs-posts .views-row-last {
    margin-bottom: 50px; } }

@media (min-width: 0) and (max-width: 1023px) {
  body.node-type-blog-listing-page .l-page .l-main .l-node--related-area .l-node--teaser-content {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 30px;
    min-height: 0; }
    body.node-type-blog-listing-page .l-page .l-main .l-node--related-area .l-node--teaser-content h3 {
      line-height: 1.3; }
    body.node-type-blog-listing-page .l-page .l-main .l-node--related-area .l-node--teaser-content .c-btn--secondary a {
      padding: 5px 14px; } }

body.node-type-blog-listing-page .l-page .l-main div.c-page--bloglisting {
  overflow: hidden; }

body.node-type-blog-listing-page .l-page .l-main .form-item-field-date-tags, body.node-type-blog-listing-page .l-page .l-main .blog-listing-page-form__exposers, body.node-type-blog-listing-page .l-page .l-main .form-item-field-active-tags {
  margin-left: -8.5%;
  margin-bottom: 10px;
  overflow: hidden; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-blog-listing-page .l-page .l-main .form-item-field-date-tags, body.node-type-blog-listing-page .l-page .l-main .blog-listing-page-form__exposers, body.node-type-blog-listing-page .l-page .l-main .form-item-field-active-tags {
      width: 100%;
      margin-left: 0%; } }

body.node-type-blog-listing-page .l-page .l-main .blog-listing-page-form__exposers {
  padding-left: 20px;
  margin-bottom: 3.5em; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-blog-listing-page .l-page .l-main .blog-listing-page-form__exposers {
      padding-left: 10px; } }
  body.node-type-blog-listing-page .l-page .l-main .blog-listing-page-form__exposers .blog-listing-page-form__exposers__item {
    font-size: 0.9em;
    color: #7133fd;
    float: left;
    border-bottom: 1px solid #7133fd;
    line-height: 1.3;
    cursor: pointer;
    margin-right: 40px; }

body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container .ui-widget {
  font-family: 'NewParisSkyline', sans-serif;
  text-transform: uppercase; }

body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container .ui-widget-content {
  border: 0; }

body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container .ui-icon {
  font-size: 0 !important;
  text-indent: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: calc(50% + 3px);
  top: calc(50% - 2px); }
  body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container .ui-icon.ui-icon-circle-triangle-e:before, body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container .ui-icon.ui-icon-circle-triangle-w:before {
    color: #7133fd;
    font-size: 20px; }
  body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container .ui-icon.ui-icon-circle-triangle-e:before {
    content: "\f105";
    padding-left: 2px; }
  body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container .ui-icon.ui-icon-circle-triangle-w:before {
    content: "\f104"; }

body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container th {
  color: #333; }

body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container th, body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container .ui-state-default {
  background: transparent;
  text-align: center;
  border: 0;
  width: auto;
  font-size: 17px; }

body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container td.ui-datepicker-current-day {
  background: #333; }
  body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container td.ui-datepicker-current-day a {
    color: #f9e3d7; }
  body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container td.ui-datepicker-current-day a:hover {
    text-decoration: none; }

body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container .ui-widget-header, body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container .ui-state-hover {
  background: transparent;
  border: 0; }

body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container .ui-datepicker-prev span, body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container .ui-datepicker-next span {
  background-image: none; }

body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container div.ui-datepicker-title {
  color: #7133fd;
  font-size: 15px; }

body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container a.ui-corner-all {
  border: 1px solid #7133fd;
  border-radius: 0;
  width: 1.6em;
  height: 1.6em; }

body.node-type-blog-listing-page .l-page .l-main .form-item__search-container input[type=text], body.node-type-blog-listing-page .l-page .l-main #simplenews-block-form-55 input[type=text] {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  width: calc(100% - 21px); }
  @media (min-width: 768px) {
    body.node-type-blog-listing-page .l-page .l-main .form-item__search-container input[type=text], body.node-type-blog-listing-page .l-page .l-main #simplenews-block-form-55 input[type=text] {
      min-width: 300px;
      width: auto; } }

body.node-type-blog-listing-page .l-page .l-main .form-item-field-event-type-field-tags {
  border-bottom: 1px solid #9098ab;
  overflow: hidden;
  padding: 1.5em 0;
  margin-right: 5em; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-blog-listing-page .l-page .l-main .form-item-field-event-type-field-tags {
      margin-right: 0; } }
  body.node-type-blog-listing-page .l-page .l-main .form-item-field-event-type-field-tags:first-of-type {
    padding-top: 0; }
  body.node-type-blog-listing-page .l-page .l-main .form-item-field-event-type-field-tags.form-item-field-event-type-field-tags-last {
    border-bottom: 0px;
    padding-bottom: 2.5em; }

body.node-type-blog-listing-page .l-page .l-main .blog-listing-page__results-title {
  font-size: 30px;
  line-height: 1;
  color: #7e8593;
  clear: both; }
  @media (min-width: 0) and (max-width: 767px) {
    body.node-type-blog-listing-page .l-page .l-main .blog-listing-page__results-title {
      padding-left: 10px; } }

body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__extra-items, body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container, body.node-type-blog-listing-page .l-page .l-main .blog-listing-page-form__exposers__item__visible {
  display: none; }

body.node-type-blog-listing-page .l-page .l-main #blog-listing-page-form__filters__date-container {
  margin-bottom: 60px; }

.block--views-studio-residents-resident-list .c-split-title {
  width: 100%; }
  .block--views-studio-residents-resident-list .c-split-title h2 {
    border: 0;
    display: inline-block;
    padding: 0; }

.view-studio-residents > .view-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.view-studio-residents .views-row {
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 0;
  position: relative;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media (min-width: 768px) {
    .view-studio-residents .views-row {
      -ms-flex: 0 0 49%;
          flex: 0 0 49%; } }
  @media (min-width: 1024px) {
    .view-studio-residents .views-row {
      -ms-flex: 1 0 26%;
          flex: 1 0 26%;
      margin-right: 15px; } }

.view-studio-residents .views-field-title {
  bottom: 10px;
  left: 0;
  padding: 0 20px;
  position: absolute;
  z-index: 99; }
  .view-studio-residents .views-field-title a {
    color: #ffffff;
    font-size: 20px;
    font-family: 'NewParisSkyline', sans-serif;
    line-height: 1em;
    text-decoration: none; }
    @media (min-width: 660px) {
      .view-studio-residents .views-field-title a {
        font-size: 28px;
        line-height: 1.55556; } }

.view-studio-residents .views-field-field-header-image a {
  position: relative;
  float: left;
  line-height: 0; }
  .view-studio-residents .views-field-field-header-image a img {
    width: 374px; }
  .view-studio-residents .views-field-field-header-image a:before {
    background: linear-gradient(to bottom, transparent 0%, rgba(33, 33, 33, 0.75) 85%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent',endColorstr='#b8000000',GradientType=0);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

#block-quicktabs-studio-residents .quicktabs-tabs {
  padding-left: 0; }
  #block-quicktabs-studio-residents .quicktabs-tabs a {
    background: #f9e3d7;
    color: #333;
    padding: 2px 11px;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    margin: 0 20px 20px 0;
    font-size: 15px;
    cursor: pointer; }
    #block-quicktabs-studio-residents .quicktabs-tabs a:hover {
      background: #f9e3d7;
      color: #333;
      text-decoration: none; }
    #block-quicktabs-studio-residents .quicktabs-tabs a .fa {
      font-size: 0.9em;
      padding-right: 6px; }
      #block-quicktabs-studio-residents .quicktabs-tabs a .fa::before {
        content: "\F067"; }
  #block-quicktabs-studio-residents .quicktabs-tabs .active a {
    background: #333;
    color: #f9e3d7; }
    #block-quicktabs-studio-residents .quicktabs-tabs .active a .fa::before {
      content: "\F00C"; }
    #block-quicktabs-studio-residents .quicktabs-tabs .active a:hover {
      background: #333;
      color: #f9e3d7;
      text-decoration: none; }

.field--name-field-header-video {
  display: none; }
  .field--name-field-header-video .player {
    position: relative;
    padding-bottom: 45.45%;
    padding-top: 25px;
    height: 0; }
    .field--name-field-header-video .player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media screen and (min-width: 768px) {
    .field--name-field-header-video {
      display: block; } }

.header-video .c-image {
  display: block; }
  @media screen and (min-width: 768px) {
    .header-video .c-image {
      display: none; } }

body.node-type-landing .embedded-video {
  overflow: hidden;
  max-height: 550px; }

body.node-type-landing .player {
  padding-bottom: 55%; }
  @media (min-width: 1200px) {
    body.node-type-landing .player {
      bottom: 85px; } }
  body.node-type-landing .player:before {
    pointer-events: none; }
    @media (min-width: 768px) {
      body.node-type-landing .player:before {
        background: linear-gradient(to bottom, transparent 0%, rgba(33, 33, 33, 0.45) 75%, rgba(0, 0, 0, 0.55) 100%);
        pointer-events: inherit;
        z-index: 99; } }

@media (min-width: 768px) {
  body.node-type-landing .player:before {
    background: linear-gradient(to bottom, transparent 0%, rgba(33, 33, 33, 0.45) 75%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent',endColorstr='#b8000000',GradientType=0);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; } }

body.page-site-search .l-border--right {
  top: -400px;
  height: calc(100% + 400px); }
  @media (min-width: 0) and (max-width: 767px) {
    body.page-site-search .l-border--right {
      width: 11%;
      float: left; } }

@media (min-width: 0) and (max-width: 767px) {
  body.page-site-search .l-page--list-view,
  body.page-site-search .l-node--header {
    width: 78%;
    float: right;
    margin-right: 11%; } }

body.page-site-search .l-node--content {
  overflow: hidden; }

body.page-site-search h2 {
  color: #7e8593;
  margin-top: 2em;
  font-size: 2em; }

body.page-site-search .spelling-suggestions {
  font-size: 1.5em;
  margin-bottom: 4em; }
  body.page-site-search .spelling-suggestions span.did-you-mean {
    margin-right: 10px; }

@media (min-width: 0) and (max-width: 767px) {
  body.page-site-search .search-article__inner-content {
    padding: 1em; } }

body.page-site-search .search-results__info {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 800;
  padding: 1em 0 1.5em;
  color: #7e8593; }
  @media (min-width: 0) and (max-width: 767px) {
    body.page-site-search .search-results__info {
      padding-left: 0.5em; } }

body.page-site-search .article-container {
  max-height: 250px;
  position: relative;
  margin: 0 0 2em; }
  @media (min-width: 768px) and (max-width: 1440px) {
    body.page-site-search .article-container {
      max-height: 300px; } }
  @media (min-width: 0) and (max-width: 767px) {
    body.page-site-search .article-container {
      max-height: none; } }
  body.page-site-search .article-container .article-container__event-tag {
    position: absolute;
    bottom: -15px;
    background-color: white;
    text-transform: uppercase;
    color: #7E8593;
    border: 1px solid #7E8593;
    padding: 0 15px; }
    @media (min-width: 0) and (max-width: 767px) {
      body.page-site-search .article-container .article-container__event-tag {
        bottom: initial;
        top: 185px; } }

body.page-site-search article {
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #9098ab;
  max-height: 250px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1440px) {
    body.page-site-search article {
      max-height: 300px; } }
  @media (min-width: 0) and (max-width: 767px) {
    body.page-site-search article {
      max-height: none;
      border-bottom: 0; } }
  body.page-site-search article p {
    padding: 0;
    margin: 0; }
  body.page-site-search article .search-article__image {
    float: left;
    width: 300px;
    height: 213px;
    background-size: cover;
    background-position: 50% 50%;
    margin-right: 1em; }
    @media (min-width: 768px) and (max-width: 1440px) {
      body.page-site-search article .search-article__image {
        width: 250px;
        height: 300px; } }
    @media (min-width: 0) and (max-width: 767px) {
      body.page-site-search article .search-article__image {
        width: 100%;
        float: none; } }
  body.page-site-search article .search-article__url {
    margin-bottom: 0.5em;
    color: #eaeaea; }
  body.page-site-search article h3 {
    color: #7e8593;
    text-transform: none;
    margin: 0;
    font-family: 'NewParisSkyline', sans-serif; }
  body.page-site-search article .search-article__link-container {
    border-bottom: 1px solid #9098ab;
    float: left;
    font-size: 0.9em;
    margin-bottom: 1.5em; }
    body.page-site-search article .search-article__link-container a {
      color: #9098ab;
      text-decoration: none; }

body.page-site-search .facetapi-facetapi-links {
  margin-left: -9.7%; }
  @media (min-width: 0) and (max-width: 767px) {
    body.page-site-search .facetapi-facetapi-links {
      margin-left: 0%;
      padding: 0;
      clear: both; } }
  body.page-site-search .facetapi-facetapi-links li {
    list-style: none; }
  body.page-site-search .facetapi-facetapi-links li.leaf {
    background: #f9e3d7;
    padding: 2px 11px;
    text-transform: uppercase;
    float: left;
    margin: 0 20px 20px 0;
    font-size: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style: none; }
    body.page-site-search .facetapi-facetapi-links li.leaf a {
      text-decoration: none; }
    body.page-site-search .facetapi-facetapi-links li.leaf:before {
      content: "\f067";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-size: 0.9em;
      padding-right: 6px; }

body.page-site-search section.search-results {
  clear: both; }

body.page-site-search form.apachesolr-panels-search-form {
  float: right; }
  @media (min-width: 0) and (max-width: 767px) {
    body.page-site-search form.apachesolr-panels-search-form {
      margin-bottom: 1em;
      width: 100%; } }
  body.page-site-search form.apachesolr-panels-search-form label {
    display: none; }
  body.page-site-search form.apachesolr-panels-search-form .form-type-textfield:before {
    content: "\f002";
    left: 19px;
    position: relative;
    font-family: 'FontAwesome'; }
  body.page-site-search form.apachesolr-panels-search-form .form-type-textfield input {
    padding-left: 25px; }
    @media (min-width: 0) and (max-width: 767px) {
      body.page-site-search form.apachesolr-panels-search-form .form-type-textfield input {
        width: calc(100% - 25px); } }
    body.page-site-search form.apachesolr-panels-search-form .form-type-textfield input:focus {
      border: 0;
      outline: none; }
  body.page-site-search form.apachesolr-panels-search-form input {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    min-width: 250px; }
  body.page-site-search form.apachesolr-panels-search-form input[type=submit] {
    display: none; }

@media (min-width: 0) and (max-width: 767px) {
  .node-type-blog-page .entity-paragraphs-item {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 0) and (max-width: 767px) {
  .c-tag--author {
    width: 100%;
    float: left; } }

.c-author__wrapper {
  position: relative;
  width: 100%;
  margin: 30px 0px 30px 0; }
  .c-author__wrapper .line-through {
    border: 1px solid #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1; }
  .c-author__wrapper .l-author__group {
    display: inline-block;
    background-color: white;
    padding: 0 15px;
    margin-left: 8%;
    padding-top: 18px; }
    .c-author__wrapper .l-author__group .l-author__image {
      padding-right: 10px;
      float: left; }
      .c-author__wrapper .l-author__group .l-author__image img {
        border-radius: 100%;
        max-width: 72px;
        height: auto; }
    .c-author__wrapper .l-author__group .r-author__info {
      float: right; }
      .c-author__wrapper .l-author__group .r-author__info .r-author__info__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: stretch;
            align-items: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
        padding-top: 1.4em; }
        .c-author__wrapper .l-author__group .r-author__info .r-author__info__content p {
          white-space: nowrap;
          margin: 0;
          line-height: 1.1; }
          .c-author__wrapper .l-author__group .r-author__info .r-author__info__content p.author-name {
            text-transform: uppercase;
            color: #aaa;
            font-weight: bold; }
          .c-author__wrapper .l-author__group .r-author__info .r-author__info__content p.author-role {
            text-transform: capitalize;
            color: #aaa;
            font-weight: bold; }
          .c-author__wrapper .l-author__group .r-author__info .r-author__info__content p.story-created-date {
            color: #aaa; }

/*------------------------------------*\
  #Instagram, Twitter and other social media plugins
\*------------------------------------*/
.paragraphs-item-instagram-latest {
  width: 80%;
  float: left;
  margin-left: 20%;
  margin-right: -100%;
  margin-left: 10%; }
  @media (min-width: 768px) {
    .paragraphs-item-instagram-latest {
      margin-left: calc(20% - 15px); } }
  .paragraphs-item-instagram-latest .instagram-username-wrapper {
    float: none;
    margin-right: -100%;
    padding: 10px 25% 10px 20px;
    margin-left: 0;
    width: 100%; }
    .paragraphs-item-instagram-latest .instagram-username-wrapper a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-size: 2rem;
      text-decoration: none;
      padding: 20px 20px 20px 0px;
      position: relative;
      float: left;
      width: calc(100% + 20px);
      margin: 30px 30px 15px -20px;
      border: 1px solid #7133fd; }
      @media (min-width: 0) and (max-width: 768px) {
        .paragraphs-item-instagram-latest .instagram-username-wrapper a {
          border: 0px; } }
      @media (min-width: 0) and (max-width: 767px) {
        .paragraphs-item-instagram-latest .instagram-username-wrapper a {
          font-size: 1.5rem; } }
      @media (min-width: 320px) and (max-width: 640px) {
        .paragraphs-item-instagram-latest .instagram-username-wrapper a {
          border: 0;
          padding: 0;
          font-size: 18px; } }
      .paragraphs-item-instagram-latest .instagram-username-wrapper a:hover, .paragraphs-item-instagram-latest .instagram-username-wrapper a:focus {
        opacity: 0.6; }
      .paragraphs-item-instagram-latest .instagram-username-wrapper a img {
        max-height: 50px;
        margin: 0 20px; }
        @media (min-width: 320px) and (max-width: 640px) {
          .paragraphs-item-instagram-latest .instagram-username-wrapper a img {
            margin: 0 10px 0 0; } }
  .paragraphs-item-instagram-latest .field-item {
    width: 25%;
    display: inline-block; }
    @media (min-width: 320px) and (max-width: 640px) {
      .paragraphs-item-instagram-latest .field-item {
        width: 100%; } }
    .paragraphs-item-instagram-latest .field-item a {
      display: inline-block;
      width: 100%; }
      .paragraphs-item-instagram-latest .field-item a img {
        width: 96%; }
        @media (min-width: 320px) and (max-width: 640px) {
          .paragraphs-item-instagram-latest .field-item a img {
            width: 100%; } }

.paragraphs-item-twitter-area .twitter-tweet {
  /* Twitter library - styling from js - overwrite */
  width: 150px !important; }
  @media (min-width: 768px) {
    .paragraphs-item-twitter-area .twitter-tweet {
      width: 250px !important; } }

.paragraphs-item-twitter-area.type-single .content {
  max-height: 100%;
  height: auto;
  overflow-y: visible;
  border: none;
  padding: 0px; }
  .paragraphs-item-twitter-area.type-single .content .field--name-field-tweet-type {
    display: none; }

.paragraphs-item-twitter-area.type-timeline .content {
  max-height: 350px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 5px; }
  .paragraphs-item-twitter-area.type-timeline .content .field--name-field-tweet-type {
    display: none; }

.paragraphs-item-twitter-area {
  width: 80%;
  float: left;
  margin-left: 20%;
  margin-right: -100%;
  margin-left: 10%; }
  @media (min-width: 768px) {
    .paragraphs-item-twitter-area {
      width: 65%;
      margin-left: calc(20% - 15px); } }

.paragraphs-item-spotify-area,
.paragraphs-item-google-cultural-institute-area,
.paragraphs-item-google-360-area,
.paragraphs-item-instagram-single-photo-area,
.paragraphs-item-mixcloud-area {
  width: 80%;
  float: left;
  margin-left: 20%;
  margin-right: -100%;
  margin-left: 10%; }
  @media (min-width: 768px) {
    .paragraphs-item-spotify-area,
    .paragraphs-item-google-cultural-institute-area,
    .paragraphs-item-google-360-area,
    .paragraphs-item-instagram-single-photo-area,
    .paragraphs-item-mixcloud-area {
      width: 65%;
      margin-left: calc(20% - 15px); } }
  .paragraphs-item-spotify-area iframe,
  .paragraphs-item-google-cultural-institute-area iframe,
  .paragraphs-item-google-360-area iframe,
  .paragraphs-item-instagram-single-photo-area iframe,
  .paragraphs-item-mixcloud-area iframe {
    width: 100%;
    padding: 0px;
    margin: 0px; }

.service-links-wrapper {
  padding: 0 9px;
  text-align: left;
  width: 100%; }
  @media (min-width: 768px) {
    .service-links-wrapper {
      text-align: right; } }
  .service-links-wrapper .field--name-field-twitter-url,
  .service-links-wrapper .field--name-field-facebook-url,
  .service-links-wrapper .field--name-field-instagram-url,
  .service-links-wrapper .field--name-field-youtube-url {
    display: inline-block;
    margin: 0;
    padding-left: 5px; }
    .service-links-wrapper .field--name-field-twitter-url a,
    .service-links-wrapper .field--name-field-facebook-url a,
    .service-links-wrapper .field--name-field-instagram-url a,
    .service-links-wrapper .field--name-field-youtube-url a {
      background-repeat: no-repeat;
      display: inline-block;
      height: 20px;
      overflow: hidden;
      text-indent: -2000px;
      vertical-align: middle;
      width: 20px; }
      .service-links-wrapper .field--name-field-twitter-url a:before,
      .service-links-wrapper .field--name-field-facebook-url a:before,
      .service-links-wrapper .field--name-field-instagram-url a:before,
      .service-links-wrapper .field--name-field-youtube-url a:before {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
        display: block;
        height: 20px;
        width: 20px; }
  .service-links-wrapper .field--name-field-twitter-url a:before {
    background-image: url("../images/twitter.png"); }
  .service-links-wrapper .field--name-field-facebook-url a:before {
    background-image: url("../images/facebook.png"); }
  .service-links-wrapper .field--name-field-instagram-url a:before {
    background-image: url("../images/instagram.png"); }
  .service-links-wrapper .field--name-field-youtube-url a:before {
    background-image: url("../images/youtube.png"); }

.header-no-image .service-links-wrapper {
  padding: 0; }

.block--bean-somerset-live-radio,
.bean-iframe-style-2 {
  bottom: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 600; }
  .block--bean-somerset-live-radio .sm2-bar-ui,
  .bean-iframe-style-2 .sm2-bar-ui {
    float: right;
    width: 100%; }
  .block--bean-somerset-live-radio .content,
  .bean-iframe-style-2 .content {
    max-width: 450px;
    margin-left: auto; }
  .block--bean-somerset-live-radio .field--name-field-cat-button a,
  .bean-iframe-style-2 .field--name-field-cat-button a {
    background: #c6b5ec;
    color: #000;
    display: block;
    margin-left: auto;
    margin-right: 0;
    max-width: 100%;
    padding: 8px 0 8px 14px;
    width: 100%;
    font-size: 14px;
    text-decoration: none; }
    @media (min-width: 661px) {
      .block--bean-somerset-live-radio .field--name-field-cat-button a,
      .bean-iframe-style-2 .field--name-field-cat-button a {
        max-width: 374px; } }
    .block--bean-somerset-live-radio .field--name-field-cat-button a:hover,
    .bean-iframe-style-2 .field--name-field-cat-button a:hover {
      color: #fff; }
  .block--bean-somerset-live-radio .playing .now-playing,
  .bean-iframe-style-2 .playing .now-playing {
    display: inline-block; }
  .block--bean-somerset-live-radio .playing .listen-now,
  .bean-iframe-style-2 .playing .listen-now {
    display: none; }
  .block--bean-somerset-live-radio .now-playing,
  .block--bean-somerset-live-radio .sm2-inline-texture,
  .block--bean-somerset-live-radio .sm2-inline-gradient,
  .bean-iframe-style-2 .now-playing,
  .bean-iframe-style-2 .sm2-inline-texture,
  .bean-iframe-style-2 .sm2-inline-gradient {
    display: none; }
  .block--bean-somerset-live-radio .sm2-main-controls,
  .bean-iframe-style-2 .sm2-main-controls {
    -ms-flex-align: center;
        align-items: center;
    background: #742efc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 5px; }
    .block--bean-somerset-live-radio .sm2-main-controls .sm2-inline-element,
    .bean-iframe-style-2 .sm2-main-controls .sm2-inline-element {
      border: 0;
      border-radius: 0;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
      min-height: auto;
      min-width: auto;
      padding-left: 0;
      width: auto; }
    .block--bean-somerset-live-radio .sm2-main-controls .sm2-button-element + .sm2-button-element,
    .bean-iframe-style-2 .sm2-main-controls .sm2-button-element + .sm2-button-element {
      display: none; }
    .block--bean-somerset-live-radio .sm2-main-controls .sm2-button-element.sm2-volume,
    .bean-iframe-style-2 .sm2-main-controls .sm2-button-element.sm2-volume {
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .block--bean-somerset-live-radio .sm2-main-controls .sm2-button-element,
    .bean-iframe-style-2 .sm2-main-controls .sm2-button-element {
      border: 0;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
      width: 100%;
      box-sizing: border-box; }
      @media (min-width: 661px) {
        .block--bean-somerset-live-radio .sm2-main-controls .sm2-button-element,
        .bean-iframe-style-2 .sm2-main-controls .sm2-button-element {
          padding: 0 5px; } }
      .block--bean-somerset-live-radio .sm2-main-controls .sm2-button-element:hover,
      .bean-iframe-style-2 .sm2-main-controls .sm2-button-element:hover {
        background: none; }
    .block--bean-somerset-live-radio .sm2-main-controls .sm2-progress,
    .block--bean-somerset-live-radio .sm2-main-controls .sm2-menu,
    .block--bean-somerset-live-radio .sm2-main-controls .sm2-playlist-drawer,
    .bean-iframe-style-2 .sm2-main-controls .sm2-progress,
    .bean-iframe-style-2 .sm2-main-controls .sm2-menu,
    .bean-iframe-style-2 .sm2-main-controls .sm2-playlist-drawer {
      display: none; }
    .block--bean-somerset-live-radio .sm2-main-controls .sm2-live-status,
    .bean-iframe-style-2 .sm2-main-controls .sm2-live-status {
      border-bottom: 1px solid #979797;
      border-left: 1px solid #979797;
      border-top: 1px solid #979797;
      max-width: 32px;
      width: 100%; }
      @media (min-width: 661px) {
        .block--bean-somerset-live-radio .sm2-main-controls .sm2-live-status,
        .bean-iframe-style-2 .sm2-main-controls .sm2-live-status {
          max-width: 75px; } }
      .block--bean-somerset-live-radio .sm2-main-controls .sm2-live-status .live-label,
      .bean-iframe-style-2 .sm2-main-controls .sm2-live-status .live-label {
        background-color: #fff;
        color: #4a4a4a;
        display: inline-block;
        font-weight: 700;
        padding: 17.5px 10px;
        text-transform: uppercase; }
        @media (min-width: 0) and (max-width: 660px) {
          .block--bean-somerset-live-radio .sm2-main-controls .sm2-live-status .live-label > span,
          .bean-iframe-style-2 .sm2-main-controls .sm2-live-status .live-label > span {
            display: none; } }
        .block--bean-somerset-live-radio .sm2-main-controls .sm2-live-status .live-label:after,
        .bean-iframe-style-2 .sm2-main-controls .sm2-live-status .live-label:after {
          content: '';
          border-radius: 12px;
          background-color: #f21515;
          display: inline-block;
          height: 12px;
          margin-left: 10px;
          width: 12px; }
          @media (min-width: 0) and (max-width: 660px) {
            .block--bean-somerset-live-radio .sm2-main-controls .sm2-live-status .live-label:after,
            .bean-iframe-style-2 .sm2-main-controls .sm2-live-status .live-label:after {
              margin-left: auto; } }
    .block--bean-somerset-live-radio .sm2-main-controls .sm2-volume .sm2-button-bd,
    .bean-iframe-style-2 .sm2-main-controls .sm2-volume .sm2-button-bd {
      height: 35px;
      min-height: auto;
      min-width: auto;
      width: 35px; }
    .block--bean-somerset-live-radio .sm2-main-controls .sm2-volume .sm2-volume-control,
    .bean-iframe-style-2 .sm2-main-controls .sm2-volume .sm2-volume-control {
      background-size: 90%;
      background-position: center; }
    .block--bean-somerset-live-radio .sm2-main-controls .sm2-playlist-target .sm2-playlist-bd .now-playing,
    .block--bean-somerset-live-radio .sm2-main-controls .sm2-playlist-target .sm2-playlist-bd .listen-now,
    .bean-iframe-style-2 .sm2-main-controls .sm2-playlist-target .sm2-playlist-bd .now-playing,
    .bean-iframe-style-2 .sm2-main-controls .sm2-playlist-target .sm2-playlist-bd .listen-now {
      font-weight: 700;
      text-transform: uppercase; }
    .block--bean-somerset-live-radio .sm2-main-controls .sm2-playlist,
    .bean-iframe-style-2 .sm2-main-controls .sm2-playlist {
      height: auto;
      width: 100%; }
      .block--bean-somerset-live-radio .sm2-main-controls .sm2-playlist li,
      .bean-iframe-style-2 .sm2-main-controls .sm2-playlist li {
        height: auto;
        padding: 17.5px 10px 17.5px 15px;
        text-align: left; }
    .block--bean-somerset-live-radio .sm2-main-controls .sm2-play,
    .bean-iframe-style-2 .sm2-main-controls .sm2-play {
      background-color: #000;
      border-radius: 40px;
      height: 35px;
      min-height: auto;
      min-width: auto;
      width: 35px; }
      .block--bean-somerset-live-radio .sm2-main-controls .sm2-play .sm2-icon-play-pause,
      .bean-iframe-style-2 .sm2-main-controls .sm2-play .sm2-icon-play-pause {
        background-size: 50%;
        background-position: center center; }
    .block--bean-somerset-live-radio .sm2-main-controls .sm2-external,
    .bean-iframe-style-2 .sm2-main-controls .sm2-external {
      height: 35px;
      min-height: auto;
      min-width: auto;
      width: 35px; }
      .block--bean-somerset-live-radio .sm2-main-controls .sm2-external .sm2-icon-external,
      .bean-iframe-style-2 .sm2-main-controls .sm2-external .sm2-icon-external {
        background-image: url("../images/external-link.png");
        background-size: 60%;
        background-position: center center;
        display: block; }

.page-entity-iframe-bean-4 header,
.page-entity-iframe-bean-4 footer,
.page-entity-iframe-bean-4 .block--bean-somerset-live-radio {
  display: none; }

.view-iframe-plyers-list {
  margin-top: 250px; }
  .view-iframe-plyers-list .item-list ul li {
    list-style: none; }
  .view-iframe-plyers-list .item-list ul .views-field-entity-iframe-link a {
    display: inline-block;
    font-family: 'NewParisSkyline', sans-serif;
    font-size: 1.55556rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
    text-decoration: none; }

.c-paragraph__feat-img-and-carousel {
  display: inline-block;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 1280px) {
    .c-paragraph__feat-img-and-carousel {
      margin-bottom: 35px; } }

.c-feat-img-carousel__title {
  max-width: 90%; }

.carousel-title,
.c-paragraph-slideshow__above_title {
  color: #6b7180; }
  @media (min-width: 1024px) {
    .carousel-title,
    .c-paragraph-slideshow__above_title {
      font-size: 3.44444rem;
      line-height: 70px; } }

.paragraphs-item-featured-image-with-carousel .featured-image-header {
  position: relative;
  z-index: 201; }
  @media (min-width: 768px) {
    .paragraphs-item-featured-image-with-carousel .featured-image-header {
      margin-left: 30px;
      padding: 0;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%; } }
  @media (min-width: 768px) {
    .paragraphs-item-featured-image-with-carousel .featured-image-header {
      -ms-flex: 0 0 314px;
          flex: 0 0 314px; } }
  @media (min-width: 1024px) {
    .paragraphs-item-featured-image-with-carousel .featured-image-header {
      -ms-flex: 0 0 374px;
          flex: 0 0 374px; } }

.paragraphs-item-featured-image-with-carousel .field--name-field-paragraph-title {
  color: #7e8593;
  display: inline-block;
  font-size: 27px;
  line-height: 33px;
  font-family: 'GT-Walsheim-Bold', sans-serif;
  margin-bottom: 20px;
  margin-left: 0;
  text-transform: uppercase; }

.paragraphs-item-featured-image-with-carousel .field--name-field-paragraph-subtitle {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 0; }

.paragraphs-item-featured-image-with-carousel .field--name-field-paragraph-subtitle-cta {
  border: solid 1px #7133fd;
  color: #7133fd;
  margin-bottom: 40px;
  margin-left: 0;
  text-decoration: none;
  display: inline-block; }
  .paragraphs-item-featured-image-with-carousel .field--name-field-paragraph-subtitle-cta .c-feat-img-carousel--cta {
    color: #7133fd;
    display: inline-block;
    padding: 14px;
    text-decoration: none;
    transition: all 0.2s ease-in; }
    .paragraphs-item-featured-image-with-carousel .field--name-field-paragraph-subtitle-cta .c-feat-img-carousel--cta:hover:after {
      background-position: 80% 0; }
    .paragraphs-item-featured-image-with-carousel .field--name-field-paragraph-subtitle-cta .c-feat-img-carousel--cta:after {
      background-image: url("../images/link-arrow__purple.svg");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 13px 6px;
      content: '';
      display: inline-block;
      height: 8px;
      margin-left: 15px;
      width: 15px; }

.paragraphs-item-featured-image-with-carousel .featured-image-carousel {
  margin-bottom: 30px;
  position: relative; }
  @media (min-width: 768px) {
    .paragraphs-item-featured-image-with-carousel .featured-image-carousel {
      max-width: 660px;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%; } }
  @media (min-width: 768px) and (max-width: 1439px) {
    .paragraphs-item-featured-image-with-carousel .featured-image-carousel {
      -ms-flex: 1 0 374px;
          flex: 1 0 374px; } }

.paragraphs-item-featured-image-with-carousel .c-feat-img-carousel__feat-img {
  position: relative; }

.paragraphs-item-featured-image-with-carousel .field--name-field-featured-image > .field__items > .field__item {
  line-height: 0;
  overflow: hidden;
  position: relative; }
  .paragraphs-item-featured-image-with-carousel .field--name-field-featured-image > .field__items > .field__item:before {
    background: linear-gradient(to bottom, transparent 0%, rgba(33, 33, 33, 0.75) 85%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#b8000000',GradientType=0 );
    /* IE6-9 */
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  .paragraphs-item-featured-image-with-carousel .field--name-field-featured-image > .field__items > .field__item img {
    width: 100%; }

.paragraphs-item-featured-image-with-carousel .c-feat-img-carousel-wrapper {
  position: absolute;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 3%;
  bottom: 0; }
  @media (min-width: 768px) {
    .paragraphs-item-featured-image-with-carousel .c-feat-img-carousel-wrapper {
      left: 0;
      right: 0;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 40px; } }

.paragraphs-item-featured-image-with-carousel .field--name-field-featured-image-tag {
  color: #ffffff;
  font-size: 14px;
  font-family: 'GT-Walsheim-Bold', sans-serif;
  text-transform: uppercase; }

.paragraphs-item-featured-image-with-carousel .field--name-field-featured-image-title {
  color: #ffffff;
  font-size: 28px;
  line-height: 33px; }

.paragraphs-item-featured-image-with-carousel .featured-content-carousel {
  color: #ffffff;
  position: relative;
  width: 100%; }
  .paragraphs-item-featured-image-with-carousel .featured-content-carousel .field--name-field-featured-image-teaser-text {
    background: #ffffff;
    box-sizing: border-box;
    color: #333;
    display: block;
    margin: 0 auto;
    padding: 20px 30px;
    position: relative; }
    @media (min-width: 768px) {
      .paragraphs-item-featured-image-with-carousel .featured-content-carousel .field--name-field-featured-image-teaser-text {
        border: 1px solid #6b7180;
        margin: 0;
        max-width: 500px; } }

@media (min-width: 768px) {
  .paragraphs-item-featured-image-with-carousel .c-feat-img-carousel__feat-text-wrapper {
    margin-bottom: -80px; } }

.paragraphs-item-featured-image-with-carousel .c-feat-img-carousel__feat-img-teaser {
  position: relative; }
  @media (min-width: 768px) {
    .paragraphs-item-featured-image-with-carousel .c-feat-img-carousel__feat-img-teaser {
      bottom: 40px; } }
  .paragraphs-item-featured-image-with-carousel .c-feat-img-carousel__feat-img-teaser .c-paragraph__slide-link {
    right: 5px; }
    @media (min-width: 768px) {
      .paragraphs-item-featured-image-with-carousel .c-feat-img-carousel__feat-img-teaser .c-paragraph__slide-link {
        bottom: 20px;
        right: 8px; } }
    @media (min-width: 0) and (max-width: 767px) {
      .paragraphs-item-featured-image-with-carousel .c-feat-img-carousel__feat-img-teaser .c-paragraph__slide-link {
        bottom: inherit;
        right: 0;
        transform: translateY(-50%);
        top: 50%; } }

.paragraphs-item-featured-image-with-carousel .c-paragraph__slide-teaser {
  font-size: 18px;
  margin-top: 5px;
  padding-left: 20px;
  position: relative; }
  @media (min-width: 768px) {
    .paragraphs-item-featured-image-with-carousel .c-paragraph__slide-teaser {
      padding-left: 10px; } }

.paragraphs-item-featured-image-with-carousel .field--name-field-slide-teaser-text {
  display: inline-block; }

.paragraphs-item-featured-image-with-carousel .c-paragraph__slide-link:after {
  background-image: url("../images/link-arrow__dark-grey.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 13px 6px;
  content: '';
  display: inline-block;
  width: 23px;
  height: 8px;
  margin-left: 15px; }

.paragraphs-item-featured-image-with-carousel .paragraphs-items-field-carousel-content {
  position: relative;
  z-index: 500; }
  @media (min-width: 1280px) {
    .paragraphs-item-featured-image-with-carousel .paragraphs-items-field-carousel-content {
      position: absolute; } }
  @media (min-width: 768px) {
    .paragraphs-item-featured-image-with-carousel .paragraphs-items-field-carousel-content .field--name-field-carousel-content {
      position: relative;
      overflow: hidden; } }

.paragraphs-item-featured-image-with-carousel .c-paragraph__slide-img-link {
  display: inline-block;
  position: relative;
  max-width: 100%; }

.paragraphs-item-featured-image-with-carousel .c-paragraph__slide-img-wrapper {
  position: absolute;
  bottom: 10px; }

.paragraphs-item-featured-image-with-carousel .field--name-field-carousel-content > .field__items {
  background-color: transparent;
  width: 10000px;
  left: 0;
  position: relative;
  transition: left 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }

.paragraphs-item-featured-image-with-carousel .field--name-field-carousel-content > .field__items > .field__item {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  width: 320px; }
  @media (min-width: 768px) {
    .paragraphs-item-featured-image-with-carousel .field--name-field-carousel-content > .field__items > .field__item {
      width: 314px; } }
  .paragraphs-item-featured-image-with-carousel .field--name-field-carousel-content > .field__items > .field__item:first-child {
    margin-left: 2px; }

.paragraphs-item-featured-image-with-carousel .paragraphs-item-slide {
  background-color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 10px; }

.paragraphs-item-featured-image-with-carousel > .content {
  position: relative; }
  @media (min-width: 768px) {
    .paragraphs-item-featured-image-with-carousel > .content {
      clear: both;
      display: -ms-flexbox;
      display: flex; } }

.paragraphs-item-featured-image-with-carousel .field--name-field-slide-image {
  line-height: 0;
  overflow: hidden;
  position: relative; }
  .paragraphs-item-featured-image-with-carousel .field--name-field-slide-image:before {
    background: linear-gradient(to bottom, transparent 0%, rgba(33, 33, 33, 0.75) 85%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#b8000000',GradientType=0 );
    /* IE6-9 */
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.paragraphs-item-featured-image-with-carousel .field--name-field-slide-image-tag {
  color: #ffffff;
  font-size: 14px;
  font-family: 'GT-Walsheim-Bold', sans-serif;
  padding: 0 20px;
  text-transform: uppercase; }

.paragraphs-item-featured-image-with-carousel .field--name-field-slide-title {
  color: #ffffff;
  font-size: 28px;
  line-height: 33px;
  padding: 0 20px; }

.c-paragraph__slideshow {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 500; }

.paragraphs-item-slideshow .c-paragraph-slideshow__title {
  color: #6b7180;
  display: inline-block;
  font-size: 1.22222rem;
  line-height: 25px;
  font-family: 'GT-Walsheim-Bold', sans-serif;
  margin-bottom: 40px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .paragraphs-item-slideshow .c-paragraph-slideshow__title {
      font-size: 1.44444rem;
      line-height: 28px; } }

.paragraphs-item-slideshow .paragraphs-items-field-slideshow-content {
  clear: both;
  position: relative; }

.paragraphs-item-slideshow .field--name-field-slideshow-content > .field__items {
  background-color: #ffffff;
  left: 0;
  position: relative;
  transition: left 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  width: 10000px; }

.paragraphs-item-slideshow .field--name-field-slideshow-content > .field__items > .field__item {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  width: 374px; }
  .paragraphs-item-slideshow .field--name-field-slideshow-content > .field__items > .field__item:first-child {
    margin-left: 0; }

.paragraphs-item-slideshow .paragraphs-item-slide {
  background-color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 10px; }

.paragraphs-item-slideshow .c-paragraph__slide-cta {
  box-sizing: border-box;
  display: inline-block;
  font-size: 20px;
  padding: 30px 50px; }
  .paragraphs-item-slideshow .c-paragraph__slide-cta .paragraphs-item-slide-cta {
    margin: 0 auto; }
    .paragraphs-item-slideshow .c-paragraph__slide-cta .paragraphs-item-slide-cta .field--name-field-slide-cta-teaser-text {
      margin-bottom: 20px; }
  .paragraphs-item-slideshow .c-paragraph__slide-cta .field--name-field-slide-cta-link {
    border: solid 1px #7133fd;
    color: #7133fd;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none; }
    .paragraphs-item-slideshow .c-paragraph__slide-cta .field--name-field-slide-cta-link a {
      color: #7133fd;
      display: inline-block;
      padding: 14px;
      text-decoration: none;
      transition: all 0.2s ease-in; }
      .paragraphs-item-slideshow .c-paragraph__slide-cta .field--name-field-slide-cta-link a:hover:after {
        background-position: 80% 0; }
      .paragraphs-item-slideshow .c-paragraph__slide-cta .field--name-field-slide-cta-link a:after {
        background-image: url("../images/link-arrow__purple.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 13px 6px;
        content: '';
        display: inline-block;
        height: 8px;
        margin-left: 15px;
        width: 15px; }

.paragraphs-item-slideshow .c-paragraph__slide-img-link {
  display: inline-block;
  position: relative; }

.paragraphs-item-slideshow .c-paragraph__slide-img-wrapper {
  position: absolute;
  bottom: 10px; }

.paragraphs-item-slideshow .c-paragraph__slide-teaser {
  font-size: 18px;
  margin-top: 5px;
  padding-left: 20px;
  position: relative; }
  @media (min-width: 768px) {
    .paragraphs-item-slideshow .c-paragraph__slide-teaser {
      padding-left: 10px; } }

.paragraphs-item-slideshow .field--name-field-slide-teaser-text {
  display: inline-block; }

.paragraphs-item-slideshow .c-paragraph__slide-link {
  bottom: 0;
  position: absolute;
  right: 0; }
  .paragraphs-item-slideshow .c-paragraph__slide-link:after {
    background-image: url("../images/link-arrow__dark-grey.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 13px 6px;
    content: '';
    display: inline-block;
    width: 23px;
    height: 8px;
    margin-left: 15px; }

.paragraphs-item-slideshow .field--name-field-slide-image {
  line-height: 0;
  overflow: hidden;
  position: relative; }
  .paragraphs-item-slideshow .field--name-field-slide-image:before {
    background: linear-gradient(to bottom, transparent 0%, rgba(33, 33, 33, 0.75) 85%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#b8000000',GradientType=0 );
    /* IE6-9 */
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.paragraphs-item-slideshow .field--name-field-slide-image-tag {
  color: #ffffff;
  font-size: 14px;
  font-family: 'GT-Walsheim-Bold', sans-serif;
  padding: 0 20px;
  text-transform: uppercase; }

.paragraphs-item-slideshow .field--name-field-slide-title {
  color: #ffffff;
  font-size: 28px;
  line-height: 33px;
  padding: 0 20px; }

.c-paragraph__slideshow .arrow,
.c-paragraph__feat-img-and-carousel .arrow {
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  cursor: pointer;
  padding: 20px 10px;
  position: absolute;
  top: 86px;
  text-align: center;
  width: 60px;
  z-index: 99; }
  .c-paragraph__slideshow .arrow.arrow-prev,
  .c-paragraph__feat-img-and-carousel .arrow.arrow-prev {
    left: 0;
    transform: rotateY(-180deg); }
    .c-paragraph__slideshow .arrow.arrow-prev:before,
    .c-paragraph__feat-img-and-carousel .arrow.arrow-prev:before {
      background-image: url("../images/link-arrow__dark-grey.svg");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 15px 8px;
      content: '';
      display: inline-block;
      height: 8px;
      margin: 0 auto;
      width: 15px; }
  .c-paragraph__slideshow .arrow.arrow-next,
  .c-paragraph__feat-img-and-carousel .arrow.arrow-next {
    right: 0; }
    .c-paragraph__slideshow .arrow.arrow-next:before,
    .c-paragraph__feat-img-and-carousel .arrow.arrow-next:before {
      background-image: url("../images/link-arrow__dark-grey.svg");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 15px 8px;
      content: '';
      display: inline-block;
      height: 8px;
      margin: 0 auto;
      width: 15px; }

#iframe-video--paragraph {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  z-index: 201;
  background-color: #fff; }
  #iframe-video--paragraph iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*------------------------------------*\
  #CLEARFIX
\*------------------------------------*/
.u-clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*------------------------------------*\
  #SPACING
\*------------------------------------*/
/**
 * Utility classes to put specific spacing values onto elements. The below loop
 * will generate us a suite of classes like:
 *
 *   .u-margin-top {}
 *   .u-padding-left-large {}
 *   .u-margin-right-small {}
 *   .u-padding-all {}
 */
.u-padding-all {
  padding: 28px !important; }

.u-padding-all-small {
  padding: 14px !important; }

.u-padding-all-large {
  padding: 56px !important; }

.u-padding-all-none {
  padding: 0 !important; }

.u-padding-top {
  padding-top: 28px !important; }

.u-padding-top-small {
  padding-top: 14px !important; }

.u-padding-top-large {
  padding-top: 56px !important; }

.u-padding-top-none {
  padding-top: 0 !important; }

.u-padding-right {
  padding-right: 28px !important; }

.u-padding-right-small {
  padding-right: 14px !important; }

.u-padding-right-large {
  padding-right: 56px !important; }

.u-padding-right-none {
  padding-right: 0 !important; }

.u-padding-bottom {
  padding-bottom: 28px !important; }

.u-padding-bottom-small {
  padding-bottom: 14px !important; }

.u-padding-bottom-large {
  padding-bottom: 56px !important; }

.u-padding-bottom-none {
  padding-bottom: 0 !important; }

.u-padding-left {
  padding-left: 28px !important; }

.u-padding-left-small {
  padding-left: 14px !important; }

.u-padding-left-large {
  padding-left: 56px !important; }

.u-padding-left-none {
  padding-left: 0 !important; }

.u-margin-all {
  margin: 28px !important; }

.u-margin-all-small {
  margin: 14px !important; }

.u-margin-all-large {
  margin: 56px !important; }

.u-margin-all-none {
  margin: 0 !important; }

.u-margin-top {
  margin-top: 28px !important; }

.u-margin-top-small {
  margin-top: 14px !important; }

.u-margin-top-large {
  margin-top: 56px !important; }

.u-margin-top-none {
  margin-top: 0 !important; }

.u-margin-right {
  margin-right: 28px !important; }

.u-margin-right-small {
  margin-right: 14px !important; }

.u-margin-right-large {
  margin-right: 56px !important; }

.u-margin-right-none {
  margin-right: 0 !important; }

.u-margin-bottom {
  margin-bottom: 28px !important; }

.u-margin-bottom-small {
  margin-bottom: 14px !important; }

.u-margin-bottom-large {
  margin-bottom: 56px !important; }

.u-margin-bottom-none {
  margin-bottom: 0 !important; }

.u-margin-left {
  margin-left: 28px !important; }

.u-margin-left-small {
  margin-left: 14px !important; }

.u-margin-left-large {
  margin-left: 56px !important; }

.u-margin-left-none {
  margin-left: 0 !important; }

/*------------------------------------*\
  #DISPLAY
\*------------------------------------*/
.u-hide-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-hide-completely {
  display: none !important; }

.mob-visible {
  display: none; }

@media (min-width: 0) and (max-width: 767px) {
  .mob-visible {
    display: block !important; }
  .mob-hidden {
    display: none !important; } }

/*******************************************************************************
 * blogs.scss
 *
 * Layout for general nodes setup.
 ******************************************************************************/
.blogs-region {
  margin-bottom: 0;
  overflow: hidden;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .blogs-region:after {
    content: " ";
    display: block;
    clear: both; }

.panel-display--blogs .grid-item {
  float: left; }

@media (min-width: 0) and (max-width: 767px) {
  .view-blog-pages-listing {
    padding-left: 48px;
    padding-right: 50px; } }

/*******************************************************************************
 * listlp.scss
 *
 * Layout for general nodes setup.
 ******************************************************************************/
.themelp-region {
  margin-bottom: 0;
  overflow: hidden;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .themelp-region:after {
    content: " ";
    display: block;
    clear: both; }

.panel-display--themelp .grid-item {
  float: left; }

/*******************************************************************************
 * search.scss
 *
 * Layout for general nodes setup.
 ******************************************************************************/
.search-region {
  margin-bottom: 0;
  overflow: hidden;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .search-region:after {
    content: " ";
    display: block;
    clear: both; }

.panel-display--search .grid-item {
  float: left; }

/*******************************************************************************
 * themelp.scss
 *
 * Layout for general nodes setup.
 ******************************************************************************/
.themelp-region {
  margin-bottom: 0;
  overflow: hidden;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .themelp-region:after {
    content: " ";
    display: block;
    clear: both; }

.panel-display--themelp .grid-item {
  float: left; }

/*******************************************************************************
 * twocolumnlp.scss
 *
 * Layout for general nodes setup.
 ******************************************************************************/
.twocolumnlp-region {
  margin-bottom: 28px; }

.l-page--main {
  margin-bottom: 28px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .l-page--main:after {
    content: " ";
    display: block;
    clear: both; }

.panel-display--twocolumnlp {
  overflow: hidden; }

.panel-display--twocolumnlp .grid-item {
  float: left; }

.l-region--filter-left,
.l-region--filter-main {
  padding: 0;
  margin: 1% 2%;
  width: 94%; }

@media (min-width: 768px) {
  .l-region--filter-left {
    width: 25.67568%;
    float: left;
    margin-right: 1.35135%;
    margin: 0 14px 0 0; }
  .l-region--filter-main {
    width: 72.97297%;
    float: left;
    margin-right: 1.35135%;
    margin: 0;
    float: right; } }

/*******************************************************************************
 * whatson.scss
 *
 * Layout for general nodes setup.
 ******************************************************************************/
.whatson-region {
  margin-bottom: 0;
  overflow: hidden;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .whatson-region:after {
    content: " ";
    display: block;
    clear: both; }

.panel-display--whatson .grid-item {
  float: left; }

/*******************************************************************************
 * somerset-simple.layout.scss
 *
 * Based on the 'simple' layout
 ******************************************************************************/
html.no-overflow body {
  overflow: hidden !important;
  height: 100vh !important; }

body {
  max-width: 100%;
  overflow-x: hidden; }

.l-content > .contextual-links-region {
  overflow: hidden; }

.c-page--listing .c-image,
.c-node--generic .c-image,
.c-node--press-release .c-image,
.c-node--webform .c-image {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); }

.l-header,
.l-content,
.somerset-container,
.l-region--footer,
.l-region--sub-footer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .l-header:after,
  .l-content:after,
  .somerset-container:after,
  .l-region--footer:after,
  .l-region--sub-footer:after {
    content: " ";
    display: block;
    clear: both; }

.l-search {
  float: right; }

.l-page {
  max-width: 100vw;
  overflow: hidden; }

.l-nav {
  float: right;
  width: 25%;
  margin-right: 0; }

.node--homepage .l-featured-block--image,
.node--homepage .l-featured-block--container {
  width: 100%; }

.block--views {
  float: left;
  width: 100%;
  clear: both; }

.block--views-you-might-also-like-block .views-row,
.restaurant-listing-page .views-row,
.press-release-listing-page .views-row {
  padding: 15px 0;
  clear: both; }

@media (min-width: 0) and (max-width: 767px) {
  .block--views-you-might-also-like-block,
  .restaurant-listing-page,
  .press-release-listing-page {
    padding: 15px; }
    .block--views-you-might-also-like-block .views-row,
    .restaurant-listing-page .views-row,
    .press-release-listing-page .views-row {
      width: 100%;
      float: left;
      margin-right: 0.6993%; } }

@media (min-width: 768px) {
  .block--views-you-might-also-like-block,
  .restaurant-listing-page,
  .press-release-listing-page {
    width: 81.11888%;
    float: left;
    margin-right: 0.6993%; }
    .block--views-you-might-also-like-block .views-row-odd,
    .restaurant-listing-page .views-row-odd,
    .press-release-listing-page .views-row-odd {
      width: 49.4382%;
      float: left;
      margin-left: 0;
      margin-right: -100%;
      clear: both; }
    .block--views-you-might-also-like-block .views-row-even,
    .restaurant-listing-page .views-row-even,
    .press-release-listing-page .views-row-even {
      width: 49.4382%;
      float: left;
      margin-left: 50.5618%;
      margin-right: -100%;
      clear: none; } }

@media (min-width: 768px) {
  .l-branding {
    width: 24.47552%;
    float: left;
    margin-right: 0.6993%;
    float: left; }
  .l-branding--logo {
    width: 74.28571%;
    float: right;
    margin-right: 0; }
  .l-border--right {
    width: 12.58741%;
    float: left;
    margin-right: 0.69444%; }
  .c-image-overlay {
    width: 68.53147%;
    float: left;
    margin-left: 12.58741%;
    margin-right: -100%; }
  .header-two-images .c-image-overlay {
    width: 81.11888%;
    float: left;
    margin-left: 12.58741%;
    margin-right: -100%; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .header-two-images .c-image-overlay {
      width: 100%;
      float: left;
      margin-right: 0.6993%; } }
  @media (min-width: 768px) and (min-width: 1440px) {
    .header-two-images .c-image-overlay {
      width: 81.11888%;
      float: left;
      margin-left: 12.58741%;
      margin-right: -100%; } }

@media (min-width: 768px) {
  .l-header--no-image,
  .l-node--top-info {
    width: 81.11888%;
    float: left;
    margin-left: 12.58741%;
    margin-right: -100%;
    float: left;
    clear: both; }
  .l-node--bottom-info {
    width: 74.82517%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%;
    float: left;
    clear: both; }
  .l-node--main-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .l-page--related-view {
    width: 74.82517%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%;
    float: left;
    clear: both; }
  .l-page--related-view,
  .paragraphs-item-feature-area {
    width: 74.82517%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%;
    float: left;
    clear: both; }
  .l-page--list-view {
    width: 74.82517%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%;
    float: left;
    clear: both; }
  body.node-type-listing-page .c-page--listing .c-image-overlay {
    width: 74.82517%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%;
    float: left;
    clear: both; }
  .l-main--webform,
  .l-featured-block--image,
  .l-node--related-area {
    float: left;
    clear: both;
    width: 62.23776%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%; }
  .l-page--newsletter {
    float: left;
    clear: both;
    width: 37.06294%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%; }
  body.section-site-search .c-page--search-results .c-image-overlay {
    width: 74.82517%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%;
    float: left;
    clear: both; }
  .block--views-you-might-also-like-block {
    width: 62.23776%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%; }
    .block--views-you-might-also-like-block .views-row-first {
      width: 49.4382%;
      float: left;
      margin-left: 0;
      margin-right: -100%; }
    .block--views-you-might-also-like-block .views-row-last {
      width: 49.4382%;
      float: left;
      margin-left: 50.5618%;
      margin-right: -100%; }
  .l-view--related-events .views-row,
  .view-related-shs-posts .views-row {
    position: relative;
    margin-bottom: 56px;
    clear: both; }
  .l-view--related-events .views-row-last,
  .view-related-shs-posts .views-row-last {
    margin-bottom: 112px; }
  .paragraphs-item-body-area,
  .paragraphs-item-quote-area,
  .paragraphs-item-featured-cta,
  .paragraphs-item-download-link-area,
  .video-embed-description {
    width: 49.65035%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%; }
  .paragraphs-item-main-header-area {
    width: 81.11888%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%; }
  .paragraphs-item-video-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    z-index: 250;
    position: relative; }
  .paragraphs-item-full-width-image,
  .paragraphs-item-portrait-image-area,
  .paragraphs-item-sponsor-logos-area {
    width: 62.23776%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%; }
  .paragraphs-item-soundcloud-area {
    width: 68.53147%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%; }
  .paragraphs-item-twitter-area {
    width: 68.53147%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%; }
  .paragraphs-item-mixcloud_area {
    width: 68.53147%;
    float: left;
    margin-left: 12.58741%;
    margin-right: -100%; }
  .l-featured-block--container {
    width: 57.94393%;
    float: left;
    margin-left: 42.05607%;
    margin-right: -100%;
    position: absolute;
    top: 0; }
  .node--homepage .l-featured-block--image {
    width: 66.35514%;
    float: left;
    margin-left: 0;
    margin-right: -100%; }
  .node--homepage .l-featured-block--container {
    width: 57.94393%;
    float: left;
    margin-left: 42.05607%;
    margin-right: -100%;
    position: relative; }
  .l-left--portrait-image {
    width: 49.4382%;
    float: left;
    margin-left: 0;
    margin-right: -100%; }
  .l-right--portrait-image {
    width: 49.4382%;
    float: left;
    margin-left: 50.5618%;
    margin-right: -100%; }
  .field--name-field-intro {
    width: 76.72414%;
    float: left;
    margin-left: 7.75862%;
    margin-right: -100%; }
  .main-menu-content {
    display: none; }
  .l-paragraph-restricted {
    width: 74.82517%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%;
    float: left;
    clear: both; }
  body.node-type-landing .l-border--right {
    width: 6.29371%;
    float: left;
    margin-right: 0.69444%; }
  body.node-type-landing .l-node--header {
    width: 93.70629%;
    float: left;
    margin-left: 6.29371%;
    margin-right: -100%;
    float: left;
    clear: both; }
  body.node-type-landing .l-paragraph-restricted {
    width: 81.11888%;
    float: left;
    margin-left: 12.58741%;
    margin-right: -100%; }
  body.node-type-landing .c-paragraph__slideshow {
    width: 93.70629%;
    float: left;
    margin-left: 0;
    margin-right: -100%; }
    body.node-type-landing .c-paragraph__slideshow .c-paragraph-slideshow__title,
    body.node-type-landing .c-paragraph__slideshow .c-paragraph-slideshow__above_title {
      width: 79.85075%;
      float: left;
      margin-left: 13.43284%;
      margin-right: -100%;
      clear: both; }
  body.node-type-landing .c-paragraph__feat-img-and-carousel {
    width: 87.41259%;
    float: left;
    margin-left: 6.29371%;
    margin-right: -100%; }
    body.node-type-landing .c-paragraph__feat-img-and-carousel .carousel-title {
      width: 85.6%;
      float: left;
      margin-left: 7.2%;
      margin-right: -100%; }
    body.node-type-landing .c-paragraph__feat-img-and-carousel .c-feat-img-carousel-wrapper,
    body.node-type-landing .c-paragraph__feat-img-and-carousel .featured-content-carousel {
      padding-left: 11%;
      padding-right: 11%; } }
    @media (min-width: 768px) and (min-width: 1024px) {
      body.node-type-landing .c-paragraph__feat-img-and-carousel .c-feat-img-carousel-wrapper,
      body.node-type-landing .c-paragraph__feat-img-and-carousel .featured-content-carousel {
        padding-left: 13.3%;
        padding-right: 13.3%; } }

@media (min-width: 768px) {
  body.node-type-landing .l-page--related-view,
  body.node-type-landing .paragraphs-item-feature-area {
    width: 81.11888%;
    float: left;
    margin-left: 12.58741%;
    margin-right: -100%;
    float: left;
    clear: both; }
  body.node-type-landing .l-page--list-view {
    width: 81.11888%;
    float: left;
    margin-left: 12.58741%;
    margin-right: -100%;
    float: left;
    clear: both; }
  body.node-type-landing .quicktabs-tabs,
  body.node-type-landing .quicktabs-tabpage {
    width: 81.11888%;
    float: left;
    margin-left: 12.58741%;
    margin-right: -100%;
    margin-right: 0; }
  body.node-type-landing .paragraphs-item-body-area,
  body.node-type-landing .paragraphs-item-quote-area,
  body.node-type-landing .paragraphs-item-featured-cta,
  body.node-type-landing .paragraphs-item-download-link-area,
  body.node-type-landing .video-embed-description {
    width: 81.11888%;
    float: left;
    margin-left: 12.58741%;
    margin-right: -100%; }
  body.node-type-landing .paragraphs-item-main-header-area {
    width: 81.11888%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%; }
  body.node-type-landing .paragraphs-item-video-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    z-index: 250;
    position: relative; }
  body.node-type-landing .paragraphs-item-full-width-image,
  body.node-type-landing .paragraphs-item-portrait-image-area,
  body.node-type-landing .paragraphs-item-sponsor-logos-area {
    width: 62.23776%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%; }
  body.node-type-landing .paragraphs-item-soundcloud-area {
    width: 68.53147%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%; } }

@media (min-width: 0) and (max-width: 767px) {
  body.node-type-landing .l-border--right {
    width: 5.59441%;
    float: left;
    margin-left: 6.29371%;
    margin-right: -100%; }
  body.node-type-landing .quicktabs-tabs,
  body.node-type-landing .quicktabs-tabpage {
    width: 81.11888%;
    float: left;
    margin-left: 12.58741%;
    margin-right: -100%;
    margin-right: 0; }
  body.node-type-landing .l-node--content .l-node--header {
    width: 87.41259%;
    float: left;
    margin-left: 6.29371%;
    margin-right: -100%;
    clear: both; }
  body.node-type-landing .l-node--content .l-node--top-info,
  body.node-type-landing .l-node--content .paragraphs-item-body-area,
  body.node-type-landing .l-node--content .paragraphs-item-quote-area,
  body.node-type-landing .l-node--content .paragraphs-item-featured-cta,
  body.node-type-landing .l-node--content .paragraphs-item-download-link-area,
  body.node-type-landing .l-node--content .video-embed-description,
  body.node-type-landing .l-node--content .l-paragraph-restricted {
    width: 81.11888%;
    float: left;
    margin-left: 12.58741%;
    margin-right: -100%;
    clear: both; }
  body.node-type-landing .l-node--content .l-node--top-info .group-top-info > .field-group-div,
  body.node-type-landing .l-node--content .l-node--top-info .group-top-info > .field--name-field-location-info,
  body.node-type-landing .l-node--content .l-node--top-info .group-top-info > .field--name-field-website-link {
    padding-left: 0; }
  body.node-type-landing .l-node--content .c-paragraph__slideshow .c-paragraph-slideshow__title,
  body.node-type-landing .l-node--content .c-paragraph__slideshow .c-paragraph-slideshow__above_title {
    width: 81.11888%;
    float: left;
    margin-left: 12.58741%;
    margin-right: -100%;
    clear: both; }
  body.node-type-landing .l-node--content .c-paragraph__feat-img-and-carousel .carousel-title {
    width: 81.11888%;
    float: left;
    margin-left: 12.58741%;
    margin-right: -100%;
    clear: both; }
  body.node-type-landing .l-node--content .c-paragraph__feat-img-and-carousel .featured-image-carousel {
    width: 87.41259%;
    float: left;
    margin-left: 6.29371%;
    margin-right: -100%;
    clear: both; }
  body.node-type-landing .l-node--content .c-paragraph__feat-img-and-carousel .c-feat-img-carousel-wrapper,
  body.node-type-landing .l-node--content .c-paragraph__feat-img-and-carousel .field--name-field-featured-image-teaser-text {
    padding-left: 0;
    padding-right: 0;
    width: 86.56716%;
    float: left;
    margin-left: 6.71642%;
    margin-right: -100%;
    clear: both; }
  body.node-type-landing .l-node--content .c-paragraph__feat-img-and-carousel .field--name-field-paragraph-title,
  body.node-type-landing .l-node--content .c-paragraph__feat-img-and-carousel .field--name-field-paragraph-subtitle,
  body.node-type-landing .l-node--content .c-paragraph__feat-img-and-carousel .field--name-field-paragraph-subtitle-cta {
    width: 81.11888%;
    float: left;
    margin-left: 12.58741%;
    margin-right: -100%;
    clear: both;
    float: none; }
  body.node-type-landing .l-node--content .c-paragraph__feat-img-and-carousel .field--name-field-paragraph-subtitle-cta {
    width: inherit; }
  body.node-type-landing .l-node--content .c-paragraph__feat-img-and-carousel .featured-image-header {
    clear: both;
    float: left; } }

@media (min-width: 0) and (max-width: 1023px) {
  .paragraphs-item-feature-area {
    width: 87.41259%;
    float: left;
    margin-left: 6.29371%;
    margin-right: -100%;
    clear: both; } }

body.node-type-blog-page .c-image-overlay.no-image,
body.node-type-generic-page .c-image-overlay.no-image {
  width: 62.23776%;
  float: left;
  margin-left: 18.88112%;
  margin-right: -100%; }

@media (min-width: 768px) {
  body.node-type-webform .c-image-overlay.no-image {
    width: 62.23776%;
    float: left;
    margin-left: 18.88112%;
    margin-right: -100%; } }

body.node-type-landing .header-no-image header {
  width: 74.82517%;
  float: left;
  margin-left: 6.29371%;
  margin-right: -100%; }

@charset "UTF-8";
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*# sourceMappingURL=somerset.styles.css.map */
