/* for screens wider than 940px */

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

body {
  width: 940px;
  padding-top: 0;
}

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

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

header[role='banner'] {
  width: 940px;
  height: 92px;
  margin-bottom: 2.2em;
}

.main {
  width: 74.468085106%; /*700/940*/
  float: right;
  border: none;
  padding: 0;
}

.anniversary .main {
  border: none;
}

.main-full-width {
  float: none;
  width: 100%;
}

.sidebar {
  float: left;
  width: 23.404255319%; /*220/940*/
}

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

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

.channel-link {
  top: 20px;
  left: auto;
  right: 120px;
}

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

body.home .feature-box,
body.anniversary .feature-box {
  width: 300px;
  height: 300px;
  /*	width: 31.914893617%; /*300/940*!/*/
}

body.curtain-up .feature-box {
  width: 300px;
  height: 440px;
  /*	width: 31.914893617%; /*300/940*!/*/
}

body.letters .feature-box {
  width: 300px;
  height: 440px;
  /*	width: 31.914893617%; /*300/940*!/*/
}

body.home .feature-iframe-wrapper,
body.anniversary .feature-iframe-wrapper {
  /*	max-width: 300px;*/
  width: 300px;
  height: 170px;
}

body.home .feature-box,
body.anniversary .feature-box {
  margin-right: 20px;
}

body.home .feature-box:nth-child(even),
body.anniversary .feature-box:nth-child(even) {
  margin-right: 20px;
}

body.home .feature-box:nth-child(3n),
body.anniversary .feature-box:nth-child(3n) {
  margin-right: 0;
}

/* flexslider - slide-text =================================================== */
/* .slide-text {
	padding: 1.5rem 1rem 2rem;
} */

.flex-control-nav {
  bottom: 10px;
}

.slide-text h1 {
  /* font-size: 3em; */
  margin-bottom: 0.3rem;
}

.slide-text ul li:nth-of-type(2) {
  margin-right: 1.5em;
}

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

.social-contentinfo {
  left: 559px;
}

/* .creative-scotland {
	left: 700px;
} */

/* .culture-edinburgh {
	left: 827px;
} */

/* form-search =================================================== */

.form-search {
  display: block !important;
  position: absolute;
  top: 45px;
  right: 0;
  left: auto;
}

.wl-search {
  position: relative;
  left: 0;
  right: auto;
  top: 0;
}

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

.nav-primary {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  left: auto;
}

.nav-primary li {
  float: left;
  margin-right: 20px;
}

.nav-primary li:last-of-type {
  margin: 0;
}

.nav-primary a {
  display: inline;
  padding: 0;
}

.lt-ie9 .nav-primary a {
  padding-bottom: 5px;
}

.nav-primary a:hover {
  color: rgb(0, 0, 0);
  border-bottom: 5px solid rgb(204, 0, 0);
}

.lt-ie9 .nav-primary a:hover {
  color: #000;
}

.nav-primary a.book,
.nav-primary a.book:hover {
  color: rgb(204, 0, 0);
}

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,
body.newsletter li.newsletter a,
body.your-visit li.your-visit a {
  color: rgb(0, 0, 0);
  border-bottom: rgb(204, 0, 0) solid 5px;
}

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

.nav-secondary {
  position: absolute;
  left: 240px;
  bottom: auto;
  top: 50px;
}

.nav-secondary li {
  float: left;
  margin: 0 20px 0 0;
}

.nav-secondary li:last-of-type {
  margin: 0;
}

body.press li.press a,
body.about-the-lyceum li.about-the-lyceum a,
body.work-with-us li.work-with-us a,
body.contact li.contact a,
.nav-secondary a:hover {
  text-decoration: underline;
}

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

.social-banner {
  display: block;
  position: absolute;
  top: -15px;
  right: 0;
}

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

*:focus {
  outline: none;
}

/* New additions Sept 2016 */
.form-search {
  position: absolute;
  top: -65px;
  right: 32%;
  left: auto;
  width: 200px;
}
.form-search input {
  width: 100%;
  background: url(../design/icons/magnify-white.png) 94% 50% no-repeat;
  color: white;
  border: none;
  border-bottom: 1px solid #777;
}
iframe {
  margin-bottom: 3rem;
}

.cal-opts .button {
  display: block;
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0.8rem;
}

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: 12px;
}

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

.logo {
  height: 85px;
  background: url(../design/banner/logo_full.png) no-repeat;
  margin: 2px 0 0 0;
}

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

.logo a {
  /* height: 150px; */
  height: 85px;
}

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

.nav-wrapper {
  display: block;
  margin: 0;
}

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

.nav-primary {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}

.nav-primary a {
  color: rgb(0, 0, 0);
  padding: 0.5em 0;
  background: none;
  border: none;
  text-transform: uppercase;
  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);
}

.nav-primary li.nav-item--highlighted {
  display: none;
}

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: none;
  color: rgb(204, 0, 0);
}

.nav-primary a:last-of-type {
  padding-bottom: 0;
}

/* nav-trigger =================================================== */
.nav-trigger {
  display: none;
}

/* search-trigger =================================================== */
.search__trigger {
  display: none;
}

.nav-account {
  display: flex;
}

.nav-primary li.nav--mob {
  display: none;
}

.button.button--mob {
  display: none;
}
.button--bo {
  display: none;
}

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

.social-banner {
  display: none;
}

/* New additions Sept 2016 */
/* form-search =================================================== */

.form-search {
  position: absolute;
  left: 240px;
  top: 10px;
}

.form-search {
  display: block !important;
  position: absolute;
  top: -71px;
  right: 41%;
  left: auto;
  width: 172px;
}
.form-search input {
  width: 100%;
  background: url(../design/icons/magnify-white.png) 94% 50% no-repeat;
  color: white;
  border: none;
  border-bottom: 1px solid #777;
}

.main .main__img {
  max-width: 500px;
}