@charset "UTF-8";
/*------------------------------------*\
  #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; }

#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; }

/*------------------------------------*\
  #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; }

/*------------------------------------*\
  #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; }

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; }

/*------------------------------------*\
  #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 {
  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, .c-btn: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; }

/*******************************************************************************
 * 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%; }

@media (min-width: 768px) {
  .node--tnew-template {
    margin-left: 175px;
    max-width: 1000px; } }

.node--tnew-template fieldset {
  border: none; }

.node--tnew-template .tn-heading {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  color: #6b7180;
  margin-bottom: 30px; }

.node--tnew-template .node__content ul li {
  list-style-type: none;
  list-style-position: initial; }

.node--tnew-template .tn-login-link {
  margin-left: 0; }
  .node--tnew-template .tn-login-link .tn-text {
    margin-left: 0; }

.node--tnew-template .btn-block {
  width: auto;
  border-radius: 0; }

.node--tnew-template .btn[disabled],
.node--tnew-template .btn.disabled,
.node--tnew-template fieldset[disabled] .btn {
  border-radius: 0;
  background-color: #eeeeee;
  border-color: #9098ab;
  color: #9098ab;
  cursor: not-allowed; }
  .node--tnew-template .btn[disabled]:hover, .node--tnew-template .btn[disabled]:active, .node--tnew-template .btn[disabled]:focus,
  .node--tnew-template .btn.disabled:hover,
  .node--tnew-template .btn.disabled:active,
  .node--tnew-template .btn.disabled:focus,
  .node--tnew-template fieldset[disabled] .btn:hover,
  .node--tnew-template fieldset[disabled] .btn:active,
  .node--tnew-template fieldset[disabled] .btn:focus {
    border-radius: 0;
    background-color: #eeeeee;
    border-color: #9098ab;
    color: #9098ab;
    cursor: not-allowed; }

.node--tnew-template form {
  max-width: none; }

.node--tnew-template .form-control {
  font-size: 1rem;
  padding: 0;
  border-radius: 0; }

.node--tnew-template .tn-ticket-selector__pricetype-select-wrapper {
  width: 60px; }

.node--tnew-template .tn-ticket-selector__heading-available-zones {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  color: #6a727f;
  margin-bottom: 10px;
  font-weight: bold; }

.node--tnew-template .tn-ticket-selector__pricetype-select {
  border-radius: 0;
  font-weight: bold;
  color: #6a727f; }
  .node--tnew-template .tn-ticket-selector__pricetype-select option {
    font-weight: normal; }

.node--tnew-template .radio {
  display: inline-block;
  margin: 20px 20px 0 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .node--tnew-template .radio label {
    font-family: 'GT-Walsheim-Bold', sans-serif;
    border: 1px solid #7133fd;
    color: #7133fd;
    padding: 5px;
    text-align: center; }
    .node--tnew-template .radio label input {
      visibility: hidden;
      overflow: hidden;
      width: 0;
      height: 0; }

.node--tnew-template .radio--active label {
  color: #ffffff;
  background-color: #7133fd; }

.node--tnew-template .radio--disabled label {
  border-radius: 0;
  background-color: #eeeeee;
  border-color: #9098ab;
  color: #9098ab;
  cursor: not-allowed; }

.node--tnew-template .radio--disabled .tn-limited-availability {
  display: none; }

.node--tnew-template .btn-primary {
  font-family: 'GT-Walsheim-Bold', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  display: inline-block;
  color: #ffffff;
  background-color: #7133fd;
  border: 1px solid #7133fd;
  border-radius: 0; }
  .node--tnew-template .btn-primary:active {
    text-decoration: none; }
  .node--tnew-template .btn-primary:focus {
    text-decoration: none; }
  .node--tnew-template .btn-primary:hover {
    text-decoration: none; }
  .node--tnew-template .btn-primary:active {
    background-color: #ffffff;
    border-color: #7133fd;
    color: #7133fd; }
  .node--tnew-template .btn-primary:focus {
    background-color: #ffffff;
    border-color: #7133fd;
    color: #7133fd; }
  .node--tnew-template .btn-primary:hover {
    background-color: #ffffff;
    border-color: #7133fd;
    color: #7133fd; }
  .node--tnew-template .btn-primary.btn-lg {
    padding: 0; }

.node--tnew-template .tn-timer {
  border: 1px solid #7133fd;
  background-color: #ffffff;
  color: #7133fd;
  padding: 5px;
  text-transform: uppercase; }
  .node--tnew-template .tn-timer.tn-urgent {
    background-color: #7133fd;
    color: #ffffff; }

.tn-event-detail__purchase-instructions {
  font-weight: bold;
  color: #6a727f; }

.tn-terms-and-conditions-header {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  color: #6a727f;
  margin-bottom: 10px;
  font-weight: bold;
  color: #7133fd;
  font-weight: bold;
  margin-top: 75px;
  margin-bottom: 20px; }

.tn-price-range-header {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  color: #6a727f;
  margin-bottom: 10px;
  font-weight: bold; }

.tn-component-contact-permissions__settings__item {
  background-color: #7133fd;
  color: #ffffff;
  border-color: #ffffff; }
  .tn-component-contact-permissions__settings__item fieldset {
    margin-bottom: 10px; }
  .tn-component-contact-permissions__settings__item .tn-component__radio-group .ng-scope {
    display: inline-block;
    margin-right: 10px; }
  .tn-component-contact-permissions__settings__item .btn-dismiss {
    font-family: 'GT-Walsheim-Bold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #7133fd;
    color: #7133fd; }
    .tn-component-contact-permissions__settings__item .btn-dismiss:active {
      text-decoration: none; }
    .tn-component-contact-permissions__settings__item .btn-dismiss:focus {
      text-decoration: none; }
    .tn-component-contact-permissions__settings__item .btn-dismiss:hover {
      text-decoration: none; }
    .tn-component-contact-permissions__settings__item .btn-dismiss:active {
      color: #ffffff;
      background-color: #7133fd;
      border-color: #7133fd; }
    .tn-component-contact-permissions__settings__item .btn-dismiss:focus {
      color: #ffffff;
      background-color: #7133fd;
      border-color: #7133fd; }
    .tn-component-contact-permissions__settings__item .btn-dismiss:hover {
      color: #ffffff;
      background-color: #7133fd;
      border-color: #7133fd; }
  .tn-component-contact-permissions__settings__item .btn-save {
    font-family: 'GT-Walsheim-Bold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    display: inline-block;
    color: #ffffff;
    background-color: #7133fd;
    border: 1px solid #7133fd;
    border-radius: 0; }
    .tn-component-contact-permissions__settings__item .btn-save:active {
      text-decoration: none; }
    .tn-component-contact-permissions__settings__item .btn-save:focus {
      text-decoration: none; }
    .tn-component-contact-permissions__settings__item .btn-save:hover {
      text-decoration: none; }
    .tn-component-contact-permissions__settings__item .btn-save:active {
      background-color: #ffffff;
      border-color: #7133fd;
      color: #7133fd; }
    .tn-component-contact-permissions__settings__item .btn-save:focus {
      background-color: #ffffff;
      border-color: #7133fd;
      color: #7133fd; }
    .tn-component-contact-permissions__settings__item .btn-save:hover {
      background-color: #ffffff;
      border-color: #7133fd;
      color: #7133fd; }
  .tn-component-contact-permissions__settings__item #EligibleButton {
    font-family: 'GT-Walsheim-Bold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    display: inline-block;
    color: #ffffff;
    background-color: #7133fd;
    border: 1px solid #7133fd;
    border-radius: 0; }
    .tn-component-contact-permissions__settings__item #EligibleButton:active {
      text-decoration: none; }
    .tn-component-contact-permissions__settings__item #EligibleButton:focus {
      text-decoration: none; }
    .tn-component-contact-permissions__settings__item #EligibleButton:hover {
      text-decoration: none; }
    .tn-component-contact-permissions__settings__item #EligibleButton:active {
      background-color: #ffffff;
      border-color: #7133fd;
      color: #7133fd; }
    .tn-component-contact-permissions__settings__item #EligibleButton:focus {
      background-color: #ffffff;
      border-color: #7133fd;
      color: #7133fd; }
    .tn-component-contact-permissions__settings__item #EligibleButton:hover {
      background-color: #ffffff;
      border-color: #7133fd;
      color: #7133fd; }
  .tn-component-contact-permissions__settings__item .btnStyle {
    font-family: 'GT-Walsheim-Bold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #7133fd;
    color: #7133fd; }
    .tn-component-contact-permissions__settings__item .btnStyle:active {
      text-decoration: none; }
    .tn-component-contact-permissions__settings__item .btnStyle:focus {
      text-decoration: none; }
    .tn-component-contact-permissions__settings__item .btnStyle:hover {
      text-decoration: none; }
    .tn-component-contact-permissions__settings__item .btnStyle:active {
      color: #ffffff;
      background-color: #7133fd;
      border-color: #7133fd; }
    .tn-component-contact-permissions__settings__item .btnStyle:focus {
      color: #ffffff;
      background-color: #7133fd;
      border-color: #7133fd; }
    .tn-component-contact-permissions__settings__item .btnStyle:hover {
      color: #ffffff;
      background-color: #7133fd;
      border-color: #7133fd; }
  .tn-component-contact-permissions__settings__item #tn-add-donation-button {
    font-family: 'GT-Walsheim-Bold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    display: inline-block;
    color: #ffffff;
    background-color: #7133fd;
    border: 1px solid #7133fd;
    border-radius: 0; }
    .tn-component-contact-permissions__settings__item #tn-add-donation-button:active {
      text-decoration: none; }
    .tn-component-contact-permissions__settings__item #tn-add-donation-button:focus {
      text-decoration: none; }
    .tn-component-contact-permissions__settings__item #tn-add-donation-button:hover {
      text-decoration: none; }
    .tn-component-contact-permissions__settings__item #tn-add-donation-button:active {
      background-color: #ffffff;
      border-color: #7133fd;
      color: #7133fd; }
    .tn-component-contact-permissions__settings__item #tn-add-donation-button:focus {
      background-color: #ffffff;
      border-color: #7133fd;
      color: #7133fd; }
    .tn-component-contact-permissions__settings__item #tn-add-donation-button:hover {
      background-color: #ffffff;
      border-color: #7133fd;
      color: #7133fd; }

.modal-btn-confirm {
  font-family: 'GT-Walsheim-Bold', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  display: inline-block;
  color: #ffffff;
  background-color: #7133fd;
  border: 1px solid #7133fd;
  border-radius: 0;
  border-radius: 0; }
  .modal-btn-confirm:active {
    text-decoration: none; }
  .modal-btn-confirm:focus {
    text-decoration: none; }
  .modal-btn-confirm:hover {
    text-decoration: none; }
  .modal-btn-confirm:active {
    background-color: #ffffff;
    border-color: #7133fd;
    color: #7133fd; }
  .modal-btn-confirm:focus {
    background-color: #ffffff;
    border-color: #7133fd;
    color: #7133fd; }
  .modal-btn-confirm:hover {
    background-color: #ffffff;
    border-color: #7133fd;
    color: #7133fd; }

.modal-btn-cancel {
  font-family: 'GT-Walsheim-Bold', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #7133fd;
  color: #7133fd;
  border-radius: 0; }
  .modal-btn-cancel:active {
    text-decoration: none; }
  .modal-btn-cancel:focus {
    text-decoration: none; }
  .modal-btn-cancel:hover {
    text-decoration: none; }
  .modal-btn-cancel:active {
    color: #ffffff;
    background-color: #7133fd;
    border-color: #7133fd; }
  .modal-btn-cancel:focus {
    color: #ffffff;
    background-color: #7133fd;
    border-color: #7133fd; }
  .modal-btn-cancel:hover {
    color: #ffffff;
    background-color: #7133fd;
    border-color: #7133fd; }

.tn-error-page {
  margin: 60px 0; }

.tn-event-detail__location {
  color: #7133fd;
  font-weight: bold; }

.tn-event-detail__display-time {
  color: #7133fd;
  font-weight: bold; }

.tn-event-detail__performance-details-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  margin-bottom: 20px; }
  .tn-event-detail__performance-details-container img {
    height: auto !important; }
  .tn-event-detail__performance-details-container .tn-event-detail__title {
    -ms-flex-order: -1;
        order: -1;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #6b7180; }
  .tn-event-detail__performance-details-container .tn-event-detail__location {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #9098ab; }
  .tn-event-detail__performance-details-container .tn-ticket-selector__pricetype-list-item {
    margin-right: 0; }

.tn-ticket-selector__pricetype-selector .tn-ticket-selector__pricetype-list-item {
  margin-right: 0; }

.tn-ticket-selector__pricetype-selector .tn-ticket-selector__pricetype-label-container {
  width: 100%; }

.tn-ticket-selector__pricetype-selector .tn-ticket-selector__pricetype-name {
  font-family: 'GT-Walsheim-Bold', sans-serif;
  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: justify;
      justify-content: space-between;
  font-weight: bold;
  font-size: 1rem; }

.tn-ticket-selector__pricetype-selector .ticket__price {
  font-family: 'GT-Walsheim-Bold', sans-serif;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  color: #7133fd;
  margin-right: 15px; }

.tn-ticket-selector__pricetype-selector .ticket__label {
  font-family: 'GT-Walsheim-Bold', sans-serif;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  color: #6a727f;
  max-width: 60%;
  margin-right: 15px; }

.tn-ticket-selector__pricetype-selector label {
  width: 100%; }

.tn-prod-season-header {
  display: none; }

.tn-limited-availability {
  display: block;
  font-size: .8em; }

.tn-ticket-selector__heading-available-zones .list-unstyled {
  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: start;
      justify-content: flex-start; }

#tn-add-to-cart-button {
  float: right;
  text-transform: uppercase; }
  #tn-add-to-cart-button:disabled {
    border-radius: 0;
    background-color: #eeeeee;
    border-color: #9098ab;
    color: #9098ab;
    cursor: not-allowed; }

.tn-sponsor-banner {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-rows: 1fr;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin: 0 0 15px 0;
  min-height: 55px;
  overflow: hidden; }
  .tn-sponsor-banner h3 {
    font-family: 'GT-Walsheim-Bold', sans-serif;
    color: #ffffff;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1rem;
    margin: 0;
    padding: 5px 5px 5px 10px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    z-index: 2;
    -ms-grid-row-align: center;
    -ms-flex-item-align: center;
        align-self: center; }
    @media (min-width: 993px) {
      .tn-sponsor-banner h3 {
        font-size: 1.2rem;
        line-height: 1.2rem;
        padding: 15px 15px 15px 25px; } }
  .tn-sponsor-banner img {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch; }
  .tn-sponsor-banner span {
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    z-index: 1; }

.tn-separator-border {
  display: block;
  height: 1px;
  margin: 15px 0;
  border-top: 1px solid #9098ab; }

.tn-events-detail-page .tn-event-detail__seatmap-container {
  display: none; }

.tn-events-detail-page .tn-event-detail {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  .tn-events-detail-page .tn-event-detail .tn-event-detail__main-container {
    margin-bottom: 25px; }
    .tn-events-detail-page .tn-event-detail .tn-event-detail__main-container .tn-event-detail__btn-view-seat-map-modal {
      background-color: transparent;
      border: 0;
      color: #7133fd;
      text-align: left;
      padding: 0;
      text-transform: capitalize;
      text-decoration: underline; }
  .tn-events-detail-page .tn-event-detail .tn-event-detail__additional-events-container {
    width: 100%;
    background-color: transparent;
    -ms-flex-order: 1;
        order: 1; }
    .tn-events-detail-page .tn-event-detail .tn-event-detail__additional-events-container .tn-additional-events__instructions {
      background-color: transparent; }
    .tn-events-detail-page .tn-event-detail .tn-event-detail__additional-events-container .input-group {
      display: -ms-flexbox;
      display: flex; }
      .tn-events-detail-page .tn-event-detail .tn-event-detail__additional-events-container .input-group .tn-additional-events__date-select {
        margin-right: 10px; }
    .tn-events-detail-page .tn-event-detail .tn-event-detail__additional-events-container .tn-additional-events__continue-shopping-link {
      display: none; }

.tn-events-detail-page .tn-ticketing-module-map-modal {
  background-color: rgba(0, 0, 0, 0.6); }
  .tn-events-detail-page .tn-ticketing-module-map-modal .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: 0; }
    .tn-events-detail-page .tn-ticketing-module-map-modal .modal-content .modal-header {
      border: 0;
      padding-bottom: 0; }
      .tn-events-detail-page .tn-ticketing-module-map-modal .modal-content .modal-header .close {
        background-color: transparent;
        border: 0; }
        .tn-events-detail-page .tn-ticketing-module-map-modal .modal-content .modal-header .close::before {
          background-color: #ffffff; }
        .tn-events-detail-page .tn-ticketing-module-map-modal .modal-content .modal-header .close::after {
          background-color: #ffffff; }
    .tn-events-detail-page .tn-ticketing-module-map-modal .modal-content .modal-body {
      padding-top: 0; }
    .tn-events-detail-page .tn-ticketing-module-map-modal .modal-content .modal-footer {
      display: none; }

.tn-events-detail-page .tn-event-dropdown .tn-event-dropdown__button {
  font-size: 1.2em;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #9098ab;
  cursor: pointer;
  position: relative; }
  .tn-events-detail-page .tn-event-dropdown .tn-event-dropdown__button::after {
    font: normal normal normal 22px/1 FontAwesome;
    content: '\f107';
    position: absolute;
    right: 10px;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    line-height: 34px; }

.tn-events-detail-page .tn-event-dropdown .tn-event-dropdown__button--open {
  color: #7133fd; }
  .tn-events-detail-page .tn-event-dropdown .tn-event-dropdown__button--open::after {
    transform: rotate(180deg); }

.tn-events-detail-page .tn-event-dropdown .tn-event-dropdown__content {
  display: none;
  color: #333; }
  .tn-events-detail-page .tn-event-dropdown .tn-event-dropdown__content p {
    margin: 0; }

.tn-subnav-component {
  margin-top: 125px;
  margin-bottom: 40px; }
  @media (min-width: 0) and (max-width: 993px) {
    .tn-subnav-component {
      margin-left: 0; } }
  .tn-subnav-component a {
    text-decoration: none;
    color: #000000; }
    .tn-subnav-component a:active {
      text-decoration: none;
      color: #7133fd; }
    .tn-subnav-component a:focus {
      text-decoration: none;
      color: #7133fd; }
    .tn-subnav-component a:hover {
      text-decoration: none;
      color: #7133fd; }
  @media (min-width: 993px) {
    .tn-subnav-component .tn-icon {
      display: none; } }
  .tn-subnav-component #tn-subnav-promo-button {
    color: #000000;
    text-transform: capitalize;
    text-decoration: none; }
    .tn-subnav-component #tn-subnav-promo-button:active {
      text-decoration: underline; }
    .tn-subnav-component #tn-subnav-promo-button:focus {
      text-decoration: underline; }
    .tn-subnav-component #tn-subnav-promo-button:hover {
      text-decoration: underline; }
  .tn-subnav-component #tn-subnav-promo-code {
    color: #7133fd;
    border: 1px solid #000000;
    width: 6.5em;
    margin-right: 5px;
    font-weight: bold; }
    .tn-subnav-component #tn-subnav-promo-code:-ms-input-placeholder {
      color: #000000;
      opacity: 1;
      text-align: center; }
    .tn-subnav-component #tn-subnav-promo-code::placeholder {
      color: #000000;
      opacity: 1;
      text-align: center; }

.node--tnew-template .tn-subnav-component .tn-link .tn-icon::before {
  color: #000000; }

.node--tnew-template .tn-subnav-component .tn-link .tn-icon::after {
  color: #000000; }

.tn-account-login-page {
  margin-bottom: 30px; }
  @media (min-width: 993px) {
    .tn-account-login-page {
      margin-bottom: 50px; } }
  .tn-account-login-page .tn-heading-sub-text p {
    margin-bottom: 10px; }
  .tn-account-login-page .tn-heading-sub-text h3 {
    text-transform: capitalize; }
  .tn-account-login-page h3 {
    font-size: 14px;
    line-height: 20px;
    color: #6b7180;
    font-weight: bold;
    margin-bottom: 10px; }
  .tn-account-login-page h2 {
    display: none; }
  .tn-account-login-page .tn-create-sub-heading {
    display: none; }
  .tn-account-login-page .tn-create-brief-heading {
    display: none; }
  .tn-account-login-page .tn-register-brief-button {
    display: none; }
  .tn-account-login-page .tn-create-heading {
    display: none; }
  .tn-account-login-page .tn-account-login-forgot-login-link {
    font-weight: bold;
    color: #7133fd;
    text-transform: uppercase;
    text-align: left; }
  .tn-account-login-page .tn-required-field {
    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; }
  .tn-account-login-page .tn-register-button {
    font-family: 'GT-Walsheim-Bold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #7133fd;
    color: #7133fd;
    -ms-flex-order: 3;
        order: 3;
    margin-right: 5px; }
    .tn-account-login-page .tn-register-button:active {
      text-decoration: none; }
    .tn-account-login-page .tn-register-button:focus {
      text-decoration: none; }
    .tn-account-login-page .tn-register-button:hover {
      text-decoration: none; }
    .tn-account-login-page .tn-register-button:active {
      color: #ffffff;
      background-color: #7133fd;
      border-color: #7133fd; }
    .tn-account-login-page .tn-register-button:focus {
      color: #ffffff;
      background-color: #7133fd;
      border-color: #7133fd; }
    .tn-account-login-page .tn-register-button:hover {
      color: #ffffff;
      background-color: #7133fd;
      border-color: #7133fd; }

#tn-login-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  @media (min-width: 550px) {
    #tn-login-form {
      margin-top: 40px; } }
  #tn-login-form .tn-login-component {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  #tn-login-form input {
    padding: 5px; }
  #tn-login-form label {
    font-family: 'GT-Walsheim-Bold', sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 0.9rem;
    color: #6a727f; }
  #tn-login-form p {
    display: inline-block;
    margin: 0 5px 5px 0;
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 1 0 150px;
        flex: 1 0 150px; }
    #tn-login-form p.login__required-fields {
      font-family: 'GT-Walsheim-Bold', sans-serif;
      font-weight: bold;
      color: #6a727f;
      display: block;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      -ms-flex-order: 5;
          order: 5;
      font-size: 0.8em; }
  #tn-login-form .btn {
    margin: 0 0 10px 3px; }
    @media (min-width: 550px) {
      #tn-login-form .btn {
        margin: 0 0 5px 5px; } }
  #tn-login-form .btn-primary {
    -ms-flex-order: 4;
        order: 4; }
  #tn-login-form fieldset {
    margin-bottom: 10px;
    -ms-flex-order: 1;
        order: 1; }
  #tn-login-form .col-sm-6 {
    width: 100%; }
    @media (min-width: 993px) {
      #tn-login-form .col-sm-6 {
        width: 75%; } }
    @media (min-width: 1024px) {
      #tn-login-form .col-sm-6 {
        width: 50%; } }

.tn-receipt-page {
  color: #6a727f; }
  .tn-receipt-page .tn-cart-item {
    border-top: none;
    padding: 0; }
    .tn-receipt-page .tn-cart-item .tn-cart-item-details__list-item {
      margin: 0; }
  .tn-receipt-page .tn-performance-title {
    color: #7133fd;
    font-weight: bold; }
  .tn-receipt-page .tn-order-information-line {
    margin-bottom: 5px; }
  .tn-receipt-page .tn-cart-totals__line-item--subtotal {
    color: #7133fd; }
    .tn-receipt-page .tn-cart-totals__line-item--subtotal .tn-cart-totals__label,
    .tn-receipt-page .tn-cart-totals__line-item--subtotal .tn-cart-totals__value {
      font-size: 1.2rem;
      line-height: 1.2rem;
      font-weight: bold; }
  .tn-receipt-page .tn-cart-totals__line-item--total .tn-cart-totals__label,
  .tn-receipt-page .tn-cart-totals__line-item--total .tn-cart-totals__value {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: bold; }
  .tn-receipt-page .tn-cart-item-summary__property--price-total {
    color: #7133fd;
    margin-right: 0; }
  .tn-receipt-page .tn-order-information-line tn-order-number > span:first-of-type,
  .tn-receipt-page .tn-order-information-line tn-order-date > span:first-of-type {
    font-weight: bold; }
  .tn-receipt-page .tn-cart-totals__line-item {
    border-top: 1px solid #6a727f;
    padding: 10px 0;
    margin: 10px 0;
    font-weight: bold;
    -ms-flex-align: baseline;
        align-items: baseline; }
  .tn-receipt-page h2 {
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    color: #6a727f;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.1rem;
    line-height: 1.1rem; }
  .tn-receipt-page .tn-cart-item-detail__list-item--price {
    margin-right: 0; }
  .tn-receipt-page .col-xs-12 {
    width: 100%;
    right: auto;
    float: none; }
    @media (min-width: 660px) {
      .tn-receipt-page .col-xs-12 {
        width: 100%; } }
  .tn-receipt-page .tn-cart-buttons__secondary-action {
    font-family: 'GT-Walsheim-Bold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    display: inline-block;
    color: #ffffff;
    background-color: #7133fd;
    border: 1px solid #7133fd;
    border-radius: 0; }
    .tn-receipt-page .tn-cart-buttons__secondary-action:active {
      text-decoration: none; }
    .tn-receipt-page .tn-cart-buttons__secondary-action:focus {
      text-decoration: none; }
    .tn-receipt-page .tn-cart-buttons__secondary-action:hover {
      text-decoration: none; }
    .tn-receipt-page .tn-cart-buttons__secondary-action:active {
      background-color: #ffffff;
      border-color: #7133fd;
      color: #7133fd; }
    .tn-receipt-page .tn-cart-buttons__secondary-action:focus {
      background-color: #ffffff;
      border-color: #7133fd;
      color: #7133fd; }
    .tn-receipt-page .tn-cart-buttons__secondary-action:hover {
      background-color: #ffffff;
      border-color: #7133fd;
      color: #7133fd; }
  .tn-receipt-page .tn-cart-buttons__primary-action {
    display: none; }
  .tn-receipt-page .tn-receipt-component .col-xs-12 {
    left: 0; }
  .tn-receipt-page .tn-receipt-component .tn-receipt-print {
    font-family: 'GT-Walsheim-Bold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #7133fd;
    color: #7133fd;
    margin-bottom: 15px; }
    .tn-receipt-page .tn-receipt-component .tn-receipt-print:active {
      text-decoration: none; }
    .tn-receipt-page .tn-receipt-component .tn-receipt-print:focus {
      text-decoration: none; }
    .tn-receipt-page .tn-receipt-component .tn-receipt-print:hover {
      text-decoration: none; }
    .tn-receipt-page .tn-receipt-component .tn-receipt-print:active {
      color: #ffffff;
      background-color: #7133fd;
      border-color: #7133fd; }
    .tn-receipt-page .tn-receipt-component .tn-receipt-print:focus {
      color: #ffffff;
      background-color: #7133fd;
      border-color: #7133fd; }
    .tn-receipt-page .tn-receipt-component .tn-receipt-print:hover {
      color: #ffffff;
      background-color: #7133fd;
      border-color: #7133fd; }
    .tn-receipt-page .tn-receipt-component .tn-receipt-print::before {
      color: #7133fd; }
    .tn-receipt-page .tn-receipt-component .tn-receipt-print:hover::before {
      color: #ffffff; }
  .tn-receipt-page .tn-order-address-information-component {
    margin-top: 15px; }
    .tn-receipt-page .tn-order-address-information-component .tn-patron-shipping-information {
      margin-top: 15px; }
  .tn-receipt-page .tn-cart-buttons {
    -ms-flex-pack: end;
        justify-content: end; }

.tn-receipt-page .tn-cart-item {
  border-top: none;
  padding: 0; }
  .tn-receipt-page .tn-cart-item .tn-cart-item-details__list-item {
    margin: 0; }

.tn-receipt-page .tn-performance-title {
  color: #7133fd;
  font-weight: bold; }

.tn-receipt-page .tn-order-information-line {
  margin-bottom: 5px; }

.tn-receipt-page .tn-cart-totals__line-item--subtotal {
  color: #7133fd; }
  .tn-receipt-page .tn-cart-totals__line-item--subtotal .tn-cart-totals__label,
  .tn-receipt-page .tn-cart-totals__line-item--subtotal .tn-cart-totals__value {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold; }

.tn-receipt-page .tn-cart-totals__line-item--total .tn-cart-totals__label,
.tn-receipt-page .tn-cart-totals__line-item--total .tn-cart-totals__value {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold; }

.tn-receipt-page .tn-cart-item-summary__property--price-total {
  color: #7133fd;
  margin-right: 0; }

.tn-receipt-page .tn-order-information-line tn-order-number > span:first-of-type,
.tn-receipt-page .tn-order-information-line tn-order-date > span:first-of-type {
  font-weight: bold; }

.tn-receipt-page .tn-cart-totals__line-item {
  border-top: 1px solid #6a727f;
  padding: 10px 0;
  margin: 10px 0;
  font-weight: bold;
  -ms-flex-align: baseline;
      align-items: baseline; }

.tn-receipt-page h2 {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  color: #6a727f;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1.1rem;
  line-height: 1.1rem; }

.tn-receipt-page .tn-cart-item-detail__list-item--price {
  margin-right: 0; }

.tn-cart-details-page .tn-cart-item {
  border-top: none;
  padding: 0; }
  .tn-cart-details-page .tn-cart-item .tn-cart-item-details__list-item {
    margin: 0; }

.tn-cart-details-page .tn-performance-title {
  color: #7133fd;
  font-weight: bold; }

.tn-cart-details-page .tn-order-information-line {
  margin-bottom: 5px; }

.tn-cart-details-page .tn-cart-totals__line-item--subtotal {
  color: #7133fd; }
  .tn-cart-details-page .tn-cart-totals__line-item--subtotal .tn-cart-totals__label,
  .tn-cart-details-page .tn-cart-totals__line-item--subtotal .tn-cart-totals__value {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold; }

.tn-cart-details-page .tn-cart-totals__line-item--total .tn-cart-totals__label,
.tn-cart-details-page .tn-cart-totals__line-item--total .tn-cart-totals__value {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold; }

.tn-cart-details-page .tn-cart-item-summary__property--price-total {
  color: #7133fd;
  margin-right: 0; }

.tn-cart-details-page .tn-order-information-line tn-order-number > span:first-of-type,
.tn-cart-details-page .tn-order-information-line tn-order-date > span:first-of-type {
  font-weight: bold; }

.tn-cart-details-page .tn-cart-totals__line-item {
  border-top: 1px solid #6a727f;
  padding: 10px 0;
  margin: 10px 0;
  font-weight: bold;
  -ms-flex-align: baseline;
      align-items: baseline; }

.tn-cart-details-page h2 {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  color: #6a727f;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1.1rem;
  line-height: 1.1rem; }

.tn-cart-details-page .tn-cart-item-detail__list-item--price {
  margin-right: 0; }

.tn-payment-page .tn-cart-item {
  border-top: none;
  padding: 0; }
  .tn-payment-page .tn-cart-item .tn-cart-item-details__list-item {
    margin: 0; }

.tn-payment-page .tn-performance-title {
  color: #7133fd;
  font-weight: bold; }

.tn-payment-page .tn-order-information-line {
  margin-bottom: 5px; }

.tn-payment-page .tn-cart-totals__line-item--subtotal {
  color: #7133fd; }
  .tn-payment-page .tn-cart-totals__line-item--subtotal .tn-cart-totals__label,
  .tn-payment-page .tn-cart-totals__line-item--subtotal .tn-cart-totals__value {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold; }

.tn-payment-page .tn-cart-totals__line-item--total .tn-cart-totals__label,
.tn-payment-page .tn-cart-totals__line-item--total .tn-cart-totals__value {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold; }

.tn-payment-page .tn-cart-item-summary__property--price-total {
  color: #7133fd;
  margin-right: 0; }

.tn-payment-page .tn-order-information-line tn-order-number > span:first-of-type,
.tn-payment-page .tn-order-information-line tn-order-date > span:first-of-type {
  font-weight: bold; }

.tn-payment-page .tn-cart-totals__line-item {
  border-top: 1px solid #6a727f;
  padding: 10px 0;
  margin: 10px 0;
  font-weight: bold;
  -ms-flex-align: baseline;
      align-items: baseline; }

.tn-payment-page h2 {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  color: #6a727f;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1.1rem;
  line-height: 1.1rem; }

.tn-payment-page .tn-cart-item-detail__list-item--price {
  margin-right: 0; }

.tn-cart-details-page .tn-header-component .tn-heading-presale {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px; }
  @media (min-width: 993px) {
    .tn-cart-details-page .tn-header-component .tn-heading-presale {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.tn-cart-details-page .tn-header-component .tn-heading-info {
  padding: 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  margin: 10px 10px;
  position: relative; }
  @media (min-width: 993px) {
    .tn-cart-details-page .tn-header-component .tn-heading-info {
      margin: 0px 10px; } }
  .tn-cart-details-page .tn-header-component .tn-heading-info p {
    color: #9098ab;
    margin: 10px 0 10px 0; }
    @media (min-width: 993px) {
      .tn-cart-details-page .tn-header-component .tn-heading-info p {
        margin: 10px 0 50px 0; } }
  .tn-cart-details-page .tn-header-component .tn-heading-info a {
    text-decoration: none; }
  .tn-cart-details-page .tn-header-component .tn-heading-info .tn-heading-info-btn {
    border: 1px solid #7133fd;
    font-size: 17px;
    padding: 5px 15px;
    color: #7133fd;
    font-weight: bold; }
    @media (min-width: 993px) {
      .tn-cart-details-page .tn-header-component .tn-heading-info .tn-heading-info-btn {
        position: absolute;
        bottom: 0; } }
    .tn-cart-details-page .tn-header-component .tn-heading-info .tn-heading-info-btn:hover {
      background-color: #7133fd;
      color: #ffffff; }

.tn-payment-page .tn-component-contact-permissions {
  margin-bottom: 40px; }

.tn-payment-page .tn-component-contact-permissions__settings {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #7133fd;
  padding: 20px; }
  .tn-payment-page .tn-component-contact-permissions__settings .tn-component-contact-permissions__settings__item {
    background-color: transparent;
    color: #ffffff;
    border: none;
    padding-left: 0;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ffffff; }
    .tn-payment-page .tn-component-contact-permissions__settings .tn-component-contact-permissions__settings__item:last-of-type {
      border: 0; }
    .tn-payment-page .tn-component-contact-permissions__settings .tn-component-contact-permissions__settings__item fieldset {
      margin: 10px;
      max-width: 185px; }
    .tn-payment-page .tn-component-contact-permissions__settings .tn-component-contact-permissions__settings__item .tn-component-contact-permissions__settings__item__header {
      margin-bottom: 0;
      min-width: 300px;
      max-width: 300px;
      padding-right: 25px; }
      .tn-payment-page .tn-component-contact-permissions__settings .tn-component-contact-permissions__settings__item .tn-component-contact-permissions__settings__item__header h3 {
        margin-bottom: 10px; }

.tn-payment-page .contact-permissions-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #7133fd !important;
  color: #ffffff !important;
  padding: 10px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tn-payment-page .contact-permissions-items .contact-permissions-item {
    text-align: left;
    padding: 15px; }
    .tn-payment-page .contact-permissions-items .contact-permissions-item .tn-component__fieldset-radio {
      margin-bottom: 0; }
      .tn-payment-page .contact-permissions-items .contact-permissions-item .tn-component__fieldset-radio .tn-component__radio-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: start; }
        .tn-payment-page .contact-permissions-items .contact-permissions-item .tn-component__fieldset-radio .tn-component__radio-group label {
          margin-right: 10px; }

.tn-payment-page .tn-component-contact-permissions__footer-actions {
  margin-top: 10px; }
  .tn-payment-page .tn-component-contact-permissions__footer-actions .btn-dismiss {
    font-family: 'GT-Walsheim-Bold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #7133fd;
    color: #7133fd; }
    .tn-payment-page .tn-component-contact-permissions__footer-actions .btn-dismiss:active {
      text-decoration: none; }
    .tn-payment-page .tn-component-contact-permissions__footer-actions .btn-dismiss:focus {
      text-decoration: none; }
    .tn-payment-page .tn-component-contact-permissions__footer-actions .btn-dismiss:hover {
      text-decoration: none; }
    .tn-payment-page .tn-component-contact-permissions__footer-actions .btn-dismiss:active {
      color: #ffffff;
      background-color: #7133fd;
      border-color: #7133fd; }
    .tn-payment-page .tn-component-contact-permissions__footer-actions .btn-dismiss:focus {
      color: #ffffff;
      background-color: #7133fd;
      border-color: #7133fd; }
    .tn-payment-page .tn-component-contact-permissions__footer-actions .btn-dismiss:hover {
      color: #ffffff;
      background-color: #7133fd;
      border-color: #7133fd; }
  .tn-payment-page .tn-component-contact-permissions__footer-actions .btn-save {
    font-family: 'GT-Walsheim-Bold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    display: inline-block;
    color: #ffffff;
    background-color: #7133fd;
    border: 1px solid #7133fd;
    border-radius: 0;
    margin-left: 10px; }
    .tn-payment-page .tn-component-contact-permissions__footer-actions .btn-save:active {
      text-decoration: none; }
    .tn-payment-page .tn-component-contact-permissions__footer-actions .btn-save:focus {
      text-decoration: none; }
    .tn-payment-page .tn-component-contact-permissions__footer-actions .btn-save:hover {
      text-decoration: none; }
    .tn-payment-page .tn-component-contact-permissions__footer-actions .btn-save:active {
      background-color: #ffffff;
      border-color: #7133fd;
      color: #7133fd; }
    .tn-payment-page .tn-component-contact-permissions__footer-actions .btn-save:focus {
      background-color: #ffffff;
      border-color: #7133fd;
      color: #7133fd; }
    .tn-payment-page .tn-component-contact-permissions__footer-actions .btn-save:hover {
      background-color: #ffffff;
      border-color: #7133fd;
      color: #7133fd; }

.tn-payment-page .tn-order-address-information-component {
  display: none; }

.tn-payment-page .tn-payment-submit-component {
  text-align: right;
  margin-bottom: 30px; }
  .tn-payment-page .tn-payment-submit-component .btn-primary {
    padding: 5px 30px; }

.tn-payment-page .tn-donation-ask-component .col-md-4 {
  width: 100%; }

.tn-payment-page .tn-donation-ask-component #tn-add-donation-form {
  display: -ms-flexbox;
  display: flex; }
  .tn-payment-page .tn-donation-ask-component #tn-add-donation-form .form-group {
    margin: 0; }
  .tn-payment-page .tn-donation-ask-component #tn-add-donation-form .help-block {
    margin: 0; }
  .tn-payment-page .tn-donation-ask-component #tn-add-donation-form .tn-amount {
    padding-right: 5px; }
  .tn-payment-page .tn-donation-ask-component #tn-add-donation-form #tn-add-donation-button {
    height: 34px;
    margin-left: 10px;
    -ms-flex-item-align: end;
        align-self: flex-end; }

.tn-receipt-page .tn-cart-item {
  border-top: none;
  padding: 0; }
  .tn-receipt-page .tn-cart-item .tn-cart-item-details__list-item {
    margin: 0; }

.tn-receipt-page .tn-performance-title {
  color: #7133fd;
  font-weight: bold; }

.tn-receipt-page .tn-order-information-line {
  margin-bottom: 5px; }

.tn-receipt-page .tn-cart-totals__line-item--subtotal {
  color: #7133fd; }
  .tn-receipt-page .tn-cart-totals__line-item--subtotal .tn-cart-totals__label,
  .tn-receipt-page .tn-cart-totals__line-item--subtotal .tn-cart-totals__value {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold; }

.tn-receipt-page .tn-cart-totals__line-item--total .tn-cart-totals__label,
.tn-receipt-page .tn-cart-totals__line-item--total .tn-cart-totals__value {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold; }

.tn-receipt-page .tn-cart-item-summary__property--price-total {
  color: #7133fd;
  margin-right: 0; }

.tn-receipt-page .tn-order-information-line tn-order-number > span:first-of-type,
.tn-receipt-page .tn-order-information-line tn-order-date > span:first-of-type {
  font-weight: bold; }

.tn-receipt-page .tn-cart-totals__line-item {
  border-top: 1px solid #6a727f;
  padding: 10px 0;
  margin: 10px 0;
  font-weight: bold;
  -ms-flex-align: baseline;
      align-items: baseline; }

.tn-receipt-page h2 {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  color: #6a727f;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1.1rem;
  line-height: 1.1rem; }

.tn-receipt-page .tn-cart-item-detail__list-item--price {
  margin-right: 0; }

.tn-payment-page #payment-terms__checkbox {
  margin-right: 10px; }

.tn-payment-page #tn-payment-submit-button {
  margin-left: 20px; }

.tn-payment-page .payment-terms__label--error {
  color: #f00; }
  .tn-payment-page .payment-terms__label--error a {
    color: #f00; }

.tn-events-listing-page .tn-event-listing-mode-tab-nav__list {
  display: none !important;
  border-color: #7133fd;
  border-width: 1px; }

.tn-events-listing-page .tn-event-listing-mode-tab-nav__list--secondary {
  position: static; }

.tn-events-listing-page .tn-events-calendar__day-event-list-item {
  margin-right: 0; }

.tn-events-listing-page .tn-event-listing-mode-tab-nav__list-item {
  background-color: #ffffff;
  border-color: #7133fd;
  color: #7133fd;
  border-width: 1px; }
  .tn-events-listing-page .tn-event-listing-mode-tab-nav__list-item.active {
    background-color: #7133fd;
    border-color: #7133fd;
    color: #ffffff;
    margin-bottom: 0; }

.tn-events-listing-page .list-unstyled {
  padding-right: 0; }

.tn-events-listing-page .tn-prod-list-item {
  margin-right: 0; }

.tn-events-listing-page .tn-prod-list-item__perf-list-item {
  margin-right: 0; }

.tn-events-listing-page .tn-prod-list-item__property {
  padding-right: 0; }

.tn-events-listing-page .soldout-event {
  pointer-events: none; }
  .tn-events-listing-page .soldout-event .tn-events-calendar__event-purchase {
    display: none; }

.tn-events-listing-page .tn-events-calendar-view--day {
  display: block; }
  @media (min-width: 993px) {
    .tn-events-listing-page .tn-events-calendar-view--day {
      display: -ms-grid;
      display: grid;
      -ms-grid-template-columns: 360px 40px 1fr;
      -ms-grid-columns: 360px 40px 1fr;
          grid-template-columns: 360px 40px 1fr;
      -ms-grid-template-rows: 1fr;
      -ms-grid-rows: 1fr;
          grid-template-rows: 1fr; } }
  .tn-events-listing-page .tn-events-calendar-view--day li {
    margin: 0; }

@media (min-width: 993px) {
  .tn-events-listing-page .tn-event-listing-view__controls-container {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; } }

@media (min-width: 993px) {
  .tn-events-listing-page .tn-event-listing-view__results-container {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1; } }

.tn-events-listing-page .tn-event-listing-view__results-heading {
  display: none; }

.tn-events-listing-page .tn-events-calendar__list-day-heading {
  display: none; }

.tn-events-listing-page .tn-events-calendar__day-event-list-item {
  border-bottom: 1px solid #9098ab;
  padding: 20px 0 20px 0; }
  .tn-events-listing-page .tn-events-calendar__day-event-list-item:first-of-type {
    padding-top: 0; }
    .tn-events-listing-page .tn-events-calendar__day-event-list-item:first-of-type .tn-events-calendar__event {
      padding-top: 0; }

.tn-events-listing-page .tn-events-calendar__event {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: start;
      justify-content: flex-start;
  background: none;
  border: none; }

.tn-events-listing-page .tn-events-calendar__event-name {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  text-align: left;
  font-size: 24px;
  color: #6a727f;
  margin-top: 15px; }
  @media (min-width: 993px) {
    .tn-events-listing-page .tn-events-calendar__event-name {
      -ms-flex: 1 0 50px;
          flex: 1 0 50px; } }

.tn-events-listing-page .tn-events-calendar__event-time {
  font-family: 'GT-Walsheim-Bold', sans-serif;
  -ms-flex-order: -1;
      order: -1;
  color: #7133fd;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  text-align: left;
  position: static; }

.tn-events-listing-page .tn-events-calendar__event-status {
  margin: 25px 0 0 0;
  font-style: normal;
  background-color: rgba(221, 218, 218, 0.5);
  color: #7d7d7d;
  width: 100%; }
  @media (min-width: 993px) {
    .tn-events-listing-page .tn-events-calendar__event-status {
      width: auto;
      margin: 0; } }

.tn-events-listing-page .tn-datepicker {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  box-shadow: none;
  border: 0;
  padding: 0;
  position: static !important; }
  .tn-events-listing-page .tn-datepicker tr:first-child {
    display: none; }
  .tn-events-listing-page .tn-datepicker .week {
    max-height: 30px;
    line-height: 30px;
    background-color: transparent; }
    .tn-events-listing-page .tn-datepicker .week span {
      color: #000000; }

.tn-events-listing-page .tn-btn-datepicker__icon-container {
  color: #7133fd; }

.tn-events-listing-page .tn-events-calendar__event-purchase {
  font-family: 'GT-Walsheim-Bold', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  display: inline-block;
  color: #ffffff;
  background-color: #7133fd;
  border: 1px solid #7133fd;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin-top: 15px; }
  .tn-events-listing-page .tn-events-calendar__event-purchase:active {
    text-decoration: none; }
  .tn-events-listing-page .tn-events-calendar__event-purchase:focus {
    text-decoration: none; }
  .tn-events-listing-page .tn-events-calendar__event-purchase:hover {
    text-decoration: none; }
  .tn-events-listing-page .tn-events-calendar__event-purchase:active {
    background-color: #ffffff;
    border-color: #7133fd;
    color: #7133fd; }
  .tn-events-listing-page .tn-events-calendar__event-purchase:focus {
    background-color: #ffffff;
    border-color: #7133fd;
    color: #7133fd; }
  .tn-events-listing-page .tn-events-calendar__event-purchase:hover {
    background-color: #ffffff;
    border-color: #7133fd;
    color: #7133fd; }
  @media (min-width: 993px) {
    .tn-events-listing-page .tn-events-calendar__event-purchase {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      margin-left: 20px; } }

.tn-events-listing-page .tn-btn-datepicker__btn-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 46px 1fr;
  grid-template-rows: 46px 1fr;
  -ms-grid-columns: 50px 1fr 50px;
  grid-template-columns: 50px 1fr 50px; }

.tn-events-listing-page .calendar {
  width: 100%; }
  .tn-events-listing-page .calendar .day {
    width: 10%;
    border: 1px solid #ffffff; }
    .tn-events-listing-page .calendar .day span {
      font-family: 'GT-Walsheim-Bold', sans-serif;
      font-weight: bold;
      min-width: 35px;
      background-color: #eeeeee;
      color: #6b7180; }
    .tn-events-listing-page .calendar .day.selected span {
      color: #ffffff;
      background-color: #7133fd; }
    .tn-events-listing-page .calendar .day.disabled span {
      color: #9098ab; }

.tn-events-listing-page .tn-btn-datepicker__btn {
  border-color: #7133fd;
  border-radius: 0;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2; }

.tn-events-listing-page .tn-btn-datepicker__btn-period-prev-next--btn-prev {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1; }

.tn-events-listing-page .tn-btn-datepicker__btn-period-prev-next--btn-next {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3; }

.tn-events-listing-page .tn-btn-datepicker__btn-period-prev-next {
  width: 100%;
  height: 100%; }

@media (min-width: 993px) {
  .tn-account-create-page .col-sm-6 {
    width: 75%; } }

.tn-account-create-page h2 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #6a727f; }

.tn-account-create-page .tn-component-contact-permissions__settings__item {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: #333; }
  .tn-account-create-page .tn-component-contact-permissions__settings__item .ng-scope {
    display: inline-block;
    padding: 15px;
    background-color: #7133fd;
    width: 75%;
    color: #ffffff; }
    @media (min-width: 993px) {
      .tn-account-create-page .tn-component-contact-permissions__settings__item .ng-scope {
        width: auto; } }
    .tn-account-create-page .tn-component-contact-permissions__settings__item .ng-scope .tn-component__fieldset-radio {
      padding: 0; }

.tn-account-create-page #tn-account-register-button-register {
  margin-bottom: 25px; }

.tn-pre-cart-page .tn-plug-in-add-ons-item .tn-plug-in-add-ons-item-synopsis {
  margin: 0; }

.tn-pre-cart-page .tn-plug-in-add-ons-item .tn-plug-in-add-ons-ticket-selection {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  -ms-grid-row: 2; }

.tn-pre-cart-page .tn-plug-in-add-ons-item .tn-plug-in-add-ons-item-image {
  padding-right: 15px; }

/*# sourceMappingURL=somerset.tnew.styles.css.map */
