@charset "UTF-8";
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
  zoom: 1.0;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* MIXINS */
/*
    Avoid classNames ad, ads, adv, advert, advertisement, banner, banners
*/
.slot_mobile {
  display: none;
  clear: both;
}

.slot {
  overflow: hidden;
  text-align: center;
  clear: left;
}
.slot iframe {
  margin: 0 auto;
}

.slot_inner {
  box-sizing: content-box;
  padding-top: 1em;
  margin: 0 auto;
  text-align: center;
}

.slot--push-top {
  padding-top: 1em;
}

.slot--push-bottom {
  padding-bottom: 1em;
}

.slot--push-double-bottom {
  margin-bottom: 2em;
}

.slot_fireplace_left {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -1280px;
  z-index: 1000;
  width: 160px;
  height: 100%;
}
@media screen and (max-width: 71.25em) {
  .slot_fireplace_left {
    display: none;
  }
}

.slot_fireplace_right {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: 580px;
  z-index: 1000;
  width: 160px;
  height: 100%;
}
@media screen and (max-width: 71.25em) {
  .slot_fireplace_right {
    display: none;
  }
}

.slot_fireplace_top {
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -580px;
  z-index: 1000;
}
@media screen and (max-width: 71.25em) {
  .slot_fireplace_top {
    display: none;
  }
}

@media screen and (max-width: 71.25em) {
  .slot,
  .slot_fireplace {
    display: none;
  }

  .slot_mobile {
    display: block;
  }
}
/* 

STORM ID RESET STYLES

Based on Meyer Reset, HTML5 Boilerplate, Normalize.css and more

Updated: JULY 2012

*/
/* 
BETTER BOX MODEL. SUPPORTED IN DECENT BROWSERS AND IE8+. POLYFILL FOR IE7
=========================================================================
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 
RESET LOADS OF STUFF
====================
*/
/* Set background colour in case user-styles use a different colour */
html,
body {
  background: #fff;
}

body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
/* Stop unwanted automatic text resizing on some mobile devices */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Override defaults on all elements */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* Display block on HTML5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

/* 
STANDARDISE THE STYLE OF COMMON ELEMENTS
========================================
*/
* {
  text-rendering: optimizeLegibility;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

dfn {
  font-style: italic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

hr {
  border: 0;
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
}

/* Addresses margin not present in IE6/7/8/9, S5, O11 */
figure {
  margin: 0;
}

/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 */
[hidden] {
  display: none;
}

/* Prevents sub and sup affecting line-height in all browsers */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* 
IMAGES
======
*/
/* Improve image quality when scaled in IE7 / Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  vertical-align: middle;
}

/* 
HYPERLINKS
==========
*/
/* Improves readability when focused and also mouse hovered in all browsers */
a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}

/* Addresses outline displayed oddly in Chrome */
a:focus {
  outline: 2px dotted #D34203;
}

/* 
CODE BLOCKS ETC
===============
*/
/* Standardise code blocks */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* 
FORM ELEMENTS
=============
*/
/* Remove default appearance from inputs */
input,
button,
select {
  border: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

/* Remove default appearance from search inputs in Webkit */
input[type="search"] {
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -moz-appearance: radio;
  -webkit-appearance: radio;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Remove inner padding and border in FF3/4: h5bp.com/l */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 * 4. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: normal;
  /* 4 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}

/* Re-set default cursor for disabled elements */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

textarea:hover,
textarea:active,
textarea:focus {
  outline: none;
}

/* 
CLEARFIX 
========
*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  width: 100%;
  *zoom: 1;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

.white {
  color: white;
}

.teal {
  color: #098A90;
}

.offblack {
  color: #262626;
}

.grey {
  color: #575757;
}

.bg-teal {
  background-color: #098A90;
  color: white;
}

.bg-teal-pattern {
  background-image: url(../images/study/pattern1.jpg);
  color: white;
}

.bg-lightest-grey {
  background-color: #eee;
}

.bg-light-grey {
  background-color: lightgrey;
}

.yellow {
  color: #E9AA0F;
}

body {
  color: #262626;
  font-size: 100%;
  font-family: "soleil",sans-serif;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #D34203;
  font-weight: bold;
  margin: 1em 0;
  line-height: 1.5em;
}

h1 {
  font-size: 2.25em;
  margin: 0.5em 0 0.5em 0;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  text-transform: uppercase;
}

h5, h6 {
  font-size: 1em;
}

p, li, img, blockquote {
  margin-bottom: 1em;
  line-height: 1.4em;
}

hr {
  border-bottom: 1px solid #d6d6d6;
  clear: both;
  display: block;
  height: 0;
  margin-bottom: 1em;
}

p.intro {
  font-size: 1.125em;
}

p.strapline {
  font-weight: bold;
}

.chromewindows span.symbol {
  -webkit-text-stroke-width: .7px;
  -webkit-text-stroke-color: #D34203;
  -webkit-font-smoothing: antialiased;
}

.tera {
  font-size: 2em;
  line-height: 1.1em;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 48em) {
  .tera {
    font-size: 2.3em;
  }
}
@media screen and (min-width: 60em) {
  .tera {
    font-size: 2.5em;
  }
}

.giga {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 48em) {
  .giga {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 60em) {
  .giga {
    font-size: 2em;
  }
}

.mega {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 0.46354em;
}
@media screen and (min-width: 48em) {
  .mega {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 60em) {
  .mega {
    font-size: 1.8em;
  }
}

.alpha {
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 48em) {
  .alpha {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 60em) {
  .alpha {
    font-size: 1.4em;
  }
}

.gamma {
  font-size: 0.875em;
  margin-bottom: 0.8em;
  line-height: 1.5em;
}

.delta {
  font-size: 0.8em;
  margin-bottom: 0.7em;
  line-height: 1.6em;
}

.delta--compact {
  font-size: 0.8em;
  margin-bottom: 0.7em;
  line-height: 1.2em;
}

.caps {
  text-transform: uppercase;
}

.regular {
  font-weight: normal;
}

.spacing {
  letter-spacing: 0.1rem;
}

img {
  width: 100%;
}

.wrap {
  max-width: 71.25em;
  margin: 0 1em;
  position: relative;
}
@media screen and (min-width: 71.25em) {
  .wrap {
    margin: 0 auto;
  }
}

.relative {
  position: relative;
}

#nav .wrap, #subnav .wrap {
  margin: 0;
}
@media screen and (min-width: 30em) {
  #nav .wrap, #subnav .wrap {
    margin: 0 auto;
  }
}

.hide_small {
  display: none;
}
@media screen and (min-width: 30em) {
  .hide_small {
    display: inline;
  }
}

.long_ad {
  margin: 2em 0;
}

.fancy_content {
  display: none;
}

i.fa {
  margin: 0;
}

.modal {
  overflow: hidden;
  padding: 0.5em;
}

.row {
  margin-left: -1.04167%;
  margin-right: -1.04167%;
}

.toggle_checkboxes {
  background: url(../images/open.png) right center no-repeat;
  display: block;
}
.toggle_checkboxes:hover {
  cursor: pointer;
}

.checkboxes {
  display: block;
}
.checkboxes.close {
  display: none;
}

.no-margins {
  margin: 0;
}

.margin-btm-small {
  margin-bottom: 0.5em;
}

.margin-btm-medium {
  margin-bottom: 1em;
}

.margin-btm-large {
  margin-bottom: 2em;
}

.margin-top-small {
  margin-top: 0.5em;
}

.margin-top-med {
  margin-top: 1em;
}

.margin-top-large {
  margin-top: 2em;
}

.pull-right {
  float: right;
}

.small-1 {
  display: inline;
  float: left;
  width: 6.25%;
  margin: 0 1.04167%;
  margin: 0 1.04167%;
}

.small-2 {
  display: inline;
  float: left;
  width: 14.58333%;
  margin: 0 1.04167%;
  margin: 0 1.04167%;
}

.small-3 {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%;
  margin: 0 1.04167%;
}

.small-4 {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%;
  margin: 0 1.04167%;
}

.small-5 {
  display: inline;
  float: left;
  width: 39.58333%;
  margin: 0 1.04167%;
  margin: 0 1.04167%;
}

.small-6 {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%;
  margin: 0 1.04167%;
}

.small-7 {
  display: inline;
  float: left;
  width: 56.25%;
  margin: 0 1.04167%;
  margin: 0 1.04167%;
}

.small-8 {
  display: inline;
  float: left;
  width: 64.58333%;
  margin: 0 1.04167%;
  margin: 0 1.04167%;
}

.small-9 {
  display: inline;
  float: left;
  width: 72.91667%;
  margin: 0 1.04167%;
  margin: 0 1.04167%;
}

.small-10 {
  display: inline;
  float: left;
  width: 81.25%;
  margin: 0 1.04167%;
  margin: 0 1.04167%;
}

.small-11 {
  display: inline;
  float: left;
  width: 89.58333%;
  margin: 0 1.04167%;
  margin: 0 1.04167%;
}

.small-12 {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin: 0 1.04167%;
}

@media screen and (min-width: 48em) {
  .medium-1 {
    display: inline;
    float: left;
    width: 6.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 48em) {
  .medium-2 {
    display: inline;
    float: left;
    width: 14.58333%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 48em) {
  .medium-3 {
    display: inline;
    float: left;
    width: 22.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 48em) {
  .medium-4 {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 48em) {
  .medium-5 {
    display: inline;
    float: left;
    width: 39.58333%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 48em) {
  .medium-6 {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 48em) {
  .medium-7 {
    display: inline;
    float: left;
    width: 56.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 48em) {
  .medium-8 {
    display: inline;
    float: left;
    width: 64.58333%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 48em) {
  .medium-9 {
    display: inline;
    float: left;
    width: 72.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 48em) {
  .medium-10 {
    display: inline;
    float: left;
    width: 81.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 48em) {
  .medium-11 {
    display: inline;
    float: left;
    width: 89.58333%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 48em) {
  .medium-12 {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 60em) {
  .large-1 {
    display: inline;
    float: left;
    width: 6.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 60em) {
  .large-2 {
    display: inline;
    float: left;
    width: 14.58333%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 60em) {
  .large-3 {
    display: inline;
    float: left;
    width: 22.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 60em) {
  .large-4 {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 60em) {
  .large-5 {
    display: inline;
    float: left;
    width: 39.58333%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 60em) {
  .large-6 {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 60em) {
  .large-7 {
    display: inline;
    float: left;
    width: 56.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 60em) {
  .large-8 {
    display: inline;
    float: left;
    width: 64.58333%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 60em) {
  .large-9 {
    display: inline;
    float: left;
    width: 72.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 60em) {
  .large-10 {
    display: inline;
    float: left;
    width: 81.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 60em) {
  .large-11 {
    display: inline;
    float: left;
    width: 89.58333%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

@media screen and (min-width: 60em) {
  .large-12 {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    display: block;
    float: none;
  }
}

.skip-link {
  background: #fff;
  color: #000;
  font-weight: bold;
  border: 4px solid darkgoldenrod;
  width: 250px;
  top: 0;
  left: calc(50% - 125px);
  text-align: center;
  padding: 24px;
  position: absolute;
  z-index: 99999;
  transform: translateY(-100%);
  transition: transform 0.3s;
  text-decoration: none;
}
.skip-link:focus {
  transform: translateY(0%);
  outline: none;
}

#nav, #subnav {
  border-bottom: 3px solid #D34203;
  display: none;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 55em) {
  #nav, #subnav {
    display: block;
  }
}
#nav li, #subnav li {
  border-bottom: 1px solid #d6d6d6;
  margin: 0;
  line-height: 2em;
  padding: 0 0.5em;
}
@media screen and (min-width: 35em) {
  #nav li, #subnav li {
    border-bottom: none;
    float: left;
    width: auto;
    text-align: left;
  }
}
#nav li a, #subnav li a {
  display: block;
  padding: 0.5em;
  font-size: 0.825em;
}
#nav li a:hover, #nav li a:focus, #subnav li a:hover, #subnav li a:focus {
  background: #D34203;
  border-radius: 0.25em 0.25em 0 0;
  color: #fff;
}
@media screen and (min-width: 65em) {
  #nav li a, #subnav li a {
    font-size: 1em;
  }
}
#nav li.active, #subnav li.active {
  background: #D34203;
  border-radius: 0.25em 0.25em 0 0;
}
#nav li.active a, #subnav li.active a {
  color: #fff;
}
#nav li.active a:hover, #nav li.active a:focus, #subnav li.active a:hover, #subnav li.active a:focus {
  color: #d6d6d6;
}

#nav li a {
  font-weight: bold;
}

#nav.close {
  height: 0;
  margin: 0;
}
@media screen and (min-width: 41em) {
  #nav.close {
    height: auto;
    margin: 1em 0 0 0;
  }
}

#subnav {
  background: #fff;
  border-bottom: none;
  display: block;
  margin: 0;
  overflow: hidden;
}
#subnav .wrap {
  border-bottom: 3px solid #eee;
}
@media screen and (min-width: 35em) {
  #subnav {
    margin: 0;
  }
  #subnav .wrap {
    border-bottom: 3px solid #eee;
  }
}
#subnav li a:hover, #subnav li a:focus {
  background: transparent;
}
#subnav ul {
  border-left: none;
}
#subnav ul li {
  border-right: none;
  border-bottom: 3px solid #eee;
  margin-bottom: -3px;
}
#subnav ul li a, #subnav ul li a:link, #subnav ul li a:visited {
  color: #575757;
  padding: 1em;
}
@media screen and (min-width: 41em) {
  #subnav ul li a, #subnav ul li a:link, #subnav ul li a:visited {
    color: #D34203;
    padding: 0.5em 1em;
  }
}
#subnav ul li a:hover, #subnav ul li a:focus {
  color: #262626;
}
@media screen and (min-width: 41em) {
  #subnav ul li a:hover, #subnav ul li a:focus {
    color: #A03203;
  }
}
#subnav ul li:hover {
  background: transparent;
  border-bottom: 3px solid #D34203;
}
#subnav ul li.active {
  background: transparent;
  border-radius: none;
}
@media screen and (min-width: 35em) {
  #subnav ul li.active {
    border-bottom: 3px solid #D34203;
  }
}
#subnav ul li.active a {
  color: #D34203;
}
#subnav ul li.active a:hover, #subnav ul li.active a:focus {
  color: #A03203;
}

.second_nav {
  background: #575757;
  display: block;
}

ul.second_level {
  overflow: hidden;
}
ul.second_level li {
  line-height: 2em;
  margin: 0;
}
ul.second_level li a {
  padding: 0 0.5em;
}
ul.second_level li a.open {
  float: right;
  border-left: 1px solid #eee;
}
@media screen and (min-width: 41em) {
  ul.second_level li a.open {
    display: none;
  }
}
@media screen and (min-width: 41em) {
  ul.second_level li {
    display: block;
    float: left;
    width: auto;
    position: relative;
  }
  ul.second_level li ul {
    position: absolute;
    top: 0;
  }
}
ul.second_level ul {
  background: #d6d6d6;
  height: auto;
  overflow: hidden;
}
ul.second_level ul.close {
  height: 0;
}

#home_intro p {
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (min-width: 45em) {
  #home_intro p {
    font-size: 1em;
    line-height: 1.4em;
  }
}

#things_to_do {
  display: block;
}
#things_to_do li {
  margin: 0 0 1em 0;
  overflow: hidden;
  min-height: 292px;
}
#things_to_do li img {
  margin: 0;
}
#things_to_do li h4 {
  margin: 0.8em 0 0.3em 0;
}
#things_to_do li p {
  margin: 0;
}
#things_to_do li .button {
  display: block;
  font-weight: bold;
  margin-top: 0.5em;
}
@media screen and (min-width: 30em) {
  #things_to_do li {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}
@media screen and (min-width: 40em) {
  #things_to_do li {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

.events {
  background: #eee;
  border-bottom: 3px solid #d6d6d6;
  border-top: 3px solid #d6d6d6;
  clear: both;
}

.news {
  overflow: hidden;
  margin-bottom: 2em;
}
@media screen and (min-width: 30em) {
  .news .social_box {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}
@media screen and (min-width: 40em) {
  .news .social_box {
    display: inline;
    float: left;
    width: 64.58333%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
  .news .social_box .social_hub {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
  .news .social_box .blog, .news .social_box .social {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}
@media screen and (min-width: 30em) {
  .news .newsletter {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}
@media screen and (min-width: 40em) {
  .news .newsletter {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}
.news .blog h4 {
  margin: 0;
}
.news .blog li {
  margin-bottom: 0;
}
.news .blog .blog_image {
  display: block;
  float: left;
  margin-right: 1em;
  width: 60px;
}
.news .blog .blog_text {
  overflow: hidden;
}
.news .blog .blog_text p.date {
  font-size: 0.75em;
  font-weight: bold;
  margin: 0;
}

.ads {
  clear: both;
  display: block;
  padding: 1em 0;
  overflow: hidden;
}
.ads .ad {
  margin-bottom: 1em;
}
@media screen and (min-width: 30em) {
  .ads .ad {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}

#foreign_intro {
  margin: 2em 0;
  overflow: hidden;
}
@media screen and (min-width: 40em) {
  #foreign_intro .foreign_intro_text {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 55em) {
  #foreign_intro .foreign_intro_text {
    display: inline;
    float: left;
    width: 56.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-bottom: 1em;
  }
}
#foreign_intro .foreign_intro_text h1 {
  margin: 0 0 0.5em 0;
}
#foreign_intro .foreign_intro_text p {
  font-size: 1.25em;
  font-weight: bold;
}
@media screen and (min-width: 40em) {
  #foreign_intro img {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}
@media screen and (min-width: 55em) {
  #foreign_intro img {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-right: 9.375%;
  }
}

#activities {
  clear: both;
  display: block;
  margin-top: 2em;
}
#activities article {
  border-top: 3px solid #eee;
  overflow: hidden;
  padding: 2em 0;
}
@media screen and (min-width: 40em) {
  #activities article img {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}
@media screen and (min-width: 55em) {
  #activities article img {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-right: 9.375%;
  }
}
#activities article .activity_text {
  display: block;
  overflow: hidden;
  padding-bottom: 1em;
  margin: 0 1em;
}
@media screen and (min-width: 40em) {
  #activities article .activity_text {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 55em) {
  #activities article .activity_text {
    display: inline;
    float: left;
    width: 56.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 40em) {
  #activities article:nth-child(even) img {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    float: right;
  }
}
@media screen and (min-width: 55em) {
  #activities article:nth-child(even) img {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-left: 9.375%;
    float: right;
  }
}
#activities article:nth-child(even) .activity_text {
  display: block;
  overflow: hidden;
  padding-bottom: 1em;
}
@media screen and (min-width: 40em) {
  #activities article:nth-child(even) .activity_text {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 55em) {
  #activities article:nth-child(even) .activity_text {
    display: inline;
    float: left;
    width: 56.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-bottom: 1em;
  }
}

header.top_header {
  position: relative;
  border-bottom: 3px solid #D34203;
}
@media screen and (min-width: 55em) {
  header.top_header {
    border-bottom: none;
  }
}
header.top_header .wrap {
  margin: 0;
  position: inherit;
}
@media screen and (min-width: 37em) {
  header.top_header .wrap {
    margin: 0 auto;
  }
}
header.top_header .main_head {
  clear: both;
  overflow: hidden;
}
header.top_header .top_bar {
  position: relative;
  height: 0;
}
@media screen and (min-width: 55em) {
  header.top_header .top_bar {
    border-bottom: 3px solid #eee;
    height: auto;
  }
}
header.top_header .websites {
  display: none;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 55em) {
  header.top_header .websites {
    display: block;
  }
}
header.top_header .websites li {
  float: left;
  margin: 0 0 -3px 0;
  text-align: center;
  width: 50%;
  line-height: 2em;
}
header.top_header .websites li a {
  display: block;
  padding: 0.5em 1em;
}
@media screen and (min-width: 37em) {
  header.top_header .websites li {
    text-align: left;
    width: auto;
  }
}
header.top_header .websites li:hover {
  border-bottom: 3px solid #D34203;
}
@media screen and (min-width: 37em) {
  header.top_header .websites {
    float: left;
  }
}
header.top_header .tertiery_nav {
  display: none;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 55em) {
  header.top_header .tertiery_nav {
    display: block;
  }
}
header.top_header .tertiery_nav li {
  border-bottom: 3px solid #eee;
  float: left;
  margin: 0 0 -3px 0;
  text-align: center;
  width: 50%;
  line-height: 2em;
}
header.top_header .tertiery_nav li a {
  display: block;
  padding: 0.5em 1em;
}
@media screen and (min-width: 37em) {
  header.top_header .tertiery_nav li {
    border: none;
    float: left;
    width: auto;
    margin: 0 0 -3px 0;
    text-align: left;
    border-bottom: none;
  }
}
header.top_header .tertiery_nav li:hover {
  border-bottom: 3px solid #D34203;
}
@media screen and (min-width: 37em) {
  header.top_header .tertiery_nav {
    clear: none;
    float: right;
  }
}
@media screen and (min-width: 55em) {
  header.top_header .main_head {
    clear: both;
  }
}
header.top_header .header_intro {
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
}
header.top_header .header_intro span.intro {
  color: #575757;
  display: block;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  padding: 0.5em 0;
}
@media screen and (min-width: 30em) {
  header.top_header .header_intro span.intro {
    text-align: left;
    margin: 3em 1em 0 0;
  }
}
@media screen and (min-width: 40em) {
  header.top_header .header_intro span.intro {
    text-align: left;
    margin: 1em 1em 0 1em;
  }
}
@media screen and (min-width: 55em) {
  header.top_header .header_intro span.intro {
    text-align: left;
    margin: 0 1em;
  }
}
@media screen and (min-width: 30em) {
  header.top_header .header_intro {
    width: auto;
  }
}
@media screen and (min-width: 40em) {
  header.top_header .header_intro {
    float: left;
    width: 35%;
    margin: 2em 0 0 1em;
  }
}
@media screen and (min-width: 50em) {
  header.top_header .header_intro {
    margin: 3em 0 0 1em;
  }
}
header.top_header .header_info {
  clear: none;
  display: block;
  margin: 0 1em 0 1em;
}
@media screen and (min-width: 40em) {
  header.top_header .header_info {
    clear: none;
    float: right;
    width: 35%;
    margin-top: 1em;
  }
}
header.top_header .header_info .weather {
  float: right;
  margin-top: 3em;
  width: 100px;
}
@media screen and (min-width: 30em) {
  header.top_header .header_info .weather {
    margin-top: 3em;
  }
}
@media screen and (min-width: 40em) {
  header.top_header .header_info .weather {
    margin-top: 2em;
  }
}
@media screen and (min-width: 55em) {
  header.top_header .header_info .weather {
    margin-top: 0;
  }
}
header.top_header .header_info .weather li {
  float: left;
  margin: 0em;
}
header.top_header .header_info .weather li img {
  margin: 0;
}
@media screen and (max-width: 55em) {
  header.top_header .header_info .search {
    position: absolute;
    top: 0;
    right: 0;
  }
}
header.top_header .header_info .search input {
  float: left;
}
header.top_header .header_info .search input[type="text"] {
  border: 1px solid #D34203;
  margin-right: -2.5em;
  right: 2.5em;
}
header.top_header .header_info .search input[type="text"]:hover {
  -webkit-box-shadow: inset 0 0 5px 0 #D34203;
  box-shadow: inset 0 0 5px 0 #D34203;
}
header.top_header .header_info .search input[type="submit"] {
  background: #D34203 url(../images/search_icon.png) center center no-repeat;
  border: 1px solid #D34203;
  color: #fff;
  text-indent: 999;
  width: 2.5em;
}
header.top_header .header_info .search input[type="submit"]:focus {
  outline: 2px solid black;
}
header.top_header .header_info .search input[type="submit"]:hover {
  background: #A03203 url(../images/search_icon.png) center center no-repeat;
}
header.top_header .header_info .social {
  display: none;
  float: right;
  padding: 0 1em;
  width: 100%;
}
@media screen and (min-width: 55em) {
  header.top_header .header_info .social {
    display: block;
  }
}
header.top_header .header_info .social ul {
  float: right;
  width: 100%;
}
header.top_header .header_info .social ul li {
  text-align: center;
  float: left;
  font-size: 1.5em;
  width: 20%;
}
@media screen and (min-width: 23em) {
  header.top_header .header_info .social ul {
    display: block;
    width: auto;
  }
  header.top_header .header_info .social ul li {
    text-align: center;
    float: left;
    font-size: 1.5em;
    margin: 0 0.3em 0 0;
    width: auto;
  }
}
@media screen and (min-width: 23em) {
  header.top_header .header_info .social {
    width: auto;
    padding: 0;
  }
}
@media screen and (min-width: 40em) {
  header.top_header .header_info .social {
    float: left;
  }
}

.no-red-hover {
  border-bottom: none;
  background: none;
  border: none;
}

.nav-language {
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 999;
}
@media screen and (min-width: 55em) {
  .nav-language {
    float: right;
    top: 0;
    position: relative;
  }
}
.nav-language img {
  margin: 0;
  width: auto;
}
.nav-language i {
  border-left: 1px solid #ccc;
  padding: 0 0.5em;
}
.nav-language button {
  border: 1px solid transparent;
  display: block;
  line-height: 2em;
  padding: 0.25em 0.75em 0.5em 1em;
  margin: 0.25em 0.25em 0 0;
}
.nav-language button:focus {
  outline: 2px dotted #D34203;
}
.nav-language button.open {
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 30;
}
.nav-language ul {
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  right: 0.25em;
  margin-top: -1px;
  width: 180px;
  z-index: 20;
}
.nav-language ul li {
  margin: 0;
}
.nav-language ul a {
  display: block;
  line-height: 1.3em;
  padding: 0.5em 1em;
}
.nav-language ul.hidden {
  display: none;
}

.tertiery_nav li:hover ul a {
  background: #f3f3f3;
  color: #2f3036;
  height: 40px;
  line-height: 40px;
}

/*Hover state for dropdown links*/
.tertiery_nav li:hover ul a:hover {
  background: #D34203;
  color: #fff;
}

.tertiery_nav li {
  position: relative;
}

/*Hide dropdown links until they are needed*/
.tertiery_nav li ul {
  background: #CCCCCC;
  display: none !important;
  position: absolute;
  margin-top: 0px;
  z-index: 0;
  top: 100%;
  right: 0;
}

/*Make dropdown links vertical*/
.tertiery_nav li ul li {
  display: block !important;
  float: none !important;
  overflow: visible !important;
}

/*Prevent text wrapping*/
.tertiery_nav li ul li a {
  width: auto;
  min-width: 118px;
  padding: 0 20px !important;
  font-size: 0.85em;
}

/*Display the dropdown on hover*/
.tertiery_nav ul li a:hover + .hidden, .hidden:hover {
  display: block !important;
}

/*Hide checkbox*/
.tertiery_nav input[type=checkbox] {
  display: none;
}

/*Show menu when invisible checkbox is checked*/
.tertiery_nav .tertiery_nav input[type=checkbox]:checked ~ #menu {
  display: block;
}

@media screen and (max-width: 760px) {
  /*Display 'show menu' link*/
  .show-menu {
    display: block !important;
  }
}
#logo {
  width: 70px;
  margin: 16px;
  float: left;
}
@media (min-width: 30em) {
  #logo {
    width: 100px;
  }
}

footer {
  border-top: 3px solid #D34203;
  background: #eee;
  clear: both;
  display: block;
  margin-top: 2em;
  padding: 1em 0;
  overflow: hidden;
}
footer .col {
  margin-bottom: 2em;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 30em) {
  footer .col {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    border: none;
    display: block;
    min-height: 20em;
  }
}
@media screen and (min-width: 45em) {
  footer .col {
    display: inline;
    float: left;
    width: 22.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    border: none;
    display: block;
  }
}
footer .col h3 {
  color: #D34203;
  margin-bottom: 0.5em;
}
footer .col ul {
  margin-bottom: 2em;
}
footer .col li {
  font-size: 0.825em;
  line-height: 2em;
  margin: 0;
}
footer .col li ul {
  margin: 0 0 0 1em;
}
footer .col li a, footer .col li a:link, footer .col li a:visited {
  color: #0d0d0d;
  -ms-word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
footer .col li a i, footer .col li a:link i, footer .col li a:visited i {
  color: #D34203;
}
footer .col li a:hover, footer .col li a:focus {
  color: #D34203;
}
footer .col li span.symbol {
  color: #D34203;
}
footer .contact span {
  display: block;
  font-size: 0.825em;
}
footer .contact span.p-name, footer .contact span.u-mail {
  font-weight: bold;
}
footer .contact img {
  width: auto;
}
footer .sitemap li, footer .legals li {
  line-height: 2em;
  margin-bottom: 0;
}
footer .bottom_footer {
  border-top: 1px solid #ccc;
  clear: both;
  display: block;
  overflow: hidden;
  margin-top: 1em;
  padding-top: 1em;
}
footer .copyright {
  float: right;
}
footer .copyright li {
  float: left;
  font-size: 0.8em;
  margin: 0 1em 0 0;
}

a, a:link, a:visited {
  color: #D34203;
  /*
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  */
}

a:hover, a:focus {
  color: #A03203;
}

.button, a.button, a.button:link, a.button:visited, input.button, button.button {
  color: #D34203;
  font-weight: bold;
  position: relative;
}
.button:after, a.button:after, a.button:link:after, a.button:visited:after, input.button:after, button.button:after {
  content: '\f138';
  font-family: FontAwesome;
  margin-left: 0.5em;
  /*
  display:block;
  height:2.375em;
  left:100%;
  position:absolute;
  top:0;
  width:2.375em; 
  */
}

.white-link, a.white-link {
  color: white;
}
.white-link:hover, a.white-link:hover {
  color: grey;
}

input.button {
  border: none;
  border-radius: 0.25em;
  background: #D34203;
  color: #fff;
  padding: 0.5em 1em;
  position: relative;
}
@media screen and (min-width: 35em) {
  input.button {
    width: auto;
    float: right;
  }
}

.button:hover, a.button:hover {
  cursor: pointer;
}

input.button:hover, button.button:hover {
  background: #A03203;
  cursor: pointer;
}

table {
  border: 1px solid #d6d6d6;
  font-size: 0.875em;
  width: 100%;
  margin-bottom: 1em;
}
table caption {
  display: none;
}
table thead {
  background: #d6d6d6;
}
table th, table td {
  padding: 0.5em;
  text-align: left;
  line-height: 1.2em;
}
table th .button, table th a.button, table th a.button:link, table th a.button:visited, table th input.button, table th button.button, table td .button, table td a.button, table td a.button:link, table td a.button:visited, table td input.button, table td button.button {
  padding: 0.2em 0.5em;
  background: transparent;
  border: 1px solid #d6d6d6;
  color: #575757;
}
table th .button:hover, table th a.button:hover, table th input.button:hover, table th button.button:hover, table td .button:hover, table td a.button:hover, table td input.button:hover, table td button.button:hover {
  background: #d6d6d6;
  color: #262626;
}
table th input, table td input {
  width: auto;
}
table tbody tr:nth-child(odd) {
  background-color: #eee;
}
table td.alert {
  color: #cc0000;
}

.panel table select {
  margin: 0;
}

@media screen and (max-width: 52.5em) {
  .panel {
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .panel table, .panel thead, .panel tbody, .panel th, .panel td, .panel tr {
    display: block;
  }
  .panel table {
    border: none;
  }
  .panel table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .panel table tr {
    border: 1px solid #ccc;
    margin-bottom: 0.5em;
  }
  .panel table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .panel table td:before {
    content: attr(data-title);
    font-weight: bold;
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: normal;
    line-height: 1.2em;
  }
}
input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, input[type="file"]:disabled::-webkit-file-upload-button, button:disabled, select:disabled, keygen:disabled, optgroup:disabled, option:disabled, select[disabled] > option {
  color: graytext;
}

label, input, select, textarea, fieldset, button, progress {
  display: block;
}

input, select, textarea, fieldset, button, progress {
  border: 1px solid #d6d6d6;
  display: block;
  padding: 0.5em;
  width: 100%;
}

textarea {
  min-height: 7em;
}

select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: black;
  background-color: white;
  cursor: default;
}

input[type="radio"], input[type="checkbox"] {
  border: none;
}

.search input[type="text"], .search input[type="search"] {
  float: left;
  margin-right: -2.5em;
  padding: 0.5em;
  right: 2.5em;
  width: 100%;
}
.search input[type="button"], .search button {
  float: left;
  padding: 0.5em;
  width: 2.5em;
}

.parsley-error-list li, .parsley-errors-list li {
  color: #D34203;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 0.3em;
}

input.parsley-error {
  border: 1px solid #D34203;
}

.newsletter-form label {
  font-size: 0.9em;
  margin-bottom: 0.3em;
}

li.checkbox input[type="checkbox"] {
  float: left;
  margin: 0.25em 1em 0 0;
  width: auto;
}
li.checkbox label {
  overflow: hidden;
}

#sidebar {
  margin: 2em 1em 0 1em;
}
#sidebar ul {
  border-top: 1px solid #ccc;
}
#sidebar ul li {
  border-bottom: 1px solid #ccc;
  margin: 0;
}
#sidebar ul li a {
  display: block;
  line-height: 3em;
}
#sidebar ul li a:hover {
  font-weight: bold;
  margin-left: 0.5em;
}
#sidebar ul li ul li {
  font-size: 0.875em;
  padding-left: 2em;
}
#sidebar ul li ul li:last-child {
  border-bottom: none;
}
#sidebar ul li.active {
  border-left: 3px solid #D34203;
  font-weight: bold;
  padding-left: 1em;
}
@media screen and (min-width: 45em) {
  #sidebar {
    display: inline;
    float: left;
    width: 22.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-top: 2em;
  }
}

.events #sidebar {
  margin: 0;
}

@media screen and (min-width: 48em) {
  .no_nav .side_panel {
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 60em) {
  .no_nav .side_panel {
    padding-left: 3em;
  }
}

#supporting {
  display: block;
  margin-top: 2em;
}
#supporting article {
  margin-bottom: 2em;
  overflow: hidden;
  padding-bottom: 1em;
}
#supporting article form {
  border: 1px solid #d6d6d6;
  padding: 1em;
}
@media screen and (min-width: 35em) {
  #supporting {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-top: 2em;
  }
}
@media screen and (min-width: 45em) {
  #supporting {
    display: inline;
    float: left;
    width: 22.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-top: 2em;
  }
}
#supporting .inside_guides .guide {
  margin-bottom: 1em;
}
#supporting .inside_guides .guide .guide_image {
  display: block;
  float: left;
  margin-right: 1em;
  width: 80px;
}
#supporting .inside_guides .guide .guide_text {
  display: block;
  overflow: hidden;
}
#supporting .inside_guides .guide .guide_text h4, #supporting .inside_guides .guide .guide_text p {
  margin: 0;
}

.events #supporting {
  margin: 0;
}

@media screen and (min-width: 35em) {
  .no_nav #supporting {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-top: 2em;
  }
}

.big_image {
  max-width: 1600px;
  margin: 0 auto;
}

#main header {
  display: block;
  clear: both;
  overflow: hidden;
}

#content {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (min-width: 35em) {
  #content {
    display: inline;
    float: left;
    width: 64.58333%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 45em) {
  #content {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 25em) {
  #content .blog_text_content .right {
    float: right;
    margin-left: 1em;
    width: 50%;
  }
}
@media screen and (min-width: 25em) {
  #content .blog_text_content .left {
    float: left;
    margin-right: 1em;
    width: 50%;
  }
}
#content .share_buttons {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  clear: both;
  display: block;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 0.25em 0;
}
#content .share_buttons ul {
  width: 100%;
}
#content .share_buttons ul li {
  text-align: center;
  float: left;
  margin: 0 0.3em 0 0;
  width: auto;
}
#content .share_buttons ul li button {
  background: none;
  padding: 0;
  border: 0;
  --webkit-appearance: none;
}
#content .share_buttons ul li button:focus {
  outline: 2px solid black;
}
#content img {
  height: auto;
  width: 100%;
}
#content .landing_intro {
  border-bottom: 3px solid #eee;
  padding: 0 0 2em 0;
}
@media screen and (min-width: 55em) {
  #content .landing_intro {
    overflow: hidden;
  }
  #content .landing_intro img, #content .landing_intro p {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}
#content .item_list h3 {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 1em;
  padding-bottom: 2em;
}
#content .item_list article {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
#content section.categories {
  border-bottom: 3px solid #eee;
  clear: both;
  margin: 1em 0;
  padding: 0 0 1em 0;
  overflow: hidden;
}
#content section.categories header h3 {
  float: left;
}
#content section.categories article {
  overflow: hidden;
}
#content section.categories article a {
  overflow: hidden;
}
#content section.categories article img {
  margin: 0;
}
#content section.categories article h4 {
  margin: 0.5em 0;
}
@media screen and (min-width: 30em) {
  #content section.categories article {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}
@media screen and (min-width: 30em) {
  #content form {
    width: 80%;
    margin: 0 auto;
  }
}

.newsletter form {
  background: #eee;
  border: 1px solid #d6d6d6;
  overflow: hidden;
  padding: 1em;
}
.newsletter li ul {
  margin-bottom: 1em;
  overflow: hidden;
}
.newsletter li ul li {
  clear: both;
  margin-bottom: 0.5em;
}
.newsletter li ul li input[type="checkbox"], .newsletter li ul li label {
  float: left;
  width: auto;
}
.newsletter li ul li input[type="checkbox"] {
  margin: 0.4em 1em 0 0;
}

.list_events li {
  margin-bottom: 2em;
}
.list_events li p.event_info {
  font-size: 0.75em;
  font-weight: bold;
}
.list_events li h4, .list_events li p {
  margin: 0;
}

.list_events_controls {
  display: block;
}
.list_events_controls .prev_events, .list_events_controls .next_events {
  display: block;
  float: left;
}
.list_events_controls .prev_events a, .list_events_controls .prev_events a:link, .list_events_controls .prev_events a:visited, .list_events_controls .next_events a, .list_events_controls .next_events a:link, .list_events_controls .next_events a:visited {
  background: #D34203;
  border-radius: 0.25em;
  color: #fff;
  padding: 0.5em 1em;
}
.list_events_controls .prev_events a:hover, .list_events_controls .prev_events a:focus, .list_events_controls .next_events a:hover, .list_events_controls .next_events a:focus {
  background: #A03203;
}
.list_events_controls .next_events {
  float: right;
}

.guides header h3 {
  float: left;
}
.guides header a {
  float: right;
  margin-top: 1em;
}
.guides article {
  border-bottom: 3px solid #eee;
  display: block;
  margin-bottom: 2em;
  overflow: hidden;
}
.guides .guide_image {
  overflow: hidden;
}
.guides .guide_text {
  overflow: hidden;
  padding-bottom: 1em;
}
.guides .guide_text h4 {
  margin: 0.5em 0;
}

ul.event_info {
  margin-bottom: 1em;
}
ul.event_info li {
  display: block;
  float: none;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
ul.event_info li a {
  -ms-word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.event_page #map {
  overflow: hidden;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 55em) {
  .event_page ul.event_info, .event_page #map {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-bottom: 1em;
  }
}

#content .events {
  background: transparent;
  border: none;
}

ul.media {
  margin: 1em 0;
  overflow: hidden;
}
ul.media li.file {
  margin-bottom: 1em;
}
ul.media li.file .icon {
  display: block;
  height: 48px;
  float: left;
  margin: 0 0.5em 0 0;
  width: 48px;
}
ul.media li.file .description {
  overflow: hidden;
}
ul.media li.file .description h4 {
  margin: 0;
}
ul.media li.file .description p {
  font-size: 0.75em;
}

#content .landing_promos article {
  border-top: 3px solid #eee;
  display: block;
  overflow: hidden;
  padding: 2em 1em;
}
@media screen and (min-width: 40em) {
  #content .landing_promos article {
    padding: 2em 0;
  }
  #content .landing_promos article img {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-right: 9.375%;
  }
}
#content .landing_promos article .text {
  display: block;
  overflow: hidden;
}

.blog article {
  border-top: 3px solid #d6d6d6;
  display: block;
  overflow: hidden;
  padding: 2em 0;
}
.blog article .category_list li {
  float: left;
  font-size: 0.8em;
  margin-right: 1em;
}

.no_nav #content {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (min-width: 35em) {
  .no_nav #content {
    display: inline;
    float: left;
    width: 64.58333%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-bottom: 2em;
  }
}

#promotion {
  background: #eee;
  padding: 2em 0;
  margin-bottom: 2em;
  overflow: hidden;
}
@media screen and (min-width: 35em) {
  #promotion .tv_ad {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}
@media screen and (min-width: 45em) {
  #promotion .tv_ad {
    display: inline;
    float: left;
    width: 64.58333%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}
#promotion .tv_ad .fluid-width-video-wrapper {
  margin-bottom: 1em;
}
#promotion .competition {
  padding: 0 1em;
}
@media screen and (min-width: 35em) {
  #promotion .competition {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}
@media screen and (min-width: 45em) {
  #promotion .competition {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
  }
}
#promotion .competition ul {
  margin-bottom: 1em;
  overflow: hidden;
}
#promotion .competition li {
  clear: both;
  display: block;
  margin-bottom: 0.5em;
  overflow: hidden;
}
#promotion .competition li input, #promotion .competition li label {
  float: left;
  width: auto;
}
#promotion .competition li input {
  margin: 0.4em 0.5em 0 0;
  font-family: "soleil",sans-serif;
}
#promotion .competition li.email input, #promotion .competition li.email label, #promotion .competition li.name input, #promotion .competition li.name label {
  float: none;
  width: 100%;
}
#promotion .competition ul.comp_info {
  margin-bottom: 0;
}
#promotion .competition ul.comp_info li {
  clear: none;
  float: left;
  margin-right: 1em;
  width: auto;
}

.numbered {
  background: #d01820;
  color: #ffffff;
  display: inline-block;
  height: 28px;
  text-align: center;
  font-weight: bold;
  width: 28px;
  line-height: 28px;
  margin: 0 0.3em 0 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

#campaign_content {
  clear: both;
}
#campaign_content .hidden_gems li {
  margin: 0 0 2em 0;
}
#campaign_content .hidden_gems li img, #campaign_content .hidden_gems li h4 {
  margin: 0 0 0.5em 0;
}
@media screen and (min-width: 30em) {
  #campaign_content .hidden_gems li {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%;
    margin: 0 1.04167%;
    margin-bottom: 2em;
  }
}

.compt_supporting_info {
  display: none;
}

.fancybox_content h3, .fancybox_content img, .fancybox_content p {
  max-width: 50em;
}

.panel-competition {
  background: #F0F6FD;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px #999;
  box-shadow: 0px 0px 4px 0px #999;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 1em;
}

.hide,
.toggle {
  display: none;
}

.toggle.show {
  display: block;
}

.hide-on-mobile {
  display: none;
}
@media screen and (min-width: 48em) {
  .hide-on-mobile {
    display: block;
  }
}

@media screen and (min-width: 60em) {
  .hide-on-desktop {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .hide-on-tablet {
    display: none;
  }
}
.show-on-tablet {
  display: none;
}
@media screen and (min-width: 48em) {
  .show-on-tablet {
    display: block;
  }
}

.show-on-desktop {
  display: none;
}
@media screen and (min-width: 60em) {
  .show-on-desktop {
    display: block;
  }
}

@media screen and (min-width: 48em) {
  .hide-on-mobile {
    display: block;
  }
}
.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.no-js {
  display: block;
}

/**
* Add/remove margins
*/
.push-xlarge {
  margin: 3.5em;
}

.push-xlarge--top {
  margin-top: 3.5em;
}

.push-xlarge--right {
  margin-right: 3.5em;
}

.push-xlarge--bottom {
  margin-bottom: 3.5em;
}

.push-xlarge--left {
  margin-left: 3.5em;
}

.push-xlarge--ends {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

.push-xlarge--sides {
  margin-right: 3.5em;
  margin-left: 3.5em;
}

.push-large {
  margin: 2em;
}

.push-large--top {
  margin-top: 2em;
}

.push-large--right {
  margin-right: 2em;
}

.push-large--bottom {
  margin-bottom: 2em;
}

.push-large--left {
  margin-left: 2em;
}

.push-large--ends {
  margin-top: 2em;
  margin-bottom: 2em;
}

.push-large--sides {
  margin-right: 2em;
  margin-left: 2em;
}

.push {
  margin: 1em;
}

.push--top {
  margin-top: 1em;
}

.push--right {
  margin-right: 1em;
}

.push--bottom {
  margin-bottom: 1em;
}

.push--left {
  margin-left: 1em;
}

.push--ends {
  margin-top: 1em;
  margin-bottom: 1em;
}

.push--sides {
  margin-right: 1em;
  margin-left: 1em;
}

.push-half {
  margin: 0.5em;
}

.push-half--top {
  margin-top: 0.5em;
}

.push-half--right {
  margin-right: 0.5em;
}

.push-half--bottom {
  margin-bottom: 0.5em;
}

.push-half--left {
  margin-left: 0.5em;
}

.push-half--ends {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.push-half--sides {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

@media screen and (max-width: 48em) {
  .push-half--small {
    margin: 0.5em;
  }

  .push-half--top--small {
    margin-top: 0.5em;
  }

  .push-half--right--small {
    margin-right: 0.5em;
  }

  .push-half--bottom--small {
    margin-bottom: 0.5em;
  }

  .push-half--left--small {
    margin-left: 0.5em;
  }

  .push-half--ends--small {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .push-half--sides--small {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
}
.push-small {
  margin: 0.2em;
}

.push-small--top {
  margin-top: 0.2em;
}

.push-small--right {
  margin-right: 0.2em;
}

.push-small--bottom {
  margin-bottom: 0.2em;
}

.push-small--left {
  margin-left: 0.2em;
}

.push-small--ends {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.push-small--sides {
  margin-right: 0.2em;
  margin-left: 0.2em;
}

.flush {
  margin: 0;
}

.flush--top {
  margin-top: 0;
}

.flush--right {
  margin-right: 0;
}

.flush--bottom {
  margin-bottom: 0;
}

.flush--left {
  margin-left: 0;
}

.flush--ends {
  margin-top: 0;
  margin-bottom: 0;
}

.flush--sides {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (min-width: 48em) {
  .flush--med {
    margin: 0;
  }

  .flush--top--med {
    margin-top: 0;
  }

  .flush--right--med {
    margin-right: 0;
  }

  .flush--bottom--med {
    margin-bottom: 0;
  }

  .flush--left--med {
    margin-left: 0;
  }

  .flush--ends--med {
    margin-top: 0;
    margin-bottom: 0;
  }

  .flush--sides--med {
    margin-right: 0;
    margin-left: 0;
  }
}
/**
* Add/remove paddings
*/
.soft-large {
  padding: 2em;
}

.soft-large--top {
  padding-top: 2em;
}

.soft-large--right {
  padding-right: 2em;
}

.soft-large--bottom {
  padding-bottom: 2em;
}

.soft-large--left {
  padding-left: 2em;
}

.soft-large--ends {
  padding-top: 2em;
  padding-bottom: 2em;
}

.soft-large--sides {
  padding-right: 2em;
  padding-left: 2em;
}

.soft-xlarge--top {
  padding-top: 3em;
}

.soft-xlarge--bottom {
  padding-bottom: 3em;
}

.soft {
  padding: 1em;
}

.soft--top {
  padding-top: 1em;
}

.soft--right {
  padding-right: 1em;
}

.soft--bottom {
  padding-bottom: 1em;
}

.soft--left {
  padding-left: 1em;
}

.soft--ends {
  padding-top: 1em;
  padding-bottom: 1em;
}

.soft--sides {
  padding-right: 1em;
  padding-left: 1em;
}

.soft-half {
  padding: 0.5em;
}

.soft-half--top {
  padding-top: 0.5em;
}

.soft-half--right {
  padding-right: 0.5em;
}

.soft-half--bottom {
  padding-bottom: 0.5em;
}

.soft-half--left {
  padding-left: 0.5em;
}

.soft-half--ends {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.soft-half--sides {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.hard {
  padding: 0;
}

.hard--top {
  padding-top: 0;
}

.hard--right {
  padding-right: 0;
}

.hard--bottom {
  padding-bottom: 0;
}

.hard--left {
  padding-left: 0;
}

.hard--ends {
  padding-top: 0;
  padding-bottom: 0;
}

.hard--sides {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 48em) {
  .hard--med {
    padding: 0;
  }

  .hard--top--med {
    padding-top: 0;
  }

  .hard--right--med {
    padding-right: 0;
  }

  .hard--bottom--med {
    padding-bottom: 0;
  }

  .hard--left--med {
    padding-left: 0;
  }

  .hard--ends--med {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hard--sides--med {
    padding-right: 0;
    padding-left: 0;
  }
}
.push-large--bottom--unique {
  margin-bottom: 2.5em;
}

.push-medium--bottom--unique {
  margin-bottom: 1.5em;
}

.offer-border {
  border: 1px solid #cfcfcf;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.offers h4 {
  margin: 0 0 0.5em 0;
}

.filter-category input {
  width: auto;
  display: inline;
  margin-right: 0.5em;
}

.filter-category p {
  display: inline;
}

.filter-category-item {
  display: block;
  padding: 14px 0;
  border-top: 1px solid #cfcfcf;
}

.filter-category-item:last-child {
  border-bottom: 1px solid #cfcfcf;
}

.link-absolute {
  position: absolute;
  left: 0.5em;
  bottom: 0;
}

.position-relative {
  position: relative;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

ul.pagination {
  float: right;
  display: block;
}

.pagination li {
  float: left;
  margin-left: 1em;
  background: #D34203;
  border-radius: 4px;
}

.pagination li a {
  color: #FFFFFF;
  padding: 0.6em 1em;
  display: block;
}

.btn-primary {
  background: #D34203;
  color: #FFFFFF;
  border: 0;
  border-radius: 4px;
}
@media screen and (min-width: 50em) {
  .btn-primary {
    margin-top: 0 !important;
  }
}

.weekly-offers {
  width: 100%;
  display: block;
}

.weekly-offers-form {
  background: #eeeeee;
  border: 1px solid #d7d7d7;
  padding: 1em;
  margin-bottom: 12px;
}

.btn-generic {
  background: #D34203;
  color: #FFFFFF !important;
  border: 0;
  float: left;
  display: block;
  border-radius: 4px;
  font-size: 0.8em;
  padding: 0.5em 1em;
}

.text-size-small {
  font-size: 0.8em;
  line-height: 1.6em;
}

.text-size-medium {
  font-size: 0.9em;
  line-height: 1.6em;
}

.text-size-medium p {
  margin: 0;
}

.bold {
  font-weight: 700;
}

.details p {
  line-height: 1.8em;
}

.display-none-small {
  display: none;
}
@media screen and (min-width: 38em) {
  .display-none-small {
    display: block !important;
  }
}

.button-back:before {
  content: '\f137';
  font-family: FontAwesome;
  margin-right: 0.5em;
}

.button-back:after {
  display: none;
}

ul.pagination .active {
  background: #f7666c;
}

#signup-already-exists, #signup-thank-you {
  position: absolute;
  margin-top: 80px;
  font-weight: bold;
}
@media screen and (min-width: 38em) {
  #signup-already-exists, #signup-thank-you {
    margin-top: 60px;
  }
}

.view-more-link {
  margin-top: 160px;
}

.discover-more {
  background: #eb0000;
  color: #FFFFFF;
  padding: 1em;
}

.discover-more p {
  font-size: 1.7em;
  font-weight: 700;
  margin-bottom: 0.80em;
}

.discover-more a {
  color: #FFFFFF !important;
}

/**
 * wallop.css
 *
 * @fileoverview Default styles for wallop – recommended
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
/*
  This is the top-level selector

  It should be relative positioned
  to allow the children to be positioned absolutely
  relative to this
 */
.Wallop {
  position: relative;
}

/*
  This element groups all the items, but not the buttons

  It's a recommendation but it's very likely
  you'll want to hide any overflow from the items
  Especially when doing animations such as scale
 */
.Wallop-list {
  position: relative;
  overflow: hidden;
}

/*
  This is the item element

  By default, they are all hidden and
  positioned absolute
  I recommend always having .Wallop-item--current
  in your markup by default (probably on the first element)
 */
.Wallop-item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*
  This is the current item element

  All we do here, is make it visible again reset
  the position to static. Could also be relative
 */
.Wallop-item--current {
  visibility: visible;
  position: relative;
}

/**
 * wallop--fade.css
 *
 * @fileoverview Fade animation for wallop
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
.Wallop--fade .Wallop-item--hidePrevious,
.Wallop--fade .Wallop-item--hideNext {
  visibility: visible;
  animation: fadeOut 900ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

/*
  In order to fade out properly we need to make sure
  that the item that is going to be the previous one
  has a higer z-index that the next one
 */
.Wallop--fade .Wallop-item--hidePrevious,
.Wallop--fade .Wallop-item--hideNext {
  z-index: 2;
}

.Wallop--fade .Wallop-item--showPrevious,
.Wallop--fade .Wallop-item--showNext {
  z-index: 1;
}

/*==========  FADE ANIMATIONS  ==========*/
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-ms-keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* Demo styles for pagination */
.Wallop-pagination {
  margin: 0;
  position: relative;
  text-align: center;
  z-index: 10;
}

.Wallop-dot {
  background-color: #D34203;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 15px;
  margin: 4px;
  padding: 0;
  text-indent: -9999px;
  transition: background-color .25s ease;
  width: 15px;
  -webkit-appearance: none;
}
.Wallop-dot:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

.Wallop-dot--current {
  background-color: transparent;
}

   /**
* wallop--slide.css
*
* @fileoverview Slide animation for wallop
*
* @author Pedro Duarte
* @author http://pedroduarte.me/wallop
*/
/* the 10ms animation-delay fixed some weird rendering issues with iPhone */
.Wallop--slide .Wallop-item--showPrevious {
  -webkit-animation: slideFromLeft 350ms 10ms linear both;
  -moz-animation: slideFromLeft 350ms 10ms linear both;
  -ms-animation: slideFromLeft 350ms 10ms linear both;
  animation: slideFromLeft 350ms 10ms linear both;
}

.Wallop--slide .Wallop-item--showNext {
  -webkit-animation: slideFromRight 350ms 10ms linear both;
  -moz-animation: slideFromRight 350ms 10ms linear both;
  -ms-animation: slideFromRight 350ms 10ms linear both;
  animation: slideFromRight 350ms 10ms linear both;
}

.Wallop--slide .Wallop-item--hidePrevious,
.Wallop--slide .Wallop-item--hideNext {
  visibility: visible;
}

.Wallop--slide .Wallop-item--hidePrevious {
  -webkit-animation: slideToLeft 350ms 10ms linear both;
  -moz-animation: slideToLeft 350ms 10ms linear both;
  -ms-animation: slideToLeft 350ms 10ms linear both;
  animation: slideToLeft 350ms 10ms linear both;
}

.Wallop--slide .Wallop-item--hideNext {
  -webkit-animation: slideToRight 350ms 10ms linear both;
  -moz-animation: slideToRight 350ms 10ms linear both;
  -ms-animation: slideToRight 350ms 10ms linear both;
  animation: slideToRight 350ms 10ms linear both;
}

@-webkit-keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-ms-keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-ms-keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes slideToLeft {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes slideToLeft {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-ms-keyframes slideToLeft {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideToLeft {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slideToRight {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes slideToRight {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-ms-keyframes slideToRight {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideToRight {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@media (max-width: 60em) {
  .desktop-only {
    visibility: hidden;
    height: 0;
  }
}

.study-panel-primary p a[rel="external"],
.study-panel-primary p a[target="_blank"] {
  display: inline-block;
}
.study-panel-primary p a[rel="external"]:after,
.study-panel-primary p a[target="_blank"]:after {
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDk4QTkwIiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KICAgIDxwYXRoIGQ9Ik0xOSAxOUg1VjVoN1YzSDVjLTEuMTEgMC0yIC45LTIgMnYxNGMwIDEuMS44OSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz4KPC9zdmc+");
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

.study-footer__list a[rel="external"]:after,
.study-footer__list a[target="_blank"]:after {
  content: '';
}
.study-footer__list .white-link[rel="external"],
.study-footer__list .white-link[target="_blank"] {
  display: inline-block;
}
.study-footer__list .white-link[rel="external"]:after,
.study-footer__list .white-link[target="_blank"]:after {
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KICAgIDxwYXRoIGQ9Ik0xOSAxOUg1VjVoN1YzSDVjLTEuMTEgMC0yIC45LTIgMnYxNGMwIDEuMS44OSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz4KPC9zdmc+");
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

/*panel backgrounds_____________________*/
.study-panel-primary {
  background-color: #eee;
  height: auto;
}

.study-panel-primary--dark {
  background-color: #e0e0e0;
}

.study-panel-primary--uni-profile {
  min-height: 32em;
}
@media (max-width: 48em) {
  .study-panel-primary--uni-profile {
    min-height: 46em;
  }
}
@media (max-width: 38em) {
  .study-panel-primary--uni-profile {
    min-height: 54em;
  }
}
@media (max-width: 24em) {
  .study-panel-primary--uni-profile {
    min-height: 62em;
  }
}

.study-panel-white {
  background-color: white;
}

/*------------------------------------
Buttons ---------*/
.centered {
  text-align: center;
}

.study-button {
  color: white;
  display: inline-block;
  font-size: 0.8rem;
  font-family: "soleil",sans-serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  padding: 1rem;
  text-transform: uppercase;
  width: auto;
}

.study-button--primary {
  background-color: #E9AA0F;
  border: none;
  color: white;
}
.study-button--primary:hover {
  background-color: #d1960e;
}

.submit-button {
  font-size: 0.8rem;
  font-family: "soleil",sans-serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 1rem;
  text-transform: uppercase;
  width: auto;
}

a.study-button--primary {
  color: white;
}

.study-button--primary--enquire-form {
  margin-top: 3em;
  display: block;
  margin-left: 0;
}

.study-button--secondary {
  background: 0;
  border: 2px solid white;
  color: #E9AA0F;
}
.study-button--secondary:hover {
  background: white;
}

.study-button--secondary--white {
  background: 0;
  border: 2px solid white;
  color: white;
}
.study-button--secondary--white:hover {
  background: white;
  color: #E9AA0F;
}

.hairline {
  height: 1px;
  background-color: white;
  margin: auto;
  margin-top: 3rem;
  width: 100%;
}

/*------------------------------------
Intro ---------*/
.study-intro {
  padding-left: 15%;
  padding-right: 15%;
  text-align: center;
}
@media (max-width: 48em) {
  .study-intro {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.study-intro--bottom {
  bottom: 2em;
  position: absolute;
}

/*------------------------------------
Ask a question ---------*/
.study-ask-question {
  background-image: url(../images/study/pattern1.jpg);
  color: white;
  min-height: 18em;
}

/*------------------------------------
University logos ---------*/
.unis {
  background-image: url(../images/study/pattern1.jpg);
  color: white;
  min-height: 18em;
}

.uni-list {
  display: inline-block;
  width: 100%;
}

.uni-logo:nth-child(2) img {
  width: 80%;
}

.uni-logo {
  display: inline-block;
  height: 150px;
}
.uni-logo a {
  display: block;
}

.uni-logo-image {
  margin-left: 15%;
  width: 65%;
}

.uni-logo-image--large {
  padding-top: 2rem;
  width: 78%;
}

/*------------------------------------
Study Footer ---------*/
.study-footer {
  background: black;
  display: inline-block;
  min-height: 18em;
  padding-top: 2em;
  width: 100%;
}

.study-footer__content {
  padding-top: 0;
}

.study-footer__list {
  color: white;
  display: inline-block;
  font-size: 0.8rem;
  margin-top: 0;
  padding-left: 2em;
  padding-bottom: 2em;
  text-transform: uppercase;
}
.study-footer__list li {
  display: block;
}

.study-footer__logo {
  width: 6rem;
}

.study-footer__list li:first-child {
  color: #E9AA0F;
  font-size: 0.9rem;
}

/*------------------------------------
Graduate story + info---------*/
.graduates-profile__frame {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  display: block;
  height: 12rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  width: 12rem;
}

.graduates-profile__frame__image {
  bottom: 35%;
  position: relative;
  right: 9%;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  width: 150%;
}

.story-title-mobile {
  visibility: visible;
}
@media (min-width: 59.999em) {
  .story-title-mobile {
    margin-left: 22.91667%;
    visibility: hidden;
  }
}

.story-title-desktop {
  height: 0;
  text-align: center;
  visibility: hidden;
}
@media (min-width: 60em) {
  .story-title-desktop {
    visibility: visible;
    margin-top: -2.5rem;
    height: auto;
  }
}

.success-story {
  clear: both;
  height: auto;
  /*@media(max-width:60em) {
      height:80em;
  }
  @media(max-width:38em) {
      height:90em;
  }*/
}

.graduates-info-image {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  margin-left: 10%;
  margin-bottom: 4rem;
  transform: rotate(135deg);
  width: 80%;
}
@media (max-width: 60em) {
  .graduates-info-image {
    width: 60%;
    margin-left: 20%;
  }
}
@media (max-width: 48em) {
  .graduates-info-image {
    width: 60%;
    margin-left: 20%;
  }
}
@media (max-width: 38em) {
  .graduates-info-image {
    width: 60%;
    margin-left: 20%;
  }
}

.graduates-info-logo {
  width: 70%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------
Graduate image row---------*/
.image-row {
  display: inline-block;
  height: 200px;
  overflow: hidden;
  width: 100%;
  visibility: visible;
}
@media (max-width: 38em) {
  .image-row {
    visibility: hidden;
    height: 0;
  }
}

.image-row__item {
  display: inline-block;
  overflow: hidden;
}

.image-row__image {
  max-width: 160%;
}

/*------------------------------------
Other graduates toggler ---------*/
.other-graduates {
  display: inline-block;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
}

.other-graduates__item {
  display: inline-block;
  width: 48%;
}
@media (max-width: 48em) {
  .other-graduates__item {
    width: 49%;
  }
}
@media (max-width: 38em) {
  .other-graduates__item {
    width: 99%;
  }
}

.other-graduates__image {
  border-radius: 100%;
  margin-left: 25%;
  width: 50%;
}

/*------------------------------------
Other graduates x3 ---------*/
.other-graduates-x3 {
  display: inline-block;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
}

.other-graduates-x3__item {
  display: inline-block;
}
@media (max-width: 48em) {
  .other-graduates-x3__item {
    width: 49%;
  }
}
@media (max-width: 38em) {
  .other-graduates-x3__item {
    width: 99%;
  }
}

.other-graduates-x3__image {
  border-radius: 100%;
  margin-left: 25%;
  width: 50%;
}

/*Trying quantity query in sass*/
/* one item */
.other-graduates-x3 li:first-child:nth-last-child(1) {
  width: 99%;
}

/* two items */
.other-graduates-x3 li:first-child:nth-last-child(2),
.other-graduates-x3 li:first-child:nth-last-child(2) ~ li {
  width: 49%;
}
@media (max-width: 38em) {
  .other-graduates-x3 li:first-child:nth-last-child(2),
  .other-graduates-x3 li:first-child:nth-last-child(2) ~ li {
    width: 99%;
  }
}

/* three items */
.other-graduates-x3 li:first-child:nth-last-child(3),
.other-graduates-x3 li:first-child:nth-last-child(3) ~ li {
  width: 32%;
}
@media (max-width: 38em) {
  .other-graduates-x3 li:first-child:nth-last-child(3),
  .other-graduates-x3 li:first-child:nth-last-child(3) ~ li {
    width: 99%;
  }
}

/* four items
.other-graduates-x3 li:first-child:nth-last-child(4),
.other-graduates-x3 li:first-child:nth-last-child(4) ~ li {
    width: 25%;
}*/
/*------------------------------------
Reasons to Study at... ---------*/
.study-reasons {
  display: inline-block;
  width: 100%;
}

.study-reasons__item {
  display: inline-block;
}

.study-reasons__item__card {
  width: 100%;
  display: inline-block;
  min-height: 27rem;
  background: #d6d6d6;
  text-align: center;
}
.study-reasons__item__card h6 {
  height: 4.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  align-content: center;
}

.study-reasons__item__card__image-container {
  height: 170px;
  overflow: hidden;
}
@media (max-width: 48rem) {
  .study-reasons__item__card__image-container {
    height: 220px;
  }
}

.study-reasons__item__card--light {
  background: #eee;
}

/*------------------------------------
Go to uni website ---------*/
.visit-uni {
  background-image: url(../images/study/pattern1.jpg);
  color: white;
  min-height: 13em;
}

/*------------------------------------
Uni profile ---------*/
/*------------------------------------
Promo profile ---------*/
.promo-profile-logo {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-height: 140px;
}

/*------------------------------------
Uni Quote---------*/
.uni-quote {
  background-image: url(../images/study/pattern1.jpg);
  color: white;
  min-height: 4em;
}

/*hero image_____________________*/
.study-edinburgh-hero-image {
  background-image: url(../images/study/hero-image-1.jpg);
  background-position: 60% center;
  height: 428px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  width: 100%;
}

.study-edinburgh-hero-image:after {
  background-image: url(../images/study/hero-shape-tall-2.png);
  content: "";
  display: block;
  opacity: 0.6;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 48em) {
  .study-edinburgh-hero-image:after {
    background-image: url(../images/study/hero-shape-tall-3.png);
  }
}
@media (max-width: 38em) {
  .study-edinburgh-hero-image:after {
    background-image: url(../images/study/hero-shape-tall-4.png);
  }
}

.study-edinburgh-hero-image__content {
  margin-left: 2em;
  position: absolute;
  top: 15%;
  width: 75%;
  z-index: 10;
}

.strapline {
  width: 100%;
}
@media (min-width: 38em) {
  .strapline {
    width: 80%;
  }
}

/*hero image tall_____________________*/
.study-edinburgh-hero-image-tall {
  background-image: url(../images/study/hero-image-1.jpg);
  height: 40em;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  width: 100%;
}

.study-edinburgh-hero-embed-tall {
  height: 40em;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  width: 100%;
}

.study-edinburgh-hero-image-tall:after {
  background-image: url(../images/study/hero-shape-tall-1.png);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 48em) {
  .study-edinburgh-hero-image-tall:after {
    background-image: url(../images/study/hero-shape-tall-2.png);
  }
}
@media (max-width: 38em) {
  .study-edinburgh-hero-image-tall:after {
    background-image: url(../images/study/hero-shape-tall-3.png);
  }
}

.study-edinburgh-hero-image-tall__content {
  margin-left: 2em;
  position: absolute;
  top: 25%;
  width: 80%;
  z-index: 10;
}

.study-edinburgh-hero__play-icon {
  left: 45%;
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 30;
}
@media (max-width: 28em) {
  .study-edinburgh-hero__play-icon {
    left: 40%;
  }
}

.play-icon {
  border-radius: 100%;
  box-shadow: 0px 0px 26px grey;
  width: 90px;
}
.play-icon:hover {
  opacity: 0.8;
  box-shadow: 0px 0px 20px grey;
}
.play-icon:active {
  transform: scale(0.9, 0.9);
}

/*nav-----------------*/
.study-edinburgh-nav__list {
  background-color: #098A90;
  color: #E9AA0F;
  display: inline-block;
  margin: auto;
  position: relative;
  text-align: center;
  visibility: visible;
  width: 100%;
}
.study-edinburgh-nav__list li {
  color: #E9AA0F;
  display: inline-block;
  margin-left: 2rem;
  margin-bottom: 0;
}
@media (max-width: 54em) {
  .study-edinburgh-nav__list li {
    margin-left: 0.6rem;
  }
}
.study-edinburgh-nav__list li:hover {
  background-color: white;
}
.study-edinburgh-nav__list a {
  color: #E9AA0F;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 48em) {
  .study-edinburgh-nav__list {
    height: 0;
    visibility: hidden;
  }
}

.study-edinburgh-nav__item {
  display: inline-block;
  margin-left: 2rem;
  margin-bottom: 0;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.study-edinburgh-nav__item:hover {
  background-color: grey;
}
.study-edinburgh-nav__item.active {
  background-color: white;
}

.study-edinburgh-nav__link {
  padding: 1rem;
}
.study-edinburgh-nav__link:focus {
  background-color: white;
}

.nav-home-icon {
  height: 1.2rem;
  margin-bottom: 0;
  width: 1.2rem;
}

@media (max-width: 48em) {
  .study-edinburgh-nav {
    height: 0;
  }
}

.study-edinburgh-nav__sub {
  background-color: grey;
  height: 0;
  overflow: hidden;
  padding-top: 2rem;
  position: absolute;
  left: 0;
  top: 3.3rem;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 5;
}

.study-edinburgh-nav__sub-item {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  width: 20%;
}

.study-edinburgh-nav__item:hover .study-edinburgh-nav__sub {
  height: 20em;
  overflow: visible;
  visibility: visible;
}

.study-edinburgh-nav__item:hover .study-edinburgh-nav__sub-item {
  opacity: 1;
}

/*mobile nav-----------------*/
.study-edinburgh-nav-mobile {
  background-color: #098A90;
  color: #E9AA0F;
  height: 0;
  margin: auto;
  position: relative;
  text-align: center;
  visibility: hidden;
  width: 100%;
}
.study-edinburgh-nav-mobile li {
  color: #E9AA0F;
  display: inline-block;
  margin-bottom: 0;
  padding: 1rem;
}
.study-edinburgh-nav-mobile li:hover, .study-edinburgh-nav-mobile li:active {
  background-color: white;
}
.study-edinburgh-nav-mobile a {
  color: #E9AA0F;
  font-weight: bold;
  text-transform: uppercase;
}
.study-edinburgh-nav-mobile a.study-edinburgh-nav-mobile__head {
  color: white;
}
@media (max-width: 48em) {
  .study-edinburgh-nav-mobile {
    height: auto;
    visibility: visible;
  }
}

.study-edinburgh-nav-mobile__head {
  display: block;
  height: 0;
  margin-bottom: 0;
  position: relative;
  padding: 0;
  width: 100%;
}
@media (max-width: 48em) {
  .study-edinburgh-nav-mobile__head {
    height: auto;
    padding: 1rem;
  }
}

.nav-down-icon {
  display: inline-block;
  margin-bottom: 0;
  width: 30px;
}

.study-edinburgh-nav-mobile.active .study-edinburgh-nav-mobile__sub-list {
  height: auto;
  visibility: visible;
}

.study-edinburgh-nav-mobile.active .nav-down-icon {
  transform: rotate(180deg);
}

.study-edinburgh-nav-mobile__sub-list {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.study-edinburgh-nav-mobile__sub-item {
  display: block;
  height: 0;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
.study-edinburgh-nav-mobile__sub-item:hover {
  background-color: grey;
}
@media (max-width: 48em) {
  .study-edinburgh-nav-mobile__sub-item {
    height: auto;
    padding: 1rem;
  }
}

/*------------------------------------
Study Vector Map ---------*/
.study-map-panel {
  background-image: url(../images/study/edinburgh-map-cropped-3.svg);
  background-position: 50% 50%;
  background-size: cover;
  height: 42em;
  position: relative;
}

.study-map__icon-close {
  float: right;
  height: 25px;
  margin-top: 5px;
  margin-right: 5px;
  width: 25px;
}

/*logos*/
.study-map__uni-list {
  display: inline-block;
  margin-top: 2em;
  width: 100%;
}

.study-map__uni-logo {
  display: inline-block;
  width: 24%;
}

.study-map__uni-logo__image {
  width: 70%;
}

.study-map__uni-logo:nth-child(2) img {
  width: 80%;
}

/*map points*/
.study-map__tab {
  background-color: #E9AA0F;
  display: inline;
  height: 8em;
  width: 18em;
}
.study-map__tab h6 {
  margin-top: 2em;
}
.study-map__tab h6, .study-map__tab p {
  padding-right: 0em;
}

.study-map__tab__image {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  float: left;
  height: 8em;
  margin-left: -4em;
  margin-right: 1.4em;
  width: 8em;
}
@media (max-width: 28em) {
  .study-map__tab__image {
    margin-right: 0.6em;
  }
}

.study-map__uni-logo {
  display: inline-block;
  width: 24%;
}
@media (max-width: 38em) {
  .study-map__uni-logo {
    width: 40%;
  }
}

.study-map__uni-logo__image {
  width: 70%;
}
.study-map__uni-logo__image:hover {
  cursor: pointer;
  opacity: 0.5;
}

.study-map__icon-close {
  cursor: pointer;
}
.study-map__icon-close:hover {
  opacity: 0.5;
}
.study-map__icon-close:focus {
  opacity: 0.5;
}

/*heriot watt*/
.study-map__pin--heriotwatt {
  height: auto;
  left: 33%;
  position: absolute;
  top: 60%;
  width: 1.8em;
}
@media (max-width: 60em) {
  .study-map__pin--heriotwatt {
    left: 30%;
    top: 60%;
  }
}
@media (max-width: 48em) {
  .study-map__pin--heriotwatt {
    left: 28%;
    top: 60%;
  }
}
@media (max-width: 38em) {
  .study-map__pin--heriotwatt {
    left: 20%;
    top: 60%;
  }
}
@media (max-width: 30em) {
  .study-map__pin--heriotwatt {
    left: 14%;
    top: 60%;
  }
}
@media (max-width: 24em) {
  .study-map__pin--heriotwatt {
    left: 6%;
    top: 60%;
  }
}

.study-map__pin-container div {
  opacity: 0;
  visibility: hidden;
}

.study-map__pin-container.active div {
  opacity: 1;
  visibility: visible;
}

.study-map__tab--heriotwatt {
  left: 10%;
  opacity: 0;
  position: absolute;
  top: 42%;
}
@media (max-width: 60em) {
  .study-map__tab--heriotwatt {
    left: 10%;
    top: 42%;
  }
}
@media (max-width: 48em) {
  .study-map__tab--heriotwatt {
    left: 10%;
    top: 35%;
  }
}
@media (max-width: 38em) {
  .study-map__tab--heriotwatt {
    left: 20%;
    top: 35%;
    width: 75%;
  }
}
@media (max-width: 24em) {
  .study-map__tab--heriotwatt {
    left: 22%;
    padding-right: 0;
    width: 75%;
  }
  .study-map__tab--heriotwatt h6 {
    margin-top: 1.5em;
  }
}

/*napier*/
.study-map__pin--napier {
  height: auto;
  left: 41%;
  position: absolute;
  top: 58%;
  width: 1.8em;
}
@media (max-width: 60em) {
  .study-map__pin--napier {
    left: 41%;
    top: 55%;
  }
}
@media (max-width: 48em) {
  .study-map__pin--napier {
    left: 36%;
    top: 53%;
  }
}
@media (max-width: 38em) {
  .study-map__pin--napier {
    left: 34%;
    top: 53%;
  }
}
@media (max-width: 30em) {
  .study-map__pin--napier {
    left: 32%;
    top: 53%;
  }
}
@media (max-width: 24em) {
  .study-map__pin--napier {
    left: 30%;
    top: 53%;
  }
}

.study-map__tab--napier {
  left: 18%;
  opacity: 0;
  position: absolute;
  top: 38%;
}
@media (max-width: 60em) {
  .study-map__tab--napier {
    left: 18%;
    top: 35%;
  }
}
@media (max-width: 48em) {
  .study-map__tab--napier {
    left: 10%;
    top: 32%;
  }
}
@media (max-width: 38em) {
  .study-map__tab--napier {
    left: 20%;
    top: 32%;
    width: 75%;
  }
}
@media (max-width: 24em) {
  .study-map__tab--napier {
    left: 22%;
    width: 75%;
    padding-right: 0;
  }
  .study-map__tab--napier h6 {
    margin-top: 1.5em;
  }
}

/*edinburgh uni*/
.study-map__pin--edinburgh {
  height: auto;
  left: 55%;
  position: absolute;
  top: 58%;
  width: 1.8em;
}
@media (max-width: 60em) {
  .study-map__pin--edinburgh {
    left: 55%;
    top: 55%;
  }
}
@media (max-width: 48em) {
  .study-map__pin--edinburgh {
    left: 53%;
    top: 53%;
  }
}
@media (max-width: 38em) {
  .study-map__pin--edinburgh {
    left: 55%;
    top: 53%;
  }
}
@media (max-width: 24em) {
  .study-map__pin--edinburgh {
    left: 60%;
    top: 53%;
  }
}

.study-map__tab--edinburgh {
  left: 32%;
  opacity: 0;
  position: absolute;
  top: 38%;
}
@media (max-width: 60em) {
  .study-map__tab--edinburgh {
    left: 18%;
    top: 35%;
  }
}
@media (max-width: 48em) {
  .study-map__tab--edinburgh {
    left: 16%;
    top: 32%;
  }
}
@media (max-width: 38em) {
  .study-map__tab--edinburgh {
    left: 20%;
    top: 32%;
    width: 75%;
  }
}
@media (max-width: 24em) {
  .study-map__tab--edinburgh {
    left: 20%;
    width: 75%;
    padding-right: 0;
  }
  .study-map__tab--edinburgh h6 {
    margin-top: 1.5em;
  }
}

/*queen margaret uni*/
.study-map__pin--queen {
  height: auto;
  left: 63%;
  position: absolute;
  top: 53%;
  width: 1.8em;
}
@media (max-width: 60em) {
  .study-map__pin--queen {
    left: 66%;
    top: 52%;
  }
}
@media (max-width: 48em) {
  .study-map__pin--queen {
    left: 70%;
    top: 51%;
  }
}
@media (max-width: 38em) {
  .study-map__pin--queen {
    left: 72%;
    top: 52%;
  }
}
@media (max-width: 30em) {
  .study-map__pin--queen {
    left: 75%;
    top: 52%;
  }
}
@media (max-width: 24em) {
  .study-map__pin--queen {
    left: 85%;
    top: 51%;
  }
}

.study-map__tab--queen {
  left: 40%;
  opacity: 0;
  position: absolute;
  top: 33%;
}
@media (max-width: 60em) {
  .study-map__tab--queen {
    left: 26%;
    top: 30%;
  }
}
@media (max-width: 48em) {
  .study-map__tab--queen {
    left: 27%;
    top: 31%;
  }
}
@media (max-width: 38em) {
  .study-map__tab--queen {
    left: 20%;
    top: 32%;
    width: 75%;
  }
}
@media (max-width: 24em) {
  .study-map__tab--queen {
    left: 20%;
    width: 75%;
    top: 31%;
    padding-right: 0;
  }
  .study-map__tab--queen h6 {
    margin-top: 1.5em;
  }
}

/*------------------------------------
Study Enquire Form ---------*/
.study-enquire-form {
  margin: auto;
  width: 100%;
}

.study-enquire-form__row {
  margin: auto;
  width: 60%;
}
@media (max-width: 38em) {
  .study-enquire-form__row {
    width: 80%;
  }
}
@media (max-width: 24em) {
  .study-enquire-form__row {
    width: 90%;
  }
}

.study-enquire-form__checkbox {
  margin: auto;
  width: 60%;
}
@media (max-width: 38em) {
  .study-enquire-form__checkbox {
    width: 80%;
  }
}
@media (max-width: 24em) {
  .study-enquire-form__checkbox {
    width: 90%;
  }
}

.checkbox-row {
  display: inline-block;
  width: 100%;
}
.checkbox-row label input {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 5px;
  width: 20px;
}

/*------------------------------------
FAQs---------*/
.study-faqs__control-label--large {
  height: 100px;
}

.study-faqs__item {
  display: inline-block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.study-faqs__plus {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
  visibility: visible;
  width: 20px;
}

.study-faqs__minus {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
  visibility: hidden;
  width: 20px;
}

.study-faqs__item.active .study-faqs__plus {
  visibility: hidden;
}

.study-faqs__item.active .study-faqs__minus {
  visibility: visible;
}

.study-faqs__question {
  width: 80%;
}

.study-pdf-icon {
  width: 35px;
}

.study-faqs__answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.study-faqs__item.active .study-faqs__answer {
  background: white;
  max-height: 1000px;
  opacity: 1;
  overflow: auto;
  margin-top: 15px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  visibility: visible;
}

.field-validation-error {
  color: #D34203;
}

/*------------------------------------
Etihad panel ---------*/
.study-etihad-panel {
  background-image: url(../images/study/etihad-airbus.jpg);
  background-position: center center;
  background-size: cover;
  height: 42em;
  position: relative;
}
@media (max-width: 48em) {
  .study-etihad-panel {
    background-image: url(../images/study/etihad-airbus-small.jpg);
    background-position: center center;
  }
}
@media (max-width: 38em) {
  .study-etihad-panel {
    background-image: url(../images/study/etihad-airbus-xsmall.jpg);
    background-position: bottom center;
  }
}
.study-etihad-panel a {
  color: white;
}

.study-etihad-panel-overlay {
  height: 100%;
  position: relative;
  width: 100%;
  visibility: visible;
}

.study-etihad-panel-overlay:after {
  background: url(../images/study/promo-shape-1.png);
  content: "";
  display: block;
  height: 25%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 60em) {
  .study-etihad-panel-overlay:after {
    background: url(../images/study/promo-shape-2.png);
    width: 100%;
  }
}
@media (max-width: 38em) {
  .study-etihad-panel-overlay:after {
    height: 15%;
    width: 100%;
  }
}
@media (max-width: 28em) {
  .study-etihad-panel-overlay:after {
    height: 40%;
    width: 100%;
  }
}

.promo-logo {
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  width: 14em;
  z-index: 3;
}
@media (max-width: 48em) {
  .promo-logo {
    right: 1em;
    top: 1em;
    width: 12em;
  }
}
@media (max-width: 38em) {
  .promo-logo {
    right: 1em;
    top: 1em;
    width: 9em;
  }
}

.study-h6 {
  text-align: center;
  text-transform: uppercase;
  padding-top: 1em;
  font-size: 0.875em;
  margin-bottom: 0.8em;
  line-height: 1.5em;
  color: #098A90;
}

.study-intro--left {
  padding-left: 15%;
}

.study-intro--right {
  padding-right: 15%;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

/*------------------------------------
Small image carousel---------*/
.study-carousel-small {
  height: 0;
  visibility: hidden;
}
@media (max-width: 38em) {
  .study-carousel-small {
    height: auto;
    margin-top: -50px;
    overflow: hidden;
    visibility: visible;
  }
}

.study-carousel-small-list {
  height: 20em;
}

.study-carousel-small-list__item {
  width: 50%;
}

.study-carousel-small-control {
  position: absolute;
  top: 50%;
  width: 100%;
}

.study-carousel-small-control--prev {
  background: url(../images/arrow-left-yellow.svg);
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  text-indent: -999em;
  width: 30px;
}

.study-carousel-small-control--next {
  background: url(../images/arrow-right-yellow.svg);
  cursor: pointer;
  display: block;
  float: right;
  height: 30px;
  position: absolute;
  right: 30px;
  text-indent: -999em;
  width: 30px;
}

/*------------------------------------
Large image carousel---------*/
.study-carousel-list {
  height: 30em;
  width: 100%;
}

.study-carousel-list__item {
  padding-left: 10%;
  width: 90%;
}

.study-carousel-control {
  position: absolute;
  top: 50%;
  width: 100%;
}

.study-carousel-control--prev {
  background: url(../images/arrow-left-yellow.svg);
  cursor: pointer;
  display: block;
  height: 40px;
  left: 20px;
  position: absolute;
  text-indent: -999em;
  width: 40px;
}

.study-carousel-control--next {
  background: url(../images/arrow-right-yellow.svg);
  cursor: pointer;
  display: block;
  float: right;
  height: 40px;
  position: absolute;
  right: 20px;
  text-indent: -999em;
  width: 40px;
}

/*---------------------------
Wallop carousel-----------------*/
.Wallop-list {
  overflow: hidden;
  height: 30em;
  margin: auto;
  width: 85%;
}
@media (max-width: 38em) {
  .Wallop-list {
    height: auto;
    width: 70%;
  }
}

.wallop-image {
  min-width: 100%;
}
@media (max-width: 48em) {
  .wallop-image {
    min-width: 115%;
  }
}
@media (max-width: 38em) {
  .wallop-image {
    min-width: 120%;
  }
}
@media (max-width: 28em) {
  .wallop-image {
    min-width: 140%;
  }
}

.wallop__nav {
  position: absolute;
  top: 45%;
  width: 100%;
}

.wallop__nav--previous {
  background: none;
  border: none;
  float: left;
  padding-right: 10px;
  width: 50px;
}
.wallop__nav--previous:active {
  opacity: 0.5;
}

.wallop__nav--next {
  background: none;
  border: none;
  float: right;
  padding-left: 10px;
  width: 50px;
}
.wallop__nav--next:active {
  opacity: 0.5;
}

.Wallop-pagination {
  padding-top: 20px;
  width: 100%;
}

.Wallop-dot {
  background-color: lightgrey;
  display: inline-block;
}

.Wallop-dot--current {
  background-color: #076c70;
}

/*------------------------------------
Graduate selector ---------*/
.graduates {
  min-height: 36em;
  padding-top: 2rem;
}
@media (max-width: 60em) {
  .graduates {
    display: none;
    height: 0;
    min-height: 0;
    visibility: hidden;
  }
}

.graduates-thumbnails {
  display: inline-block;
  margin-bottom: 4em;
}
@media (max-width: 60em) {
  .graduates-thumbnails {
    height: 0;
  }
}

.graduates-thumbnails-item {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  display: inline-block;
  height: 6.5rem;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  width: 6.5rem;
}
.graduates-thumbnails-item:hover {
  border: 3px solid #E9AA0F;
}
@media (max-width: 28em) {
  .graduates-thumbnails-item {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.graduates-thumbnails-item__link:focus .graduates-thumbnails-item {
  border: 3px solid #E9AA0F;
}

.graduates-thumbnails-item:hover .graduates-thumbnails-item:after {
  visibility: visible;
}

/*.graduates-thumbnails-item:after {
    background: rgba(9,138,144,0.7);
    content:"";
    display:block;
    height:6.5rem;
    left:0;
    position:absolute;
    top:0;
    visibility:hidden;
    width:150%;
}*/
/*.graduates-thumbnails-item-image {
    bottom:35%;
    filter: grayscale(100%);
    position:relative; 
    right:18%; 
    transform: rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    -webkit-filter:grayscale(100%);
    width:150%;
    &:hover {
        -webkit-filter:none;
        filter: none;
    }
    &:focus {
        bottom:0;
        -webkit-filter:none;
        filter: none;
    }
}*/
.graduates-thumbnails-item-image {
  display: block;
  filter: grayscale(100%);
  margin-top: -30%;
  margin-left: -14%;
  position: relative;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -webkit-filter: grayscale(100%);
  width: 150%;
}
.graduates-thumbnails-item-image:hover {
  -webkit-filter: none;
  filter: none;
}

/*------------------------------------
Graduate feature ---------*/
.graduates-feature {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 60em) {
  .graduates-feature {
    height: 0;
  }
}

.graduates-feature__frame {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  display: block;
  height: 12rem;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  width: 12rem;
}

.graduates-feature__frame__image {
  bottom: 35%;
  position: relative;
  right: 9%;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  width: 150%;
}

.jcarousel li img.graduates-feature__frame__image {
  width: 150%;
}

.graduates-feature-name {
  text-align: center;
  text-transform: uppercase;
}

.graduates-feature-desc {
  text-align: center;
}

.graduates-feature-info {
  text-align: center;
  text-transform: uppercase;
}

.graduate-story {
  padding-left: 5em;
  padding-right: 5em;
  text-align: center;
}
@media (max-width: 48em) {
  .graduate-story {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
@media (max-width: 38em) {
  .graduate-story {
    padding-right: 0.7em;
    padding-left: 0.7em;
  }
}
.graduate-story p a, .graduate-story h2, .graduate-story h3, .graduate-story h4 {
  color: #098A90 !important;
}
.graduate-story h3 {
  margin-bottom: 0.6rem;
  line-height: 1.6rem;
}

/*------------------------------------
Graduate small image carousel---------*/
.graduates-carousel-item-image {
  bottom: 60%;
  height: 200%;
  width: 200%;
}

/*------------------------------------
Small graduate image carousel---------*/
#jcarousel-graduate {
  width: 100%;
}

/*gets around jcarousel width rule*/
.study-graduate-carousel-small {
  display: none;
  height: 0;
  visibility: hidden;
}
@media (max-width: 60em) {
  .study-graduate-carousel-small {
    display: block;
    height: auto;
    overflow: hidden;
    visibility: visible;
  }
}

.study-graduate-carousel-small-list {
  height: auto;
}

.study-graduate-carousel-small-list__item {
  width: 100%;
}

.study-carousel-small-control {
  position: absolute;
  top: 50%;
  width: 100%;
}

.study-carousel-small-control--prev {
  background: url(../images/arrow-left-yellow.svg);
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  text-indent: -999em;
  width: 30px;
}

.study-carousel-small-control--next {
  background: url(../images/arrow-right-yellow.svg);
  cursor: pointer;
  display: block;
  float: right;
  height: 30px;
  position: absolute;
  right: 30px;
  text-indent: -999em;
  width: 30px;
}

/*------------------------------------
Study Footer ---------*/
.study-footer {
  background: black;
  display: inline-block;
  min-height: 18em;
  padding-top: 2em;
  width: 100%;
}

.study-footer__content {
  padding-top: 0;
}

.study-footer__list {
  color: white;
  display: inline-block;
  font-size: 0.8rem;
  margin-top: 0;
  padding-left: 2em;
  padding-bottom: 2em;
  text-transform: uppercase;
}
.study-footer__list li {
  display: block;
}
@media (max-width: 28em) {
  .study-footer__list {
    padding-left: 0;
  }
}

.study-footer__logo {
  width: 6rem;
}

.study-footer__list li:first-child {
  color: #E9AA0F;
  font-size: 0.9rem;
}

.carousel_wrap {
  max-width: 1140px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}

.carousel {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 80em) {
  .carousel {
    margin: 0 auto;
  }
}
.carousel .transparent_before, .carousel .transparent_after {
  background: #fff;
  bottom: 0;
  display: none;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 999;
}
.carousel .transparent_before.transparent, .carousel .transparent_after.transparent {
  opacity: 0.65;
}
@media screen and (min-width: 70em) {
  .carousel .transparent_before, .carousel .transparent_after {
    display: block;
  }
}
.carousel .transparent_before {
  left: 0;
}
.carousel .transparent_after {
  right: 0;
}

.events {
  overflow: hidden;
  position: relative;
}

/* 
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
@media screen and (min-width: 32em) {
  .jcarousel {
    margin: 0 0 0 0;
  }
}
.jcarousel img {
  display: block;
  width: 100%;
}

.ec_1, .ec_2, .ec_3, .ec_4, .ec_5, .ec_6, .best_carousel {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 1em;
  width: 90%;
  z-index: 999;
}
.ec_1 img, .ec_2 img, .ec_3 img, .ec_4 img, .ec_5 img, .ec_6 img, .best_carousel img {
  display: block;
  width: 100%;
}
.ec_1 ul.event_info, .ec_2 ul.event_info, .ec_3 ul.event_info, .ec_4 ul.event_info, .ec_5 ul.event_info, .ec_6 ul.event_info, .best_carousel ul.event_info {
  width: auto;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul, .ec_1 ul, .ec_2 ul, .ec_3 ul, .ec_4 ul, .ec_5 ul, .ec_6 ul, .best_carousel ul {
  width: 20000em;
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel--graduate ul {
  width: 100%;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
  display: block;
  float: left;
  margin: 0;
  position: relative;
}
.jcarousel li img {
  margin: 0;
}
.jcarousel li h1 {
  color: #fff;
  font-size: 1.3em;
  padding: 0 0.5em;
  position: absolute;
  top: 1em;
  left: 1em;
  margin: 0 1em 1em 0;
  text-align: center;
  text-shadow: 0 0 10px #000000;
}
@media screen and (min-width: 30em) {
  .jcarousel li h1 {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 35em) {
  .jcarousel li h1 {
    top: 2em;
    left: 2em;
    text-align: left;
    width: 60%;
    font-size: 2.2em;
  }
}
@media screen and (min-width: 60em) {
  .jcarousel li h1 {
    top: 1em;
    left: 1.3em;
    font-size: 3em;
    width: 40%;
  }
}
.jcarousel li .promo_text {
  background: rgba(211, 66, 3, 0.9);
  display: block;
  padding: 0 0.5em;
}
@media screen and (min-width: 42em) {
  .jcarousel li .promo_text {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4em;
    width: 20%;
  }
}
@media screen and (min-width: 45em) {
  .jcarousel li .promo_text {
    display: block;
    right: 6em;
  }
}
@media screen and (min-width: 80em) {
  .jcarousel li .promo_text {
    right: 2em;
  }
}
.jcarousel li .promo_text h1 {
  color: #575757;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.5em;
  font-weight: 800;
}
@media screen and (min-width: 40em) {
  .jcarousel li .promo_text h1 {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 60em) {
  .jcarousel li .promo_text h1 {
    font-size: 2em;
  }
}
.jcarousel li .promo_text .extra_content {
  display: none;
}
@media screen and (min-width: 40em) {
  .jcarousel li .promo_text .extra_content {
    bottom: 4em;
    display: block;
    position: absolute;
    right: 1em;
  }
}
.jcarousel li .promo_text .extra_content p, .jcarousel li .promo_text .extra_content li {
  color: #fff;
  display: none;
  line-height: 1.4em;
  margin: 1em;
  text-align: left;
}
@media screen and (min-width: 40em) {
  .jcarousel li .promo_text .extra_content p, .jcarousel li .promo_text .extra_content li {
    display: block;
  }
}
.jcarousel li .promo_text .extra_content li {
  float: none;
}
.jcarousel li .promo_text .promo_link {
  bottom: 1em;
  color: white;
  display: block;
  font-weight: bold;
  line-height: 1.3em;
  padding: 1em 1em 1em 0.5em;
  text-align: left;
}
@media screen and (min-width: 40em) {
  .jcarousel li .promo_text .promo_link {
    padding: 0.3em 1em 0.3em 0;
    position: absolute;
    left: 1em;
    margin-top: 2em;
  }
}
@media screen and (min-width: 60em) {
  .jcarousel li .promo_text .promo_link {
    margin-top: 4em;
  }
}

.ec_1 li, .ec_2 li, .ec_3 li, .ec_4 li, .ec_5 li, .ec_6 li, .best_carousel li {
  display: block;
  float: left;
  padding: 10px;
}
.ec_1 li p, .ec_2 li p, .ec_3 li p, .ec_4 li p, .ec_5 li p, .ec_6 li p, .best_carousel li p {
  display: block;
  margin-top: 0.5em;
}

/*BUTTONS*/
.carousel .jcarousel_controls, .ec_controls, .best_carousel_controls {
  overflow: hidden;
  position: absolute;
  top: 40%;
  width: 100%;
}
.carousel .jcarousel_controls ul li, .ec_controls ul li, .best_carousel_controls ul li {
  display: block;
  height: 40px;
  text-indent: -999em;
  width: 40px;
}
.carousel .jcarousel_controls ul li.jcarousel_prev, .carousel .jcarousel_controls ul .ec_prev, .ec_controls ul li.jcarousel_prev, .ec_controls ul .ec_prev, .best_carousel_controls ul li.jcarousel_prev, .best_carousel_controls ul .ec_prev {
  background: #D34203 url(../images/carousel_arrow_left_small.png) center center no-repeat;
  border-radius: 100px;
  float: left;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
  padding: 1em;
}
@media screen and (min-width: 45em) {
  .carousel .jcarousel_controls ul li.jcarousel_prev, .carousel .jcarousel_controls ul .ec_prev, .ec_controls ul li.jcarousel_prev, .ec_controls ul .ec_prev, .best_carousel_controls ul li.jcarousel_prev, .best_carousel_controls ul .ec_prev {
    background: #D34203 url(../images/carousel_arrow_left.png) center center no-repeat;
    padding: 2em;
  }
}
.carousel .jcarousel_controls ul li.jcarousel_prev:hover, .carousel .jcarousel_controls ul .ec_prev:hover, .ec_controls ul li.jcarousel_prev:hover, .ec_controls ul .ec_prev:hover, .best_carousel_controls ul li.jcarousel_prev:hover, .best_carousel_controls ul .ec_prev:hover {
  cursor: pointer;
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.carousel .jcarousel_controls ul .ec_prev, .ec_controls ul .ec_prev, .best_carousel_controls ul .ec_prev {
  background: orange url(../images/carousel_arrow_left_small.png) center center no-repeat;
  padding: 1em;
}
.carousel .jcarousel_controls ul li.jcarousel_next, .carousel .jcarousel_controls ul .ec_next, .ec_controls ul li.jcarousel_next, .ec_controls ul .ec_next, .best_carousel_controls ul li.jcarousel_next, .best_carousel_controls ul .ec_next {
  background: #D34203 url(../images/carousel_arrow_right_small.png) center center no-repeat;
  border-radius: 100px;
  float: right;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
  padding: 1em;
}
@media screen and (min-width: 45em) {
  .carousel .jcarousel_controls ul li.jcarousel_next, .carousel .jcarousel_controls ul .ec_next, .ec_controls ul li.jcarousel_next, .ec_controls ul .ec_next, .best_carousel_controls ul li.jcarousel_next, .best_carousel_controls ul .ec_next {
    background: #D34203 url(../images/carousel_arrow_right.png) center center no-repeat;
    padding: 2em;
  }
}
.carousel .jcarousel_controls ul li.jcarousel_next:hover, .carousel .jcarousel_controls ul .ec_next:hover, .ec_controls ul li.jcarousel_next:hover, .ec_controls ul .ec_next:hover, .best_carousel_controls ul li.jcarousel_next:hover, .best_carousel_controls ul .ec_next:hover {
  cursor: pointer;
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.carousel .jcarousel_controls ul .ec_next, .ec_controls ul .ec_next, .best_carousel_controls ul .ec_next {
  background: #D34203 url(../images/carousel_arrow_right_small.png) center center no-repeat;
  padding: 1em;
}

.carousel .jcarousel_controls {
  z-index: 9999;
  display: none;
}
@media screen and (min-width: 30em) {
  .carousel .jcarousel_controls {
    display: block;
  }
}
@media screen and (min-width: 80em) {
  .carousel .jcarousel_controls {
    width: 120%;
    margin-left: -10%;
  }
}
@media screen and (min-width: 80em) {
  .carousel .jcarousel_controls .wrap {
    max-width: 80em;
  }
}

.jcarousel-pagination {
  padding-top: 10px;
  padding-right: 2em;
  text-align: right;
}

.jcarousel-pagination_item {
  width: 15px;
  height: 15px;
  background-color: #0d0d0d;
  margin-left: 10px;
  border-radius: 50%;
  display: inline-block;
  text-indent: 100%;
  font-size: 1px;
  opacity: .7;
  filter: alpha(opacity=70);
}
.jcarousel-pagination_item:hover, .jcarousel-pagination_item.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jcarousel-pagination_item.active {
  background-color: #D34203;
}

.top_events {
  position: relative;
}
.top_events .best_carousel_controls {
  overflow: hidden;
  position: absolute;
  top: 45%;
}
@media screen and (min-width: 30em) {
  .top_events .best_carousel_controls {
    margin: 0;
    width: 100%;
  }
}
.top_events .best_carousel_controls ul li {
  display: block;
  height: 40px;
  text-indent: -999em;
  width: 40px;
}
.top_events .best_carousel_controls ul li.best_prev {
  background: url(../images/carousel_arrow_dark_left.png) 0 0 no-repeat;
  float: left;
}
.top_events .best_carousel_controls ul li.best_prev:hover {
  background: url(../images/carousel_arrow_dark_left.png) 0 -40px no-repeat;
  cursor: pointer;
}
.top_events .best_carousel_controls ul li.best_next {
  background: url(../images/carousel_arrow_dark_right.png) 0 0 no-repeat;
  float: right;
}
.top_events .best_carousel_controls ul li.best_next:hover {
  background: url(../images/carousel_arrow_dark_right.png) 0 -40px no-repeat;
  cursor: pointer;
}

.events, .curated_events, .top_events {
  position: relative;
}
.events .event_wrap, .curated_events .event_wrap, .top_events .event_wrap {
  background: #fff;
}
.events .events_carousel_controls, .curated_events .events_carousel_controls, .top_events .events_carousel_controls {
  overflow: hidden;
  position: absolute;
  top: 45%;
  margin: 0 0 0 -10%;
  width: 120%;
}
@media screen and (min-width: 25em) {
  .events .events_carousel_controls, .curated_events .events_carousel_controls, .top_events .events_carousel_controls {
    margin: 0 0 0 -8%;
    width: 116%;
  }
}
@media screen and (min-width: 30em) {
  .events .events_carousel_controls, .curated_events .events_carousel_controls, .top_events .events_carousel_controls {
    margin: 0;
    width: 100%;
  }
}
.events .events_carousel_controls ul li, .curated_events .events_carousel_controls ul li, .top_events .events_carousel_controls ul li {
  display: block;
  height: 40px;
  text-indent: -999em;
  width: 40px;
}
.events .events_carousel_controls ul li.events_carousel_prev, .curated_events .events_carousel_controls ul li.events_carousel_prev, .top_events .events_carousel_controls ul li.events_carousel_prev {
  background: url(../images/carousel_arrow_dark_left.png) 0 0 no-repeat;
  float: left;
}
.events .events_carousel_controls ul li.events_carousel_prev:hover, .curated_events .events_carousel_controls ul li.events_carousel_prev:hover, .top_events .events_carousel_controls ul li.events_carousel_prev:hover {
  background: url(../images/carousel_arrow_dark_left.png) 0 -40px no-repeat;
  cursor: pointer;
}
.events .events_carousel_controls ul li.events_carousel_next, .curated_events .events_carousel_controls ul li.events_carousel_next, .top_events .events_carousel_controls ul li.events_carousel_next {
  background: url(../images/carousel_arrow_dark_right.png) 0 0 no-repeat;
  float: right;
}
.events .events_carousel_controls ul li.events_carousel_next:hover, .curated_events .events_carousel_controls ul li.events_carousel_next:hover, .top_events .events_carousel_controls ul li.events_carousel_next:hover {
  background: url(../images/carousel_arrow_dark_right.png) 0 -40px no-repeat;
  cursor: pointer;
}

.curated_events, #campaign_content, .top_events, .ec_1, .ec_2, .ec_3, .ec_4, .ec_5, .ec_6 {
  position: relative;
}
.curated_events .events_carousel_controls, .curated_events .best_carousel_controls, .curated_events gems_carousel_controls, #campaign_content .events_carousel_controls, #campaign_content .best_carousel_controls, #campaign_content gems_carousel_controls, .top_events .events_carousel_controls, .top_events .best_carousel_controls, .top_events gems_carousel_controls, .ec_1 .events_carousel_controls, .ec_1 .best_carousel_controls, .ec_1 gems_carousel_controls, .ec_2 .events_carousel_controls, .ec_2 .best_carousel_controls, .ec_2 gems_carousel_controls, .ec_3 .events_carousel_controls, .ec_3 .best_carousel_controls, .ec_3 gems_carousel_controls, .ec_4 .events_carousel_controls, .ec_4 .best_carousel_controls, .ec_4 gems_carousel_controls, .ec_5 .events_carousel_controls, .ec_5 .best_carousel_controls, .ec_5 gems_carousel_controls, .ec_6 .events_carousel_controls, .ec_6 .best_carousel_controls, .ec_6 gems_carousel_controls {
  overflow: hidden;
  position: absolute;
  top: 45%;
  margin: 0;
  width: 100%;
}

.ui-tabs .ui-tabs-nav {
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}
.ui-tabs .ui-tabs-nav li {
  border-bottom: 3px solid #d6d6d6;
  float: left;
  padding: 0.5em 1em;
  margin: 0;
  z-index: 999;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.ui-tabs .ui-tabs-nav li a {
  font-weight: bold;
}
.ui-tabs .ui-tabs-nav li:hover {
  border-bottom: 3px solid #D34203;
}
.ui-tabs .ui-tabs-nav li.ui-state-active {
  border-bottom: 3px solid #D34203;
}
.ui-tabs .ui-tabs-panel {
  z-index: 99;
}

.social .ui-tabs-nav li {
  width: 50%;
  padding: 0.5em 0;
}
.social .ui-tabs-panel {
  padding: 0.5em 0 0 0;
}

.btn {
  float: left;
  margin: 0;
  background: #999;
  padding: 0.5em;
  color: #fff;
  cursor: pointer;
  background: #D34203 url(../images/menu_icon.png) 0 0 no-repeat;
  width: 40px;
  height: 40px;
  text-indent: -999em;
}
@media screen and (min-width: 55em) {
  .btn {
    display: none;
  }
}

.btn:hover {
  background: #D34203 url(../images/menu_icon.png) 0 -40px no-repeat;
}

#toggle {
  position: absolute;
  left: -999em;
}

nav.off_screen {
  border-right: 1px solid #eee;
  position: fixed;
  left: -75%;
  width: 75%;
  height: 100%;
  padding: 0;
  margin: 5em 0 0 0;
  background: #fff;
  overflow: scroll;
  /*
  -webkit-transition: left 0.5s;
     -moz-transition: left 0.5s;
      -ms-transition: left 0.5s;
       -o-transition: left 0.5s;
          transition: left 0.5s;
		  */
}

nav.off_screen li {
  margin: 0;
}
nav.off_screen #off_nav {
  margin: 0.1875em 0 0 0;
  padding: 0 0 5em 0;
  list-style: none;
  border-bottom: 1px solid #eee;
}
nav.off_screen #off_nav a {
  text-decoration: none;
  color: #D34203;
  padding: 1em 0 1em 5%;
  display: block;
  border-top: 1px solid #eee;
  height: 4em;
}
nav.off_screen #off_nav a:hover {
  background: #eee;
}

.close {
  cursor: pointer;
  color: #575757;
}

.close:hover {
  color: #0d0d0d;
}

.close span {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0.2em 0.4em;
}

.outer_wrap {
  width: 100%;
  overflow: hidden;
}

.inner_wrap {
  float: right;
  width: 100%;
 /*
  -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
      -ms-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;

		  */
}

:checked ~ nav.off_screen {
  left: 0;
}

:checked ~ nav.off_screen .close {
  background: #fff;
  display: block;
  position: fixed;
  padding: 1.5em 0.5em;
  top: 0;
  left: 0;
  width: 100%;
}

:checked ~ .outer_wrap .inner_wrap {
  margin-right: -75%;
}

@media screen and (min-width: 55em) {
  :checked ~ .outer_wrap .inner_wrap {
    margin-right: 0%;
    		/*
            -webkit-transition: 0;
            -moz-transition: 0;
            -ms-transition: 0;
                -o-transition: 0;
                transition: 0;
    			*/
  }

  nav.off_screen .close, :checked ~ nav.off_screen .close {
    display: none;
  }

  nav.off_screen {
    display: none;
  }
}

/*# sourceMappingURL=app.css.map */
