/* BASE =================================================== */

/* reset =================================================== */

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
img,
nav,
section {
  display: block;
}

/* elements =================================================== */

body {
  position: relative;
  margin: 0 1.5em 1.5em 1.5em;
  background: rgb(255, 255, 255);
  font: 81.25%/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgb(100, 100, 100);
  padding-top: 20px;
}

figure {
  margin-bottom: 1.5em;
}

img {
  max-width: 100%;
}

img.img-border {
  border: 1px solid rgb(230, 230, 230);
}

iframe {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}

h2 {
  color: rgb(0, 0, 0);
  font-weight: bold;
}

h3 {
  color: rgb(0, 0, 0);
  font-weight: bold;
  /*	margin-bottom: 1.5em;*/
}

h4 {
  color: rgb(0, 0, 0);
  font-weight: normal;
  /*	margin-bottom: 1.5em;*/
}

p {
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 1.5em;
}

ul li {
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
}

a {
  color: rgb(204, 0, 0);
  text-decoration: none;
}

strong {
  color: rgb(0, 0, 0);
}

/* LAYOUT =================================================== */

/* major =================================================== */

header[role='banner'] {
  position: relative;
  margin-bottom: 1.5em;
}

.content {
  position: relative;
}

.main {
  position: relative;
  margin-bottom: 1.5em;
  border-top: 5px solid rgb(204, 0, 0);
  padding-top: 1.5em;
}

.anniversary .main {
  border-top: 5px solid rgb(135, 118, 78);
}

.curtain-up .main {
  border-top: 5px solid rgb(254, 0, 118);
  padding-top: 1.5rem;
}

.letters .main {
  border-top: 5px solid rgb(0, 169, 149);
  padding-top: 1.5rem;
}

.sidebar {
  position: relative;
}

.sidebar nav {
  margin-bottom: 3em;
}

footer[role='contentinfo'] {
  position: relative;
  margin-bottom: 1.5em;
}

/* minor =================================================== */

.l-inline li {
  display: inline-block;
}

.l-padding-top {
  padding-top: 1.5em;
}

.l-stacked li {
  display: block;
}

.l-col > .heading,
.l-col-full > .heading {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.l-block {
  display: block;
}

.l-col-full {
  position: relative;
  margin-top: 1em;
  float: left;
  width: 100%;
  clear: both;
}

.l-col .feature-iframe {
  float: none;
  width: 100% !important;
  max-width: 100% !important;
}
.l-col .feature-iframe-wrapper {
  float: none;
  width: 100% !important;
  max-width: 100% !important;
}

/* MODULES =================================================== */

/* anniversary =================================================== */

.anniversary-image {
  margin-bottom: 1.6em;
}

/* archive =================================================== */

.archive {
  margin-left: 0;
}

.archive li {
  list-style: none;
}

/* border =================================================== */

.border {
  border-color: rgb(204, 0, 0);
  border-width: 5px;
  border-style: solid;
}

.anniversary .border {
  border-color: rgb(135, 118, 78);
}

.curtain-up .border {
  border-color: rgb(254, 0, 118);
}

.letters .border {
  border-color: rgb(0, 169, 149);
}

.border-bottom {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.border-top {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.border-spacing {
  padding-top: 1em;
}

/* border-thin =================================================== */

.border-thin {
  border: 1px solid rgb(210, 210, 210);
}

.border-thin-bottom {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.border-thin-top {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* confirmation =================================================== */

.confirmation {
  color: rgb(123, 168, 79);
}

/* feature =================================================== */

.feature {
  position: relative;
  margin: 0 0 1.5em 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.feature-iframe {
  z-index: 1000;
}

.feature figure,
.feature-iframe-wrapper {
  position: relative;
  margin-bottom: 1px;
}

.feature-book {
  position: absolute;
  display: block;
  bottom: 15px;
  right: 15px;
  background: rgb(204, 0, 0);
  color: rgb(255, 255, 255);
  z-index: 1;
  padding: 0.4em 0.5em 0.25em 0.5em;
}

.feature-book.feature-book-slide {
  position: relative;
  bottom: -1px;
  text-align: center;
  padding: 0.6rem;
  margin-bottom: 2px;
  font-weight: 400;
  text-transform: uppercase;
  left: 0;
  right: 0;
}

.feature-text {
  display: block;
  position: relative;
  background: rgb(50, 50, 50);
  padding: 1em;
}

.anniversary .feature-text {
  background: rgb(135, 118, 78);
}

.curtain-up .feature-text {
  background: rgb(254, 0, 118);
}

.letters .feature-text {
  background: rgb(0, 169, 149);
}

.feature-text-heading {
  color: rgb(255, 255, 255);
}

.feature > h2 {
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
}

.feature h3 {
  margin: 0;
}

.feature-text p {
  color: rgb(150, 150, 150);
  margin: 0;
}

.anniversary .feature-text p {
  color: rgb(213, 205, 185);
}

.feature-text p a {
  color: rgb(255, 255, 255);
}

a.feature-text:hover {
  background: rgb(204, 0, 0);
}

.anniversary a.feature-text:hover {
  background: rgb(170, 151, 103);
}

.curtain-up a.feature-text:hover {
  background: rgb(254, 0, 118);
}

.letters a.feature-text:hover {
  background: rgb(0, 169, 149);
}

a.feature-text:hover p {
  color: rgb(255, 255, 255);
}

.feature-iframe {
  max-width: 300px;
}

.feature-iframe-wrapper {
  /* max-width: 300px; */
  background: rgb(0, 0, 0);
}

.feature-iframe-wrapper iframe {
  text-align: center;
}

.feature-box-wrapper {
  position: relative;
  margin: 20px 0;
  width: 100%;
}

.feature-box {
  /* max-width: 300px;
	height: 285px; 
	height: 300px; */
}

.whats-on .feature-box-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.whats-on .feature-box {
  width: 100%;
  /* height: 250px; */
}

.feature-box img {
  width: 100%;
  height: auto;
}

.feature-news {
  max-width: 300px;
}

.feature-news figure {
  margin-bottom: 0.5em;
}

/*.feature-news h2 a {
	color: rgb(0,0,0);
}*/

.feature-news time {
  color: rgb(0, 0, 0);
}

/* filters- =================================================== */

.filters {
  position: relative;
  margin-bottom: 2.4em;
  padding: 1.6em;
  background: rgb(245, 245, 245);
  border-top: 5px solid rgb(135, 118, 78);
  border-bottom: 1px solid rgb(135, 118, 78);
}

.curtain-up .filters {
  border-top: 5px rgb(254, 0, 118);
  border-bottom: 1px rgb(254, 0, 118);
}

.letters .filters {
  border-top: 5px solid rgb(0, 169, 149);
  border-bottom: 1px solid rgb(0, 169, 149);
}

.filters label {
  display: block;
  margin-bottom: 5px;
  color: rgb(135, 118, 78);
}

.filters-search input {
  position: relative;
  border: 1px solid rgb(210, 210, 210);
  padding: 0.5em;
  width: 150px;
  background: rgb(255, 255, 255) url(../design/icons/magnify.png) 135px 50%
    no-repeat;
}

.filters-search {
  margin-bottom: 1.6em;
}

.filters-format {
  position: relative;
  margin-bottom: 1.6em;
}

.filters-decade {
  position: relative;
}

/* flexslider =================================================== */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* flexslider - Lyceum styles =================================================== */

.flexslider {
  margin: 0 0 2em 0;
  position: relative;
  width: 100%;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

.flexslider ul {
  margin: 0;
}

.flexslider ul li {
  list-style: none;
}

.flexslider figure {
  margin: 0 0 1px 0;
}

/* flexslider - slide-text =================================================== */

.slide-text {
  display: block;
  position: relative;
  background: rgb(50, 50, 50);
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slide-text h1 {
  color: rgb(255, 255, 255);
  font-family: 'ff-din-web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  line-height: 1em;
  text-transform: uppercase;
}

.slide-text a {
  color: rgb(255, 255, 255);
}

.slide-text ul li {
  color: rgb(150, 150, 150);
  font-weight: bold;
}

.slide-text ul li.slide-dates {
  margin-bottom: 1em;
}

.slide-text ul li.slide-more {
  float: left;
  margin-right: 1em;
}

.slide-text ul li.slide-book {
  /*	float: left;
	margin-right: 1em;*/
  display: none;
}

.feature-book-slide {
  display: block;
}

.feature-call {
  display: none;
}

/* flexslider - control-nav =================================================== */

.flex-control-nav {
  position: absolute;
  left: 20px;
  top: 20px;
  display: none;
}

.flex-control-nav li {
  margin: 0 15px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  background: rgb(220, 220, 220);
  /*	background: rgba(255,255,255,.5);*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  /*	background: rgb(255,255,255);*/
  background: rgb(245, 245, 245);
}

.flex-control-paging li a.flex-active {
  cursor: default;
  background: rgb(245, 245, 245);
}

/* flexslider - direction-nav =================================================== */

.flex-direction-nav {
  display: none;
}

/* footer =================================================== */

.creative-scotland,
.city-of-edinburgh {
  margin-bottom: 0.75em;
}

/* form =================================================== */

.hiddenFields {
  position: absolute;
}

.form div {
  margin-bottom: 1.5em;
}

.form br {
  display: none;
}

.form label {
  display: block;
  color: rgb(204, 0, 0);
  margin-bottom: 0.2em;
}

.wl-search label {
  color: inherit;
  margin-bottom: 1em;
}

.form-text {
  display: block;
  color: rgb(90, 90, 90);
  font: 1em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 1px solid rgb(210, 210, 210);
  padding: 0.5em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-select {
  display: block;
  color: rgb(90, 90, 90);
  font: 1em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 1px solid rgb(210, 210, 210);
  padding: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*   -webkit-appearance: none;*/
}

.form textarea {
  height: 300px;
}

.form-search input {
  border: 1px solid rgb(210, 210, 210);
  padding: 0.5em;
  width: 150px;
  background: url(../design/icons/magnify.png) 135px 50% no-repeat;
}

.wl-search {
  margin-bottom: 2em;
}

.form button {
  color: rgb(255, 255, 255);
  background: rgb(204, 0, 0);
  padding: 1em;
  border: 0;
  cursor: pointer;
}

.form button:hover {
  background: rgb(220, 0, 0);
}

/* gallery =================================================== */

.gallery {
  float: left;
  width: 100%;
  margin: 0 0 1.5em 0;
}

.gallery li {
  float: left;
  list-style: none;
  margin: 0 1em 1em 0;
}

body.youth-theatre-index .gallery {
  margin: 0 0 1em 0;
}

body.youth-theatre-index .gallery li {
  margin: 0 0.5em 0.5em 0;
}

/* heading =================================================== */

.heading {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'ff-din-web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  line-height: 1em;
  letter-spacing: 0.07em;
  color: rgb(0, 0, 0);
  text-rendering: optimizeLegibility;
}

.feature-box > .heading {
  font-size: 1em;
}

.heading-main {
  font-size: 1.3125em;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.3125em;
}

.heading span {
  color: rgb(170, 151, 103);
}

.curtain-up .heading span {
  color: rgb(254, 0, 118);
}

.letters .heading span {
  color: rgb(0, 169, 149);
}

.sidebar .heading {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.heading a {
  color: rgb(0, 0, 0);
}

.feature-book {
  color: rgb(255, 255, 255);
}

.heading-toggle {
  position: relative;
  cursor: pointer;
}

.indicator {
  position: absolute;
  right: 0;
  width: 13px;
  height: 12px;
  background: url(../design/indicator.png) no-repeat;
}

/* channel-link =================================================== */

.channel-link {
  display: block;
  margin-top: 1em;
  color: rgb(180, 180, 180);
}

.channel-link:hover {
  color: rgb(204, 0, 0);
}

/* local-nav =================================================== */

.local-nav {
  margin-bottom: 1em;
}

.local-nav a {
  display: block;
  color: rgb(51, 51, 51);
  padding: 0.5em 0;
  border-bottom: 1px solid rgb(210, 210, 210);
}

.local-nav > li:last-child a {
  border: 0;
}

.local-nav li.here a {
  /*	color: rgb(140,140,140);*/
  color: rgb(204, 0, 0);
}

.local-nav a:hover,
.local-nav li.here a:hover {
  color: rgb(204, 0, 0);
}

.local-nav-first {
  margin-bottom: 1.5em;
}

.local-nav ul {
  margin-bottom: 0;
}

.local-nav ul a {
  font-size: 0.875em;
  color: rgb(140, 140, 140);
  font-weight: normal;
}

.local-nav ul > li:last-child a {
  border: 0;
}

.local-nav li {
  position: relative;
}

/* login-panel =================================================== */

.login-panel {
  display: block;
  border: 1px solid rgb(210, 210, 210);
  background-color: rgb(245, 245, 245);
  padding: 1em;
  margin-top: -1em;
  margin-bottom: 1em;
}

/* logo =================================================== */

.logo {
  position: relative;
  width: 220px;
  height: 83px;
  background: url(../design/banner/logo_small.png) no-repeat;
  margin-bottom: 1em;
}

.logo-50th {
  background: url(../design/banner/logo_small_50th.png) no-repeat;
}

.logo a {
  position: relative;
  display: block;
  width: 220px;
  height: 83px;
}

/* nav-wrapper =================================================== */

.nav-wrapper {
  display: none;
  margin-bottom: 1em;
}

.nav-wrapper ul {
  margin: 0;
}

.nav-wrapper li {
  list-style: none;
  margin: 0;
}

/* nav-primary =================================================== */

.nav-primary a {
  display: block;
  color: rgb(255, 255, 255);
  padding: 0.5em;
  background: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(255, 255, 255);
}

.nav-primary li.nav-item--highlighted a {
  background: rgb(204, 0, 0);
  text-transform: uppercase;
}

body.whats-on li.whats-on a,
body.creative-learning li.creative-learning a,
body.support-us li.support-us a,
body.youth-theatre li.youth-theatre a,
.nav-primary a:hover {
  background: rgb(204, 0, 0);
}

/* nav-secondary =================================================== */

.nav-secondary a {
  display: block;
  color: rgb(255, 255, 255);
  padding: 0.5em;
  background: rgb(120, 120, 120);
  border-bottom: 1px solid rgb(255, 255, 255);
}

body.press li.press a,
body.about-the-lyceum li.about-the-lyceum a,
body.your-visit li.your-visit a,
body.work-with-us li.work-with-us a,
body.contact li.contact a,
body.newsletter li.newsletter a,
.nav-secondary a:hover {
  background: rgb(204, 0, 0);
}

/* nav-trigger =================================================== */

.nav-trigger {
  position: absolute;
  text-indent: -999px;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(../design/icons/nav.png) no-repeat;
  cursor: pointer;
}

/* search-trigger =================================================== */
.search__trigger {
  position: absolute;
  right: 0;
  top: 50px;
  cursor: pointer;
}

/* news =================================================== */

.news-list {
  border-bottom: 1px solid rgb(210, 210, 210);
  margin-bottom: 1em;
}

.news-list-last {
  border: 0;
  margin: 0;
}

.news-heading {
  margin-bottom: 1em;
}

.news-heading h1 {
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.news-heading time {
  color: rgb(0, 0, 0);
}

.news-summary {
  margin-bottom: 1em;
}

.news-category {
  color: rgb(160, 160, 160);
}

/* news-archive =================================================== */

.news-archive dt {
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin-top: 1.5em;
}

.news-archive dt:first-of-type {
  margin: 0;
}

/* no-bullets =================================================== */

.no-bullets {
  margin-left: 0;
}

.no-bullets li {
  list-style: none;
}

/* pagination =================================================== */

.pagination {
  clear: both;
}

.pagination strong {
  font-weight: normal;
  color: rgb(140, 140, 140);
}

/*.pagination a {
	background: rgb(204,0,0);
	color: rgb(255,255,255);
	padding: 0.1em 0.3em;
}

.pagination a:hover {
	background: rgb(220,0,0);
}*/

/* production-info =================================================== */

.production-info {
  display: none;
}

/* resource =================================================== */

.resource {
  margin-bottom: 1.5em;
}

.resource time {
  color: rgb(0, 0, 0);
}

.resource p {
  margin: 0;
}

.resource-category {
  color: rgb(160, 160, 160);
}

.multimedia {
  margin-bottom: 1.5em;
}

/* search-result =================================================== */

.search-result {
  margin-bottom: 1.5em;
}

.search-result-channel {
  color: rgb(140, 140, 140);
}

/* sharethis =================================================== */

.sharethis {
  margin-bottom: 1em;
}

/* social =================================================== */

.social {
  position: relative;
  margin: 1rem auto;
  /*	width: 128px; prev width */
  width: 143px;
  height: 32px;
  background: url(../design/icons/social_icons.svg) no-repeat;
}

.no-svg .social {
  background: url(../design/icons/social_icons.png) no-repeat;
}

.social-banner {
  display: block;
}

.social-banner.is-hidden {
  display: none;
}

.social-contentinfo {
  margin-bottom: 1.5em;
}

.social li {
  list-style: none;
  float: left;
}

.social a {
  height: 35px;
  width: 32px;
  position: absolute;
  top: 0;
  text-indent: -9999px;
  background: url(../design/icons/social_icons.svg) no-repeat;
}

.no-svg .social a {
  background: url(../design/icons/social_icons.png) no-repeat;
}

.social a.social-fb {
  background-position: 0 0;
  left: 0;
}

.social a.social-tw {
  background-position: -36px 0;
  left: 36px;
}

.social a.social-fl {
  background-position: -72px 0;
  left: 72px;
}

.social a.social-yt {
  background-position: -108px 0;
  left: 108px;
}

/* .social a.social-fq {
	background-position: -132px 0;
	left: 132px;
} */
.social a.social-ml {
  background-position: -144px 0;
  left: 144px;
}

/* treeview =================================================== */

.treeview .hitarea {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 12px;
  left: -16px;
  cursor: pointer;
}

.treeview .expandable-hitarea {
  background: url(../design/icons/plus.gif) 0 0 no-repeat;
}

.treeview .collapsable-hitarea {
  background: url(../design/icons/minus.gif) 0 0 no-repeat;
}

/* tweets =================================================== */

ul.tweets {
  margin: 0 0 1.5em 0;
  background: rgb(245, 245, 245);
  /*	border: 1px solid rgb(210,210,210);*/
  padding: 15px;
  font-size: 0.85em;
  color: #000;
  /*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.tweets li:nth-of-type(1) {
  list-style: none;
  padding-bottom: 12px;
  border-bottom: 1px dotted rgb(210, 210, 210);
  margin-bottom: 12px;
}

.tweet-image {
  float: left;
  width: auto !important;
}

.tweet-content {
  margin-left: 35px;
}

.tweet-options {
  /*	font-size: 0.75em;*/
}

/* ==|== non-semantic helper classes ======================================== */

/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* 2016 additions */
.nav-account {
  width: 100%;
  padding: 0 1rem;
  height: 52px;
  background-color: #323232;
  color: white;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'ff-din-web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  box-sizing: border-box;
  display: none;
}
.nav-account ul {
  position: absolute;
  list-style-type: none;
  margin: 0;
  right: 3px;
  top: 10px;
}
.nav-account ul li {
  float: left;
  list-style-type: none;
  margin: 0 0.8rem;
}
.nav-primary a.navlink--mob {
  background: #787878;
}
.nav-account__contact {
  float: left;
  padding: 0;
  margin: 0;
  padding-top: 4px;
}
.button {
  padding: 0.6rem 2rem 0.5rem;
  background: #cc0101;
  color: white;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button.button--alt {
  background-color: #000;
}
.button.button--alt:hover {
  background-color: #cc0101;
}
.button--bo {
  margin: 0 0 0.6rem 0;
  width: 100%;
  background: black;
  text-align: center;
  box-sizing: border-box;
}
.nav-account__icon {
  display: inline-block;
  margin-top: 6px;
  width: 24px;
  height: 25px;
  background: transparent url(../design/icons/sprite-search.png) left -30px no-repeat;
  transition: opacity 0.25s ease-in-out;
}
.nav-account__icon i {
  position: absolute;
  top: 37px;
  left: -23px;
  background: #cc0101;
  color: white;
  text-transform: uppercase;
  font-style: normal;
  padding: 0.5rem 0.4rem 0.4rem;
  font-size: 12px;
  line-height: 1;
  display: block;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
#icon--basket i {
  left: 46px;
}
.nav-account__icon:hover i {
  opacity: 1;
}
.nav-account__icon:hover {
  background-position: left 0;
}
#icon--account {
  background-image: url(../design/icons/sprite-account.png);
}
#icon--basket {
  background-image: url(../design/icons/sprite-basket.png);
}
.button.button--mob {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0.5rem;
}
.form-search {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 0.6rem 0;
  display: none;
}
.form-search input {
  width: 100%;
  background: url(../design/icons/magnify.png) 94% 50% no-repeat;
}

.cal-opts {
  margin: 0.5rem 0 1rem;
  overflow: auto;
}
.cal-opts .button {
  display: inline-block;
  float: left;
  width: 46.6%;
  margin-right: 0.7rem;
  text-align: center;
  box-sizing: border-box;
}
.button.button--event {
  margin-right: 0;
}

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

/* table border for privacy page */
div > table {
  border: 1px solid #999;
  border-right: none;
  border-bottom: none;
}
div > table th {
  padding: 0.8rem;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
div > table tr {
  padding: 0.8rem;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
div > table td {
  padding: 0.8rem;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}

/* print stub =================================================== */

@media only print {
  /* LAYOUT =================================================== */

  /* elements =================================================== */

  body {
    margin: 0;
    color: rgb(0, 0, 0);
  }

  img {
    max-width: auto;
  }

  a {
    color: rgb(0, 0, 0);
    text-decoration: underline;
  }

  a:after {
    content: '[' attr(href) ']';
    text-decoration: none;
    display: inline;
  }

  .heading a,
  .feature a {
    text-decoration: none;
  }

  .heading a:after,
  .feature a:after {
    content: '';
  }

  /* major =================================================== */

  header[role='banner'] {
    display: none;
  }

  .main {
    border-top: none;
    padding-top: 0;
  }

  .sidebar {
    display: none;
  }

  footer[role='contentinfo'] {
    display: none;
  }
}



/* L21 section overrides */
.l21 .feature-text {
  background: rgb(204, 0, 0) !important;
}

.l21 .border {
  border-color: rgb(204, 0, 0) !important;
}

.l21 .feature-text {
  background: rgb(204, 0, 0) !important;
}

.l21 a.feature-text:hover {
  background: rgb(204, 0, 0) !important;
}

.l21 .filters {
  border-top: 5px rgb(204, 0, 0);
  border-bottom: 1px rgb(204, 0, 0) !important;
}

.l21 .heading span {
  color: rgb(204, 0, 0) !important;
}
